:root{
  --bg:#07111a;
  --bg-2:#0d1b28;
  --panel:#0f2233;
  --panel-2:#11293f;
  --line:rgba(255,255,255,.12);
  --line-soft:rgba(255,255,255,.08);
  --text:#eff5fb;
  --muted:#bfd0e0;
  --cream:#f4eee3;
  --cream-2:#ebe2d4;
  --olive:#c9de39;
  --olive-deep:#9cb314;
  --shadow:0 28px 70px rgba(0,0,0,.28);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:20px;
}

html{scroll-behavior:smooth}
body.motion-v7{
  background:
    radial-gradient(circle at 15% 12%, rgba(255,255,255,.10), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(201,222,57,.10), transparent 22%),
    linear-gradient(180deg, #07111a 0%, #0b1622 42%, #f3eee5 42.1%, #f3eee5 100%);
  color:var(--text);
  overflow-x:hidden;
}
body.motion-v7::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.02), transparent 30%, transparent 70%, rgba(0,0,0,.04));
  z-index:0;
}
body.motion-v7 main,
body.motion-v7 .site-header,
body.motion-v7 .motion-progress-rail,
body.motion-v7 .proposal-footer{position:relative;z-index:1}
body.motion-v7 .shell{width:min(1320px, calc(100% - 46px))}

