:root{
  --bg1:#f7f8fc;
  --bg2:#eef2ff;
  --text:#0f172a;
  --muted:#475569;
  --line:rgba(15,23,42,.10);
  --pink:#ff3b7a;
  --cyan:#16c7d9;
  --vio:#7c5cff;
  --amber:#ffb020;
  --card:#ffffff;
  --shadow:0 14px 40px rgba(15,23,42,.10);
  --shadow2:0 10px 24px rgba(15,23,42,.08);
  --r:18px;
  --max:1140px;
  --header-h:76px;
}

*,
*::before,
*::after{box-sizing:border-box}

html,body{height:100%}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  font-family:Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  line-height:1.6;
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(255,59,122,.12), transparent 58%),
    radial-gradient(820px 520px at 85% 15%, rgba(22,199,217,.12), transparent 58%),
    radial-gradient(820px 560px at 55% 95%, rgba(124,92,255,.10), transparent 58%),
    linear-gradient(180deg, var(--bg2), var(--bg1));
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
video{
  display:block;
  max-width:100%;
  height:auto;
}

.container{
  width:min(100%, var(--max));
  margin:0 auto;
  padding:0 20px;
}

.muted{color:var(--muted)}
.micro{font-size:.92rem}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.78);
  font-weight:800;
  cursor:pointer;
  box-shadow:var(--shadow2);
  transition:transform .16s ease, filter .16s ease, box-shadow .16s ease;
  text-align:center;
}

.btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.btn--sm{
  min-height:40px;
  padding:9px 12px;
  border-radius:12px;
  font-size:.92rem;
}

.btn--ghost{
  background:rgba(255,255,255,.75);
}

.btn--primary{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(90deg, rgba(255,59,122,.96), rgba(22,199,217,.88));
  box-shadow:0 14px 28px rgba(255,59,122,.18), 0 10px 20px rgba(22,199,217,.14);
}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247,248,252,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,23,42,.08);
}

.header__inner{
  min-height:var(--header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.brand__logo{
  width:80px;
  height:40px;
  object-fit:contain;
  flex:0 0 auto;
}

.brand__text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
  min-width:0;
}

.brand__text strong{
  font-size:.98rem;
  letter-spacing:.2px;
}

.brand__text small{
  color:var(--muted);
  font-size:.84rem;
}

.nav{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.nav a{
  font-weight:800;
  color:rgba(15,23,42,.74);
}

.nav a:hover{
  color:rgba(15,23,42,.95);
}

.burger{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.75);
  cursor:pointer;
  box-shadow:var(--shadow2);
  flex:0 0 auto;
}

.burger span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(15,23,42,.85);
  margin:4px auto;
  border-radius:2px;
}

/* Hero */
.hero{
  position:relative;
  padding:36px 0 64px;
}

.hero__bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}

.wash{
  position:absolute;
  width:560px;
  height:560px;
  filter:blur(55px);
  opacity:.55;
  animation:floaty 11s ease-in-out infinite;
}

.wash--a{
  left:-220px;
  top:-220px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,59,122,.78), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(22,199,217,.62), transparent 60%);
}

.wash--b{
  right:-240px;
  top:-50px;
  background:
    radial-gradient(circle at 30% 30%, rgba(124,92,255,.70), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(255,176,32,.55), transparent 60%);
  animation-delay:-3s;
}

.wash--c{
  left:35%;
  bottom:-280px;
  width:640px;
  height:640px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,176,32,.62), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(22,199,217,.48), transparent 60%);
  animation-delay:-6s;
}

@keyframes floaty{
  0%,100%{transform:translateY(0) translateX(0) scale(1)}
  50%{transform:translateY(18px) translateX(10px) scale(1.02)}
}

.grain{
  position:absolute;
  inset:0;
  opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  gap:32px;
  align-items:center;
}

.hero__copy,
.hero__visual,
.split__copy,
.split__visual,
.media__video,
.media__copy,
.contact__copy,
.form,
.faq__head,
.faq__items{
  min-width:0;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.80);
  box-shadow:var(--shadow2);
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(255,59,122,.95), rgba(22,199,217,.90));
  box-shadow:0 0 18px rgba(22,199,217,.18);
}

