/* Extracted from frontier-homepage-redesign.html and scoped to .frontier-home. */
.frontier-home {
      --ink: #0c1430;
      --muted: #5a6a8f;
      --line: rgba(13, 31, 82, .07);
      --paper: #ffffff;
      --section-soft: #f5f9ff;
      --violet: #2f57d7;
      --purple: #2340a7;
      --cyan: #1fb6cf;
      --mint: #37d5a8;
      --gold: #f5b928;
      --sky: #7ee8ff;
      --navy: #071846;
      --deep: #020b27;
      --shadow-xl: 0 32px 82px rgba(2, 11, 39, .22);
      --shadow-lg: 0 20px 48px rgba(8, 20, 62, .1);
      --shadow-md: 0 12px 30px rgba(8, 20, 62, .07);
      --radius: 10px;
      --radius-sm: 6px;
      --max: 1600px;
      --nav-max: 1600px;
    }
.frontier-home *, .frontier-home *::before, .frontier-home *::after { box-sizing: border-box; }
.frontier-home { scroll-behavior: smooth; }
.frontier-home {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
.frontier-home a { color: inherit; text-decoration: none; }
.frontier-home img { display: block; max-width: 100%; height: auto; }
.frontier-home .page {
      position: relative;
      isolation: isolate;
      overflow-x: hidden;
      background:
        radial-gradient(circle at 8% 18%, rgba(31, 182, 207, .07), transparent 26%),
        radial-gradient(circle at 92% 56%, rgba(245, 185, 40, .06), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f7faff 32%, #fff 58%, #f6f9ff 82%, #fff 100%);
    }
.frontier-home .page::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background: none;
    }
/* Front page scoped styles. */
.frontier-home .mobile-sticky-cta {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 90;
      padding: 12px 16px max(12px, env(safe-area-inset-bottom));
      background: rgba(255, 255, 255, .92);
      border-top: 1px solid var(--line);
      backdrop-filter: blur(16px);
      box-shadow: 0 -8px 30px rgba(8, 20, 62, .08);
    }
.frontier-home .mobile-sticky-cta .btn {
      width: 100%;
      min-height: 50px;
    }
.frontier-home body.menu-open { overflow: hidden; }
.frontier-home .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 22px;
      border: 0;
      border-radius: var(--radius-sm);
      font: inherit;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
      transition: transform .22s, box-shadow .22s, background .22s;
    }
.frontier-home .btn:hover { transform: translateY(-2px); }
.frontier-home .btn-slide {
      overflow: hidden;
      position: relative;
      transition: box-shadow .3s ease, border-color .3s ease;
    }
.frontier-home .btn-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(0, 0, 0, .22);
      transform: translateX(-100%);
      transition: transform .3s ease;
    }
.frontier-home .btn-slide:hover::before { transform: translateX(0); }
.frontier-home .btn-slide:hover { transform: none; }
.frontier-home .btn-slide .btn-inner {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: transform .3s ease;
    }
.frontier-home .btn-slide:hover .btn-inner { transform: translateX(10px); }
.frontier-home .btn-slide.ghost::before { background: rgba(255, 255, 255, .14); }
.frontier-home .btn.primary {
      color: #fff;
      background: #1f6fbf;
      box-shadow: 0 14px 32px rgba(31, 111, 191, .24);
    }
.frontier-home .btn.primary:hover { box-shadow: 0 20px 42px rgba(31, 111, 191, .32); }
.frontier-home .btn-slide.primary:hover { box-shadow: 0 20px 42px rgba(31, 111, 191, .32); }
.frontier-home .btn.ghost {
      color: #fff;
      background: rgba(255,255,255,.08);
      border: 0;
    }
.frontier-home .btn.ghost:hover { background: rgba(255,255,255,.14); }
.frontier-home .btn.outline-dark {
      color: var(--ink);
      background: transparent;
      border: 1.5px solid var(--line);
    }
.frontier-home .btn.outline-dark:hover { background: #f4f7ff; border-color: rgba(47,87,215,.25); }
.frontier-home .btn.lg { min-height: 54px; padding: 0 32px; font-size: 15px; border-radius: 8px; }
/* ── Hero ── */
.frontier-home .hero {
      position: relative;
      min-height: 100vh;
      min-height: 100svh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      overflow: hidden;
    }
.frontier-home .hero-slides {
      position: absolute;
      inset: 0;
    }
.frontier-home .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 1;
    }
.frontier-home .hero-slide img, .frontier-home .hero-slide video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
.frontier-home .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(2,8,23,.88) 0%, rgba(7,24,70,.72) 45%, rgba(15,42,109,.55) 100%),
        radial-gradient(circle at 80% 20%, rgba(31,182,207,.22), transparent 40%);
    }
.frontier-home .hero-mesh {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 15% 85%, rgba(31,182,207,.18), transparent 35%),
        radial-gradient(circle at 90% 10%, rgba(105,71,232,.2), transparent 30%);
    }
.frontier-home .hero-grid-lines {
      position: absolute;
      inset: 0;
      pointer-events: none;
      display: none;
    }
.frontier-home .hero-inner {
      position: relative;
      z-index: 2;
      max-width: var(--max);
      margin: 0 auto;
      padding: 190px 32px 190px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
.frontier-home .hero-product-label {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      color: #7ee8ff;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
.frontier-home .hero-product-label::before {
      content: "";
      width: 42px;
      height: 2px;
      background: #7ee8ff;
    }
.frontier-home .hero h1 {
      margin: 0 0 24px;
      font-size: clamp(42px, 5.8vw, 72px);
      font-weight: 900;
      line-height: 1.02;
      letter-spacing: 0;
      color: #f8fbff;
      text-shadow: 0 20px 50px rgba(0,0,0,.3);
    }
.frontier-home .hero h1 .hero-title-accent {
      display: block;
      color: #f8fbff;
    }
.frontier-home .hero-sub {
      max-width: 520px;
      margin: 0 0 36px;
      font-size: clamp(17px, 2vw, 21px);
      line-height: 1.65;
      color: rgba(220,232,255,.82);
    }
.frontier-home .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }
.frontier-home .hero-stats {
      display: none;
    }
.frontier-home .hero-stat strong {
      display: block;
      font-size: 28px;
      font-weight: 800;
      line-height: 1;
    }
.frontier-home .hero-stat span {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: rgba(255,255,255,.55);
    }
.frontier-home .hero-visual {
      position: relative;
      min-height: 520px;
      transition: opacity .22s ease, transform .22s ease;
    }
.frontier-home .hero-visual.is-changing {
      opacity: .35;
      transform: translateY(8px);
    }
.frontier-home .hero-device-main {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: min(480px, 100%);
      animation: floatMain 7s ease-in-out infinite;
    }
.frontier-home .hero-device-main img {
      width: 100%;
      filter: drop-shadow(0 40px 80px rgba(0,0,0,.45));
    }
.frontier-home .hero-device-main.is-scene img {
      border-radius: var(--radius);
      box-shadow: var(--shadow-xl);
      filter: none;
    }
.frontier-home .hero-visual[data-product="ptt200"] .hero-device-main {
      right: 70px;
      width: min(360px, 78%);
    }
.frontier-home .hero-visual[data-product="deploy"] .hero-device-main {
      right: 20px;
      width: min(460px, 92%);
    }
.frontier-home .hero-device-secondary {
      position: absolute;
      left: -20px;
      bottom: 20px;
      width: 200px;
      animation: floatSecondary 6s ease-in-out infinite;
    }
.frontier-home .hero-device-secondary img {
      width: 100%;
      border-radius: var(--radius);
      box-shadow: var(--shadow-xl);
    }
.frontier-home .hero-badge {
      position: absolute;
      right: 40px;
      top: 30px;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px 20px;
      border: 0;
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,.1);
      backdrop-filter: blur(16px);
      animation: floatBadge 5s ease-in-out infinite;
    }
