/*
Theme Name: PENA School
Theme URI: https://penaschool.id
Author: SEVIMA
Author URI: https://sevima.com
Description: Landing page resmi PENA School — platform sekolah K-12 buatan Indonesia oleh SEVIMA.
Version: 1.0.0
License: Proprietary
Text Domain: pena-school
*/

/* ===========================
   PENA SCHOOL · LANDING PAGE
   =========================== */

@import url('assets/colors_and_type.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--gray-700);
  font-family: var(--font-sans);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* --- Reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
}
.reveal--in { opacity: 1; transform: none; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid transparent;
  transition: all var(--dur-base) var(--ease-out);
  cursor: pointer;
  white-space: nowrap;
}
.btn--lg { padding: 16px 28px; font-size: 15px; }
.btn--primary {
  background: var(--orange-500);
  color: #fff;
  box-shadow: var(--shadow-orange);
}
.btn--primary:hover { background: var(--orange-700); transform: translateY(-2px); }
.btn--ghost {
  background: transparent;
  color: var(--navy-500);
  border-color: var(--navy-500);
}
.btn--ghost:hover { background: var(--navy-50); }
.btn--ghost-on-dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn--ghost-on-dark:hover { background: rgba(255,255,255,0.08); border-color: #fff; }
.btn__arr { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .btn__arr { transform: translateX(3px); }

/* --- Dot helper --- */
.dot { width: 8px; height: 8px; border-radius: 999px; display: inline-block; }
.dot--o { background: var(--orange-500); }

/* --- Section helpers --- */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  border-radius: 999px;
  color: var(--navy-500);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.section-eyebrow.center { margin: 0 auto 20px; }
.eyebrow__sp { width: 16px; height: 16px; }

.section-h1 {
  font-size: 52px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.section-h1.center { text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; }
.section-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray-500);
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
  text-wrap: pretty;
}
.accent-n { color: var(--navy-500); }
.accent-w { color: var(--navy-500); position: relative; display: inline-block; }
.u-underline {
  position: absolute;
  bottom: -10px; left: 0;
  width: 100%; height: 16px;
}

/* =============== NAV =============== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 16px 0;
  transition: all var(--dur-base) var(--ease-out);
}
.nav--solid {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
  padding: 10px 0;
}
.nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__brand img { height: 30px; display: block; }
.nav__links {
  display: flex;
  gap: 28px;
  margin-left: 24px;
}
.nav__links a {
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 500;
  transition: color var(--dur-fast);
}
.nav__links a:hover { color: var(--navy-500); }
.nav__cta {
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
.nav__cta .btn { padding: 10px 18px; font-size: 13px; }

/* =============== HERO =============== */
.hero {
  position: relative;
  padding: 130px 32px 60px;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero__doodle { position: absolute; opacity: 0.8; }
.hero__doodle--1 { top: 120px; left: -20px; width: 110px; height: 110px; opacity: 0.35; }
.hero__doodle--2 { top: 300px; right: -40px; width: 140px; height: 100px; opacity: 0.5; }
.hero__doodle--3 { top: 180px; left: 48%; width: 36px; height: 36px; }
.hero__doodle--4 { bottom: 80px; left: 30%; width: 70px; height: 70px; opacity: 0.35; }
.hero__doodle--5 { top: 360px; left: 38%; width: 300px; height: 80px; opacity: 0.3; }
.hero__doodle--6 { bottom: 200px; right: 10%; width: 160px; height: 36px; opacity: 0.6; }
.hero__doodle--7 { top: 150px; right: 42%; width: 28px; height: 28px; }

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  min-height: 600px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: var(--orange-50);
  border: 1px solid var(--orange-300);
  border-radius: 999px;
  color: var(--orange-900);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  width: fit-content;
}

.hero__h1 {
  font-size: 72px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}
.hero__h1 > span { display: block; }
.hero__h1-accent {
  position: relative;
  color: var(--navy-500);
  display: inline-block !important;
}
.hero__underline {
  position: absolute;
  bottom: -14px; left: 0;
  width: 100%; height: 18px;
}

.hero__sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--gray-500);
  max-width: 520px;
  margin: 0 0 32px;
  text-wrap: pretty;
}

.hero__cta {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--gray-500);
}
.hero__trust-avs { display: flex; }
.hero__av {
  width: 34px; height: 34px;
  border-radius: 999px;
  border: 2px solid #fff;
  margin-left: -10px;
}
.hero__av:first-child { margin-left: 0; }

