:root {
  --ink: #16222b;
  --ink-2: #263742;
  --orange: #e96123;
  --orange-dark: #c64b15;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --steel: #d8e0e3;
  --muted: #60727c;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 18px 45px rgba(22,34,43,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; padding: .7rem 1rem; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--orange-dark); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; }
h1,h2,h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0; }
.lede { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #dbe4e8; }
.section-copy { max-width: 750px; color: var(--muted); font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .7rem 1.15rem; border: 2px solid transparent; border-radius: 4px; font-weight: 850; text-decoration: none; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 30px rgba(233,97,35,.28); }
.btn-primary:hover { background: #f17235; }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.btn-dark { color: var(--white); background: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(22,34,43,.12); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 950; letter-spacing: -.02em; line-height: 1.05; }
.brand svg { width: 38px; flex: 0 0 38px; }
.brand span { max-width: 180px; }
.nav { display: flex; align-items: center; gap: 1.3rem; }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 760; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--orange-dark); }
.header-call { white-space: nowrap; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--steel); background: var(--white); border-radius: 4px; color: var(--ink); }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }

.hero { position: relative; overflow: hidden; min-height: 690px; color: var(--white); background: var(--ink); }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(10,19,24,.96) 0%, rgba(10,19,24,.83) 40%, rgba(10,19,24,.24) 75%, rgba(10,19,24,.14) 100%); }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; }
.hero-grid { position: relative; z-index: 1; display: grid; align-content: center; min-height: 690px; padding-block: 84px; }
.hero-content { max-width: 840px; }
.hero h1 em { color: #ff8d4f; font-style: normal; }
.hero .lede { margin-top: 1.45rem; max-width: 675px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 2.4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.24); }
.proof-item strong { display: block; font-size: 1.35rem; }
.proof-item span { color: #d1dbdf; font-size: .88rem; }

.trust-strip { background: var(--orange); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.25); text-align: center; font-weight: 850; }
.trust-item:last-child { border-right: 0; }

