:root {
  --ink: #12233f;
  --ink-deep: #09182d;
  --paper: #f5f2ea;
  --paper-deep: #e9e4d8;
  --white: #ffffff;
  --orange: #f26430;
  --orange-dark: #cb4315;
  --blue: #4f84c4;
  --muted: #5e6877;
  --line: rgba(18, 35, 63, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a { -webkit-tap-highlight-color: transparent; }

.site-header { width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark { width: 38px; height: 38px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 4px; box-shadow: 3px 3px 0 var(--ink); }
.brand-mark span { display: grid; place-items: center; color: white; font-size: .82rem; font-weight: 900; background: var(--ink); }
.brand-mark span:last-child { background: var(--orange); }
.header-link { display: inline-flex; align-items: center; gap: 5px; font-weight: 800; font-size: .93rem; border-bottom: 2px solid var(--orange); padding-bottom: 3px; }

.hero { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0 88px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: .76rem; line-height: 1.3; font-weight: 900; letter-spacing: .16em; color: var(--muted); }
.eyebrow > span { width: 24px; height: 3px; background: var(--orange); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 { margin: 0; max-width: 600px; font-size: clamp(3.2rem, 6.1vw, 5.9rem); line-height: .91; letter-spacing: -.072em; font-weight: 900; }
.hero h1 em { color: var(--orange); font-style: normal; display: block; }
.hero-lede { max-width: 585px; margin: 30px 0 0; font-family: Arial, sans-serif; font-size: 1.12rem; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 4px; font-size: .95rem; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-link:focus-visible, .brand:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button-primary { color: white; background: var(--orange); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 7px 7px 0 var(--ink); }
.price-note { display: flex; flex-direction: column; padding-left: 20px; border-left: 1px solid var(--line); }
.price-note strong { font-size: 1.08rem; }
.price-note span { font-family: Arial, sans-serif; color: var(--muted); font-size: .78rem; }

.contrast-board { position: relative; min-height: 520px; padding: 50px 22px 28px; border: 1px solid var(--line); background-color: var(--paper-deep); background-image: linear-gradient(rgba(18,35,63,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18,35,63,.055) 1px, transparent 1px); background-size: 24px 24px; box-shadow: 10px 10px 0 var(--ink); }
.board-label { position: absolute; top: 14px; left: 22px; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.browser { position: absolute; width: 68%; background: white; border: 1px solid rgba(18,35,63,.22); box-shadow: 0 14px 32px rgba(18,35,63,.15); }
.browser-before { top: 73px; left: 23px; transform: rotate(-2deg); }
.browser-after { right: 22px; bottom: 30px; z-index: 2; transform: rotate(1.5deg); }
.browser-bar { height: 27px; padding: 0 9px; display: flex; align-items: center; gap: 5px; background: #e9edf1; border-bottom: 1px solid #d6dce3; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #acb5bf; }
.browser-bar span { margin-left: 5px; font-family: Arial, sans-serif; font-size: .56rem; color: #697482; }
.old-site { min-height: 205px; padding: 14px; font-family: "Times New Roman", serif; background: #fff; text-align: center; color: #161616; }
.old-logo { margin-right: auto; width: 48px; padding: 5px; background: #193a74; color: #fff; font: 700 .48rem Arial, sans-serif; }
.old-nav { margin: -19px 0 30px 50px; font-size: .53rem; color: #294680; text-decoration: underline; }
.old-title { padding: 10px; color: #8f1111; font-weight: 700; font-size: .86rem; border: 2px dashed #aaa; }
.old-lines { margin: 15px auto 12px; width: 85%; display: grid; gap: 5px; }
.old-lines span { height: 3px; background: #c4c4c4; }
.old-lines span:nth-child(2) { width: 88%; justify-self: center; }
.old-lines span:nth-child(3) { width: 70%; justify-self: center; }
.old-button { display: inline-block; border: 2px outset #ddd; background: #e9e9e9; padding: 1px 5px; font-size: .55rem; }
.new-site { min-height: 218px; padding: 18px; color: white; background: var(--ink-deep); }
.new-nav { display: flex; align-items: center; justify-content: space-between; font-size: .54rem; }
.new-nav b { color: var(--orange); font-size: .75rem; }
.new-site > p { margin: 38px 0 8px; color: #93accb; font-size: .46rem; letter-spacing: .14em; font-weight: 700; }
.new-site h2 { margin: 0; font-size: 1.45rem; line-height: 1.05; letter-spacing: -.04em; }
.new-proof { display: flex; gap: 7px; margin-top: 17px; font-family: Arial, sans-serif; font-size: .49rem; align-items: center; }
.new-proof b { color: #f3be4d; font-size: .68rem; }
.new-cta { margin-top: 14px; width: max-content; display: flex; align-items: center; gap: 6px; padding: 6px 9px; color: white; background: var(--orange); font-size: .5rem; font-weight: 800; }
.browser-tag { position: absolute; bottom: -23px; left: 12px; padding: 5px 8px; color: white; font-size: .6rem; line-height: 1; font-weight: 900; letter-spacing: .03em; box-shadow: 2px 2px 0 var(--ink); }
.tag-before { background: #8b3434; }
.tag-after { background: #28815d; }
.transform-arrow { position: absolute; left: 46%; top: 49%; z-index: 4; width: 45px; height: 45px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-5deg); font-size: 1.5rem; font-weight: 900; }

.truth-strip { min-height: 74px; padding: 16px max(20px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 28px; color: white; background: var(--ink); }
.truth-strip span { display: inline-flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 800; }
.truth-strip b { color: var(--orange); }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 108px 0; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; margin-bottom: 46px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .offer-copy h2, .principles-section h2, .reply-section h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.5rem); line-height: .98; letter-spacing: -.057em; font-weight: 900; }
.section-intro > p:last-child { margin: 0; font-family: Arial, sans-serif; line-height: 1.75; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; color: var(--orange); }
.step-top span { font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step-top b { font-size: 1.3rem; }
.step h3, .principle-grid h3 { margin: 0 0 14px; font-size: 1.34rem; line-height: 1.2; letter-spacing: -.025em; }
.step p, .principle-grid p { margin: 0; font-family: Arial, sans-serif; color: var(--muted); font-size: .91rem; line-height: 1.68; }

.offer-section { width: 100%; max-width: none; padding: 108px max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; color: white; background: var(--ink-deep); }
.offer-copy > p:not(.eyebrow):not(.scope-note) { max-width: 480px; margin: 27px 0; font-family: Arial, sans-serif; color: #b7c4d5; line-height: 1.7; }
.offer-price { margin-top: 40px; color: var(--orange); font-size: 6.3rem; line-height: .9; font-weight: 900; letter-spacing: -.07em; }
.offer-price sup { font-size: 2.3rem; vertical-align: top; position: relative; top: 7px; }
.offer-price span { display: block; margin: 14px 0 0 8px; color: white; font-size: .75rem; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.scope-note { max-width: 410px; margin-top: 33px; padding-left: 16px; border-left: 3px solid var(--orange); color: #c5d0de; font-family: Arial, sans-serif; font-size: .8rem; line-height: 1.6; }
.included-card { align-self: center; padding: 36px 40px; color: var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--orange); transform: rotate(.6deg); }
.included-card > p { margin: 0 0 23px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.included-card ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 25px; }
.included-card li { display: flex; gap: 10px; align-items: flex-start; font-family: Arial, sans-serif; font-size: .88rem; line-height: 1.45; }
.included-card li b { flex: 0 0 auto; color: var(--orange); }

.principles-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.principles-section > div:first-child { position: sticky; top: 40px; align-self: start; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { padding: 28px; min-height: 245px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article > span { display: block; margin-bottom: 46px; color: var(--orange); font-size: .72rem; font-weight: 900; }
.faq-section { border-top: 1px solid var(--line); }
.section-intro.compact { grid-template-columns: 1fr; }
.section-intro.compact h2 { max-width: 600px; }
.faq-list { margin-left: 35%; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 23px 45px 23px 0; position: relative; font-size: 1.1rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--orange); font-size: 1.5rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; max-width: 720px; padding: 0 50px 25px 0; font-family: Arial, sans-serif; color: var(--muted); line-height: 1.7; }

.reply-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 40px; padding: 70px; display: flex; align-items: end; justify-content: space-between; gap: 50px; color: white; background: var(--orange); box-shadow: 10px 10px 0 var(--ink); }
.reply-section > div { max-width: 720px; }
.reply-section > div > p:last-child { margin: 23px 0 0; max-width: 650px; font-family: Arial, sans-serif; color: rgba(255,255,255,.84); line-height: 1.7; }
.button-light { flex: 0 0 auto; color: var(--ink); background: white; box-shadow: 5px 5px 0 var(--ink); }
.button-light:hover { box-shadow: 7px 7px 0 var(--ink); }
footer { width: min(1180px, calc(100% - 40px)); min-height: 116px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-family: Arial, sans-serif; font-size: .78rem; }
.footer-brand { color: var(--ink); font-family: "Arial Narrow", Arial, sans-serif; }
.footer-brand .brand-mark { width: 31px; height: 31px; box-shadow: 2px 2px 0 var(--ink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 680px; }
  .contrast-board { min-height: 520px; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step-top { margin-bottom: 38px; }
  .offer-section { grid-template-columns: 1fr; gap: 60px; }
  .principles-section { grid-template-columns: 1fr; }
  .principles-section > div:first-child { position: static; }
  .faq-list { margin-left: 15%; }
  .reply-section { padding: 50px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section, .reply-section, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .header-link { font-size: .78rem; }
  .brand { font-size: 1.15rem; }
  .brand-mark { width: 33px; height: 33px; }
  .hero { padding: 55px 0 68px; gap: 55px; }
  .hero h1 { font-size: clamp(3.15rem, 17vw, 4.5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .price-note { padding-left: 0; border-left: 0; }
  .contrast-board { min-height: 425px; padding-left: 10px; padding-right: 10px; box-shadow: 7px 7px 0 var(--ink); }
  .browser { width: 82%; }
  .browser-before { top: 65px; left: 12px; }
  .browser-after { right: 10px; bottom: 24px; }
  .old-site { min-height: 150px; }
  .old-nav { display: none; }
  .old-title { margin-top: 17px; }
  .new-site { min-height: 170px; }
  .new-site > p { margin-top: 22px; }
  .new-site h2 { font-size: 1.16rem; }
  .new-proof { display: none; }
  .transform-arrow { left: 43%; }
  .truth-strip { align-items: flex-start; flex-direction: column; padding-top: 24px; padding-bottom: 24px; gap: 13px; }
  .section { padding: 80px 0; }
  .offer-section { width: 100%; padding: 80px 20px; }
  .offer-price { font-size: 5rem; }
  .included-card { padding: 28px 24px; }
  .included-card ul, .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 210px; }
  .faq-list { margin-left: 0; }
  .reply-section { margin-bottom: 30px; padding: 38px 26px; box-shadow: 7px 7px 0 var(--ink); }
  footer { min-height: 150px; padding: 25px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