.hero h1{
  margin:14px 0 12px;
  font-family:Fraunces, serif;
  font-size:clamp(2.2rem, 4vw, 3.6rem);
  line-height:1.04;
}

.accent{
  background:linear-gradient(90deg, rgba(255,59,122,.96), rgba(22,199,217,.88));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.lead{
  margin:0;
  max-width:62ch;
  color:rgba(15,23,42,.78);
  font-size:1.06rem;
}

.rotator{
  margin-top:14px;
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

.rotator__label{
  font-weight:900;
  color:rgba(15,23,42,.78);
}

.rotator__word{
  font-weight:1000;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow2);
}

.hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.kpiRow{
  margin-top:20px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:baseline;
  padding-top:12px;
  border-top:1px solid rgba(15,23,42,.10);
}

.kpiRow__item{
  display:flex;
  gap:10px;
  align-items:baseline;
}

.kpiRow__num{
  font-weight:1000;
  font-size:1.35rem;
  letter-spacing:.2px;
}

.kpiRow__txt{
  color:var(--muted);
  font-weight:800;
}

.hero__visual{
  display:grid;
  gap:14px;
}

/* Cards */
.screen,
.heroCard,
.videoFrame,
.form,
.sheet,
.panelPair__block{
  border-radius:var(--r);
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.80);
  box-shadow:var(--shadow);
}

.screen{
  overflow:hidden;
}

.screen__top{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-bottom:1px solid rgba(15,23,42,.08);
  background:rgba(15,23,42,.03);
}

.screen__top span,
.videoFrame__head span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(15,23,42,.14);
}

.screen__top em{
  margin-left:auto;
  font-style:normal;
  color:var(--muted);
  font-weight:800;
}

.screen__body{
  padding:14px;
  min-height:280px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,59,122,.12), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(22,199,217,.10), transparent 60%),
    rgba(255,255,255,.70);
}

.ad{
  width:min(100%, 92%);
  padding:18px 16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.84);
  box-shadow:0 16px 40px rgba(255,59,122,.10);
}

.ad__kicker{
  font-weight:1000;
  letter-spacing:1px;
}

.ad__title{
  font-weight:1000;
  font-size:clamp(1.8rem, 4vw, 2.2rem);
  line-height:1;
  margin-top:6px;
}

.ad__sub{
  margin-top:10px;
  color:rgba(15,23,42,.65);
  word-break:break-word;
}

.heroCard{padding:18px}

.heroCard strong{
  display:block;
  margin-bottom:6px;
}

.heroCard__tag{
  display:inline-block;
  margin-bottom:10px;
  padding:5px 10px;
  border-radius:999px;
  font-size:.8rem;
  font-weight:900;
  background:rgba(15,23,42,.06);
}

.scroll{
  display:inline-flex;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow2);
  align-items:center;
  justify-content:center;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
}

/* Band */
.band{
  padding:34px 0;
  background:rgba(255,255,255,.55);
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}

.band__inner{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:20px;
  align-items:start;
}

.band h2{
  margin:0;
  font-size:1.8rem;
}

.steps{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}

.steps li{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.steps strong{
  font-weight:1000;
}

/* Sections */
.section{padding:72px 0}

.section--soft{
  background:linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,.35));
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}

.split,
.media,
.contact,
.videoSection{
  display:grid;
  gap:28px;
  align-items:start;
}

.split{
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
}

.media{
  grid-template-columns:minmax(0, 1.06fr) minmax(0, .94fr);
  align-items:center;
}

.contact{
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
}

.videoSection{
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.1fr);
}

.split h2,
.videoSection h2,
.media__copy h2,
.contact__copy h2,
.faq__head h2{
  margin:0 0 8px;
  font-size:clamp(1.8rem, 3vw, 2rem);
}

.bullets{
  margin:14px 0 0;
  padding-left:18px;
  color:rgba(15,23,42,.78);
}

.bullets li{margin:6px 0}

.miniCta,
.media__cta{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* Panel Slider */
.panelSlider{
  position:relative;
  border-radius:var(--r);
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.82);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.panelSlider__track{
  position:relative;
  min-height:420px;
}

.panelSlide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .45s ease;
}

