:root {
  --or:       #eb7128;
  --or-dk:    #cc5c18;
  --or-lt:    #fff6f0;
  --or-glow:  rgba(235,113,40,.18);
  --ink:      #000;
  --ink-2:    #1e2d45;
  --ink-3:    #344a64;
  --mist:     #f6f8fc;
  --mist-2:   #edf0f7;
  --white:    #ffffff;
  --t1:       #0b1120;
  --t2:       #344a64;
  --t3:       #6b7d94;
  --t-inv:    #ffffff;
  --t-inv2:   rgba(255,255,255,.65);
  --t-inv3:   rgba(255,255,255,.35);
  --b1:       #e4e9f2;
  --b2:       #d0d8e6;
  --b-inv:    rgba(255,255,255,.1);
  --b-inv2:   rgba(255,255,255,.06);
  --font:     'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --r-xs:     6px;
  --r-sm:     10px;
  --r:        14px;
  --r-lg:     20px;
  --r-xl:     28px;
  --r-2xl:    36px;
  --sh-xs:    0 1px 3px rgba(11,17,32,.06), 0 4px 12px rgba(11,17,32,.04);
  --sh-sm:    0 2px 8px rgba(11,17,32,.06), 0 8px 24px rgba(11,17,32,.06);
  --sh:       0 4px 16px rgba(11,17,32,.08), 0 16px 48px rgba(11,17,32,.08);
  --sh-lg:    0 8px 32px rgba(11,17,32,.1), 0 32px 80px rgba(11,17,32,.12);
  --sh-or:    0 4px 20px rgba(235,113,40,.3), 0 2px 6px rgba(235,113,40,.2);
  --sec:      96px;
  --gap:      28px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  background: var(--white);
  color: var(--t1);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.sec { padding: var(--sec) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--or); margin-bottom: 16px;
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--or); flex-shrink: 0; }
.eyebrow-dark { color: #f9904a; }
.eyebrow-dark .eyebrow-dot { background: #f9904a; }

.sh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 64px; }
.sh-center { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.sh-title { font-size: clamp(28px, 3vw, 32px); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; color: var(--t1); }
.ai-sec .sh-title-inv { color: #fff; }
.sh-title em { color: var(--or); font-style: normal; }
.sh-body { font-size: 16px; color: var(--t3); line-height: 1.8; }
.sh-body-inv { color: #000; }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: var(--r-sm); border: none; cursor: pointer; transition: all .18s ease; letter-spacing: -.01em; white-space: nowrap; }
.btn-or { background: var(--or); color: #fff; box-shadow: var(--sh-or); }
.btn-or:hover { background: var(--or-dk); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--or); border: 1.5px solid var(--or); }
.btn-ghost:hover { background: var(--or); color: #fff; }
.btn-inv-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.28); }
.btn-inv-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-lg { padding: 15px 30px; font-size: 15px; }

.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--or); background: var(--or-lt); border: 1px solid rgba(235,113,40,.2); padding: 5px 14px; border-radius: 100px; }
.chip-dark { background: rgba(235,113,40,.12); border-color: rgba(235,113,40,.25); color: #f9904a; }

.image-reveal { clip-path: inset(0 0 100% 0); animation: reveal 1s forwards cubic-bezier(0.77, 0, 0.175, 1); }
@keyframes reveal { to { clip-path: inset(0 0 0 0); } }

.rv, .rv-l, .rv-r, .rv-scale { opacity: 0; transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.rv { transform: translateY(28px); }
.rv-l { transform: translateX(-28px); }
.rv-r { transform: translateX(28px); }
.rv-scale { transform: scale(.96); }
.rv.in, .rv-l.in, .rv-r.in, .rv-scale.in { opacity: 1; transform: none; }
.rv-r img { border-radius: 10px; }

/* ═══════════════════════════════════════════════════
   HERO — TERADATA STYLE SPLIT CAROUSEL
═══════════════════════════════════════════════════ */
.hero-wrap { position: relative; }

.slider {
  position: relative;
  min-height: 80vh;
  background: #04101f;
  overflow: hidden;
}

.slider {
    position: relative;
    min-height: 80vh;
    background: linear-gradient(132deg, black, #00000047), url(https://npod.io/assets/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Grid mesh texture */
.slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 90% at 30% 50%, black 25%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

/* Orange glow top-right */
.slider::after {
  content: "";
  position: absolute;
  top: -120px; right: -80px;
  width: 680px; height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235,113,40,.16) 0%, transparent 62%);
  pointer-events: none;
  z-index: 0;
}

/* Blue glow bottom-left */
.hero-glow-bl {
  position: absolute;
  bottom: -80px; left: -100px;
  width: 500px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,36,82,.65) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Each slide */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 64px;
  max-width:1280px;
  margin: 0 auto;
}
.slide.active { opacity: 1; z-index: 2; }

/* Remove old gradient overlay */
.slide::before { display: none; }

/* Left: text block */
.slide-text {
  position: relative;
  z-index: 3;
  color: #fff;
}

.slide-text .s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(235,113,40,.12);
  border: 1px solid rgba(235,113,40,.28);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f9904a;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUpIn .6s .2s forwards;
}
.slide-text .s-eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--or);
  box-shadow: 0 0 6px var(--or);
  animation: heroPulse 2s infinite;
  flex-shrink: 0;
}
@keyframes heroPulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.slide-text .head {
  font-size: clamp(28px, 4.5vw, 58px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeUpIn .6s .35s forwards;
}

.slide-text .sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,.55);
  font-weight: 400;
  line-height: 1.75;
  min-height: 28px;
  max-width: 440px;
  opacity: 0;
  animation: fadeUpIn .6s .5s forwards;
}