body.motion-v7 .site-header{
  position:fixed; top:18px; left:0; right:0; z-index:30;
}
body.motion-v7 .nav-shell{
  width:min(1320px, calc(100% - 46px));
  margin:0 auto;
  height:82px;
  border-radius:999px;
  padding:0 20px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 18px 50px rgba(3,16,29,.16);
  backdrop-filter:blur(18px);
}
body.motion-v7 .brand-lockup{gap:14px;padding-right:8px}
body.motion-v7 .seejay-logo{width:58px;height:58px;padding:10px;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(0,0,0,.08)}
body.motion-v7 .vynzo-logo{display:none}
body.motion-v7 .brand-divider{display:none}
body.motion-v7 .brand-lockup::after{content:"SeeJay Growth Proposal";font:800 14px/1.15 Manrope,sans-serif;color:#132234;letter-spacing:.02em;white-space:nowrap}
body.motion-v7 .desktop-nav{gap:8px}
body.motion-v7 .desktop-nav a{
  color:#223447;
  border:1px solid transparent;
  background:transparent;
  padding:12px 16px;
  font-size:13px;
  font-weight:800;
  border-radius:999px;
  transition:.28s ease;
}
body.motion-v7 .desktop-nav a:hover,
body.motion-v7 .desktop-nav a.active{background:#fff;border-color:rgba(10,28,44,.08);box-shadow:0 10px 22px rgba(3,16,29,.09)}
body.motion-v7 .desktop-nav .tech-link{background:#081a2b;color:#fff;border-color:#081a2b}
body.motion-v7 .desktop-nav .tech-link:hover{background:#0d2437;color:#fff}
body.motion-v7 .mobile-nav{background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-radius:26px;box-shadow:var(--shadow);margin-top:10px;border:1px solid rgba(12,32,54,.08)}
body.motion-v7 .mobile-nav a{color:#1b3043;font-weight:800;border-bottom:1px solid rgba(12,32,54,.08)}
body.motion-v7 .menu-btn span{background:#132234}
body.motion-v7 .scroll-meter{background:linear-gradient(90deg, var(--olive), #f6ffb0)}

body.motion-v7 .motion-progress-rail{position:fixed;right:24px;top:50%;transform:translateY(-50%);display:grid;gap:14px;z-index:12}
body.motion-v7 .motion-progress-rail a{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.24);border:1px solid rgba(255,255,255,.45);display:block;transition:.25s ease;position:relative}
body.motion-v7 .motion-progress-rail a::after{content:attr(data-label);position:absolute;right:20px;top:50%;transform:translateY(-50%);background:rgba(7,17,26,.9);color:#fff;padding:8px 10px;border-radius:999px;font:700 11px/1 Manrope,sans-serif;opacity:0;pointer-events:none;transition:.25s ease;white-space:nowrap}
body.motion-v7 .motion-progress-rail a:hover::after, body.motion-v7 .motion-progress-rail a.active::after{opacity:1}
body.motion-v7 .motion-progress-rail a.active{background:var(--olive);border-color:var(--olive);transform:scale(1.15)}

body.motion-v7 .hero{
  position:relative;
  padding:138px 0 74px;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
}
body.motion-v7 .hero::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(6,14,23,.76) 0%, rgba(6,14,23,.58) 34%, rgba(6,14,23,.22) 100%),
    linear-gradient(180deg, rgba(6,14,23,.15) 0%, rgba(6,14,23,.2) 100%),
    url('img/hero-japan.jpg') center center/cover no-repeat;
  transform:scale(1.03);
}
body.motion-v7 .hero::after{
  content:"";position:absolute;inset:auto 0 0;height:220px;
  background:linear-gradient(180deg, rgba(7,17,26,0), rgba(7,17,26,.88));
}
body.motion-v7 .hero-layout{grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:36px;align-items:end;position:relative;z-index:1}
body.motion-v7 .hero-copy{
  max-width:760px;
  padding:28px 28px 24px;
  border-radius:32px;
  background:rgba(7,17,26,.24);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}
body.motion-v7 .proposal-label{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#d4e8ff;font-weight:800}
body.motion-v7 .proposal-label span{background:var(--olive)}
body.motion-v7 .editorial-route{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
body.motion-v7 .editorial-route span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fff}
body.motion-v7 h1{font-size:clamp(60px,7vw,110px);line-height:.92;letter-spacing:-.05em;max-width:9ch;color:#fff;margin:0 0 20px}
body.motion-v7 h1 em{color:var(--olive);font-style:normal}
body.motion-v7 .hero-lead{font-size:18px;line-height:1.8;color:#e7eff7;max-width:670px;margin-bottom:22px}
body.motion-v7 .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 20px}
body.motion-v7 .primary-btn,
body.motion-v7 .ghost-btn,
body.motion-v7 .soft-btn,
body.motion-v7 .action-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 20px;border-radius:999px;font-weight:800;font-size:13px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
body.motion-v7 .primary-btn:hover,
body.motion-v7 .ghost-btn:hover,
body.motion-v7 .soft-btn:hover,
body.motion-v7 .action-btn:hover{transform:translateY(-2px);box-shadow:0 18px 28px rgba(0,0,0,.18)}
body.motion-v7 .primary-btn{background:var(--olive);color:#0a1826;border:1px solid var(--olive)}
body.motion-v7 .ghost-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}
body.motion-v7 .hero-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.motion-v7 .hero-facts article{
  padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px)
}
body.motion-v7 .hero-facts small{display:block;font-size:10px;color:#dbe9f7;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
body.motion-v7 .hero-facts b{display:block;font-size:17px;line-height:1.2;color:#fff;margin-bottom:6px}
body.motion-v7 .hero-facts span{display:block;font-size:13px;line-height:1.55;color:#dbe6f1}

body.motion-v7 .hero-visual{
  position:relative;min-height:640px;padding:44px;border-radius:36px;
  background:linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);box-shadow:var(--shadow);
}
body.motion-v7 .hero-visual::before{content:"JAPAN";position:absolute;right:22px;top:18px;font:800 clamp(62px,7vw,104px)/.85 Manrope,sans-serif;color:rgba(255,255,255,.09);letter-spacing:.08em}
body.motion-v7 .motion-scene-stack{position:relative;height:390px}
body.motion-v7 .motion-panel{
  position:absolute;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 28px 50px rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.5)
}
body.motion-v7 .motion-panel img{display:block;width:100%;height:100%;object-fit:cover}
body.motion-v7 .motion-panel figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:12px 14px;border-radius:18px;background:rgba(8,23,35,.78);color:#fff;backdrop-filter:blur(12px)}
body.motion-v7 .motion-panel figcaption b{display:block;font-size:14px;letter-spacing:.18em}
body.motion-v7 .motion-panel figcaption span{display:block;font-size:12px;color:#d0dfec}
body.motion-v7 .motion-panel-1{left:0;top:44px;width:44%;height:230px;transform:rotate(-6deg) translateZ(0);animation:floatCard1 7s ease-in-out infinite}
body.motion-v7 .motion-panel-2{left:24%;top:0;width:42%;height:250px;z-index:2;animation:floatCard2 6.8s ease-in-out infinite}
body.motion-v7 .motion-panel-3{right:2%;top:42px;width:36%;height:210px;transform:rotate(7deg);animation:floatCard3 7.6s ease-in-out infinite}
body.motion-v7 .motion-panel-4{left:26%;bottom:0;width:48%;height:180px;z-index:3;animation:floatCard4 6.6s ease-in-out infinite}
body.motion-v7 .motion-orbit{margin:18px 0 14px;color:#fff;font-size:12px;letter-spacing:.22em;text-transform:uppercase;opacity:.7;white-space:nowrap;overflow:hidden}
body.motion-v7 .motion-live-badge{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(201,222,57,.18);border:1px solid rgba(201,222,57,.35);color:#f5fbd8;font-size:11px;font-weight:800;letter-spacing:.1em}
body.motion-v7 .motion-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
body.motion-v7 .motion-hero-stats article{padding:16px 18px;border-radius:22px;background:rgba(7,17,26,.45);border:1px solid rgba(255,255,255,.08)}
body.motion-v7 .motion-hero-stats small{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#dbe8f5;margin-bottom:7px}
body.motion-v7 .motion-hero-stats b{display:block;font-size:17px;line-height:1.3;color:#fff}

body.motion-v7 .journey-index{margin-top:-28px;position:relative;z-index:2}
body.motion-v7 .journey-index-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
body.motion-v7 .journey-index article{padding:22px 20px;border-radius:24px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.55);box-shadow:0 18px 44px rgba(5,17,29,.12);color:#213446}
body.motion-v7 .journey-index article span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#0a1b2b;color:#fff;font:800 12px Manrope,sans-serif;margin-bottom:14px}
body.motion-v7 .journey-index article b{display:block;font-size:18px;margin-bottom:4px}
body.motion-v7 .journey-index article small{display:block;font-size:13px;line-height:1.55;color:#536578}
body.motion-v7 .journey-strip{background:transparent;padding:22px 0 0}
body.motion-v7 .journey-track{gap:18px;animation:marquee 26s linear infinite;color:#33485d}
body.motion-v7 .journey-track span{font-size:13px;letter-spacing:.18em;text-transform:uppercase}
body.motion-v7 .journey-track i{width:38px;height:1px;background:rgba(23,44,67,.28)}

body.motion-v7 .section{padding:94px 0;color:#122336}
body.motion-v7 .section.alt, body.motion-v7 .section.dark{color:var(--text)}
body.motion-v7 .section .shell{position:relative}
body.motion-v7 .section .shell::before{
  content:"";position:absolute;inset:0;border-radius:36px;background:#fff;box-shadow:0 24px 62px rgba(12,24,37,.08);z-index:0
}
body.motion-v7 .section.alt .shell::before,
body.motion-v7 .section.dark .shell::before,
body.motion-v7 #technology .shell::before{background:linear-gradient(180deg,#0d1b28,#122538);box-shadow:0 28px 78px rgba(0,0,0,.18)}
body.motion-v7 .section > .shell > *{position:relative;z-index:1}
body.motion-v7 .section-intro{padding:42px 44px 0;margin-bottom:34px;align-items:end}
body.motion-v7 .section-kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#6988a6;font-weight:800;margin-bottom:12px;display:inline-block}
body.motion-v7 .section h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.045em;max-width:12ch;font-family:Manrope,sans-serif;font-weight:800}
body.motion-v7 .section-intro p{font-size:17px;line-height:1.82;color:#607286;max-width:660px}
body.motion-v7 .section.alt .section-intro p,
body.motion-v7 .section.dark .section-intro p,
body.motion-v7 #technology .section-intro p{color:rgba(231,240,248,.74)}
body.motion-v7 .section.alt .section-kicker,
body.motion-v7 .section.dark .section-kicker,
body.motion-v7 #technology .section-kicker{color:#9db9d1}

body.motion-v7 .audit-grid,
body.motion-v7 .operating-band,
body.motion-v7 .partnership-map,
body.motion-v7 .search-ladder,
body.motion-v7 .content-engine,
body.motion-v7 .audience-cards,
body.motion-v7 .trade-grid,
body.motion-v7 .trade-value,
body.motion-v7 .team-grid,
body.motion-v7 .monthly-cycle,
body.motion-v7 .privacy-grid,
body.motion-v7 .breakdown-grid,
body.motion-v7 .risk-grid,
body.motion-v7 .tech-cards,
body.motion-v7 .company-facts,
body.motion-v7 .tech-service-grid,
body.motion-v7 .travel-tech,
body.motion-v7 .workflow{padding:0 44px 44px}

body.motion-v7 .metric-card,
body.motion-v7 .engine,
body.motion-v7 .content-type,
body.motion-v7 .privacy-card,
body.motion-v7 .risk-card,
body.motion-v7 .team-grid article,
body.motion-v7 .workflow article,
body.motion-v7 .company-facts article,
body.motion-v7 .tech-service-grid article,
body.motion-v7 .travel-tech article,
body.motion-v7 .search-ladder article,
body.motion-v7 .breakdown-grid article,
body.motion-v7 .outcome-strip article,
body.motion-v7 .investment-lead article,
body.motion-v7 .trade-value article,
body.motion-v7 .audience-cards article,
body.motion-v7 .calendar-card,
body.motion-v7 .media-card,
body.motion-v7 .finance-card,
body.motion-v7 .cycle-step,
body.motion-v7 .scope-card,
body.motion-v7 .price-card,
body.motion-v7 .trade-card,
body.motion-v7 .support-card,
body.motion-v7 .included-panel{
  border-radius:26px;
  border:1px solid rgba(18,35,54,.08);
  background:linear-gradient(180deg,#ffffff,#f8f7f3);
  box-shadow:0 18px 44px rgba(10,23,35,.06);
}
body.motion-v7 .section.alt .metric-card,
body.motion-v7 .section.alt .engine,
body.motion-v7 .section.alt .content-type,
body.motion-v7 .section.alt .search-ladder article,
body.motion-v7 .section.alt .trade-card,
body.motion-v7 .section.alt .media-card,
body.motion-v7 .section.alt .finance-card,
body.motion-v7 .section.alt .cycle-step,
body.motion-v7 .section.dark .privacy-card,
body.motion-v7 .section.dark .risk-card,
body.motion-v7 #technology .tech-cards span,
body.motion-v7 .tech-page .support-card,
body.motion-v7 .tech-page .included-panel,
body.motion-v7 .tech-page .tech-service-grid article,
body.motion-v7 .tech-page .travel-tech article,
body.motion-v7 .tech-page .workflow article,
body.motion-v7 .tech-page .company-facts article{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
body.motion-v7 .metric-card:hover,
body.motion-v7 .engine:hover,
body.motion-v7 .content-type:hover,
body.motion-v7 .audience-cards article:hover,
body.motion-v7 .trade-card:hover,
body.motion-v7 .price-card:hover,
body.motion-v7 .team-grid article:hover{transform:translateY(-4px)}

body.motion-v7 .audit-grid{gap:16px}
body.motion-v7 .metric-card{padding:22px;min-height:170px;color:#132538;text-align:left}
body.motion-v7 .metric-card b{font-size:42px;line-height:1;color:#0f2132}
body.motion-v7 .metric-card small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#6d8296;margin-bottom:12px}
body.motion-v7 .metric-card span{display:block;font-size:14px;line-height:1.6;color:#607286;margin-top:10px}
body.motion-v7 .metric-card.active{background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff;border-color:rgba(255,255,255,.1)}
body.motion-v7 .metric-card.active b, body.motion-v7 .metric-card.active small, body.motion-v7 .metric-card.active span{color:inherit}

body.motion-v7 .audit-drawer,
body.motion-v7 .issue-board,
body.motion-v7 .executive-snapshot,
body.motion-v7 .website-promise,
body.motion-v7 .website-stage,
body.motion-v7 .scope-grid,
body.motion-v7 .search-board,
body.motion-v7 .season-focus,
body.motion-v7 .season-rail,
body.motion-v7 .audience-grid,
body.motion-v7 .media-split,
body.motion-v7 .team-layout,
body.motion-v7 .roi-board,
body.motion-v7 .pricing-grid,
body.motion-v7 .service-boundary,
body.motion-v7 .tech-bridge,
body.motion-v7 .included-band,
body.motion-v7 .company-grid{padding:0 44px 44px}

body.motion-v7 .audit-drawer,
body.motion-v7 .executive-snapshot,
body.motion-v7 .website-promise,
body.motion-v7 .breakdown,
body.motion-v7 .outcome-table,
body.motion-v7 .source-notes details,
body.motion-v7 .tech-bridge,
body.motion-v7 .company-grid,
body.motion-v7 .included-band{background:linear-gradient(180deg,#11293f,#0a1f33);border-radius:32px;color:#fff;border:1px solid rgba(255,255,255,.08)}
body.motion-v7 .audit-drawer h3,
body.motion-v7 .executive-snapshot h3,
body.motion-v7 .breakdown h3,
body.motion-v7 .tech-bridge h2{color:#fff}
body.motion-v7 .audit-drawer p,
body.motion-v7 .executive-snapshot p,
body.motion-v7 .breakdown-head .section-kicker,
body.motion-v7 .source-notes p,
body.motion-v7 .tech-bridge p{color:rgba(231,240,248,.74)}
body.motion-v7 .drawer-proof span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
body.motion-v7 .issue-board{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}
body.motion-v7 .big-issue,.site-review{padding:30px}
body.motion-v7 .issue-list{display:grid;gap:12px;margin-top:18px}
body.motion-v7 .issue-list button{display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;padding:18px 18px;border-radius:18px;background:#f9f7f2;border:1px solid rgba(18,35,54,.08)}
body.motion-v7 .issue-list button b{font-size:15px;line-height:1.45;color:#152739}
body.motion-v7 .issue-list button span{font-size:12px;color:#6e8193}
body.motion-v7 .live-signal{padding:14px 0;border-bottom:1px solid rgba(18,35,54,.08)}
body.motion-v7 .live-signal:last-child{border-bottom:0}
body.motion-v7 .live-signal b{display:block;font-size:16px;color:#132538;margin-bottom:6px}
body.motion-v7 .live-signal p{font-size:14px;line-height:1.7;color:#607286;margin:0}
body.motion-v7 .executive-snapshot{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:18px}
body.motion-v7 .executive-snapshot article{padding:22px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
body.motion-v7 .executive-snapshot article b{display:block;font-size:32px;margin:8px 0}

body.motion-v7 .operating-band,
body.motion-v7 .partnership-map,
body.motion-v7 .scope-grid,
body.motion-v7 .audience-grid,
body.motion-v7 .trade-grid,
body.motion-v7 .media-split,
body.motion-v7 .team-layout,
body.motion-v7 .pricing-grid,
body.motion-v7 .service-boundary,
body.motion-v7 .included-band,
body.motion-v7 .company-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body.motion-v7 .operating-band{grid-template-columns:repeat(3,minmax(0,1fr))}
body.motion-v7 .partnership-map{grid-template-columns:repeat(3,minmax(0,1fr))}
body.motion-v7 .engine{padding:24px;color:#fff}
body.motion-v7 .engine .num{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:rgba(201,222,57,.18);color:#eff8b6;font-size:12px;font-weight:800;margin-bottom:14px}
body.motion-v7 .engine strong{display:block;color:#b9cad8;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}
body.motion-v7 .engine h3{font-size:24px;color:#fff;margin:0 0 8px}
body.motion-v7 .engine p{font-size:14px;line-height:1.75;color:rgba(231,240,248,.74);margin:0}
body.motion-v7 .website-promise{padding:18px 24px;margin:0 44px 20px;display:flex;align-items:flex-start;gap:14px}
body.motion-v7 .website-promise span{font-size:15px;line-height:1.75;color:#eff5fb}
body.motion-v7 .pulse{width:12px;height:12px;margin-top:7px;border-radius:50%;background:var(--olive);box-shadow:0 0 0 0 rgba(201,222,57,.4);animation:pulse 2s infinite}
body.motion-v7 .included-card{padding:30px;background:linear-gradient(180deg,#11293f,#0a1f33);border-radius:30px;color:#fff}
body.motion-v7 .included-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(201,222,57,.16);border:1px solid rgba(201,222,57,.3);color:#eef7b2;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body.motion-v7 .included-card h3{font-size:36px;margin:16px 0 10px}
body.motion-v7 .included-card p{font-size:15px;line-height:1.8;color:rgba(231,240,248,.74)}
body.motion-v7 .included-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}
body.motion-v7 .included-list span{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:13px;line-height:1.6}
body.motion-v7 .web-preview{padding:22px;border-radius:30px;background:#fff;border:1px solid rgba(18,35,54,.08)}
body.motion-v7 .browser-bar{display:flex;align-items:center;gap:8px;padding-bottom:14px}
body.motion-v7 .browser-bar i{width:10px;height:10px;border-radius:50%;background:#d7e0e7}
body.motion-v7 .browser-address{height:12px;flex:1;border-radius:999px;background:#ecf1f4}
body.motion-v7 .preview-screen{position:relative;display:grid;grid-template-columns:1fr .95fr;gap:20px;padding:28px;min-height:390px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),url('img/hero-japan.jpg') center/cover}
body.motion-v7 .preview-screen::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(8,18,28,.6), rgba(8,18,28,.24) 50%, rgba(8,18,28,.06));}
body.motion-v7 .preview-copy,.preview-art{position:relative;z-index:1}
body.motion-v7 .preview-copy{display:flex;flex-direction:column;justify-content:flex-end;max-width:420px}
body.motion-v7 .preview-copy small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#dbe8f5}
body.motion-v7 .preview-copy h4{font-size:54px;line-height:.95;color:#fff;margin:10px 0 14px;letter-spacing:-.05em}
body.motion-v7 .preview-copy p{font-size:16px;line-height:1.75;color:#e6eef6}
body.motion-v7 .fake-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.motion-v7 .fake-buttons span{padding:12px 15px;border-radius:999px;font-size:13px;font-weight:800}
body.motion-v7 .fake-buttons span:first-child{background:var(--olive);color:#09131d}
body.motion-v7 .fake-buttons span:last-child{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22)}
body.motion-v7 .preview-art{display:flex;align-items:flex-end;justify-content:center;position:relative}
body.motion-v7 .preview-art .sun,body.motion-v7 .preview-art .mountain,body.motion-v7 .preview-art .path{display:none}
body.motion-v7 .preview-art::before{content:"";width:min(300px,72%);aspect-ratio:10/13;border-radius:30px;background:linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.1));border:1px solid rgba(255,255,255,.28);box-shadow:0 28px 40px rgba(0,0,0,.24);backdrop-filter:blur(12px);transform:translateY(12px)}
body.motion-v7 .preview-art::after{content:"Trusted by travellers";position:absolute;right:8%;bottom:10%;padding:16px 18px 16px 48px;border-radius:20px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);color:#fff;font:800 15px/1.3 Manrope,sans-serif;box-shadow:0 18px 28px rgba(0,0,0,.18)}
body.motion-v7 .preview-art::after{white-space:pre;content:"4.8/5\ATrusted by travellers"}

body.motion-v7 .scope-card{padding:28px}
body.motion-v7 .scope-card h3{font-size:28px;line-height:1.1;color:#132538;margin:0 0 10px}
body.motion-v7 .scope-card p{font-size:15px;line-height:1.75;color:#607286;margin:0 0 14px}
body.motion-v7 .scope-card ul{margin:0;padding-left:18px;color:#607286;display:grid;gap:9px}
body.motion-v7 .scope-card li{line-height:1.7}

body.motion-v7 .search-ladder{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
body.motion-v7 .search-ladder article{padding:20px;color:#fff}
body.motion-v7 .search-ladder article small{font-size:11px;letter-spacing:.14em;color:#c2d2df;text-transform:uppercase}
body.motion-v7 .search-ladder article b{display:block;font-size:28px;margin:8px 0;color:#fff}
body.motion-v7 .search-ladder article span{font-size:13px;line-height:1.6;color:rgba(231,240,248,.74)}
body.motion-v7 .search-board{display:grid;grid-template-columns:.86fr 1.14fr;gap:20px}
body.motion-v7 .search-score{padding:28px;border-radius:30px;background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff}
body.motion-v7 .search-score h3{font-size:36px;line-height:1.04;margin:10px 0 12px}
body.motion-v7 .search-score p{font-size:15px;line-height:1.8;color:rgba(231,240,248,.74)}
body.motion-v7 .ring{width:164px;height:164px;border-radius:50%;display:grid;place-items:center;border:14px solid rgba(201,222,57,.18);background:conic-gradient(var(--olive) 0 290deg, rgba(255,255,255,.12) 290deg 360deg);margin:20px 0}
body.motion-v7 .ring div{width:116px;height:116px;border-radius:50%;display:grid;place-items:center;background:#0a1f33;text-align:center}
body.motion-v7 .ring b{font-size:34px;display:block;color:#fff}
body.motion-v7 .ring span{font-size:12px;color:#d8e4ef}
body.motion-v7 .plan-tabs{padding:28px;border-radius:30px;background:linear-gradient(180deg,#ffffff,#f8f7f3);border:1px solid rgba(18,35,54,.08)}
body.motion-v7 .tab-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
body.motion-v7 .tab-btn{border:0;border-radius:999px;padding:11px 14px;background:#eef3f7;color:#173045;font-weight:800;cursor:pointer}
body.motion-v7 .tab-btn.active{background:#0f2132;color:#fff}
body.motion-v7 #seoTabPanel h3{font-size:32px;line-height:1.08;color:#132538;margin:0 0 12px}
body.motion-v7 #seoTabPanel p{font-size:15px;line-height:1.8;color:#607286}
body.motion-v7 .task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
body.motion-v7 .task-grid span{padding:14px 14px;border-radius:16px;background:#f6f8fa;border:1px solid rgba(18,35,54,.08);font-size:13px;line-height:1.6;color:#4f6578}
body.motion-v7 .action-bar{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.motion-v7 .action-btn{background:#0d2437;color:#fff;border:1px solid #0d2437}

body.motion-v7 .content-engine{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.motion-v7 .content-type{padding:24px;color:#fff}
body.motion-v7 .content-type b{font-size:36px;display:block;color:var(--olive);margin-bottom:8px}
body.motion-v7 .content-type strong{display:block;font-size:18px;color:#fff;margin-bottom:8px}
body.motion-v7 .content-type span{font-size:13px;line-height:1.7;color:rgba(231,240,248,.74)}

body.motion-v7 .season-focus{display:grid;grid-template-columns:1.02fr .98fr;gap:20px}
body.motion-v7 .focus-main{padding:30px;border-radius:30px;background:linear-gradient(135deg,#11293f,#15314b)}
body.motion-v7 .focus-main h3{font-size:40px;line-height:1.02;color:#fff;margin:12px 0}
body.motion-v7 .focus-main p{color:rgba(231,240,248,.78);font-size:15px;line-height:1.8}
body.motion-v7 .focus-steps{display:grid;gap:12px}
body.motion-v7 .focus-steps article{padding:20px;border-radius:22px;background:#fff;border:1px solid rgba(18,35,54,.08)}
body.motion-v7 .focus-steps b{display:block;font-size:18px;color:#132538;margin:8px 0}
body.motion-v7 .focus-steps span{font-size:13px;line-height:1.7;color:#607286}
body.motion-v7 .season-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.motion-v7 .season-card{padding:26px;min-height:280px;background:linear-gradient(180deg,#ffffff,#f9f7f3);border-radius:28px;border:1px solid rgba(18,35,54,.08);box-shadow:0 18px 40px rgba(18,35,54,.06)}
body.motion-v7 .season-card h3{font-size:26px;line-height:1.1;color:#132538;margin:10px 0}
body.motion-v7 .season-card p{font-size:14px;line-height:1.8;color:#607286}
body.motion-v7 .season-card .season-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef3f7;color:#173045;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

body.motion-v7 .audience-main,body.motion-v7 .team-lead,body.motion-v7 .roi-callout,body.motion-v7 .trade-card,.media-card,.finance-card{padding:30px;border-radius:30px}
body.motion-v7 .audience-main{background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff}
body.motion-v7 .audience-main h3,.team-lead h3,.trade-card h3,.media-card h3,.finance-card h3,.roi-callout h3{font-size:34px;line-height:1.05;margin:0 0 12px}
body.motion-v7 .audience-main p,.team-lead p,.trade-card p,.media-card p,.finance-card p,.roi-callout p{font-size:15px;line-height:1.8}
body.motion-v7 .audience-pills,.team-promise,.audience-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.motion-v7 .audience-pills span,.team-promise span{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:800;color:#eff5fb}
body.motion-v7 .audience-cards,.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.motion-v7 .audience-cards article,.team-grid article,.trade-card,.media-card,.finance-card,.cycle-step,.calendar-card{padding:24px}
body.motion-v7 .audience-cards h3,.trade-card h3,.team-grid article h3,.cycle-step b{font-size:22px;line-height:1.15;margin:0 0 10px;color:#132538}
body.motion-v7 .audience-cards p,.team-grid article p,.cycle-step span,.calendar-card p{font-size:14px;line-height:1.78;color:#607286;margin:0}
body.motion-v7 .team-lead{background:linear-gradient(135deg,#11293f,#15314b);color:#fff}
body.motion-v7 .team-grid article{padding-left:24px}
body.motion-v7 .team-grid article::before{content:"";display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--olive);margin-right:10px;vertical-align:middle}
body.motion-v7 .team-grid article h3{display:inline-block}
body.motion-v7 .monthly-cycle{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
body.motion-v7 .cycle-step{background:#fff;border-radius:24px;border:1px solid rgba(18,35,54,.08);text-align:left}
body.motion-v7 .cycle-step b{display:block}

body.motion-v7 .outcome-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0 44px 20px}
body.motion-v7 .outcome-strip article{padding:24px;background:#fff}
body.motion-v7 .outcome-strip b{display:block;font-size:28px;color:#132538;margin:8px 0}
body.motion-v7 .outcome-strip span{font-size:13px;line-height:1.65;color:#607286}
body.motion-v7 .outcome-table{padding:28px;margin:0 44px 0}
body.motion-v7 .outcome-table .data-table{background:transparent}
body.motion-v7 .data-table, body.motion-v7 .library-table{width:100%;border-collapse:separate;border-spacing:0 10px;font-size:13px}
body.motion-v7 .data-table th, body.motion-v7 .library-table th{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#6f8699;padding:0 10px 8px;text-align:left}
body.motion-v7 .data-table td, body.motion-v7 .library-table td{padding:14px 12px;background:#fff;color:#1b3145;border-top:1px solid rgba(18,35,54,.08);border-bottom:1px solid rgba(18,35,54,.08)}
body.motion-v7 .data-table td:first-child, body.motion-v7 .library-table td:first-child{border-left:1px solid rgba(18,35,54,.08);border-top-left-radius:14px;border-bottom-left-radius:14px}
body.motion-v7 .data-table td:last-child, body.motion-v7 .library-table td:last-child{border-right:1px solid rgba(18,35,54,.08);border-top-right-radius:14px;border-bottom-right-radius:14px}
body.motion-v7 .outcome-table .data-table td{background:rgba(255,255,255,.98)}
body.motion-v7 .m6{color:var(--olive)!important;font-weight:800}
body.motion-v7 .risk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.motion-v7 .risk-card{padding:24px;color:#fff}
body.motion-v7 .risk-card b{display:block;font-size:18px;margin-bottom:10px;color:#fff}
body.motion-v7 .risk-card p{font-size:14px;line-height:1.7;color:rgba(231,240,248,.74)}
body.motion-v7 .risk-card strong{color:#fff}

body.motion-v7 .investment-lead{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.motion-v7 .investment-lead article{padding:20px;background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff}
body.motion-v7 .investment-lead b{display:block;font-size:18px;margin:8px 0;color:#fff}
body.motion-v7 .investment-lead span{font-size:13px;line-height:1.65;color:rgba(231,240,248,.74)}
body.motion-v7 .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.motion-v7 .price-card{padding:34px;background:#fff;position:relative;overflow:hidden}
body.motion-v7 .price-card.recommended{background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff;border-color:rgba(255,255,255,.08)}
body.motion-v7 .price-card.recommended .price, body.motion-v7 .price-card.recommended h3, body.motion-v7 .price-card.recommended small, body.motion-v7 .price-card.recommended p, body.motion-v7 .price-card.recommended li{color:inherit}
body.motion-v7 .price-card small{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#70859a}
body.motion-v7 .price-card h3{font-size:42px;line-height:1;color:#132538;margin:14px 0 12px}
body.motion-v7 .price-card .price{font-size:48px;line-height:1;color:#132538;font-weight:800;margin-bottom:14px}
body.motion-v7 .price-card .price span{font-size:14px;font-weight:700;color:#6a7f91}
body.motion-v7 .price-card p{font-size:15px;line-height:1.8;color:#607286}
body.motion-v7 .price-card ul{margin:18px 0 0;padding-left:18px;display:grid;gap:9px;color:#607286}
body.motion-v7 .ribbon{position:absolute;right:22px;top:20px;padding:9px 11px;border-radius:999px;background:var(--olive);color:#09131d;font-size:11px;font-weight:800}
body.motion-v7 .breakdown{margin:0 44px 0;padding:28px}
body.motion-v7 .breakdown-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:16px}
body.motion-v7 .breakdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0}
body.motion-v7 .breakdown-grid article{padding:18px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.08)}
body.motion-v7 .breakdown-grid article b{display:block;font-size:18px;margin:8px 0}
body.motion-v7 .breakdown-grid article span{font-size:12px;color:rgba(231,240,248,.74)}

body.motion-v7 .privacy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.motion-v7 .privacy-card{padding:24px;color:#fff}
body.motion-v7 .privacy-card b{display:block;font-size:18px;margin-bottom:10px;color:#fff}
body.motion-v7 .privacy-card p{font-size:14px;line-height:1.75;color:rgba(231,240,248,.74)}
body.motion-v7 .service-boundary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.motion-v7 .service-boundary > div{padding:26px;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#fff}
body.motion-v7 .service-boundary b{display:block;font-size:18px;margin-bottom:10px}
body.motion-v7 .service-boundary p{font-size:14px;line-height:1.75;color:rgba(231,240,248,.74)}

body.motion-v7 .tech-bridge{display:grid;grid-template-columns:1.04fr .96fr;gap:18px;padding:36px 44px}
body.motion-v7 .tech-bridge h2{font-size:56px;line-height:.96;letter-spacing:-.05em;margin:18px 0 14px;max-width:11ch}
body.motion-v7 .leznit-logo{width:130px;height:auto}
body.motion-v7 .tech-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0}
body.motion-v7 .tech-cards span{display:flex;align-items:center;min-height:92px;padding:20px;border-radius:22px;color:#fff;font-weight:700;line-height:1.5}

body.motion-v7 .source-notes{padding:42px 0 54px;color:#122336}
body.motion-v7 .source-notes .shell::before{content:none}
body.motion-v7 .source-notes details{padding:22px 24px}
body.motion-v7 .source-notes summary{font-weight:800;cursor:pointer;color:#fff}
body.motion-v7 .source-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
body.motion-v7 .source-links a,body.motion-v7 .source-links button{border-radius:999px;padding:11px 14px;font-size:12px;font-weight:800}
body.motion-v7 .source-links a{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.1)}

body.motion-v7 .close-section{padding:0 0 54px;color:#fff}
body.motion-v7 .close-section .shell::before{content:none}
body.motion-v7 .close-card{display:grid;grid-template-columns:1.14fr .86fr;gap:22px;padding:38px 42px;border-radius:38px;background:linear-gradient(145deg,#0d1b28,#10273e);box-shadow:0 30px 70px rgba(0,0,0,.2)}
body.motion-v7 .close-card h2{font-size:60px;line-height:.96;letter-spacing:-.05em;margin:12px 0 14px;color:#fff;max-width:10ch}
body.motion-v7 .close-card p{font-size:16px;line-height:1.85;color:rgba(231,240,248,.74)}
body.motion-v7 .closing-mark{display:flex;align-items:center;justify-content:center}
body.motion-v7 .closing-mark img{width:min(260px,70%);background:rgba(255,255,255,.08);padding:18px;border-radius:28px;box-shadow:0 20px 40px rgba(0,0,0,.2)}

body.motion-v7 .proposal-footer{padding:0 0 70px;color:#122336}
body.motion-v7 .footer-shell{width:min(1320px, calc(100% - 46px));margin:0 auto}
body.motion-v7 .footer-wrap{border-radius:34px;background:#fff;border:1px solid rgba(18,35,54,.08);box-shadow:0 20px 58px rgba(12,24,37,.08);padding:34px}
body.motion-v7 .footer-grid{display:grid;grid-template-columns:1.15fr .75fr .85fr .85fr;gap:20px}
body.motion-v7 .footer-lockup{display:flex;align-items:center;gap:14px;margin-bottom:14px}
body.motion-v7 .footer-lockup .seejay{width:64px;height:64px;padding:10px;background:#f6f8fa;border-radius:18px}
body.motion-v7 .footer-lockup .divider,.footer-lockup .vynzo{display:none}
body.motion-v7 .footer-lockup::after{content:"SeeJay Growth Proposal";font:800 15px/1.1 Manrope,sans-serif;color:#132234}
body.motion-v7 .footer-brand p,.footer-copy p,.footer-note p,.footer-links a{font-size:14px;line-height:1.8;color:#607286}
body.motion-v7 .footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
body.motion-v7 .footer-badges span{padding:10px 12px;border-radius:999px;background:#f6f8fa;color:#264055;font-size:11px;font-weight:800}
body.motion-v7 .proposal-footer h4{font-size:15px;margin:0 0 12px;color:#132538}
body.motion-v7 .footer-links{display:grid;gap:8px}
body.motion-v7 .footer-links a:hover{color:#132538}
body.motion-v7 .footer-note .mini{display:inline-flex;margin-top:14px;padding:10px 12px;border-radius:999px;background:#eef3f7;color:#243d52;font-size:12px;font-weight:800}

body.motion-v7 .modal-panel{background:#f5f7f8;border-radius:28px;box-shadow:0 26px 70px rgba(0,0,0,.24)}
body.motion-v7 .modal-head{padding:20px 22px;background:#fff;border-bottom:1px solid rgba(18,35,54,.08)}
body.motion-v7 .modal-head b{font-size:28px;color:#132538}
body.motion-v7 .modal-body{padding:22px;background:#f5f7f8}
body.motion-v7 .library-block{padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(18,35,54,.08);margin-bottom:14px}
body.motion-v7 .library-block h3{font-size:28px;color:#132538}
body.motion-v7 .library-block p{font-size:14px;line-height:1.8;color:#607286}
body.motion-v7 .library-index{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
body.motion-v7 .library-index a{padding:10px 12px;border-radius:999px;background:#eef3f7;color:#173045;font-size:11px;font-weight:800}
body.motion-v7 .filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
body.motion-v7 .filter-row button{padding:10px 12px;border-radius:999px;background:#eef3f7;color:#173045;border:0;font-size:11px;font-weight:800}
body.motion-v7 .filter-row button.active{background:#0f2132;color:#fff}
body.motion-v7 .search-input{width:100%;padding:14px 16px;border-radius:18px;border:1px solid rgba(18,35,54,.1);font:600 14px Manrope,sans-serif;margin-bottom:14px}

body.motion-v7 .tech-page{background:linear-gradient(180deg,#07111a 0%, #0b1622 44%, #f3eee5 44.1%, #f3eee5 100%)}
body.motion-v7 .tech-page .tech-hero{position:relative;min-height:84svh;display:flex;align-items:flex-end;padding:138px 0 72px;overflow:hidden}
body.motion-v7 .tech-page .tech-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(6,14,23,.82), rgba(6,14,23,.48) 42%, rgba(6,14,23,.18)),url('img/hero-japan.jpg') center/cover no-repeat;filter:saturate(1.02)}
body.motion-v7 .tech-page .tech-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:24px;align-items:end}
body.motion-v7 .tech-page .tech-hero-grid > .reveal:first-child{padding:30px;border-radius:32px;background:rgba(7,17,26,.24);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
body.motion-v7 .tech-page .tech-logo{width:128px}
body.motion-v7 .tech-page h1{font-size:clamp(58px,7vw,100px);max-width:10ch}
body.motion-v7 .tech-page .support-card{color:#fff;background:rgba(255,255,255,.08)}
body.motion-v7 .tech-page .support-card h3{font-size:36px;line-height:1.03;margin:10px 0 12px;color:#fff}
body.motion-v7 .tech-page .support-card p{font-size:15px;line-height:1.8;color:rgba(231,240,248,.74)}
body.motion-v7 .tech-page .support-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
body.motion-v7 .tech-page .support-list span{padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:13px;line-height:1.55;color:#eff5fb}
body.motion-v7 .tech-page .light-section{color:#132538}
body.motion-v7 .tech-page .light-section .shell::before{background:#fff}
body.motion-v7 .tech-page .included-band,
body.motion-v7 .tech-page .company-grid{padding-bottom:44px}
body.motion-v7 .tech-page .included-panel{padding:28px}
body.motion-v7 .tech-page .included-panel.in{background:linear-gradient(180deg,#11293f,#0a1f33);color:#fff}
body.motion-v7 .tech-page .included-panel.in h3,body.motion-v7 .tech-page .included-panel.in li,body.motion-v7 .tech-page .included-panel.in .section-kicker{color:inherit}
body.motion-v7 .tech-page .included-panel ul{margin:14px 0 0;padding-left:18px;display:grid;gap:8px}
body.motion-v7 .tech-page .tech-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.motion-v7 .tech-page .travel-tech{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.motion-v7 .tech-page .workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.motion-v7 .tech-page .workflow article b{display:block;font-size:20px;margin-bottom:10px;color:#fff}
body.motion-v7 .tech-page .workflow article span{font-size:14px;line-height:1.75;color:rgba(231,240,248,.74)}
body.motion-v7 .tech-page .company-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:20px;padding-top:36px}
body.motion-v7 .tech-page .company-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0}
body.motion-v7 .tech-page .company-facts article{padding:20px;color:#fff}
body.motion-v7 .tech-page .company-facts b{display:block;font-size:17px;line-height:1.5;color:#fff}
body.motion-v7 .tech-page .company-facts small{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#c6d6e4;margin-bottom:9px}

@keyframes floatCard1{0%,100%{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-10px)}}
@keyframes floatCard2{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes floatCard3{0%,100%{transform:rotate(7deg) translateY(0)}50%{transform:rotate(6deg) translateY(-12px)}}
@keyframes floatCard4{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(201,222,57,.36)}70%{box-shadow:0 0 0 12px rgba(201,222,57,0)}100%{box-shadow:0 0 0 0 rgba(201,222,57,0)}}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

@media (max-width:1180px){
  body.motion-v7 .journey-index-inner,
  body.motion-v7 .hero-facts,
  body.motion-v7 .search-ladder,
  body.motion-v7 .content-engine,
  body.motion-v7 .investment-lead,
  body.motion-v7 .privacy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.motion-v7 .operating-band{grid-template-columns:1fr}
  body.motion-v7 .partnership-map,
  body.motion-v7 .season-rail,
  body.motion-v7 .monthly-cycle,
  body.motion-v7 .breakdown-grid,
  body.motion-v7 .tech-page .tech-service-grid,
  body.motion-v7 .tech-page .travel-tech,
  body.motion-v7 .tech-page .workflow{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.motion-v7 .executive-snapshot,
  body.motion-v7 .search-board,
  body.motion-v7 .season-focus,
  body.motion-v7 .tech-bridge,
  body.motion-v7 .company-grid,
  body.motion-v7 .tech-page .company-grid,
  body.motion-v7 .tech-page .tech-hero-grid,
  body.motion-v7 .issue-board,
  body.motion-v7 .hero-layout,
  body.motion-v7 .website-stage,
  body.motion-v7 .scope-grid,
  body.motion-v7 .audience-grid,
  body.motion-v7 .trade-grid,
  body.motion-v7 .media-split,
  body.motion-v7 .team-layout,
  body.motion-v7 .pricing-grid,
  body.motion-v7 .service-boundary,
  body.motion-v7 .included-band,
  body.motion-v7 .footer-grid{grid-template-columns:1fr}
}

@media (max-width:820px){
  body.motion-v7 .shell, body.motion-v7 .nav-shell, body.motion-v7 .footer-shell{width:min(100% - 24px, 1320px)}
  body.motion-v7 .motion-progress-rail{display:none}
  body.motion-v7 .hero{padding-top:112px;min-height:auto}
  body.motion-v7 .hero-copy, body.motion-v7 .tech-page .tech-hero-grid > .reveal:first-child{padding:24px}
  body.motion-v7 h1, body.motion-v7 .tech-page h1{font-size:clamp(46px,14vw,70px)}
  body.motion-v7 .hero-lead, body.motion-v7 .section-intro p{font-size:15px}
  body.motion-v7 .hero-visual{min-height:auto;padding:22px}
  body.motion-v7 .motion-scene-stack{height:300px}
  body.motion-v7 .motion-panel-1{width:48%;height:170px}
  body.motion-v7 .motion-panel-2{width:44%;height:190px}
  body.motion-v7 .motion-panel-3{width:38%;height:150px}
  body.motion-v7 .motion-panel-4{width:52%;height:130px}
  body.motion-v7 .journey-index-inner,
  body.motion-v7 .hero-facts,
  body.motion-v7 .audit-grid,
  body.motion-v7 .search-ladder,
  body.motion-v7 .content-engine,
  body.motion-v7 .season-rail,
  body.motion-v7 .audience-cards,
  body.motion-v7 .trade-value,
  body.motion-v7 .team-grid,
  body.motion-v7 .outcome-strip,
  body.motion-v7 .investment-lead,
  body.motion-v7 .breakdown-grid,
  body.motion-v7 .privacy-grid,
  body.motion-v7 .risk-grid,
  body.motion-v7 .tech-cards,
  body.motion-v7 .tech-page .support-list,
  body.motion-v7 .tech-page .tech-service-grid,
  body.motion-v7 .tech-page .travel-tech,
  body.motion-v7 .tech-page .workflow,
  body.motion-v7 .tech-page .company-facts{grid-template-columns:1fr}
  body.motion-v7 .section{padding:68px 0}
  body.motion-v7 .section-intro,
  body.motion-v7 .audit-grid,
  body.motion-v7 .operating-band,
  body.motion-v7 .partnership-map,
  body.motion-v7 .search-ladder,
  body.motion-v7 .content-engine,
  body.motion-v7 .audience-cards,
  body.motion-v7 .trade-grid,
  body.motion-v7 .trade-value,
  body.motion-v7 .team-grid,
  body.motion-v7 .monthly-cycle,
  body.motion-v7 .privacy-grid,
  body.motion-v7 .breakdown-grid,
  body.motion-v7 .risk-grid,
  body.motion-v7 .tech-cards,
  body.motion-v7 .company-facts,
  body.motion-v7 .tech-service-grid,
  body.motion-v7 .travel-tech,
  body.motion-v7 .workflow,
  body.motion-v7 .audit-drawer,
  body.motion-v7 .issue-board,
  body.motion-v7 .executive-snapshot,
  body.motion-v7 .website-promise,
  body.motion-v7 .website-stage,
  body.motion-v7 .scope-grid,
  body.motion-v7 .search-board,
  body.motion-v7 .season-focus,
  body.motion-v7 .season-rail,
  body.motion-v7 .audience-grid,
  body.motion-v7 .media-split,
  body.motion-v7 .team-layout,
  body.motion-v7 .roi-board,
  body.motion-v7 .pricing-grid,
  body.motion-v7 .service-boundary,
  body.motion-v7 .tech-bridge,
  body.motion-v7 .included-band,
  body.motion-v7 .company-grid,
  body.motion-v7 .outcome-strip,
  body.motion-v7 .breakdown,
  body.motion-v7 .outcome-table{padding-left:20px;padding-right:20px}
  body.motion-v7 .section-intro{padding-top:26px}
  body.motion-v7 .section h2, body.motion-v7 .close-card h2, body.motion-v7 .tech-bridge h2{font-size:40px;max-width:none}
  body.motion-v7 .preview-screen{grid-template-columns:1fr;min-height:340px;padding:20px}
  body.motion-v7 .preview-copy h4{font-size:40px}
  body.motion-v7 .included-list{grid-template-columns:1fr}
  body.motion-v7 .close-card{grid-template-columns:1fr;padding:28px}
  body.motion-v7 .footer-wrap{padding:24px}
}
