:root {
  --bg: #FAFAF5;
  --bg-alt: #F2F1ED;
  --fg: #1A1A1A;
  --fg-dim: #6B6B6B;
  --accent: #E8562A;
  --accent-dark: #C4431A;
  --border: #E2E0DA;
  --white: #FFFFFF;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.nav { padding: 1.25rem 2rem; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-left { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.03em; color: var(--fg); text-decoration: none; }
.nav-tagline { font-size: 0.875rem; color: var(--fg-dim); border-left: 1px solid var(--border); padding-left: 1rem; }
.nav-cta { background: var(--accent); color: var(--white); font-family: var(--font-body); font-size: 0.875rem; font-weight: 600; padding: 0.55rem 1.25rem; border-radius: 100px; text-decoration: none; transition: background 0.15s; white-space: nowrap; }
.nav-cta:hover { background: var(--accent-dark); }

/* ── HERO ── */
.hero { padding: 5rem 2rem 4rem; max-width: 1100px; margin: 0 auto; }
.hero-inner { max-width: 800px; }
.hero-eyebrow { margin-bottom: 1.5rem; }
.eyebrow-pill { display: inline-block; background: var(--accent); color: var(--white); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 100px; }
.hero-headline { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 5.5vw, 3.75rem); line-height: 1.08; letter-spacing: -0.04em; color: var(--fg); margin-bottom: 1.5rem; }
.headline-accent { color: var(--accent); }
.headline-dim { color: var(--fg-dim); font-weight: 400; }
.hero-sub { font-size: 1.1rem; color: var(--fg-dim); line-height: 1.7; max-width: 580px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--accent); color: var(--white); font-family: var(--font-body); font-size: 1rem; font-weight: 600; padding: 0.875rem 1.75rem; border-radius: 12px; text-decoration: none; transition: background 0.15s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-primary svg { flex-shrink: 0; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--fg-dim); font-size: 0.95rem; font-weight: 500; text-decoration: none; padding: 0.875rem 0.5rem; transition: color 0.15s; }
.btn-ghost:hover { color: var(--fg); }

/* ── VERTICALS ── */
.verticals { padding: 5rem 2rem; background: var(--bg-alt); }
.verticals-inner { max-width: 1100px; margin: 0 auto; }
.verticals-header { margin-bottom: 3rem; }
.vertical-grid { display: flex; flex-direction: column; gap: 2rem; }
.vertical-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem; }
.vertical-label { font-family: var(--font-display); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; }
.vertical-headline { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.5vw, 1.65rem); letter-spacing: -0.03em; color: var(--fg); line-height: 1.2; margin-bottom: 1rem; }
.vertical-pain { font-size: 0.95rem; color: var(--fg-dim); line-height: 1.65; margin-bottom: 1.5rem; padding-left: 1rem; border-left: 2px solid var(--accent); }
.vertical-deliver { font-size: 0.875rem; font-weight: 600; color: var(--fg); margin-bottom: 0.75rem; }
.vertical-hooks-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.75rem; }
.vertical-hooks { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.vertical-hooks li { font-size: 0.875rem; color: var(--fg-dim); padding-left: 1.25rem; position: relative; }
.vertical-hooks li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-size: 0.8rem; top: 0.05em; }

/* ── SECTION SHARED ── */
.section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; }
.section-headline { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -0.03em; color: var(--fg); line-height: 1.2; margin-bottom: 0.75rem; }
.section-sub { font-size: 1rem; color: var(--fg-dim); max-width: 520px; }

/* ── HOW IT WORKS ── */
.process { padding: 5rem 2rem; background: var(--bg); }
.process-inner { max-width: 900px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem 3rem; margin-top: 3rem; }
.step { display: flex; flex-direction: column; gap: 0.75rem; }
.step-num { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; letter-spacing: -0.05em; color: var(--border); line-height: 1; }
.step-title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.02em; color: var(--fg); }
.step-desc { font-size: 0.9rem; color: var(--fg-dim); line-height: 1.6; }
.step-cta { margin-top: 1rem; display: inline-block; font-size: 0.8rem; font-weight: 600; color: var(--accent); text-decoration: none; }
.step-cta:hover { text-decoration: underline; }
.process-note { margin-top: 2.5rem; padding: 1.25rem 1.5rem; background: var(--bg-alt); border-radius: 12px; border: 1px solid var(--border); font-size: 0.9rem; color: var(--fg-dim); text-align: center; }
.process-note strong { color: var(--fg); }