.slide-text .slide-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUpIn .6s .65s forwards;
}

/* Stats strip */
.slide-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.07);
  opacity: 0;
  animation: fadeUpIn .6s .75s forwards;
}
.s-stat {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.s-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.s-stat-num { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -.05em; line-height: 1; }
.s-stat-num sup { font-size: 13px; color: var(--or); }
.s-stat-lbl { font-size: 11px; color: rgba(255,255,255,.38); margin-top: 4px; font-weight: 500; }

@keyframes fadeUpIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

/* Reset animations for inactive slides */
.slide:not(.active) .slide-text .s-eyebrow,
.slide:not(.active) .slide-text .head,
.slide:not(.active) .slide-text .sub,
.slide:not(.active) .slide-text .slide-ctas,
.slide:not(.active) .slide-text .slide-stats { animation: none; opacity: 0; }

/* Right: visual image */
.slide-visual {
  position: relative;
  z-index: 3;
}

/* Glow border ring around image */
.slide-visual::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(235,113,40,.55) 0%, rgba(12,36,82,.5) 55%, rgba(235,113,40,.18) 100%);
  z-index: 0;
}

.slide-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
}

/* Floating badge bottom-left of image */
.slide-badge {
  position: absolute;
  bottom: -16px;
  left: -20px;
  z-index: 10;
  background: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  animation: badgeFloat 3.5s ease-in-out infinite;
}
@keyframes badgeFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.sb-icon { width: 30px; height: 30px; border-radius: 7px; background: linear-gradient(135deg, var(--or), #f9904a); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.sb-main { font-size: 11.5px; font-weight: 700; color: #0b1120; }
.sb-sub  { font-size: 10px; color: #6b7d94; margin-top: 1px; }

/* Floating badge top-right */
.slide-badge2 {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 10;
  background: #071828;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 6px 24px rgba(0,0,0,.45);
  animation: badgeFloat 3.5s 1.8s ease-in-out infinite;
}
.sb2-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 7px rgba(74,222,128,.6); animation: heroPulse 1.5s infinite; flex-shrink: 0; }
.sb2-main { font-size: 11px; font-weight: 600; color: #fff; }
.sb2-sub  { font-size: 9.5px; color: rgba(255,255,255,.38); margin-top: 1px; }

/* Slider controls — bottom bar */
.slider-controls {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 72px;
  background: rgb(4 16 31 / 23%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.06);
}
.sc-dots-row { display: flex; align-items: center; gap: 8px; }
.sc-dot {
  width: 24px; height: 3px;
  border-radius: 100px;
  background: rgba(255,255,255,.2);
  border: none; cursor: pointer; padding: 0;
  transition: all .3s ease;
}
.sc-dot.active { width: 40px; background: var(--or); }
.sc-arrows { display: flex; gap: 8px; }
.sc-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff; font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; line-height: 1;
}
.sc-arrow:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.14); }
.sc-play-pause {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.sc-play-pause:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.14); }
.sc-progress-wrap { width: 80px; height: 2px; background: rgba(255,255,255,.15); border-radius: 100px; overflow: hidden; }
.sc-progress-bar { height: 100%; width: 0%; background: var(--or); border-radius: 100px; transition: width .1s linear; }
.sc-sep { flex: 1; }
/* Slide counter */
.sc-counter { font-size: 13px; color: rgba(255,255,255,.4); font-weight: 600; letter-spacing: .06em; white-space: nowrap; }
.sc-counter span { color: #fff; }

/* ═══════════════════════════════════════════════════
   STICKY SIDEBAR BUTTON
═══════════════════════════════════════════════════ */
.sticky-quote-btn {
  position: fixed;
  right: -5%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 900;
  background: var(--or);
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 22px;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  box-shadow: -3px 0 18px rgba(235,113,40,.45);
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.sticky-quote-btn:hover { background: var(--or-dk); box-shadow: -5px 0 26px rgba(235,113,40,.6); }
.sqb-icon { display: inline-block; transform: rotate(90deg); font-size: 14px; line-height: 1; }

/* ═══════════════════════════════════════════════════
   QUOTE SLIDE PANEL
═══════════════════════════════════════════════════ */
:root {
    --or: #eb7128;
    --or-dk: #c95e1a;
    --or-glow: rgba(235,113,40,.35);
    --panel-bg: #06111f;
    --panel-surface: rgba(255,255,255,.04);
    --border: rgba(255,255,255,.08);
    --text-muted: rgba(255,255,255,.38);
  }
 
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: var(--font); }
 
  /* ─── OVERLAY ─── */
  .qp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3,10,22,.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1200;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .qp-overlay.qp-open { opacity: 1; pointer-events: all; }
 
  /* ─── PANEL ─── */
  .qp-panel {
    width: min(440px, 98vw);
    background: var(--panel-bg);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .38s cubic-bezier(.16,1,.3,1);
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.08) transparent;
  }
  .qp-overlay.qp-open .qp-panel { transform: translateX(0); }
 
  /* Accent top bar */
  .qp-accent-bar {
    height: 2px;
    background: linear-gradient(90deg, var(--or) 0%, #f9904a 55%, rgba(249,144,74,0) 100%);
    flex-shrink: 0;
  }
 
  /* Subtle grid texture overlay */
  .qp-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 70% 15%, rgba(235,113,40,.07) 0%, transparent 55%),
      linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
    background-size: 100% 100%, 32px 32px, 32px 32px;
    pointer-events: none;
    z-index: 0;
  }
  .qp-head, .qp-body, .qp-trust { position: relative; z-index: 1; }
 
  /* ─── HEAD ─── */
  .qp-head {
    padding: 28px 32px 24px;
    border-bottom: 1px solid var(--border);
    position: relative;
    flex-shrink: 0;
  }
 
  .qp-close {
    position: absolute;
    top: 24px; right: 26px;
    width: 32px; height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.45);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    transition: all .18s;
    font-family: var(--font);
    line-height: 1;
  }
  .qp-close:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }
 
  .qp-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 14px;
    background: rgba(235,113,40,.1);
    border: 1px solid rgba(235,113,40,.2);
    padding: 4px 10px 4px 8px;
    border-radius: 20px;
  }
  .qp-tag-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--or);
    box-shadow: 0 0 6px var(--or);
    animation: pulse-dot 2s ease-in-out infinite;
    flex-shrink: 0;
  }
  @keyframes pulse-dot {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: .6; transform: scale(.75); }
  }
 
  .qp-head h2 {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin-bottom: 7px;
  }
  .qp-head p {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.55;
    font-weight: 300;
  }
 
  /* ─── BODY / FORM ─── */
  .qp-body {
    padding: 26px 32px 20px;
    flex: 1;
  }
 
  .qp-section-label {
    font-family: var(--font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(255,255,255,.25);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .qp-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
  }
 
  .hero-form { display: flex; flex-direction: column; gap: 0; }
 
  /* Honeypot */
  .hero-form input[name="company"] {
    position: absolute; left: -9999px; opacity: 0; height: 0; width: 0;
  }
 
  .field-wrap {
    position: relative;
    margin-bottom: 12px;
  }
 
  .field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    opacity: .35;
    pointer-events: none;
    transition: opacity .2s;
  }
  .field-wrap:focus-within .field-icon { opacity: .7; }
 
  .hero-form input,
  .hero-form textarea {
    width: 100%;
    background: var(--panel-surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: #fff;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    padding: 13px 16px 13px 40px;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
  }
  .hero-form textarea {
    height: 90px;
    resize: none;
    padding-top: 13px;
    padding-left: 40px;
    line-height: 1.6;
  }
  .textarea-wrap .field-icon { top: 16px; transform: none; }
 
  .hero-form input::placeholder,
  .hero-form textarea::placeholder { color: rgba(255,255,255,.2); font-weight: 300; }
 
  .hero-form input:focus,
  .hero-form textarea:focus {
    border-color: rgba(235,113,40,.5);
    background: rgba(235,113,40,.05);
    box-shadow: 0 0 0 3px rgba(235,113,40,.1);
  }
 
  .submit-btn {
    width: 100%;
    background: var(--or);
    color: #fff;
    font-family: var(--font-display);
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: .02em;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    box-shadow: 0 4px 20px var(--or-glow);
    transition: all .22s;
    position: relative;
    overflow: hidden;
  }
  .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .2s;
  }
  .submit-btn:hover { background: var(--or-dk); transform: translateY(-2px); box-shadow: 0 8px 28px var(--or-glow); }
  .submit-btn:hover::before { opacity: 1; }
  .submit-btn:active { transform: translateY(0); }
  .btn-arrow { font-size: 16px; transition: transform .2s; }
  .submit-btn:hover .btn-arrow { transform: translateX(3px); }
 
  /* ─── TRUST ─── */
  .qp-trust {
    padding: 16px 32px 28px;
    border-top: 1px solid var(--border);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
 
  .qt-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(255,255,255,.3);
    font-weight: 300;
    line-height: 1.4;
  }
  .qt-check {
    width: 16px; height: 16px;
    border-radius: 50%;
    background: rgba(74,222,128,.1);
    border: 1px solid rgba(74,222,128,.25);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: #4ade80;
    font-weight: 700;
  }
 
  /* ─── SCROLLBAR ─── */
  .qp-panel::-webkit-scrollbar { width: 4px; }
  .qp-panel::-webkit-scrollbar-track { background: transparent; }
  .qp-panel::-webkit-scrollbar-thumb { background: rgba(255,255,255,.08); border-radius: 4px; }

