:root {
  color-scheme: light;
  --ink: #171715;
  --muted: #6f6b63;
  --paper: #f5f1e8;
  --card: #fffdf8;
  --line: #d9d2c4;
  --accent: #f26732;
  --accent-dark: #c74718;
  --accent-soft: #fee7dc;
  --success: #167a50;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(23, 23, 21, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 21, .028) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 13px clamp(18px, 4vw, 70px);
  border-bottom: 1px solid rgba(23, 23, 21, .13);
  background: rgba(245, 241, 232, .92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 900; letter-spacing: .09em; display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand img { border-radius: 11px; }
.brand b { color: var(--accent); }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { color: #3d3b37; text-decoration: none; font-size: 13px; font-weight: 750; }
.desktop-nav a:hover { color: var(--accent-dark); }
.account-actions { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.text-button { border: 0; background: transparent; color: var(--accent-dark); font-weight: 850; padding: 8px; }
.header-cta { color: white; background: var(--ink); border-radius: 10px 3px 10px 3px; padding: 11px 15px; text-decoration: none; font-weight: 850; white-space: nowrap; }

main { overflow: hidden; }
.sales-hero { max-width: var(--max); min-height: 760px; margin: auto; padding: clamp(70px, 8vw, 120px) 20px 90px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(40px, 7vw, 95px); }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--accent-dark); font-size: 11px; font-weight: 950; letter-spacing: .18em; }
h1 { margin: 0; max-width: 760px; font-size: clamp(55px, 7.2vw, 96px); line-height: .89; letter-spacing: -.072em; }
h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-copy { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.primary-action, .plan-button {
  width: 100%; border: 0; border-radius: 13px 4px 13px 4px; padding: 17px 21px; color: white; background: var(--accent); font-weight: 900; box-shadow: 0 7px 0 var(--accent-dark); transition: transform .15s, box-shadow .15s, background .15s;
}
.primary-action.fit { width: auto; min-width: 250px; margin: 0; }
.primary-action:hover, .plan-button:hover { transform: translateY(2px); box-shadow: 0 5px 0 var(--accent-dark); }
.primary-action:disabled, .plan-button:disabled { opacity: .55; cursor: wait; }
.secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 12px 4px 12px 4px; color: var(--ink); text-decoration: none; font-weight: 900; }
.microcopy { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.notice { margin-top: 24px; max-width: 660px; padding: 17px 19px; border: 1px solid #abd0ba; background: #eaf7ef; color: #185c38; border-radius: 14px; font-weight: 750; }
.notice a { color: inherit; }
.hero-visual { min-height: 640px; position: relative; display: grid; place-items: center; }
.phone-card { position: relative; width: min(340px, 82vw); padding: 11px; background: #151513; border-radius: 42px; box-shadow: 0 34px 80px rgba(19, 18, 16, .28); transform: rotate(2deg); }
.phone-card::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 18px; transform: translateX(-50%); width: 72px; height: 18px; border-radius: 20px; background: #151513; }
.phone-card img { width: 100%; border-radius: 33px; }
.proof-chip { position: absolute; z-index: 3; min-width: 150px; padding: 15px 17px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px 5px 16px 5px; background: var(--card); box-shadow: 0 18px 40px rgba(23,23,21,.13); }
.proof-chip strong { font-size: 18px; }.proof-chip span { color: var(--muted); font-size: 12px; }
.proof-top { left: -8px; top: 145px; }.proof-bottom { right: -25px; bottom: 110px; }

.pain-strip { color: white; background: var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.pain-strip div { padding: 34px clamp(20px, 4vw, 58px); border-right: 1px solid #373630; display: flex; flex-direction: column; gap: 7px; }
.pain-strip div:last-child { border: 0; }
.pain-strip strong { font-size: 16px; }.pain-strip span { color: #aaa69e; font-size: 13px; line-height: 1.55; }

.section { padding: 94px 20px; }
.section-heading { max-width: var(--max); margin: 0 auto 42px; }
.section-heading.centered { max-width: 820px; text-align: center; }
.section-heading h2, .split-heading h2, .final-cta h2, .legal-hero h1, .trade-hero h1 { margin: 0; font-size: clamp(39px, 5.3vw, 67px); line-height: .98; letter-spacing: -.052em; }
.section-heading > p:last-child, .split-heading > p, .trade-hero .lede, .legal-hero .lede { color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 22px 7px 22px 7px; background: rgba(255,253,248,.82); }
.steps-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--ink); border-radius: 12px 4px 12px 4px; font-size: 12px; font-weight: 900; }
.steps-grid h3, .feature-grid h3, .trade-grid h3 { margin: 22px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.steps-grid p, .feature-grid p, .trade-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.dark { color: white; background: var(--ink); }
.split-heading { max-width: var(--max); margin: 0 auto 46px; display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 60px; }
.dark .split-heading > p { color: #b4b0a8; }
.feature-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-grid article { min-height: 275px; padding: 25px; border: 1px solid #3a3934; border-radius: 20px 6px 20px 6px; background: #201f1c; }
.feature-grid p { color: #bbb7ae; font-size: 14px; }
.feature-icon { min-width: 42px; height: 42px; padding: 0 9px; display: inline-grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 11px 4px 11px 4px; font-size: 12px; font-weight: 950; }
.proof-section { background: #ece6da; }
.screens-row { max-width: 1050px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.screens-row figure { margin: 0; }.screens-row img { max-height: 600px; margin: auto; border-radius: 30px; box-shadow: 0 24px 55px rgba(23,23,21,.18); }
.screens-row figcaption { display: flex; flex-direction: column; gap: 4px; padding: 20px 6px 0; }.screens-row figcaption strong { font-size: 20px; }.screens-row figcaption span { color: var(--muted); font-size: 14px; }

.trade-section { background: var(--card); }
.trade-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trade-grid a { min-height: 310px; padding: 25px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 20px 6px 20px 6px; text-decoration: none; transition: transform .18s, border-color .18s; }
.trade-grid a:hover { transform: translateY(-4px); border-color: var(--accent); }
.trade-grid a > span { color: var(--accent-dark); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.trade-grid a b { margin-top: auto; padding-top: 22px; color: var(--accent-dark); font-size: 13px; }

.comparison-section { background: var(--paper); }
.comparison-table { max-width: 1000px; margin: auto; border: 1px solid var(--line); border-radius: 22px 7px 22px 7px; overflow: hidden; background: var(--card); }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-row span { padding: 19px 24px; border-bottom: 1px solid var(--line); }.comparison-row span + span { border-left: 1px solid var(--line); font-weight: 750; }
.comparison-row.header { color: white; background: var(--ink); font-weight: 900; }.comparison-row.header span { border-color: #3a3934; }
.comparison-row:last-child span { border-bottom: 0; }

.plans { color: white; background: var(--ink); padding: 94px 20px; }
.pricing-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: end; }
.pricing-heading h2 { color: white; }.pricing-heading > p { color: #b9b5ad; }
.plan-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; min-height: 540px; padding: 31px; color: var(--ink); background: var(--card); border: 1px solid #46433d; border-radius: 24px 8px 24px 8px; display: flex; flex-direction: column; }
.plan-card.featured { transform: translateY(-10px); border: 3px solid var(--accent); box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.popular { position: absolute; right: 20px; top: 20px; padding: 7px 9px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-dark); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.plan-label { margin: 0 0 17px; color: var(--accent-dark); font-size: 11px; font-weight: 950; letter-spacing: .15em; }
.plan-card h3 { margin: 0; font-size: 51px; letter-spacing: -.055em; }.plan-card h3 span { color: var(--muted); font-size: 14px; letter-spacing: 0; }
.plan-card > p:not(.plan-label) { min-height: 76px; color: var(--muted); line-height: 1.55; }
.plan-card ul { list-style: none; padding: 18px 0; margin: 0 0 23px; border-top: 1px solid var(--line); }
.plan-card li { padding: 7px 0 7px 25px; position: relative; font-size: 14px; }.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 950; }
.plan-button { margin-top: auto; }
.pricing-footnote { max-width: 940px; margin: 35px auto 0; color: #aaa69e; text-align: center; font-size: 11px; line-height: 1.6; }

.faq-section { background: var(--card); }
.faq-grid { max-width: 960px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px 5px 16px 5px; background: var(--paper); padding: 0 20px; }
summary { padding: 20px 30px 20px 0; cursor: pointer; font-weight: 850; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 16px; color: var(--accent); font-size: 24px; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 21px; color: var(--muted); line-height: 1.65; }
.center-action { margin-top: 32px; text-align: center; }
.final-cta { padding: 100px 20px; color: white; background: var(--accent); text-align: center; }
.final-cta .eyebrow { color: #4a1807; }.final-cta h2 { max-width: 850px; margin: auto; }.final-cta p:not(.eyebrow) { max-width: 660px; margin: 20px auto 30px; font-size: 18px; }
.light-shadow { color: white; background: var(--ink); box-shadow: 0 7px 0 #5a210d; }

dialog { width: min(92vw, 480px); border: 1px solid var(--line); border-radius: 24px 8px 24px 8px; padding: 36px; color: var(--ink); background: var(--card); box-shadow: 0 40px 100px rgba(0,0,0,.4); }
dialog::backdrop { background: rgba(16,16,15,.72); backdrop-filter: blur(5px); }
dialog h2 { margin: 0 0 12px; font-size: 36px; letter-spacing: -.045em; }
dialog > p:not(.eyebrow):not(.error) { color: var(--muted); }
.dialog-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; font-size: 30px; color: var(--muted); }
form { display: grid; gap: 17px; margin: 24px 0 10px; }
label { display: grid; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
input { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 15px; background: white; color: var(--ink); font-size: 16px; letter-spacing: 0; outline: none; }
input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.error { min-height: 22px; color: #a62929; font-weight: 700; }

footer { padding: 54px clamp(20px, 5vw, 80px) 28px; color: #a8a39b; background: var(--ink); border-top: 1px solid #3a3834; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 36px; font-size: 12px; }
footer > div { display: flex; flex-direction: column; gap: 9px; } footer strong { color: white; margin-bottom: 7px; } footer a { color: #aaa69e; text-decoration: none; } footer a:hover { color: white; }
.brand.inverted { color: white; }.footer-brand p { max-width: 280px; }.copyright { grid-column: 1 / -1; padding-top: 24px; margin: 10px 0 0; border-top: 1px solid #34332f; }

/* Trade and legal pages */
.simple-header { position: relative; }
.trade-hero, .legal-hero { max-width: var(--max); margin: auto; padding: 90px 20px 70px; }
.trade-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.trade-hero h1, .legal-hero h1 { max-width: 850px; }
.trade-hero .lede, .legal-hero .lede { max-width: 720px; margin: 25px 0 0; }
.trade-hero .hero-actions { margin-top: 30px; }
.trade-callout { padding: 30px; color: white; background: var(--ink); border-radius: 25px 8px 25px 8px; box-shadow: 0 28px 60px rgba(23,23,21,.18); }
.trade-callout strong { display: block; color: var(--accent); font-size: 54px; letter-spacing: -.06em; }.trade-callout span { font-weight: 850; }.trade-callout p { color: #b8b4ac; }
.content-wrap { max-width: 940px; margin: auto; padding: 30px 20px 100px; }
.content-wrap.wide { max-width: var(--max); }
.content-wrap h2 { margin: 58px 0 14px; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; line-height: 1.05; }
.content-wrap h3 { margin: 30px 0 8px; font-size: 22px; }.content-wrap p, .content-wrap li { color: #58554f; line-height: 1.75; }
.content-wrap ul { padding-left: 22px; }
.keyword-intro { padding: 28px; border-left: 5px solid var(--accent); background: var(--card); }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 30px 0; }
.scope-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 17px 5px 17px 5px; background: var(--card); }.scope-grid h3 { margin: 0 0 8px; }.scope-grid p { margin: 0; font-size: 14px; }
.line-example { margin: 30px 0; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; overflow: hidden; background: white; }
.line-example div { display: grid; grid-template-columns: 2fr .7fr .7fr; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); }.line-example div:last-child { border: 0; }.line-example .line-head { color: white; background: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.inline-cta { margin: 55px 0 10px; padding: 38px; color: white; background: var(--accent); border-radius: 24px 8px 24px 8px; }.inline-cta h2 { margin: 0 0 12px; }.inline-cta p { color: #4d1a08; }.inline-cta .secondary-action { color: white; border-color: white; }
.breadcrumb { max-width: var(--max); margin: 0 auto; padding: 24px 20px 0; color: var(--muted); font-size: 12px; }.breadcrumb a { color: var(--accent-dark); }
.legal-hero { padding-bottom: 30px; }.legal-meta { color: var(--muted); font-size: 12px; }.legal-box { padding: 24px; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; background: var(--card); }
.help-search { max-width: 700px; margin-top: 28px; }.help-search input { padding: 18px; font-size: 17px; }
.help-category { margin-top: 55px; }.help-category > h2 { border-bottom: 1px solid var(--line); padding-bottom: 15px; }.help-category details { margin: 10px 0; }

/* Reviews and Testimonials */
.reviews-section { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.review-card { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: 20px 6px 20px 6px; background: var(--card); display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 10px 30px rgba(23,23,21,.04); }
.review-stars { color: #f59e0b; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.review-text { margin: 0 0 20px; color: #3d3b37; font-size: 14px; line-height: 1.6; font-style: italic; }
.reviewer-profile { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-weight: 900; font-size: 14px; flex-shrink: 0; }
.reviewer-details { display: flex; flex-direction: column; gap: 2px; }
.reviewer-name { font-weight: 850; font-size: 14px; color: var(--ink); }
.reviewer-trade { color: var(--muted); font-size: 12px; }
.rating-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-dark); font-weight: 850; font-size: 13px; margin-top: 14px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .feature-grid, .trade-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .sales-hero { grid-template-columns: 1fr 420px; }
  .proof-top { left: 0; }.proof-bottom { right: 0; }
}
@media (max-width: 850px) {
  .sales-hero, .trade-hero { grid-template-columns: 1fr; }
  .sales-hero { padding-top: 65px; }.hero-visual { min-height: 600px; }
  .pain-strip, .steps-grid, .plan-grid { grid-template-columns: 1fr; }
  .pain-strip div { border-right: 0; border-bottom: 1px solid #373630; }
  .steps-grid { max-width: 600px; }
  .split-heading, .pricing-heading { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .plan-grid { max-width: 580px; }.plan-card.featured { transform: none; order: -1; }
  .screens-row { gap: 16px; }.screens-row img { border-radius: 19px; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .site-header { padding-inline: 14px; }.brand { font-size: 12px; }.brand img { width: 36px; height: 36px; }
  .account-actions #account-email, .account-actions #manage-button, .account-actions #signout-button { display: none; }
  .header-cta { padding: 10px 12px; }
  h1 { font-size: clamp(48px, 15vw, 67px); }
  .hero-actions { align-items: stretch; flex-direction: column; }.primary-action.fit, .secondary-action { width: 100%; }
  .hero-visual { min-height: 540px; }.phone-card { width: 285px; }.proof-chip { min-width: 128px; padding: 12px; }.proof-top { top: 110px; }.proof-bottom { bottom: 85px; }
  .section { padding: 70px 15px; }.feature-grid, .trade-grid, .scope-grid, .reviews-grid { grid-template-columns: 1fr; }
  .feature-grid article, .trade-grid a { min-height: 240px; }
  .screens-row { overflow-x: auto; grid-template-columns: repeat(3, 250px); justify-content: start; padding-bottom: 20px; }
  .comparison-row span { padding: 15px 13px; font-size: 12px; }
  .plans { padding-inline: 13px; }.plan-card { padding: 25px; }
  .line-example div { grid-template-columns: 1.7fr .65fr .65fr; padding: 12px; font-size: 12px; }
  .inline-cta { padding: 28px 22px; }
  dialog { padding: 30px 22px; }
  footer { grid-template-columns: 1fr; }.footer-brand, .copyright { grid-column: 1; }
}