/* Hero visual */
.hero__visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__blob {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__blob-svg { width: 480px; height: 480px; }
.hero__owl {
  position: relative;
  z-index: 2;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero__chip {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}
.hero__chip--1 { top: 40px; left: -20px; }
.hero__chip--2 { top: 220px; right: -30px; }
.hero__chip--3 { bottom: 30px; left: 10px; }
.chip__ic {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: #D1FAE5;
  color: #047857;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.chip__ic--o { background: var(--orange-100); color: var(--orange-700); }
.chip__ic--n { background: var(--navy-50); color: var(--navy-500); }
.chip__l { font-size: 11px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.chip__v { font-size: 14px; font-weight: 700; color: var(--navy-900); }

.hero__arr { position: absolute; top: 180px; right: 28%; width: 70px; height: 50px; opacity: 0.6; }
.hero__star { position: absolute; bottom: 100px; right: 20%; width: 32px; height: 32px; }

/* =============== HERO STATS (credibility bar) =============== */
.hero__stats {
  position: relative;
  z-index: 1;
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px dashed var(--border-subtle);
  text-align: center;
}
.hero__stats-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gray-700);
  margin-bottom: 28px;
}
.hero__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.hero__stat {
  position: relative;
  padding: 32px 24px 28px;
  border-radius: var(--r-lg);
  text-align: left;
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}
.hero__stat:hover {
  transform: translateY(-4px);
}
.hero__stat--dark {
  background: var(--navy-900);
  color: #fff;
  box-shadow: 0 8px 20px rgba(31, 42, 74, 0.18);
}
.hero__stat--dark:hover {
  box-shadow: 0 14px 30px rgba(31, 42, 74, 0.28);
}
.hero__stat--light {
  background: var(--orange-50);
  border: 1px solid var(--orange-300);
  color: var(--navy-900);
}
.hero__stat--light:hover {
  border-color: var(--orange-500);
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.18);
}
.hero__stat-number {
  display: block;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.hero__stat-number--sm { font-size: 28px; letter-spacing: -0.02em; }
.hero__stat--dark  .hero__stat-number { color: var(--orange-500); }
.hero__stat--light .hero__stat-number { color: var(--navy-900); }
.hero__stat-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.82;
}
.hero__stat-sp {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  opacity: 0.65;
  transition: transform var(--dur-base) var(--ease-out);
}
.hero__stat:hover .hero__stat-sp {
  transform: rotate(18deg) scale(1.15);
}

/* =============== PROBLEM =============== */
.problem {
  background: var(--navy-900);
  padding: 100px 32px;
  position: relative;
  overflow: hidden;
}
.problem__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.problem__eyebrow {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: var(--orange-300) !important;
}
.problem__h { color: #fff !important; margin-bottom: 56px; }
.problem__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.problem__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: all var(--dur-base) var(--ease-out);
}
.problem__card:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--orange-500);
  transform: translateY(-3px);
}
.problem__ic { font-size: 32px; margin-bottom: 16px; display: block; }
.problem__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.problem__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.problem__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =============== PERSONA =============== */
.persona {
  background: var(--navy-50);
  padding: 100px 32px;
}
.persona__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.persona__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}
.persona__card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  text-align: center;
  transition: all var(--dur-base) var(--ease-out);
}
.persona__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange-300);
}
.persona__ic {
  width: 72px; height: 72px;
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
}
.persona__role {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.persona__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-500);
  margin: 0;
}