/* ── PRICING ── */
.pricing { padding: 5rem 2rem; background: var(--bg-alt); }
.pricing-inner { max-width: 1100px; margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.pricing-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 2.25rem; position: relative; }
.pricing-card--featured { border: 2px solid var(--accent); box-shadow: 0 8px 30px rgba(232, 86, 42, 0.12); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 100px; white-space: nowrap; }
.pricing-tier { font-family: var(--font-display); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.75rem; }
.pricing-price { font-family: var(--font-display); font-weight: 800; font-size: 2.75rem; letter-spacing: -0.04em; color: var(--fg); margin-bottom: 0.25rem; line-height: 1; }
.pricing-period { font-size: 1rem; font-weight: 400; color: var(--fg-dim); }
.pricing-desc { font-size: 0.875rem; color: var(--fg-dim); margin-bottom: 1.25rem; line-height: 1.5; min-height: 2.5em; }
.pricing-divider { height: 1px; background: var(--border); margin-bottom: 1.25rem; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.pricing-features li { font-size: 0.875rem; color: var(--fg-dim); padding-left: 1.25rem; position: relative; }
.pricing-features li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.pricing-card--featured .pricing-features li::before { background: var(--accent); }

/* ── FAQ ── */
.faq { padding: 5rem 2rem; background: var(--bg); }
.faq-inner { max-width: 750px; margin: 0 auto; }
.faq-list { margin-top: 3rem; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; padding: 1.25rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: -0.01em; color: var(--fg); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q:hover { color: var(--accent); }
.faq-icon { font-size: 1.25rem; color: var(--fg-dim); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 1.25rem; font-size: 0.9rem; color: var(--fg-dim); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── CLOSING / INQUIRY CTA ── */
.closing { padding: 6rem 2rem; background: var(--accent); text-align: center; }
.closing-inner { max-width: 650px; margin: 0 auto; }
.closing-headline { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.75rem); letter-spacing: -0.04em; color: var(--white); margin-bottom: 1rem; line-height: 1.1; }
.closing-sub { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 500px; margin: 0 auto 2rem; }
.btn-white { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--accent); font-family: var(--font-body); font-size: 1rem; font-weight: 700; padding: 0.875rem 1.75rem; border-radius: 12px; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; border: none; cursor: pointer; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

/* ── INQUIRY FORM (modal) ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(26,26,26,0.6); backdrop-filter: blur(4px); z-index: 100; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: 24px; width: 100%; max-width: 540px; padding: 2.5rem; position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 1.25rem; right: 1.25rem; background: none; border: none; font-size: 1.5rem; color: var(--fg-dim); cursor: pointer; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; transition: background 0.15s; }
.modal-close:hover { background: var(--bg-alt); }
.modal-headline { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: -0.03em; color: var(--fg); margin-bottom: 0.4rem; }
.modal-sub { font-size: 0.9rem; color: var(--fg-dim); margin-bottom: 2rem; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.form-group.full { grid-column: 1 / -1; }
label { font-size: 0.8rem; font-weight: 600; color: var(--fg); }
label span { font-weight: 400; color: var(--fg-dim); }
input, select { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem 1rem; font-family: var(--font-body); font-size: 0.95rem; color: var(--fg); width: 100%; transition: border-color 0.15s; }
input:focus, select:focus { outline: none; border-color: var(--accent); }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; cursor: pointer; }
.form-submit { width: 100%; background: var(--accent); color: var(--white); font-family: var(--font-body); font-size: 1rem; font-weight: 700; padding: 0.9rem; border-radius: 12px; border: none; cursor: pointer; transition: background 0.15s; margin-top: 0.5rem; }
.form-submit:hover { background: var(--accent-dark); }
.form-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.form-note { font-size: 0.78rem; color: var(--fg-dim); text-align: center; margin-top: 0.75rem; }
.form-success { display: none; text-align: center; padding: 2rem 0; }
.form-success.show { display: block; }
.form-success-icon { width: 56px; height: 56px; background: var(--bg-alt); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: var(--accent); }
.form-success h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.02em; color: var(--fg); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.9rem; color: var(--fg-dim); line-height: 1.6; }
#inquiry-form.hidden { display: none; }

/* ── FOOTER ── */
.footer { padding: 3rem 2rem; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; }
.footer-brand-block {}
.footer-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.03em; color: var(--fg); margin-bottom: 0.5rem; }
.footer-desc { font-size: 0.875rem; color: var(--fg-dim); max-width: 360px; line-height: 1.6; }
.footer-contact { text-align: right; }
.footer-contact-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.5rem; }
.footer-email { font-size: 0.9rem; color: var(--fg); text-decoration: none; font-weight: 500; }
.footer-email:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-copy { font-size: 0.8rem; color: var(--fg-dim); }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .nav { padding: 1rem 1.25rem; }
  .nav-tagline { display: none; }
  .hero { padding: 3rem 1.25rem 3rem; }
  .hero-headline { font-size: 2.25rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
  .verticals, .process, .pricing, .faq, .closing { padding: 4rem 1.25rem; }
  .form-row { grid-template-columns: 1fr; }
  .modal { padding: 1.75rem; }
  .footer-top { flex-direction: column; }
  .footer-contact { text-align: left; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}