.frontier-home .hero-badge-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #fff;
      background: #2479d4;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 12px 28px rgba(36, 121, 212, .26);
    }
.frontier-home .hero-badge-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }
.frontier-home .hero-badge b { display: block; font-size: 14px; }
.frontier-home .hero-badge small { color: rgba(255,255,255,.65); font-size: 12px; }
@keyframes floatMain {
      0%, 100% { transform: translateY(-50%); }
      50% { transform: translateY(calc(-50% - 14px)); }
    }
@keyframes floatSecondary {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }
@keyframes floatBadge {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
.frontier-home .hero-dots {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      width: min(560px, 100%);
      margin-top: 28px;
    }
.frontier-home .hero-dot {
      appearance: none;
      -webkit-appearance: none;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      min-height: 56px;
      padding: 10px 12px;
      margin: 0;
      border: 0;
      border-radius: 6px;
      background: rgba(255,255,255,.08);
      color: rgba(236,242,255,.78);
      cursor: pointer;
      text-align: left;
      transition: background .3s, color .3s, transform .3s;
    }
.frontier-home .hero-dot::before {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      top: 0;
      height: 2px;
      background: #7ee8ff;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s;
    }
.frontier-home .hero-dot strong {
      display: block;
      font-size: 13px;
      line-height: 1.1;
      letter-spacing: 0;
    }
.frontier-home .hero-dot span {
      display: block;
      margin-top: 5px;
      font-size: 10px;
      font-weight: 650;
      line-height: 1.15;
      color: rgba(220,232,255,.58);
    }
.frontier-home .hero-dot.active {
      background: rgba(255,255,255,.16);
      color: #fff;
      transform: translateY(-2px);
    }
.frontier-home .hero-dot:focus {
      outline: none;
    }
.frontier-home .hero-dot:focus-visible {
      box-shadow: inset 0 0 0 1px rgba(126, 232, 255, .55);
    }
.frontier-home .hero-dot.active::before {
      transform: scaleX(1);
    }
.frontier-home .hero-arc {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      z-index: 3;
      width: 100%;
      height: 72px;
      pointer-events: none;
      display: block;
    }
.frontier-home .hero-arc-fill {
      fill: var(--section-soft);
    }
/* ── Why + Stats zone ── */
.frontier-home .why-zone {
      position: relative;
      isolation: isolate;
      z-index: 10;
      max-width: var(--max);
      margin: 0 auto;
      padding: 74px 32px 80px;
    }
.frontier-home .why-zone::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -1px;
      bottom: 0;
      z-index: -1;
      width: 100vw;
      background: var(--section-soft);
      transform: translateX(-50%);
    }
.frontier-home .why-zone-head {
      max-width: 680px;
      margin: 0 auto 40px;
      text-align: center;
    }
.frontier-home .why-zone-head .kicker { margin-bottom: 12px; }
.frontier-home .why-zone-head h2 {
      margin: 0 0 14px;
      font-size: clamp(28px, 3.5vw, 40px);
    }
.frontier-home .why-zone-head p {
      margin: 0;
      font-size: 17px;
      color: var(--muted);
      line-height: 1.65;
    }
.frontier-home .overlap-strip {
      position: relative;
      max-width: none;
      margin: 0;
      padding: 0;
    }
.frontier-home .overlap-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
.frontier-home .scroll-hint {
      display: none;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 14px;
      font-size: 12px;
      font-weight: 650;
      color: var(--muted);
      letter-spacing: .04em;
    }
.frontier-home .scroll-hint::before, .frontier-home .scroll-hint::after {
      content: "";
      width: 28px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(47, 87, 215, .25));
    }
.frontier-home .scroll-hint::after {
      background: linear-gradient(-90deg, transparent, rgba(47, 87, 215, .25));
    }
.frontier-home .overlap-card {
      position: relative;
      padding: 28px 24px;
      border: 0;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(31, 182, 207, .05), transparent 42%),
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
      box-shadow: 0 18px 46px rgba(8, 20, 62, .08);
      overflow: hidden;
      transition: transform .3s, box-shadow .3s;
    }
.frontier-home .overlap-card::before {
      display: none;
    }
.frontier-home .overlap-card::after {
      content: "";
      position: absolute;
      right: -36px;
      top: -36px;
      width: 108px;
      height: 108px;
      border: 0;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(126,232,255,.16), transparent 62%);
      pointer-events: none;
    }
.frontier-home .overlap-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-xl);
    }
.frontier-home .asset-icon {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      margin-bottom: 18px;
      padding: 12px;
      border: 0;
      border-radius: 8px;
      background:
        radial-gradient(circle at 30% 20%, rgba(126, 232, 255, .28), transparent 42%),
        linear-gradient(135deg, #f6f9ff, #fff);
      box-shadow: 0 12px 28px rgba(8, 20, 62, .08);
    }
.frontier-home .asset-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
.frontier-home .overlap-card h3 {
      position: relative;
      z-index: 1;
      margin: 0 0 10px;
      font-size: 17px;
      font-weight: 800;
      line-height: 1.25;
    }
.frontier-home .overlap-card p {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.6;
    }
.frontier-home .stats-bar {
      margin-top: 36px;
      padding: 0;
    }
.frontier-home .stats-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      padding: 0;
      border: 0;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, var(--deep) 0%, var(--navy) 55%, #123078 100%);
      background-size: auto;
      box-shadow: var(--shadow-xl);
      overflow: hidden;
    }