.panelSlide.is-active{
  opacity:1;
  pointer-events:auto;
  position:relative;
}

.panelSlide__img{
  width:100%;
  height:420px;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#000;
}

.panelSlide__overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow2);
}

.panelSlide__cap{
  font-weight:1000;
  font-size:1.05rem;
}

.panelSlide__sub{
  margin-top:4px;
  font-size:.95rem;
}

.panelSlider__btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:46px;
  height:46px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  font-size:1.8rem;
  line-height:1;
  background:rgba(255,255,255,.86);
  box-shadow:var(--shadow2);
}

.panelSlider__btn--prev{
  left:14px;
}

.panelSlider__btn--next{
  right:14px;
}

.panelSlider__dots{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:3;
}

.panelSlider__dot{
  width:11px;
  height:11px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  background:rgba(255,255,255,.55);
  box-shadow:0 0 0 1px rgba(15,23,42,.10);
}

.panelSlider__dot.is-active{
  background:linear-gradient(90deg, rgba(255,59,122,.96), rgba(22,199,217,.88));
}

@media (max-width: 760px){
  .panelSlider__track{
    min-height:300px;
  }

  .panelSlide__img{
    height:300px;
  }

  .panelSlide__overlay{
    left:12px;
    right:12px;
    bottom:12px;
    padding:12px;
  }

  .panelSlider__btn{
    width:40px;
    height:40px;
    font-size:1.5rem;
  }
}

.specLine{
  margin-top:12px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  color:rgba(15,23,42,.78);
  border-top:1px dashed rgba(15,23,42,.14);
  padding-top:10px;
}

/* Video */
.videoFeatures{
  margin-top:14px;
  display:grid;
  gap:8px;
  font-weight:800;
  color:rgba(15,23,42,.78);
}

.videoFrame{
  width:100%;
  max-width:100%;
  overflow:hidden;
}

.videoFrame__head{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid rgba(15,23,42,.08);
  background:rgba(15,23,42,.03);
}

.videoFrame__head strong{
  margin-left:4px;
  font-size:.95rem;
}

.promoVideo{
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  background:#000;
}

.media__video{
  width:100%;
}

.media__video .videoFrame{
  width:100%;
  max-width:720px;
  margin:0 auto;
}

.media__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.media__list{
  margin-top:12px;
  display:grid;
  gap:8px;
  color:rgba(15,23,42,.78);
  font-weight:800;
}

.mediaKitVideo{
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:contain;
  background:#000;
  border-radius:0 0 var(--r) var(--r);
}

/* Sheet */
.sheet{
  overflow:hidden;
  height:280px;
}

.sheet__bar{
  height:36px;
  background:rgba(15,23,42,.04);
  border-bottom:1px solid rgba(15,23,42,.08);
}

.sheet__body{padding:14px}

.line{
  height:10px;
  border-radius:999px;
  background:rgba(15,23,42,.10);
  margin:10px 0;
}

.block{
  height:95px;
  border-radius:16px;
  background:linear-gradient(90deg, rgba(255,59,122,.12), rgba(22,199,217,.10), rgba(124,92,255,.10));
  border:1px solid rgba(15,23,42,.08);
  margin:14px 0;
}

.w90{width:90%}
.w80{width:80%}
.w70{width:70%}
.w60{width:60%}
.w50{width:50%}

/* FAQ */
.faq{
  display:grid;
  grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr);
  gap:24px;
}

.faq__head h2{margin:0 0 6px}

.faq__items details{
  border-top:1px solid rgba(15,23,42,.10);
  padding:14px 0;
}

.faq__items details:first-child{
  border-top:none;
}

.faq__items summary{
  cursor:pointer;
  font-weight:1000;
}

.faq__items p{
  margin:10px 0 0;
  color:rgba(15,23,42,.78);
}

/* Contact */
.contact__meta{
  margin-top:12px;
  display:grid;
  gap:8px;
  color:rgba(15,23,42,.78);
}

.form{
  padding:18px;
}

label{
  display:grid;
  gap:8px;
  font-weight:1000;
  font-size:.95rem;
}