/* =============== PRODUCT SPLIT =============== */
.products {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 32px 80px;
  position: relative;
}
.products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 64px;
}
.product {
  position: relative;
  border-radius: var(--r-xl);
  padding: 48px 48px 0;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  flex-direction: column;
}
.product--sis {
  background: var(--navy-900);
  color: #fff;
}
.product--pc {
  background: var(--orange-50);
  border: 1px solid var(--orange-300);
}
.product__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange-500);
  background: rgba(245,166,35,0.12);
  padding: 6px 12px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 20px;
}
.product__tag--w {
  background: var(--navy-500);
  color: #fff;
}
.product__title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.product__title--n { color: var(--navy-900); }
.product__desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  margin: 0 0 20px;
  max-width: 480px;
}
.product__desc--n { color: var(--gray-700); }
.product__list {
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product__list li {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding-left: 24px;
  position: relative;
}
.product__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--orange-500);
  font-weight: 700;
}
.product__list--n li { color: var(--gray-700); }
.product__cta {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.product__mock {
  margin-top: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.product__mock--phone {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.product__owl {
  margin-bottom: -10px;
  animation: float 4s ease-in-out infinite;
}
.product__doodle {
  position: absolute;
  top: 30px; right: 30px;
  width: 120px; height: 40px;
  opacity: 0.5;
}
.product__doodle--n { top: 40px; right: 40px; width: 100px; height: 80px; opacity: 0.25; }

/* =============== FEATURES =============== */
.features {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 32px;
  position: relative;
}
.features__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: all var(--dur-base) var(--ease-out);
  overflow: hidden;
}
.feature:hover {
  border-color: var(--orange-300);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.feature__ic {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-50);
  color: var(--orange-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
.feature:nth-child(2) .feature__ic,
.feature:nth-child(4) .feature__ic,
.feature:nth-child(6) .feature__ic {
  background: var(--navy-50);
  color: var(--navy-500);
}
.feature__t {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.feature__d {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-500);
  margin: 0;
}
.feature__sp {
  position: absolute;
  top: 16px; right: 16px;
  width: 18px; height: 18px;
  opacity: 0;
  transition: opacity var(--dur-base);
}
.feature:hover .feature__sp { opacity: 1; }

/* =============== FEATURES CTA =============== */
.features__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
}

/* =============== FEATURE GRID =============== */
.feat-grid {
  background: #FFF8EC;
  padding: 100px 32px;
  position: relative;
}
.feat-grid .section-eyebrow,
.feat-grid .section-h1,
.feat-grid .section-lead {
  position: relative;
  z-index: 1;
}
.feat-grid__items {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.feat-grid__item {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 24px 20px;
  text-align: left;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(245,166,35,0.15);
  transition: all var(--dur-base) var(--ease-out);
}
.feat-grid__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange-300);
}
.feat-grid__ic {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}
.feat-grid__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 6px;
}
.feat-grid__desc {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.55;
}

/* =============== SOCIAL PROOF =============== */
.proof {
  background: var(--navy-50);
  padding: 100px 32px;
  position: relative;
  overflow: hidden;
}
.proof__bg { position: absolute; inset: 0; pointer-events: none; }
.proof__curve { position: absolute; top: 10%; left: -5%; width: 50%; height: 200px; opacity: 0.3; }
.proof__dots { position: absolute; bottom: 10%; right: 5%; width: 100px; height: 100px; opacity: 0.4; }
.proof__head {
  max-width: 1240px;
  margin: 0 auto 56px;
  position: relative;
}
.proof__grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.quote {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 36px 32px 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.quote__mark {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.5;
  margin-bottom: 20px;
  font-family: Georgia, serif;
}
.quote__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--navy-900);
  font-weight: 500;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.quote__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border-soft);
}
.quote__ava {
  width: 42px; height: 42px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.quote__name { font-weight: 700; color: var(--navy-900); font-size: 14px; }
.quote__role { font-size: 12px; color: var(--gray-500); }

/* =============== ABOUT =============== */
.about {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.about__stage {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__circle {
  position: absolute;
  inset: 5%;
  width: 90%; height: 90%;
  opacity: 0.7;
}
.about__zig {
  position: absolute;
  bottom: 10%; right: -5%;
  width: 140px; height: 50px;
}
.about__sp { position: absolute; width: 28px; height: 28px; }
.about__sp--1 { top: 10%; right: 10%; }
.about__sp--2 { bottom: 20%; left: 5%; }

.about__right .section-eyebrow { margin-bottom: 20px; }
.about__body {
  font-size: 17px;
  line-height: 1.7;
  color: var(--gray-700);
  margin: 0 0 20px;
  text-wrap: pretty;
  max-width: 560px;
}
.about__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--navy-50);
  color: var(--navy-500);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--navy-100);
}

/* =============== FAQ =============== */
.faq {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 32px;
}
.faq__split {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}
.faq__sidebar {
  position: sticky;
  top: 100px;
}
.faq__sidebar .section-eyebrow { margin-bottom: 20px; }
.faq__sidebar-h {
  font-size: 36px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all var(--dur-base) var(--ease-out);
}
.faq__item.is-open {
  border-color: var(--orange-300);
  background: var(--orange-50);
}
.faq__q {
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy-900);
}
.faq__toggle {
  width: 32px; height: 32px;
  border-radius: 999px;
  background: var(--navy-50);
  color: var(--navy-500);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
  transition: all var(--dur-base);
}
.faq__item.is-open .faq__toggle {
  background: var(--orange-500);
  color: #fff;
}
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out);
}
.faq__item.is-open .faq__a { max-height: 400px; }
.faq__a p {
  padding: 0 24px 24px;
  margin: 0;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
  text-wrap: pretty;
}