.frontier-home .stat-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 148px;
      padding: 28px 20px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, .1);
    }
.frontier-home .stat-item:last-child { border-right: 0; }
.frontier-home .stat-value {
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      gap: 2px;
      min-height: 48px;
      font-size: clamp(34px, 3.8vw, 46px);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -.03em;
      color: #fff;
    }
.frontier-home .stat-value .count, .frontier-home .stat-value .stat-suffix, .frontier-home .stat-value .stat-arrow {
      background: linear-gradient(135deg, #7ee8ff, #a8b4ff);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
.frontier-home .stat-suffix {
      font-size: .58em;
      font-weight: 800;
    }
.frontier-home .stat-roadmap {
      gap: 6px;
      font-size: clamp(28px, 3.2vw, 38px);
      letter-spacing: -.02em;
    }
.frontier-home .stat-arrow {
      font-size: .75em;
      opacity: .85;
    }
.frontier-home .stat-label {
      display: block;
      margin-top: 12px;
      font-size: 13px;
      font-weight: 700;
      color: rgba(255, 255, 255, .92);
      line-height: 1.35;
    }
.frontier-home .stat-detail {
      display: block;
      margin-top: 4px;
      font-size: 12px;
      font-weight: 500;
      color: rgba(200, 215, 245, .62);
      line-height: 1.4;
    }
/* ── Sections ── */
.frontier-home .section {
      max-width: var(--max);
      margin: 0 auto;
      padding: 108px 32px;
    }
.frontier-home .section-head {
      max-width: 720px;
      margin: 0 auto 64px;
      text-align: center;
    }
.frontier-home .kicker {
      display: inline-block;
      margin-bottom: 14px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--violet);
    }
.frontier-home h2 {
      margin: 0 0 18px;
      font-size: clamp(34px, 4.5vw, 52px);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -.02em;
      color: var(--ink);
    }
.frontier-home .section-head p {
      margin: 0;
      font-size: 18px;
      color: var(--muted);
      line-height: 1.7;
    }
/* ── Showcase (Z-pattern) ── */
.frontier-home .showcase {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: center;
    }
.frontier-home .showcase.reverse { direction: rtl; }
.frontier-home .showcase.reverse > * { direction: ltr; }
.frontier-home .showcase-visual {
      position: relative;
    }
.frontier-home .showcase-visual::before {
      content: "";
      position: absolute;
      inset: -30px;
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(31,182,207,.14), transparent 70%);
      z-index: 0;
    }
.frontier-home .showcase-visual::after {
      content: "";
      position: absolute;
      inset: 8% -4% auto auto;
      width: 72%;
      aspect-ratio: 1.45;
      border: 0;
      border-radius: 10px;
      background: linear-gradient(135deg, rgba(31,182,207,.12), rgba(255,255,255,.04));
      transform: rotate(-6deg);
      z-index: 0;
      pointer-events: none;
    }
.frontier-home .showcase-visual img {
      position: relative;
      z-index: 2;
      width: 100%;
      border-radius: var(--radius);
      box-shadow: var(--shadow-xl);
    }
.frontier-home .showcase-full {
      max-width: none;
      padding: 52px 0;
    }
.frontier-home .showcase-full .showcase {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 32px;
    }
.frontier-home .showcase-band {
      position: relative;
      isolation: isolate;
      padding: 32px 0;
      overflow: hidden;
    }
.frontier-home .showcase-band.alt {
      background:
        radial-gradient(circle at 85% 50%, rgba(31,182,207,.08), transparent 45%),
        linear-gradient(180deg, #f8faff, #fff);
    }
.frontier-home .showcase-band::before {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(47,87,215,.07), transparent 70%);
      pointer-events: none;
    }
.frontier-home .showcase-band::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: rgba(246, 249, 255, .76);
      opacity: .9;
      pointer-events: none;
    }
.frontier-home .showcase-band:not(.alt)::after {
      transform: scaleX(-1);
      opacity: .22;
    }
.frontier-home .showcase-band .showcase-visual img {
      transform: scale(1.02);
    }
.frontier-home .showcase-band .showcase {
      position: relative;
      z-index: 1;
    }
.frontier-home .showcase-content .kicker { text-align: left; }
.frontier-home .showcase-content h2 {
      text-align: left;
      font-size: clamp(30px, 3.5vw, 44px);
    }
.frontier-home .showcase-content p {
      font-size: 17px;
      color: var(--muted);
      line-height: 1.75;
      margin: 0 0 28px;
    }
.frontier-home .link-arrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      color: var(--violet);
      transition: gap .2s;
    }
.frontier-home .link-arrow:hover { gap: 14px; }
/* stats styles moved into why-zone block above */
/* Products band */
.frontier-home .products-band {
      position: relative;
      isolation: isolate;
      padding: 118px 32px 62px;
      overflow: hidden;
      background: #071846;
    }
.frontier-home .products-band::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      z-index: -3;
      height: 62%;
      pointer-events: none;
      background: #0d2b67;
      opacity: .48;
      clip-path: polygon(0 0, 100% 0, 100% 68%, 0 100%);
    }
.frontier-home .products-band::after {
      content: "";
      position: absolute;
      top: 168px;
      right: -12vw;
      z-index: -2;
      width: min(760px, 58vw);
      height: 360px;
      border: 0;
      border-radius: 0;
      background: rgba(255,255,255,.055);
      transform: skewX(-18deg);
      pointer-events: none;
    }
.frontier-home .products-band .section-head {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto 28px;
      padding: 0 32px;
      text-align: center;
    }
