:root{
  /* Light, premium palette (not plain) */
  --bg:#f6f7fb;
  --bg2:#eef2ff;
  --panel:rgba(255,255,255,.78);
  --panel2:rgba(255,255,255,.92);
  --text:#0f172a;
  --muted:rgba(15,23,42,.70);
  --line:rgba(15,23,42,.12);
  --shadow: 0 18px 45px rgba(15,23,42,.12);
  --shadow-sm: 0 10px 26px rgba(15,23,42,.10);
  --accent:#7c3aed;
  --accent2:#06b6d4;
  --ok:#10b981;
  --radius: 18px;
  --radius-sm: 14px;
  --wrap: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 800px at 15% 0%, rgba(124,58,237,.24), transparent 50%),
              radial-gradient(900px 700px at 90% 10%, rgba(34,211,238,.18), transparent 55%),
              radial-gradient(900px 700px at 30% 90%, rgba(52,211,153,.12), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  line-height:1.5;
}
/* Subtle texture */
body::before{
  content:"";
  position:fixed; inset:0;
  background:
    linear-gradient(135deg, rgba(15,23,42,.06) 0%, rgba(15,23,42,0) 38%),
    repeating-linear-gradient(135deg, rgba(15,23,42,.05) 0px, rgba(15,23,42,.05) 1px, rgba(15,23,42,0) 10px, rgba(15,23,42,0) 22px);
  opacity:.07;
  pointer-events:none;
  mix-blend-mode:multiply;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 20px}
.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:12px; width:auto; height:auto; padding:10px 12px; border-radius:12px; background:#fff; color:#000; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:60;
  background: rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.topbar__inner{display:flex; gap:12px; align-items:center; justify-content:center; padding:10px 0}
.topbar__tag{font-size:12px; font-weight:700; padding:4px 8px; border-radius:999px; background:rgba(34,211,238,.14); border:1px solid rgba(34,211,238,.25)}
.topbar__text{font-size:13px; color:var(--muted)}
.topbar__link{font-size:13px; font-weight:600; text-decoration:underline; text-underline-offset:4px}

.header{
  position:sticky; top:44px; z-index:50;
  background: rgba(11,18,32,.72);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
.header__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}

.brand{display:flex; align-items:center; gap:10px}
.brand__mark{
  width:34px; height:34px; border-radius:12px;
  display:grid; place-items:center;
  background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.25), transparent 55%),
              radial-gradient(circle at 70% 40%, rgba(124,58,237,.35), transparent 55%),
              rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-sm);
  font-weight:800;
}
.brand__text{font-weight:700; letter-spacing:.2px}

.nav__menu{display:flex; align-items:center; gap:18px}
.nav__menu a{font-size:14px; color:var(--muted)}
.nav__menu a:hover{color:var(--text)}

.navToggle{
  display:none;
  width:42px; height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:var(--text);
  box-shadow: var(--shadow-sm);
}
.navToggle span{display:block; height:2px; width:18px; background:rgba(233,238,252,.9); margin:4px auto; border-radius:999px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(34,211,238,.70));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow-sm);
  font-weight:700;
  font-size:14px;
}
.btn:hover{filter:brightness(1.03)}
.btn--ghost{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
}
.btn--link{
  background:transparent;
  border:none;
  padding:10px 6px;
  box-shadow:none;
  color: rgba(233,238,252,.9);
  text-decoration:underline;
  text-underline-offset:4px;
}
.btn--sm{padding:10px 12px; border-radius:12px; font-size:13px}

.hero{position:relative; padding:46px 0 18px}
.hero__bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(700px 500px at 18% 18%, rgba(124,58,237,.26), transparent 60%),
    radial-gradient(800px 600px at 86% 22%, rgba(34,211,238,.20), transparent 62%);
  opacity:1;
}
.hero__inner{display:grid; grid-template-columns: 1.05fr .95fr; gap:28px; align-items:start}
.kicker{margin:0 0 10px; font-weight:700; color:rgba(233,238,252,.78); letter-spacing:.16em; text-transform:uppercase; font-size:12px}
.hero h1{margin:0 0 12px; font-size:42px; line-height:1.1; letter-spacing:-.03em}
.lead{margin:0 0 18px; font-size:16px; color:var(--muted); max-width:58ch}
.grad{background: linear-gradient(135deg, rgba(34,211,238,1), rgba(124,58,237,1)); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 18px}