/* =============== FINAL CTA =============== */
.final {
  background: var(--navy-50);
  margin: 80px 32px;
  border-radius: var(--r-xl);
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.final__bg { position: absolute; inset: 0; pointer-events: none; }
.final__d { position: absolute; }
.final__d--1 { top: 40px; left: 40px; width: 100px; height: 100px; opacity: 0.35; }
.final__d--2 { bottom: 40px; right: 60px; width: 140px; height: 100px; opacity: 0.3; }
.final__d--3 { top: 80px; right: 30%; width: 80px; height: 80px; opacity: 0.3; }
.final__d--4 { top: 30px; right: 20%; width: 28px; height: 28px; opacity: 0.5; }
.final__d--5 { bottom: 30%; left: 30%; width: 200px; height: 40px; opacity: 0.2; }
.final__inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
.final__h {
  font-size: 52px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
  text-wrap: balance;
}
.final__acc1 { color: var(--orange-500); position: relative; display: inline-block; }
.final__acc2 { color: var(--navy-500); font-style: italic; font-weight: 800; }
.final__acc3 { color: var(--orange-700); font-style: italic; font-weight: 800; }
.final__u { bottom: -14px; height: 16px; }
.final__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.final__input {
  width: 100%;
  padding: 14px 20px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--r-pill);
  font-size: 15px;
  font-family: inherit;
  color: var(--navy-900);
  background: #fff;
  outline: none;
  transition: border-color var(--dur-base);
}
.final__input:focus { border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(245,166,35,0.12); }
.final__input::placeholder { color: var(--gray-400); }
.final__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.final__or {
  font-size: 14px;
  color: var(--gray-500);
  flex-shrink: 0;
}
.final__tally {
  margin-top: 8px;
  width: 100%;
}
.final__tally iframe {
  width: 100%;
  min-height: 300px;
  border: none;
}
.final__sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--gray-500);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.final__risk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 20px;
  font-size: 13px;
  color: var(--gray-500);
}
.final__risk span { display: flex; align-items: center; gap: 6px; }

/* =============== FOOTER =============== */
.foot {
  background: #fff;
  padding: 80px 32px 32px;
  border-top: 1px solid var(--border-soft);
}
.foot__top {
  max-width: 1240px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 64px;
}
.foot__logo { height: 32px; display: block; margin-bottom: 16px; }
.foot__tag {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray-500);
  max-width: 340px;
  margin: 0;
}
.foot__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.foot__h {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--navy-900);
  font-weight: 700;
  margin-bottom: 16px;
}
.foot__cols a {
  display: block;
  font-size: 14px;
  color: var(--gray-500);
  padding: 6px 0;
  transition: color var(--dur-fast);
}
.foot__cols a:hover { color: var(--navy-500); }
.foot__bot {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--gray-500);
  flex-wrap: wrap;
  gap: 16px;
}
.foot__links { display: flex; gap: 24px; }
.foot__links a:hover { color: var(--navy-500); }

/* =============== WHATSAPP FLOATING BUTTON =============== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 18px;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35), 0 4px 10px rgba(0, 0, 0, 0.12);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
  animation: wa-rise 600ms var(--ease-out) both 400ms;
}
.wa-float:hover {
  background: #1EBE5D;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45), 0 6px 14px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.wa-float:active { transform: translateY(-1px); }
.wa-float__ic {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.wa-float__label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.wa-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #25D366;
  opacity: 0.55;
  animation: wa-pulse 2.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none;
}
@keyframes wa-pulse {
  0%   { transform: scale(1);    opacity: 0.55; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
@keyframes wa-rise {
  from { opacity: 0; transform: translateY(20px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}
@media (max-width: 640px) {
  .wa-float {
    bottom: 18px;
    right: 18px;
    padding: 14px;
    gap: 0;
  }
  .wa-float__label {
    display: none;
  }
  .wa-float__ic {
    width: 28px;
    height: 28px;
  }
}

/* =============== TWEAKS PANEL =============== */
.tweaks {
  position: fixed;
  bottom: 24px; right: 24px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px;
  z-index: 100;
  min-width: 280px;
}
.tweaks__h {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-900);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tweaks__dot { width: 8px; height: 8px; background: var(--orange-500); border-radius: 999px; }
.tweaks__row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.tweaks__label { font-size: 11px; text-transform: uppercase; color: var(--gray-500); letter-spacing: 0.08em; font-weight: 600; }
.tweaks__opts { display: flex; flex-direction: column; gap: 6px; }
.tweaks__opt {
  padding: 10px 12px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-sm);
  font-size: 13px;
  color: var(--gray-700);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: all var(--dur-fast);
  font-weight: 500;
}
.tweaks__opt:hover { border-color: var(--navy-300); }
.tweaks__opt.is-active {
  background: var(--navy-500);
  color: #fff;
  border-color: var(--navy-500);
  font-weight: 600;
}

