*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:     #101010;
  --text:      #101010;
  --text-2:    #5a5a5a;
  --bg:        #FFFFFF;
  --card:      #f5f6f8;
  --mock-bg:   #505050;
  --blue:      #0082fb;
  --border:    #e5e5e5;
  --font-head: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, sans-serif;
  --font-wordmark: 'Source Serif 4', Georgia, serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; border: none; cursor: pointer; }

/* ─── NAV ─── */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 16px 16px;
}
.nav-brand { display: flex; align-items: center; gap: 7px; }
.nav-brand img { width: 17px; height: 19px; }
.nav-brand span {
  font-family: var(--font-wordmark); font-weight: 600;
  font-size: 19px; letter-spacing: -0.19px; color: #000;
}
.nav-menu-btn { width: 24px; height: 24px; background: none; padding: 0; }
.nav-menu-btn img { width: 24px; height: 24px; }

.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: #fff; flex-direction: column;
}
.mobile-menu.open { display: flex; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding: 24px 16px 16px; }
.mobile-menu-close { width: 24px; height: 24px; background: none; font-size: 22px; line-height: 1; color: #000; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 4px; padding: 24px 16px; }
.mobile-menu-links a { padding: 14px 4px; font-size: 17px; font-weight: 500; color: #000; border-bottom: 1px solid #eee; }
.mobile-menu-cta { margin: 24px 16px; }

/* ─── SHARED ─── */
section { padding: 48px 16px; }
.center { text-align: center; }
h1, h2 {
  display: block; font-family: var(--font-head); font-weight: 500;
  color: var(--text);
}
h1 { font-size: 38px; line-height: 42px; letter-spacing: -0.76px; }
h2 { font-size: 28px; line-height: 34px; letter-spacing: -0.56px; }
.sub {
  display: block; font-family: var(--font-body); font-size: 18px; line-height: 23px;
  letter-spacing: -0.0576px; color: var(--text-2);
}
.stack { display: block; }
.stack h1, .stack h2 { text-align: center; margin-bottom: 8px; }
.stack p { text-align: center; }
.hero .stack h1 { margin-bottom: 16px; }

.btn-download {
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 24px; min-width: 173px;
  background: var(--black); color: #fff;
  font-size: 16px; font-weight: 510; border-radius: 29px;
  font-family: var(--font-body); transition: opacity .15s;
}
.btn-download:hover { opacity: 0.85; }
.btn-download.small { height: 48px; }

/* ─── RATING ─── */
.rating-row { display: flex; align-items: center; gap: 8px; }
.rating-score { font-size: 16px; font-weight: 590; color: var(--black); }
.stars { display: flex; align-items: center; gap: 2px; }
.stars img { width: 16px; height: 16px; }
.rating-caption { font-size: 13px; font-weight: 510; color: var(--text-2); }


.feature-image { width: 100%; height: auto; border-radius: 16px; display: block; }
.hero-image { border-radius: 32px; }

/* ─── HERO ─── */
.hero { display: block; padding: 32px 16px 24px; }
.hero .stack { margin-bottom: 40px; }
.hero-actions { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 40px; }
.rating-block { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; max-width: 163px; }

/* ─── FEATURE BLOCKS ─── */
.features { display: block; }
.features .stack { margin-bottom: 40px; }
.feature-block { width: 100%; display: block; margin-bottom: 48px; filter: drop-shadow(0 4px 5px rgba(0,0,0,0.02)); }
.feature-block:last-child { margin-bottom: 0; }
.feature-block .feature-image { margin-bottom: 16px; }
.feature-block h3 { font-family: var(--font-body); font-size: 20px; font-weight: 510; line-height: 24px; color: #000; margin-bottom: 6px; }
.feature-block p { font-family: var(--font-body); font-size: 18px; line-height: 23px; letter-spacing: -0.0576px; color: var(--text-2); }

/* ─── TESTIMONIALS ─── */
.testimonials-wrap { display: block; background: var(--bg); }
.testimonials-wrap .stack { margin-bottom: 40px; }
.testimonial-scroll {
  display: flex; gap: 16px; width: 100%;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 4px; -webkit-overflow-scrolling: touch;
}
.testimonial-scroll::-webkit-scrollbar { display: none; }
.t-card {
  scroll-snap-align: start; flex: 0 0 305px;
  background: var(--card); border-radius: 16px; height: 200px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; padding: 0 16px; text-align: center;
}
.t-card .stars img { width: 20px; height: 20px; }
.t-quote { font-size: 18px; line-height: 1.2; letter-spacing: -0.0576px; color: var(--black); }
.t-attr { font-size: 16px; line-height: 23px; letter-spacing: -0.0512px; color: var(--text-2); }

/* ─── FINAL CTA ─── */
.final-cta {
  background: var(--mock-bg); padding: 52px 16px;
  display: block; text-align: center;
}
.final-cta h2, .final-cta p { color: #fff; }
.final-cta h2 { font-size: 24px; letter-spacing: -0.48px; }
.final-cta .stack { margin-bottom: 15px; }

/* ─── FOOTER ─── */
footer { background: var(--black); padding: 32px 24px 33px; }
.footer-top { display: flex; flex-direction: column; gap: 12px; }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand img { width: 20px; height: 22px; }
.footer-brand span { font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.021px; }
.footer-tagline { font-size: 16px; font-weight: 300; line-height: 22px; color: #fff; letter-spacing: -0.021px; max-width: 400px; }
.footer-social { display: flex; gap: 16px; margin-top: 32px; }
.footer-social img { width: 24px; height: 24px; }
.footer-links { display: flex; gap: 64px; margin-top: 32px; }
.footer-links h3 { font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.021px; margin-bottom: 8px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 16px; font-weight: 400; color: #fff; letter-spacing: -0.021px; }
.footer-copy { font-size: 16px; font-weight: 300; color: #fff; letter-spacing: -0.021px; margin-top: 48px; }

/* ─── CONTACT FORM ─── */
.contact-hero { padding: 32px 16px 8px; }
.contact-hero .stack { margin-bottom: 0; }
.contact-form { padding: 32px 16px 48px; }
.field { position: relative; margin-bottom: 20px; }
.field input, .field textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 12px;
  padding: 16px; font-size: 16px; font-family: var(--font-body);
  color: var(--text); background: #fff; transition: border-color .15s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--black); }
.field label {
  position: absolute; left: 16px; top: 17px;
  font-size: 16px; font-weight: 400; color: var(--text-2);
  background: #fff; padding: 0 4px; margin-left: -4px;
  pointer-events: none; transition: top .15s ease, font-size .15s ease, color .15s ease;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 0; transform: translateY(-50%);
  font-size: 12px; font-weight: 600; color: var(--black);
}
.contact-form .btn-download { width: 100%; margin-top: 8px; }
.form-note {
  font-size: 14px; margin-top: 16px; text-align: center;
  display: none;
}
.form-note.show { display: block; }
.form-note.success { color: #1a7f37; }
.form-note.error { color: #c0392b; }

/* ─── FAQ ─── */
.faq-hero { padding: 32px 16px 8px; }
.faq-hero .stack { margin-bottom: 0; }
.faq-list { padding: 32px 16px 48px; display: flex; flex-direction: column; gap: 12px; }
.faq-cta {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 40px 24px;
  text-align: center; margin-top: 4px;
}
.faq-cta h2 { font-size: 24px; letter-spacing: -0.48px; margin-bottom: 12px; }
.faq-cta .sub { margin-bottom: 24px; }
.faq-cta .btn-download { width: 100%; }
.faq-item { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px; background: none; text-align: left;
}
.faq-question span {
  font-family: var(--font-body); font-size: 17px; font-weight: 600;
  line-height: 23px; color: var(--text);
}
.faq-icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: var(--text);
  transition: transform .2s ease, opacity .2s ease;
}
.faq-icon::before { top: 50%; left: 0; width: 100%; height: 2px; margin-top: -1px; }
.faq-icon::after { left: 50%; top: 0; height: 100%; width: 2px; margin-left: -1px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p {
  font-family: var(--font-body); font-size: 16px; line-height: 23px;
  letter-spacing: -0.0512px; color: var(--text-2); padding: 0 20px 20px;
}
.faq-question:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }

.faq-home .stack { margin-bottom: 40px; }
.faq-home .faq-list { display: flex; flex-direction: column; gap: 12px; }

@media (prefers-reduced-motion: reduce) {
  .faq-answer { transition: none; }
  .faq-icon::before, .faq-icon::after { transition: none; }
}

/* ─── LEGAL (TERMS / PRIVACY) ─── */
.legal-hero.hero { padding: 32px 16px 0; }
.legal-hero.hero .stack { margin-bottom: 0; text-align: left; }
.legal-hero.hero .stack h1 { text-align: left; margin-bottom: 16px; }
.legal-updated {
  display: inline-block; font-family: var(--font-body); font-size: 14px; font-weight: 600;
  color: var(--black); background: linear-gradient(104deg, rgba(255,224,102,.65) 0.5%, rgba(255,224,102,.65) 95%);
  padding: 3px 6px; border-radius: 2px;
}
.legal-content { padding: 24px 16px 48px; display: flex; flex-direction: column; gap: 32px; }
.legal-section h2 {
  text-align: left; font-family: var(--font-body); font-size: 18px; font-weight: 700;
  line-height: 23px; letter-spacing: -0.0576px; color: var(--text); margin-bottom: 16px;
}
.legal-section h3 { text-align: left; font-family: var(--font-body); font-size: 16px; font-weight: 700; color: var(--text); margin-top: 24px; margin-bottom: 12px; }
.legal-section h3:first-child { margin-top: 0; }
.legal-section p { text-align: left; color: var(--text-2); font-size: 18px; line-height: 23px; letter-spacing: -0.0576px; margin-bottom: 16px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul, .legal-section ol { padding-left: 20px; display: flex; flex-direction: column; gap: 8px; margin: 0 0 16px; color: var(--text-2); font-size: 18px; line-height: 23px; letter-spacing: -0.0576px; }
.legal-section ul { list-style: disc; }
.legal-section ol { list-style: decimal; }
.legal-section ul:last-child, .legal-section ol:last-child { margin-bottom: 0; }
.legal-note {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 20px;
  color: var(--text-2); font-size: 16px; line-height: 22px; letter-spacing: -0.0512px;
}
.legal-note strong { color: var(--text); }
.legal-table-wrap { overflow-x: auto; margin-bottom: 12px; }
.legal-section table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 20px; }
.legal-section th, .legal-section td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); color: var(--text-2); vertical-align: top; }
.legal-section th { color: var(--text); font-weight: 600; white-space: nowrap; }
.legal-address { color: var(--text-2); font-size: 18px; line-height: 26px; }
