/* ============================================================
   Bovo — editorial / flat design system (no gradients)
   paper #F7F7F4 · ink #202345 · green #009E81
   ============================================================ */

:root {
  --paper: #F7F7F4;
  --ink: #202345;
  --green: #009E81;
  --greenD: #00735E;
  --line: #E6E6DF;
  --mute: #5B5E73;
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; overflow-x: hidden; }

::selection { background: rgba(0,158,129,0.18); }

/* ============================================================
   Hero 3D (Three.js)
   ============================================================ */
.hero3d { position: relative; background: #0C0E1C; color: #fff; overflow: hidden; }
#bg3d { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 0; }
.hero-vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12,14,28,0.55) 0%, rgba(12,14,28,0.15) 40%, rgba(12,14,28,0) 55%, rgba(12,14,28,0.15) 80%, rgba(12,14,28,0.45) 100%),
    linear-gradient(to top, #0C0E1C 0%, rgba(12,14,28,0) 28%);
}
.hero-overlay { position: relative; z-index: 2; }
.text-grad { background: linear-gradient(90deg, #49E6C0, #009E81); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lbl-dark { color: rgba(255,255,255,0.55); }

.scrollcue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  width: 28px; height: 44px; border: 1.5px solid rgba(255,255,255,0.35); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 7px; cursor: pointer;
  transition: border-color .3s;
}
.scrollcue:hover { border-color: rgba(73,230,192,0.6); }
.scrollcue span { width: 4px; height: 8px; border-radius: 2px; background: #49E6C0; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 25% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ---------- Dashboard Panel Mockup ---------- */
.dash-panel {
  position: relative;
  background: rgba(14,16,32,0.85);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 1.4rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 40px -12px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04) inset;
  overflow: hidden;
  max-width: 480px;
}
.dash-glow {
  position: absolute; top: -80px; right: -60px; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(0,158,129,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.dash-header {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 0.9rem; margin-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dash-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #49E6C0;
  box-shadow: 0 0 8px rgba(73,230,192,0.5);
  animation: dashPulse 2s ease-in-out infinite;
}
@keyframes dashPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.dash-badge {
  font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  color: #49E6C0; background: rgba(73,230,192,0.1); border: 1px solid rgba(73,230,192,0.2);
  padding: 0.15rem 0.5rem; border-radius: 999px;
}

/* Stat cards row */
.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 1.1rem; }
.dstat-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.6rem; padding: 0.7rem 0.6rem; text-align: center;
  transition: border-color .3s, background .3s;
}
.dstat-card:hover { border-color: rgba(73,230,192,0.3); background: rgba(73,230,192,0.04); }
.dstat-val { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; font-weight: 700; color: #fff; line-height: 1; }
.dstat-label { font-size: 0.65rem; color: rgba(255,255,255,0.45); margin-top: 0.3rem; line-height: 1.1; }
.dstat-trend { font-size: 0.65rem; font-weight: 600; margin-top: 0.2rem; }
.dstat-trend.up { color: #49E6C0; }

/* Live shipment list */
.dash-shipments { margin-bottom: 0.9rem; }
.dash-ship-list { display: flex; flex-direction: column; gap: 0.45rem; }
.dash-ship-row { display: flex; align-items: center; gap: 0.5rem; }
.dash-ship-dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.dash-ship-dot.done { background: #49E6C0; }
.dash-ship-dot.active { background: #f59e0b; animation: dashPulse 1.5s ease-in-out infinite; }
.dash-ship-dot.new { background: rgba(255,255,255,0.25); }
.dash-bar-wrap { flex: 1; height: 3px; background: rgba(255,255,255,0.07); border-radius: 999px; overflow: hidden; }
.dash-bar { height: 100%; background: var(--green); border-radius: 999px; transition: width 1.5s ease; }

/* Footer */
.dash-footer {
  padding-top: 0.8rem; border-top: 1px solid rgba(255,255,255,0.06);
}
.dash-brands { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.4rem; }
.dash-brand {
  font-size: 0.63rem; font-weight: 500; color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  padding: 0.2rem 0.55rem; border-radius: 0.35rem;
}
.dash-counter { display: flex; align-items: center; gap: 0.5rem; }
.dash-live-count {
  font-family: "Space Grotesk", sans-serif; font-size: 0.8rem; font-weight: 700; color: #49E6C0;
}

/* Mobile: compact dashboard */
@media (max-width: 1023px) {
  .dash-panel { margin: 0 auto; max-width: 100%; padding: 1rem; border-radius: 0.8rem; }
  .dash-stats { gap: 0.35rem; margin-bottom: 0.8rem; }
  .dstat-card { padding: 0.55rem 0.4rem; }
  .dstat-val { font-size: 1.05rem; }
  .dstat-label { font-size: 0.6rem; }
  .dash-shipments { margin-bottom: 0.6rem; }
  .dash-ship-row { gap: 0.35rem; }
  .dash-header { padding-bottom: 0.6rem; margin-bottom: 0.6rem; }
  .dash-footer { padding-top: 0.5rem; }
  .dash-brands { gap: 0.25rem; }
  .dash-brand { font-size: 0.58rem; padding: 0.15rem 0.4rem; }
}
@media (max-width: 640px) {
  .dash-stats { grid-template-columns: repeat(3, 1fr); gap: 0.3rem; }
  .dstat-val { font-size: 0.95rem; }
  .dstat-label { font-size: 0.55rem; }
}

/* ---------- Nav ---------- */
.navlink { font-size: 0.93rem; color: var(--ink); opacity: 0.7; transition: opacity .18s, color .18s; cursor: pointer; position: relative; }
.navlink:hover { opacity: 1; color: var(--green); }
.navlink::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--green); border-radius: 1px; transition: width .25s cubic-bezier(.22,.7,.25,1); }
.navlink:hover::after { width: 100%; }
.mlink { display: block; padding: 0.7rem 0; font-size: 0.98rem; color: var(--ink); border-bottom: 1px solid var(--line); cursor: pointer; transition: color .15s; }
.mlink:hover { color: var(--green); }
#nav.nav-shrink { background: rgba(247,247,244,0.97); padding-top: 0; padding-bottom: 0; }
#nav.nav-shrink nav { padding-top: 0.55rem; padding-bottom: 0.55rem; }
#mobileMenu { animation: menuIn .2s cubic-bezier(.22,.7,.25,1); }
@keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.7rem 1.3rem; border-radius: 0.55rem;
  font-size: 0.94rem; font-weight: 600; line-height: 1;
  transition: all .2s cubic-bezier(.22,.7,.25,1); cursor: pointer;
  position: relative; overflow: hidden;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 1px 2px rgba(0,158,129,0.25), 0 4px 16px -6px rgba(0,158,129,0.4); }
.btn-primary:hover { background: var(--greenD); transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0,158,129,0.3), 0 8px 24px -6px rgba(0,158,129,0.5); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: 0 4px 16px -8px rgba(32,35,69,0.15); }
.btn-onDark { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.btn-onDark:hover { background: rgba(255,255,255,0.08); transform: translateY(-1px); border-color: rgba(255,255,255,0.4); }
.btn:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--green); display: inline-block; }
.eyebrow-dark { color: #2DD4BF; }
.eyebrow-dark::before { background: #2DD4BF; }

/* ---------- Hero stats ---------- */
.num { font-family: "Space Grotesk", sans-serif; font-size: 1.9rem; font-weight: 700; color: var(--ink); line-height: 1; }
.num-dark { color: #fff; }
.lbl { margin-top: 0.35rem; font-size: 0.82rem; color: var(--mute); max-width: 11rem; }

/* ---------- Hero panel mock ---------- */
.panel { background: #fff; border: 1px solid var(--line); border-radius: 0.9rem; box-shadow: 0 1px 0 rgba(32,35,69,0.04), 0 24px 48px -28px rgba(32,35,69,0.25); }
.tag { font-size: 0.72rem; font-weight: 600; color: var(--green); border: 1px solid rgba(0,158,129,0.4); border-radius: 999px; padding: 0.2rem 0.6rem; }

.track-line { position: relative; height: 3px; background: var(--line); border-radius: 999px; }
.track-fill { position: absolute; left: 0; top: 0; height: 100%; background: var(--green); border-radius: 999px; }
.track-stops { display: flex; justify-content: space-between; margin-top: 0.6rem; }
.stop { font-size: 0.72rem; color: var(--mute); position: relative; }
.stop.done { color: var(--ink); }
.stop.active { color: var(--green); font-weight: 600; }

.row { display: flex; align-items: center; gap: 0.6rem; color: var(--ink); }
.row-active { font-weight: 600; }

.dotsep { color: var(--line); }

/* ============================================================
   JOURNEY timeline
   ============================================================ */
.timeline { position: relative; margin-left: 0; }
.timeline::before {
  content: ''; position: absolute; left: 23px; top: 8px; bottom: 8px; width: 2px;
  background: var(--line);
}
.tstep { position: relative; display: flex; gap: 1.5rem; padding-bottom: 2.5rem; }
.tstep:last-child { padding-bottom: 0; }
.tnode {
  position: relative; z-index: 1; flex: none;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--line);
  display: grid; place-items: center;
  transition: border-color .35s, background .35s;
}
.tnum { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--mute); transition: color .35s; }
.tstep.in .tnode { border-color: var(--green); background: #fff; }
.tstep.in .tnum { color: var(--green); }

.tcard { display: flex; gap: 1rem; padding-top: 0.1rem; }
.ticon {
  flex: none; width: 44px; height: 44px; border-radius: 0.6rem;
  border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; color: var(--ink);
}
.ticon i { width: 22px; height: 22px; stroke-width: 1.6; }
.tcard h3 { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; font-weight: 600; color: var(--ink); }
.tcard p { margin-top: 0.4rem; max-width: 38rem; color: var(--mute); line-height: 1.6; }

/* ============================================================
   Hero tracking form (on dark)
   ============================================================ */
.hero-track { display: flex; align-items: center; gap: 0.4rem; max-width: 460px; padding-left: 0.9rem; height: 52px; border: 1px solid rgba(255,255,255,0.18); border-radius: 0.7rem; background: rgba(255,255,255,0.06); backdrop-filter: blur(6px); transition: border-color .25s, box-shadow .25s, background .25s; }
.hero-track:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,158,129,0.18), 0 0 20px -4px rgba(73,230,192,0.2); background: rgba(255,255,255,0.1); }
.hero-track .btn { height: 42px; margin-right: 5px; }
.hero-track-ic { color: rgba(255,255,255,0.55); flex: none; }
.hero-track-input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 0.5rem; font-size: 0.98rem; color: #fff; }
.hero-track-input::placeholder { color: rgba(255,255,255,0.5); }
.hero-track .btn { height: 42px; margin-right: 5px; }

/* ============================================================
   Testimonials
   ============================================================ */
.quote { background: #fff; padding: 2rem 1.9rem; transition: transform .25s cubic-bezier(.22,.7,.25,1), box-shadow .3s ease; }
.quote:hover { transform: translateY(-3px); box-shadow: 0 12px 32px -12px rgba(32,35,69,0.15); position: relative; z-index: 1; }
.quote-mark { font-family: "Space Grotesk", sans-serif; font-size: 2.4rem; line-height: 1; color: var(--green); }
.quote p { margin-top: 0.4rem; color: var(--ink); line-height: 1.65; }
.quote-by { margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.quote-by strong { display: block; font-size: 0.95rem; font-weight: 600; }
.quote-by span { font-size: 0.85rem; color: var(--mute); }

/* ============================================================
   Contact channels
   ============================================================ */
.ch { display: flex; gap: 1rem; align-items: flex-start; padding: 1.6rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 0.8rem; transition: all .25s cubic-bezier(.22,.7,.25,1); text-decoration: none; }
.ch:hover { border-color: rgba(0,158,129,0.4); background: rgba(255,255,255,0.06); transform: translateX(4px); }
.ch-ic { flex: none; width: 44px; height: 44px; border-radius: 0.6rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.15); color: var(--green); }
.ch-ic i { width: 21px; height: 21px; }
.ch h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }
.ch a, .ch p { margin-top: 0.25rem; display: block; font-size: 1.05rem; font-weight: 600; color: #fff; }
.ch a:hover { color: var(--green); }
.ch small { color: rgba(255,255,255,0.55); font-weight: 400; font-size: 0.82rem; }

/* ============================================================
   Problems
   ============================================================ */
.prob { transition: transform .25s cubic-bezier(.22,.7,.25,1); }
.prob:hover { transform: translateY(-2px); }
.prob i { width: 26px; height: 26px; stroke-width: 1.6; color: var(--green); }
.prob h3 { margin-top: 0.9rem; font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; font-weight: 600; }
.prob p { margin-top: 0.45rem; color: var(--mute); line-height: 1.6; font-size: 0.95rem; }

/* ============================================================
   Services (grouped, bordered)
   ============================================================ */
.svc { background: #fff; padding: 2.25rem 2rem; transition: transform .3s cubic-bezier(.22,.7,.25,1), box-shadow .3s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -16px rgba(32,35,69,0.2); position: relative; z-index: 1; }
.sicon {
  width: 46px; height: 46px; border-radius: 0.6rem;
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink);
  transition: border-color .25s, color .25s, background .25s;
}
.svc:hover .sicon { border-color: var(--green); color: var(--green); background: rgba(0,158,129,0.04); }
.sicon i { width: 23px; height: 23px; stroke-width: 1.6; }
.svc h3 { margin-top: 1.2rem; font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; font-weight: 600; }
.svc-list { margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.svc-list li { position: relative; padding-left: 1.5rem; color: var(--mute); line-height: 1.5; }
.svc-list li::before {
  content: ''; position: absolute; left: 0; top: 0.5rem;
  width: 7px; height: 7px; border-radius: 2px; background: var(--green);
}

/* ============================================================
   Onboarding
   ============================================================ */
.onb { background: #fff; padding: 2.25rem 2rem; transition: transform .3s cubic-bezier(.22,.7,.25,1), box-shadow .3s ease; }
.onb:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -16px rgba(32,35,69,0.2); position: relative; z-index: 1; }
.onb-no { font-family: "Space Grotesk", sans-serif; font-size: 2rem; font-weight: 700; color: var(--line); transition: color .3s; }
.onb:hover .onb-no { color: var(--green); }
.onb h3 { margin-top: 0.6rem; font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; font-weight: 600; }
.onb p { margin-top: 0.55rem; color: var(--mute); line-height: 1.6; font-size: 0.95rem; }

/* ---------- Why (dark) ---------- */
.wrow { display: flex; align-items: flex-start; gap: 0.7rem; color: rgba(255,255,255,0.85); }
.dstat { background: var(--ink); padding: 2rem 1.75rem; transition: background .3s; }
.dstat:hover { background: #252A4A; }
.dstat p { margin-top: 0.5rem; font-size: 0.85rem; color: rgba(255,255,255,0.6); }

/* ---------- Integration tiles ---------- */
.itile {
  display: grid; place-items: center; height: 6rem; background: #fff;
  font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--ink);
  transition: all .25s cubic-bezier(.22,.7,.25,1); cursor: default;
}
.itile:hover { background: #FBFBF9; color: var(--green); transform: translateY(-2px); box-shadow: 0 12px 28px -12px rgba(32,35,69,0.12); }

/* ---------- Footer ---------- */
.logo-white { filter: brightness(0) invert(1); }
.fhead { font-size: 0.85rem; font-weight: 600; color: #fff; }
.fcol { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.65rem; font-size: 0.9rem; }
.flink { color: rgba(255,255,255,0.7); transition: color .18s; cursor: pointer; }
.flink:hover { color: #fff; }
.social {
  display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 0.55rem;
  border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.75); transition: all .22s cubic-bezier(.22,.7,.25,1); cursor: pointer;
}
.social:hover { color: #fff; border-color: var(--green); background: rgba(0,158,129,0.15); transform: translateY(-2px); }

/* ============================================================
   Reveal animation (subtle)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease-out, transform .7s cubic-bezier(.16,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .tstep .tnode { border-color: var(--green); }
  .tstep .tnum { color: var(--green); }
}

/* ============================================================
   Coverage strip
   ============================================================ */
.cov { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; color: var(--ink); font-size: 0.95rem; }
.cov i { width: 20px; height: 20px; color: var(--green); flex: none; }
.cov strong { font-weight: 600; }

/* ============================================================
   FAQ (native details)
   ============================================================ */
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0.25rem; font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); transition: color .2s, padding-left .2s; }
.faq summary:hover { color: var(--green); padding-left: 0.25rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq-ic { flex: none; width: 20px; height: 20px; color: var(--green); transition: transform .25s ease; }
.faq[open] .faq-ic { transform: rotate(45deg); }
.faq-a { padding: 0 0.25rem 1.35rem; color: var(--mute); line-height: 1.65; max-width: 46rem; animation: faqIn .28s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ============================================================
   Pricing reassurance chips
   ============================================================ */
.pchip { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.92rem; color: rgba(255,255,255,0.78); }

/* ============================================================
   Timeline scroll-progress fill
   ============================================================ */
.timeline-fill { position: absolute; left: 23px; top: 8px; width: 2px; height: 0; background: var(--green); z-index: 0; will-change: height; }
.timeline-marker { position: absolute; left: 24px; top: 8px; width: 30px; height: 30px; margin-left: -15px; margin-top: -15px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; z-index: 2; box-shadow: 0 6px 16px -4px rgba(0,158,129,0.6); opacity: 0; transition: opacity .3s; will-change: transform; }
.timeline-marker.on { opacity: 1; }
.timeline-marker i { width: 16px; height: 16px; }

@media (prefers-reduced-motion: reduce) {
  .faq-a { animation: none; }
  .timeline-fill, .timeline-marker { display: none; }
}

/* ============================================================
   Sub-pages (legal / about / career)
   ============================================================ */
.page-hero { border-bottom: 1px solid var(--line); background: var(--paper2); }
.doc { color: var(--ink); }
.doc h2 { font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; font-weight: 600; color: var(--ink); margin-top: 2.4rem; margin-bottom: 0.7rem; }
.doc h3 { font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-top: 1.5rem; margin-bottom: 0.4rem; }
.doc p { color: var(--mute); line-height: 1.75; margin-bottom: 1rem; }
.doc ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.1rem; display: flex; flex-direction: column; gap: 0.45rem; }
.doc li { color: var(--mute); line-height: 1.65; }
.doc a { color: var(--green); text-decoration: underline; }
.doc a.btn { text-decoration: none; }
.doc a.btn-primary, .doc a.btn-onDark { color: #fff; }
.doc a.btn-ghost { color: var(--ink); }
.doc strong { color: var(--ink); font-weight: 600; }
.doc .lead { font-size: 1.1rem; color: var(--ink); }

.feat { display: flex; gap: 0.8rem; align-items: flex-start; }
.feat i { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 2px; }
.feat h3 { font-family: "Space Grotesk", sans-serif; font-weight: 600; }
.feat p { color: var(--mute); font-size: 0.95rem; margin-top: 0.2rem; }

/* ---- Kargo takip formu — hatalı giriş ---- */
.hero-track.track-invalid { border-color: #f87171; box-shadow: 0 0 0 3px rgba(248,113,113,0.22); }
.track-hint-error { color: #fca5a5 !important; }

/* ============================================================
   Form sayfaları (başvuru / kurumsal / paketleme)
   ============================================================ */
.form-grid { display: grid; gap: 1.05rem; max-width: 34rem; }
.field label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--line); border-radius: 0.55rem;
  background: #fff; color: var(--ink); font-size: 0.95rem; font-family: inherit;
  transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,158,129,0.15);
}
.field textarea { min-height: 110px; resize: vertical; }
.form-note { margin-top: 0.5rem; font-size: 0.85rem; color: var(--mute); }
.form-note-ok { color: var(--green); }
.form-note-err { color: #ef4444; }
.req { color: #ef4444; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

/* ============================================================
   Çerez onay banner'ı
   ============================================================ */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90;
  max-width: 480px; background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-radius: 0.9rem; padding: 1.1rem 1.2rem;
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.45);
  display: flex; flex-direction: column; gap: 0.8rem;
  animation: cookieIn .4s cubic-bezier(.2,.7,.25,1);
}
@media (min-width: 640px) { .cookie-banner { left: 1.25rem; right: auto; } }
.cookie-banner p { font-size: 0.88rem; line-height: 1.55; color: var(--mute); }
.cookie-banner a { color: var(--green); text-decoration: underline; }
.cookie-actions { display: flex; gap: 0.6rem; justify-content: flex-end; }
.cookie-btn { padding: 0.5rem 1.05rem; border-radius: 0.5rem; font-size: 0.85rem; font-weight: 600; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--ink); transition: background .18s, border-color .18s; }
.cookie-btn.cookie-accept { background: var(--green); color: #fff; border-color: var(--green); }
.cookie-btn.cookie-accept:hover { background: var(--greenD); }
.cookie-btn.cookie-reject:hover { border-color: var(--ink); }
@keyframes cookieIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) { .cookie-banner { animation: none; } }

/* ============================================================
   Yüzen WhatsApp butonu
   ============================================================ */
.wa-fab {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,0.65);
  transition: transform .18s ease, box-shadow .18s ease;
}
.wa-fab:hover { transform: translateY(-2px) scale(1.04); box-shadow: 0 16px 36px -8px rgba(37,211,102,0.8); }
.wa-fab svg { width: 30px; height: 30px; }
@media (prefers-reduced-motion: reduce) { .wa-fab { transition: none; } }