/* ═══════════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════════ */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--b1); padding: 0; }
.trust-inner { display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 20px 36px; border-right: 1px solid var(--b1); transition: background .2s; }
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: var(--mist); }
.trust-item img { height: 36px; opacity: .9; transition: opacity .2s; }
.trust-item:hover img { opacity: .85; }
.trust-rating { display: flex; flex-direction: column; gap: 2px; }
.trust-star { color: #f59e0b; font-size: 10px; letter-spacing: 1px; }
.trust-score { font-size: 11px; font-weight: 700; color: var(--t3); }
@media (max-width: 640px) {
  .trust-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    padding: 16px 20px;
    border-right: none;
    border-bottom: 1px solid var(--b1);
    justify-content: center;
  }

  /* Right column items get a left border */
  .trust-item:nth-child(odd) {
    border-right: 1px solid var(--b1);
  }

  /* Last row — remove bottom border */
  .trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .trust-item img {
    height: 28px;
  }
}

/* ═══════════════════════════════════════════════════
   BANNER SECTION
═══════════════════════════════════════════════════ */
.banner-sec { padding: 80px 0; background: var(--mist); }
.banner-header { text-align: center; margin-bottom: 48px; }
.banner-title { font-size: clamp(26px, 3vw, 32px); font-weight: 800; letter-spacing: -.04em; color: var(--t1); margin-bottom: 8px; margin-top: 12px; }
.banner-sub { font-size: 15px; font-weight: 600; color: var(--or); }
.banner-img { max-width: 1176px; margin: 0 auto; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--b1); position: relative; }
.banner-img img { width: 100%; height: 460px; object-fit: cover; display: block; }

