/*
Theme Name: Baca Temizleme
Theme URI: http://trwebsitesi.com
Author: trwebsitesi
Description: İzmir baca temizleme ve havalandırma hizmetleri için özel WordPress teması.
Version: 1.0.10
Text Domain: baca-temizleme
*/

:root {
    --header-navy: #1c2e4a;
    --header-navy-deep: #142236;
    --header-ink: #1a2332;
    --header-muted: #5c6b7a;
    --header-line: #e4e9ef;
    --header-surface: #ffffff;
    --header-accent: #b45324;
    --header-accent-dark: #933c18;
    --header-whatsapp: #1f8a4c;
    --header-whatsapp-dark: #176b3b;
    --header-max: 1200px;
    --content-gutter: 24px;
    --section-pad: 64px;
    --header-radius: 8px;
    --header-shadow: 0 8px 24px rgba(20, 34, 54, 0.08);
}

@media (max-width: 991px) {
    :root {
        --content-gutter: 20px;
        --section-pad: 52px;
    }
}

@media (max-width: 575px) {
    :root {
        --content-gutter: 16px;
        --section-pad: 48px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: var(--header-ink);
    background: #f6f7f9;
}

img {
    max-width: 100%;
    height: auto;
}

img.service-card__image,
img.about__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    z-index: 1000;
    padding: 8px 14px;
    background: var(--header-navy);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.skip-link:focus {
    top: 12px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.error404__secondary {
    margin-top: 1.25rem;
}

.error404__secondary a {
    color: var(--header-accent);
    font-weight: 600;
    text-decoration: none;
}

.error404__secondary a:hover,
.error404__secondary a:focus {
    text-decoration: underline;
}

.header-inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: var(--header-surface);
    box-shadow: var(--header-shadow);
}

.site-topbar {
    background: var(--header-navy-deep);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12.5px;
    letter-spacing: 0.01em;
}

.site-topbar .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 34px;
}

.site-topbar__left,
.site-topbar__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.site-topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

a.site-topbar__item:hover {
    color: #fff;
}

.site-topbar__icon {
    flex-shrink: 0;
    opacity: 0.85;
}

.site-branding-bar {
    border-bottom: 1px solid var(--header-line);
    background: var(--header-surface);
}

.site-branding-bar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 88px;
    padding-block: 12px;
}

.site-branding {
    min-width: 0;
    flex: 1 1 auto;
}

.site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.site-branding .custom-logo {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.site-logo-text {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    text-decoration: none;
    color: var(--header-navy);
}

.site-logo-text__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.header-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    flex-shrink: 0;
    min-width: 0;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: var(--header-radius);
    text-decoration: none;
    color: #fff;
    line-height: 1.15;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.header-btn:hover {
    transform: translateY(-1px);
}

.header-btn svg {
    flex-shrink: 0;
}

.header-btn__label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header-btn__kicker {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
}

.header-btn__value {
    font-size: 13.5px;
    font-weight: 700;
}

.header-btn--phone {
    background: var(--header-accent);
}

.header-btn--phone:hover {
    background: var(--header-accent-dark);
}

.header-btn--whatsapp {
    background: var(--header-whatsapp);
}

.header-btn--whatsapp:hover {
    background: var(--header-whatsapp-dark);
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid var(--header-line);
    border-radius: var(--header-radius);
    background: #fff;
    color: var(--header-navy);
    cursor: pointer;
    font: inherit;
}

.menu-toggle__bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 18px;
}

.menu-toggle__bars span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.menu-toggle__text {
    font-size: 13px;
    font-weight: 650;
}

.site-nav {
    background: var(--header-navy);
}

.site-nav .header-inner {
    display: flex;
    min-height: 46px;
}

.primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu a {
    display: block;
    padding: 13px 14px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    color: #fff;
}

.primary-menu .sub-menu {
    display: none;
}

.hero-slider {
    position: relative;
    width: 100%;
    color: #fff;
    background: var(--header-navy-deep);
}

.hero-slider__viewport {
    position: relative;
    min-height: clamp(380px, 68vh, 640px);
    overflow: hidden;
}

