:root { color-scheme: light; --burnt-peach: #dd6e42ff; --pearl-beige: #e8dab2ff; --blue-slate: #4f6d7aff; --pale-sky: #c0d6dfff; --alabaster-grey: #eaeaeaff; --primary: #4f6d7aff; --secondary: #dd6e42ff; --accent: #c0d6dfff; --ink: #4f6d7aff; --muted: #4f6d7aff; --line: #eaeaeaff; --paper: #fafafa; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; line-height: 1.7; font-display: swap; }
a { color: inherit; text-decoration: none; }
.page-width { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { width: min(1120px, calc(100% - 40px)); margin: auto; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.nav-toggle { display: none; }
.nav-toggle-label { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle-label span { display: block; width: 24px; height: 2px; background: var(--primary); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--primary); font: 700 1.35rem Arial, sans-serif; }
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font: .74rem Arial, sans-serif; }
nav { display: flex; align-items: center; gap: 18px; font: 700 .82rem Arial, sans-serif; }
nav a { padding: 9px 0; }
nav .nav-action { padding: 10px 15px; color: var(--white); background: var(--secondary); }
.hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(230px, .6fr); gap: 40px; padding-top: clamp(65px, 10vw, 130px); padding-bottom: clamp(65px, 10vw, 130px); }
.eyebrow { margin: 0 0 15px; color: var(--primary); font: 700 .72rem Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 24px; font-size: clamp(3.4rem, 8vw, 7.2rem); font-weight: 400; line-height: .9; letter-spacing: 0; }
h2 { margin-bottom: 26px; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1; }
h3 { margin-bottom: 10px; font-size: 1.3rem; font-weight: 400; }
.lead { max-width: 600px; color: var(--muted); font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; font: 700 .8rem Arial, sans-serif; }
.button.primary { color: var(--white); background: var(--primary); }
.button.secondary { border: 1px solid var(--ink); }
.button:hover, .button:focus-visible { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.hero-aside { align-self: end; display: grid; gap: 12px; padding: 22px; color: var(--white); background: var(--secondary); font-family: Arial, sans-serif; }
.aside-label { color: var(--primary); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-aside strong { font-size: 1.15rem; line-height: 1.7; }
.hero-aside a { color: var(--white); font-size: .8rem; text-decoration: underline; }
.section { padding-top: 80px; padding-bottom: 80px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefits article { padding-top: 18px; border-top: 2px solid var(--primary); }
.number { display: block; margin-bottom: 24px; color: var(--primary); font: 700 .76rem Arial, sans-serif; }
.benefits p, .service-grid p, .service-list p { margin-bottom: 0; color: var(--muted); }
.dark-band { color: var(--white); background: var(--secondary); }
.dark-band .eyebrow, .dark-band .text-link { color: var(--primary); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.text-link { font: 700 .8rem Arial, sans-serif; text-decoration: underline; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #3b465a; }
.service-grid article { min-height: 180px; padding: 24px; background: var(--secondary); }
.contact-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 80px; margin-bottom: 80px; padding: 30px; color: var(--white); background: var(--primary); }
.contact-strip .eyebrow { color: var(--secondary); }
.contact-strip h2 { margin-bottom: 0; }
.contact-strip .button { color: var(--ink); background: var(--white); }
.faq details { max-width: 760px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin: 10px 0 0; color: var(--muted); }
.inner-hero { padding-top: 90px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.inner-hero h1 { max-width: 800px; }
.service-list { display: grid; gap: 1px; background: var(--line); }
.service-list article { display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 28px; background: var(--white); }
.service-list .number { margin: 0; }
.site-footer { width: min(1120px, calc(100% - 40px)); margin: auto; display: flex; justify-content: space-between; gap: 24px; padding: 25px 0 35px; border-top: 1px solid var(--line); color: var(--muted); font: .78rem Arial, sans-serif; }
.site-footer strong, .site-footer span, .footer-contact, .footer-nav { display: block; }
.site-footer span { margin-top: 4px; }
.footer-contact { display: flex; gap: 16px; }
.footer-nav { display: flex; gap: 16px; }
.footer-nav a { color: var(--primary); text-decoration: none; }
.footer-nav a:hover { color: var(--accent); }
.error-page { min-height: 60vh; padding-top: 130px; }
.hero-proof { margin-top: 18px; color: var(--primary); font: 1.05rem Georgia, 'Times New Roman', serif; font-style: italic; }
.badge-urgent { display: inline-block; margin-top: 18px; padding: 8px 14px; background: var(--secondary); color: var(--white); font: .72rem Arial, sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.step-card { padding: 30px; border: 1px solid var(--line); }
.step-number { color: var(--accent); font: 700 .76rem Arial, sans-serif; letter-spacing: .12em; }
.step-card h3 { margin: 24px 0 12px; }
.step-card p { color: var(--muted); line-height: 1.55; }
.service-icon { width: 32px; height: 32px; margin-bottom: 18px; color: var(--primary); }
.service-grid article { position: relative; }
.service-grid h3 { display: flex; align-items: center; gap: 12px; }
.service-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; }
.service-main h3 { margin-top: 30px; }
.service-main ul { margin: 0; padding: 0; list-style: none; }
.service-main li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); }
.service-aside h3 { margin-bottom: 20px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list strong { display: block; color: var(--accent); font: 700 .72rem Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.faq-section { max-width: 760px; }
.faq-section h2 { margin-bottom: 30px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.pricing-card { padding: 40px 30px; border: 1px solid var(--line); }
.pricing-card--featured { border-color: var(--secondary); position: relative; }
.pricing-badge { position: absolute; top: -12px; left: 30px; padding: 6px 12px; background: var(--secondary); color: var(--white); font: .68rem Arial, sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h2 { margin-bottom: 10px; }
.pricing-desc { color: var(--muted); font-size: 1.05rem; margin-bottom: 25px; }
.pricing-card ul { margin: 0 0 35px; padding: 0; list-style: none; }
.pricing-card li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); }
.pricing-card .button { margin-top: auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-phone-large { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--primary); margin: 20px 0; }
.contact-phone-large a { text-decoration: none; }
.contact-phone-large a:hover { color: var(--accent); }
.map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; padding: 60px 20px; border: 1px solid var(--line); color: var(--muted); font: .85rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.map-placeholder strong { color: var(--primary); font-size: 1.5rem; }
.article-list { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; }
.article-feature { padding: 25px 0 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-tag { color: var(--accent); }
.article-feature h2 { max-width: 700px; margin: 80px 0 20px; }
.article-feature p, .article-small article { color: var(--muted); line-height: 1.55; }
.article-small { display: grid; align-content: start; gap: 40px; }
.article-small article { padding-top: 25px; border-top: 1px solid var(--line); }
.article-small h3 { margin: 45px 0 20px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.metric-grid article { padding: 24px; background: var(--white); }
.metric-grid strong { color: var(--accent); font: 700 .76rem Arial, sans-serif; letter-spacing: .12em; }
.metric-grid h3 { margin: 70px 0 13px; }
.metric-grid p { color: var(--muted); line-height: 1.55; }
.empty-case { display: block; }
.empty-case h2 { max-width: 760px; }
.about-copy { max-width: 500px; color: var(--muted); font-size: 1.15rem; line-height: 1.6; }
.principles { display: flex; gap: 11px; margin-top: 45px; }
.principles span { padding: 11px 13px; border: 1px solid var(--accent); color: var(--accent); font: .68rem Arial, sans-serif; text-transform: uppercase; }
.localities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.locality-card { display: flex; flex-direction: column; gap: 8px; padding: 24px; border: 1px solid var(--line); text-decoration: none; }
.locality-card strong { color: var(--primary); font: 1.1rem Arial, sans-serif; }
.locality-card span { color: var(--muted); font-size: .95rem; }
.post-content { max-width: 760px; margin-top: 40px; }
.post-content p { margin-bottom: 18px; color: var(--muted); line-height: 1.7; }

@media (max-width: 700px) { .site-header, .site-footer { width: min(100% - 28px, 1120px); } .site-header { align-items: flex-start; padding: 16px 0; } .nav-toggle { display: none; } .nav-toggle-label { display: flex; } nav { display: none; flex-direction: column; gap: 12px; width: 100%; padding-top: 16px; } nav a { display: block; padding: 10px 0; } nav .nav-action { align-self: flex-start; } #nav-toggle:checked + .nav-toggle-label + nav { display: flex; } .page-width { width: min(100% - 28px, 1120px); } .hero { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; } h1 { font-size: clamp(3.1rem, 16vw, 5rem); } .benefits, .service-grid, .steps-grid, .service-detail, .pricing-grid, .contact-grid, .article-list, .metric-grid, .localities-grid { grid-template-columns: 1fr; } .section { padding-top: 60px; padding-bottom: 60px; } .contact-strip, .site-footer { align-items: flex-start; flex-direction: column; } .contact-strip { margin-top: 60px; margin-bottom: 60px; } .footer-contact, .footer-nav { flex-direction: column; gap: 5px; } }