/* ═══════════════════════════════════════════════════
   INTRO SECTION
═══════════════════════════════════════════════════ */
.intro-sec { padding: var(--sec) 0; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-text-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--or); margin-bottom: 20px; }
.intro-text h2 { font-size: clamp(30px, 3.2vw, 32px); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; color: var(--t1); margin-bottom: 24px; }
.intro-text h2 em { color: var(--or); font-style: normal; }
.intro-text p { font-size: 15.5px; color: var(--t3); line-height: 1.85; margin-bottom: 14px; }
.intro-img-wrap { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); position: relative; }
.intro-img-wrap::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-xl); box-shadow: inset 0 0 0 1px rgba(11,17,32,.08); }
.intro-img-wrap img { width: 100%; height: auto; object-fit: cover; display: block; }

/* ═══════════════════════════════════════════════════
   IDENTITY SPLIT
═══════════════════════════════════════════════════ */
.id-split { display: grid; grid-template-columns: .44fr .56fr; }
.id-left { background: var(--or); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.id-left::before { content: ""; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.id-left::after { content: ""; position: absolute; bottom: -40px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; }
.id-left .head { font-size: clamp(26px, 2.8vw, 32px); font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1.15; position: relative; z-index: 1; }
.id-left p { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,.78); line-height: 1.8; position: relative; z-index: 1; }
.id-right { background: var(--ink); padding: 80px 64px; }
.id-point { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.id-point:first-child { padding-top: 0; }
.id-point:last-child { border-bottom: none; padding-bottom: 0; }
.id-num { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; color: var(--or); text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.id-num::after { content: ""; flex: 1; max-width: 24px; height: 1px; background: var(--or); opacity: .5; }
.id-point .desc-head { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; letter-spacing: -.02em; }
.id-point p { font-size: 14.5px; color: var(--t-inv2); line-height: 1.75; }

/* ═══════════════════════════════════════════════════
   FEATURE ROWS
═══════════════════════════════════════════════════ */
.feat-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--b1); border: 1px solid var(--b1); border-radius: var(--r-xl); overflow: hidden; }
.feat-row-item { background: var(--white); display: flex; gap: 22px; padding: 36px 32px; transition: background .2s; position: relative; }
.feat-row-item:hover { background: var(--or-lt); }
.fri-num { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: 700; color: var(--b2); letter-spacing: .08em; }
.fri-icon { width: 48px; height: 48px; border-radius: var(--r-sm); background: var(--or-lt); border: 1px solid rgba(235,113,40,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s, border-color .2s; }
.feat-row-item:hover .fri-icon { background: rgba(235,113,40,.15); border-color: rgba(235,113,40,.3); }
.fri-icon svg { width: 22px; height: 22px; stroke: var(--or); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fri-body h3 { font-size: 16px; font-weight: 700; color: var(--t1); margin-bottom: 6px; letter-spacing: -.02em; }
.fri-body p { font-size: 14px; color: var(--t3); line-height: 1.7; }
.fri-body a { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--or); margin-top: 12px; transition: gap .2s; }
.fri-body a::after { content: "→"; transition: transform .2s; }
.fri-body a:hover::after { transform: translateX(4px); }

/* ═══════════════════════════════════════════════════
   EDGE SECTION (dark)
═══════════════════════════════════════════════════ */
.edge-sec { background: var(--ink); padding: 60px 0 120px; clip-path: ellipse(75% 100% at top); }
.edge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.05); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; }
.edge-card { background: rgba(255,255,255,.025); padding: 48px 40px; transition: background .25s; position: relative; overflow: hidden; }
.edge-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--or), transparent); opacity: 0; transition: opacity .3s; }
.edge-card:hover { background: rgba(255,255,255,.05); }
.edge-card:hover::before { opacity: 1; }
.edge-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--or); margin-bottom: 24px; }
.edge-tag::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--or); flex-shrink: 0; }
.edge-card h3 { font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 14px; letter-spacing: -.03em; line-height: 1.25; }
.edge-card p { font-size: 14.5px; color: var(--t-inv2); line-height: 1.8; }

