:root { --blue: #337da7; --blue-dark: #1f5474; --green: #779b48; --green-dark: #587b31; --ink: #283d4a; --muted: #62717a; --cream: #f7f7f2; --white: #fff; --line: #dce5df; --shadow: 0 12px 36px rgba(31, 84, 116, .12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'Nunito Sans', Arial, sans-serif; font-size: 17px; line-height: 1.65; }
a { color: var(--blue-dark); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--green-dark); }
img { max-width: 100%; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.topbar { color: #fff; background: var(--blue-dark); font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.topbar-contact { display: flex; gap: 22px; }
.site-header { background: #fff; position: relative; z-index: 10; box-shadow: 0 2px 14px rgba(40, 61, 74, .08); }
.navigation { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand img { width: 78px; height: 78px; border-radius: 50%; border: 2px solid var(--green); object-fit: cover; }
.brand strong { display: block; color: var(--blue-dark); font-family: 'Source Serif 4', Georgia, serif; font-size: 30px; line-height: 1.1; }
.brand small { display: block; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.main-navigation { display: flex; align-items: center; gap: 24px; }
.main-navigation a { color: var(--ink); font-size: 15px; font-weight: 800; text-decoration: none; }
.main-navigation a:hover, .main-navigation a:focus { color: var(--green-dark); }
.main-navigation .nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 10px 20px; color: #fff; background: var(--green); border: 2px solid var(--green); border-radius: 6px; font: inherit; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; transition: .2s ease; }
.main-navigation .nav-cta:hover, .button:hover { color: #fff; background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-1px); }
.button-secondary { color: var(--blue-dark); background: #fff; border-color: #fff; }
.button-secondary:hover { color: #fff; }
.button-small { min-height: 39px; padding: 7px 16px; }
.menu-toggle { display: none; color: var(--blue-dark); background: none; border: 0; font: inherit; font-weight: 800; cursor: pointer; }
.hero { overflow: hidden; background: linear-gradient(115deg, var(--blue-dark) 0%, var(--blue) 55%, #69a0bd 100%); }
.hero-grid { min-height: 550px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; }
.hero-copy { padding: 80px 0; color: #fff; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { color: #d9efbb; }
h1, h2, h3 { margin: 0; font-family: 'Source Serif 4', Georgia, serif; line-height: 1.16; }
h1 { max-width: 760px; font-size: clamp(40px, 5vw, 65px); }
h2 { font-size: clamp(31px, 3.6vw, 47px); color: var(--blue-dark); }
h3 { font-size: 24px; color: var(--blue-dark); }
.hero p { max-width: 660px; margin: 22px 0 30px; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { align-self: end; min-height: 440px; position: relative; }
.hero-image { width: 100%; height: 458px; object-fit: cover; object-position: center; border-radius: 170px 170px 0 0; border: 9px solid rgba(255,255,255,.92); box-shadow: var(--shadow); }
.hero-badge { position: absolute; right: -12px; bottom: 42px; width: 174px; padding: 21px 18px; color: var(--ink); background: #fff; border-left: 5px solid var(--green); box-shadow: var(--shadow); font-weight: 800; line-height: 1.35; }
.section { padding: 86px 0; }
.section-white { background: #fff; }
.section-tint { background: #edf4ed; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); font-size: 19px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { height: 100%; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 20px rgba(31, 84, 116, .06); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; color: var(--green-dark); background: #eef5e6; border-radius: 50%; font-size: 25px; font-weight: 800; }
.service-card p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 12px; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(36px, 7vw, 100px); }
.split-image { width: 100%; min-height: 390px; border-radius: 16px; object-fit: cover; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; content: '✓'; color: var(--green-dark); font-size: 20px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.why-item { padding: 25px; color: #fff; background: var(--blue-dark); border-radius: 10px; }
.why-item:nth-child(2n) { background: var(--green-dark); }
.why-item strong { display: block; margin-bottom: 6px; font-family: 'Source Serif 4', Georgia, serif; font-size: 25px; }
.cta-panel { padding: clamp(35px, 6vw, 65px); color: #fff; background: linear-gradient(100deg, var(--green-dark), var(--green)); border-radius: 16px; box-shadow: var(--shadow); }
.cta-panel h2 { color: #fff; }
.cta-panel .button { margin-top: 19px; color: var(--blue-dark); background: #fff; border-color: #fff; }
.cta-panel .button:hover { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); }
.page-intro { padding: 75px 0 58px; color: #fff; background: linear-gradient(120deg, var(--blue-dark), var(--blue)); }
.page-intro h1 { max-width: 850px; }
.page-intro p { max-width: 700px; margin: 16px 0 0; font-size: 20px; }
.service-detail { display: grid; grid-template-columns: 180px 1fr; gap: 38px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-number { color: var(--green); font-family: 'Source Serif 4', Georgia, serif; font-size: 68px; font-weight: 700; line-height: 1; }
.service-detail ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 25px; margin: 18px 0 0; padding: 0; list-style: none; }
.service-detail li::before { content: '•'; margin-right: 9px; color: var(--green-dark); font-weight: 800; }
.info-box { padding: 27px; background: #fff; border-left: 6px solid var(--green); border-radius: 0 10px 10px 0; box-shadow: 0 8px 24px rgba(31, 84, 116, .07); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; }
.contact-card { padding: 35px; background: var(--blue-dark); color: #fff; border-radius: 14px; }
.contact-card h2 { color: #fff; }
.contact-card a { color: #dceec8; font-size: 20px; font-weight: 800; }
.form { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(31, 84, 116, .06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: block; margin: 16px 0 5px; font-weight: 800; }
.form input, .form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #b9c8cd; border-radius: 5px; font: inherit; }
.form textarea { min-height: 150px; resize: vertical; }
.form .privacy-note { color: var(--muted); font-size: 14px; }
.legal { max-width: 850px; }
.legal h2 { margin: 36px 0 10px; font-size: 31px; }
.legal h3 { margin: 28px 0 8px; }
.site-footer { color: #d9e7ed; background: #173d54; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 50px; padding: 58px 0 42px; }
.footer-brand img { width: 92px; height: 92px; border: 2px solid #c9e2a5; border-radius: 50%; object-fit: cover; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-family: 'Nunito Sans', Arial, sans-serif; font-size: 18px; }
.site-footer a { color: #fff; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.footer-bottom span:last-child { display: flex; gap: 20px; }
.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 50; max-width: 500px; padding: 18px; color: var(--ink); background: #fff; border-left: 5px solid var(--green); border-radius: 7px; box-shadow: 0 15px 42px rgba(0,0,0,.24); }
.cookie-banner p { margin: 0 0 12px; font-size: 14px; }
@media (max-width: 900px) { .main-navigation { gap: 14px; } .main-navigation a { font-size: 14px; } .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; } .hero-copy { padding-bottom: 35px; } .hero-visual { display: none; } .service-grid, .why-grid { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { body { font-size: 16px; } .container { width: min(100% - 30px, 1140px); } .topbar-contact { display: none; } .topbar-inner { justify-content: center; text-align: center; } .navigation { min-height: 86px; } .brand img { width: 58px; height: 58px; } .brand strong { font-size: 24px; } .brand small { font-size: 9px; } .menu-toggle { display: inline-flex; align-items: center; gap: 9px; } .menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 21px; height: 2px; display: block; content: ''; background: var(--blue-dark); } .menu-toggle span { position: relative; } .menu-toggle::before { position: absolute; margin-top: -14px; } .menu-toggle::after { position: absolute; margin-top: 14px; } .main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 15px 22px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 10px 20px rgba(40,61,74,.1); } .main-navigation.is-open { display: grid; gap: 15px; } .main-navigation .nav-cta { justify-content: center; } .hero-grid { min-height: 455px; } .hero-copy { padding: 68px 0; } h1 { font-size: 40px; } .hero p, .page-intro p { font-size: 18px; } .section { padding: 60px 0; } .service-grid, .why-grid, .footer-grid, .form-row { grid-template-columns: 1fr; } .service-detail { grid-template-columns: 1fr; gap: 10px; padding: 34px 0; } .service-number { font-size: 48px; } .service-detail ul { grid-template-columns: 1fr; } .footer-bottom { display: grid; } .cookie-banner { left: 12px; right: 12px; bottom: 12px; } }
.form-notice { margin: 18px 0; padding: 12px 14px; border-radius: 5px; font-weight: 700; }
.form-notice-success { color: #215d35; background: #e6f2e8; }
.form-notice-info { color: #24546f; background: #e6f0f5; }
.form-notice-error { color: #842f2f; background: #f9e8e8; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-card { width: 100%; }
.form-group { margin-top: 16px; }
.form-group label { display: block; margin-bottom: 5px; font-weight: 800; }
.form-group select { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #b9c8cd; border-radius: 5px; font: inherit; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.site-header.scrolled { position: sticky; top: 0; box-shadow: 0 5px 20px rgba(40, 61, 74, .16); }
.form-success { padding: 48px 25px; color: #215d35; text-align: center; background: #e6f2e8; border-radius: 10px; }
.form-success h2 { color: #215d35; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 800px; }
.team-member { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 20px rgba(31, 84, 116, .06); }
.team-photo-placeholder { display: grid; min-height: 360px; place-items: center; color: var(--muted); background: linear-gradient(135deg, #edf4ed, #e4eef2); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.team-member-copy { padding: 22px 25px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-step { padding: 34px 28px; background: #edf4ed; border-radius: 12px; }
.process-step span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; color: #fff; background: var(--green-dark); border-radius: 50%; font-family: 'Source Serif 4', Georgia, serif; font-size: 23px; font-weight: 700; }
.process-step h2 { font-size: 28px; }
.process-step p { margin-bottom: 0; color: var(--muted); }
.process-action { margin: 38px 0 0; text-align: center; }
@media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .team-grid, .process-grid { grid-template-columns: 1fr; } }

.support-note { display: inline-flex; margin: -4px 0 24px; padding: 8px 13px; color: var(--blue-dark); background: #e9f4db; border-radius: 999px; font-weight: 800; line-height: 1.3; }
.footer-grid { grid-template-columns: 1.15fr 1fr 1fr .95fr; gap: 38px; }
.social-links { display: flex; gap: 9px; margin-top: 8px; }
.social-link { display: inline-grid; width: 35px; height: 35px; place-items: center; color: #173d54; background: #fff; border-radius: 50%; font-weight: 900; text-decoration: none; }
.social-link-pending { cursor: default; }
.social-note { margin: 10px 0 14px; font-size: 13px; line-height: 1.45; }
.team-member-copy p { margin: 7px 0 0; color: #111; font-weight: 800; }
.process-grid { position: relative; align-items: stretch; gap: 28px; }
.process-grid::before { position: absolute; top: 57px; left: 16.5%; right: 16.5%; z-index: 0; height: 3px; background: var(--green); content: ""; }
.process-step { position: relative; z-index: 1; padding: 36px 28px 30px; text-align: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(31, 84, 116, .08); }
.process-step span { margin: 0 auto 20px; box-shadow: 0 0 0 8px #edf4ed; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .process-grid::before { display: none; } }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 10px; box-shadow: 0 8px 20px rgba(31, 84, 116, .06); }
.price-card h3 { font-size: 23px; }
.price-card p { margin: 16px 0 0; color: var(--green-dark); font-family: "Source Serif 4", Georgia, serif; font-size: 28px; font-weight: 700; }
.price-card small { color: var(--muted); font-family: "Nunito Sans", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.split-price { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; }
@media (max-width: 900px) { .price-grid { grid-template-columns: repeat(2, 1fr); } .split-price { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .price-grid { grid-template-columns: 1fr; } }

@media (max-width: 680px) { .footer-grid { grid-template-columns: 1fr; } }

.process-showcase { padding: 82px 0 92px; color: #fff; background: linear-gradient(rgba(23, 61, 84, .76), rgba(23, 61, 84, .76)), url("../images/index-1-513x561.jpg") center / cover no-repeat; }
.process-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.process-heading .eyebrow { color: #d9efbb; }
.process-heading h1 { max-width: none; color: #fff; }
.process-heading p:last-child { margin: 16px 0 0; font-size: 19px; }
.process-showcase .process-grid { position: relative; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.process-showcase .process-grid::before { display: none; }
.process-showcase .process-step { min-height: 410px; padding: 36px 34px; color: #111; text-align: center; background: rgba(255, 255, 255, .74); border: 0; border-radius: 25px; box-shadow: 0 16px 38px rgba(0, 0, 0, .19); backdrop-filter: blur(2px); }
.process-showcase .process-step span { width: 108px; height: 108px; margin: 0 auto 32px; color: var(--blue-dark); background: var(--green); border-radius: 50%; box-shadow: none; font-family: Arial, sans-serif; font-size: 57px; font-weight: 400; line-height: 1; }
.process-showcase .process-step h2 { color: #111; font-family: "Nunito Sans", Arial, sans-serif; font-size: clamp(25px, 2.1vw, 31px); font-weight: 900; line-height: 1.15; }
.process-showcase .process-step p { margin: 24px 0 0; color: #202020; font-size: 18px; line-height: 1.48; }
.process-showcase .process-survey-link { display: inline-block; margin-top: 20px; color: var(--blue-dark); font-weight: 900; text-decoration: none; }
.process-showcase .process-survey-link:hover { color: var(--green-dark); }
.process-showcase .process-action { margin: 44px 0 0; }
.process-showcase .process-action .button { padding: 13px 25px; color: #fff; background: var(--green-dark); border-color: var(--green-dark); }
.process-showcase .process-action .button:hover { background: var(--green); border-color: var(--green); }
@media (max-width: 900px) { .process-showcase .process-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } .process-showcase .process-step { min-height: 0; } }
