:root {
  --ink: #071526;
  --ink-soft: #10243b;
  --paper: #f7f9fc;
  --white: #ffffff;
  --text: #172538;
  --muted: #627087;
  --line: #dce3ec;
  --accent: #f36f21;
  --accent-dark: #c94e0a;
  --accent-soft: #fff0e6;
  --shadow: 0 26px 70px rgba(7, 21, 38, 0.1);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
section[id], main[id] { scroll-margin-top: 92px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: var(--accent); color: white; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(247, 249, 252, .92); border-color: rgba(7, 21, 38, .08); box-shadow: 0 10px 30px rgba(7,21,38,.05); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; width: 12px; height: 12px; right: -4px; top: -2px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--paper); }
.brand-mark span { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--ink); font-size: 1.34rem; letter-spacing: -.04em; text-transform: lowercase; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #35445a; font-size: .92rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-dark); }
.main-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: white; }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { color: white; background: var(--accent-dark); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 780px; overflow: hidden; display: flex; align-items: center; padding: 152px 0 90px; background: linear-gradient(118deg, #f7f9fc 0%, #f7f9fc 64%, #edf2f8 64%, #edf2f8 100%); }
.hero::before { content: ""; position: absolute; inset: auto -15% -65% auto; width: 760px; aspect-ratio: 1; border: 1px solid rgba(7,21,38,.12); border-radius: 50%; }
.hero-orbit { position: absolute; top: 6%; right: 5%; width: 420px; aspect-ratio: 1; border: 1px solid rgba(7,21,38,.09); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.hero-orbit::before { inset: 18%; border: 1px solid rgba(7,21,38,.07); }
.hero-orbit::after { width: 20px; height: 20px; top: 18%; right: 12%; background: var(--accent); box-shadow: 0 0 0 12px rgba(243,111,33,.1); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); gap: 90px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff9b5f; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; color: var(--ink); font-size: clamp(3.2rem, 7.3vw, 6.7rem); line-height: .96; letter-spacing: -.067em; }
h1 em { display: block; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #506078; font-size: 1.19rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { border-color: #c9d2de; background: rgba(255,255,255,.55); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 38px; color: #56677e; font-size: .85rem; font-weight: 650; }
.trust-row i { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 5px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-style: normal; }
.hero-pricing { position: relative; overflow: hidden; padding: 12px 28px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: var(--ink); color: white; box-shadow: 0 30px 70px rgba(7,21,38,.25); }
.hero-pricing::before { content: ""; position: absolute; width: 240px; height: 240px; top: -120px; right: -80px; border: 56px solid rgba(243,111,33,.16); border-radius: 50%; }
.price-intro { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 18px 0 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.price-intro p { margin: 0; font-weight: 800; }
.price-intro span { color: #aeb9c7; font-size: .75rem; }
.price-feature { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.11); text-decoration: none; }
.price-feature span { color: #d8e0e9; font-size: .93rem; }
.price-feature strong { white-space: nowrap; color: #ff9b5f; font-size: 1.35rem; letter-spacing: -.03em; }
.price-feature small { font-size: .68rem; font-weight: 600; }
.pricing-note { margin: 18px 0 0; color: #96a6b9; font-size: .77rem; line-height: 1.5; }

.section { padding: 116px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .faq-intro h2, .contact h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(2.25rem, 4.2vw, 4.2rem); line-height: 1.04; letter-spacing: -.052em; }
.section-heading > p { max-width: 470px; margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 325px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.44); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.service-number { margin-bottom: auto; color: #9aa7b6; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 42px 0 12px; color: var(--ink); font-size: 1.35rem; letter-spacing: -.025em; }
.service-card p { margin-bottom: 24px; color: var(--muted); font-size: .94rem; }
.service-card a { color: var(--ink); font-size: .86rem; font-weight: 800; text-decoration: none; }
.service-card a span { color: var(--accent); margin-left: 5px; }
.service-card.accent-card { background: var(--accent); color: white; }
.service-card.accent-card .service-number, .service-card.accent-card p { color: rgba(255,255,255,.82); }
.service-card.accent-card h3, .service-card.accent-card a, .service-card.accent-card a span { color: white; }

.pricing { background: var(--ink); color: white; }
.pricing-heading h2 { color: white; }
.pricing-heading > p { color: #aab6c4; }
.price-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 5px 0 20px; scrollbar-width: thin; }
.price-tab { flex: 0 0 auto; min-height: 43px; padding: 9px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: transparent; color: #b7c2cf; font: inherit; font-size: .85rem; font-weight: 750; cursor: pointer; transition: all .2s ease; }
.price-tab:hover, .price-tab:focus-visible { border-color: #ff9b5f; color: white; }
.price-tab.active { border-color: var(--accent); background: var(--accent); color: white; }
.price-panels { margin-top: 20px; }
.price-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: var(--ink-soft); }
.price-panel[hidden] { display: none; }
.panel-title { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 30px 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.panel-title > div { display: flex; align-items: baseline; gap: 14px; }
.panel-title span { color: #ff9b5f; font-size: .72rem; font-weight: 800; }
.panel-title h3 { margin: 0; color: white; font-size: 1.55rem; letter-spacing: -.025em; }
.panel-title p { margin: 0; color: #9faec0; font-size: .9rem; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; min-height: 78px; padding: 17px 34px; border-bottom: 1px solid rgba(255,255,255,.09); }
.price-row:last-child { border-bottom: 0; }
.price-row.featured { background: rgba(243,111,33,.07); }
.price-row strong { color: #f8fafc; font-size: .96rem; }
.price-row p { margin: 3px 0 0; color: #93a3b6; font-size: .82rem; line-height: 1.45; }
.price-row b { white-space: nowrap; color: #ff9b5f; font-size: 1.08rem; letter-spacing: -.02em; }
.price-row b small { color: #aeb9c6; font-size: .7rem; font-weight: 600; }
.panel-footnote { margin: 0; padding: 18px 34px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.12); color: #aab6c4; font-size: .78rem; }
.pricing-disclaimer { display: grid; grid-template-columns: 190px 1fr; gap: 30px; margin-top: 24px; padding: 24px 28px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.05); }
.pricing-disclaimer strong { color: white; }
.pricing-disclaimer p { margin: 0; color: #9dabbc; font-size: .86rem; }

.process { background: white; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; min-height: 265px; padding: 28px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list li > span { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-size: .75rem; font-weight: 850; }
.process-list h3 { margin: 55px 0 10px; color: var(--ink); font-size: 1.25rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.about { overflow: hidden; background: var(--accent); color: white; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; }
.about-statement blockquote { margin: 0; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.about-copy h2 { color: white; font-size: clamp(2rem, 3.4vw, 3.3rem); margin-bottom: 24px; }
.about-copy > p { color: rgba(255,255,255,.83); }
.company-facts { margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.company-facts div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.company-facts dt { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 750; text-transform: uppercase; }
.company-facts dd { margin: 0; font-weight: 650; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro p:last-child { max-width: 370px; margin-top: 22px; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; color: var(--ink); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 4px; color: var(--accent); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 660px; padding: 0 45px 22px 0; color: var(--muted); font-size: .92rem; }

.contact { padding: 100px 0; background: var(--ink); color: white; }
.contact-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.contact h2 { max-width: 720px; color: white; }
.contact-inner > div:first-child > p:last-child { max-width: 650px; margin: 25px 0 0; color: #a9b7c6; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.contact-label { margin-bottom: 20px; color: #ff9b5f; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.contact-card > strong { display: block; font-size: 1.35rem; }
.contact-card address { margin: 8px 0 24px; color: #aebac8; font-style: normal; }
.contact-actions { display: grid; gap: 9px; }
.contact-actions a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 11px 16px; border-radius: 12px; background: white; color: var(--ink); font-weight: 750; text-decoration: none; }
.contact-actions a:hover { background: var(--accent); color: white; }
.contact-pending { display: block; padding: 12px 16px; border: 1px dashed rgba(255,255,255,.25); border-radius: 12px; color: #94a4b6; font-size: .85rem; }

.site-footer { padding: 28px 0; background: #040d18; color: #8796a8; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand .brand-mark { border-color: white; }
.footer-brand .brand-mark::after { box-shadow: 0 0 0 4px #040d18; }
.footer-brand .brand-mark span { background: white; }
.footer-brand .brand-copy strong { color: white; }
.footer-inner p { margin: 0; font-size: .74rem; text-align: center; }
.footer-inner > a:last-child { justify-self: end; font-size: .78rem; font-weight: 700; text-decoration: none; }

.back-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(7,21,38,.2); text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, background .22s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--accent); }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .menu-button { display: block; position: relative; z-index: 2; cursor: pointer; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 22px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: max(108px, calc(env(safe-area-inset-top) + 88px)) 10vw max(40px, env(safe-area-inset-bottom)); background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 1.6rem; }
  .main-nav .nav-cta { margin-top: 12px; font-size: 1rem; }
  .hero { min-height: auto; padding-top: 140px; background: var(--paper); }
  .hero-grid, .section-heading, .about-grid, .faq-grid, .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-pricing { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-left: 1px solid var(--line); border-bottom: 0; }
  .process-list li:last-child { border-bottom: 1px solid var(--line); }
  .process-list h3 { margin: 3px 0 8px; }
  .faq-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .hero { padding: 118px 0 72px; }
  .hero-orbit { width: 260px; opacity: .6; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-pricing { padding-inline: 20px; border-radius: 22px; }
  .price-intro { display: block; }
  .price-intro span { display: block; margin-top: 3px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .contact h2 { font-size: 2.55rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .pricing { padding-top: 88px; }
  .price-tabs { margin-right: -14px; }
  .panel-title { grid-template-columns: 1fr; gap: 10px; padding: 23px 20px; }
  .price-row { align-items: start; gap: 18px; padding: 16px 20px; }
  .price-row p { display: none; }
  .price-row b { font-size: .98rem; text-align: right; }
  .pricing-disclaimer { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .about-grid { gap: 56px; }
  .company-facts div { grid-template-columns: 85px 1fr; }
  .contact { padding: 80px 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner p { grid-column: auto; grid-row: auto; }
  .footer-inner > a:last-child { justify-self: start; }
  .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