.frontier-home .products-band .kicker { color: #7ee8ff; }
.frontier-home .products-band h2 {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      font-size: 56px;
      letter-spacing: 0;
      text-shadow: 0 24px 70px rgba(0, 0, 0, .35);
    }
.frontier-home .products-band .section-head p {
      max-width: 720px;
      margin: 0 auto;
      color: rgba(220, 232, 255, .76);
    }
.frontier-home .products-content-shell {
      position: relative;
      z-index: 1;
      max-width: var(--max);
      margin: 0 auto;
      padding: 26px 28px 30px;
      border: 0;
      border-radius: 10px;
      background: rgba(255, 255, 255, .065);
      box-shadow: 0 34px 92px rgba(2, 11, 39, .26);
      backdrop-filter: blur(18px);
    }
.frontier-home .products-content-shell::before {
      display: none;
    }
.frontier-home .products-stagebar {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin: 0 0 24px;
      padding: 0;
    }
.frontier-home .products-stagebar div {
      position: relative;
      min-height: 86px;
      padding: 18px 20px 18px 78px;
      border: 0;
      border-radius: var(--radius-sm);
      color: #fff;
      background: rgba(255, 255, 255, .085);
      box-shadow: none;
      backdrop-filter: blur(14px);
    }
.frontier-home .products-stagebar div::before {
      content: "";
      position: absolute;
      left: 20px;
      top: 50%;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 8px;
      background: rgba(31, 182, 207, .13);
      box-shadow: 0 12px 26px rgba(2, 11, 39, .16);
      transform: translateY(-50%);
    }
.frontier-home .products-stagebar div::after {
      content: "";
      position: absolute;
      left: 32px;
      top: 50%;
      width: 18px;
      height: 18px;
      border: 2px solid var(--sky);
      border-radius: 50%;
      transform: translateY(-50%);
      box-shadow:
        0 0 0 7px rgba(126, 232, 255, .09),
        0 0 0 14px rgba(126, 232, 255, .045);
    }
.frontier-home .products-stagebar div:nth-child(2)::after {
      width: 20px;
      height: 14px;
      border-radius: 4px;
      border-color: rgba(245, 185, 40, .92);
      box-shadow:
        0 -8px 0 -5px rgba(245, 185, 40, .75),
        0 8px 0 -5px rgba(126, 232, 255, .75);
    }
.frontier-home .products-stagebar div:nth-child(3)::after {
      width: 22px;
      height: 22px;
      border-radius: 7px;
      border-color: rgba(55, 213, 168, .9);
      box-shadow:
        8px -8px 0 -6px rgba(126, 232, 255, .86),
        -8px 8px 0 -6px rgba(245, 185, 40, .8);
    }
.frontier-home .products-stagebar b {
      display: block;
      margin-bottom: 4px;
      font-size: 18px;
      line-height: 1.2;
    }
.frontier-home .products-stagebar span {
      display: block;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.45;
      color: rgba(220, 232, 255, .64);
    }
.frontier-home .products-swiper-shell {
      position: relative;
      z-index: 1;
    }
.frontier-home .products-swiper-shell::before, .frontier-home .products-swiper-shell::after {
      display: none;
    }
.frontier-home .products-swiper-shell::before {
      left: 0;
      background: linear-gradient(90deg, rgba(7, 24, 70, .82), transparent);
    }
.frontier-home .products-swiper-shell::after {
      right: 0;
      background: linear-gradient(270deg, rgba(243, 247, 255, .9), transparent);
    }
.frontier-home .products-swiper {
      padding: 0 0 28px;
      overflow: hidden;
    }
.frontier-home .products-swiper .swiper-slide {
      height: auto;
      display: flex;
    }
.frontier-home .product-card {
      position: relative;
      width: 100%;
      border: 0;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
      overflow: hidden;
      box-shadow: 0 22px 60px rgba(6, 18, 57, .14);
      transition: transform .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s, border-color .35s;
    }
.frontier-home .product-card::after {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      top: 0;
      height: 4px;
      border-radius: 0 0 999px 999px;
      background: linear-gradient(90deg, var(--cyan), var(--violet), var(--mint));
      opacity: .9;
    }
.frontier-home .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 34px 86px rgba(2, 11, 39, .22);
    }
.frontier-home .product-card a {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      color: inherit;
    }
.frontier-home .product-visual {
      position: relative;
      min-height: 270px;
      height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 34px 28px;
      background: #071846;
      overflow: hidden;
    }
.frontier-home .product-visual::before {
      content: "";
      position: absolute;
      inset: 22px;
      border: 0;
      background: rgba(126, 232, 255, .08);
      border-radius: 8px;
      transform: skewY(-3deg);
    }
.frontier-home .product-visual::after {
      content: "";
      position: absolute;
      left: 16%;
      right: 16%;
      bottom: 28px;
      height: 26px;
      border-radius: 50%;
      background: rgba(126, 232, 255, .18);
      filter: blur(14px);
    }
.frontier-home .product-visual img {
      position: relative;
      z-index: 2;
      max-width: 100%;
      max-height: 250px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 28px 38px rgba(0, 0, 0, .38));
      transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    }
.frontier-home .product-card:hover .product-visual img {
      transform: scale(1.04);
    }
.frontier-home .product-visual.is-logo img {
      max-width: 76%;
      filter: brightness(0) invert(1) drop-shadow(0 18px 28px rgba(126, 232, 255, .16));
      opacity: .95;
    }
.frontier-home .product-visual.is-scene {
      padding: 0;
      min-height: 320px;
      height: 320px;
      background: #071846;
    }
.frontier-home .product-visual.is-scene img {
      z-index: 1;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: none;
      filter: none;
    }
.frontier-home .product-visual.is-scene::before {
      inset: 0;
      border: 0;
      border-radius: 0;
      background: linear-gradient(180deg, rgba(2, 11, 39, .06), rgba(2, 11, 39, .28));
      transform: none;
      z-index: 2;
    }
.frontier-home .product-visual.is-scene::after {
      display: none;
    }
.frontier-home .product-card:hover .product-visual.is-scene img {
      transform: scale(1.05);
    }
.frontier-home .product-meta {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 10px;
      padding: 26px 24px 28px;
      border-top: 0;
      background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
    }
.frontier-home .product-meta h3 {
      margin: 0;
      font-size: 22px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: 0;
      color: var(--ink);
    }
.frontier-home .product-meta p {
      margin: 0;
      font-size: 14px;
      line-height: 1.65;
      color: var(--muted);
      overflow-wrap: anywhere;
    }
.frontier-home .product-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 4px;
    }
.frontier-home .product-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 11px;
      border: 0;
      border-radius: 6px;
      background: #eef4ff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
      color: var(--violet);
    }
.frontier-home .product-go {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: auto;
      padding-top: 8px;
      font-size: 14px;
      font-weight: 700;
      color: var(--violet);
      transition: gap .2s ease;
    }
.frontier-home .product-card:hover .product-go { gap: 12px; }
.frontier-home .product-body, .frontier-home .tags, .frontier-home .product-caption, .frontier-home .product-img-wrap, .frontier-home .product-card.featured::before { display: none; }
.frontier-home .products-controls {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      padding: 0;
    }
