/* ============================================================
   RESET & BASE
   ============================================================ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-feature-settings:'cv11','ss01';
  color:#0f172a;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
  overflow-x:hidden;
}
::selection{background:#f97316;color:#fff}
details summary::-webkit-details-marker{display:none}


/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.h1{
  font-size:58px;
  line-height:1.04;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0 0 24px;
  max-width:15ch;
  color:#0f172a;
}
.h2{
  font-size:40px;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0 0 18px;
  line-height:1.1;
  color:#0f172a;
}

/* accent color for inline spans (e.g. hero h1 highlight) */
.text-accent{color:#f97316}

/* eyebrow labels above headings */
.section-eyebrow{
  font-size:13px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ea580c;
  margin:0 0 14px;
}
.section-eyebrow--light{color:#fb923c}


/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #e2e8f0;
}
.site-header__inner{
  max-width:1152px;
  margin:0 auto;
  padding:0 24px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.site-header__logo{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
  color:inherit;
}
.site-header__logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.site-header__brand{font-weight:700;font-size:14.5px;letter-spacing:-.01em}
.site-header__tagline{font-size:12px;color:#64748b;font-weight:500}
.site-header__nav{display:flex;align-items:center;gap:32px}

@media( max-width: 660px ) {
    .site-header__nav .navlink{ display: none; }
}

/* nav text links (also used in footer) */
.navlink{transition:color .18s;text-decoration:none;color:#475569;font-weight:500;font-size:14.5px}
.navlink:hover{color:#0f172a}

/* header GitHub button */
.site-header__github{
  text-decoration:none;
  color:#0f172a;
  font-weight:600;
  font-size:14.5px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 14px;
  border:1px solid #e2e8f0;
  border-radius:9px;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.cta-dark{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#0f172a;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:15.5px;
  padding:14px 24px;
  border-radius:11px;
  transition:background .2s;
  box-shadow:0 1px 2px rgba(15,23,42,.12);
}
.cta-dark:hover{background:#020617}

.cta-primary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#f97316;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:15.5px;
  padding:14px 24px;
  border-radius:11px;
  transition:background .2s;
  box-shadow:0 1px 2px rgba(249,115,22,.25);
}
.cta-primary:hover{background:#ea580c}


/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
  overflow:hidden;
}
.hero__blob{
  position:absolute;
  top:-160px;
  right:-120px;
  width:520px;
  height:520px;
  background:radial-gradient(circle,rgba(249,115,22,.10),transparent 66%);
  pointer-events:none;
}
.hero__inner{
  max-width:1152px;
  margin:0 auto;
  padding:88px 24px 96px;
  position:relative;
}
.hero__badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:6px 13px 6px 11px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:100px;
  font-size:13px;
  font-weight:500;
  color:#475569;
  margin-bottom:28px;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
}
.hero__badge-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.16);
  flex:none;
}
.hero__lead{
  font-size:19px;
  line-height:1.6;
  color:#475569;
  max-width:36rem;
  margin:0 0 36px;
  font-weight:400;
}
.hero__ctas{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-bottom:28px;
}
.hero__install-note{
  font-size:14px;
  color:#64748b;
  font-weight:500;
  margin:0 0 38px;
  display:flex;
  align-items:center;
  gap:8px;
}
.hero__tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{
  font-size:13px;
  font-weight:500;
  color:#334155;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:8px;
  padding:7px 13px;
}


/* ============================================================
   SHOWCASE  (dark section with reveal slider)
   ============================================================ */
.showcase{background:#020617;padding:80px 24px 88px}
.showcase__inner{max-width:1024px;margin:0 auto;text-align:center}
.showcase__h2{
  color:#fff;
  font-size:34px;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0 0 36px;
  line-height:1.1;
}
.showcase__frame{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 40px 90px -20px rgba(0,0,0,.6);
  border:1px solid #1e293b;
  aspect-ratio:7/5;
  background:#0f172a;
}
.showcase__frame img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.showcase__caption{color:#64748b;font-size:13.5px;margin:16px 0 0;font-weight:500}

/* reveal slider — structure styles (interaction in reveal-slider.js) */
.reveal{position:relative;user-select:none}
.reveal__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.reveal__img--top{
  clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0);
}
.reveal__range{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:ew-resize;
  margin:0;
  z-index:3;
}
.reveal__handle{
  position:absolute;
  top:0;
  bottom:0;
  left:var(--pos,50%);
  transform:translateX(-50%);
  width:2px;
  background:#fff;
  z-index:2;
  pointer-events:none;
}
.reveal__handle::after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.35);
}


/* ============================================================
   FEATURES
   ============================================================ */
.features{background:#fff;padding:104px 24px}
.features__inner{max-width:1152px;margin:0 auto}
.features__header{max-width:42rem;margin-bottom:60px}
.features__lead{font-size:18px;color:#475569;margin:0;line-height:1.6}

.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.feat-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:30px;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.feat-card:hover{
  border-color:#cbd5e1;
  box-shadow:0 10px 34px -8px rgba(15,23,42,.12);
  transform:translateY(-2px);
}
.feat-card__icon{
  width:44px;
  height:44px;
  border-radius:11px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}
.feat-card__title{
  font-size:18px;
  font-weight:700;
  margin:0 0 14px;
  letter-spacing:-.01em;
  color:#0f172a;
}
.feat-card__list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:11px;
}
.feat-card__list-item{
  display:flex;
  gap:10px;
  font-size:14.5px;
  color:#475569;
  line-height:1.5;
}
.feat-card__list-item svg{flex:none;margin-top:3px}

.features__cta{
  margin-top:52px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  text-align:center;
}
.features__cta-title{font-size:16px;font-weight:600;margin:0;letter-spacing:-.01em;color:#0f172a}
.features__cta-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.features__cta-note{font-size:13.5px;color:#64748b;margin:2px 0 0;font-weight:500}

/* smaller variant of cta buttons used in features / footer cta */
.cta-dark--sm{font-size:15px;padding:13px 22px;border-radius:10px}
.cta-primary--sm{font-size:15px;padding:13px 22px;border-radius:10px}


/* ============================================================
   TECH / REASONS
   ============================================================ */
.tech{
  background:#f8fafc;
  border-top:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
  padding:104px 24px;
}
.tech__inner{max-width:1152px;margin:0 auto}
.tech__header{max-width:44rem;margin-bottom:56px}
.tech__h2{font-size:40px;letter-spacing:-.03em;font-weight:800;margin:0;line-height:1.1;color:#0f172a}

.tech-grid{display:grid;grid-template-columns:360px 1fr;gap:56px;align-items:start}

.tech-mock{
  position:sticky;
  top:94px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:16px;
  box-shadow:0 20px 50px -16px rgba(15,23,42,.16);
}
.tech-mock img{display:block;width:100%;height:auto;border-radius:12px}

.tech__reasons{display:flex;flex-direction:column}

.reason-row{display:flex;gap:20px}
.reason-row--first{padding:0 0 26px}
.reason-row--mid{padding:26px 0}
.reason-row--last{padding:26px 0 0}

.reason-num{
  flex:none;
  width:42px;
  height:42px;
  border-radius:11px;
  background:#fff;
  border:1px solid #e2e8f0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
  color:#f97316;
  transition:all .2s;
}
.reason-row:hover .reason-num{
  background:#f97316;
  color:#fff;
  border-color:#f97316;
}
.reason-row__body{padding-top:3px}
.reason-row__title{font-size:19px;font-weight:700;margin:0 0 8px;letter-spacing:-.01em;color:#0f172a}
.reason-row__text{font-size:15.5px;color:#475569;margin:0;line-height:1.6}

.reason-divider{height:1px;background:#e2e8f0}


/* ============================================================
   COMPARE TABLE
   ============================================================ */
.compare{background:#fff;padding:104px 24px}
.compare__inner{max-width:1152px;margin:0 auto}
.compare__header{max-width:44rem;margin-bottom:48px}
.compare__lead{font-size:18px;color:#475569;margin:0;line-height:1.6}

.cmp-wrap{
  border:1px solid #e2e8f0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
}
.cmp-inner{/* overflow-x applied via responsive rule */}

.cmp-head{
  display:grid;
  grid-template-columns:1.7fr 1fr 1fr 1fr;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
}
.cmp-head__label{
  padding:20px 24px;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#94a3b8;
}
.cmp-head__col{
  padding:16px;
  text-align:center;
  font-weight:600;
  font-size:14.5px;
  color:#334155;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1.25;
}
.cmp-head__col--primary{
  background:#0f172a;
  color:#fff;
  flex-direction:column;
  gap:2px;
}
.cmp-head__col-name{font-weight:700;font-size:15px;letter-spacing:-.01em}
.cmp-head__col-sub{font-size:11.5px;font-weight:500;color:#fb923c}

.cmp-row{
  display:grid;
  grid-template-columns:1.7fr 1fr 1fr 1fr;
  border-bottom:1px solid #f1f5f9;
  align-items:stretch;
}
.cmp-row__feat{
  padding:16px 24px;
  font-size:14.5px;
  font-weight:500;
  color:#334155;
  display:flex;
  align-items:center;
  line-height:1.4;
}
.cmp-row__val{
  padding:16px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13.5px;
  font-weight:500;
  color:#64748b;
}
.cmp-row__val--primary{
  background:#fff7ed;
  border-left:1px solid #fee9d5;
  border-right:1px solid #fee9d5;
  font-size:14px;
  font-weight:700;
  color:#c2410c;
}
.cmp-note{font-size:12.5px;color:#94a3b8;margin:16px 0 0;line-height:1.5}


/* ============================================================
   STORAGE & CONSENT LOGS  (dark section)
   ============================================================ */
.storage{background:#020617;padding:104px 24px;color:#e2e8f0}
.storage__inner{max-width:1152px;margin:0 auto}
.storage__header{max-width:44rem;margin-bottom:52px}
.storage__h2{
  font-size:36px;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0;
  line-height:1.12;
  color:#fff;
}

.logs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}

.storage__card{
  background:#0f172a;
  border:1px solid #1e293b;
  border-radius:18px;
  padding:34px;
}
.storage__card-title{
  font-size:21px;
  font-weight:700;
  margin:0 0 16px;
  color:#fff;
  letter-spacing:-.01em;
}
.storage__card-text{font-size:15px;color:#94a3b8;margin:0;line-height:1.65}
.storage__card-text+*{margin-top:16px}

.cookie-label{
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#475569;
  margin:24px 0 12px;
}
.cookie-code{
  font-family:'JetBrains Mono',monospace;
  background:#020617;
  border:1px solid #1e293b;
  border-radius:12px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cookie-name{font-size:14px;color:#fb923c;font-weight:500;margin-bottom:8px}
.cookie-meta{font-size:12.5px;color:#94a3b8;line-height:1.8}
.cookie-meta__key{color:#475569}
.cookie-divider{height:1px;background:#1e293b}

.notice{
  display:flex;
  gap:13px;
  align-items:flex-start;
  background:rgba(249,115,22,.08);
  border:1px solid rgba(249,115,22,.24);
  border-radius:12px;
  padding:18px;
}
.notice svg{flex:none;margin-top:1px}
.notice__text{font-size:14px;color:#cbd5e1;margin:0;line-height:1.55;font-weight:500}


/* ============================================================
   FAQ
   ============================================================ */
.faq{background:#fff;padding:104px 24px}
.faq__inner{max-width:768px;margin:0 auto}
.faq__header{text-align:center;margin-bottom:48px}
.faq__title{
  font-size:38px;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0;
  line-height:1.1;
  color:#0f172a;
}
.faq__list{display:flex;flex-direction:column;gap:12px}

.faq-item{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:2px 24px;
}
.faq-item__summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 0;
  font-size:16.5px;
  font-weight:600;
  letter-spacing:-.01em;
  color:#0f172a;
}
.faq-plus{
  flex:none;
  color:#f97316;
  font-size:26px;
  font-weight:300;
  transition:transform .25s;
  line-height:1;
}
details[open] .faq-plus{transform:rotate(45deg)}
.faq-item__body{margin:0 0 20px;font-size:15px;color:#475569;line-height:1.65}


/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.cta-section{
  background:#f8fafc;
  border-top:1px solid #e2e8f0;
  padding:96px 24px;
}
.cta-card{
  max-width:840px;
  margin:0 auto;
  text-align:center;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:60px 48px;
  box-shadow:0 24px 60px -20px rgba(15,23,42,.16);
  position:relative;
  overflow:hidden;
}
.cta-card__blob{
  position:absolute;
  top:-90px;
  left:50%;
  transform:translateX(-50%);
  width:360px;
  height:240px;
  background:radial-gradient(circle,rgba(249,115,22,.12),transparent 70%);
  pointer-events:none;
}
.cta-card__title{
  font-size:38px;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0 0 18px;
  line-height:1.1;
  position:relative;
  color:#0f172a;
}
.cta-card__text{
  font-size:18px;
  color:#475569;
  max-width:34rem;
  margin:0 auto 34px;
  line-height:1.6;
  position:relative;
}
.cta-card__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  position:relative;
}
.cta-card__note{
  font-size:13.5px;
  color:#64748b;
  margin:26px 0 0;
  font-weight:500;
  position:relative;
}


/* ============================================================
   SITE FOOTER
   ============================================================ */
.site-footer{background:#020617;color:#94a3b8;padding:48px 24px}
.site-footer__inner{
  max-width:1152px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  align-items:center;
  justify-content:space-between;
}
.site-footer__logo{display:flex;align-items:center;gap:12px}
.site-footer__logo img { filter: invert(1); }
.site-footer__brand{line-height:1.35}
.site-footer__brand-name{color:#fff;font-weight:600;font-size:14px}
.site-footer__brand-sub{font-size:12.5px;color:#64748b}
.site-footer__nav{display:flex;gap:26px;align-items:center}
.site-footer__bottom{
  max-width:1152px;
  margin:32px auto 0;
  padding-top:24px;
  border-top:1px solid #1e293b;
  font-size:12.5px;
  color:#475569;
}

.site-footer__bottom a {
    color: inherit;
}

.site-footer__nav .navlink:hover{color:#ffffff}


/* ============================================================
   RESPONSIVE  ≤ 900 px
   ============================================================ */
@media(max-width:900px){
  .features-grid{grid-template-columns:1fr}
  .tech-grid{grid-template-columns:1fr}
  .tech-mock{position:static;max-width:360px}
  .logs-grid{grid-template-columns:1fr}
  .h1{font-size:40px}
  .h2{font-size:32px}
  .cmp-wrap{overflow-x:auto}
  .cmp-inner{min-width:680px}
}
