:root {
    --page: #f3f8fc;
    --surface: #ffffff;
    --surface-alt: #e5f1f7;
    --text: #385367;
    --muted: #688297;
    --line: #bfd4e1;
    --primary: #246d9b;
    --primary-hover: #1d5d86;
    --accent: #2d9c91;
    --accent-soft: #d9f0ed;
    --focus: #ca6d38;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--page);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

body,
a,
button {
    -webkit-tap-highlight-color: transparent;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--text);
    line-height: 1.15;
}

h1 {
    max-width: 780px;
    font-size: 40px;
    letter-spacing: -1.2px;
}

h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

a {
    color: inherit;
}

a:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 4px;
}

.shell {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    border-bottom: 1px solid var(--line);
    background: rgba(243, 248, 252, 0.96);
}

.header-row {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.logo {
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.logo:hover,
.logo:active {
    color: var(--accent);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.main-nav > a:not(.phone-button) {
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.main-nav > a:not(.phone-button):hover,
.main-nav > a:not(.phone-button):active {
    color: var(--primary);
}

.phone-button,
.primary-button,
.secondary-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.phone-button,
.primary-button {
    background: var(--primary);
    color: #ffffff;
}

.phone-button:hover,
.phone-button:active,
.primary-button:hover,
.primary-button:active {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

.secondary-button {
    border-color: var(--primary);
    background: transparent;
    color: var(--primary);
}

.secondary-button:hover,
.secondary-button:active {
    background: var(--surface-alt);
}

.hero {
    padding: 88px 0 76px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    gap: 64px;
    align-items: stretch;
}

.hero-copy {
    align-self: center;
    padding-right: 20px;
}

.eyebrow,
.section-label {
    margin-bottom: 16px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.lead {
    max-width: 720px;
    margin-top: 26px;
    color: var(--muted);
    font-size: 19px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.service-panel {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-left: 5px solid var(--accent);
    background: var(--surface);
}

.service-panel::after {
    position: absolute;
    right: -46px;
    bottom: -58px;
    width: 170px;
    height: 170px;
    border: 30px solid var(--accent-soft);
    border-radius: 50%;
    content: "";
}

.panel-number,
.band-index {
    display: block;
    margin-bottom: 26px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.service-panel h2 {
    margin-bottom: 18px;
}

.service-panel p {
    position: relative;
    z-index: 1;
    color: var(--muted);
}

.service-panel a {
    position: relative;
    z-index: 1;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.service-panel a:hover,
.service-panel a:active {
    color: var(--accent);
}

.content-section {
    padding: 76px 0;
    border-top: 1px solid var(--line);
    background: var(--surface);
}

.split-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
}

.split-layout article {
    min-width: 0;
}

.split-layout h2 {
    margin-bottom: 20px;
}

.split-layout p:not(.section-label) {
    color: var(--muted);
}

.text-link {
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.text-link:hover,
.text-link:active {
    color: var(--accent);
}

.process-section {
    padding: 76px 0 88px;
}

.process-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 72px;
}

.process-list {
    border-top: 1px solid var(--line);
}

.process-item {
    display: grid;
    grid-template-columns: 44px minmax(160px, 0.7fr) minmax(0, 1.3fr);
    gap: 18px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 1px solid var(--line);
}

.process-item > span {
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
}

.process-item p {
    margin: 0;
    color: var(--muted);
}


.contact-section {
    padding: 56px 0;
    border-top: 1px solid var(--line);
    background: var(--accent-soft);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.contact-copy {
    max-width: 620px;
}

.contact-copy h2 {
    margin-bottom: 14px;
}

.contact-copy p:not(.section-label) {
    margin-bottom: 0;
    color: var(--muted);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.local-content {
    min-height: 176px;
    padding: 72px 0;
    border-top: 1px solid var(--line);
    background: var(--surface);
}

.local-content-inner {
    min-height: 32px;
}

.site-footer {
    padding: 34px 0;
    border-top: 1px solid var(--line);
    background: var(--surface-alt);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-home {
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-links a {
    color: var(--muted);
    font-size: 14px;
}

.footer-links a:hover,
.footer-links a:active {
    color: var(--primary);
}

.privacy-link {
    opacity: 0.72;
}

.home-intro {
    padding: 82px 0 70px;
}

.intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 72px;
    align-items: end;
}

.intro-copy {
    padding-bottom: 2px;
}

.intro-copy > p {
    color: var(--muted);
    font-size: 18px;
}

.info-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.band-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.band-grid article {
    min-width: 0;
    padding: 42px 34px 44px;
    border-right: 1px solid var(--line);
}

.band-grid article:first-child {
    padding-left: 0;
}

.band-grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

.band-grid h2 {
    margin-bottom: 18px;
}

.band-grid p {
    color: var(--muted);
}

.home-content {
    background: var(--page);
}

@media (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-actions {
        justify-content: flex-start;
    }

    .header-row {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 0;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hero-grid,
    .intro-layout,
    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-copy {
        padding-right: 0;
    }

    .band-grid {
        grid-template-columns: 1fr;
    }

    .band-grid article,
    .band-grid article:first-child,
    .band-grid article:last-child {
        padding: 34px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .band-grid article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 680px) {
    .contact-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-actions .primary-button,
    .contact-actions .secondary-button {
        width: 100%;
    }

    .local-content {
        min-height: 128px;
        padding: 52px 0;
    }

    .shell {
        width: min(100% - 32px, 1160px);
    }

    h1 {
        font-size: 40px;
        overflow-wrap: anywhere;
    }

    h2 {
        font-size: 28px;
        overflow-wrap: anywhere;
    }

    .main-nav {
        gap: 14px;
    }

    .main-nav > a:not(.phone-button) {
        width: 100%;
    }

    .phone-button {
        width: 100%;
    }

    .hero,
    .home-intro {
        padding: 58px 0;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
    }

    .service-panel {
        padding: 30px 24px;
    }

    .content-section,
    .process-section {
        padding: 58px 0;
    }

    .split-layout {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .process-item {
        grid-template-columns: 34px 1fr;
    }

    .process-item p {
        grid-column: 2;
    }

    .footer-row,
    .footer-links {
        align-items: flex-start;
        flex-direction: column;
    }
}
