:root {
  --bg: #0b0b11;
  --bg-soft: #101019;
  --panel: #151520;
  --panel-2: #1b1930;
  --text: #f6f5fb;
  --muted: #aaa8b8;
  --purple: #7566ff;
  --purple-light: #a39aff;
  --cyan: #65dce3;
  --line: rgba(255,255,255,.09);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); z-index: 20; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3, strong { letter-spacing: -.025em; }
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); max-width: 820px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.25rem); }
h3 { font-size: 1.25rem; }
em { color: var(--purple-light); font-style: normal; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; position: relative; }
.section { padding: 120px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99; padding: 10px 15px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; transition: .3s ease; }
.site-header.scrolled { background: rgba(11,11,17,.84); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { width: min(calc(100% - 40px), 1320px); height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; margin: auto; }
.logo { display: inline-flex; align-items: center; }
.logo img { display: block; width: 148px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 23px; }
.nav-cta { justify-self: end; }
.site-nav a { color: #cbc9d6; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; transition: .2s; }
.site-nav a:hover, .site-nav a.active { color: var(--purple-light); }
.nav-toggle { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 15px 23px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, #897aff, #6352ec); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 35px rgba(92,75,224,.28); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(92,75,224,.4); }
.button-small { padding: 11px 18px; font-size: .68rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-link span, .button span { color: var(--purple-light); }

.hero { min-height: 100vh; padding: 160px 0 55px; position: relative; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgba(66,54,142,.28), transparent 31%), linear-gradient(160deg, #11111d 0%, #0b0b11 60%); }
.hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -100px; height: 180px; transform: rotate(-3deg); background: var(--bg); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--purple-light); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 22px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero-copy h1 { margin-bottom: 30px; }
.hero-lead { max-width: 650px; color: #eceaf3; font-size: clamp(1.05rem, 2vw, 1.32rem); }
.hero-copy > p:not(.eyebrow):not(.hero-lead) { max-width: 690px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.founder-card { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(160deg, rgba(34,31,61,.9), rgba(17,17,26,.86)); box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(2deg); }
.founder-top { display: flex; align-items: center; justify-content: space-between; }
.availability { color: #ccc9da; font-size: .72rem; font-weight: 700; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #6de1b5; box-shadow: 0 0 10px #6de1b5; }
.terminal-icon, .line-icon { display: grid; place-items: center; color: var(--purple-light); border: 1px solid rgba(137,122,255,.35); background: rgba(117,102,255,.1); }
.terminal-icon { width: 40px; height: 40px; border-radius: 12px; font-weight: 700; }
.founder-monogram { display: grid; place-items: center; width: 150px; aspect-ratio: 1; margin: 38px auto 26px; overflow: hidden; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; background: #24203d; box-shadow: 0 0 0 15px rgba(117,102,255,.07), 0 15px 40px rgba(0,0,0,.35); }
.founder-monogram img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 25%; }
.founder-label { margin: 0 0 4px; color: var(--purple-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.founder-card h2 { font-size: 2rem; }
.founder-card > p:last-of-type { font-size: .86rem; }
.experience-meter { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; padding: 15px 0; border-block: 1px solid var(--line); }
.experience-meter div { display: flex; flex-direction: column; }
.experience-meter strong { font-size: 1.4rem; }
.experience-meter span { color: var(--muted); font-size: .68rem; }
.skill-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.skill-tags span { padding: 6px 9px; color: #c5c1dd; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); font-size: .67rem; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 100px; padding: 0; z-index: 3; }
.trust-strip div { display: flex; flex-direction: column; min-height: 105px; padding: 22px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: #16151f; box-shadow: 0 14px 35px rgba(0,0,0,.22); transition: transform .2s, border-color .2s; }
.trust-strip div::before { content: ""; position: absolute; width: 34px; height: 2px; left: 22px; top: 0; background: var(--purple); }
.trust-strip div:hover { transform: translateY(-3px); border-color: rgba(137,122,255,.42); }
.trust-strip strong { margin-bottom: 3px; font-size: 1.04rem; }
.trust-strip span { color: #c8c5d6; font-size: .84rem; line-height: 1.45; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .25; }
.glow-one { width: 420px; height: 420px; right: -130px; top: 120px; border: 70px solid #6e5be9; }
.glow-two { width: 260px; height: 260px; left: 30%; bottom: -150px; background: #4a3dc0; filter: blur(90px); }
.dot-field { position: absolute; width: 390px; height: 600px; opacity: .25; background-image: radial-gradient(circle, #8172ff 2px, transparent 3px); background-size: 18px 18px; mask-image: radial-gradient(ellipse, black, transparent 68%); transform: rotate(-20deg); }
.dot-field-left { left: -160px; top: -120px; }
.dot-field-right { right: -170px; top: 10%; }
.dot-field.lower { top: 20%; }

.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.section-heading h2 { margin-bottom: 25px; }
.section-heading > p:not(.eyebrow) { max-width: 610px; }
.prose { padding-left: 50px; border-left: 1px solid var(--line); }
.prose p { max-width: 680px; }
.large-copy { color: white; font-size: 1.3rem; }
.accent-copy { color: var(--purple-light); font-weight: 700; }
.problem-section { background: var(--bg-soft); overflow: hidden; }
.centered { max-width: 800px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:not(.eyebrow) { margin-inline: auto; }
.issue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 900px; margin: 50px auto 0; }
.issue-grid span { padding: 16px 18px; color: #dddbea; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.02); text-align: center; font-size: .84rem; }
.issue-grid span::before { content: "✓"; margin-right: 8px; color: var(--purple-light); }
.heading-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.heading-row > p { max-width: 380px !important; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.service-card { min-height: 305px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(137,122,255,.55); }
.card-number { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.17); font-size: .72rem; font-weight: 800; }
.line-icon { width: 48px; height: 48px; margin-bottom: 35px; border-radius: 14px; font-size: 1.3rem; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { font-size: .84rem; }
.service-card a { color: var(--purple-light); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured-card { background: linear-gradient(145deg, #6e5cf4, #4d3ebd); }
.featured-card p, .featured-card a, .featured-card .card-number { color: rgba(255,255,255,.78); }
.featured-card .line-icon { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.founder-quote { max-width: 980px; margin: 80px auto 0; padding: 45px 55px 45px 105px; position: relative; border: 1px solid rgba(137,122,255,.24); border-radius: 22px; background: linear-gradient(145deg, rgba(31,28,56,.88), rgba(18,18,27,.94)); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.founder-quote::before { content: "“"; position: absolute; left: 38px; top: 24px; color: var(--purple-light); font-family: Georgia, serif; font-size: 7rem; line-height: 1; opacity: .78; }
.founder-quote figcaption { margin-bottom: 12px; color: var(--purple-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.founder-quote blockquote { margin: 0; color: #e9e7f1; font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.58; letter-spacing: -.01em; }

.difference-section { background: var(--bg-soft); }
.difference-grid, .coverage-grid, .why-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.difference-visual { min-height: 460px; position: relative; }
.ticket { position: absolute; width: 72%; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #211e3e, #14141e); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.ticket span, .ticket small, .resolve-ring span { display: block; color: var(--muted); font-size: .7rem; }
.ticket strong { display: block; margin: 6px 0 16px; font-size: 1rem; }
.ticket-one { left: 2%; top: 60px; transform: rotate(-5deg); }
.ticket-two { right: 0; bottom: 70px; border-color: rgba(101,220,227,.3); transform: rotate(4deg); }
.ticket-two small { color: #78dfc0; }
.resolve-ring { position: absolute; left: 40%; top: 37%; display: grid; place-items: center; width: 115px; aspect-ratio: 1; z-index: 2; border: 2px solid var(--purple); border-radius: 50%; background: #12111b; text-align: center; box-shadow: 0 0 0 14px rgba(117,102,255,.08), 0 0 40px rgba(117,102,255,.2); }
.resolve-ring strong { font-size: 2.5rem; line-height: .8; }
.comparison-table { margin-top: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #191824, #111119); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-row + .comparison-row { border-top: 1px solid var(--line); }
.comparison-row > div { padding: 20px 26px; color: white; font-size: .86rem; line-height: 1.6; }
.comparison-row > div + div { position: relative; border-left: 1px solid rgba(137,122,255,.24); background: rgba(117,102,255,.055); color: #e7e4f2; }
.comparison-row:not(.comparison-header) > div:first-child .comparison-statement::before { content: "✕"; margin-right: 10px; color: #ff6b7a; font-weight: 800; }
.comparison-row:not(.comparison-header) > div:last-child .comparison-statement::before { content: "✓"; margin-right: 10px; color: #78dfc0; font-weight: 800; }
.comparison-header > div { padding-block: 17px; color: #c4c1cf; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.comparison-header > div:last-child { color: var(--purple-light); }
.comparison-mobile-label { display: none; }

.pricing-section { background: radial-gradient(circle at 50% 30%, rgba(78,62,183,.16), transparent 40%); }
.currency-tools { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; margin-top: 42px; text-align: center; }
.currency-selector { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); }
.currency-selector button { min-width: 58px; padding: 9px 13px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .08em; cursor: pointer; transition: .2s; }
.currency-selector button:hover { color: white; }
.currency-selector button.active { background: linear-gradient(135deg, #897aff, #6352ec); color: white; box-shadow: 0 7px 18px rgba(92,75,224,.25); }
.rate-status { min-height: 1.2em; margin: 0; font-size: .68rem; }
.rate-status.error { color: #e8b083; }
.pricing-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin-top: 35px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 26px 20px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(155deg, #1b192d, #13131b); }
.price-card > span { color: var(--purple-light); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-card h3 { margin: 30px 0 8px; font-size: 2.3rem; }
.price-card h3 small { display: block; margin-top: 5px; color: var(--muted); font-size: .62rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }
.price-card > strong { font-size: 1.3rem; }
.price-card p { font-size: .76rem; }
.price-card a { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: auto; padding: 11px 14px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, #897aff, #6352ec); color: white; font-size: .7rem; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 8px 20px rgba(92,75,224,.22); transition: transform .2s, box-shadow .2s; }
.price-card a:hover { transform: translateY(-2px); box-shadow: 0 11px 25px rgba(92,75,224,.38); }
.price-card.popular { padding-top: 12px; border-color: rgba(155,144,255,.65); background: linear-gradient(160deg, #6959e7, #4435a3); transform: translateY(-12px); box-shadow: 0 20px 50px rgba(71,55,172,.25); }
.popular p, .popular h3 small { color: rgba(255,255,255,.72); }
.popular a { background: white; color: #5142bd; box-shadow: 0 8px 20px rgba(29,21,94,.2); }
.popular-label { align-self: flex-start; padding: 5px 8px; border-radius: 5px; background: rgba(255,255,255,.14); font-size: .59rem !important; }
.hourly-bar { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 35px; padding: 25px 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.hourly-bar > div { display: flex; align-items: center; gap: 18px; }
.hourly-bar .line-icon { flex: 0 0 auto; margin: 0; }
.hourly-bar p { margin: 2px 0 0; font-size: .75rem; }
.hourly-bar > strong { font-size: 1.8rem; text-align: right; }
.hourly-bar > strong small { color: var(--muted); font-size: .85rem; }
.hourly-bar > strong span { display: block; color: var(--muted); font-size: .65rem; font-weight: 500; }
.pricing-note { max-width: 760px; margin: 18px auto 0; text-align: center; font-size: .68rem; }

.process-section { background: var(--bg-soft); }
.process-list { max-width: 880px; margin: 60px auto 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 85px 1fr; gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--purple-light); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 8px; font-size: 1.35rem; }
.process-list p { margin: 0; }
.coverage-grid { padding: 60px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, #171624, #111119); }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.coverage-tags span { padding: 7px 10px; color: #d9d6ed; border: 1px solid rgba(137,122,255,.3); border-radius: 999px; background: rgba(117,102,255,.08); font-size: .67rem; font-weight: 700; }
.time-card { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.time-card div { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.time-card div:last-child { border: 0; }
.time-card span { color: var(--muted); font-size: .78rem; }
.time-card strong { font-size: .88rem; }
.time-card .time-region { margin: 0; padding: 9px 18px; color: var(--purple-light); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.why-section { overflow: hidden; background: var(--bg-soft); }
.experience-number { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 430px; padding: 40px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 50% 50%, #4b3cae, #171521 58%); text-align: center; }
.experience-number::before { content: ""; position: absolute; width: 320px; height: 320px; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(117,102,255,.07), 0 0 0 90px rgba(117,102,255,.035); transform: translate(-50%, -50%); }
.experience-number strong { position: relative; font-size: 10rem; line-height: .8; letter-spacing: -.1em; transform: translateX(-.05em); }
.experience-number span { position: relative; margin-top: 20px; color: #d1cedf; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.big-tags { margin-top: 25px; }
.big-tags span { padding: 8px 11px; }
.faq-grid { align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 21px 0; cursor: pointer; color: #e8e6ee; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 20px; flex: 0 0 20px; color: transparent; font-size: 0; text-align: center; }
.accordion summary span::before { content: "+"; color: var(--purple-light); font-size: 1.35rem; font-weight: 500; line-height: 1; }
.accordion details[open] summary span::before { content: "−"; color: var(--purple-light); }
.accordion details p { padding: 0 45px 20px 0; font-size: .85rem; }

.contact-section { padding: 40px 0 120px; }
.contact-box { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: 65px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, #7565f3, #5240bf); box-shadow: 0 25px 65px rgba(67,51,169,.28); }
.contact-box::after { content: ""; position: absolute; width: 430px; height: 430px; right: -190px; bottom: -300px; border: 45px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-box h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.contact-box h2 em { color: white; }
.contact-box p, .eyebrow.light { color: rgba(255,255,255,.75); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; position: relative; z-index: 2; }
.button-light { background: white; color: #42359a; box-shadow: none; }
.button-outline { border-color: rgba(255,255,255,.5); background: transparent; box-shadow: none; }
.button-light span, .button-outline span { color: inherit; }
.contact-actions small { color: rgba(255,255,255,.65); text-align: center; }

footer { padding: 70px 0 25px; border-top: 1px solid var(--line); background: #09090e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 10px; color: var(--purple-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p, .footer-grid a, .footer-grid span { max-width: 290px; margin: 0; color: var(--muted); font-size: .76rem; }
.footer-grid .logo { margin-bottom: 10px; }
.footer-grid .logo img { width: 180px; }
.footer-grid .text-link { color: white; }
.footer-company img { display: block; width: 190px; max-width: 100%; height: auto; margin-bottom: 10px; }
.footer-grid .footer-company span { color: #c8c5d6; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: #6f6d7a; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .nav-wrap { display: flex; }
  .site-nav { display: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 4px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
  .nav-toggle span:not(.sr-only) { width: 23px; height: 2px; background: white; }
  .site-nav.open { display: flex; position: absolute; left: 20px; right: 20px; top: 75px; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #15141f; box-shadow: 0 20px 50px #000; }
  .site-nav.open a { padding: 12px; }
  .hero-grid { gap: 40px; }
  .pricing-grid { grid-template-columns: repeat(3,1fr); }
  .price-card.popular { transform: none; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .nav-cta { display: none; }
  .hero { padding-top: 135px; }
  .hero-grid, .split-grid, .difference-grid, .coverage-grid, .why-grid, .faq-grid, .contact-box { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .centered .eyebrow { display: grid; grid-template-columns: 28px minmax(0, auto); width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .centered .eyebrow span { width: 28px; }
  .founder-card { max-width: 500px; margin: auto; transform: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .prose { padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .issue-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .heading-row { align-items: start; flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: span 2; }
  .coverage-grid { padding: 35px; }
  .experience-number { min-height: 360px; }
  .faq-grid .section-heading { position: static; }
  .contact-box { padding: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container, .nav-wrap { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.75rem, 15vw, 4rem); }
  h2 { font-size: 2.25rem; }
  .hero-actions { flex-direction: column; }
  .problem-section .centered .eyebrow { display: inline-flex; width: auto; max-width: 100%; white-space: nowrap; font-size: .62rem; letter-spacing: .1em; text-align: center; }
  .problem-section .centered .eyebrow span { flex: 0 0 28px; }
  .trust-strip, .issue-grid, .services-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip { gap: 15px; }
  .trust-strip div { min-height: auto; padding: 20px; }
  .service-card { min-height: 260px; }
  .founder-quote { margin-top: 55px; padding: 70px 25px 30px; }
  .founder-quote::before { left: 24px; top: 15px; font-size: 5.5rem; }
  .price-card:last-child { grid-column: auto; }
  .hourly-bar { align-items: start; flex-direction: column; }
  .hourly-bar > strong { text-align: left; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 12px; }
  .coverage-grid { padding: 24px; }
  .experience-number { min-height: 300px; }
  .experience-number strong { font-size: 7rem; }
  .contact-box { padding: 32px 24px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 6px; }
  .footer-company img { width: 180px; }
  .comparison-table { margin-top: 55px; border-radius: 16px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row + .comparison-row { border-top: 0; }
  .comparison-row > div { padding: 15px 18px; font-size: .8rem; }
  .comparison-row > div:first-child { border-top: 1px solid var(--line); }
  .comparison-row > div + div { border-top: 1px solid rgba(137,122,255,.18); border-left: 0; }
  .comparison-header { display: none; }
  .comparison-mobile-label { display: block; width: fit-content; margin: 0 0 8px; padding: 3px 7px; border-radius: 5px; background: rgba(255,107,122,.14); color: #ff8290; font-size: .62rem; font-weight: 900; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
  .comparison-row > div + div .comparison-mobile-label { background: rgba(120,223,192,.13); color: #78dfc0; }
  .comparison-statement { display: flex; align-items: baseline; }
  .comparison-statement::before { flex: 0 0 auto; }
}
