/* ============================================================
   IKA Results — website stylesheet
   Rebuilt from the Claude design bundle into a maintainable
   multi-page site. Dark-navy nautical theme.
   ============================================================ */

/* ---------- Fonts ---------- */
/* Figtree (body/UI) served from Google Fonts; Hunterra (display
   eyebrow) is a custom face bundled with the site. */
@font-face {
  font-family: 'Hunterra';
  src: url('../assets/Hunterra.ttf') format('truetype');
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  --bg:            #081420;
  --bg-panel:      #0a1c2b;
  --bg-deep:       #060f18;
  --bg-card:       rgba(120,170,210,.05);

  --accent:        #37a0e6;
  --accent-light:  #5db4ee;
  --accent-soft:   #7fc0ef;

  --ink:           #f2f8fd;
  --ink-2:         #eaf4fb;
  --body:          #b9d3e6;
  --body-2:        #a9c6da;
  --muted:         #8fb0c6;
  --muted-2:       #9db8cc;
  --dim:           #5f7c93;
  --dim-2:         #4f6a80;
  --eyebrow:       #5f93bb;
  --eyebrow-2:     #7fb4db;

  --green:         #3fbf7a;
  --gold:          #e0a800;
  --red:           #e5484d;

  --border:        rgba(120,160,190,.16);
  --border-strong: rgba(120,160,190,.32);
  --grid-line:     rgba(120,170,205,.05);

  --radius:        20px;
  --radius-sm:     14px;
  --maxw:          1240px;
  --shadow-blue:   0 12px 34px rgba(55,160,230,.38);
  --shadow-lg:     0 34px 80px rgba(3,10,18,.55);
  --shadow-card:   0 18px 44px rgba(3,10,18,.34);

  /* buoy-light: the one gradient accent, used sparingly as the signature */
  --grad-accent:   linear-gradient(105deg, #6cc5f2 0%, #37a0e6 46%, #22cdc0 100%);
  --grad-soft:     linear-gradient(180deg, rgba(120,170,210,.09), rgba(120,170,210,.02));
  --hairline:      linear-gradient(90deg, transparent, rgba(55,160,230,.55), transparent);

  --font-body: 'Figtree', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --font-disp: 'Hunterra', 'Figtree', sans-serif;
  --font-serif: Georgia, 'Times New Roman', serif;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--accent); color: #06121c; }
:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 3px; border-radius: 4px; }

@keyframes ika-pulse { 0%,100% { opacity:.4; transform:scale(1);} 50% { opacity:.9; transform:scale(1.12);} }
@keyframes ika-fade-up { from { opacity:0; transform:translateY(24px);} to { opacity:1; transform:translateY(0);} }

/* Scroll-reveal (progressive enhancement; visible by default) */
.reveal { opacity: 0; }
.reveal.in { animation: ika-fade-up .7s cubic-bezier(.2,.7,.2,1) forwards; }

/* Hero load-in — a brief orchestrated entrance */
@keyframes ika-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy > *, .page-hero-inner > * { animation: ika-rise .7s cubic-bezier(.2,.7,.2,1) backwards; }
.hero-copy > *:nth-child(1), .page-hero-inner > *:nth-child(1) { animation-delay: .04s; }
.hero-copy > *:nth-child(2), .page-hero-inner > *:nth-child(2) { animation-delay: .12s; }
.hero-copy > *:nth-child(3), .page-hero-inner > *:nth-child(3) { animation-delay: .20s; }
.hero-copy > *:nth-child(4), .page-hero-inner > *:nth-child(4) { animation-delay: .28s; }
.hero-copy > *:nth-child(5) { animation-delay: .36s; }
.hero-media { animation: ika-rise .8s .24s cubic-bezier(.2,.7,.2,1) backwards; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; animation: none !important; }
  .hero-copy > *, .page-hero-inner > *, .hero-media { animation: none !important; }
}

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.wrap-narrow { max-width: 900px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.section { padding-top: clamp(76px, 9vw, 128px); padding-bottom: 20px; }
.center { text-align: center; }

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-disp);
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--eyebrow-2);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow .rule { width: 46px; height: 2px; border-radius: 2px; background: var(--grad-accent); }
h1, h2, h3 { color: var(--ink); letter-spacing: -.025em; text-wrap: balance; }
.h-hero  { margin: 0; font-size: clamp(42px, 6.2vw, 84px); line-height: 1.0; font-weight: 800; letter-spacing: -.035em; }
.h-2     { margin: 0; font-size: clamp(30px, 4.1vw, 52px); line-height: 1.06; font-weight: 800; letter-spacing: -.03em; }
.h-3     { margin: 0; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
.lead    { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.62; color: var(--body-2); font-weight: 400; }
.module-label { font-family: var(--font-serif); font-style: italic; font-size: 15px; letter-spacing: .12em; color: var(--eyebrow); margin-bottom: 14px; }

/* signature accent — a single gradient highlight, used on one phrase per view */
.grad-text { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 32px; border-radius: 999px;
  font-weight: 700; font-size: 16.5px; letter-spacing: .005em; cursor: pointer;
  border: 1px solid transparent; font-family: var(--font-body);
  transition: transform .22s cubic-bezier(.2,.7,.2,1), box-shadow .22s, border-color .2s, background .2s;
}
.btn svg { width: 17px; height: 17px; transition: transform .22s; }
.btn-primary { background: linear-gradient(118deg, #55b6f1, #2f97dd 60%, #2bbfd0); color: #04121d; box-shadow: var(--shadow-blue); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(55,160,230,.55); }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-ghost { background: rgba(120,170,210,.04); border-color: var(--border-strong); color: #cfe3f2; font-weight: 600; }
.btn-ghost:hover { border-color: rgba(120,180,220,.7); background: rgba(120,170,210,.09); transform: translateY(-2px); }
.btn-sm { padding: 12px 22px; font-size: 15px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(8,20,32,.72);
  border-bottom: 1px solid rgba(120,160,190,.14);
}
.nav {
  max-width: var(--maxw); margin: 0 auto;
  padding: 13px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo { display: inline-flex; align-items: center; }
.nav-logo img { height: 48px; width: auto; display: block; transition: transform .2s ease; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
.nav-logo:hover img { transform: scale(1.04); }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 500; letter-spacing: .01em; color: var(--muted-2); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--ink-2); }
.nav-right { display: flex; align-items: center; gap: 38px; }

/* dropdown */
.nav-drop { position: relative; }
.nav-drop > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 260px; padding: 10px; border-radius: 16px;
  background: rgba(10,26,40,.96); backdrop-filter: blur(14px);
  border: 1px solid var(--border-strong);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
  opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s;
}
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-drop-menu a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--body); font-size: 14.5px; }
.nav-drop-menu a:hover { background: rgba(55,160,230,.1); color: var(--ink-2); }
.nav-drop-menu strong { display: block; font-weight: 700; color: var(--ink-2); font-size: 15px; }
.nav-drop-menu span { color: var(--muted); font-size: 13px; }

