@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

:root {
  --primary: #002045;
  --primary-soft: #1a365d;
  --primary-muted: #455f88;
  --surface: #f7fafc;
  --surface-low: #f1f4f6;
  --surface-mid: #e5e9eb;
  --white: #fff;
  --ink: #181c1e;
  --muted: #596069;
  --line: #cbd1d8;
  --error: #a43d35;
  --radius: .65rem;
  --radius-lg: 1rem;
  --shadow: 0 18px 42px rgba(0, 32, 69, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; border-radius: .5rem; background: #fff; }
.skip-link:focus { top: 1rem; }

h1, h2, h3, .brand strong { font-family: 'Manrope', Arial, sans-serif; }
h2 { margin: 0; color: var(--primary); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; letter-spacing: -.035em; }
.section { padding-block: 5.5rem; }
.section-kicker { margin: 0 0 .65rem; color: var(--primary-muted); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: #b8c8e3; }
.section-lead { color: var(--muted); font-size: 1.05rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 32, 69, .12);
  background: rgba(247, 250, 252, .94);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 25px rgba(0, 32, 69, .07); }
.nav-wrap { display: flex; align-items: center; gap: 1.75rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: max-content; color: var(--primary); text-decoration: none; line-height: 1.08; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; font-weight: 800; }
.brand small { margin-top: .25rem; color: var(--muted); font-size: .66rem; }
.desktop-nav { display: flex; gap: 1.45rem; margin-left: auto; }
.desktop-nav a, .phone-link { color: var(--muted); text-decoration: none; font-size: .78rem; font-weight: 600; }
.desktop-nav a:hover, .phone-link:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.menu-button { display: none; margin-left: auto; padding: .6rem 1rem; color: var(--primary); border: 1px solid var(--line); border-radius: .5rem; background: transparent; }
.mobile-menu { position: absolute; inset: 76px 0 auto; padding: .7rem 1rem 1rem; border-bottom: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: .9rem; border-bottom: 1px solid var(--line); color: var(--primary); text-decoration: none; font-weight: 600; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 50px;
  padding: .8rem 1.35rem;
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .84rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--primary-soft); box-shadow: 0 10px 25px rgba(0, 32, 69, .16); }
.button-small { min-height: 40px; padding: .55rem .9rem; font-size: .75rem; }
.button-secondary { color: var(--primary); border-color: rgba(0, 32, 69, .25); background: rgba(255, 255, 255, .78); backdrop-filter: blur(10px); }
.button-secondary:hover { color: var(--primary); background: #fff; }
.button-light { color: var(--primary); border-color: #fff; background: #fff; }
.button-light:hover { color: var(--primary); background: var(--surface); }
.button-outline { border-color: rgba(255, 255, 255, .35); background: transparent; }
.button-outline:hover { background: rgba(255, 255, 255, .1); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #eef2f5; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,250,252,.98) 0%, rgba(247,250,252,.94) 30%, rgba(247,250,252,.58) 52%, rgba(247,250,252,.06) 78%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 720px; }
.hero-copy { max-width: 590px; padding-block: 5rem; }
.privacy-badge { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1.4rem; padding: .4rem .7rem; color: var(--primary); border: 1px solid rgba(0, 32, 69, .18); border-radius: 999px; background: rgba(255,255,255,.68); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--primary); font-size: clamp(2.8rem, 5.6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { display: block; }
.hero-lead { max-width: 540px; margin: 1.6rem 0 0; color: #414850; font-size: 1.04rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-contact { margin: 1.4rem 0 0; color: var(--muted); font-size: .78rem; }
.hero-contact a { color: var(--primary); font-weight: 700; text-decoration: none; }
.privacy-float { position: fixed; right: 0; top: 48%; z-index: 20; padding: .55rem .8rem; color: #fff; border-radius: .55rem 0 0 .55rem; background: var(--primary); box-shadow: var(--shadow); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.services-section { background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.service-bento { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.service-card { min-height: 470px; overflow: hidden; border: 1px solid #d8dde2; border-radius: var(--radius-lg); background: var(--surface-low); }
.service-media { width: 100%; height: 210px; object-fit: cover; border-bottom: 1px solid rgba(0, 32, 69, .1); }
.service-body { padding: 1.7rem 2rem 2rem; }
.service-card h3 { margin: 1rem 0 .65rem; color: var(--primary); font-size: 1.35rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--primary); border-radius: .55rem; background: #fff; }
.service-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-dark { color: #fff; border-color: var(--primary); background: var(--primary); }
.service-dark h3, .service-dark p { color: #fff; }
.service-dark p, .service-dark li { opacity: .76; }
.service-dark .service-media { opacity: .82; border-bottom-color: rgba(255,255,255,.14); }
.service-dark .service-icon { color: #fff; background: rgba(255,255,255,.12); }
.service-dark ul { margin: 1.4rem 0 0; padding: 0; list-style: none; font-size: .8rem; }
.service-dark li + li { margin-top: .5rem; }
.service-dark li::before { content: '✓'; margin-right: .55rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 2rem; }
.tag-row span { padding: .3rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .68rem; }
.service-soft { background: var(--surface-mid); }

.discretion-section { background: var(--surface-low); }
.discretion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.discretion-photo img { width: 100%; min-height: 420px; border-radius: var(--radius-lg); object-fit: cover; box-shadow: 0 1px 0 rgba(0,32,69,.04); }
.promise-list { margin-top: 2rem; }
.promise-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.promise-list > div:last-child { border-bottom: 1px solid var(--line); }
.promise-list span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--primary); border-radius: 50%; background: var(--surface-mid); font-size: .68rem; font-weight: 700; }
.promise-list p { margin: 0; color: var(--muted); }
.promise-list strong { display: block; margin-bottom: .2rem; color: var(--primary); }

.process-section { background: #fff; }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 3.5rem 0 0; padding: 0; list-style: none; }
.process-steps::before { content: ''; position: absolute; left: 16%; right: 16%; top: 28px; height: 1px; background: var(--line); }
.process-steps li { position: relative; z-index: 1; text-align: center; }
.process-steps li > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 1.25rem; color: var(--primary); border: 1px solid var(--primary); border-radius: 50%; background: #fff; font-family: 'Manrope'; font-weight: 700; }
.process-steps li:last-child > span { color: #fff; background: var(--primary); }
.process-steps h3 { margin: 0 0 .6rem; color: var(--primary); font-size: 1rem; }
.process-steps p { margin: 0 auto; max-width: 300px; color: var(--muted); font-size: .86rem; }

.cost-section { background: var(--surface-low); }
.cost-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 5rem; align-items: center; }
.cost-grid .button { margin-top: 1rem; }
.factor-list { border-top: 1px solid var(--line); }
.factor-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.factor-list span { color: var(--primary-muted); font-size: .72rem; font-weight: 700; }
.factor-list p { margin: 0; color: var(--muted); }
.factor-list strong { display: block; margin-bottom: .2rem; color: var(--primary); }

.cta-section { padding-block: 4rem; background: var(--surface); }
.cta-card { padding: 4.5rem 2rem; color: #fff; border-radius: 1rem; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%); text-align: center; }
.cta-card h2 { color: #fff; }
.cta-card > p:not(.privacy-badge) { max-width: 680px; margin: 1rem auto 0; color: rgba(255,255,255,.76); }
.privacy-badge.light { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.cta-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .72rem; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: var(--primary); list-style: none; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 2.5rem 1.4rem 0; color: var(--muted); }

.contact-section { color: #fff; background: var(--primary); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.15fr; gap: 5rem; align-items: start; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.68); }
.direct-contact { display: flex; flex-direction: column; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.15); }
.direct-contact span { color: rgba(255,255,255,.55); font-size: .75rem; }
.direct-contact a { margin-top: .4rem; text-decoration: none; font-weight: 700; }
.contact-form { padding: 2rem; color: var(--ink); border-radius: var(--radius-lg); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1rem; color: var(--primary); font-size: .78rem; font-weight: 700; }
.contact-form label > span { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .35rem; padding: .85rem .95rem; color: var(--ink); border: 1px solid var(--line); border-radius: .5rem; outline: none; background: var(--surface); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary-muted); box-shadow: 0 0 0 3px rgba(69,95,136,.13); }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; color: var(--muted) !important; font-weight: 400 !important; }
.consent input { width: 18px; margin: .2rem 0 0; }
.consent a { color: var(--primary); }
.honeypot { position: absolute; left: -9999px; }
.form-note { margin: .75rem 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-status { margin-bottom: 1rem; padding: .8rem 1rem; color: var(--primary); border-radius: .5rem; background: #e5edf7; font-size: .85rem; }
.form-status.error { color: var(--error); background: #f8e7e5; }

.site-footer { padding-top: 4rem; color: var(--muted); background: var(--surface-mid); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .6fr; gap: 4rem; padding-bottom: 3rem; }
.brand-light { color: var(--primary); }
.footer-copy { max-width: 420px; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--primary); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: .5rem 0; text-decoration: none; }
.footer-grid a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 1.2rem; border-top: 1px solid var(--line); font-size: .7rem; }

.legal-page { min-height: 65vh; padding-block: 6rem; background: #fff; }
.legal-page article { max-width: 780px; }
.legal-page h1 { margin-bottom: 2rem; color: var(--primary); font-family: 'Manrope'; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1; }
.legal-page h2 { margin-top: 2.3rem; color: var(--primary); font-size: 1.35rem; }
.legal-page p, .legal-page li { color: var(--muted); }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions { display: none; }
  .menu-button { display: block; }
  .hero, .hero-inner { min-height: 660px; }
  .hero-wash { background: linear-gradient(90deg, rgba(247,250,252,.98) 0%, rgba(247,250,252,.88) 58%, rgba(247,250,252,.25) 100%); }
  .service-bento, .discretion-grid, .cost-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .discretion-grid, .cost-grid, .faq-layout, .contact-grid { gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 2rem, 1120px); }
  .section { padding-block: 4.2rem; }
  .site-header .brand small { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .mobile-menu { inset-block-start: 68px; }
  .hero, .hero-inner { min-height: 650px; }
  .hero-image { object-position: 66% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(247,250,252,.98) 0%, rgba(247,250,252,.94) 67%, rgba(247,250,252,.55) 100%); }
  .hero-copy { padding-block: 4rem; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .privacy-float { display: none; }
  .service-bento { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-media { height: 190px; }
  .service-body { padding: 1.4rem; }
  .discretion-photo img { min-height: 270px; }
  .process-steps { grid-template-columns: 1fr; gap: 2.2rem; }
  .process-steps::before { top: 20px; bottom: 20px; left: 28px; right: auto; width: 1px; height: auto; }
  .process-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; text-align: left; }
  .process-steps li > span { grid-row: 1 / 3; margin: 0; }
  .process-steps p { margin: 0; }
  .cta-card { padding: 3.5rem 1.25rem; }
  .cta-actions { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

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