/* ═══════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════ */
.cta-banner-wrap { padding: 48px 0; }
.cta-banner { display: grid; grid-template-columns: 280px 1fr auto; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--b1); box-shadow: var(--sh); }
.cta-banner-img { background: var(--mist-2); overflow: hidden; }
.cta-banner-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cta-banner:hover .cta-banner-img img { transform: scale(1.04); }
.cta-banner-body { padding: 44px 52px; background: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.cta-banner-body .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--or); margin-bottom: 14px; }
.cta-banner-body .tag::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--or); }
.cta-banner-body h2 { font-size: clamp(20px, 2vw, 26px); font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1.2; margin-bottom: 10px; }
.cta-banner-body p { font-size: 14.5px; color: var(--t-inv2); line-height: 1.75; }
.cta-banner-action { background: var(--or); display: flex; align-items: center; justify-content: center; padding: 0 48px; min-width: 200px; position: relative; overflow: hidden; transition: background .2s; }
.cta-banner-action::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.1) 0%, transparent 60%); }
.cta-banner-action:hover { background: var(--or-dk); }
.cta-banner-action a { color: #fff; font-size: 14px; font-weight: 700; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; position: relative; z-index: 1; }
.cta-arrow-circle { width: 44px; height: 44px; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all .2s; }
.cta-banner-action a:hover .cta-arrow-circle { border-color: #fff; background: rgba(255,255,255,.2); transform: scale(1.08); }

/* ═══════════════════════════════════════════════════
   DISTRIBUTE
═══════════════════════════════════════════════════ */
.dist-sec { background: var(--mist); }
.dist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--b1); border: 1px solid var(--b1); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; }
.dist-item { background: var(--white); padding: 48px 40px; transition: background .2s; position: relative; overflow: hidden; }
.dist-item:hover { background: var(--or-lt); }
.dist-item-n { font-size: 64px; font-weight: 900; color: var(--mist-2); letter-spacing: -.06em; line-height: 1; margin-bottom: 20px; transition: color .3s; font-feature-settings: "ss01"; }
.dist-item:hover .dist-item-n { color: rgba(235,113,40,.15); }
.dist-item h4 { font-size: 18px; font-weight: 700; color: var(--t1); margin-bottom: 10px; letter-spacing: -.03em; }
.dist-item p { font-size: 14.5px; color: var(--t3); line-height: 1.8; }
.most-trusted .container { max-width: 1280px; }

/* ═══════════════════════════════════════════════════
   FLEXIBLE BY DESIGN (dark)
═══════════════════════════════════════════════════ */
.flex-sec { background: var(--ink); padding: var(--sec) 0; }
.flex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.flex-text h3 { font-size: clamp(28px, 3vw, 32px); font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1.15; margin-bottom: 18px; }
.flex-text > p { font-size: 15.5px; color: var(--t-inv2); line-height: 1.8; margin-bottom: 36px; }
.flex-points { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--b-inv); border-radius: var(--r-lg); overflow: hidden; }
.flex-point { padding: 22px 24px; border-bottom: 1px solid var(--b-inv2); transition: background .2s; }
.flex-point:last-child { border-bottom: none; }
.flex-point:hover { background: rgba(255,255,255,.04); }
.flex-point h4 { font-size: 14.5px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.flex-point h4::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--or); flex-shrink: 0; }
.flex-point p { font-size: 13.5px; color: var(--t-inv2); line-height: 1.7; padding-left: 15px; }

.spec-card { background: rgba(255,255,255,.04); border: 1px solid var(--b-inv); border-radius: var(--r-xl); overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.3); }
.spec-card-head { padding: 26px 30px; border-bottom: 1px solid var(--b-inv2); display: flex; align-items: center; justify-content: space-between; }
.spec-card-head h3 { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.sc-badge { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--or); background: rgba(235,113,40,.12); border: 1px solid rgba(235,113,40,.25); padding: 5px 13px; border-radius: 100px; }
.spec-row { display: flex; justify-content: space-between; align-items: center; padding: 15px 30px; border-bottom: 1px solid var(--b-inv2); }
.spec-row:last-child { border-bottom: none; }
.spec-k { font-size: 13px; color: var(--t-inv3); }
.spec-v { font-size: 13px; color: #fff; font-weight: 700; text-align: right; }
.spec-v.hi { color: var(--or); }

/* ═══════════════════════════════════════════════════
   PARTNER STRIP
═══════════════════════════════════════════════════ */
.partner-strip { background: var(--or-lt); border-top: 1px solid rgba(235,113,40,.12); border-bottom: 1px solid rgba(235,113,40,.12); }
.partner-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 0; }
.partner-left { padding: 56px 60px 56px 0; border-right: 1px solid rgba(235,113,40,.15); display: flex; flex-direction: column; justify-content: center; }
.partner-left h3 { font-size: clamp(20px, 2vw, 28px); font-weight: 800; color: var(--t1); letter-spacing: -.04em; line-height: 1.2; margin-bottom: 12px; }
.partner-left p { font-size: 15px; color: var(--t3); line-height: 1.8; }
.partner-right { padding: 56px 0 56px 60px; display: flex; align-items: center; }
.partner-right p { font-size: 15.5px; color: var(--t2); line-height: 1.85; }

