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

:root {
  --ch: #2C2C2A;
  --dg: #444441;
  --mg: #888780;
  --sg: #B4B2A9;
  --lg: #F1EFE8;
  --bd: #D3D1C7;
  --ow: #F8F7F4;
  --wh: #ffffff;
  --or: #E07B2A;
  --orl: #F5A05A;
  --orp: rgba(224,123,42,0.14);
  --card-dark: #242422;
}

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: var(--ow); color: var(--ch); line-height: 1.6; }

/* ─── NAV ─── */
nav { background: var(--ch); padding: 14px 80px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 30px; height: 30px; background: var(--or); border-radius: 7px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 5px; }
.logo-sq { background: var(--ch); border-radius: 1px; }
.logo-text { font-size: 15px; font-weight: 600; color: var(--ow); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; color: var(--sg); text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--ow); }
.nav-cta { background: var(--or); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 7px; text-decoration: none; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.9; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ow); border-radius: 1px; }

/* ─── BREADCRUMB ─── */
.breadcrumb { background: var(--ch); padding: 10px 80px; border-bottom: 1px solid #3A3A38; }
.breadcrumb a, .breadcrumb span { font-size: 12px; color: var(--mg); text-decoration: none; }
.breadcrumb a:hover { color: var(--sg); }
.breadcrumb .sep { margin: 0 6px; color: #4A4A48; }
.breadcrumb .current { color: var(--sg); }

/* ─── HERO VARIANTS ─── */
.hero { background: var(--ch); padding: 88px 80px 72px; }
.hero-inner { max-width: 680px; }
.hero-tag { display: inline-block; font-size: 11px; font-weight: 600; background: var(--orp); color: var(--orl); padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; letter-spacing: .02em; }
.hero h1 { font-size: 44px; font-weight: 700; color: var(--ow); line-height: 1.12; letter-spacing: -.6px; margin-bottom: 8px; }
.hero h1 .acc { color: var(--or); }
.hero-sub { font-size: 44px; font-weight: 300; color: var(--ow); line-height: 1.12; letter-spacing: -.6px; margin-bottom: 20px; display: block; }
.hero p { font-size: 17px; color: var(--sg); line-height: 1.65; margin-bottom: 32px; max-width: 560px; }
.hero-sm { background: var(--ch); padding: 64px 80px 56px; }
.hero-sm h1 { font-size: 36px; font-weight: 700; color: var(--ow); line-height: 1.15; letter-spacing: -.4px; margin-bottom: 12px; }
.hero-sm p { font-size: 16px; color: var(--sg); line-height: 1.65; max-width: 560px; margin-bottom: 28px; }

/* ─── BUTTONS ─── */
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { background: var(--or); color: #fff; font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.15s; display: inline-block; }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { background: transparent; color: var(--ow); font-size: 14px; font-weight: 500; padding: 13px 26px; border-radius: 8px; border: 1px solid #4A4A48; text-decoration: none; cursor: pointer; transition: border-color 0.15s; display: inline-block; }
.btn-secondary:hover { border-color: var(--sg); }
.btn-light { background: var(--lg); color: var(--ch); font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 8px; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.15s; display: inline-block; }
.btn-light:hover { opacity: 0.9; }

/* ─── TRUST BAR ─── */
.trust-bar { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.trust-item { font-size: 12px; color: #5F5E5A; display: flex; align-items: center; gap: 7px; }
.trust-dot { width: 6px; height: 6px; background: var(--or); border-radius: 50%; flex-shrink: 0; }

/* ─── QUICK PLANS STRIP ─── */
.quick-plans { background: var(--ch); padding: 0 80px 52px; border-bottom: 1px solid #3A3A38; }
.qp-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mg); margin-bottom: 16px; }
.qp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #3A3A38; border: 1px solid #3A3A38; border-radius: 12px; overflow: hidden; }
.qp-card { background: var(--card-dark); padding: 26px; display: flex; flex-direction: column; }
.qp-card.mid { background: #272725; border-left: 1px solid #3A3A38; border-right: 1px solid #3A3A38; }
.qp-badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; width: fit-content; }
.qp-name { font-size: 19px; font-weight: 600; color: var(--ow); margin-bottom: 3px; }
.qp-price-row { display: flex; align-items: baseline; gap: 9px; margin-bottom: 3px; }
.qp-price { font-size: 30px; font-weight: 700; color: var(--ow); letter-spacing: -.6px; }
.qp-price span { font-size: 13px; font-weight: 400; color: var(--mg); }
.qp-rack { font-size: 13px; color: #4A4A48; text-decoration: line-through; }
.qp-lock { font-size: 11px; color: var(--or); font-weight: 600; margin-bottom: 8px; }
.qp-promise { font-size: 12px; color: var(--sg); font-weight: 500; margin-bottom: 16px; }
.qp-divider { border: none; border-top: 1px solid #3A3A38; margin: 0 0 14px; }
.qp-feature { font-size: 12px; color: var(--sg); padding: 4px 0; display: flex; gap: 7px; align-items: flex-start; }
.qp-check { color: var(--or); flex-shrink: 0; font-weight: 700; }
.qp-spacer { flex: 1; }
.qp-cta { display: block; text-align: center; margin-top: 16px; padding: 11px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: opacity 0.15s; }
.qp-cta:hover { opacity: 0.88; }
.qp-details { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; font-size: 12px; color: var(--sg); text-decoration: none; transition: color .15s; }
.qp-details:hover { color: var(--orl); }
.qp-note { font-size: 11px; color: #4A4A48; text-align: center; margin-top: 16px; }
.qp-note strong { color: var(--or); }

/* ─── SECTIONS ─── */
section { padding: 80px; }
section.alt { background: var(--wh); }
section.dark { background: var(--ch); }
section.darker { background: #1E1E1C; border-top: 1px solid #3A3A38; border-bottom: 1px solid #3A3A38; }
section.tinted { background: var(--lg); }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--or); margin-bottom: 12px; }
h2 { font-size: 34px; font-weight: 700; color: var(--ch); line-height: 1.15; letter-spacing: -.4px; margin-bottom: 14px; }
h2.light { color: var(--ow); }
h3 { font-size: 20px; font-weight: 600; color: var(--ch); line-height: 1.3; margin-bottom: 10px; }
.section-body { font-size: 16px; color: #5F5E5A; line-height: 1.75; margin-bottom: 28px; }
.section-body.light { color: var(--sg); }
.section-body.sm { font-size: 13px; color: var(--mg); }
.section-body.max { max-width: 640px; }

/* ─── PLAN PAGE HERO ─── */
.plan-hero { background: var(--ch); padding: 72px 80px 60px; }
.plan-hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.plan-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 16px; }
.plan-hero h1 { font-size: 40px; font-weight: 700; color: var(--ow); line-height: 1.15; letter-spacing: -.5px; margin-bottom: 10px; }
.plan-hero-promise { font-size: 18px; font-weight: 300; color: var(--orl); margin-bottom: 20px; }
.plan-hero p { font-size: 16px; color: var(--sg); line-height: 1.7; max-width: 520px; margin-bottom: 32px; }
.plan-price-card { background: var(--card-dark); border: 1px solid #3A3A38; border-radius: 14px; padding: 32px; text-align: center; min-width: 220px; }
.plan-price-card.featured { border-color: var(--or); }
.plan-founding { font-size: 11px; font-weight: 600; color: var(--or); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.plan-amount { font-size: 48px; font-weight: 700; color: var(--ow); letter-spacing: -1px; line-height: 1; }
.plan-amount span { font-size: 16px; font-weight: 400; color: var(--mg); }
.plan-rack { font-size: 13px; color: #4A4A48; text-decoration: line-through; margin-top: 4px; margin-bottom: 16px; }
.plan-lock { font-size: 12px; color: var(--or); margin-bottom: 20px; }

/* ─── FEATURES GRID ─── */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; }
.feature-card { background: var(--wh); border: 1px solid var(--bd); border-radius: 12px; padding: 24px; }
.feature-icon { width: 40px; height: 40px; background: var(--lg); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-card h3 { font-size: 15px; font-weight: 600; color: var(--ch); margin-bottom: 6px; }
.feature-card p { font-size: 13px; color: var(--mg); line-height: 1.6; }

/* ─── CHECKLIST ─── */
.checklist { list-style: none; display: grid; gap: 12px; margin-top: 24px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #5F5E5A; line-height: 1.6; }
.check-icon { width: 20px; height: 20px; background: var(--orp); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.check-icon svg { width: 10px; height: 10px; }

/* ─── PROBLEM CARDS ─── */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.problem-card { background: var(--wh); border: 1px solid var(--bd); border-top: 3px solid var(--or); border-radius: 12px; padding: 24px; }
.problem-card h3 { font-size: 15px; font-weight: 600; color: var(--ch); margin-bottom: 8px; }
.problem-card p { font-size: 13px; color: var(--mg); line-height: 1.6; }
.stat-note { font-size: 12px; font-style: italic; color: var(--sg); text-align: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--bd); }

/* ─── NO TOKEN FEE ─── */
.ntf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ntf-h { font-size: 34px; font-weight: 700; color: var(--ow); line-height: 1.12; letter-spacing: -.4px; margin-bottom: 18px; }
.ntf-body { font-size: 16px; color: var(--sg); line-height: 1.75; margin-bottom: 24px; }
.ntf-byok { background: #272725; border: 1px solid #3A3A38; border-radius: 10px; padding: 18px 22px; }
.ntf-byok-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mg); margin-bottom: 6px; }
.ntf-byok-text { font-size: 14px; color: var(--sg); line-height: 1.65; }
.ntf-cards { display: grid; gap: 12px; }
.ntf-card { background: #272725; border: 1px solid #3A3A38; border-radius: 10px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; }
.ntf-card.highlight { border-color: var(--or); background: #1A1A18; }
.ntf-icon { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ntf-card h3 { font-size: 14px; font-weight: 600; color: var(--ow); margin-bottom: 5px; }
.ntf-card p { font-size: 13px; color: var(--mg); line-height: 1.55; }

/* ─── HOW IT WORKS ─── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 40px; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 36px; border-right: 1px solid var(--bd); }
.step:last-child { border-right: none; }
.step-num { width: 44px; height: 44px; background: var(--or); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.step h3 { font-size: 16px; font-weight: 600; color: var(--ch); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--mg); line-height: 1.6; }

/* ─── USE CASES TABS ─── */
.uc-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0 32px; }
.uc-tab { padding: 10px 20px; font-size: 14px; font-weight: 500; border-radius: 8px; border: 1px solid var(--bd); color: var(--mg); cursor: pointer; transition: all .15s; background: var(--wh); }
.uc-tab.active { background: var(--ch); color: var(--ow); border-color: var(--ch); }
.uc-tab:hover:not(.active) { border-color: var(--ch); color: var(--ch); }
.uc-panel { display: none; }
.uc-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.uc-industry { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--or); margin-bottom: 10px; }
.uc-panel h3 { font-size: 22px; font-weight: 700; color: var(--ch); line-height: 1.2; letter-spacing: -.2px; margin-bottom: 12px; }
.uc-panel p { font-size: 15px; color: #5F5E5A; line-height: 1.75; margin-bottom: 20px; }
.uc-list { list-style: none; display: grid; gap: 10px; }
.uc-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #5F5E5A; line-height: 1.6; }
.uc-dot { width: 6px; height: 6px; background: var(--or); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.uc-workflows { background: var(--lg); border-radius: 14px; padding: 32px; }
.uc-workflows-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mg); margin-bottom: 16px; }
.uc-workflow-item { background: var(--wh); border: 1px solid var(--bd); border-radius: 8px; padding: 13px 18px; font-size: 14px; font-weight: 500; color: var(--ch); margin-bottom: 10px; }
.uc-workflow-item:last-child { margin-bottom: 0; }
.uc-more { font-size: 12px; color: var(--sg); font-style: italic; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--bd); }

/* ─── PRIVACY ─── */
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.privacy-chips { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.privacy-chip { background: var(--lg); border-radius: 8px; padding: 11px 18px; font-size: 13px; font-weight: 600; color: var(--ch); }
.privacy-visual { background: var(--ch); border: 1px solid #3A3A38; border-radius: 14px; padding: 36px; text-align: center; }
.privacy-stat { font-size: 56px; font-weight: 700; color: var(--or); letter-spacing: -1px; }
.privacy-stat-label { font-size: 14px; color: var(--sg); margin-top: 6px; margin-bottom: 24px; }
.privacy-item { background: #3A3A38; border-radius: 8px; padding: 12px 18px; font-size: 13px; color: var(--mg); margin-top: 10px; }

/* ─── COMPARISON TABLE ─── */
.cmp-wrap { margin-top: 36px; overflow-x: auto; }
.cmp { width: 100%; border-collapse: collapse; }
.cmp th { padding: 16px 20px; font-size: 13px; font-weight: 600; color: var(--ch); background: var(--lg); border: 1px solid var(--bd); text-align: center; vertical-align: top; }
.cmp th.feat-col { text-align: left; font-size: 12px; font-weight: 500; color: var(--mg); background: var(--ow); width: 35%; }
.cmp th.featured-col { background: #FFF5EE; border-top: 3px solid var(--or); color: var(--or); }
.cmp td { padding: 13px 20px; font-size: 13px; color: #5F5E5A; border: 1px solid var(--bd); text-align: center; vertical-align: middle; }
.cmp td.feat-cell { text-align: left; color: var(--ch); font-weight: 500; background: var(--ow); }
.cmp td.featured-td { background: #FFFAF5; }
.cmp tr:hover td { background: #FAFAF8; }
.cmp tr:hover td.featured-td { background: #FFF8F0; }
.cmp .ck { color: var(--or); font-size: 16px; font-weight: 700; }
.cmp .dash { color: var(--bd); font-size: 16px; }
.cmp .group-row td { padding: 10px 20px 6px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sg); background: var(--ow); border-bottom: none; }
.cmp .group-row td.featured-td { background: #FFFAF5; }
.cmp .cta-row td { padding: 18px 20px; background: var(--ow); border-top: 2px solid var(--bd); }
.cmp .cta-row td.featured-td { background: #FFFAF5; }
.cmp-cta { display: block; text-align: center; padding: 11px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: opacity .15s; }
.cmp-cta:hover { opacity: 0.88; }
.founding-price { font-size: 24px; font-weight: 700; color: var(--ch); letter-spacing: -.3px; margin-top: 4px; }
.founding-price.featured { color: var(--or); }
.rack-price { font-size: 11px; color: var(--sg); text-decoration: line-through; margin-top: 2px; }

/* ─── TWO COL ─── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.two-col-center { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ─── INDUSTRY BEFORE/AFTER ─── */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.ba-card { border-radius: 12px; padding: 28px; }
.ba-card.without { background: #FFF5F5; border: 1px solid #F7C1C1; }
.ba-card.with { background: #F0FFF8; border: 1px solid #9FE1CB; }
.ba-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.ba-card.without .ba-label { color: #A32D2D; }
.ba-card.with .ba-label { color: #0F6E56; }
.ba-list { list-style: none; display: grid; gap: 10px; }
.ba-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.55; }
.ba-card.without .ba-item { color: #791F1F; }
.ba-card.with .ba-item { color: #085041; }
.ba-x { font-size: 16px; font-weight: 700; color: #A32D2D; flex-shrink: 0; }
.ba-chk { font-size: 16px; font-weight: 700; color: #0F6E56; flex-shrink: 0; }

/* ─── FAQ ─── */
.faq { max-width: 720px; }
.faq-item { border-bottom: 1px solid var(--bd); }
.faq-q { padding: 18px 0; font-size: 15px; font-weight: 600; color: var(--ch); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q:hover { color: var(--or); }
.faq-icon { font-size: 18px; color: var(--or); flex-shrink: 0; transition: transform .2s; }
.faq-icon.open { transform: rotate(45deg); }
.faq-a { font-size: 14px; color: #5F5E5A; line-height: 1.7; padding-bottom: 18px; display: none; }
.faq-a.open { display: block; }

/* ─── CTA SECTION ─── */
.cta-inner { text-align: center; max-width: 580px; margin: 0 auto; }
.founding-pill { display: inline-block; font-size: 12px; font-weight: 600; background: var(--orp); color: var(--orl); padding: 6px 18px; border-radius: 20px; margin-bottom: 22px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* ─── CONTACT FORM ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--ch); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--bd); border-radius: 8px; font-size: 14px; color: var(--ch); background: var(--wh); font-family: inherit; transition: border-color .15s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--or); }
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-info-card { background: var(--ch); border-radius: 14px; padding: 32px; }
.contact-info-card h3 { font-size: 18px; font-weight: 600; color: var(--ow); margin-bottom: 24px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-info-icon { width: 36px; height: 36px; background: rgba(224,123,42,0.15); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--mg); margin-bottom: 3px; }
.contact-info-value { font-size: 14px; color: var(--sg); }
.contact-info-value a { color: var(--orl); text-decoration: none; }

/* ─── ABOUT ─── */
.mission-block { max-width: 680px; }
.mission-block p { font-size: 18px; color: #5F5E5A; line-height: 1.8; margin-bottom: 24px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.value-card { background: var(--wh); border: 1px solid var(--bd); border-radius: 12px; padding: 28px; }
.value-card h3 { font-size: 16px; font-weight: 600; color: var(--ch); margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--mg); line-height: 1.6; }
.value-num { font-size: 32px; font-weight: 700; color: var(--or); opacity: .3; margin-bottom: 12px; }

/* ─── PRIVACY POLICY ─── */
.policy-content { max-width: 720px; }
.policy-content h2 { font-size: 22px; margin-bottom: 12px; margin-top: 40px; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p { font-size: 15px; color: #5F5E5A; line-height: 1.75; margin-bottom: 16px; }
.policy-content ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.policy-content li { font-size: 15px; color: #5F5E5A; line-height: 1.75; margin-bottom: 6px; }
.policy-updated { font-size: 13px; color: var(--mg); margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--bd); }

/* ─── PLAN HIGHLIGHT BOX ─── */
.highlight-box { background: var(--orp); border: 1px solid rgba(224,123,42,0.3); border-radius: 12px; padding: 24px 28px; margin-top: 32px; }
.highlight-box p { font-size: 15px; color: var(--ch); line-height: 1.7; margin: 0; }
.highlight-box strong { color: var(--or); }

/* ─── FOOTER ─── */
footer { background: var(--ch); padding: 52px 80px 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand p { font-size: 13px; color: var(--sg); line-height: 1.7; margin-top: 14px; max-width: 220px; }
.footer-col h4 { font-size: 13px; font-weight: 600; color: var(--ow); margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { padding: 4px 0; }
.footer-col a { font-size: 13px; color: var(--sg); text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: var(--ow); }
.footer-bottom { border-top: 1px solid #3A3A38; margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: #4A4A48; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  nav { padding: 12px 24px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .breadcrumb { padding: 10px 24px; }
  .hero { padding: 56px 24px 48px; }
  .hero h1, .hero-sub { font-size: 30px; }
  .hero p { font-size: 15px; }
  .hero-sm { padding: 48px 24px 40px; }
  .hero-sm h1 { font-size: 28px; }
  .plan-hero { padding: 48px 24px 40px; }
  .plan-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .plan-price-card { min-width: unset; }
  .btn-row { flex-direction: column; }
  .btn-primary, .btn-secondary, .btn-light { text-align: center; }
  .trust-bar { gap: 16px; }
  .quick-plans { padding: 0 0 36px; }
  .qp-label { padding: 0 24px; }
  .qp-grid { grid-template-columns: 1fr; border-radius: 0; gap: 0; }
  .qp-card { padding: 20px 24px; border-bottom: 1px solid #3A3A38; }
  .qp-card.mid { border-left: none; border-right: none; }
  .qp-card:last-child { border-bottom: none; }
  .qp-note { padding: 0 24px; text-align: left; }
  section { padding: 48px 24px; }
  h2 { font-size: 26px; }
  .ntf-h { font-size: 26px; }
  .problem-grid { grid-template-columns: 1fr; }
  .ntf-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--bd); padding: 20px 0; flex-direction: row; align-items: flex-start; gap: 16px; text-align: left; }
  .step:last-child { border-bottom: none; }
  .step-num { flex-shrink: 0; margin-bottom: 0; }
  .uc-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; }
  .uc-tabs::-webkit-scrollbar { display: none; }
  .uc-tab { white-space: nowrap; flex-shrink: 0; }
  .uc-panel.active { grid-template-columns: 1fr; gap: 32px; }
  .privacy-grid, .two-col, .two-col-center { grid-template-columns: 1fr; gap: 32px; }
  .three-col, .features-grid, .values-grid { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .cmp-wrap { overflow-x: auto; }
  .cmp { min-width: 580px; }
  .cta-inner { text-align: left; }
  .cta-buttons { justify-content: flex-start; flex-direction: column; }
  footer { padding: 44px 24px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