section { padding-block: clamp(64px, 8vw, 108px); }
.section-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: end; margin-bottom: 3.2rem; }
.section-heading .section-copy { justify-self: end; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--steel); background: var(--white); box-shadow: 0 4px 0 transparent; text-decoration: none; transition: .2s ease; }
.service-card:hover { border-color: var(--orange); box-shadow: 0 5px 0 var(--orange); transform: translateY(-4px); }
.service-number { margin-bottom: auto; color: var(--orange); font-size: .84rem; font-weight: 900; }
.service-card p { margin-top: .8rem; color: var(--muted); }
.service-link { margin-top: 1.2rem; color: var(--orange-dark); font-weight: 850; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split.reverse > :first-child { order: 2; }
.media-frame { position: relative; }
.media-frame::before { position: absolute; top: -18px; left: -18px; width: 42%; height: 48%; content: ""; background: var(--orange); z-index: 0; }
.media-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.content-stack > * + * { margin-top: 1.25rem; }
.content-stack ul { padding-left: 1.2rem; color: var(--muted); }
.content-stack li + li { margin-top: .65rem; }
.process { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: step; }
.step { padding: 1.7rem; background: var(--paper); border-top: 5px solid var(--orange); }
.step::before { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 2.5rem; border-radius: 50%; background: var(--ink); color: var(--white); counter-increment: step; content: counter(step); font-weight: 900; }
.step p { margin-top: .75rem; color: var(--muted); }
.area-cloud { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.area-chip { padding: .72rem 1rem; border: 1px solid var(--steel); background: var(--white); border-radius: 99px; text-decoration: none; font-weight: 800; }
.area-chip:hover { border-color: var(--orange); color: var(--orange-dark); }
.rating-box { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center; padding: 1.5rem; background: var(--ink); color: var(--white); }
.rating-score { font-size: 3.2rem; line-height: 1; font-weight: 950; color: #ff8d4f; }
.stars { color: #ffb36b; letter-spacing: .12em; }

.page-hero { padding-block: clamp(76px, 9vw, 124px); background: var(--ink); color: var(--white); }
.page-hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); }
.page-hero .lede { margin-top: 1.25rem; }
.page-hero-aside { padding: 1.5rem; border-left: 5px solid var(--orange); background: rgba(255,255,255,.06); }
.page-hero-aside strong { display: block; margin-bottom: .5rem; font-size: 1.3rem; }
.breadcrumbs { margin-bottom: 1.2rem; color: #bdcbd1; font-size: .84rem; }
.breadcrumbs a { color: inherit; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.prose > * + * { margin-top: 1.25rem; }
.prose h2 { margin-top: 2.6rem; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #52656f; }
.prose ul { padding-left: 1.25rem; }
.sidebar { position: sticky; top: 102px; }
.sidebar-card { padding: 1.5rem; background: var(--cream); border-top: 5px solid var(--orange); }
.sidebar-card > * + * { margin-top: 1rem; }
.sidebar-links { margin-top: 1rem; padding: 0; list-style: none; }
.sidebar-links li + li { border-top: 1px solid #c9d2d6; }
.sidebar-links a { display: block; padding: .75rem 0; text-decoration: none; font-weight: 760; }
.sidebar-links a:hover { color: var(--orange-dark); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.check-grid li { padding: 1rem; color: var(--ink); background: var(--cream); border-left: 4px solid var(--orange); }
.faq-list { display: grid; gap: .8rem; max-width: 880px; }
.faq-list details { padding: 1.2rem 1.35rem; border: 1px solid var(--steel); background: var(--white); }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list details p { margin-top: .8rem; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-card { min-height: 260px; padding: 1.8rem; background: var(--cream); border-top: 5px solid var(--orange); }
.contact-card p { margin-top: .9rem; color: var(--muted); }
.contact-card .btn { margin-top: 1.3rem; }
.callout { padding: clamp(2rem, 5vw, 4rem); background: var(--orange); color: var(--white); }
.callout-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.callout-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-end; }
.callout .btn-primary { background: var(--white); color: var(--ink); box-shadow: none; }

.site-footer { padding-block: 56px 26px; background: #10191f; color: #d6e0e4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-brand { color: var(--white); font-size: 1.25rem; font-weight: 900; }
.footer-copy { margin-top: 1rem; max-width: 440px; color: #aebcc3; }
.footer-title { margin-bottom: .8rem; color: var(--white); font-weight: 900; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #becbd1; text-decoration: none; }
.footer-links a:hover { color: #ff8d4f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: #94a5ad; font-size: .82rem; }
.mobile-call { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 940px) {
  .menu-button { display: block; }
  .header-call { display: none; }
  .nav { position: absolute; top: 77px; left: 0; right: 0; display: none; align-items: stretch; padding: 1rem 20px 1.5rem; background: var(--paper); border-bottom: 1px solid var(--steel); box-shadow: var(--shadow); }
  .nav.is-open { display: grid; }
  .nav a { padding: .5rem 0; }
  .section-heading, .page-hero .container, .detail-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading .section-copy { justify-self: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .sidebar { position: static; }
}
@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .brand span { max-width: 145px; font-size: .9rem; }
  .hero, .hero-grid { min-height: 720px; }
  .hero::after { background: linear-gradient(180deg, rgba(10,19,24,.78), rgba(10,19,24,.95) 68%); }
  .hero img { object-position: 63% center; }
  .hero-grid { align-content: end; padding-bottom: 52px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .service-grid, .steps, .split, .contact-grid, .footer-grid, .callout-grid { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .service-card { min-height: 270px; }
  .check-grid { grid-template-columns: 1fr; }
  .callout-actions { justify-content: flex-start; }
  .footer-bottom { display: grid; }
  .mobile-call { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-call a { padding: .8rem; color: var(--white); text-align: center; text-decoration: none; font-weight: 900; }
  .mobile-call a:first-child { background: var(--orange); }
}