/* ═══════════════════════════════════════════════════
   DEPLOY STEPS
═══════════════════════════════════════════════════ */
.deploy-sec { background: var(--white); padding: var(--sec) 0; }
.deploy-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 88px; align-items: start; }
.deploy-chip { margin-bottom: 20px; }
.deploy-text h3 { font-size: clamp(26px, 2.8vw, 32px); font-weight: 800; color: var(--t1); letter-spacing: -.04em; line-height: 1.15; margin-bottom: 18px; }
.deploy-text p { font-size: 15px; color: var(--t3); line-height: 1.85; margin-bottom: 14px; }
.deploy-callout { margin-top: 12px; padding: 20px 24px; border-left: 3px solid var(--or); background: var(--or-lt); border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.deploy-callout p { font-size: 14px; color: var(--t2); line-height: 1.7; margin: 0; font-style: italic; }
.deploy-steps { display: flex; flex-direction: column; gap: 0; }
.deploy-step { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--b1); align-items: start; }
.deploy-step:last-child { border-bottom: none; }
.ds-num { width: 44px; height: 44px; border-radius: 50%; background: var(--or); color: #fff; font-size: 15px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: var(--sh-or); }
.ds-body h4 { font-size: 16px; font-weight: 700; color: var(--t1); margin-bottom: 5px; letter-spacing: -.02em; }
.ds-body p { font-size: 14px; color: var(--t3); line-height: 1.7; }

/* ═══════════════════════════════════════════════════
   GROW CARDS
═══════════════════════════════════════════════════ */
.grow-sec { background: var(--mist); padding: var(--sec) 0; }
.grow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 64px; }
.grow-card { background: var(--white); padding: 36px; border: 1px solid var(--b1); border-radius: var(--r-xl); transition: all .3s cubic-bezier(.22,1,.36,1); position: relative; overflow: hidden; }
.grow-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--b1); transition: background .25s; }
.grow-card:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.grow-card:hover::before { background: var(--or); }
.gc-icon { width: 52px; height: 52px; background: var(--or-lt); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 22px; border: 1px solid rgba(235,113,40,.15); }
.grow-card h4 { font-size: 17px; font-weight: 700; color: var(--t1); margin-bottom: 10px; letter-spacing: -.03em; }
.grow-card p { font-size: 14.5px; color: var(--t3); line-height: 1.8; }

/* ═══════════════════════════════════════════════════
   AI PERFORMANCE (dark)
═══════════════════════════════════════════════════ */
.ai-sec { background: var(--ink); padding: 120px 0 60px; clip-path: ellipse(75% 100% at bottom); }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; }
.ai-card { background: rgba(255,255,255,.02); padding: 44px 40px; transition: background .25s; position: relative; }
.ai-card::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.04); }
.ai-card:hover { background: rgba(255,255,255,.05); }
.ai-card-idx { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; color: var(--or); text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.ai-card-idx::before { content: ""; width: 16px; height: 1px; background: var(--or); }
.ai-card h4 { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: -.03em; line-height: 1.3; }
.ai-card p { font-size: 14.5px; color: var(--t-inv2); line-height: 1.8; }

/* ═══════════════════════════════════════════════════
   POWER TABS
═══════════════════════════════════════════════════ */
.power-sec { background: var(--white); padding: var(--sec) 0; }
.power-tabs-wrap { display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--b1); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; box-shadow: var(--sh-sm); }
.power-tab-menu { background: var(--mist); border-right: 1px solid var(--b1); }
.ptab-item { display: flex; align-items: center; gap: 12px; padding: 20px 24px; cursor: pointer; border-bottom: 1px solid var(--b1); font-size: 14px; font-weight: 600; color: var(--t3); position: relative; transition: all .2s; }
.ptab-item:last-child { border-bottom: none; }
.ptab-item:hover { background: var(--white); color: var(--t1); }
.ptab-item.active { background: var(--white); color: var(--or); font-weight: 700; }
.ptab-item.active::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--or); border-radius: 0 3px 3px 0; }
.ptab-emoji { font-size: 18px; flex-shrink: 0; }
.power-tab-content { padding: 48px; display: none; animation: fadeInUp .3s ease; }
.power-tab-content.active { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.ptc-text h3 { font-size: 24px; font-weight: 800; color: var(--t1); letter-spacing: -.04em; margin-bottom: 12px; }
.ptc-sub { font-size: 14.5px; color: var(--t3); line-height: 1.8; margin-bottom: 24px; }
.ptc-list { display: flex; flex-direction: column; gap: 10px; }
.ptc-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--t2); line-height: 1.6; }
.ptc-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--or); flex-shrink: 0; margin-top: 6px; }
.ptc-img { border-radius: var(--r-lg); overflow: hidden; }
.ptc-img img { width: 100%; height: 260px; object-fit: contain; }

/* ═══════════════════════════════════════════════════
   COOLING
═══════════════════════════════════════════════════ */
.cool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.cool-card { background: var(--white); border: 1px solid var(--b1); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-xs); transition: all .3s cubic-bezier(.22,1,.36,1); }
.cool-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.cool-card-head { padding: 28px 30px 22px; border-bottom: 1px solid var(--b1); display: flex; align-items: center; gap: 12px; }
.cool-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--or); flex-shrink: 0; }
.cool-card-head h4 { font-size: 18px; font-weight: 700; color: var(--t1); letter-spacing: -.03em; }
.cool-card-body { padding: 24px 30px; }
.cool-card-body ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.cool-card-body li { font-size: 14px; color: var(--t3); display: flex; gap: 12px; line-height: 1.6; }
.cool-card-body li::before { content: "—"; color: var(--or); font-weight: 700; flex-shrink: 0; }
.cool-card-img img { width: 100%; height: auto; object-fit: cover; }

