/* ===========================================
   Trade Haven Consulting — Shared Stylesheet
   =========================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0B1F3A;
  --navy-deep: #071525;
  --navy-mid:  #122C52;
  --blue:      #0066CC;
  --blue-dk:   #0052A3;
  --gold:      #F5C500;
  --gold-dk:   #D4A900;
  --gold-lt:   rgba(245,197,0,.12);
  --steel:     #3D5A9A;
  --grey:      #F5F7FA;
  --white:     #FFFFFF;
  --text:      #0B1F3A;
  --mid:       #4A5568;
  --soft:      #718096;
  --border:    #E2E8F0;
  --sh-sm:     0 1px 3px rgba(11,31,58,.07), 0 1px 2px rgba(11,31,58,.05);
  --sh-md:     0 4px 12px rgba(11,31,58,.08), 0 2px 6px rgba(11,31,58,.05);
  --sh-lg:     0 12px 24px rgba(11,31,58,.1),  0 4px 8px rgba(11,31,58,.06);
  --sh-xl:     0 24px 40px rgba(11,31,58,.13), 0 8px 16px rgba(11,31,58,.07);
}

html { scroll-behavior: smooth; }

body {
  font-family: Verdana, Geneva, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
}
h1 { font-size: clamp(2.25rem,5vw,3.875rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem,3vw,2.625rem); }
h3 { font-size: 1.125rem; }

p  { font-size: .9375rem; line-height: 1.8; color: var(--mid); }
a  { color: var(--blue); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-dk); }
img { max-width: 100%; display: block; }

/* ── Utilities ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: .875rem;
}

.section-header { text-align: center; max-width: 660px; margin: 0 auto 72px; }
.section-header h2 { margin-bottom: 1rem; }
.section-header p  { font-size: .9375rem; }

.tag-line {
  font-family: 'Montserrat', sans-serif;
  font-size: .5625rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Montserrat', sans-serif; font-size: .8125rem;
  font-weight: 700; letter-spacing: .035em;
  padding: 14px 28px; border-radius: 3px; border: 2px solid transparent;
  cursor: pointer; transition: all .25s ease; white-space: nowrap; text-decoration: none;
}
.btn-blue   { background: var(--blue);  color: var(--white); border-color: var(--blue); }
.btn-blue:hover   { background: var(--blue-dk); border-color: var(--blue-dk); color: var(--white); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,102,204,.35); }
.btn-gold   { background: var(--gold);  color: var(--navy); border-color: var(--gold); }
.btn-gold:hover   { background: var(--gold-dk); border-color: var(--gold-dk); color: var(--navy); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(245,197,0,.38); }
.btn-ghost  { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.btn-ghost:hover  { background: rgba(255,255,255,.1); color: var(--white); border-color: var(--white); }
.btn-ghost-g { background: transparent; color: var(--gold); border-color: rgba(245,197,0,.45); }
.btn-ghost-g:hover { background: rgba(245,197,0,.08); color: var(--gold); border-color: var(--gold); }

/* ── Navigation ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s, box-shadow .3s; }
.nav.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 var(--border), var(--sh-sm); backdrop-filter: blur(12px); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; max-width: 1200px; margin: 0 auto; padding: 0 28px;
}

.logo-link { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-mark  { width: 40px; height: 40px; flex-shrink: 0; }

/* PNG logo image */
.logo-img { height: 46px; width: auto; display: block; filter: brightness(0) invert(1); transition: filter .35s ease; }
.nav.scrolled .logo-img { filter: none; }
.logo-img-footer { filter: brightness(0) invert(1); }

.nav-links { display: flex; align-items: center; gap: 1.875rem; list-style: none; }
.nav-links a { font-family: 'Montserrat', sans-serif; font-size: .78125rem; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.8); transition: color .2s; }
.nav.scrolled .nav-links a { color: var(--mid); }
.nav-links a:hover    { color: var(--gold) !important; }
.nav-links a.active   { color: var(--gold) !important; }
.nav.scrolled .nav-links a.active { color: var(--blue) !important; }
.nav.scrolled .nav-links a:hover  { color: var(--gold-dk) !important; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-tel   { font-family: 'Montserrat', sans-serif; font-size: .78125rem; font-weight: 600; color: rgba(255,255,255,.62); transition: color .3s; }
.nav.scrolled .nav-tel { color: var(--mid); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: background .3s; }
.nav.scrolled .hamburger span { background: var(--navy); }

.nav-drawer { display: none; position: fixed; top: 74px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--sh-lg); z-index: 99; padding: 20px 28px 28px; }
.nav-drawer.open { display: block; }
.nav-drawer ul { list-style: none; }
.nav-drawer li { border-bottom: 1px solid var(--border); }
.nav-drawer li a { display: block; padding: 14px 0; font-family: 'Montserrat', sans-serif; font-size: .875rem; font-weight: 600; color: var(--navy); }
.nav-drawer li a.active { color: var(--blue); }
.nav-drawer .btn { width: 100%; justify-content: center; margin-top: 16px; }