.hero-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
}

.hero-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: auto;
}

.hero-slider__media,
.hero-slider__overlay {
    position: absolute;
    inset: 0;
}

.hero-slider__media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.04);
    transition: transform 6s ease;
}

.hero-slider__slide.is-active .hero-slider__media {
    transform: scale(1);
}

.hero-slider__slide--1:not(.has-image) .hero-slider__media {
    background-image: linear-gradient(120deg, #1a2740 0%, #3d4f6a 48%, #8a5a3a 100%);
}

.hero-slider__slide--2:not(.has-image) .hero-slider__media {
    background-image: linear-gradient(120deg, #152033 0%, #2c4a5e 50%, #1f6b4a 100%);
}

.hero-slider__slide--3:not(.has-image) .hero-slider__media {
    background-image: linear-gradient(120deg, #24181a 0%, #5c3340 46%, #b45324 100%);
}

.hero-slider__overlay {
    background: rgba(12, 20, 34, var(--hero-overlay, 0.48));
}

.hero-slider__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    min-height: inherit;
    margin-inline: auto;
    padding-block: 56px;
}

.hero-slider__content {
    max-width: 640px;
}

.hero-slider__title {
    margin: 0 0 14px;
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero-slider__text {
    margin: 0 0 24px;
    max-width: 34em;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.hero-slider__button {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: var(--header-radius);
    background: var(--header-accent);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.hero-slider__button:hover {
    background: var(--header-accent-dark);
    transform: translateY(-1px);
}

.hero-slider__button:focus-visible,
.hero-slider__arrow:focus-visible,
.hero-slider__dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.hero-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(12, 20, 34, 0.42);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.18s ease;
}

.hero-slider__arrow:hover {
    background: rgba(12, 20, 34, 0.72);
}

.hero-slider__arrow--prev {
    left: max(12px, calc((100% - var(--header-max)) / 2 - 8px));
}

.hero-slider__arrow--next {
    right: max(12px, calc((100% - var(--header-max)) / 2 - 8px));
}

.hero-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-slider__dot {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
}

.hero-slider__dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

@media (max-width: 991px) {
    .hero-slider__viewport {
        min-height: clamp(340px, 58vh, 520px);
    }

    .hero-slider__inner {
        padding-block: 40px 56px;
        padding-inline: 48px;
        width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    }

    .hero-slider__arrow--prev {
        left: 10px;
    }

    .hero-slider__arrow--next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .hero-slider__viewport {
        min-height: max(300px, 58vh);
    }

    .hero-slider__inner {
        padding: 28px 16px 56px;
        align-items: flex-end;
    }

    .hero-slider__arrow {
        width: 38px;
        height: 38px;
        top: auto;
        bottom: 14px;
        transform: none;
    }

    .hero-slider__arrow--prev {
        left: 12px;
    }

    .hero-slider__arrow--next {
        right: 12px;
    }

    .hero-slider__dots {
        bottom: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider__slide,
    .hero-slider__media,
    .hero-slider__button,
    .hero-slider__arrow {
        transition: none;
    }

    .hero-slider__slide.is-active .hero-slider__media {
        transform: none;
    }
}

main {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin: 32px auto;
}

body.home main#main-content.home-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.home .hero-slider + main,
.home .services + main,
.home .about + main,
.home .why-us + main,
.home .cta + main,
.home .service-areas + main {
    margin-top: 36px;
}

.services {
    background: #f4f6f8;
    padding: var(--section-pad) 0;
}

.services__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.services__intro {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
}

.services__kicker {
    margin: 0 0 8px;
    color: var(--header-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services__title {
    margin: 0 0 12px;
    color: var(--header-navy);
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.services__description {
    margin: 0;
    color: var(--header-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--header-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 34, 54, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #d5dde6;
    box-shadow: 0 14px 28px rgba(20, 34, 54, 0.1);
}

.service-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbe3ec;
}

.service-card__image,
.service-card__placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__image {
    transition: transform 0.45s ease;
}

.service-card:hover .service-card__image {
    transform: scale(1.06);
}

.service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.18), rgba(20, 34, 54, 0.42)),
        linear-gradient(120deg, #8aa0b8 0%, #c5d0dc 48%, #6d7f93 100%);
}

.service-card:nth-child(2) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.2), rgba(20, 34, 54, 0.4)),
        linear-gradient(120deg, #6f8b7a 0%, #c5d4cb 50%, #4f6a5c 100%);
}

.service-card:nth-child(3) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.22), rgba(20, 34, 54, 0.4)),
        linear-gradient(120deg, #a07858 0%, #d7c4b2 50%, #7a5640 100%);
}

.service-card:nth-child(4) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.2), rgba(20, 34, 54, 0.42)),
        linear-gradient(120deg, #5d6f8a 0%, #b7c3d4 48%, #3d4d63 100%);
}