input,
select,
textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.90);
  color:rgba(15,23,42,.92);
  outline:none;
  font:inherit;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(22,199,217,.6);
  box-shadow:0 0 0 4px rgba(22,199,217,.10);
}

input::placeholder,
textarea::placeholder{
  color:rgba(15,23,42,.45);
}

textarea{
  resize:vertical;
  min-height:120px;
}

.row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:12px;
}

.form__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
}

.form__note{
  margin:12px 0 0;
  font-size:.95rem;
}

/* Sticky CTA */
.stickyCta{
  position:fixed;
  left:0;
  right:0;
  bottom:12px;
  z-index:60;
  display:none;
  padding:0 14px;
}

.stickyCta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.88);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.stickyCta__left{
  display:flex;
  gap:10px;
  align-items:baseline;
}

.stickyCta__right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Footer */
.footer{
  padding:28px 0 88px;
  border-top:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.45);
}

.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.footer__links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.footer__links a{
  font-weight:900;
  color:rgba(15,23,42,.72);
}

.footer__links a:hover{
  color:rgba(15,23,42,.95);
}

/* Large tablet */
@media (max-width: 1100px){
  .hero__inner{
    grid-template-columns:1fr;
    align-items:start;
  }

  .media{
    grid-template-columns:1fr;
  }

  .media__video .videoFrame{
    max-width:820px;
  }
}

/* Tablet */
@media (max-width: 980px){
  .band__inner,
  .split,
  .contact,
  .videoSection,
  .faq{
    grid-template-columns:1fr;
  }

  .section{
    padding:60px 0;
  }

  .hero{
    padding:30px 0 56px;
  }

  .screen__body{
    min-height:240px;
  }

  .scroll{
    bottom:8px;
  }
}

/* Mobile */
@media (max-width: 760px){
  .container{
    padding:0 16px;
  }

  .header__inner{
    min-height:68px;
    padding:10px 0;
  }

  .brand__logo{
    width:68px;
    height:34px;
  }

  .brand__text small{
    display:none;
  }

  .nav{
    display:none;
    position:absolute;
    right:16px;
    top:calc(100% - 6px);
    width:min(280px, calc(100vw - 32px));
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:12px;
    border-radius:16px;
    border:1px solid rgba(15,23,42,.12);
    background:rgba(255,255,255,.96);
    box-shadow:var(--shadow);
  }

  .nav a{
    padding:8px 6px;
  }

  .nav.is-open{
    display:flex;
  }

  .burger{
    display:inline-block;
  }

  .hero h1{
    font-size:clamp(2rem, 9vw, 2.7rem);
  }

  .lead{
    font-size:1rem;
  }

  .hero__cta,
  .miniCta,
  .media__cta,
  .form__cta{
    flex-direction:column;
    align-items:stretch;
  }

  .btn,
  .btn--sm{
    width:100%;
  }

  .kpiRow{
    gap:14px;
  }

  .kpiRow__item{
    width:100%;
  }

  .screen__body{
    min-height:210px;
    padding:12px;
  }

  .ad{
    width:100%;
    padding:16px 14px;
  }

  .ad__title{
    font-size:1.65rem;
  }

  .row{
    grid-template-columns:1fr;
  }

  .form{
    padding:16px;
  }

  .stickyCta{
    bottom:10px;
    padding:0 10px;
  }

  .stickyCta__inner{
    border-radius:22px;
    padding:12px;
    align-items:flex-start;
    flex-direction:column;
  }

  .stickyCta__left,
  .stickyCta__right{
    width:100%;
  }

  .stickyCta__right .btn{
    flex:1 1 auto;
  }

  .footer{
    padding-bottom:96px;
  }

  .footer__inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* Small mobile */
@media (max-width: 480px){
  .hero{
    padding-top:24px;
  }

  .pill,
  .rotator__word{
    font-size:.92rem;
  }

  .band{
    padding:28px 0;
  }

  .section{
    padding:52px 0;
  }

  .specLine{
    gap:8px;
    flex-direction:column;
  }

  .screen__top,
  .videoFrame__head{
    padding:10px 12px;
  }

  .screen__top em,
  .videoFrame__head strong{
    font-size:.86rem;
  }
}