/* ═══════════════════════════════════════════════════
   WHY NPOD
═══════════════════════════════════════════════════ */
.why-sec { background: #fff; padding: var(--sec) 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; }
.why-card { background: rgb(0 0 0 / 2%); padding: 44px 40px; transition: background .25s; }
.why-card:hover { background: rgb(0 0 0 / 5%); }
.why-card-full { grid-column: 1 / -1; }
.wc-label { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; color: var(--or); text-transform: uppercase; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.wc-label::before { content: ""; width: 14px; height: 1px; background: var(--or); }
.wc-icon { width: 48px; height: 48px; border-radius: var(--r-sm); background: rgba(235,113,40,.1); border: 1px solid rgba(235,113,40,.2); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.why-card h4 { font-size: 18px; font-weight: 700; color: #000; margin-bottom: 10px; letter-spacing: -.03em; }
.why-card p { font-size: 14.5px; color: #000; line-height: 1.8; }

/* ═══════════════════════════════════════════════════
   VIDEO
═══════════════════════════════════════════════════ */
.video-sec { background: var(--ink); padding: var(--sec) 0; border-top: 1px solid var(--b-inv2); text-align: center; }
.video-header { margin-bottom: 48px; }
.video-header h3 { font-size: clamp(26px, 3vw, 42px); font-weight: 800; color: #fff; letter-spacing: -.04em; margin-bottom: 10px; }
.video-header p { font-size: 16px; color: rgba(255,255,255,.45); }
.video-wrap { max-width: 940px; margin: 0 auto; border-radius: var(--r-xl); overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.5); border: 1px solid var(--b-inv); }
.video-wrap video { width: 100%; display: block; }

/* ═══════════════════════════════════════════════════
   SECTORS
═══════════════════════════════════════════════════ */
.sectors-sec { background: var(--white); padding: var(--sec) 0; }
.sectors-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 64px; }
.sector-card { border: 1px solid var(--b1); border-radius: var(--r-xl); padding: 32px 22px; background: var(--white); text-align: center; transition: all .3s cubic-bezier(.22,1,.36,1); box-shadow: var(--sh-xs); }
.sector-card:hover { transform: translateY(-6px); border-color: rgba(235,113,40,.25); box-shadow: var(--sh); }
.sec-icon { width: 52px; height: 52px; background: var(--or-lt); border: 1px solid rgba(235,113,40,.15); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 18px; }
.sector-card h4 { font-size: 13.5px; font-weight: 700; color: var(--t1); margin-bottom: 8px; letter-spacing: -.02em; }
.sector-card p { font-size: 12.5px; color: var(--t3); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   RELIABILITY
═══════════════════════════════════════════════════ */
.rel-sec { background: #fff; padding: 60px 0; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05); border-radius: var(--r-xl); overflow: hidden; margin-top: 64px; }
.rel-card { background: rgb(0 0 0 / 2%); padding: 56px 44px; text-align: center; transition: background .25s; border: 2px solid #fff; }
.rel-card:hover { background: rgb(0 0 0 / 5%); }
.rel-num { font-size: clamp(44px, 5vw, 66px); font-weight: 900; color: var(--or); letter-spacing: -.06em; line-height: 1; margin-bottom: 16px; display: block; }
.rel-card h4 { font-size: 17px; font-weight: 700; color: #000; margin-bottom: 12px; letter-spacing: -.03em; }
.rel-card p { font-size: 14.5px; color: #000; line-height: 1.8; max-width: 280px; margin: 0 auto; }

/* ═══════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════ */
.testi-sec { background: var(--mist); padding: var(--sec) 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 56px; }
.tc { background: var(--white); border: 1px solid var(--b1); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--sh-xs); transition: all .3s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; }
.tc:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.tc-stars { color: #f59e0b; font-size: 14px; letter-spacing: 2px; margin-bottom: 18px; }
.tc-text { font-size: 15px; color: var(--t2); line-height: 1.8; margin-bottom: 24px; font-style: italic; flex: 1; }
.tc-author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--b1); }
.tc-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(235,113,40,.2); }
.tc-name { font-size: 14px; font-weight: 700; color: var(--t1); }
.tc-loc { font-size: 12px; color: var(--t3); margin-top: 1px; }
.testi-more { display: flex; gap: var(--gap); overflow-x: auto; margin-top: var(--gap); padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--or) transparent; }
.testi-more .tc { flex: 0 0 290px; }

/* ═══════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════ */
.faq-sec { background: var(--white); padding: var(--sec) 0; }
.faq-list { max-width: 880px; margin: 64px auto 0; }
.fq { border-bottom: 1px solid var(--b1); }
.fq:first-child { border-top: 1px solid var(--b1); }
.fq-q { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; cursor: pointer; }
.fq-q span { font-size: 16px; font-weight: 600; color: var(--t1); letter-spacing: -.02em; }
.fq-tog { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--b2); display: flex; align-items: center; justify-content: center; color: var(--or); font-size: 20px; flex-shrink: 0; transition: all .3s; line-height: 1; }
.fq.open .fq-tog { transform: rotate(45deg); background: var(--or); color: #fff; border-color: var(--or); }
.fq-a { font-size: 15px; color: var(--t3); line-height: 1.85; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; }
.fq.open .fq-a { max-height: 600px; padding-bottom: 22px; }
.fq-sub { margin-top: 12px; padding: 14px 18px; border-left: 3px solid rgba(235,113,40,.3); background: var(--mist); border-radius: 0 var(--r-xs) var(--r-xs) 0; }
.fq-sub b { font-weight: 700; color: var(--t1); display: block; margin-bottom: 4px; font-size: 14px; }

/* ═══════════════════════════════════════════════════
   AI STRATEGY CTA
═══════════════════════════════════════════════════ */
.ai-cta-sec { padding: 56px 0; }
.ai-cta-inner { background: linear-gradient(135deg, #0a0f1e 0%, #131d32 100%); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-2xl); padding: 80px; position: relative; overflow: hidden; text-align: center; }
.ai-cta-inner::before { content: ""; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 300px; background: radial-gradient(ellipse, rgba(235,113,40,.15) 0%, transparent 65%); pointer-events: none; }
.ai-cta-inner::after { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.ai-cta-kicker { display: block; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--or); margin-bottom: 20px; position: relative; z-index: 1; }
.ai-cta-title { font-size: clamp(18px, 4vw, 32px); font-weight: 800; color: #fff; letter-spacing: -.05em; line-height: 1.1; margin-bottom: 20px; position: relative; z-index: 1; }
.ai-cta-title em { color: var(--or); font-style: normal; }
.ai-cta-body { font-size: 16px; color: var(--t-inv2); max-width: 780px; margin: 0 auto 44px; line-height: 1.8; position: relative; z-index: 1; }
.ai-cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.ai-checks { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin-top: 36px; position: relative; z-index: 1; }
.ai-check { font-size: 13px; color: var(--t-inv2); display: flex; align-items: center; gap: 8px; }
.ai-check::before { content: "✓"; color: var(--or); font-weight: 800; font-size: 14px; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .sectors-grid { grid-template-columns: repeat(3, 1fr); }
  .dist-grid { grid-template-columns: 1fr; }
  .power-tabs-wrap { grid-template-columns: 1fr; }
  .power-tab-menu { display: flex; overflow-x: auto; border-right: none; border-bottom: 1px solid var(--b1); }
  .ptab-item { white-space: nowrap; border-bottom: none; border-right: 1px solid var(--b1); }
  .ptab-item:last-child { border-right: none; }
  .ptab-item.active::before { top: auto; bottom: 0; left: 0; right: 0; width: auto; height: 3px; }
  .power-tab-content.active { grid-template-columns: 1fr; gap: 28px; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --sec: 64px; }
  .slider{ min-height: 80vh;}
  .slide { grid-template-columns: 1fr; padding: 25px; gap: 20px; }
  .slide-text .s-eyebrow { margin: 0 auto 24px; }
  .slide-text .sub { max-width: 100%; }
  .slide-ctas { justify-content: center; }
  .slide-stats { justify-content: center; flex-wrap: wrap; gap: 20px; }
  .s-stat { border-right: none; margin-right: 0; padding-right: 0; }
  .slider-controls { display:none; }
  .intro-grid, .flex-grid, .deploy-grid, .cab-grid, .cool-grid { grid-template-columns: 1fr; }
  .id-split { display: block; }
  .id-left, .id-right { padding: 56px 40px; }
  .sh-split { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }
  .feat-rows { grid-template-columns: 1fr; }
  .cta-banner { grid-template-columns: 1fr; }
  .cta-banner-img { height: 200px; }
  .cta-banner-action { justify-content: flex-start; padding: 28px 40px; }
  .cta-banner-action a { flex-direction: row; }
  .partner-inner { grid-template-columns: 1fr; }
  .partner-left { border-right: none; border-bottom: 1px solid rgba(235,113,40,.15); padding: 48px 0 36px; }
  .partner-right { padding: 36px 0 48px; }
  .grow-grid { grid-template-columns: 1fr 1fr; }
  .rel-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
  .ai-cta-inner { padding: 30px 20px; }
  .ai-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .slide-badge2 { display: none; }
  .sticky-quote-btn {right: -20%;}
  .edge-sec,.ai-sec {clip-path: none; padding: 60px 0;}
  .slide-text .slide-ctas {display: flex; flex-wrap: nowrap;}
}

@media (max-width: 640px) {
  :root { --sec: 52px; --gap: 18px; }
  .container { padding: 0 20px; }
  .grow-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .edge-grid { grid-template-columns: 1fr; }
  .ai-cta-btns { flex-direction: column; align-items: center; }
  .ai-checks { display:none; }
  .testi-more { display: none; }
  .trust-inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--b1); width: 100%; justify-content: center; }
  .trust-item:last-child { border-bottom: none; }
  .rel-grid { grid-template-columns: 1fr; }
  .sc-counter { display: none; }
}