.trust{display:flex; gap:14px; flex-wrap:wrap}
.trust__item{
  min-width:140px;
  padding:12px 14px;
  border-radius:14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.trust__big{margin:0; font-weight:800; letter-spacing:-.02em}
.trust__small{margin:2px 0 0; font-size:13px; color:var(--muted)}

.hero__media{grid-template-columns: 1fr 1fr; gap:12px}
.shot{
  margin:0;
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  position:relative;
}
.shot img{width:100%; height:100%; object-fit:cover}
.shot--tall{grid-column:1/-1; aspect-ratio: 16/10}
.shot--wide{aspect-ratio: 16/11}
.shot figcaption{
  position:absolute; left:12px; bottom:12px;
  font-size:12px; font-weight:700;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.14);
}

.section{padding:46px 0}
.section--tint{background: rgba(255,255,255,.02); border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07)}
.section--dark{background: rgba(0,0,0,.22); border-top:1px solid rgba(255,255,255,.07)}

.section__head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px}
.section__head h2{margin:0; font-size:28px; letter-spacing:-.02em}
.section__head p{margin:6px 0 0}
.muted{color:var(--muted)}
.small{font-size:12.5px}

.chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color: rgba(233,238,252,.86);
  font-weight:700;
  font-size:13px;
}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:start}
.split--reverse{grid-auto-flow:dense}
.split__media img{
  width:100%;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  aspect-ratio: 16/11;
  object-fit:cover;
}
.split__copy h3{margin:0 0 8px; font-size:22px}
.split__copy p{margin:0 0 12px; color:var(--muted)}

.bullets{margin:0 0 14px; padding-left:18px; color:rgba(233,238,252,.86)}
.bullets li{margin:7px 0}
.row{display:flex; gap:12px; flex-wrap:wrap}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:10px}
.card{
  padding:16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-sm);
}
.card__icon{font-size:20px}
.card h3{margin:10px 0 6px; font-size:18px}
.mini{margin:10px 0 0; padding-left:18px; color:rgba(233,238,252,.86); font-size:13px}
.mini li{margin:6px 0}

.ctaBand{
  margin-top:14px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:16px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(124,58,237,.22), rgba(34,211,238,.14));
  border:1px solid rgba(255,255,255,.12);
}
.ctaBand h3{margin:0 0 4px; font-size:18px}
.ctaBand p{margin:0}

.products{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:10px;
}
@media (min-width:720px){
  .products{grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (min-width:980px){
  .products{grid-template-columns: repeat(4, minmax(0, 1fr));}
}
@media (min-width:1240px){
  .products{grid-template-columns: repeat(5, minmax(0, 1fr));}
}

.product{
  display:flex;
  flex-direction:column;
  border-radius: 16px;
  overflow:hidden;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-sm);
  transition: transform .14s ease, filter .14s ease;
}
.product:hover{transform: translateY(-2px); filter:brightness(1.03)}
.product__img{aspect-ratio: 1 / 1; background: rgba(0,0,0,.2)}
.product__img img{width:100%; height:100%; object-fit:cover}
.product__body{padding:10px 10px 11px}
.product__title{margin:0; font-size:13px; font-weight:700; line-height:1.25}
.product__meta{margin-top:6px; display:flex; gap:10px; font-size:12px; color:rgba(233,238,252,.70)}
.product__cta{display:inline-block; margin-top:8px; font-size:12px; font-weight:800; color:rgba(34,211,238,.95)}

.skeleton{
  height: 196px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06));
  background-size: 260% 100%;
  animation: shimmer 1.3s infinite linear;
  border:1px solid rgba(255,255,255,.12);
}
@keyframes shimmer{0%{background-position: 0% 0%} 100%{background-position: 200% 0%}}

.fineprint{margin-top:14px}

