:root {
  --navy: #102844;
  --navy-deep: #081a2d;
  --blue: #245b8f;
  --blue-soft: #eaf2f8;
  --green: #8dbd3f;
  --green-dark: #668f26;
  --ink: #132033;
  --muted: #607084;
  --paper: #ffffff;
  --cloud: #f5f8fb;
  --line: #dce5ed;
  --shadow: 0 22px 60px rgba(16, 40, 68, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topbar { color: #fff; background: var(--navy-deep); font-size: .875rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,40,68,.09); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img, .brand .custom-logo { display: block; width: 190px; max-height: 60px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--ink); text-decoration: none; font-weight: 750; font-size: .98rem; }
.main-nav li.current-menu-item > a, .main-nav li a:hover { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 11px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--navy); transition: .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 14px 24px; color: #fff !important; background: var(--blue); border: 1px solid var(--blue); border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 13px 28px rgba(36,91,143,.2); cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy); border-color: var(--navy); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.button-light { color: var(--navy) !important; background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover { color: #fff !important; background: var(--green); border-color: var(--green); }
.button-outline { color: var(--blue) !important; background: transparent; box-shadow: none; }
.button-outline:hover { color: #fff !important; }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--green-dark); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; line-height: 1.3; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #b8dcf3; }
.light-link { color: #fff; }
h1, h2, h3 { color: var(--ink); font-weight: 800; letter-spacing: -.035em; }
h1 { margin: 0 0 24px; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.07; }
h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.22; }
p { margin-top: 0; }
.lead { max-width: 720px; color: #465b70; font-size: clamp(1.1rem, 2vw, 1.28rem); }
.section { padding: 88px 0; }
.editable-page > .wp-block-group { margin-block-start: 0; }
.editable-page .wp-block-columns { margin-bottom: 0; }
.editable-page .wp-block-group.container,
.editable-page .wp-block-columns.container { max-width: 1180px; }
.editable-page .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 24px; color: #fff; background: var(--blue); border: 1px solid var(--blue); border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 13px 28px rgba(36,91,143,.2); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.editable-page .wp-block-button__link:hover { transform: translateY(-2px); color: #fff; background: var(--navy); border-color: var(--navy); }
.editable-page .wp-block-button.is-style-outline .wp-block-button__link { color: var(--blue); background: transparent; box-shadow: none; }
.editable-page .wp-block-button.is-style-outline .wp-block-button__link:hover { color: #fff; background: var(--navy); }
.editable-page .wp-block-button.is-style-light .wp-block-button__link { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }
.editable-page .wp-block-button.is-style-light .wp-block-button__link:hover { color: #fff; background: var(--green); border-color: var(--green); }

.hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(135deg, #f7fafc 0%, #eaf2f8 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -250px; top: -290px; border: 95px solid rgba(36,91,143,.07); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 220px; height: 8px; left: calc(50% - 110px); bottom: 0; background: var(--green); border-radius: 8px 8px 0 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .72fr); gap: 72px; align-items: center; }
.hero h1 span { color: var(--blue); }
.hero-copy .lead { max-width: 690px; }
.button-row { display: flex; align-items: center; gap: 24px; margin: 32px 0 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #44576a; font-size: .92rem; font-weight: 700; }
.trust-row span::first-letter { color: var(--green-dark); }
.portrait-card { position: relative; margin: 0; padding: 0 0 30px 30px; }
.portrait-card::before { content: ""; position: absolute; left: 0; bottom: 0; width: 76%; height: 74%; background: var(--navy); border-radius: 22px 22px 22px 70px; }
.portrait-frame { position: relative; z-index: 1; overflow: hidden; background: #d9e2e9; border-radius: 22px 70px 22px 22px; box-shadow: var(--shadow); }
.portrait-frame img { display: block; width: 100%; height: 435px; object-fit: cover; object-position: center top; }
.portrait-copy { position: relative; z-index: 2; width: calc(100% - 36px); margin: -54px 0 0 18px; padding: 19px 22px; background: #fff; border-left: 5px solid var(--green); border-radius: 14px; box-shadow: 0 14px 30px rgba(8,26,45,.16); }
.portrait-copy p { margin: 0 0 3px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.portrait-copy h2 { margin: 0 0 2px; font-size: 1.65rem; }
.portrait-copy span { color: var(--muted); font-size: .9rem; }
.portrait-copy p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }

.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-copy { padding-top: 30px; color: var(--muted); font-size: 1.15rem; }
.intro-copy p:last-child { margin-bottom: 0; }
.services-preview { color: #fff; background: var(--navy); }
.services-preview h2, .services-preview h3 { color: #fff; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.section-heading > div { max-width: 720px; }
.service-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-preview-grid article { position: relative; padding: 36px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); transition: transform .2s ease, background .2s ease; }
.service-preview-grid article:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.service-preview-grid p { max-width: 500px; color: #c8d5df; }
.service-preview-grid a { color: #b8dcf3; font-weight: 800; text-underline-offset: 4px; }
.service-preview-grid > .wp-block-column { position: relative; padding: 36px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); transition: transform .2s ease, background .2s ease; }
.service-preview-grid > .wp-block-column:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.service-preview-grid > .wp-block-column p { color: #c8d5df; }
.service-preview-grid > .wp-block-column a { color: #b8dcf3; font-weight: 800; text-underline-offset: 4px; }
.service-number { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; color: var(--navy); background: var(--green); border-radius: 14px; font-weight: 900; }
.section-link { text-align: right; }
.section-link a { color: #fff; font-weight: 800; text-underline-offset: 5px; }

.process-section { background: var(--cloud); }
.center-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.center-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.steps::before { content: ""; position: absolute; left: 16%; right: 16%; top: 27px; height: 2px; background: var(--line); }
.steps article { position: relative; text-align: center; padding: 0 24px; }
.steps article > span { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; color: #fff; background: var(--blue); border: 7px solid var(--cloud); border-radius: 50%; font-weight: 900; }
.steps > .wp-block-column > p:first-child { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 56px; height: 56px; margin: 0 0 22px; color: #fff; background: var(--blue); border: 7px solid var(--cloud); border-radius: 50%; font-weight: 900; }
.steps p { color: var(--muted); }
.package-teaser { background: #fff; }
.package-teaser-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 52px; background: var(--blue-soft); border-radius: 28px; }
.package-teaser-grid > div:first-child { max-width: 760px; }
.package-teaser-grid p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.package-actions { display: grid; gap: 12px; text-align: center; }
.package-actions > span { color: var(--muted); font-size: .8rem; }
.final-cta { padding-top: 0; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 52px 56px; color: #fff; background: linear-gradient(120deg, var(--navy), #174a75); border-radius: 28px; box-shadow: var(--shadow); }
.cta-card h2 { max-width: 780px; margin: 0; color: #fff; }

.page-hero { position: relative; overflow: hidden; padding: 98px 0 80px; background: linear-gradient(135deg, #f7fafc, var(--blue-soft)); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -240px; border: 72px solid rgba(36,91,143,.06); border-radius: 50%; }
.page-hero h1 { font-size: clamp(2.7rem, 5.4vw, 4.8rem); }
.page-hero.small { padding: 72px 0 58px; }
.service-detail { scroll-margin-top: 90px; }
.service-detail.alternate { background: var(--cloud); }
.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.detail-title > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; color: #fff; background: var(--navy); border-radius: 16px; font-weight: 900; }
.detail-number { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 0 28px; color: #fff; background: var(--navy); border-radius: 16px; font-weight: 900; }
.detail-title > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.check-grid > div { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(16,40,68,.06); }
.check-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #42566a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-dark); font-weight: 900; }
.additional-services { background: #fff; }
.additional-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.additional-grid article { padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.additional-grid > .wp-block-column { padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.additional-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; color: var(--blue); background: var(--blue-soft); border-radius: 14px; font-size: 1.25rem; font-weight: 900; }
.additional-grid p { margin-bottom: 0; color: var(--muted); }
.additional-grid > .wp-block-column p { margin-bottom: 0; color: var(--muted); }

.pricing-section { background: var(--cloud); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(16,40,68,.06); }
.price-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); transform: translateY(-10px); }
.price-label { margin-bottom: 8px; color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.price-card h2 { margin-bottom: 12px; font-size: 1.7rem; }
.price { display: flex; align-items: baseline; gap: 7px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price strong { color: var(--navy); font-size: 2.8rem; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.price-card .check-list { margin-bottom: 30px; }
.price-card .button { width: 100%; margin-top: auto; }
.price-card .wp-block-buttons { width: 100%; margin-top: auto; }
.price-card .wp-block-button, .price-card .wp-block-button__link { width: 100%; }
.recommended { position: absolute; right: 20px; top: -14px; padding: 7px 13px; color: #fff; background: var(--green-dark); border-radius: 999px; font-size: .75rem; font-weight: 900; }
.pricing-note { display: grid; grid-template-columns: auto 1fr; gap: 20px; max-width: 900px; margin: 46px auto 0; padding: 24px 28px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.pricing-note strong { color: var(--navy); }
.pricing-note p { margin: 0; }

.contact-section { background: var(--cloud); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: start; }
.contact-card { overflow: hidden; color: #fff; background: var(--navy); border-radius: 26px; box-shadow: var(--shadow); }
.contact-card > img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center 18%; }
.contact-card > figure { margin: 0; }
.contact-card > figure img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center 18%; }
.contact-card > div { padding: 32px; }
.contact-card h2 { color: #fff; }
.contact-card p:not(.eyebrow) { color: #c7d3dc; }
.contact-card dl { margin: 26px 0 0; }
.contact-card dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-card dt { color: #9fb2c2; }
.contact-card dd { margin: 0; font-weight: 800; }
.contact-card a { color: #fff; }
.form-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 12px 38px rgba(16,40,68,.06); }
.form-card > p { color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; color: var(--ink); font-size: .9rem; font-weight: 800; }
input, textarea, select { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #cbd7e1; border-radius: 11px; font: inherit; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(36,91,143,.14); border-color: var(--blue); }
textarea { min-height: 135px; resize: vertical; }
.consent { display: flex !important; align-items: start; gap: 10px; color: var(--muted) !important; font-weight: 500 !important; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; }
.consent a { color: var(--blue); }
.hp-field { position: absolute !important; left: -9999px !important; }
.notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; font-weight: 750; }
.notice.success { color: #355d12; background: #ecf7df; }
.notice.error { color: #851f1f; background: #fff0f0; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 38px; font-size: 1.85rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #45596d; font-size: 1.05rem; }
.prose a { color: var(--blue); }
.not-found { padding: 130px 0; text-align: center; background: var(--cloud); }
.not-found p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }

.site-footer { padding: 56px 0 24px; color: #c4d0da; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .7fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 7px; }
.footer-brand img { width: 180px; margin-bottom: 8px; padding: 5px; background: #fff; border-radius: 8px; }
.footer-brand p { max-width: 390px; }
.site-footer strong { margin-bottom: 8px; color: #fff; }
.site-footer a { color: #c4d0da; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 122px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 22px; padding: 28px 24px 34px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 22px 40px rgba(8,26,45,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .main-nav li a { display: block; padding: 11px 0; font-size: 1.1rem; }
  .nav-cta { align-self: start; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 38px; }
  .portrait-frame img { height: 380px; }
  .additional-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .price-card.featured { transform: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .topbar-inner { min-height: 46px; }
  .topbar-inner > span { display: none; }
  .topbar-inner > div { width: 100%; display: flex; justify-content: space-between; gap: 14px; }
  .nav-wrap { min-height: 74px; }
  .brand img, .brand .custom-logo { width: 155px; max-height: 51px; }
  .main-nav { inset: 120px 0 auto; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero { padding: 64px 0 56px; }
  .hero-grid, .intro-grid, .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .portrait-card { max-width: 470px; padding-left: 20px; }
  .portrait-frame img { height: 390px; }
  .intro-grid, .detail-grid { gap: 34px; }
  .intro-copy { padding-top: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .service-preview-grid, .steps, .check-grid { grid-template-columns: 1fr; }
  .steps { gap: 6px; }
  .steps::before { display: none; }
  .steps article { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
  .package-teaser-grid { grid-template-columns: 1fr; gap: 24px; padding: 34px 26px; }
  .package-actions { justify-items: start; text-align: left; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .page-hero { padding: 66px 0 54px; }
  .additional-grid { grid-template-columns: 1fr; }
  .pricing-note { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .topbar { font-size: .76rem; }
  .topbar-inner > div span { display: none; }
  .topbar-inner > div { align-items: flex-start; flex-direction: column; gap: 0; padding: 7px 0; }
  .main-nav { inset: 131px 0 auto; }
  .hero h1 { letter-spacing: -.055em; }
  .portrait-frame img { height: 340px; }
  .portrait-copy { width: calc(100% - 18px); margin-left: 9px; padding: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 26px 20px; }
  .contact-card > div { padding: 26px 22px; }
  .contact-card dl > div { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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