/* ── Hero Base ── */
.hero { position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 8s ease; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,31,58,.94) 0%, rgba(11,31,58,.82) 50%, rgba(7,18,52,.8) 100%); z-index: 1; }
.hero-canvas   { position: absolute; inset: 0; opacity: .28; z-index: 2; }

/* ── Hero Slider (home page only) ── */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform;
}
.hero-slide.active { opacity: 1; transform: translateX(0); z-index: 1; }
.hero-slide.exit   { opacity: 0; transform: translateX(-60px); z-index: 0; transition: opacity 1.1s ease, transform 1.1s ease; }

/* Slider dots */
.slider-dots {
  position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 10px; align-items: center;
}
.s-dot {
  width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.55);
  background: transparent; cursor: pointer; padding: 0;
  transition: background .3s, border-color .3s, transform .3s;
}
.s-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.25); }

.hero-geo { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.geo { position: absolute; border-style: solid; border-color: rgba(245,197,0,.14); border-radius: 50%; }
.geo-a { width: 540px; height: 540px; top: -180px; right: -180px; border-width: 1px; animation: spin 48s linear infinite; }
.geo-b { width: 300px; height: 300px; top: -60px;  right: -60px;  border-width: 1px; border-color: rgba(245,197,0,.06); animation: spin 30s linear infinite reverse; }
.geo-c { width: 180px; height: 180px; bottom: 100px; left: 60px;   border-radius: 8px; border-width: 1px; border-color: rgba(255,255,255,.05); animation: drift 10s ease-in-out infinite; }
.geo-d { width: 55px;  height: 55px;  top: 32%;  left: 8%;         border-width: 1px; border-color: rgba(245,197,0,.2); animation: drift 7s ease-in-out infinite reverse; }

@keyframes spin  { to { transform: rotate(360deg); } }
@keyframes drift { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(8deg); } }

/* Page hero (inner pages) */
.page-hero { min-height: 56vh; }
.page-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 160px 28px 80px; }
.page-hero h1 { color: var(--white); margin-bottom: 1rem; }
.page-hero .hero-sub { color: rgba(255,255,255,.67); font-size: 1.0625rem; max-width: 560px; line-height: 1.82; margin-bottom: 2rem; }
.page-hero .eyebrow  { text-align: left; margin-bottom: .75rem; }

.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.breadcrumb a    { font-family: 'Montserrat', sans-serif; font-size: .6875rem; font-weight: 600; letter-spacing: .05em; color: rgba(255,255,255,.42); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.bc-sep  { color: rgba(255,255,255,.22); font-size: .5625rem; }
.bc-curr { font-family: 'Montserrat', sans-serif; font-size: .6875rem; font-weight: 600; letter-spacing: .05em; color: var(--gold); }

/* ── Stats bar ── */
.statsbar { background: var(--white); border-bottom: 1px solid var(--border); }
.statsbar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.sbar-item { padding: 36px 28px; border-right: 1px solid var(--border); text-align: center; }
.sbar-item:last-child { border-right: none; }
.sbar-num  { font-family: 'Montserrat', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 7px; }
.sbar-num .acc { color: var(--gold); }
.sbar-desc { font-family: 'Montserrat', sans-serif; font-size: .75rem; font-weight: 600; color: var(--soft); }

/* ── Image-background cards (overlay style) ── */
.img-card {
  position: relative; overflow: hidden; border-radius: 6px;
  background-size: cover; background-position: center;
  transition: transform .35s ease, box-shadow .35s ease;
}
.img-card::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(to bottom, rgba(7,21,37,.28) 0%, rgba(7,21,37,.72) 50%, rgba(7,21,37,.97) 100%);
  transition: opacity .35s;
}
.img-card:hover { transform: translateY(-5px); box-shadow: var(--sh-xl); }
.img-card:hover::before { opacity: .85; }
.img-card-body { position: relative; z-index: 1; padding: 32px 28px 28px; display: flex; flex-direction: column; min-height: 360px; height: 100%; }
.img-card-icon { flex: 1; }
.img-card-icon svg { width: 44px; height: 44px; color: var(--gold); }
.img-card-base { margin-top: auto; }
.img-card-base h3 { font-size: 1.0625rem; color: var(--white); margin-bottom: 10px; }
.img-card-base p  { font-size: .875rem; color: rgba(255,255,255,.62); line-height: 1.72; margin-bottom: 18px; }
.ic-link { font-family: 'Montserrat', sans-serif; font-size: .78125rem; font-weight: 700; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; text-decoration: none; }
.ic-link:hover { gap: 10px; color: var(--gold); }
.ic-link svg { transition: transform .2s; }
.ic-link:hover svg { transform: translateX(2px); }