.service-card:nth-child(5) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.18), rgba(20, 34, 54, 0.4)),
        linear-gradient(120deg, #6a8a9a 0%, #c9d8df 50%, #4a6674 100%);
}

.service-card:nth-child(6) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.22), rgba(20, 34, 54, 0.42)),
        linear-gradient(120deg, #8a5a48 0%, #d4b8a8 48%, #6a4034 100%);
}

.service-card:nth-child(7) .service-card__placeholder {
    background:
        linear-gradient(160deg, rgba(20, 34, 54, 0.2), rgba(20, 34, 54, 0.44)),
        linear-gradient(120deg, #5a6578 0%, #c2c8d2 50%, #3e4654 100%);
}

.service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px 20px 20px;
}

.service-card__title {
    margin: 0 0 8px;
    color: var(--header-navy);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.service-card__text {
    flex: 1 1 auto;
    margin: 0 0 18px;
    color: var(--header-muted);
    font-size: 0.94rem;
    line-height: 1.55;
    overflow-wrap: break-word;
}

.service-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.service-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1 1 8.4rem;
    min-width: 8.4rem;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.service-card__button--details {
    background: transparent;
    color: var(--header-accent);
    box-shadow: inset 0 0 0 1px var(--header-accent);
}

.service-card__button--details:hover {
    background: var(--header-accent);
    color: #fff;
}

.service-card__button--phone {
    background: var(--header-accent);
    color: #fff;
    box-shadow: none;
}

.service-card__button--phone:hover {
    background: var(--header-accent-dark);
}

.service-card__button:focus-visible {
    outline: 2px solid var(--header-navy);
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .services__grid {
        grid-template-columns: 1fr;
    }

    .services__intro {
        margin-bottom: 28px;
        text-align: left;
    }

    .service-card__button {
        min-width: 0;
        flex: 1 1 calc(50% - 4px);
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-card,
    .service-card__button,
    .service-card__image {
        transition: none;
    }

    .service-card:hover {
        transform: none;
    }

    .service-card:hover .service-card__image {
        transform: none;
    }
}

.about {
    background: #fff;
    padding: var(--section-pad) 0;
}

.about__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.about__inner > * {
    min-width: 0;
}

.about__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    background: #dbe3ec;
}

.about__image,
.about__placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__placeholder {
    background:
        linear-gradient(165deg, rgba(20, 34, 54, 0.28), rgba(20, 34, 54, 0.5)),
        linear-gradient(120deg, #5d6f86 0%, #c5d0dc 46%, #8a6a52 100%);
}

.about__kicker {
    margin: 0 0 10px;
    color: var(--header-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about__title {
    margin: 0 0 18px;
    color: var(--header-navy);
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.about__text {
    margin: 0 0 12px;
    color: var(--header-muted);
    font-size: 0.98rem;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.about__text:last-of-type {
    margin-bottom: 22px;
}

.about__button {
    display: inline-flex;
    align-items: center;
    padding: 11px 20px;
    border-radius: 8px;
    background: var(--header-navy);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.about__button:hover {
    background: var(--header-navy-deep);
}

.about__button:focus-visible {
    outline: 2px solid var(--header-accent);
    outline-offset: 3px;
}

.why-us {
    background: #fff;
    padding: var(--section-pad) 0;
}

.why-us__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.why-us__intro {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.why-us__kicker {
    margin: 0 0 8px;
    color: var(--header-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.why-us__title {
    margin: 0 0 12px;
    color: var(--header-navy);
    font-size: clamp(1.5rem, 2.5vw, 2.05rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.why-us__description {
    margin: 0;
    color: var(--header-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.why-us__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.why-card {
    min-width: 0;
    padding: 8px 28px;
    border-right: 1px solid var(--header-line);
    background: transparent;
}

.why-card:first-child {
    padding-left: 0;
}

.why-card:last-child {
    padding-right: 0;
    border-right: 0;
}

.why-card__mark {
    display: block;
    margin-bottom: 12px;
    color: var(--header-accent);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.16em;
}

.why-card__title {
    margin: 0 0 8px;
    color: var(--header-navy);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.why-card__text {
    margin: 0;
    color: var(--header-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    overflow-wrap: break-word;
}

@media (max-width: 991px) {
    .about__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about__media {
        aspect-ratio: 16 / 10;
        max-width: 100%;
    }

    .why-us__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .why-card,
    .why-card:first-child,
    .why-card:last-child {
        padding: 0 8px;
        border-right: 0;
    }
}

@media (max-width: 575px) {
    .why-us__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-card,
    .why-card:first-child,
    .why-card:last-child {
        padding: 0 0 20px;
        border-bottom: 1px solid var(--header-line);
    }

    .why-card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.cta {
    position: relative;
    color: #fff;
    background: var(--header-navy-deep);
    min-height: 0;
}

.cta__media,
.cta__overlay {
    position: absolute;
    inset: 0;
}

.cta__media {
    background-color: var(--header-navy);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.cta--has-image .cta__media {
    background-attachment: fixed;
}

.cta__overlay {
    background: rgba(8, 14, 24, var(--cta-overlay, 0.62));
}

.cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 40px;
    align-items: center;
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    min-height: inherit;
    margin-inline: auto;
    padding: var(--section-pad) 0;
}

.cta__kicker {
    margin: 0 0 10px;
    color: #e8b496;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cta__title {
    margin: 0 0 14px;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.cta__text {
    margin: 0;
    max-width: 38em;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.6;
}

.cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.cta__button--phone {
    background: var(--header-accent);
    color: #fff;
}

.cta__button--phone:hover {
    background: var(--header-accent-dark);
}

.cta__button--whatsapp {
    background: var(--header-whatsapp);
    color: #fff;
}

.cta__button--whatsapp:hover {
    background: var(--header-whatsapp-dark);
}

.cta__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .cta__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: var(--section-pad) 0;
    }

    .cta--has-image .cta__media {
        background-attachment: scroll;
    }

    .cta__actions {
        justify-content: flex-start;
    }

    .cta__button {
        flex: 1 1 12rem;
        min-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta--has-image .cta__media {
        background-attachment: scroll;
    }
}

.service-areas {
    background: #fff;
    padding: var(--section-pad) 0;
}

.service-areas__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.service-areas__intro {
    max-width: 680px;
    margin: 0 auto 36px;
    text-align: center;
}

.service-areas__kicker {
    margin: 0 0 8px;
    color: var(--header-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-areas__title {
    margin: 0 0 12px;
    color: var(--header-navy);
    font-size: clamp(1.5rem, 2.5vw, 2.05rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.service-areas__description {
    margin: 0;
    color: var(--header-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.service-areas__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-area__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--header-line);
    border-radius: 8px;
    background: #f7f8fa;
    color: var(--header-navy);
    font-size: 0.92rem;
    font-weight: 650;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

a.service-area__link:hover {
    border-color: #cfd8e3;
    background: #fff;
    box-shadow: 0 6px 16px rgba(20, 34, 54, 0.06);
}

a.service-area__link:focus-visible {
    outline: 2px solid var(--header-navy);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .service-areas__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .service-areas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-areas__intro {
        text-align: left;
    }
}

.site-footer {
    background: var(--header-navy-deep);
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
    gap: 36px;
    padding: var(--section-pad) 0 40px;
}

.site-footer__heading {
    margin: 0 0 16px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.site-footer__brand .custom-logo-link {
    display: inline-flex;
    margin-bottom: 14px;
}

.site-footer__brand .custom-logo {
    display: block;
    max-width: 100%;
    max-height: 48px;
    width: auto;
    height: auto;
}

.site-footer__logo-text {
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.site-footer__tagline {
    margin: 0;
    max-width: 28em;
    font-size: 0.92rem;
    line-height: 1.6;
}

.site-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__list li + li {
    margin-top: 8px;
}

.site-footer__list a,
.site-footer__legal a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer__list a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
}

.site-footer__list a:hover,
.site-footer__legal a:hover,
.site-footer__logo-text:hover {
    color: #fff;
}

.site-footer__list a:focus-visible,
.site-footer__legal a:focus-visible,
.site-footer__logo-text:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.site-footer__more {
    font-weight: 700;
}

.site-footer__contact .site-footer__label {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer__bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    padding: 16px 0 20px;
}

.site-footer__copy {
    margin: 0;
    font-size: 0.85rem;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
        padding: var(--section-pad) 0 32px;
    }
}

@media (max-width: 575px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer__list a,
    .site-footer__legal a {
        min-height: 44px;
        padding-block: 8px;
    }

    .site-footer__bar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px 16px;
        padding: 18px 0 24px;
    }

    .site-footer__copy {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .site-footer__legal {
        width: 100%;
        gap: 4px 16px;
    }
}

@media (max-width: 991px) {
    .site-topbar .header-inner {
        justify-content: center;
        min-height: 30px;
    }

    .site-topbar__right {
        display: none;
    }

    .site-topbar__left {
        justify-content: center;
    }

    .site-topbar__item span {
        max-width: 42vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-branding-bar__row {
        gap: 10px;
        min-height: 64px;
        padding-block: 8px;
    }

    .site-branding .custom-logo {
        max-height: 48px;
        max-width: min(180px, 42vw);
    }

    .header-actions {
        gap: 6px;
    }

    .header-btn__label {
        display: none;
    }

    .header-btn {
        padding: 10px;
    }

    .menu-toggle {
        display: inline-flex;
        padding: 9px 10px;
        flex-shrink: 0;
    }

    .site-nav {
        display: none;
        background: var(--header-surface);
        border-bottom: 1px solid var(--header-line);
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav .header-inner {
        display: block;
        padding-block: 8px 12px;
    }

    .primary-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .primary-menu a {
        padding: 12px 4px;
        color: var(--header-navy);
        border-bottom: 1px solid var(--header-line);
    }

    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a {
        color: var(--header-accent);
    }

    body.nav-open {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .site-topbar {
        display: none;
    }

    .site-logo-text__name {
        font-size: 1.05rem;
    }

    .site-branding .custom-logo {
        max-height: 40px;
        max-width: min(132px, 36vw);
    }

    .header-btn,
    .menu-toggle {
        padding: 8px;
    }

    .menu-toggle__text {
        font-size: 12px;
    }

    .cta__button {
        flex: 1 1 100%;
        white-space: normal;
    }

    .hero-slider__inner {
        padding: 28px var(--content-gutter) 56px;
        width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    }
}

@media (max-width: 360px) {
    .site-branding .custom-logo {
        max-width: min(100px, 30vw);
        max-height: 36px;
    }

    .header-actions {
        gap: 4px;
    }

    .header-btn,
    .menu-toggle {
        padding: 7px;
    }
}

.page-hero {
    background: var(--header-navy-deep);
    color: #fff;
}

.page-hero__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
    padding: 36px 0 32px;
}

.page-hero__title {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.page-hero__text {
    max-width: 40em;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.6;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
}

.breadcrumb__item:not(:last-child)::after {
    content: ">";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.45);
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

body:not(.home) main.page-main {
    width: 100%;
    max-width: none;
    margin: 0;
}

.page-section {
    padding: var(--section-pad) 0;
    background: #fff;
}

.page-section--muted {
    background: #f4f6f8;
}

.page-section__inner {
    width: min(100% - (2 * var(--content-gutter)), var(--header-max));
    margin-inline: auto;
}

.page-prose {
    color: var(--header-muted);
    font-size: 1.02rem;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.page-prose > *:first-child {
    margin-top: 0;
}

.page-prose img {
    max-width: 100%;
    height: auto;
}

.page-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: start;
}

.page-services__intro,
.page-areas__intro,
.page-contact__intro {
    max-width: 42em;
    margin-bottom: 36px;
}

.page-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.service-card--page {
    height: 100%;
}

.service-card--page .service-card__media {
    aspect-ratio: 16 / 10;
}

.service-card--page .service-card__image,
.service-card--page .service-card__placeholder {
    object-fit: cover;
}

.service-card--page .service-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 22px 24px 24px;
}

.service-card--page .service-card__title {
    font-size: 1.15rem;
}

.service-card--page .service-card__text {
    flex: 1 1 auto;
}

.service-card--page .service-card__actions {
    margin-top: auto;
}

.page-areas__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-contact__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 22px 22px 20px;
    border: 1px solid var(--header-line);
    border-radius: 12px;
    background: #f7f8fa;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(20, 34, 54, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.contact-card:hover {
    transform: translateY(-2px);
    border-color: #d5dde6;
    box-shadow: 0 12px 24px rgba(20, 34, 54, 0.08);
}

.contact-card__label {
    color: var(--header-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-card__value {
    color: var(--header-navy);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.page-contact__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}

.page-contact__cta .cta__button {
    min-width: min(100%, 240px);
    justify-content: center;
}

.service-card--page .service-card__actions--stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.service-card--page .service-card__actions--stack .service-card__button {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 44px;
}

.page-services__note {
    max-width: 46em;
}

.page-services__note .about__title {
    margin-bottom: 12px;
}

.page-services__note .page-prose {
    margin: 0;
}

.page-services__cta.cta {
    min-height: 0;
}

@media (max-width: 991px) {
    .page-hero__inner {
        padding: 28px 0 24px;
    }

    .page-split,
    .page-services__grid,
    .page-contact__cards {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .page-services__grid {
        gap: 28px;
    }

    .page-areas__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .page-areas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-contact__cards,
    .page-split,
    .page-services__grid {
        grid-template-columns: 1fr;
    }

    .page-contact__cta .cta__button {
        flex: 1 1 100%;
        min-height: 52px;
    }

    .service-card--page .service-card__actions--stack .service-card__button {
        min-height: 48px;
    }
}

.about-page__lead {
    max-width: 46em;
    margin: 0;
    color: var(--header-muted);
    font-size: clamp(1.02rem, 1.6vw, 1.12rem);
    line-height: 1.75;
}

.about-page__header {
    max-width: 40em;
    margin-bottom: 28px;
}

.about-page__header--center {
    margin-inline: auto;
    text-align: center;
}

.about-page__header .about__title {
    margin-bottom: 0;
}

.about-page__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-page__service {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid var(--header-line);
    border-radius: 10px;
    background: #fff;
    color: var(--header-navy);
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.about-page__service:hover {
    border-color: #d5dde6;
    color: var(--header-accent);
    box-shadow: 0 8px 18px rgba(20, 34, 54, 0.06);
}

.about-page__cta.cta {
    min-height: 0;
}

@media (max-width: 991px) {
    .about-page__header--center {
        text-align: left;
        margin-inline: 0;
    }
}

@media (max-width: 575px) {
    .about-page__services {
        grid-template-columns: 1fr;
    }

    .about-page__service {
        min-height: 48px;
    }
}

.service-detail__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.service-detail__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    background: #dbe3ec;
}

.service-detail__image,
.service-detail__placeholder {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail__placeholder {
    background:
        linear-gradient(165deg, rgba(20, 34, 54, 0.28), rgba(20, 34, 54, 0.5)),
        linear-gradient(120deg, #5d6f86 0%, #c5d0dc 46%, #8a6a52 100%);
}

.service-detail__heading {
    margin: 0 0 12px;
    color: var(--header-navy);
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.service-detail__excerpt {
    margin: 0 0 20px;
    color: var(--header-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.service-detail__trust {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.service-detail__trust li {
    position: relative;
    padding: 8px 0 8px 22px;
    color: var(--header-navy);
    font-size: 0.98rem;
    font-weight: 650;
}

.service-detail__trust li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--header-accent);
}

.service-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-detail__actions .cta__button {
    min-width: min(100%, 200px);
    justify-content: center;
}

.service-detail__content {
    max-width: 46em;
    color: var(--header-ink);
}

.service-detail__content h2 {
    margin: 1.6em 0 0.5em;
    color: var(--header-navy);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.service-detail__content h3 {
    margin: 1.35em 0 0.4em;
    color: var(--header-navy);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-detail__content p {
    margin: 0 0 1em;
}

.service-detail__content ul,
.service-detail__content ol {
    margin: 0 0 1.15em;
    padding-left: 1.2em;
}

.service-detail__content li {
    margin: 0 0 0.4em;
}

.service-detail__content img,
.service-detail__content figure {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.25em 0;
    border-radius: 10px;
}

.service-detail__content figcaption {
    margin-top: 8px;
    color: var(--header-muted);
    font-size: 0.9rem;
}

.service-detail__why-inner {
    max-width: 46em;
}

.service-detail__why-inner .page-prose {
    margin: 0;
}

.service-detail__audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-detail__audience-item {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid var(--header-line);
    border-radius: 10px;
    background: #fff;
    color: var(--header-navy);
    font-weight: 700;
}

.service-detail__advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-detail__advantage-item {
    position: relative;
    padding: 16px 18px 16px 36px;
    border: 1px solid var(--header-line);
    border-radius: 10px;
    background: #fff;
    color: var(--header-navy);
    font-weight: 650;
    line-height: 1.45;
}

.service-detail__advantage-item::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 1.15em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--header-accent);
}

.service-detail__izmir-link {
    margin: 20px 0 0;
}

.service-detail__izmir-link .service-card__button {
    display: inline-flex;
    width: auto;
}

.service-detail__cta.cta {
    min-height: 0;
}

.service-detail__related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .service-detail__split {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }

    .service-detail__audience-grid,
    .service-detail__advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail__related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .service-detail__actions .cta__button {
        flex: 1 1 100%;
        min-height: 52px;
    }

    .service-detail__audience-grid,
    .service-detail__advantage-grid,
    .service-detail__related-grid {
        grid-template-columns: 1fr;
    }
}

.area-detail__copy {
    max-width: 46em;
}

.area-detail__copy .about__title {
    margin-bottom: 16px;
}

.area-detail__copy .page-prose {
    margin: 0 0 1em;
}

.area-detail__copy .page-prose:last-child {
    margin-bottom: 0;
}

.area-detail__cta.cta {
    min-height: 0;
}

.area-detail .page-areas__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .area-detail .page-areas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .area-detail .page-areas__grid {
        grid-template-columns: 1fr;
    }
}

.legal-doc__inner {
    max-width: 900px;
    color: var(--header-ink);
    font-size: 1.02rem;
    line-height: 1.75;
}

.legal-doc__inner h2 {
    margin: 1.75em 0 0.6em;
    color: var(--header-navy);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.legal-doc__inner h2:first-of-type {
    margin-top: 1.4em;
}

.legal-doc__inner p {
    margin: 0 0 1em;
    color: var(--header-muted);
}

.legal-doc__inner ul {
    margin: 0 0 1.15em;
    padding-left: 1.2em;
    color: var(--header-muted);
}

.legal-doc__inner li {
    margin: 0 0 0.45em;
}

.legal-doc__contact {
    list-style: none;
    margin: 0 0 1.5em;
    padding: 0;
}

.legal-doc__contact li {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 0 0 8px;
}

.legal-doc__contact-label {
    min-width: 5.5rem;
    color: var(--header-navy);
    font-weight: 600;
}

.legal-doc__contact a {
    color: var(--header-accent);
    text-decoration: none;
}

.legal-doc__contact a:hover {
    text-decoration: underline;
}

.legal-doc__updated {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid var(--header-line);
    color: var(--header-muted);
    font-size: 0.88rem;
}