/* schedule link shown only inside the open mobile menu */
.nav-cta-mobile { display: none; }
.nav-links.open .nav-cta-mobile { display: block; color: var(--accent-light) !important; font-weight: 700; }

/* mobile toggle */
.nav-toggle { display: none; background: none; border: none; color: var(--ink-2); cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(120% 130% at 12% 0%, #14456a 0%, #0d2c44 42%, #081420 100%); }
.hero-texture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero-grid { position: absolute; inset: 0; opacity: .55; background:
  linear-gradient(var(--grid-line) 1px, transparent 1px) 0 0/100% 92px,
  linear-gradient(90deg, var(--grid-line) 1px, transparent 1px) 0 0/92px 100%;
  -webkit-mask: linear-gradient(90deg, #000 40%, transparent 78%); mask: linear-gradient(90deg, #000 40%, transparent 78%); }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,32,.82) 0%, rgba(8,20,32,.5) 30%, rgba(8,20,32,.12) 60%, rgba(8,20,32,0) 80%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; background: linear-gradient(180deg, transparent, rgba(8,20,32,.9)); pointer-events: none; }
.hero-inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: clamp(72px,10vw,128px) 32px clamp(88px,11vw,128px); display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }

/* compass rose */
.compass { position: absolute; right: 5%; top: 78px; width: 320px; height: 320px; opacity: .6; pointer-events: none; }
.compass::after { content: ""; position: absolute; inset: 36%; border-radius: 50%; border: 1.5px solid rgba(90,200,230,.5); animation: ika-sonar 4s ease-out infinite; }
@keyframes ika-sonar { 0% { transform: scale(.55); opacity: .7; } 100% { transform: scale(1.7); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .compass::after { animation: none; } }
.compass .ring { position: absolute; border-radius: 50%; }
.compass .r1 { inset: 0; border: 1.5px solid rgba(120,170,205,.4); }
.compass .r2 { inset: 42px; border: 1px solid rgba(120,170,205,.3); }
.compass .r3 { inset: 96px; border: 1px solid rgba(120,170,205,.22); }
.compass .ticks { position: absolute; inset: 0; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(120,170,205,.5) 0 0.5deg, transparent .5deg 7.5deg);
  -webkit-mask: radial-gradient(transparent 60%, #000 61%, #000 66%, transparent 67%); mask: radial-gradient(transparent 60%, #000 61%, #000 66%, transparent 67%); }
.compass .star { position: absolute; top: 50%; left: 50%; width: 180px; height: 180px; transform: translate(-50%,-50%);
  background: linear-gradient(135deg, rgba(120,170,205,.24), rgba(55,160,230,.30));
  clip-path: polygon(50% 0%, 56% 44%, 100% 50%, 56% 56%, 50% 100%, 44% 56%, 0% 50%, 44% 44%); }
.compass .n { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); color: #9fc4e0; font: 700 16px var(--font-body); }

.hero h1 { color: #f2f8fd; }
.hero .lead { margin: 26px 0 0; max-width: 540px; }
.hero-cta { display: flex; align-items: center; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.pill-live {
  display: inline-flex; align-items: center; gap: 11px; margin-top: 34px;
  padding: 9px 18px; border-radius: 999px;
  background: rgba(63,191,122,.09); border: 1px solid rgba(63,191,122,.28);
  color: #9fddba; font-size: 14.5px; font-weight: 500;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.dot-anim { animation: ika-pulse 3s ease-in-out infinite; }

/* hero media */
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -18px; border-radius: 26px; background: radial-gradient(60% 60% at 70% 20%, rgba(55,160,230,.28), transparent 70%); filter: blur(10px); z-index: 0; }
.hero-media img { position: relative; z-index: 1; width: 100%; height: auto; max-height: 560px; object-fit: contain; border-radius: var(--radius); display: block; box-shadow: var(--shadow-lg); border: 1px solid rgba(120,160,190,.22); background: #0a1c2b; }
.corner { position: absolute; width: 44px; height: 44px; z-index: 2; }
.corner.tl { top: -14px; left: -14px; border-left: 2px solid rgba(55,160,230,.6); border-top: 2px solid rgba(55,160,230,.6); }
.corner.br { bottom: -14px; right: -14px; border-right: 2px solid rgba(55,160,230,.6); border-bottom: 2px solid rgba(55,160,230,.6); }
.media-badge {
  position: absolute; z-index: 2; left: 20px; bottom: 20px;
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 12px;
  background: rgba(8,20,32,.78); backdrop-filter: blur(8px); border: 1px solid rgba(120,160,190,.2);
  color: #cbe6f8; font-size: 13.5px; font-weight: 600; letter-spacing: .04em;
}
.media-badge .dot { width: 8px; height: 8px; box-shadow: 0 0 10px var(--green); }

/* ---------- Pillars ---------- */
.pillars { background: var(--bg-panel); border-top: 1px solid rgba(120,160,190,.1); border-bottom: 1px solid rgba(120,160,190,.1); }
.pillars-grid { max-width: var(--maxw); margin: 0 auto; padding: 60px 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.pillar { display: flex; gap: 16px; align-items: flex-start; padding: 26px; border-radius: 16px; background: var(--grad-soft); border: 1px solid var(--border); transition: border-color .2s, transform .2s, box-shadow .2s; }
.pillar:hover { border-color: rgba(55,160,230,.4); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.pillar-ico { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; background: rgba(55,160,230,.14); border: 1px solid rgba(55,160,230,.32); display: flex; align-items: center; justify-content: center; color: var(--accent-light); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.pillar h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: var(--ink-2); }
.pillar p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }

/* ---------- Feature module rows ---------- */
.features-intro .lead { margin: 22px auto 0; max-width: 640px; }
.features-intro .eyebrow { letter-spacing: .36em; margin-bottom: 20px; }
.modules { max-width: var(--maxw); margin: 0 auto; padding: 40px 32px; display: flex; flex-direction: column; gap: 52px; }
.module { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.module h3 { margin: 0 0 22px; color: var(--ink-2); }
.feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--body); }
.feature-list .check { flex: 0 0 auto; color: var(--accent-light); margin-top: 2px; }
.module-media { position: relative; }
.module-media > img { width: 100%; height: 380px; object-fit: cover; border-radius: 16px; display: block; border: 1px solid rgba(120,160,190,.18); box-shadow: 0 22px 54px rgba(0,0,0,.42); }
.corner.sm { width: 38px; height: 38px; }
.corner.tr { top: -12px; right: -12px; border-right: 2px solid rgba(55,160,230,.5); border-top: 2px solid rgba(55,160,230,.5); }
.corner.tl-sm { top: -12px; left: -12px; border-left: 2px solid rgba(55,160,230,.5); border-top: 2px solid rgba(55,160,230,.5); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(115deg, #0d2a3f, #164a6e 60%, #0b2233); }
.cta-band .grid-overlay { position: absolute; inset: 0; opacity: .5; background:
  linear-gradient(var(--grid-line) 1px, transparent 1px) 0 0/100% 60px,
  linear-gradient(90deg, var(--grid-line) 1px, transparent 1px) 0 0/60px 100%; }
.cta-band-inner { position: relative; max-width: 1000px; margin: 0 auto; padding: clamp(72px,8vw,104px) 32px; text-align: center; }
.cta-band .eyebrow { color: #9fc9ea; letter-spacing: .4em; margin-bottom: 20px; }
.cta-band h2 { margin: 0 auto 32px; max-width: 760px; font-size: clamp(30px,4vw,48px); line-height: 1.1; font-weight: 800; letter-spacing: -.025em; color: #f4fafe; }

/* ---------- Metrics strip ---------- */
.metrics { background: var(--bg-panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.metrics-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px,6vw,80px) 32px; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.metric .num { font-family: var(--font-disp); font-size: clamp(46px,5vw,66px); line-height: 1; color: var(--ink); letter-spacing: .01em; }
.metric .num .accent { color: var(--accent-light); }
.metric .label { margin-top: 12px; font-size: 15px; color: var(--muted); }

/* ---------- Testimonials ---------- */
.tst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tst { margin: 0; padding: 40px; border-radius: 20px; background: var(--grad-soft); border: 1px solid var(--border); position: relative; transition: border-color .2s, transform .2s, box-shadow .2s; }
.tst:hover { border-color: rgba(55,160,230,.34); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.tst .quote-mark { font-family: var(--font-serif); font-size: 72px; line-height: 1; color: rgba(55,160,230,.4); margin-bottom: 2px; }
.tst blockquote { margin: 0; font-size: 17px; line-height: 1.62; color: #cadbe9; }
.tst figcaption { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: rgba(55,160,230,.14); border: 1px solid rgba(55,160,230,.3); display: flex; align-items: center; justify-content: center; color: var(--accent-soft); font-weight: 700; font-size: 16px; }
.tst .name { font-weight: 700; color: var(--ink-2); font-size: 15.5px; }
.tst .role { color: #7f9db4; font-size: 14px; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border-radius: 14px; background: var(--bg-card); border: 1px solid var(--border); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: transparent; border: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink-2); font-family: var(--font-body); font-size: 18px; font-weight: 600; }
.faq-q .chev { display: inline-flex; transition: transform .3s ease; }
.faq-item.open .faq-q .chev { transform: rotate(135deg); }
.faq-a { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .38s ease, opacity .3s ease; }
.faq-item.open .faq-a { max-height: 320px; opacity: 1; }
.faq-a p { margin: 0; padding: 0 24px 24px; font-size: 16px; line-height: 1.6; color: #a3c0d6; }

/* ---------- Contact / final CTA ---------- */
.final-cta { position: relative; overflow: hidden; margin-top: 80px; background: radial-gradient(120% 120% at 50% 0%, #10324a 0%, #0a1c2b 55%, #060f18 100%); }
.final-cta .tex { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .08; }
.final-cta-inner { position: relative; max-width: 840px; margin: 0 auto; padding: clamp(88px,10vw,132px) 32px; text-align: center; }
.final-cta h2 { margin: 0 0 22px; font-size: clamp(34px,4.6vw,58px); line-height: 1.04; font-weight: 800; letter-spacing: -.03em; color: #f4fafe; }
.final-cta .lead { margin: 0 auto 38px; max-width: 560px; }
.geo { margin-top: 34px; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-style: italic; font-size: 15px; color: #6f9bbd; letter-spacing: .06em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-deep); border-top: 1px solid rgba(120,160,190,.12); }
.footer-top { max-width: var(--maxw); margin: 0 auto; padding: 48px 32px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; max-width: 300px; }
.footer-brand img { height: 42px; width: auto; }
.footer-brand p { color: var(--dim); font-size: 14px; margin: 0; line-height: 1.5; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col h4 { margin: 0 0 14px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--eyebrow); font-weight: 700; }
.footer-col a, .footer-col p { display: block; color: var(--muted); font-size: 15px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--ink-2); }
.footer-bar { border-top: 1px solid rgba(120,160,190,.08); }
.footer-bar-inner { max-width: var(--maxw); margin: 0 auto; padding: 20px 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--dim-2); font-size: 13.5px; }

/* ============================================================
   Schedule page — form
   ============================================================ */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(120% 140% at 50% 0%, #14456a 0%, #0d2c44 46%, #081420 100%); border-bottom: 1px solid var(--border); }
.page-hero .hero-texture { opacity: .26; }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 80px; background: linear-gradient(180deg, transparent, rgba(8,20,32,.85)); pointer-events: none; }
.page-hero-inner { position: relative; max-width: var(--maxw); margin: 0 auto; padding: clamp(72px,8vw,104px) 32px clamp(64px,7vw,88px); text-align: center; }
.page-hero h1 { margin: 0 auto; max-width: 880px; font-size: clamp(38px, 5.4vw, 66px); line-height: 1.04; font-weight: 800; letter-spacing: -.03em; }
.page-hero .lead { margin: 24px auto 0; max-width: 640px; }

.schedule-layout { max-width: var(--maxw); margin: 0 auto; padding: 72px 32px 100px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }

.info-panel { position: sticky; top: 100px; }
.info-block { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 30px; }
.info-block .ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: rgba(55,160,230,.12); border: 1px solid rgba(55,160,230,.3); display: flex; align-items: center; justify-content: center; color: var(--accent-light); }
.info-block h4 { margin: 0 0 4px; color: var(--ink-2); font-size: 16.5px; font-weight: 700; }
.info-block p, .info-block a { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.info-block a:hover { color: var(--accent-light); }
.info-steps { list-style: none; margin: 28px 0 0; padding: 26px; border-radius: 16px; background: var(--bg-card); border: 1px solid var(--border); }
.info-steps li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; font-size: 15px; color: var(--body); line-height: 1.5; }
.info-steps li:last-child { margin-bottom: 0; }
.info-steps .n { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #06121c; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }

.form-card { padding: 40px; border-radius: 20px; background: rgba(120,170,210,.06); border: 1px solid var(--border); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; color: var(--body-2); letter-spacing: .01em; }
.field label .req { color: var(--accent-light); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 11px;
  background: rgba(8,20,32,.6); border: 1px solid var(--border-strong);
  color: var(--ink-2); font-family: var(--font-body); font-size: 15.5px;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #6f8ba1; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); background: rgba(8,20,32,.85);
  box-shadow: 0 0 0 3px rgba(55,160,230,.16);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235db4ee' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 42px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,72,77,.16); }
.field .err { color: #ff9ea1; font-size: 13px; display: none; }
.field.invalid .err { display: block; }

.form-submit { margin-top: 8px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-submit .btn { justify-content: center; }
.form-note { font-size: 13.5px; color: var(--dim); }
.form-status { display: none; margin-top: 22px; padding: 16px 20px; border-radius: 12px; font-size: 15px; line-height: 1.5; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(63,191,122,.1); border: 1px solid rgba(63,191,122,.35); color: #9fddba; }
.form-status.error { background: rgba(229,72,77,.1); border: 1px solid rgba(229,72,77,.35); color: #ffb0b3; }
.form-status.sending { background: rgba(55,160,230,.1); border: 1px solid rgba(55,160,230,.3); color: #a9d4f2; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--muted); line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); flex: 0 0 auto; }
/* hide honeypot */
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* success screen */
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .badge { width: 74px; height: 74px; margin: 0 auto 24px; border-radius: 50%; background: rgba(63,191,122,.14); border: 1px solid rgba(63,191,122,.4); display: flex; align-items: center; justify-content: center; color: var(--green); }
.form-success h3 { color: var(--ink); font-size: 26px; margin: 0 0 12px; }
.form-success p { color: var(--body-2); font-size: 16px; line-height: 1.6; max-width: 420px; margin: 0 auto 24px; }

/* ============================================================
   Dashboards page
   ============================================================ */
.dash-intro .lead { margin: 22px auto 0; max-width: 660px; }
.dash-list { max-width: var(--maxw); margin: 0 auto; padding: 60px 32px 40px; display: flex; flex-direction: column; gap: 72px; }
.dash-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.dash-row.rev .dash-copy { order: 2; }
.dash-row.rev .dash-visual { order: 1; }
.dash-copy .kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; border-radius: 999px; background: rgba(55,160,230,.1); border: 1px solid rgba(55,160,230,.28); color: var(--accent-light); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.dash-copy h2 { font-size: 36px; line-height: 1.1; margin: 0 0 18px; }
.dash-copy > p { font-size: 17px; line-height: 1.65; color: var(--body-2); margin: 0 0 24px; }
.dash-feats { list-style: none; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.dash-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--body); line-height: 1.45; }
.dash-feats .check { flex: 0 0 auto; color: var(--accent-light); margin-top: 2px; }
.dash-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.dash-tag { font-size: 13px; color: var(--dim); display: inline-flex; align-items: center; gap: 8px; }

/* mock dashboard visual */
.dash-visual { position: relative; }
.mockup { border-radius: 16px; overflow: hidden; border: 1px solid rgba(120,160,190,.2); box-shadow: 0 30px 70px rgba(0,0,0,.5); background: #eef0f3; }
.mock-bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; background: #fff; border-bottom: 1px solid #d8dce1; }
.mock-bar .mlogo { height: 22px; }
.mock-bar .mclock { margin-left: auto; font-family: var(--font-disp); font-size: 20px; color: #1a1d20; letter-spacing: .04em; }
.mock-bar .mtag { font-size: 12px; color: #565b62; background: #eef0f3; padding: 4px 10px; border-radius: 6px; }
.mock-body { padding: 16px; }
.mock-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mock-title .t { font-family: var(--font-disp); font-size: 22px; color: #1a1d20; letter-spacing: .02em; }
.mock-title .s { font-size: 12px; color: #8a8f95; }
.tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.tile { background: #fff; border: 1px solid #d8dce1; border-left-width: 4px; border-radius: 8px; padding: 10px 12px; }
.tile .c { font-size: 12px; color: #565b62; font-weight: 600; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tile .p { font-size: 11px; color: #8a8f95; }
.tile .bar { height: 6px; border-radius: 3px; background: #e6e8ec; margin-top: 8px; overflow: hidden; }
.tile .bar span { display: block; height: 100%; border-radius: 3px; }
.tile.idle { border-left-color: #6b7178; }
.tile.prog { border-left-color: #28a745; } .tile.prog .bar span { background: #28a745; }
.tile.done { border-left-color: #e0a800; } .tile.done .bar span { background: #e0a800; }
.tile.ship { border-left-color: #dc3545; } .tile.ship .bar span { background: #dc3545; }
.statusbar { display: flex; height: 18px; border-radius: 5px; overflow: hidden; margin-top: 12px; font-size: 0; }
.statusbar i { display: block; height: 100%; }

/* audit table mock */
.mock-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.mock-table th { text-align: left; color: #565b62; font-weight: 700; padding: 7px 8px; border-bottom: 2px solid #d8dce1; background: #f6f7f9; white-space: nowrap; }
.mock-table td { padding: 6px 8px; border-bottom: 1px solid #e6e8ec; color: #1a1d20; white-space: nowrap; }
.mock-table tr.s-prog td:first-child { box-shadow: inset 3px 0 0 #28a745; }
.mock-table tr.s-done td:first-child { box-shadow: inset 3px 0 0 #e0a800; }
.mock-table tr.s-ship td:first-child { box-shadow: inset 3px 0 0 #dc3545; }
.mock-table tr.del td { text-decoration: line-through; color: #8a8f95; }
.mock-scroll { overflow-x: auto; }

/* ---- Landings (xFGR) mock components ---- */
.mode-badge { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:12px; background:rgba(55,160,230,.12); border:1px solid rgba(55,160,230,.32); color:var(--accent-light); font-family:var(--font-disp); font-size:20px; margin-right:4px; }
.kicker .mode-badge { width:26px; height:26px; font-size:14px; border-radius:8px; margin-right:2px; }

/* weigh-in station mock (light, mirrors the on-site app) */
.mock-weigh { padding:16px; }
.weigh-readout { background:#0c1a12; border:1px solid #123322; border-radius:10px; padding:14px 18px; display:flex; align-items:baseline; justify-content:space-between; box-shadow:inset 0 0 24px rgba(40,167,69,.15); }
.weigh-readout .val { font-family:var(--font-disp); font-size:46px; line-height:1; color:#4be08a; letter-spacing:.02em; text-shadow:0 0 14px rgba(75,224,138,.5); }
.weigh-readout .val small { font-size:20px; color:#3aa06a; margin-left:6px; }
.weigh-readout .stable { font-size:11px; font-weight:700; letter-spacing:.14em; color:#0c1a12; background:#4be08a; padding:4px 9px; border-radius:5px; }
.prod-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:7px; margin-top:12px; }
.prod-btn { background:#fff; border:1px solid #d8dce1; border-radius:7px; padding:9px 6px; text-align:center; font-size:11.5px; font-weight:600; color:#1a1d20; }
.prod-btn small { display:block; color:#8a8f95; font-weight:500; font-size:10px; margin-top:2px; }
.prod-btn.sel { background:#37a0e6; border-color:#37a0e6; color:#fff; box-shadow:0 4px 12px rgba(55,160,230,.4); }
.prod-btn.sel small { color:rgba(255,255,255,.85); }
.weigh-meta { display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
.weigh-meta span { font-size:11px; color:#565b62; background:#eef0f3; padding:5px 10px; border-radius:6px; }
.weigh-meta span b { color:#1a1d20; }

/* dolav / bin grid (lobster reverse weighing) */
.movement { display:flex; align-items:center; gap:10px; margin:12px 0; padding:9px 14px; border-radius:8px; background:#eaf6ee; border:1px solid #bfe6cd; font-size:12.5px; color:#1a1d20; }
.movement .drop { font-family:var(--font-disp); font-size:20px; color:#dc3545; }
.movement .arrow { color:#8a8f95; }
.movement .grade { font-weight:700; color:#0c1a12; background:#4be08a; padding:3px 9px; border-radius:5px; font-size:12px; }
.dolav-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:6px; }
.dolav { border:1px solid #d8dce1; border-radius:6px; padding:7px 4px; text-align:center; background:#fff; }
.dolav .id { font-size:9.5px; color:#8a8f95; font-weight:600; }
.dolav .g { font-size:12px; font-weight:700; color:#1a1d20; }
.dolav .w { font-size:9.5px; color:#565b62; }
.dolav.occ { background:#eaf6ee; border-color:#bfe6cd; }
.dolav.occ .g { color:#1c7a3f; }
.dolav.sel { background:#37a0e6; border-color:#37a0e6; box-shadow:0 4px 12px rgba(55,160,230,.4); }
.dolav.sel .id, .dolav.sel .g, .dolav.sel .w { color:#fff; }

/* ---- Carton weighing (xCWS) mock components ---- */
.weigh-readout .tol { font-size:11px; font-weight:700; letter-spacing:.1em; color:#0c1a12; background:#4be08a; padding:4px 9px; border-radius:5px; }
.weigh-readout .tol.over { background:#e0a800; }
.ordbar { margin-top:12px; }
.ordbar .lab { display:flex; justify-content:space-between; font-size:11.5px; color:#565b62; margin-bottom:5px; }
.ordbar .lab b { color:#1a1d20; }
.ordbar .track { height:10px; border-radius:5px; background:#e6e8ec; overflow:hidden; }
.ordbar .track span { display:block; height:100%; border-radius:5px; background:#28a745; }
.barcode { height:34px; margin-top:12px; background-color:#fff; background-image:
  repeating-linear-gradient(90deg,#1a1d20 0 1px, transparent 1px 3px),
  repeating-linear-gradient(90deg,#1a1d20 0 2px, transparent 2px 7px),
  repeating-linear-gradient(90deg,#1a1d20 0 1px, transparent 1px 5px);
  background-size:100% 100%; border:1px solid #e6e8ec; border-radius:4px; }
.barcode-num { font-family:var(--font-disp); font-size:12px; letter-spacing:.18em; color:#1a1d20; text-align:center; margin-top:5px; }
.partbtns { display:flex; gap:6px; flex-wrap:wrap; margin-top:12px; }
.partbtn { font-size:11px; padding:6px 11px; border-radius:6px; border:1px solid #d8dce1; background:#fff; color:#565b62; font-weight:600; }
.partbtn.on { background:#37a0e6; color:#fff; border-color:#37a0e6; }
.ccl-head { display:flex; align-items:center; justify-content:space-between; background:#eef4fb; border:1px solid #cfe0f2; border-radius:8px; padding:9px 12px; margin-bottom:8px; }
.ccl-head .id { font-family:var(--font-disp); font-size:16px; color:#164a6e; letter-spacing:.03em; }
.ccl-head .wt { font-size:12px; color:#565b62; } .ccl-head .wt b { color:#1a1d20; }
.sscc-label { border:1.5px dashed #b7bfc8; border-radius:10px; padding:14px; background:#fff; }
.sscc-label .top { display:flex; justify-content:space-between; align-items:flex-start; }
.sscc-label .cust { font-family:var(--font-disp); font-size:18px; color:#1a1d20; }
.sscc-label .meta { font-size:11px; color:#565b62; }
.sscc-label .meta b { color:#1a1d20; }
/* feature grid cards */
.fcards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.fcard { position:relative; overflow:hidden; padding:26px; border-radius:18px; background:var(--grad-soft); border:1px solid var(--border); }
.fcard::before { content:""; position:absolute; top:0; left:0; right:0; height:2px; background:var(--grad-accent); opacity:0; transition:opacity .25s; }
a.fcard:hover::before { opacity:1; }
.fcard .ico { width:48px; height:48px; border-radius:13px; background:rgba(55,160,230,.14); border:1px solid rgba(55,160,230,.32); display:flex; align-items:center; justify-content:center; color:var(--accent-light); margin-bottom:16px; box-shadow:inset 0 1px 0 rgba(255,255,255,.06); }
.fcard h3 { margin:0 0 7px; font-size:17px; color:var(--ink-2); font-weight:700; }
.fcard p { margin:0; font-size:14.5px; line-height:1.55; color:var(--muted); }
a.fcard { text-decoration:none; transition:border-color .2s, transform .2s, box-shadow .2s; }
a.fcard:hover { border-color:rgba(55,160,230,.42); transform:translateY(-3px); box-shadow:0 18px 42px rgba(0,0,0,.32); }
.fcard .more { margin-top:14px; display:inline-flex; align-items:center; gap:7px; color:var(--accent-light); font-size:14px; font-weight:700; }
.fcard .more svg { width:14px; height:14px; }
.fcard .tagcode { font-size:12px; font-weight:600; color:var(--dim); }
@media (max-width:980px){ .fcards { grid-template-columns:1fr 1fr; } }
@media (max-width:720px){ .fcards { grid-template-columns:1fr; } }

/* ---- LabelView (label designer) mock components ---- */
.lv-tools { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:12px; }
.lv-tool { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:600; color:#565b62; background:#fff; border:1px solid #d8dce1; border-radius:6px; padding:6px 9px; }
.lv-tool svg { width:13px; height:13px; }
.lv-tool.on { background:#37a0e6; color:#fff; border-color:#37a0e6; }
.lv-stage { position:relative; background:#fbfcfd; border:1px solid #d8dce1; border-radius:8px; padding:20px;
  background-image:linear-gradient(#eaedf1 1px,transparent 1px), linear-gradient(90deg,#eaedf1 1px,transparent 1px);
  background-size:16px 16px; display:flex; align-items:center; justify-content:center; }
.lv-label { position:relative; width:300px; height:184px; background:#fff; border:1px solid #c2c8cf; box-shadow:0 8px 24px rgba(0,0,0,.14); }
.lv-el { position:absolute; }
.lv-el.txt { font-weight:800; color:#1a1d20; }
.lv-el.sub { color:#565b62; font-size:11px; }
.lv-el.field { color:#164a6e; background:#eef4fb; border:1px dashed #9dc0e0; padding:1px 5px; border-radius:3px; font-size:11px; font-weight:600; }
.lv-el.logo { width:52px; height:30px; border:1px solid #d8dce1; border-radius:4px; display:flex; align-items:center; justify-content:center; color:#8a8f95; font-size:9px; }
.lv-el.bc { width:150px; }
.lv-el.bc .barcode { height:38px; margin:0; }
.lv-el.sel { outline:1.5px solid #37a0e6; outline-offset:2px; }
.lv-el .hnd { position:absolute; width:7px; height:7px; background:#fff; border:1.5px solid #37a0e6; border-radius:1px; }
.lv-el .hnd.tl{left:-6px;top:-6px;} .lv-el .hnd.tr{right:-6px;top:-6px;} .lv-el .hnd.bl{left:-6px;bottom:-6px;} .lv-el .hnd.br{right:-6px;bottom:-6px;}

/* print bridge flow (dark card diagram) */
.bridge-flow { display:flex; align-items:stretch; justify-content:center; gap:12px; flex-wrap:wrap; }
.bridge-node { flex:1 1 120px; text-align:center; padding:20px 14px; border-radius:14px; background:var(--bg-card); border:1px solid var(--border); }
.bridge-node .ic { width:44px; height:44px; margin:0 auto 12px; border-radius:12px; background:rgba(55,160,230,.12); border:1px solid rgba(55,160,230,.3); display:flex; align-items:center; justify-content:center; color:var(--accent-light); }
.bridge-node strong { display:block; color:var(--ink-2); font-size:14.5px; }
.bridge-node span { display:block; color:var(--muted); font-size:12px; margin-top:3px; line-height:1.4; }
.bridge-arrow { display:flex; align-items:center; color:var(--accent-light); flex:0 0 auto; }
@media (max-width:560px){ .bridge-flow { flex-direction:column; } .bridge-arrow { transform:rotate(90deg); } }

/* ---- Courier integration mock components ---- */
.carriers { display:flex; gap:10px; flex-wrap:wrap; }
.carrier { flex:1 1 150px; display:flex; align-items:center; gap:11px; padding:13px 15px; border-radius:12px; background:var(--bg-card); border:1px solid var(--border); }
.carrier .tick { flex:0 0 auto; width:26px; height:26px; border-radius:50%; background:rgba(63,191,122,.14); border:1px solid rgba(63,191,122,.4); display:flex; align-items:center; justify-content:center; color:var(--green); }
.carrier strong { display:block; color:var(--ink-2); font-size:14.5px; }
.carrier span { display:block; color:var(--muted); font-size:12px; margin-top:1px; }
/* shipping label mock (extends .sscc-label look) */
.ship-label .svc { display:inline-block; font-size:10px; font-weight:700; letter-spacing:.1em; color:#fff; background:#164a6e; padding:3px 8px; border-radius:4px; }
.ship-label .svc.rural { background:#e0a800; color:#1a1d20; }
.ship-label .addr { font-size:12px; color:#1a1d20; line-height:1.4; margin-top:8px; }
.ship-label .addr b { font-family:var(--font-disp); font-size:15px; }
.track-ok { display:flex; align-items:center; gap:10px; margin-top:12px; padding:9px 14px; border-radius:8px; background:#eaf6ee; border:1px solid #bfe6cd; font-size:12.5px; color:#1a1d20; }
.track-ok .ic { color:#1c7a3f; flex:0 0 auto; }
.track-ok b { color:#0c1a12; }

/* ---- Core (IKA Results) hub diagram + integrations ---- */
.hub { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hub-ring { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; }
.hub-node { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-radius: 14px; background: var(--bg-card); border: 1px solid var(--border); transition: border-color .2s, transform .2s; }
.hub-node:hover { border-color: rgba(55,160,230,.4); transform: translateY(-2px); }
.hub-node .d { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-light); box-shadow: 0 0 8px var(--accent-light); flex: 0 0 auto; }
.hub-node b { color: var(--ink-2); font-size: 14px; display: block; line-height: 1.2; }
.hub-node span { color: var(--muted); font-size: 12px; display: block; margin-top: 2px; }
.hub-conn { width: 2px; height: 26px; background: linear-gradient(var(--accent), rgba(55,160,230,.15)); }
.hub-core { width: 100%; text-align: center; padding: 32px 28px; border-radius: 20px; position: relative; overflow: hidden;
  background: linear-gradient(115deg, #0d2a3f, #164a6e 60%, #0b2233); border: 1px solid rgba(55,160,230,.4); box-shadow: 0 22px 55px rgba(0,0,0,.45); }
.hub-core .grid-overlay { position: absolute; inset: 0; opacity: .5; background:
  linear-gradient(var(--grid-line) 1px, transparent 1px) 0 0/100% 40px,
  linear-gradient(90deg, var(--grid-line) 1px, transparent 1px) 0 0/40px 100%; }
.hub-core .inner { position: relative; }
.hub-core img { height: 46px; width: auto; margin-bottom: 16px; }
.hub-core h3 { margin: 0 0 8px; font-size: 24px; color: #f4fafe; }
.hub-core p { margin: 0 auto; max-width: 460px; font-size: 15px; line-height: 1.55; color: #bcd6ea; }
@media (max-width: 720px){ .hub-ring { grid-template-columns: 1fr; } }

/* Featured integrations — the marquee names, grouped by what they mean
   for the business. Cards continue the hub diagram's spoke idiom. */
.intg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.intg-card { position: relative; overflow: hidden; padding: 30px 28px 28px; border-radius: 18px; background: var(--grad-soft); border: 1px solid var(--border-strong); transition: border-color .2s, transform .2s, box-shadow .2s; }
.intg-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-accent); }
.intg-card:hover { border-color: rgba(55,160,230,.45); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.intg-card .cat { display: flex; align-items: center; gap: 9px; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--eyebrow-2); margin-bottom: 18px; }
.intg-card .cat .d { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-light); box-shadow: 0 0 8px var(--accent-light); }
.intg-card .names { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.intg-card .name { font-size: 23px; font-weight: 800; letter-spacing: -.02em; color: var(--ink-2); line-height: 1.15; }
.intg-card .name small { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--dim); margin-left: 7px; white-space: nowrap; }
.intg-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.intg-more { display: block; text-align: center; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); font-weight: 700; margin: 38px 0 16px; }
@media (max-width: 980px){ .intg-grid { grid-template-columns: 1fr; } }

.intg { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.intg span { padding: 11px 18px; border-radius: 999px; background: var(--bg-card); border: 1px solid var(--border); color: var(--body); font-size: 14.5px; font-weight: 600; }
.intg span small { color: var(--muted); font-weight: 500; }

/* ---- Customers page ---- */
.cust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cust-card { border-radius: 18px; background: var(--bg-card); border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s, transform .2s, box-shadow .2s; }
.cust-card:hover { border-color: rgba(55,160,230,.4); transform: translateY(-3px); box-shadow: 0 20px 44px rgba(0,0,0,.34); }
.cust-logo { background: #fff; height: 132px; display: flex; align-items: center; justify-content: center; padding: 22px; }
.cust-logo img { max-height: 84px; max-width: 82%; object-fit: contain; display: block; }
.cust-logo .mono { font-family: var(--font-disp); font-size: 30px; letter-spacing: .04em; color: #164a6e; text-align: center; line-height: 1.12; }
.cust-logo .mono.sm { font-size: 23px; }
.cust-card.cta { background: linear-gradient(140deg, #0d2a3f, #10324a); border-color: rgba(55,160,230,.35); align-items: center; justify-content: center; text-align: center; padding: 34px 24px; }
.cust-card.cta h3 { margin: 0 0 10px; color: #f2f8fd; font-size: 20px; }
.cust-card.cta p { margin: 0 0 20px; color: var(--body-2); font-size: 14.5px; line-height: 1.55; }
.cust-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.cust-loc { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--eyebrow); font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }
.cust-name { margin: 0; font-size: 20px; font-weight: 700; color: var(--ink-2); }
.cust-sector { align-self: flex-start; font-size: 12px; font-weight: 600; color: var(--accent-light); background: rgba(55,160,230,.1); border: 1px solid rgba(55,160,230,.26); padding: 4px 11px; border-radius: 999px; }
.cust-desc { margin: 2px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--muted); flex: 1; }
.cust-link { margin-top: 6px; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--accent-light); }
.cust-link:hover { color: var(--ink-2); }
.cust-link svg { width: 14px; height: 14px; }
@media (max-width: 980px){ .cust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ .cust-grid { grid-template-columns: 1fr; } }

/* featured (multi-site) customer — full-width banner card */
.cust-featured { display: grid; grid-template-columns: 320px 1fr; border-radius: 20px; overflow: hidden; background: var(--grad-soft); border: 1px solid var(--border); margin-bottom: 24px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.cust-featured:hover { border-color: rgba(55,160,230,.4); box-shadow: var(--shadow-card); transform: translateY(-3px); }
.cust-featured .cust-logo { height: auto; }
.cust-featured .fbody { padding: 34px 36px; display: flex; flex-direction: column; gap: 11px; }
.cust-featured .cust-name { font-size: 26px; }
.cust-featured .cust-desc { flex: none; font-size: 15.5px; max-width: 760px; }
.sites-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--eyebrow); font-weight: 700; margin-top: 4px; }
.sites { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.site-chip { font-size: 12.5px; color: var(--body); background: rgba(120,170,210,.06); border: 1px solid var(--border); padding: 5px 12px; border-radius: 999px; }
.site-chip.more { color: var(--accent-light); border-color: rgba(55,160,230,.3); background: rgba(55,160,230,.08); }
@media (max-width: 720px){ .cust-featured { grid-template-columns: 1fr; } .cust-featured .cust-logo { height: 132px; } .cust-featured .fbody { padding: 26px 22px; } }

/* ---- IKA Scan — handheld mockup ---- */
.handheld { width: 300px; max-width: 100%; margin: 0 auto; padding: 14px 14px 18px; border-radius: 40px; position: relative;
  background: linear-gradient(160deg, #12324a, #0a1c2b 70%); border: 1px solid rgba(120,160,190,.3); box-shadow: var(--shadow-lg); }
.handheld::before { content: ""; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 54px; height: 5px; border-radius: 3px; background: rgba(150,185,210,.4); z-index: 2; }
.hh-screen { margin-top: 26px; border-radius: 28px; overflow: hidden; background: #0c2032; border: 1px solid rgba(120,160,190,.16); }
.hh-bar { display: flex; align-items: center; gap: 9px; padding: 13px 15px; background: rgba(8,20,32,.65); border-bottom: 1px solid var(--border); }
.hh-bar .op { color: var(--ink-2); font-family: var(--font-disp); font-weight: 700; letter-spacing: .03em; font-size: 15px; }
.hh-bar .who { margin-left: auto; font-size: 11px; color: var(--muted); }
.hh-view { position: relative; margin: 15px; height: 148px; border-radius: 14px; overflow: hidden;
  background: radial-gradient(120% 120% at 50% 40%, #0e2437, #06121c); border: 1px solid rgba(55,160,230,.25); display: flex; align-items: center; justify-content: center; }
.hh-barcode { width: 66%; height: 58px; opacity: .9; background-color: transparent;
  background-image: repeating-linear-gradient(90deg,#dbeaf6 0 2px, transparent 2px 5px), repeating-linear-gradient(90deg,#dbeaf6 0 1px, transparent 1px 4px); }
.hh-scanline { position: absolute; left: 9%; right: 9%; top: 20%; height: 2px; background: linear-gradient(90deg, transparent, #4fc0ff, transparent); box-shadow: 0 0 14px #37a0e6; animation: hh-scan 2.6s ease-in-out infinite; }
@keyframes hh-scan { 0%,100% { top: 18%; } 50% { top: 80%; } }
.hh-corner { position: absolute; width: 20px; height: 20px; border: 2px solid rgba(90,200,255,.7); }
.hh-corner.a { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.hh-corner.b { top: 12px; right: 12px; border-left: 0; border-bottom: 0; }
.hh-corner.c { bottom: 12px; left: 12px; border-right: 0; border-top: 0; }
.hh-corner.d { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }
.hh-result { margin: 0 15px 15px; padding: 13px 15px; border-radius: 13px; background: rgba(63,191,122,.1); border: 1px solid rgba(63,191,122,.32); }
.hh-result .t { color: var(--ink-2); font-weight: 700; font-size: 13.5px; }
.hh-result .m { color: var(--muted); font-size: 12px; margin-top: 4px; line-height: 1.5; }
.hh-result .m b { color: #cbe6f8; font-weight: 600; }
.hh-result .ok { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; color: #0c1a12; background: #4be08a; padding: 3px 10px; border-radius: 6px; font-size: 11.5px; font-weight: 700; }
@media (prefers-reduced-motion: reduce) { .hh-scanline { animation: none; top: 49%; } }

.dash-note { max-width: var(--maxw); margin: 0 auto; padding: 20px 32px 0; }
.dash-note .inner { padding: 20px 24px; border-radius: 14px; background: rgba(224,168,0,.07); border: 1px solid rgba(224,168,0,.28); color: #e9c877; font-size: 14.5px; line-height: 1.55; display: flex; gap: 14px; align-items: flex-start; }
.dash-note .inner svg { flex: 0 0 auto; margin-top: 2px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .h-hero { font-size: 46px; }
  .h-2 { font-size: 36px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 32px 72px; }
  .compass { display: none; }
  .hero-media img { max-height: none; }
  .pillars-grid { grid-template-columns: 1fr; gap: 26px; }
  .module { grid-template-columns: 1fr; gap: 28px; }
  .module-media { order: 2 !important; }
  .module-copy { order: 1 !important; }
  .metrics-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .tst-grid { grid-template-columns: 1fr; }
  .schedule-layout { grid-template-columns: 1fr; gap: 40px; }
  .info-panel { position: static; }
  .dash-row, .dash-row.rev { grid-template-columns: 1fr; gap: 32px; }
  .dash-row.rev .dash-copy, .dash-row.rev .dash-visual { order: initial; }
  .dash-feats { grid-template-columns: 1fr; }
}

/* Collapse the nav to a menu button early enough that the larger logo
   plus the five nav items never crowd on mid-size screens. */
@media (max-width: 900px) {
  .nav-right { gap: 16px; }
  .nav-links, .nav-cta-desktop { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(10,26,40,.98); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border); padding: 14px 20px 20px;
  }
  .nav-links.open a { padding: 12px 4px; width: 100%; font-size: 16px; }
  .nav-links.open .nav-drop-menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: none; background: transparent; padding: 0 0 0 12px; min-width: 0; }
  .nav-toggle { display: block; }
}

@media (max-width: 720px) {
  .wrap, .wrap-narrow { padding-left: 20px; padding-right: 20px; }
  .nav { padding: 12px 20px; }
  .nav-logo img { height: 42px; }
  .section { padding-top: 72px; }
  .h-hero { font-size: 38px; }
  .h-2 { font-size: 30px; }
  .page-hero h1 { font-size: 36px; }
  .final-cta h2 { font-size: 34px; }
  .form-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .footer-cols { gap: 32px; }
  .hero-inner { padding: 48px 20px 60px; }
  .prod-grid { grid-template-columns: repeat(3,1fr); }
  .dolav-grid { grid-template-columns: repeat(4,1fr); }
  .weigh-readout .val { font-size: 38px; }
}
