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

:root {
  --navy: #0b1742;
  --navy-soft: #172655;
  --coral: #ff5b4d;
  --coral-dark: #ed493d;
  --blue-light: #dce7ff;
  --blue-pale: #eef3ff;
  --cream: #f7f5f0;
  --card-stone: #eeece7;
  --white: #ffffff;
  --ink-muted: #5c647b;
  --line: #e8e6e0;
  --shadow: 0 28px 80px rgba(11, 23, 66, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.scroll-section { scroll-margin-top: 105px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
.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; left: 20px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--navy); color: white; border-radius: 10px; }
.skip-link:focus { top: 15px; }

.topbar { background: var(--navy); color: #fff; font-size: 12px; letter-spacing: .01em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.topbar-contact, .topbar-phone { display: inline-flex; align-items: center; gap: 8px; }
.topbar-phone { padding: 5px 11px; background: rgba(255,255,255,.1); border-radius: 999px; text-decoration: none !important; }
.topbar-phone svg { width: 14px; height: 14px; color: var(--coral); stroke-width: 2.2; }
.topbar-phone strong { font-weight: 700; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #72d68f; box-shadow: 0 0 0 4px rgba(114,214,143,.15); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,23,66,.07); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; line-height: 1.15; letter-spacing: -.02em; }
.brand strong { font-weight: 700; }
.brand-mark { position: relative; width: 31px; height: 31px; flex: 0 0 31px; }
.brand-mark i, .brand-mark b { position: absolute; display: block; width: 21px; height: 21px; border-radius: 8px 12px 8px 12px; }
.brand-mark i { left: 0; top: 6px; background: var(--coral); transform: rotate(4deg); }
.brand-mark b { right: 0; top: 1px; background: #9fb9ff; transform: rotate(-8deg); }
.brand-mark::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--white); left: 10px; top: 10px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 600; }
.main-nav > a, .dropdown-toggle { position: relative; padding: 13px 0; color: var(--navy); background: transparent; border: 0; }
.main-nav > a::after { content: ""; position: absolute; height: 2px; background: var(--coral); left: 0; right: 100%; bottom: 5px; transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-dropdown { position: relative; }
.dropdown-toggle { display: flex; align-items: center; gap: 5px; font-weight: 600; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 4px); left: 50%; width: 540px; padding: 14px; transform: translateX(-50%); grid-template-columns: 1fr 1fr; gap: 5px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 60px rgba(11,23,66,.15); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: grid; }
.dropdown-menu a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 12px; }
.dropdown-menu a:hover { background: var(--blue-pale); }
.dropdown-menu a:first-child { grid-column: 1 / -1; background: var(--navy); color: white; }
.dropdown-menu strong, .dropdown-menu small { display: block; }
.dropdown-menu strong { font-size: 12px; }
.dropdown-menu small { margin-top: 2px; color: var(--ink-muted); font-size: 10px; font-weight: 400; }
.dropdown-menu a:first-child small { color: rgba(255,255,255,.7); }
.mini-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 11px; background: var(--blue-light); color: var(--navy); font-size: 9px; font-weight: 700; }
.dropdown-menu a:first-child .mini-icon { color: var(--navy); background: var(--coral); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; margin-left: 4px; padding: 7px 7px 7px 18px; background: var(--blue-light); border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.header-cta b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--coral); font-size: 20px; transition: transform .2s; }
.header-cta:hover b { transform: translateX(2px); }
.menu-toggle { display: none; margin-left: auto; padding: 8px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero-stage { padding: 72px 0; background: linear-gradient(90deg, rgba(11,23,66,.18), rgba(11,23,66,.06)), url('assets/hero-support.webp') center/cover; }
.hero-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; padding: 0; overflow: hidden; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 60px 105px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy > .eyebrow { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -.055em; }
.hero-copy p { max-width: 550px; margin-bottom: 34px; color: var(--ink-muted); font-size: 16px; line-height: 1.7; }
.hero-image-wrap { position: relative; margin: 50px 44px 50px 0; min-height: 500px; overflow: hidden; border-radius: 24px; }
.hero-image-wrap picture { display: block; width: 100%; height: 100%; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.image-note { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; background: rgba(255,255,255,.93); border-radius: 999px; font-size: 11px; font-weight: 700; box-shadow: 0 10px 30px rgba(11,23,66,.16); }
.image-note span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--navy); }
.hero-accent { position: absolute; left: 0; right: 0; bottom: 0; height: 18px; background: var(--blue-light); }
.quick-request { display: flex; align-items: center; width: max-content; max-width: calc(100% + 185px); z-index: 3; padding: 7px; background: #f5f2ec; border: 1px solid #e3dfd6; border-radius: 999px; box-shadow: 0 12px 30px rgba(11,23,66,.07); }
.quick-info { display: flex; align-items: center; gap: 10px; min-width: 205px; padding: 3px 16px 3px 5px; }
.quick-info + .quick-info { border-left: 1px solid #d8d5cd; }
.quick-info small, .quick-info strong { display: block; white-space: nowrap; }
.quick-info small { margin-bottom: 2px; color: var(--ink-muted); font-size: 8px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.quick-info strong { font-size: 11px; }
.quick-symbol { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--navy); color: white; font-size: 10px; font-weight: 700; }
.quick-symbol svg { width: 16px; height: 16px; }
.quick-button { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; padding: 0; color: var(--navy); background: var(--blue-light); border-radius: 999px; font-size: 12px; font-weight: 700; }
.quick-button > span { padding-left: 20px; white-space: nowrap; }
.quick-button b { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; background: var(--coral); font-size: 24px; transition: transform .2s ease; }
.quick-button:hover b { transform: translateX(2px); }

.promise-section { padding: 82px 0 30px; }
.promise-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 32px; }
.promise-heading .eyebrow { margin-bottom: 5px; }
.promise-heading h2 { max-width: 660px; margin-bottom: 0; font-size: clamp(32px, 3.7vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.trust-strip div { display: flex; flex-direction: column; min-height: 270px; padding: 30px; background: var(--card-stone); border-radius: 7px; }
.trust-strip div:nth-child(2) { background: var(--blue-light); }
.trust-strip div:nth-child(4) { background: #fff0e7; }
.trust-strip span { margin-bottom: auto; color: var(--coral); font-size: 34px; font-weight: 600; letter-spacing: -.04em; }
.trust-strip strong { margin-top: 34px; font-size: 18px; line-height: 1.35; }
.trust-strip small { margin-top: 11px; color: var(--ink-muted); font-size: 12px; line-height: 1.65; }
.section { padding-top: 120px; padding-bottom: 120px; }
.section-heading h2, .problems-section h2, .price-teaser h2, .about-copy h2, .simple-cta h2, .detail-content h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.split-heading p { max-width: 460px; margin-bottom: 8px; color: var(--ink-muted); font-size: 15px; line-height: 1.75; }
.section-heading-action { display: flex; flex-direction: column; align-items: flex-start; }
.section-heading-action .section-contact-button { margin-top: 14px; }
.centered { text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 370px; display: flex; flex-direction: column; padding: 26px; background: var(--card-stone); border-radius: 7px; transition: transform .25s ease, background-color .25s ease; }
.service-card:hover { transform: translateY(-3px); background: #e6e3dc; }
.service-card.featured { background: #e4e9f4; }
.service-card.featured:hover { background: #dce3f1; }
.service-illustration { display: grid; place-items: center; min-height: 205px; margin-bottom: 26px; color: #121212; }
.service-illustration i { font-style: normal; font-size: 18px; font-weight: 700; }
.service-illustration svg { width: 112px; height: 112px; stroke-width: 1.25; }
.service-card h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { display: none; }
.card-link { margin-top: auto; font-size: 12px; font-weight: 700; }
.card-link b { display: inline-block; margin-left: 8px; font-size: 23px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.service-card:hover .card-link b { transform: translateX(4px); }
.service-card.selected { background: var(--blue-light); }
.inline-service-detail { position: relative; display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; align-items: center; margin-top: 18px; padding: 44px; background: var(--blue-light); border-radius: 7px; }
.inline-service-detail[hidden] { display: none; }
.inline-detail-icon { display: grid; place-items: center; min-height: 230px; color: #121212; background: rgba(255,255,255,.45); border-radius: 7px; }
.inline-detail-icon i { font-style: normal; font-weight: 700; }
.inline-detail-icon svg { width: 110px; height: 110px; stroke-width: 1.25; }
.inline-service-detail h3 { margin-bottom: 14px; font-size: 30px; letter-spacing: -.035em; }
.inline-service-detail p { color: var(--ink-muted); font-size: 13px; line-height: 1.75; }
.inline-service-detail ul { columns: 2; padding-left: 18px; color: var(--ink-muted); font-size: 12px; line-height: 1.9; }
.inline-detail-close { position: absolute; right: 16px; top: 14px; width: 38px; height: 38px; color: var(--navy); background: rgba(255,255,255,.65); border: 0; border-radius: 50%; font-size: 24px; line-height: 1; }
.problems-section { padding: 105px 0; color: white; background: var(--navy); }
.problem-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.eyebrow.light { color: #a9bfff; }
.problem-layout > div:first-child > p { max-width: 430px; color: rgba(255,255,255,.68); line-height: 1.75; }
.text-link-light { display: inline-flex; align-items: center; gap: 10px; margin-top: 15px; font-size: 13px; font-weight: 700; }
.text-link-light span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy); background: var(--coral); border-radius: 50%; }
.problem-list { border-top: 1px solid rgba(255,255,255,.18); }
.problem-list a { display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 14px; }
.problem-list a:hover { color: #c9d6ff; }
.problem-list span { color: var(--coral); font-size: 10px; }
.problem-list b { font-size: 20px; font-weight: 400; }
.process-section { padding-bottom: 80px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 55px; }
.process-grid::before { content: ""; position: absolute; left: 15%; right: 15%; top: 26px; height: 1px; background: #cfd3dc; }
.process-grid article { position: relative; text-align: center; padding: 0 26px; }
.process-grid article > span { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 25px; border-radius: 50%; background: var(--blue-light); border: 7px solid var(--cream); font-size: 12px; font-weight: 700; }
.process-grid h3 { font-size: 18px; }
.process-grid p { color: var(--ink-muted); font-size: 13px; line-height: 1.65; }
.section-intro { max-width: 680px; margin: -4px auto 48px; color: var(--ink-muted); font-size: 15px; line-height: 1.75; }
.personal-support-section { background: white; }
.personal-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.personal-support-grid article { min-height: 365px; display: flex; flex-direction: column; padding: 28px; background: var(--card-stone); border-radius: 7px; }
.personal-support-grid article:nth-child(2) { background: var(--blue-light); }
.personal-support-icon { display: grid; place-items: center; min-height: 175px; color: #121212; }
.personal-support-icon i { font-style: normal; font-weight: 700; }
.personal-support-icon svg { width: 86px; height: 86px; stroke-width: 1.25; }
.personal-support-grid h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.personal-support-grid p { margin-bottom: 0; color: var(--ink-muted); font-size: 12px; line-height: 1.7; }
.price-teaser { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; padding: 70px; background: var(--blue-light); border-radius: var(--radius-lg); }
.price-teaser > div:first-child p { color: var(--ink-muted); line-height: 1.7; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; gap: 16px; margin-top: 12px; padding: 8px 8px 8px 20px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.primary-button { color: white; background: var(--navy); }
.secondary-button { color: var(--navy); border: 1px solid #ccd1dd; }
.primary-button span, .secondary-button span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy); background: var(--coral); border-radius: 50%; font-size: 18px; }
.price-preview { padding: 28px; background: var(--card-stone); border-radius: 7px; }
.preview-label { display: inline-block; margin-bottom: 18px; padding: 6px 10px; color: var(--coral-dark); background: #fff0ee; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-preview div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.price-preview small { display: block; margin-top: 18px; color: var(--ink-muted); font-size: 9px; line-height: 1.6; }
.about-teaser { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { aspect-ratio: 4/3; width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius-lg); }
.floating-badge { position: absolute; right: -30px; bottom: 45px; display: grid; place-items: center; width: 115px; height: 115px; text-align: center; color: var(--navy); background: var(--coral); border-radius: 50%; font-size: 12px; font-weight: 700; line-height: 1.4; transform: rotate(6deg); }
.about-copy p { color: var(--ink-muted); line-height: 1.8; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding: 8px 0 8px 30px; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 6px; display: grid; place-items: center; width: 20px; height: 20px; color: white; background: var(--navy); border-radius: 50%; font-size: 10px; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid #cbc9c3; }
.faq-list details { border-bottom: 1px solid #cbc9c3; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 620px; padding: 0 35px 24px 0; color: var(--ink-muted); font-size: 13px; line-height: 1.7; }
.final-cta { padding: 85px 0; background: var(--coral); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.final-cta h2 { max-width: 700px; margin-bottom: 14px; font-size: clamp(36px,4.5vw,60px); line-height: 1.05; letter-spacing: -.05em; }
.final-cta p { margin-bottom: 0; }
.final-cta .eyebrow { color: var(--navy); }
.final-cta-inner > a { display: inline-flex; align-items: center; gap: 18px; flex: 0 0 auto; padding: 9px 9px 9px 22px; color: white; background: var(--navy); border-radius: 999px; font-size: 13px; font-weight: 700; }
.final-cta-inner > a span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--navy); background: white; border-radius: 50%; font-size: 20px; }

.inner-page { min-height: 65vh; padding-bottom: 110px; }
.inner-hero { padding-top: 105px; padding-bottom: 80px; }
.inner-hero h1 { max-width: 800px; }
.inner-hero p { max-width: 650px; color: var(--ink-muted); font-size: 16px; line-height: 1.75; }
.inner-service-grid { padding-bottom: 40px; }
.simple-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 80px; padding: 48px; background: var(--blue-light); border-radius: 7px; }
.simple-cta h2 { margin-bottom: 8px; font-size: 26px; }
.simple-cta p { margin-bottom: 0; color: var(--ink-muted); }
.simple-cta .primary-button { flex: 0 0 auto; margin: 0; }
.service-detail-hero { padding: 95px 0; background: var(--blue-pale); }
.service-detail-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: center; }
.back-link { display: block; margin-bottom: 40px; color: var(--ink-muted); font-size: 12px; font-weight: 700; }
.service-detail-grid > div:first-child p { max-width: 620px; color: var(--ink-muted); font-size: 16px; line-height: 1.75; }
.service-detail-card { padding: 38px; background: var(--card-stone); border-radius: 7px; }
.service-detail-card > span { display: grid; place-items: center; min-height: 150px; margin-bottom: 25px; color: #121212; font-size: 16px; font-weight: 700; }
.service-detail-card > span svg { width: 96px; height: 96px; stroke-width: 1.25; }
.service-detail-card h2 { font-size: 22px; }
.service-detail-card ul { padding-left: 18px; margin-bottom: 0; color: var(--ink-muted); font-size: 13px; line-height: 2; }
.detail-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.detail-content > div:last-child > p { color: var(--ink-muted); line-height: 1.8; }
.mini-process { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 32px; }
.mini-process span { padding: 18px; background: var(--card-stone); border-radius: 7px; font-size: 11px; font-weight: 700; }
.mini-process b { display: block; margin-bottom: 15px; color: var(--coral); font-size: 9px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing-grid article { padding: 36px; background: var(--card-stone); border-radius: 7px; }
.pricing-grid article.price-highlight { color: var(--navy); background: var(--blue-light); transform: none; }
.pricing-grid .price-highlight .check-list li::before { color: white; background: var(--navy); }
.pricing-grid h2 { font-size: 23px; }
.pricing-grid p { min-height: 48px; color: var(--ink-muted); font-size: 13px; line-height: 1.6; }
.pricing-grid .price-highlight p { color: var(--ink-muted); }
.pricing-grid article > strong { display: block; margin: 25px 0; font-size: 38px; letter-spacing: -.04em; }
.pricing-grid article > strong small { font-size: 12px; }
.price-note { margin-top: 60px; padding: 38px; background: #fff0e7; border-radius: 7px; }
.price-note h2 { font-size: 20px; }
.price-note p { max-width: 800px; margin-bottom: 0; color: var(--ink-muted); line-height: 1.7; }
.about-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding-top: 105px; }
.about-page-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); }
.about-page-grid .lead { color: var(--navy); font-size: 18px; line-height: 1.7; }
.about-page-grid p:not(.lead) { color: var(--ink-muted); line-height: 1.8; }
.values { display: flex; gap: 12px; margin: 30px 0; }
.values span { flex: 1; padding: 18px; background: var(--card-stone); border-radius: 7px; font-size: 12px; font-weight: 700; }
.values b { display: block; margin-bottom: 12px; color: var(--coral); font-size: 9px; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-grid article { display: flex; flex-direction: column; min-height: 430px; overflow: hidden; background: var(--card-stone); border-radius: 7px; }
.article-image { height: 210px; overflow: hidden; border-radius: 7px; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-grid article:nth-child(1) .article-image img { object-position: 42% 50%; }
.article-grid article:nth-child(2) .article-image img { object-position: 62% 50%; }
.article-grid article:nth-child(3) .article-image img { object-position: 82% 50%; }
.article-grid article:hover .article-image img { transform: scale(1.025); }
.article-grid h2 { margin: 22px 24px 14px; font-size: 20px; line-height: 1.35; }
.article-meta { display: grid; gap: 8px; margin: 0 24px 22px; color: var(--ink-muted); font-size: 11px; }
.article-meta span { display: flex; align-items: center; gap: 8px; }
.article-meta svg { width: 14px; height: 14px; stroke-width: 1.8; }
.article-grid a { display: flex; align-items: center; gap: 8px; margin: auto 24px 24px; font-size: 12px; font-weight: 700; }
.article-grid a b { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.article-grid article:hover a b { transform: translateX(4px); }
.contact-home { padding-bottom: 115px; background: var(--blue-pale); }
.contact-home .contact-copy h2 { margin-bottom: 22px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding-top: 105px; }
.contact-copy > p { max-width: 540px; color: var(--ink-muted); line-height: 1.75; }
.contact-options { margin-top: 50px; border-top: 1px solid #cbc9c3; }
.contact-options div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid #cbc9c3; font-size: 12px; }
.contact-options span { color: var(--ink-muted); }
.contact-options a { color: inherit; overflow-wrap: anywhere; text-decoration: none; }
.contact-options a:hover { text-decoration: underline; }
.contact-form { padding: 38px; background: var(--card-stone); border-radius: 7px; }
.contact-form > label, .form-row label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--navy); font-size: 11px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--navy); background: #f7f7f5; border: 1px solid #e5e5e1; border-radius: 11px; font-size: 13px; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(159,185,255,.45); border-color: #9fb9ff; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-muted); font-size: 10px; font-weight: 400; line-height: 1.55; }
.contact-form .consent input { width: 17px; height: 17px; margin: 0; }
.contact-form .consent a { text-decoration: underline; text-underline-offset: 2px; }
.hidden-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-submit { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 12px; padding: 10px 10px 10px 20px; color: white; background: var(--navy); border: 0; border-radius: 999px; font-size: 12px; font-weight: 700; }
.form-submit:disabled { cursor: wait; opacity: .7; }
.form-submit span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--coral); border-radius: 50%; font-size: 20px; }
.contact-form > small { display: block; margin-top: 14px; color: var(--ink-muted); font-size: 9px; text-align: center; }
.form-response { display: none; margin: 15px 0 0; padding: 12px; color: var(--navy); background: var(--blue-light); border-radius: 10px; font-size: 11px; line-height: 1.5; }
.form-response.visible { display: block; }
.form-response.error { color: #771c17; background: #fde7e4; }

.site-footer { padding: 80px 0 28px; color: white; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 60px; }
.footer-grid .footer-brand { display: inline-flex; align-items: center; width: max-content; margin: 0; color: white; }
.footer-grid .footer-brand > span:last-child { display: block; margin: 0; color: white; font-size: 15px; line-height: 1.15; }
.footer-grid > div:first-child p { max-width: 300px; margin: 25px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }
.footer-grid h2 { margin-bottom: 20px; color: #a9bfff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid div > span { display: block; margin: 11px 0; color: rgba(255,255,255,.7); font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; }
.footer-bottom a { margin-left: 20px; }

.legal-page { background: var(--cream); }
.legal-header { background: white; border-bottom: 1px solid var(--line); }
.legal-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; background: var(--blue-light); border-radius: 999px; font-size: 12px; font-weight: 700; }
.legal-main { padding: 85px 0 110px; }
.legal-intro { max-width: 790px; margin-bottom: 45px; }
.legal-intro h1 { margin-bottom: 20px; }
.legal-intro p { color: var(--ink-muted); font-size: 15px; line-height: 1.75; }
.legal-card { max-width: 930px; padding: clamp(28px, 5vw, 62px); background: white; border-radius: var(--radius-md); box-shadow: 0 18px 55px rgba(11,23,66,.07); }
.legal-card section + section { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.legal-card h2 { margin-bottom: 15px; font-size: 23px; line-height: 1.25; }
.legal-card h3 { margin: 25px 0 10px; font-size: 16px; }
.legal-card p, .legal-card li, .legal-address { color: var(--ink-muted); font-size: 14px; line-height: 1.8; }
.legal-card a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.legal-card ul { margin: 12px 0 0; padding-left: 22px; }
.legal-address { margin: 0; font-style: normal; }
.legal-address strong { color: var(--navy); }
.legal-note { margin: 0 0 34px; padding: 22px 24px; background: #fff0e7; border-left: 4px solid var(--coral); border-radius: 7px; color: var(--navy); font-size: 13px; line-height: 1.7; }
.legal-meta { display: inline-block; margin-top: 8px; color: var(--ink-muted); font-size: 11px; }

.guide-hero { padding: 70px 0; background: var(--blue-pale); }
.guide-breadcrumb { display: inline-flex; margin-bottom: 28px; color: var(--ink-muted); font-size: 11px; font-weight: 700; }
.guide-breadcrumb:hover { color: var(--navy); }
.guide-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.guide-hero h1 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 66px); }
.guide-hero p { max-width: 650px; color: var(--ink-muted); font-size: 16px; line-height: 1.75; }
.guide-hero img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.guide-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--ink-muted); font-size: 11px; font-weight: 600; }
.guide-layout { display: grid; grid-template-columns: 245px minmax(0, 720px); gap: 80px; align-items: start; padding-top: 90px; padding-bottom: 110px; }
.guide-toc { position: sticky; top: 120px; padding: 25px; background: white; border-radius: 12px; }
.guide-toc strong { display: block; margin-bottom: 14px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.guide-toc a { display: block; padding: 9px 0; color: var(--ink-muted); border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.guide-toc a:last-child { border-bottom: 0; }
.guide-toc a:hover { color: var(--navy); }
.guide-article > p:first-child { color: var(--navy); font-size: 19px; line-height: 1.75; }
.guide-article section { scroll-margin-top: 120px; margin-top: 48px; }
.guide-article h2 { margin-bottom: 17px; font-size: 30px; line-height: 1.25; letter-spacing: -.03em; }
.guide-article h3 { margin: 27px 0 10px; font-size: 18px; }
.guide-article p, .guide-article li { color: var(--ink-muted); font-size: 14px; line-height: 1.85; }
.guide-article ul, .guide-article ol { padding-left: 23px; }
.guide-article li + li { margin-top: 10px; }
.guide-tip { margin: 30px 0; padding: 24px; background: var(--blue-light); border-radius: 10px; color: var(--navy) !important; }
.guide-warning { background: #fff0e7; }
.guide-cta { margin-top: 60px; padding: 36px; color: white; background: var(--navy); border-radius: var(--radius-md); }
.guide-cta h2 { color: white; }
.guide-cta p { color: rgba(255,255,255,.72); }
.guide-cta a { display: inline-flex; align-items: center; gap: 14px; margin-top: 8px; padding: 11px 17px; color: var(--navy); background: var(--coral); border-radius: 999px; font-size: 12px; font-weight: 700; }
.guide-sources { margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--line); }
.guide-sources h2 { font-size: 18px; }
.guide-sources a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .main-nav { gap: 18px; }
  .hero-card { min-height: 530px; }
  .hero-copy { padding: 55px 38px 95px; }
  .hero-image-wrap { margin: 34px 30px 34px 0; min-height: 450px; }
  .quick-request { position: absolute; left: 38px; bottom: 45px; max-width: calc(100% - 76px); }
}

@media (max-width: 820px) {
  .topbar-local, .topbar-hours, .topbar-separator { display: none; }
  .topbar-contact { display: flex; width: 100%; justify-content: center; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; padding: 20px; background: white; border-top: 1px solid var(--line); box-shadow: 0 20px 45px rgba(11,23,66,.12); }
  .main-nav.open { display: block; }
  .main-nav > a, .dropdown-toggle { width: 100%; display: flex; justify-content: space-between; padding: 15px 0; text-align: left; border-bottom: 1px solid var(--line); }
  .dropdown-menu { position: static; width: auto; transform: none; padding: 8px 0; grid-template-columns: 1fr; border: 0; box-shadow: none; }
  .dropdown-menu a:first-child { grid-column: auto; }
  .nav-dropdown:hover .dropdown-menu { display: none; }
  .nav-dropdown.open .dropdown-menu { display: grid; }
  .hero-stage { padding: 25px 0; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-copy { padding: 50px 28px 25px; }
  .hero-copy h1 br { display: none; }
  .hero-image-wrap { order: 2; min-height: 0; aspect-ratio: 3 / 2; margin: 15px 20px 100px; }
  .quick-request { left: 22px; right: 22px; bottom: 42px; width: auto; max-width: none; }
  .quick-info { flex: 1; min-width: 0; }
  .promise-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 245px; }
  .split-heading, .problem-layout, .price-teaser, .about-teaser, .faq-section, .service-detail-grid, .detail-content, .about-page-grid, .contact-section { grid-template-columns: 1fr; gap: 45px; }
  .inline-service-detail { grid-template-columns: 1fr; gap: 28px; }
  .inline-detail-icon { min-height: 175px; }
  .service-grid, .pricing-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .personal-support-grid { grid-template-columns: 1fr; }
  .personal-support-grid article { min-height: 300px; }
  .personal-support-icon { min-height: 135px; }
  .problem-layout { gap: 60px; }
  .price-teaser { padding: 45px; }
  .about-visual { max-width: 540px; }
  .floating-badge { right: 20px; }
  .process-grid { gap: 5px; }
  .process-grid article { padding: 0 10px; }
  .simple-cta, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .pricing-grid article.price-highlight { transform: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .guide-hero-grid, .guide-layout { grid-template-columns: 1fr; gap: 45px; }
  .guide-toc { position: static; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .topbar { font-size: 10px; }
  .topbar-phone { padding: 6px 12px; font-size: 11px; }
  h1 { font-size: 42px; }
  .hero-copy p { font-size: 14px; }
  .hero-image-wrap { min-height: 0; aspect-ratio: 3 / 2; margin: 18px 13px 150px; }
  .quick-request { left: 13px; right: 13px; bottom: 24px; flex-wrap: wrap; padding: 8px; border-radius: 20px; }
  .quick-info { flex: 1 1 calc(50% - 5px); min-width: 0; padding: 5px 7px; }
  .quick-info + .quick-info { border-left: 1px solid #d8d5cd; }
  .quick-info small { font-size: 7px; }
  .quick-info strong { white-space: normal; font-size: 9px; line-height: 1.35; }
  .quick-symbol { width: 30px; height: 30px; flex-basis: 30px; }
  .quick-button { width: 100%; justify-content: space-between; margin-top: 7px; font-size: 12px; }
  .quick-button b { width: 46px; height: 46px; }
  .promise-section { padding-top: 65px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 225px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .split-heading { margin-bottom: 35px; }
  .service-grid, .pricing-grid, .article-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .service-illustration { min-height: 185px; }
  .inline-service-detail { padding: 26px 20px; }
  .inline-service-detail ul { columns: 1; }
  .problem-layout { gap: 45px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .process-grid::before { display: none; }
  .price-teaser { padding: 32px 24px; }
  .about-teaser { gap: 55px; }
  .floating-badge { width: 95px; height: 95px; }
  .final-cta { padding: 65px 0; }
  .inner-hero, .about-page-grid, .contact-section { padding-top: 70px; }
  .simple-cta { padding: 30px 24px; }
  .mini-process { grid-template-columns: 1fr; }
  .values { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a { margin-left: 0; margin-right: 20px; }
  .legal-header-inner { min-height: 72px; }
  .legal-back { padding: 10px 13px; }
  .legal-main { padding: 60px 0 80px; }
  .legal-card { padding: 26px 20px; }
  .guide-hero { padding: 45px 0; }
  .guide-hero h1 { font-size: 42px; }
  .guide-layout { padding-top: 60px; padding-bottom: 80px; }
  .guide-cta { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