.panel{
  padding:16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-sm);
}
.form label{display:block; margin-bottom:12px}
.form span{display:block; margin-bottom:7px; font-weight:700; font-size:13px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color: var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(233,238,252,.45)}
input:focus, textarea:focus{border-color: rgba(34,211,238,.55); box-shadow: 0 0 0 4px rgba(34,211,238,.12)}
.grid2{display:grid; grid-template-columns: 1fr; gap:12px}
@media (min-width:720px){.grid2{grid-template-columns:1fr 1fr}}

.mediaStack{display:grid; gap:12px}
.mediaStack img{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  aspect-ratio: 16/11;
  object-fit:cover;
}
.note{
  margin-top:12px;
  padding:14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.note h3{margin:0 0 8px; font-size:16px}

.footer{
  padding:28px 0 36px;
  border-top:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}
.footer__inner{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap}
.footer__brand{margin:0; font-weight:800}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:rgba(233,238,252,.72)}
.footer__links a:hover{color:var(--text)}

@media (max-width:920px){
  .navToggle{display:inline-grid; place-items:center}
  .nav__menu{
    position:absolute;
    right:20px;
    top:calc(100% + 10px);
    display:none;
    flex-direction:column;
    gap:10px;
    padding:12px;
    width:min(320px, calc(100vw - 40px));
    border-radius: var(--radius);
    background: rgba(11,18,32,.92);
    border:1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
  }
  .nav__menu.is-open{display:flex}
  .hero__inner{grid-template-columns: 1fr;}
  .hero h1{font-size:36px}
  .split{grid-template-columns: 1fr;}
  .cards{grid-template-columns: 1fr;}
}

/* --- Rotating / scrolling image display --- */
.carousel{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.carousel::before,
.carousel::after{
  content:"";
  position:absolute; top:0; bottom:0;
  width:64px;
  pointer-events:none;
  z-index:2;
}
.carousel::before{
  left:0;
  background: linear-gradient(90deg, rgba(11,18,32,.92), rgba(11,18,32,0));
}
.carousel::after{
  right:0;
  background: linear-gradient(270deg, rgba(11,18,32,.92), rgba(11,18,32,0));
}
.carousel__track{
  display:flex;
  gap:12px;
  padding:12px;
  will-change: transform;
  animation: carousel-move 26s linear infinite;
}
.carousel:hover .carousel__track{
  animation-play-state: paused;
}
.carousel__item{
  flex: 0 0 auto;
  width: 72%;
}
.carousel--square .carousel__item{
  width: 66%;
}
.carousel__item img{
  width:100%;
  height:100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
}
.carousel--square .carousel__item img{
  aspect-ratio: 1 / 1;
}
@keyframes carousel-move{
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (min-width: 900px){
  .carousel__item{ width: 52%; }
  .carousel--square .carousel__item{ width: 44%; }
}

/* --- v9 hero carousel: BIG single-slide style --- */
.carousel--hero{
  min-height: 520px;
}
.carousel--hero::before,
.carousel--hero::after{
  width: 90px;
}
.carousel--hero .carousel__track{
  gap: 0;
  padding: 0;
  animation-duration: 22s; /* slower, more premium */
}
.carousel--hero .carousel__item{
  width: 100%;
}
.carousel--hero .carousel__item img{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* full-bleed inside frame */
  border: none;
}
@media (min-width: 900px){
  .hero__inner{
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }
  .carousel--hero{
    min-height: 600px;
  }
  .carousel--hero .carousel__item img{
    aspect-ratio: 16 / 10;
  }
}
@media (max-width: 899px){
  .carousel--hero{
    min-height: 340px;
  }
}

/* Keep spotlight carousels looking like cards */
.split{
  align-items: center;
}
.carousel--square .carousel__item{
  width: 74%;
}
@media (min-width: 900px){
  .carousel--square .carousel__item{
    width: 52%;
  }
}

/* --- v10 hero visibility fix: remove edge masks & ensure no clipping --- */
.carousel--hero::before,
.carousel--hero::after{
  display:none !important;
}
.carousel--hero{
  overflow:hidden;
}
.carousel--hero .carousel__track{
  align-items: stretch;
}
.carousel--hero .carousel__item{
  height: 100%;
}
.carousel--hero .carousel__item img{
  height: 100%;
  max-height: none;
}

/* --- v11 hero carousel: true slider (fixes clipping/masking) + reduced height --- */
.carousel--hero{
  height: clamp(240px, 34vw, 420px);
  min-height: 260px;
  overflow: hidden;
}
.carousel--hero .carousel__track{
  position: relative;
  height: 100%;
  padding: 0 !important;
  gap: 0 !important;
  transform: none !important;
  animation: none !important;
}
.carousel--hero .carousel__item{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  animation: heroFade 24s infinite;
}
.carousel--hero .carousel__item:nth-child(1){ animation-delay: 0s; }
.carousel--hero .carousel__item:nth-child(2){ animation-delay: 6s; }
.carousel--hero .carousel__item:nth-child(3){ animation-delay: 12s; }
.carousel--hero .carousel__item:nth-child(4){ animation-delay: 18s; }

.carousel--hero:hover .carousel__item{
  animation-play-state: paused;
}
.carousel--hero .carousel__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  border: none !important;
}

/* Fade timing: quick fade-in, long hold, fade-out */
@keyframes heroFade{
  0%{ opacity:0; }
  6%{ opacity:1; }
  25%{ opacity:1; }
  31%{ opacity:0; }
  100%{ opacity:0; }
}

/* --- v12 hero width fix: make hero carousel fill its column --- */
.hero__media{
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
}
.carousel--hero{
  width: 100% !important;
  display: block;
}
.carousel--hero .carousel__track{
  width: 100%;
}

/* --- Light theme overrides (keeps depth, not plain) --- */
.topbar{
  background: rgba(255,255,255,.70);
  border-bottom:1px solid rgba(15,23,42,.10);
  backdrop-filter: blur(12px);
}
.header{
  background: rgba(255,255,255,.72);
  border-bottom:1px solid rgba(15,23,42,.10);
  backdrop-filter: blur(14px);
}
.brand__mark{
  background: radial-gradient(circle at 30% 30%, rgba(6,182,212,.22), transparent 55%),
              radial-gradient(circle at 70% 40%, rgba(124,58,237,.22), transparent 55%),
              rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.10);
}
.nav__menu a{ color: rgba(15,23,42,.70); }
.nav__menu a:hover{ color: rgba(15,23,42,.92); }