/* ── Yellow-accent bar card (plain white card) ── */
.plain-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 36px 30px 32px;
  position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.plain-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.plain-card:hover { transform: translateY(-5px); box-shadow: var(--sh-xl); border-color: transparent; }
.plain-card:hover::after { transform: scaleX(1); }
.plain-card .p-icon { width: 48px; height: 48px; color: var(--blue); margin-bottom: 20px; transition: color .2s; }
.plain-card:hover .p-icon { color: var(--gold); }
.plain-card h3 { font-size: 1.0625rem; margin-bottom: 11px; }
.plain-card p  { font-size: .875rem; margin-bottom: 22px; }
.p-link { font-family: 'Montserrat', sans-serif; font-size: .78125rem; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s, color .2s; }
.p-link:hover { color: var(--gold-dk); gap: 10px; }

/* ── Solution split layout ── */
.sol-split { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; margin-bottom: 96px; }
.sol-split:last-child { margin-bottom: 0; }
.sol-split.flip .sol-media  { order: 2; }
.sol-split.flip .sol-body   { order: 1; }
.sol-media { position: relative; border-radius: 8px; overflow: hidden; box-shadow: var(--sh-xl); }
.sol-media img { width: 100%; height: 440px; object-fit: cover; }
.sol-badge { position: absolute; bottom: 20px; left: 20px; background: rgba(11,31,58,.88); backdrop-filter: blur(12px); border: 1px solid rgba(245,197,0,.25); border-radius: 6px; padding: 12px 16px; }
.sol-badge-lbl { font-family: 'Montserrat', sans-serif; font-size: .5875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 2px; }
.sol-badge-val { font-family: 'Montserrat', sans-serif; font-size: .875rem; font-weight: 700; color: var(--white); }
.sol-body .eyebrow { text-align: left; }
.sol-body h2 { font-size: clamp(1.5rem,2.5vw,2.125rem); margin-bottom: 1rem; }
.sol-body > p { margin-bottom: 1.5rem; }
.sol-feats { list-style: none; margin-bottom: 2.25rem; }
.sol-feats li { display: flex; align-items: flex-start; gap: 11px; padding: 9px 0; font-size: .875rem; color: var(--mid); border-bottom: 1px solid var(--grey); }
.sol-feats li:last-child { border-bottom: none; }
.chk-icon { flex-shrink: 0; width: 18px; height: 18px; color: var(--gold); margin-top: 1px; }

/* ── Why section (navy) ── */
.why { padding: 104px 0; background: var(--navy); position: relative; overflow: hidden; }
.why-dot-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(245,197,0,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(245,197,0,.025) 1px, transparent 1px); background-size: 52px 52px; }
.why .section-header h2 { color: var(--white); }
.why .section-header p  { color: rgba(255,255,255,.52); }
.why-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 6px; padding: 36px 26px; transition: all .3s; }
.why-card:hover { background: rgba(255,255,255,.07); border-color: rgba(245,197,0,.28); }
.why-icon { width: 42px; height: 42px; margin-bottom: 20px; color: var(--gold); }
.why-card h3 { color: var(--white); font-size: 1rem; margin-bottom: 12px; }
.why-card p  { color: rgba(255,255,255,.5); font-size: .875rem; line-height: 1.75; }