.frontier-home .products-controls-inner {
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      gap: 16px;
      padding: 12px;
      border: 0;
      border-radius: 8px;
      background: rgba(255, 255, 255, .84);
      box-shadow: 0 18px 48px rgba(8, 20, 62, .1);
      backdrop-filter: blur(16px);
    }
.frontier-home .products-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      padding: 0;
      border: 0;
      border-radius: 8px;
      background: #f8fbff;
      color: var(--ink);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      box-shadow: none;
      transition: transform .22s, border-color .22s, color .22s, box-shadow .22s;
    }
.frontier-home .products-arrow:hover:not(.swiper-button-disabled) {
      transform: translateY(-2px);
      border-color: rgba(47, 87, 215, .28);
      color: var(--violet);
      box-shadow: var(--shadow-lg);
    }
.frontier-home .products-arrow.swiper-button-disabled {
      opacity: .35;
      cursor: default;
      pointer-events: none;
      box-shadow: none;
    }
.frontier-home .products-all-link {
      min-height: 48px;
      padding: 0 24px;
      white-space: nowrap;
    }
.frontier-home .products-dots.swiper-pagination {
      position: static;
      display: flex;
      gap: 8px;
      width: 100%;
      margin: 0;
      padding: 0 8px;
      transform: none;
    }
.frontier-home .products-dots .swiper-pagination-bullet {
      flex: 1;
      width: auto;
      height: 5px;
      margin: 0 !important;
      padding: 0;
      border: 0;
      border-radius: 999px;
      opacity: 1;
      background: rgba(47, 87, 215, .13);
      cursor: pointer;
      transition: background .25s ease, transform .25s ease;
    }
.frontier-home .products-dots .swiper-pagination-bullet-active {
      background: #1f6fbf;
    }
.frontier-home .products-dots .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
      background: rgba(47, 87, 215, .22);
    }
@media (min-width: 1180px) {
.frontier-home .products-controls-inner {
        display: flex;
        justify-content: flex-end;
      }
.frontier-home .products-arrow, .frontier-home .products-dots.swiper-pagination {
        display: none;
      }

    
}
/* ── Support band ── */
.frontier-home .support-band {
      position: relative;
      padding: 104px 32px 120px;
      color: #fff;
      background: #071846;
      overflow: hidden;
    }
.frontier-home .support-band::before, .frontier-home .support-band::after {
      content: "";
      position: absolute;
      left: -5%;
      right: -5%;
      pointer-events: none;
    }
.frontier-home .support-band::before {
      top: -86px;
      z-index: 0;
      height: 146px;
      background: #0d2b67;
      clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
      opacity: .72;
    }
.frontier-home .support-band::after {
      bottom: -1px;
      height: 74px;
      background: #fff;
      clip-path: ellipse(58% 100% at 50% 100%);
    }
.frontier-home .support-inner {
      position: relative;
      z-index: 1;
      max-width: var(--max);
      margin: 0 auto;
    }
.frontier-home .support-inner .section-head .kicker { color: #7ee8ff; }
.frontier-home .support-inner .section-head h2 { color: #fff; }
.frontier-home .support-inner .section-head p { color: rgba(220,232,255,.72); }
.frontier-home .support-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
.frontier-home .support-card {
      position: relative;
      padding: 36px 28px;
      border: 0;
      border-radius: var(--radius);
      background: rgba(255,255,255,.075);
      backdrop-filter: blur(12px);
      overflow: hidden;
      transition: transform .3s, background .3s;
    }
.frontier-home .support-card::before {
      content: "";
      position: absolute;
      right: -28px;
      top: -28px;
      width: 132px;
      height: 132px;
      border: 0;
      border-radius: 50%;
      background: rgba(126, 232, 255, .08);
      pointer-events: none;
    }
.frontier-home .support-card:hover {
      transform: translateY(-6px);
      background: rgba(255,255,255,.11);
    }
.frontier-home .support-card .asset-icon {
      position: relative;
      z-index: 1;
      width: 72px;
      height: 72px;
      margin-bottom: 22px;
      padding: 14px;
      border: 0;
      border-radius: 8px;
      background:
        radial-gradient(circle at 30% 20%, rgba(126, 232, 255, .25), transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
      box-shadow: 0 14px 30px rgba(2, 11, 39, .18);
    }
.frontier-home .support-card h3 {
      position: relative;
      z-index: 1;
      margin: 0 0 12px;
      font-size: 20px;
      font-weight: 800;
    }
.frontier-home .support-card p {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: 15px;
      color: rgba(228,238,255,.78);
      line-height: 1.65;
    }
/* ── Partners ── */
.frontier-home .partners-section {
      position: relative;
      isolation: isolate;
    }
.frontier-home .partners-section::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 28px;
      z-index: -2;
      width: 100vw;
      height: calc(100% - 56px);
      background:
        radial-gradient(circle at 10% 24%, rgba(31, 182, 207, .07), transparent 26%),
        radial-gradient(circle at 92% 72%, rgba(245, 185, 40, .055), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96) 50%, rgba(255,255,255,.98));
      background-size: auto;
      opacity: .95;
      transform: translateX(-50%);
      pointer-events: none;
    }
.frontier-home .partners-section::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 42px;
      z-index: -1;
      width: min(960px, 82vw);
      height: 1px;
      background: rgba(47, 87, 215, .16);
      transform: translateX(-50%);
    }
.frontier-home .partners-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
.frontier-home .partner-card {
      min-height: 120px;
      display: grid;
      place-items: center;
      padding: 24px;
      border: 0;
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,.94);
      box-shadow: 0 12px 30px rgba(8, 20, 62, .06);
      transition: transform .3s, box-shadow .3s;
      overflow: hidden;
      position: relative;
    }
.frontier-home .partner-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(47,87,215,.025);
      opacity: 1;
      pointer-events: none;
    }
.frontier-home .partner-card::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 25%;
      right: 25%;
      height: 3px;
      border-radius: 99px 99px 0 0;
      background: #1f6fbf;
      transform: scaleX(0);
      transition: transform .3s;
    }
.frontier-home .partner-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 44px rgba(8, 20, 62, .1);
    }
.frontier-home .partner-card:hover::after { transform: scaleX(1); }
.frontier-home .partner-card img {
      position: relative;
      z-index: 1;
      max-width: 160px;
      max-height: 48px;
      object-fit: contain;
      filter: saturate(.95);
      transition: transform .3s;
    }
.frontier-home .partner-card:hover img { transform: scale(1.06); }
.frontier-home .partner-text {
      position: relative;
      z-index: 1;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: .04em;
      color: #233456;
    }