.btn--ghost{
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.12);
}
.chip, .trust__item, .card, .panel, .note, .product{
  background: var(--panel);
  border:1px solid rgba(15,23,42,.10);
}
.carousel{
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.10);
  box-shadow: var(--shadow);
}

/* Edge fades should match light bg */
.carousel::before{
  background: linear-gradient(90deg, rgba(246,247,251,.96), rgba(246,247,251,0));
}
.carousel::after{
  background: linear-gradient(270deg, rgba(246,247,251,.96), rgba(246,247,251,0));
}

.section--tint{
  background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(6,182,212,.04));
  border-top:1px solid rgba(15,23,42,.08);
  border-bottom:1px solid rgba(15,23,42,.08);
}

/* Keep custom-order as dark anchor */
.section--dark{
  background: radial-gradient(900px 650px at 18% 10%, rgba(124,58,237,.28), transparent 60%),
              radial-gradient(900px 650px at 90% 20%, rgba(6,182,212,.20), transparent 62%),
              linear-gradient(180deg, #0b1220, #070c16);
  border-top:1px solid rgba(255,255,255,.10);
  color:#e9eefc;
}
.section--dark .muted{ color: rgba(233,238,252,.75); }
.section--dark input, .section--dark textarea{
  background: rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.14);
  color:#e9eefc;
}
.section--dark input::placeholder, .section--dark textarea::placeholder{
  color: rgba(233,238,252,.55);
}

.footer{
  background: rgba(255,255,255,.70);
  border-top:1px solid rgba(15,23,42,.10);
}
.footer__links a{ color: rgba(15,23,42,.70); }
.footer__links a:hover{ color: rgba(15,23,42,.92); }