/* ── Infra strip ── */
.infra { background: var(--white); }
.infra-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; }
.infra-img { position: relative; overflow: hidden; }
.infra-img img { width: 100%; height: 100%; object-fit: cover; }
.infra-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, var(--white)); }
.infra-body { padding: 72px 64px 72px 48px; display: flex; flex-direction: column; justify-content: center; }
.infra-body h2 { font-size: clamp(1.5rem,2.5vw,2.125rem); margin-bottom: 1rem; }
.infra-body > p { margin-bottom: 2rem; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 2.25rem; }
.metric-box { background: var(--grey); border: 1px solid var(--border); border-radius: 6px; padding: 16px 18px; }
.m-val { font-family: 'Montserrat', sans-serif; font-size: 1.625rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.m-val .ma { color: var(--gold); }
.m-lbl { font-family: 'Montserrat', sans-serif; font-size: .6875rem; font-weight: 600; color: var(--soft); }

/* ── CTA ── */
.cta { padding: 104px 0; background: linear-gradient(135deg, var(--navy) 0%, #0E2E6E 50%, #0A3585 100%); position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(245,197,0,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(245,197,0,.025) 1px, transparent 1px); background-size: 52px 52px; pointer-events: none; }
.cta-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(245,197,0,.07) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { color: var(--white); margin-bottom: 1.125rem; }
.cta-inner p  { color: rgba(255,255,255,.65); font-size: 1.0625rem; max-width: 540px; margin: 0 auto 2.75rem; }
.cta-acts { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ── Footer ── */
.footer { background: var(--navy-deep); padding: 80px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.06); }
.f-logo-text { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.0625rem; color: var(--white); line-height: 1.2; }
.f-logo-text small { display: block; font-size: .5rem; font-weight: 500; letter-spacing: .18em; opacity: .5; text-transform: uppercase; }
.f-logo-text .f-tag { display: block; font-size: .45rem; font-weight: 700; letter-spacing: .22em; color: var(--gold); text-transform: uppercase; margin-top: 2px; }
.footer-desc { font-size: .875rem; color: rgba(255,255,255,.36); margin: 20px 0 16px; line-height: 1.85; }
.csd-pill { font-family: 'Montserrat', sans-serif; font-size: .5875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); background: rgba(245,197,0,.08); border: 1px solid rgba(245,197,0,.18); padding: 4px 10px; border-radius: 3px; display: inline-block; margin-bottom: 18px; }
.fc-row { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.fc-row svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }
.fc-row a, .fc-row span { font-size: .8125rem; color: rgba(255,255,255,.4); transition: color .2s; text-decoration: none; }
.fc-row a:hover { color: var(--gold); }
.footer-col h5 { font-family: 'Montserrat', sans-serif; font-size: .5875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.26); margin-bottom: 20px; }
.f-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.f-links a { font-size: .875rem; color: rgba(255,255,255,.4); transition: color .2s; }
.f-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.f-copy   { font-size: .8125rem; color: rgba(255,255,255,.22); }
.f-legal  { display: flex; gap: 24px; }
.f-legal a { font-size: .8125rem; color: rgba(255,255,255,.22); transition: color .2s; }
.f-legal a:hover { color: rgba(255,255,255,.5); }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .why-cards { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .sol-split { gap: 48px; }
}
@media (max-width: 900px) {
  .sol-split { grid-template-columns: 1fr; gap: 36px; }
  .sol-split.flip .sol-media,
  .sol-split.flip .sol-body { order: unset; }
  .infra-wrap { grid-template-columns: 1fr; }
  .infra-img { height: 260px; }
  .infra-img::after { background: linear-gradient(to bottom, transparent 60%, var(--white)); }
  .infra-body { padding: 48px 28px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-tel, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
  .statsbar-inner { grid-template-columns: 1fr 1fr; }
  .sbar-item:nth-child(2) { border-right: none; }
  .sbar-item:nth-child(3) { border-top: 1px solid var(--border); border-right: 1px solid var(--border); }
  .sbar-item:nth-child(4) { border-top: 1px solid var(--border); }
  .why-cards { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .metric-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .statsbar-inner { grid-template-columns: 1fr; }
  .sbar-item { border-right: none !important; border-top: 0; border-bottom: 1px solid var(--border); }
  .sbar-item:last-child { border-bottom: none; }
  .cta-acts, .hero-acts { flex-direction: column; }
  .cta-acts .btn, .hero-acts .btn { justify-content: center; }
}

/* ── Page loader ── */
.page-loader {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  transition: opacity .45s ease, visibility .45s ease;
}
.page-loader.fade-out { opacity: 0; visibility: hidden; pointer-events: none; }
.pl-label {
  font-family: 'Montserrat', sans-serif;
  font-size: .6875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--steel); opacity: .6;
}
@keyframes pl-arrow-rise {
  0%   { transform: translateY(16px); opacity: 0; }
  20%  { opacity: 1; }
  72%  { opacity: 1; }
  100% { transform: translateY(-16px); opacity: 0; }
}
@keyframes pl-shadow-pulse {
  0%,100% { transform: scaleX(.65); opacity: .15; }
  50%      { transform: scaleX(1);   opacity: .28; }
}
.pl-arrow  { animation: pl-arrow-rise   1.9s cubic-bezier(.4,0,.55,1) infinite; transform-origin: center; }
.pl-shadow { animation: pl-shadow-pulse 1.9s ease-in-out infinite; transform-origin: center; }
