@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/static/fonts/PlusJakartaSans-latin-ext.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/static/fonts/PlusJakartaSans-latin.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: #0d1117; color: #FAFAFF; line-height: 1.6; overflow-x: hidden; }

.wrap { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 0; }

/* ===== 1. HERO — HTML HEADLINE ===== */
.hero { background: #0d1117; text-align: center; padding: 64px 24px 0; }
.hero__pre { font-size: 14px; color: #FAFAFF; margin-top: 16px; margin-bottom: 0; letter-spacing: 0.5px; }
.hero__title {
  font-size: clamp(30px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.hero__title .g { color: #77dd77; }

/* ===== 3. MACBOOK MOCKUP ===== */
.macbook-section { padding: 16px 24px 48px; display: flex; justify-content: center; background: #0d1117; }
.macbook-outer {
  position: relative;
  width: 100%;
  max-width: 680px;
  box-shadow: 0 0 60px rgba(119,221,119,0.6), 0 0 120px rgba(119,221,119,0.3), 0 0 200px rgba(119,221,119,0.15);
}
.macbook-lid {
  background: #1c1c1e;
  border-radius: 16px 16px 4px 4px;
  border: 8px solid #2a2a2e;
  border-bottom: 4px solid #2a2a2e;
  overflow: hidden;
  position: relative;
  padding-bottom: 63%;
}
.macbook-lid img,
.macbook-lid video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.macbook-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 8px; background: #1c1c1e; border-radius: 0 0 6px 6px; z-index: 2;
}
.macbook-base {
  background: linear-gradient(180deg, #2a2a2e 0%, #222226 100%);
  height: 22px;
  border-radius: 0 0 8px 8px;
  width: 105%;
  margin-left: -2.5%;
  position: relative;
}
.macbook-base::before {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 6px;
  background: #1a1a1c;
  border-radius: 0 0 4px 4px;
}

/* ===== CTA SECTION ===== */
.cta-main { padding: 0 24px 56px; text-align: center; background: #0d1117; }
.cta-pre { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 16px; font-style: italic; }
.btn-hero {
  display: inline-block; background: #77dd77; color: #0d1117;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: clamp(15px, 1.8vw, 19px); letter-spacing: 1px; text-transform: uppercase;
  padding: 20px 80px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 0 40px rgba(119,221,119,0.3); transition: transform 0.15s, box-shadow 0.15s;
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 6px 48px rgba(119,221,119,0.5); }

/* ===== 4. BENEFIT ICONS SVG ===== */
.benefits-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; padding: 56px 24px 0; max-width: 860px; margin: 0 auto;
}
.benefit-item { text-align: left; }
.benefit-item__icon { margin-bottom: 12px; }
.benefit-item__icon svg { width: 40px; height: 40px; color: #77dd77; stroke-width: 1.5; }
.benefit-item__text { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7; }
.benefit-item__text strong { color: #FAFAFF; font-weight: 700; }

/* ===== CASE STUDIES ===== */
.cases { padding: 72px 0 0; }
.cases__title {
  font-size: clamp(26px, 3.5vw, 46px); font-weight: 800; font-style: italic;
  text-align: center; line-height: 1.2; padding: 0 24px;
  margin-bottom: 8px;
}
.cases__sub {
  text-align: center; font-size: 18px; font-weight: 600;
  color: #77dd77; margin-bottom: 48px; padding: 0 24px;
  font-style: italic;
}
.cases__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; max-width: 960px; margin: 0 auto;
}
.case-item { padding: 24px; border: 1px solid rgba(255,255,255,0.06); }
.case-item__video {
  position: relative; padding-bottom: 56.25%;
  background: #1a1a2e; border-radius: 8px; overflow: hidden; cursor: pointer; margin-bottom: 16px;
}
.case-item__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.case-item__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-item__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.3); transition: background 0.2s;
}
.case-item__play:hover { background: rgba(0,0,0,0.1); }
.case-item__play svg { width: 52px; height: 52px; }
.case-item__label {
  font-size: 26px; font-weight: 700; letter-spacing: 0.5px;
  text-transform: uppercase; color: #77dd77; margin-bottom: 6px;
}
.case-item__result { font-size: 28px; font-weight: 700; color: #FAFAFF; }

/* Interstitial CTA */
.inter-cta { margin: 56px auto; max-width: 760px; padding: 40px 48px; border: 2px dashed #77dd77; border-radius: 12px; text-align: center; }
.inter-cta__text { font-size: 20px; font-weight: 600; color: #FAFAFF; margin-bottom: 24px; line-height: 1.65; }
.inter-cta__pre { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 12px; font-style: italic; }
.btn-inter { display: inline-block; background: #77dd77; color: #0d1117; font-weight: 800; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; padding: 16px 56px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; }

/* ===== PAIN POINTS ===== */
.pain { padding: 72px 0; }
.pain__inner { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start; max-width: 960px; margin: 0 auto; padding: 0 24px; }
.pain__title { font-size: clamp(28px, 4vw, 50px); font-weight: 800; line-height: 1.1; margin-bottom: 36px; }
.pain__list { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.pain__list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.65; }
.pain__list li .icon { flex-shrink: 0; width: 22px; height: 22px; background: rgba(255,60,60,0.15); border: 1.5px solid rgba(255,60,60,0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.pain__list li .icon::after { content: "✕"; font-size: 11px; color: #ff6060; font-weight: 700; }
.pain__list li strong { color: #FAFAFF; }
.pain__photo img { width: 100%; border-radius: 12px; }
.pain__photo-mobile { display: none; }

/* ===== AFTER QUIZ ===== */
.afterquiz { padding: 72px 0; }
.afterquiz__inner { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start; max-width: 960px; margin: 0 auto; padding: 0 24px; }
.afterquiz__content {}
.afterquiz__title { font-size: clamp(32px, 4.5vw, 54px); font-weight: 800; color: #77dd77; text-decoration: underline; text-decoration-color: #77dd77; text-underline-offset: 8px; margin-bottom: 8px; line-height: 1.1; }
.afterquiz__sub { font-size: 20px; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.afterquiz__list { list-style: none; display: flex; flex-direction: column; gap: 18px; margin-bottom: 40px; }
.afterquiz__list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.65; }
.afterquiz__list li .chk { flex-shrink: 0; width: 22px; height: 22px; background: rgba(119,221,119,0.15); border: 1.5px solid #77dd77; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.afterquiz__list li .chk::after { content: "✓"; font-size: 12px; color: #77dd77; font-weight: 800; }
.afterquiz__list li strong { color: #FAFAFF; }
.afterquiz__cta-pre { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 10px; font-style: italic; }
.afterquiz__photo img { width: 100%; border-radius: 12px; }
.afterquiz__photo-mobile { display: none; }
.btn-secondary { display: inline-block; background: #77dd77; color: #0d1117; font-weight: 800; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; padding: 18px 48px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 0 32px rgba(119,221,119,0.3); }

/* ===== ABOUT ===== */
.about { padding: 72px 0; }
.about__inner { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.about__body { display: grid; grid-template-columns: 360px 1fr; gap: 56px; align-items: start; }
.about__photo img { width: 100%; border-radius: 12px; }
.about__intro { font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #77dd77; margin-bottom: 14px; }
.about__name { font-size: clamp(26px, 3vw, 42px); font-weight: 800; margin-bottom: 24px; }
.about__text p { font-size: 16px; color: rgba(255,255,255,0.78); line-height: 1.8; margin-bottom: 16px; }
.about__text p strong { color: #FAFAFF; }
.about__cta-pre { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 10px; font-style: italic; }

/* ===== QUIZ SECTION ===== */
#quiz-section { display: none; padding: 80px 0; border-top: 2px solid rgba(119,221,119,0.2); background: rgba(119,221,119,0.02); }
.quiz-progress-msg { text-align: center; font-size: 14px; color: rgba(255,255,255,0.65); min-height: 20px; margin-top: 8px; margin-bottom: 36px; font-style: italic; transition: opacity 0.3s; }
.quiz-wrap { max-width: 600px; margin: 0 auto; padding: 0 24px; }
.quiz-header { text-align: center; margin-bottom: 48px; }
.quiz-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; margin-bottom: 12px; line-height: 1.2; }
.quiz-header p { color: rgba(255,255,255,0.6); font-size: 16px; }
.quiz-progress { height: 4px; background: rgba(255,255,255,0.1); border-radius: 4px; margin-bottom: 44px; overflow: hidden; }
.quiz-progress__bar { height: 100%; background: #77dd77; border-radius: 4px; transition: width 0.4s ease; }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: fadeUp 0.3s ease; }
@keyframes fadeUp { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
.quiz-question { font-size: clamp(18px, 2.5vw, 22px); font-weight: 700; margin-bottom: 28px; text-align: center; line-height: 1.35; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.quiz-option { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.04); border: 2px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 15px 18px; cursor: pointer; transition: all 0.18s; user-select: none; }
.quiz-option:hover { border-color: rgba(119,221,119,0.4); background: rgba(119,221,119,0.05); }
.quiz-option.selected { border-color: #77dd77; background: rgba(119,221,119,0.1); }
.quiz-option__dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); flex-shrink: 0; transition: all 0.18s; display: flex; align-items: center; justify-content: center; }
.quiz-option.selected .quiz-option__dot { border-color: #77dd77; background: #77dd77; }
.quiz-option.selected .quiz-option__dot::after { content:""; width:8px; height:8px; border-radius:50%; background:#0d1117; }
.quiz-option__text { font-size: 15px; color: rgba(250,250,255,0.88); font-weight: 500; }
.quiz-option.selected .quiz-option__text { color: #FAFAFF; font-weight: 600; }
.quiz-nav { display: flex; justify-content: center; }
.btn-next { background:#77dd77; color:#0d1117; font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:15px; letter-spacing:1px; text-transform:uppercase; padding:15px 48px; border-radius:6px; border:none; cursor:pointer; opacity:0.35; pointer-events:none; transition:opacity 0.2s, transform 0.15s; }
.btn-next.enabled { opacity:1; pointer-events:auto; }
.btn-next.enabled:hover { transform:translateY(-2px); }
.quiz-form-group { margin-bottom: 16px; }
.quiz-form-group label { display:block; font-size:12px; font-weight:700; color:rgba(255,255,255,0.5); margin-bottom:8px; letter-spacing:1px; text-transform:uppercase; }
.quiz-form-group input { width:100%; background:rgba(255,255,255,0.05); border:2px solid rgba(255,255,255,0.12); border-radius:8px; color:#FAFAFF; font-family:'Plus Jakarta Sans',sans-serif; font-size:16px; padding:14px 16px; outline:none; transition:border-color 0.2s; }
.quiz-form-group input:focus { border-color:rgba(119,221,119,0.5); }
.quiz-form-group input::placeholder { color:rgba(255,255,255,0.3); }
.btn-submit { width:100%; background:#77dd77; color:#0d1117; font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:17px; letter-spacing:1px; text-transform:uppercase; padding:18px; border-radius:6px; border:none; cursor:pointer; margin-top:8px; box-shadow:0 0 32px rgba(119,221,119,0.3); transition:transform 0.15s; }
.btn-submit:hover { transform:translateY(-2px); }
.btn-submit:disabled { opacity:0.6; cursor:wait; transform:none; }
.quiz-disclaimer { font-size:12px; color:rgba(255,255,255,0.3); text-align:center; margin-top:12px; }

/* ===== FOOTER ===== */
footer { padding:48px 0; border-top:1px solid rgba(255,255,255,0.07); text-align:center; }
footer .company { font-size:14px; font-weight:700; color:rgba(255,255,255,0.6); margin-bottom:6px; }
footer .address { font-size:12px; color:rgba(255,255,255,0.35); margin-bottom:16px; }
footer .links { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; margin-bottom:20px; }
footer .links a { font-size:12px; color:rgba(255,255,255,0.35); text-decoration:none; }
footer .links a:hover { color:rgba(255,255,255,0.6); }
footer .disclaimer { font-size:12px; color:rgba(255,255,255,0.25); max-width:720px; margin:0 auto; line-height:1.65; }

/* ===== PUSH NOTIFICATIONS ===== */
.push-notif {
  position: fixed; bottom: 24px; left: 24px; z-index: 9999;
  background: #1a1e2a; border: 1px solid rgba(119,221,119,0.3);
  border-radius: 14px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 20px rgba(119,221,119,0.1);
  max-width: 300px; min-width: 240px;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.push-notif.show { opacity: 1; transform: translateY(0); }
.push-notif__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, #77dd77, #205CFF);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; color: #0d1117; flex-shrink: 0;
}
.push-notif__text { flex: 1; }
.push-notif__title { font-size: 13px; font-weight: 700; color: #FAFAFF; margin-bottom: 2px; }
.push-notif__sub { font-size: 12px; color: rgba(255,255,255,0.5); }
.push-notif__dot { width: 8px; height: 8px; border-radius: 50%; background: #77dd77; flex-shrink: 0; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .benefits-row { grid-template-columns: 1fr; gap: 20px; padding: 40px 24px 0; }
  .cases__grid { grid-template-columns: 1fr; }
  .case-item { padding: 16px; }
  .case-item__label { font-size: 20px; }
  .case-item__result { font-size: 22px; }
  .inter-cta { padding: 28px 24px; margin: 40px 16px; }
  .inter-cta__text { font-size: 17px; }
  .pain__inner { grid-template-columns: 1fr; }
  .pain__photo { display: none; }
  .pain__photo-mobile { display: block; text-align: center; margin-bottom: 24px; }
  .pain__photo-mobile img { max-width: 280px; margin: 0 auto; border-radius: 12px; }
  .afterquiz__inner { grid-template-columns: 1fr; }
  .afterquiz__photo { display: none; }
  .afterquiz__photo-mobile { display: block; text-align: center; margin-bottom: 24px; }
  .afterquiz__photo-mobile img { max-width: 280px; margin: 0 auto; border-radius: 12px; }
  .about__body { grid-template-columns: 1fr; }
  .about__photo { display: block; text-align: center; margin-bottom: 32px; }
  .about__photo img { max-width: 280px; margin: 0 auto; }
  .push-notif { left: 12px; bottom: 12px; max-width: 260px; }
  .btn-hero { padding: 18px 32px; white-space: nowrap; }
  .btn-inter { white-space: nowrap; padding: 16px 32px; }
  .btn-secondary { white-space: nowrap; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 21px; letter-spacing: -0.3px; }
  .cases__title { font-size: 24px; }
  .cases__sub { font-size: 16px; }
  .inter-cta__text { font-size: 16px; }
}

/* ===== QUIZ OVERLAY FULL-SCREEN ===== */
.quiz-overlay {
  position: fixed; inset: 0; z-index: 9998;
  background: #0d1117;
  display: flex; flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1);
}
.quiz-overlay.open { transform: translateY(0); }

.qo-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0d1117; flex-shrink: 0;
}
.qo-counter {
  font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 0.3px;
}
.qo-close {
  background: none; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.5);
  font-size: 16px; cursor: pointer; padding: 6px 12px; line-height: 1;
  border-radius: 6px; transition: all 0.15s; font-family: inherit;
}
.qo-close:hover { border-color: rgba(255,255,255,0.35); color: #fff; }

.qo-progress { height: 4px; background: rgba(255,255,255,0.12); flex-shrink: 0; }
.qo-progress .quiz-progress__bar { border-radius: 0; }

.qo-body {
  flex: 1; overflow-y: auto;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 36px 24px 24px;
}

.qo-body .quiz-step { max-width: 580px; width: 100%; animation: fadeUp 0.28s ease; }
.qo-body .quiz-question { font-size: clamp(20px, 3vw, 26px); text-align: center; margin-bottom: 28px; line-height: 1.3; }
.qo-body .quiz-options { gap: 10px; margin-bottom: 0; }
.qo-body .quiz-option { padding: 16px 20px; }
.qo-body .quiz-option__text { font-size: 16px; }
.qo-form-sub { text-align: center; font-size: 14px; color: rgba(255,255,255,0.45); margin-top: -16px; margin-bottom: 28px; font-style: italic; }

@media (max-width: 480px) {
  .qo-body { padding: 24px 16px 16px; }
  .qo-body .quiz-question { font-size: 18px; margin-bottom: 20px; }
  .qo-body .quiz-option { padding: 14px 16px; }
  .qo-body .quiz-option__text { font-size: 15px; }
  .qo-counter { font-size: 12px; }
}