/* ── CTA ── */
.frontier-home .cta-section {
      position: relative;
      scroll-margin-top: 120px;
      padding: 74px 32px 40px;
      background: #071846;
      overflow: hidden;
    }
.frontier-home .cta-box {
      position: relative;
      max-width: var(--max);
      margin: 0 auto;
      padding: 46px 48px;
      border-radius: 10px;
      color: #fff;
      text-align: left;
      overflow: hidden;
      background: #0a1d4c;
      box-shadow: 0 22px 54px rgba(2, 11, 39, .2);
    }
.frontier-home .cta-box::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("ban2.jpg") center / cover no-repeat;
      opacity: .16;
    }
.frontier-home .cta-box::after {
      display: none;
    }
.frontier-home .cta-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 36px;
      align-items: center;
    }
.frontier-home .cta-box h2 {
      grid-column: 1;
      max-width: 760px;
      margin: 0 0 12px;
      font-size: clamp(30px, 3.6vw, 46px);
      line-height: 1.08;
      color: #fff;
    }
.frontier-home .cta-box .lead {
      grid-column: 1;
      max-width: 720px;
      margin: 0 0 8px;
      font-size: 18px;
      color: rgba(232,239,255,.88);
    }
.frontier-home .cta-box .sub {
      grid-column: 1;
      max-width: 720px;
      margin: 0;
      font-size: 16px;
      color: rgba(205,218,245,.72);
      line-height: 1.7;
    }
.frontier-home .cta-actions {
      grid-column: 2;
      grid-row: 1 / span 3;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 14px;
    }
.frontier-home .cta-actions .btn.ghost {
      color: #fff;
      background: rgba(255,255,255,.1);
    }
/* ── Footer ── */
.frontier-home footer {
      position: relative;
      isolation: isolate;
      margin-top: -1px;
      padding: 48px 32px 38px;
      color: #aab7d2;
      background: #061536;
      font-size: 14px;
      overflow: hidden;
    }
.frontier-home footer::before {
      display: none;
    }
.frontier-home footer::after {
      display: none;
    }
.frontier-home .footer-command {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 24px;
      max-width: var(--max);
      margin: 0 auto 48px;
      padding: 26px 28px;
      border: 0;
      border-radius: 10px;
      background: #0d2554;
      box-shadow: none;
    }
.frontier-home .footer-command > div > span {
      display: inline-flex;
      margin-bottom: 7px;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #78d8ee;
    }
.frontier-home .footer-command strong {
      display: block;
      color: #fff;
      font-size: clamp(22px, 2.4vw, 34px);
      line-height: 1.12;
      letter-spacing: 0;
    }
.frontier-home .footer-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.5fr repeat(3, 1fr);
      gap: 48px;
      max-width: var(--max);
      margin: 0 auto;
    }
.frontier-home .footer-logo {
      width: 160px;
      margin-bottom: 20px;
      filter: brightness(0) invert(1);
    }
.frontier-home .footer-tagline {
      max-width: 340px;
      margin: 0 0 20px;
      line-height: 1.7;
      color: #aab7d2;
    }
.frontier-home .footer-col h4 {
      margin: 0 0 18px;
      color: #f6f9ff;
      font-size: 15px;
      letter-spacing: .02em;
    }
.frontier-home .footer-col h4::after {
      content: "";
      display: block;
      width: 34px;
      height: 2px;
      margin-top: 10px;
      border-radius: 99px;
      background: #2a84d8;
    }
.frontier-home .footer-col a {
      display: block;
      margin: 10px 0;
      color: #9aa8c6;
      transition: color .2s;
    }
.frontier-home .footer-col a:hover { color: #f6f9ff; }
.frontier-home .footer-bottom {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
      max-width: var(--max);
      margin: 56px auto 0;
      padding-top: 24px;
      border-top: 1px solid rgba(154, 168, 198, .22);
      color: #8796b6;
    }
/* ── Radius refinement ── */
.frontier-home .mega-menu, .frontier-home .search-panel, .frontier-home .mobile-drawer, .frontier-home .overlap-card, .frontier-home .showcase-visual img, .frontier-home .products-content-shell, .frontier-home .product-card, .frontier-home .product-visual, .frontier-home .support-card, .frontier-home .partner-card, .frontier-home .cta-box, .frontier-home .footer-command {
      border-radius: 10px;
    }
.frontier-home .mega-intro, .frontier-home .mega-card, .frontier-home .lang-menu, .frontier-home .search-form, .frontier-home .products-stagebar div, .frontier-home .products-controls-inner, .frontier-home .support-card .asset-icon {
      border-radius: 8px;
    }
.frontier-home .btn, .frontier-home .nav-link, .frontier-home .nav-icon-btn, .frontier-home .lang-toggle, .frontier-home .lang-menu a, .frontier-home .menu-icon {
      border-radius: 6px;
    }
/* ── Reveal ── */
.frontier-home .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .8s ease, transform .8s ease;
      transition-delay: var(--d, 0s);
    }
.frontier-home .reveal.visible {
      opacity: 1;
      transform: none;
    }
/* ── Responsive ── */
.frontier-home @media (max-width: 1180px) and (min-width: 1025px) {
      .nav { max-width: calc(100vw - 32px); }

      .nav-main { padding: 12px; }

      .nav-topline { padding: 8px 14px; }

      .nav-meta span { display: none; }

      .brand {
        min-height: 54px;
        padding: 8px 12px;
      }

      .brand-logo { width: 124px; }

      .nav-links {
        gap: 0;
        min-height: 50px;
        font-size: 13px;
      }

      .nav-link { padding: 0 8px; }

      .nav-actions {
        gap: 6px;
        padding: 5px;
      }

      .nav-icon-btn,
      .lang-toggle {
        height: 42px;
      }

      .nav-icon-btn { width: 42px; }

      .nav-actions .btn.ghost { display: none; }

      .mega-menu {
        left: 14px;
        right: 14px;
      }
    }
@media (max-width: 1024px) {
.frontier-home .nav {
        display: block;
        max-width: none;
        border-radius: 10px;
      }
.frontier-home .nav-topline { display: none; }
.frontier-home .nav-main {
        padding: 10px 12px;
        gap: 12px;
      }
.frontier-home .brand {
        min-height: 52px;
        padding: 7px 12px 7px 10px;
        border-radius: 8px;
      }
.frontier-home .nav-links { display: none; }
.frontier-home .nav-actions .btn.ghost { display: none; }
.frontier-home .nav-actions .nav-icon-btn, .frontier-home .nav-actions .lang-switch, .frontier-home .search-panel { display: none; }
.frontier-home .nav-toggle { display: flex; }
.frontier-home .nav-actions {
        margin-left: auto;
        padding: 0;
        border: 0;
        background: transparent;
      }
.frontier-home .brand-logo { width: 120px; }
.frontier-home .hero {
        min-height: auto;
      }
.frontier-home .hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 142px 24px 130px;
      }