/* =============== MOCKUPS =============== */
/* SIS desktop window */
.mock-sis {
  width: 780px;
  max-width: 100%;
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: 0 -12px 40px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
  transform: perspective(1600px) rotateX(2deg);
  transform-origin: bottom center;
  margin: 0 auto;
}
.mock-sis__chrome {
  background: #E8ECF3;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #D1D5DB;
}
.mock-sis__dot { width: 12px; height: 12px; border-radius: 999px; }
.mock-sis__addr {
  background: #fff;
  margin-left: 20px;
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 11px;
  color: #6B7280;
  flex: 1;
  max-width: 260px;
}
.mock-sis__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 440px;
}
.mock-sis__side {
  background: var(--navy-900);
  color: #fff;
  padding: 16px 0;
  font-size: 12px;
}
.mock-sis__logo { padding: 0 16px 4px; }
.mock-sis__logo img { height: 18px; filter: brightness(0) invert(1); }
.mock-sis__tag { padding: 0 16px 16px; color: rgba(255,255,255,0.55); font-size: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 10px; }
.mock-sis__nav {
  padding: 9px 16px;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
}
.mock-sis__nav.is-active {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-left: 3px solid var(--orange-500);
  padding-left: 13px;
  font-weight: 600;
}
.mock-sis__ic { font-size: 13px; opacity: 0.8; }
.mock-sis__org {
  margin: 20px 16px 0;
  padding: 12px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
}
.mock-sis__org-name { font-weight: 700; font-size: 11px; }
.mock-sis__org-year { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.mock-sis__main { padding: 16px 20px; }
.mock-sis__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.mock-sis__crumb { font-size: 9px; letter-spacing: 0.12em; color: #9CA3AF; font-weight: 700; }
.mock-sis__title { font-size: 20px; font-weight: 800; color: var(--navy-900); }
.mock-sis__search {
  flex: 1;
  background: #F3F4F6;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 11px;
  color: #9CA3AF;
}
.mock-sis__user { display: flex; align-items: center; gap: 10px; }
.mock-sis__bell { position: relative; font-size: 14px; }
.mock-sis__bdot { position: absolute; top: -2px; right: -2px; width: 8px; height: 8px; background: var(--orange-500); border-radius: 999px; border: 2px solid #fff; }
.mock-sis__avatar { width: 28px; height: 28px; border-radius: 999px; background: var(--orange-500); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.mock-sis__uname { font-size: 11px; font-weight: 700; color: var(--navy-900); }
.mock-sis__urole { font-size: 9px; color: #9CA3AF; }

.mock-sis__hero {
  background: var(--navy-500);
  border-radius: 12px;
  padding: 20px 24px;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.mock-sis__date { font-size: 9px; letter-spacing: 0.12em; color: var(--orange-500); font-weight: 700; margin-bottom: 6px; }
.mock-sis__greet { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.mock-sis__subgreet { font-size: 11px; color: rgba(255,255,255,0.8); max-width: 320px; line-height: 1.5; margin-bottom: 14px; }
.mock-sis__btn {
  background: var(--orange-500);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.mock-sis__circ { position: absolute; border-radius: 999px; background: rgba(255,255,255,0.08); }
.mock-sis__circ--a { width: 160px; height: 160px; right: -40px; top: -60px; }
.mock-sis__circ--b { width: 100px; height: 100px; right: 60px; bottom: -40px; }

.mock-sis__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.mock-sis__stat {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  padding: 12px;
}
.mock-sis__stat-h { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.mock-sis__stat-ic { font-size: 12px; }
.mock-sis__stat-l { font-size: 10px; color: #6B7280; font-weight: 500; }
.mock-sis__stat-v { font-size: 22px; font-weight: 800; color: var(--navy-900); }
.mock-sis__stat-u { font-size: 13px; color: #6B7280; }
.mock-sis__stat-d { font-size: 9px; color: var(--orange-700); margin-top: 4px; font-weight: 600; }

/* Phone */
.mock-phone {
  width: 260px;
  height: 520px;
  background: #1B2A4A;
  border-radius: 32px;
  padding: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  position: relative;
}
.mock-phone__notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 18px;
  background: #1B2A4A;
  border-radius: 999px;
  z-index: 2;
}
.mock-phone__screen {
  background: #F9FAFB;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
}
.mock-phone__status {
  padding: 10px 16px 6px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  color: var(--navy-900);
}
.mock-phone__hero {
  background: var(--navy-500);
  padding: 12px 16px 18px;
  color: #fff;
  margin: 0 10px;
  border-radius: 14px;
}
.mock-phone__row { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.mock-phone__logo { height: 14px; filter: brightness(0) invert(1); }
.mock-phone__app { font-size: 12px; font-weight: 700; flex: 1; }
.mock-phone__bell { font-size: 14px; }
.mock-phone__date { font-size: 9px; color: var(--orange-500); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 4px; }
.mock-phone__greet { font-size: 18px; font-weight: 800; margin-bottom: 3px; }
.mock-phone__sub { font-size: 10px; opacity: 0.85; margin-bottom: 12px; }
.mock-phone__child {
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mock-phone__ava {
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--orange-500); color: #fff;
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.mock-phone__cname { font-size: 11px; font-weight: 700; flex: 1; }
.mock-phone__cclass { font-size: 9px; opacity: 0.7; }
.mock-phone__chev { margin-left: auto; font-size: 14px; opacity: 0.7; }
.mock-phone__section {
  padding: 14px 20px 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy-900);
}
.mock-phone__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 20px;
}
.mock-phone__card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #E5E7EB;
}
.mock-phone__clabel { font-size: 9px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 6px; }
.mock-phone__clabel--g { color: #047857; }
.mock-phone__clabel--o { color: var(--orange-700); }
.mock-phone__cval { font-size: 11px; font-weight: 700; color: var(--navy-900); margin-bottom: 2px; }
.mock-phone__cmeta { font-size: 9px; color: #6B7280; }
.mock-phone__notice {
  margin: 10px 20px;
  background: var(--orange-50);
  border: 1px solid var(--orange-300);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.mock-phone__nic {
  width: 28px; height: 28px;
  background: var(--orange-500); color: #fff;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.mock-phone__nlabel { font-size: 9px; font-weight: 700; color: var(--orange-700); letter-spacing: 0.05em; }
.mock-phone__ntext { font-size: 10px; color: var(--navy-900); font-weight: 600; margin-top: 2px; }

/* =============== HAMBURGER / MOBILE NAV =============== */
.nav__ham {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  margin-left: auto;
}
.nav__ham span {
  display: block;
  height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
  transition: all 0.25s var(--ease-out);
  transform-origin: center;
}
.nav__ham.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__ham.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__ham.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(15,22,45,0.55);
  z-index: 200;
  backdrop-filter: blur(2px);
}
.nav__drawer {
  position: absolute;
  top: 0; right: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: #fff;
  padding: 0 0 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0,0,0,0.12);
}
.nav__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-soft);
}
.nav__drawer-logo { height: 26px; }
.nav__drawer-close {
  background: var(--navy-50);
  border: none;
  width: 36px; height: 36px;
  border-radius: 999px;
  font-size: 16px;
  color: var(--navy-500);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.nav__drawer-link {
  display: block;
  padding: 18px 24px;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy-900);
  border-bottom: 1px solid var(--border-soft);
  transition: color var(--dur-fast);
}
.nav__drawer-link:hover { color: var(--navy-500); }
.nav__drawer-cta {
  padding: 28px 24px 0;
  margin-top: auto;
}
.nav__drawer-btn { width: 100%; justify-content: center; }

/* =============== ANCHOR SCROLL OFFSET =============== */
#fitur,
#produk,
#tentang,
#faq,
#demo {
  scroll-margin-top: 80px;
}

/* =============== RESPONSIVE =============== */

/* --- Tablet (≤1100px) --- */
@media (max-width: 1100px) {
  /* Nav */
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__ham { display: flex; }

  /* Hero */
  .hero { padding: 110px 24px 48px; }
  .hero__inner { grid-template-columns: 1fr; min-height: auto; gap: 0; }
  .hero__h1 { font-size: 52px; }
  .hero__sub { font-size: 17px; max-width: 100%; }
  .hero__visual { min-height: 380px; margin-top: 40px; }
  .hero__blob-svg { width: 360px; height: 360px; }
  .hero__chip { display: none; }
  .hero__arr, .hero__star { display: none; }

  /* Sections */
  .section-h1 { font-size: 38px; }
  .section-lead { font-size: 16px; }

  /* Products */
  .products { padding: 80px 24px 60px; }
  .products__grid { grid-template-columns: 1fr; }
  .product { min-height: auto; }

  /* Features */
  .features { padding: 60px 24px; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }

  /* Feat grid */
  .feat-grid { padding: 80px 24px; }
  .feat-grid__items { grid-template-columns: repeat(3, 1fr); }

  /* Problem */
  .problem { padding: 80px 24px; }
  .problem__grid { grid-template-columns: repeat(2, 1fr); }

  /* Persona */
  .persona { padding: 80px 24px; }
  .persona__grid { grid-template-columns: repeat(2, 1fr); }

  /* Proof */
  .proof { padding: 80px 24px; }
  .proof__grid { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; }

  /* About */
  .about { grid-template-columns: 1fr; gap: 40px; padding: 80px 24px; }
  .about__left { max-width: 360px; margin: 0 auto; }

  /* FAQ */
  .faq { padding: 60px 24px; }
  .faq__split { grid-template-columns: 1fr; gap: 40px; }
  .faq__sidebar { position: static; }

  /* Final */
  .final { padding: 64px 40px; margin: 60px 24px; }
  .final__h { font-size: 40px; }

  /* Footer */
  .foot { padding: 60px 24px 28px; }
  .foot__top { grid-template-columns: 1fr; gap: 40px; }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* --- Mobile (≤768px) --- */
@media (max-width: 768px) {
  .hero { padding: 100px 20px 40px; }
  .hero__h1 { font-size: 40px; }
  .hero__eyebrow { font-size: 12px; }
  .hero__sub { font-size: 16px; }
  .hero__cta { flex-direction: column; gap: 10px; }
  .hero__cta .btn { width: 100%; justify-content: center; text-align: center; }
  .hero__visual { min-height: 300px; }
  .hero__blob-svg { width: 280px; height: 280px; }
  .hero__stats { margin-top: 48px; padding-top: 32px; }
  .hero__stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero__stat { padding: 24px 18px 20px; }
  .hero__stat-number { font-size: 34px; }
  .hero__stat-number--sm { font-size: 22px; }
  .hero__stat-label { font-size: 11px; letter-spacing: 0.06em; }
  .hero__stats-eyebrow { font-size: 11px; padding: 6px 12px; }

  .section-h1 { font-size: 32px; }
  .section-eyebrow { font-size: 12px; }

  .products { padding: 60px 20px 40px; }
  .product { padding: 28px 20px 0; min-height: auto; }
  .product__title { font-size: 28px; }
  .product__cta { flex-direction: column; }
  .product__cta .btn { width: 100%; justify-content: center; }

  .features { padding: 60px 20px; }
  .features__grid { grid-template-columns: 1fr; }

  /* Feat grid — 2 columns on mobile */
  .feat-grid { padding: 60px 20px; }
  .feat-grid__items { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .feat-grid__item { padding: 20px 16px; }
  .feat-grid__ic { font-size: 22px; margin-bottom: 8px; }
  .feat-grid__title { font-size: 13px; }
  .feat-grid__desc { font-size: 11px; }

  .problem { padding: 60px 20px; }
  .problem__grid { grid-template-columns: 1fr; }

  .persona { padding: 60px 20px; }
  .persona__grid { grid-template-columns: 1fr; }

  .proof { padding: 60px 20px; }

  .about { padding: 60px 20px; }
  .about__stage { max-width: 280px; }

  .faq { padding: 60px 20px; }
  .faq__sidebar-h { font-size: 28px; }
  .faq__q { font-size: 15px; padding: 18px 16px; }
  .faq__a p { padding: 0 16px 20px; font-size: 14px; }

  .final { padding: 48px 24px; margin: 40px 16px; }
  .final__h { font-size: 30px; }
  .final__sub { font-size: 15px; }
  .final__cta { flex-direction: column; }
  .final__cta .btn { width: 100%; justify-content: center; }

  .foot { padding: 48px 20px 24px; }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .foot__bot { flex-direction: column; text-align: center; gap: 10px; }
  .foot__links { justify-content: center; }

  .tweaks { bottom: 12px; right: 12px; left: 12px; min-width: 0; }
}

/* --- Small mobile (≤480px) --- */
@media (max-width: 480px) {
  .hero__h1 { font-size: 34px; }
  .hero__stats-grid { grid-template-columns: 1fr; gap: 10px; }
  .section-h1 { font-size: 28px; }
  .foot__cols { grid-template-columns: 1fr; }
  .foot__top { gap: 28px; }
}

/* =============== BLOG ARCHIVE =============== */
.blog-archive { padding-top: 100px; min-height: 60vh; }

.blog-hero {
  background: var(--navy-50);
  padding: 60px 32px;
  text-align: center;
}
.blog-hero__inner { max-width: 720px; margin: 0 auto; }
.blog-hero__title {
  font-size: 48px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.blog-hero__sub { font-size: 17px; color: var(--gray-500); margin: 0; }

.blog-list { padding: 64px 32px; }
.blog-list__inner { max-width: 1240px; margin: 0 auto; }
.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all var(--dur-base) var(--ease-out);
}
.blog-card:hover {
  border-color: var(--orange-300);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.blog-card__link { display: block; color: inherit; }
.blog-card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--navy-50);
}
.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card__img--placeholder {
  background: linear-gradient(135deg, var(--navy-50), var(--orange-50));
}
.blog-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--orange-500);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
}
.blog-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 20px 20px 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__excerpt {
  font-size: 14px;
  color: var(--gray-500);
  margin: 0 20px 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px 20px;
  font-size: 12px;
  color: var(--gray-500);
}
.blog-card__avatar { border-radius: 999px; }
.blog-card__author { font-weight: 600; color: var(--navy-900); }
.blog-card__sep { opacity: 0.5; }

.blog-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.blog-pagination a,
.blog-pagination span {
  padding: 10px 16px;
  border-radius: var(--r-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy-500);
  border: 1px solid var(--border-subtle);
}
.blog-pagination .current {
  background: var(--navy-500);
  color: #fff;
  border-color: var(--navy-500);
}

.blog-empty {
  text-align: center;
  padding: 80px 20px;
}

/* Responsive */
@media (max-width: 1100px) {
  .blog-list__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .blog-hero__title { font-size: 38px; }
}
@media (max-width: 768px) {
  .blog-archive { padding-top: 80px; }
  .blog-hero { padding: 48px 20px; }
  .blog-hero__title { font-size: 32px; }
  .blog-list { padding: 48px 20px; }
  .blog-list__grid { grid-template-columns: 1fr; gap: 20px; }
}

/* =============== BLOG SINGLE =============== */
.blog-single { padding-top: 100px; }

.breadcrumb {
  background: var(--navy-50);
  padding: 16px 32px;
  font-size: 13px;
  color: var(--gray-500);
}
.breadcrumb__inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--navy-500); font-weight: 600; }
.breadcrumb__sep { opacity: 0.5; }
.breadcrumb__current {
  color: var(--gray-700);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}

.blog-single__article {
  max-width: 820px;
  margin: 40px auto 0;
  padding: 0 32px;
}
.blog-single__header { text-align: center; margin-bottom: 32px; }
.blog-single__cat {
  display: inline-block;
  background: var(--orange-500);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.blog-single__title {
  font-size: 44px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.blog-single__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: var(--gray-500);
}
.blog-single__avatar { border-radius: 999px; }
.blog-single__author { font-weight: 700; color: var(--navy-900); }
.blog-single__sep { opacity: 0.5; }

.blog-single__hero-img {
  max-width: 1100px;
  margin: 40px auto 48px;
  padding: 0 32px;
}
.blog-single__hero-img img {
  width: 100%;
  border-radius: var(--r-lg);
  display: block;
}

.blog-single__body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 64px;
}

/* --- Prose (WordPress content) --- */
.prose { font-size: 17px; line-height: 1.75; color: var(--gray-700); }
.prose h2 { font-size: 32px; font-weight: 700; color: var(--navy-900); margin: 48px 0 16px; letter-spacing: -0.01em; }
.prose h3 { font-size: 24px; font-weight: 700; color: var(--navy-900); margin: 36px 0 12px; letter-spacing: -0.01em; }
.prose p { margin: 0 0 20px; }
.prose a { color: var(--navy-500); text-decoration: underline; text-decoration-color: var(--navy-300); }
.prose a:hover { text-decoration-color: var(--navy-500); }
.prose strong { font-weight: 700; color: var(--navy-900); }
.prose blockquote {
  border-left: 4px solid var(--orange-500);
  padding: 4px 0 4px 20px;
  margin: 24px 0;
  font-style: italic;
  color: var(--navy-900);
}
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 24px; }
.prose li { margin: 0 0 8px; }
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r-md);
  display: block;
  margin: 32px auto;
}
.prose code {
  font-family: var(--font-mono);
  font-size: 14px;
  background: var(--gray-100);
  padding: 2px 6px;
  border-radius: var(--r-xs);
}
.prose pre {
  font-family: var(--font-mono);
  font-size: 14px;
  background: var(--navy-900);
  color: #fff;
  padding: 20px;
  border-radius: var(--r-md);
  overflow-x: auto;
}

/* --- Share buttons --- */
.blog-share {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 0;
  margin: 40px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.blog-share__label { font-size: 13px; font-weight: 600; color: var(--gray-500); margin-right: 8px; }
.blog-share__btn {
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  color: var(--navy-500);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--dur-base);
}
.blog-share__btn:hover { background: var(--navy-50); border-color: var(--navy-300); }
.blog-share__copy { width: auto; padding: 0 14px; gap: 6px; }
.blog-share__copy-label { font-size: 13px; font-weight: 600; }
.blog-share__btn.is-copied { background: var(--orange-50); border-color: var(--orange-500); color: var(--orange-700); }

/* --- Related posts --- */
.blog-related {
  background: var(--navy-50);
  padding: 80px 32px;
  margin-top: 80px;
}
.blog-related__inner { max-width: 1240px; margin: 0 auto; }
.blog-related__title {
  font-size: 28px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 32px;
  letter-spacing: -0.01em;
}
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- Single post CTA --- */
.blog-single__cta {
  background: var(--navy-900);
  padding: 80px 32px;
  text-align: center;
  color: #fff;
}
.blog-single__cta-inner { max-width: 640px; margin: 0 auto; }
.blog-single__cta h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.blog-single__cta p { font-size: 17px; opacity: 0.8; margin: 0 0 28px; }

/* Responsive */
@media (max-width: 1100px) {
  .blog-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .blog-single { padding-top: 80px; }
  .blog-single__title { font-size: 30px; }
  .blog-single__hero-img { padding: 0 20px; margin: 32px auto 32px; }
  .blog-single__article { padding: 0 20px; }
  .prose h2 { font-size: 26px; }
  .prose h3 { font-size: 20px; }
  .blog-related { padding: 60px 20px; }
  .blog-related__grid { grid-template-columns: 1fr; }
  .blog-single__cta { padding: 60px 20px; }
  .blog-single__cta h2 { font-size: 26px; }
}

/* =============== 404 =============== */
.not-found {
  padding: 160px 32px 120px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found__inner { text-align: center; max-width: 520px; }
.not-found__code {
  font-size: 120px;
  font-weight: 800;
  color: var(--orange-500);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.not-found__title {
  font-size: 32px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 12px;
}
.not-found__sub {
  font-size: 17px;
  color: var(--gray-500);
  margin: 0 0 32px;
  line-height: 1.6;
}
.not-found__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .not-found { padding: 120px 20px 80px; }
  .not-found__code { font-size: 80px; }
  .not-found__title { font-size: 26px; }
  .not-found__cta { flex-direction: column; }
  .not-found__cta .btn { width: 100%; justify-content: center; }
}