.frontier-home .hero h1 { font-size: clamp(34px, 6vw, 52px); }
.frontier-home .hero-visual {
        min-height: 240px;
        max-width: 320px;
        margin: 0 auto;
      }
.frontier-home .hero-device-main {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 auto;
        animation: none;
        width: 100%;
      }
.frontier-home .hero-visual[data-product="ptt200"] .hero-device-main, .frontier-home .hero-visual[data-product="deploy"] .hero-device-main {
        right: auto;
        width: 100%;
      }
.frontier-home .hero-device-secondary { width: 120px; left: 0; bottom: 0; }
.frontier-home .hero-badge { right: 0; top: 0; padding: 12px 14px; }
.frontier-home .hero-badge-icon { width: 36px; height: 36px; font-size: 15px; }
.frontier-home .hero-arc { height: 58px; }
.frontier-home .why-zone { margin-top: 0; padding: 72px 24px 64px; }
.frontier-home .overlap-grid { grid-template-columns: repeat(2, 1fr); }
.frontier-home .showcase, .frontier-home .showcase.reverse { grid-template-columns: 1fr; direction: ltr; gap: 36px; }
.frontier-home .showcase-content .kicker, .frontier-home .showcase-content h2 { text-align: center; }
.frontier-home .showcase-content p { text-align: center; }
.frontier-home .showcase-content .link-arrow { justify-content: center; width: 100%; }
.frontier-home .showcase-band { padding: 56px 0; }
.frontier-home .stats-inner { grid-template-columns: repeat(2, 1fr); }
.frontier-home .stat-item:nth-child(2) { border-right: 0; }
.frontier-home .stat-item:nth-child(1), .frontier-home .stat-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
.frontier-home .products-band {
        padding: 86px 24px 52px;
        background: #071846;
      }
.frontier-home .products-band::after {
        top: 280px;
        width: 92vw;
        height: 500px;
      }
.frontier-home .products-band .section-head { padding: 0; margin-bottom: 26px; }
.frontier-home .products-band h2 { font-size: 42px; }
.frontier-home .products-content-shell {
        padding: 22px;
        border-radius: 10px;
      }
.frontier-home .products-content-shell::before {
        inset: 12px;
        border-radius: 8px;
      }
.frontier-home .products-stagebar {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
        margin-bottom: 24px;
      }
.frontier-home .products-stagebar div {
        min-height: 72px;
        padding: 16px 18px 16px 72px;
      }
.frontier-home .products-controls-inner {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "dots dots"
          "prev next"
          "cta cta";
        gap: 14px;
        padding: 12px;
      }
.frontier-home .products-dots { grid-area: dots; padding: 0; }
.frontier-home .products-arrow--prev { grid-area: prev; justify-self: start; }
.frontier-home .products-arrow--next { grid-area: next; justify-self: end; }
.frontier-home .products-all-link { grid-area: cta; width: 100%; }
.frontier-home .support-grid { grid-template-columns: 1fr; }
.frontier-home .partners-grid { grid-template-columns: repeat(2, 1fr); }
.frontier-home .footer-command {
        grid-template-columns: 1fr;
        align-items: start;
      }
.frontier-home .footer-inner { grid-template-columns: 1fr 1fr; }
.frontier-home .cta-inner { grid-template-columns: 1fr; text-align: center; }
.frontier-home .cta-box h2, .frontier-home .cta-box .lead, .frontier-home .cta-box .sub, .frontier-home .cta-actions { grid-column: 1; }
.frontier-home .cta-actions { grid-row: auto; justify-content: center; width: 100%; }

    
}
@media (max-width: 640px) {
.frontier-home .nav-wrap {
        padding: max(10px, env(safe-area-inset-top)) 14px 0;
      }
.frontier-home .nav-wrap.is-scrolled {
        padding: 0 14px 10px;
      }
.frontier-home .nav-actions .nav-cta-desktop { display: none; }
.frontier-home .hero-slide::after {
        background:
          linear-gradient(180deg, rgba(2,8,23,.92) 0%, rgba(7,24,70,.78) 55%, rgba(15,42,109,.65) 100%);
      }
.frontier-home .hero-inner {
        padding: 118px 18px 96px;
        gap: 24px;
      }
.frontier-home .hero h1 {
        font-size: clamp(28px, 8.2vw, 38px);
        line-height: 1.06;
        margin-bottom: 16px;
      }
.frontier-home .hero-sub {
        font-size: 15px;
        margin-bottom: 24px;
        line-height: 1.6;
      }
.frontier-home .hero-actions {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 28px;
      }
.frontier-home .hero-actions .btn {
        width: 100%;
        min-height: 50px;
      }
.frontier-home .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 100%;
      }
.frontier-home .hero-stat {
        padding: 12px 8px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(255,255,255,.06);
        text-align: center;
      }
.frontier-home .hero-stat strong { font-size: 15px; }
.frontier-home .hero-stat span {
        font-size: 9px;
        letter-spacing: .04em;
        margin-top: 4px;
      }
.frontier-home .hero-visual {
        order: 0;
        min-height: 200px;
        max-width: 260px;
      }
.frontier-home .hero-device-secondary, .frontier-home .hero-badge { display: none; }
.frontier-home .hero-carrier-pill {
        display: flex;
      }
.frontier-home .hero-dots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
        margin-top: 22px;
      }
.frontier-home .hero-dot {
        width: 100%;
        height: auto;
        min-width: 0;
        max-width: none;
        min-height: 50px;
        max-height: none;
        padding: 9px 10px;
        position: relative;
      }
.frontier-home .hero-dot strong { font-size: 12px; }
.frontier-home .hero-dot span { font-size: 9px; }
.frontier-home .hero-dot::after {
        content: "";
        position: absolute;
        inset: -4px;
      }
.frontier-home .hero-arc { height: 44px; }
.frontier-home .why-zone {
        margin-top: 0;
        padding: 56px 0 56px;
      }
.frontier-home .why-zone-head {
        padding: 0 18px;
        margin-bottom: 24px;
        text-align: left;
      }
.frontier-home .why-zone-head h2 { font-size: clamp(24px, 6.5vw, 30px); }
.frontier-home .why-zone-head p { font-size: 15px; }
.frontier-home .overlap-strip { overflow: hidden; }
.frontier-home .overlap-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 18px;
        padding: 4px 18px 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
.frontier-home .overlap-grid::-webkit-scrollbar { display: none; }
.frontier-home .overlap-card {
        flex: 0 0 min(280px, 82vw);
        scroll-snap-align: center;
        padding: 22px 20px;
      }
.frontier-home .overlap-card .asset-icon { width: 52px; height: 52px; }
.frontier-home .why-zone .scroll-hint { display: flex; padding: 0 18px; }
.frontier-home .stats-bar { padding: 0 18px; margin-top: 8px; }
.frontier-home .stats-inner {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 10px;
      }
.frontier-home .stat-item {
        min-height: 118px;
        padding: 20px 14px;
      }
.frontier-home .stat-item:nth-child(2) { border-right: 0; }
.frontier-home .stat-item:nth-child(3), .frontier-home .stat-item:nth-child(4) { border-bottom: 0; }
.frontier-home .stat-item:nth-child(1), .frontier-home .stat-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
.frontier-home .stat-value { font-size: clamp(28px, 7vw, 36px); min-height: 40px; }
.frontier-home .stat-label { font-size: 12px; }
.frontier-home .stat-detail { font-size: 11px; }
.frontier-home .section { padding: 64px 18px; }
.frontier-home .section-head { margin-bottom: 40px; text-align: left; }
.frontier-home .section-head h2 { font-size: clamp(26px, 6.5vw, 34px); }
.frontier-home .section-head p { font-size: 15px; }
.frontier-home .showcase-full .showcase { padding: 0 18px; }
.frontier-home .showcase-band { padding: 40px 0; }
.frontier-home .showcase-visual img { border-radius: 10px; }
.frontier-home .products-band {
        padding: 72px 14px 44px;
        background: #071846;
      }
.frontier-home .products-band::after {
        top: 270px;
        width: 94vw;
        height: 420px;
        border-radius: 50%;
      }
.frontier-home .products-band .section-head { padding: 0 4px; margin-bottom: 22px; text-align: left; }
.frontier-home .products-band h2 { font-size: 32px; }
.frontier-home .products-band .section-head p { margin: 0; }
.frontier-home .products-content-shell {
        padding: 14px;
        border-radius: 10px;
      }
.frontier-home .products-content-shell::before {
        inset: 8px;
        border-radius: 8px;
      }
.frontier-home .products-stagebar {
        padding: 0;
        margin-bottom: 18px;
      }
.frontier-home .products-stagebar b { font-size: 15px; }
.frontier-home .products-stagebar span { font-size: 12px; }
.frontier-home .products-stagebar div {
        min-height: 78px;
        padding: 16px 16px 16px 66px;
      }
.frontier-home .products-stagebar div::before {
        left: 16px;
        width: 38px;
        height: 38px;
        border-radius: 8px;
      }
.frontier-home .products-stagebar div::after {
        left: 27px;
      }
.frontier-home .products-swiper { padding: 0 0 22px; }
.frontier-home .products-swiper-shell::before, .frontier-home .products-swiper-shell::after { display: none; }
.frontier-home .product-visual { min-height: 220px; height: 240px; padding: 24px 18px; }
.frontier-home .product-visual::before { inset: 16px; border-radius: 8px; }
.frontier-home .product-visual img { max-height: 182px; }
.frontier-home .product-visual.is-scene { min-height: 240px; height: 240px; }
.frontier-home .product-meta { padding: 20px 18px 22px; gap: 8px; }
.frontier-home .product-meta h3 { font-size: 19px; }
.frontier-home .product-meta p { font-size: 13px; }
.frontier-home .products-controls { padding: 0 18px; }
.frontier-home .products-controls-inner { border-radius: 8px; }
.frontier-home .support-band { padding: 74px 18px 72px; }
.frontier-home .support-band::before {
        top: -54px;
        height: 96px;
      }
.frontier-home .support-band::after { height: 56px; }
.frontier-home .support-inner .section-head { text-align: center; }
.frontier-home .support-card { padding: 28px 22px; }
.frontier-home .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }
.frontier-home .partner-card { min-height: 88px; padding: 16px; }
.frontier-home .partner-card img { max-width: 120px; max-height: 36px; }
.frontier-home .cta-section { padding: 0 18px 56px; }
.frontier-home .cta-box { padding: 40px 22px; border-radius: 10px; }
.frontier-home .cta-box h2 { font-size: clamp(24px, 6.5vw, 32px); }
.frontier-home .cta-box .lead { font-size: 16px; }
.frontier-home .cta-box .sub { font-size: 14px; }
.frontier-home .cta-inner { gap: 24px; }
.frontier-home .cta-actions { flex-direction: column; width: 100%; }
.frontier-home .cta-actions .btn { width: 100%; }
.frontier-home footer { padding: 52px 18px 32px; }
.frontier-home .footer-command {
        margin-bottom: 38px;
        padding: 22px;
        border-radius: 10px;
      }
.frontier-home .footer-command .btn { width: 100%; }
.frontier-home .footer-inner { grid-template-columns: 1fr; gap: 32px; }
.frontier-home .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 40px;
        font-size: 12px;
      }
.frontier-home .mobile-sticky-cta { display: block; }
.frontier-home .page { padding-bottom: 76px; }

    
}
.frontier-home .hero-carrier-pill {
      display: none;
      align-items: center;
      gap: 10px;
      width: fit-content;
      max-width: 100%;
      margin-top: 4px;
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      font-size: 12px;
      font-weight: 650;
      color: rgba(255,255,255,.85);
    }
.frontier-home .hero-carrier-pill .hero-badge-icon {
      width: 28px;
      height: 28px;
      font-size: 13px;
      border-radius: 8px;
    }
@media (hover: none) {
.frontier-home .btn:hover, .frontier-home .btn-slide:hover .btn-inner, .frontier-home .overlap-card:hover, .frontier-home .product-card:hover, .frontier-home .partner-card:hover, .frontier-home .support-card:hover { transform: none; }
.frontier-home .btn-slide:hover::before { transform: translateX(-100%); }

    
}
@media (prefers-reduced-motion: reduce) {
.frontier-home *, .frontier-home *::before, .frontier-home *::after {
        animation: none !important;
        transition-duration: .01ms !important;
      }
.frontier-home .reveal { opacity: 1; transform: none; }

    
}
