:root {
    --eas-blue-900: #0b2538;
    --eas-blue-800: #113a59;
    --eas-blue-700: #155078;
    --eas-blue-100: #e9f4fb;
    --eas-green: #16a36a;
    --eas-orange: #f39b26;
    --eas-text: #17212b;
    --eas-muted: #5d6b78;
    --eas-border: #dce7ef;
    --eas-bg: #f5f8fb;
    --eas-white: #ffffff;
    --eas-shadow: 0 22px 60px rgba(10, 37, 56, .12);
    --eas-radius: 22px;
    --eas-radius-sm: 14px;
    --eas-container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--eas-text);
    background: var(--eas-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--eas-blue-700);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--eas-blue-900);
}

p {
    margin: 0 0 1.1rem;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 1rem;
    color: var(--eas-blue-900);
    line-height: 1.16;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(2.25rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

h3 {
    font-size: 1.35rem;
}

ul,
ol {
    margin-top: 0;
    padding-left: 1.3rem;
}

.container {
    width: min(100% - 32px, var(--eas-container));
    margin-inline: auto;
}

.narrow {
    --eas-container: 860px;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    top: 12px;
    left: 12px;
    z-index: 9999;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 14px;
    clip: auto;
    background: var(--eas-white);
    border-radius: 10px;
    box-shadow: var(--eas-shadow);
}

.topbar {
    background: var(--eas-blue-900);
    color: rgba(255, 255, 255, .9);
    font-size: .92rem;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

.topbar-address {
    color: rgba(255, 255, 255, .72);
    text-align: right;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(11, 37, 56, .08);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 84px;
}

.site-branding {
    flex: 0 0 auto;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--eas-blue-900);
}

.brand-mark {
    width: 44px;
    height: 44px;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo-link img {
    display: block;
    width: auto;
    max-height: 48px;
}

.brand-text {
    display: grid;
    gap: 0;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.brand-text small {
    color: var(--eas-muted);
    font-weight: 600;
}

.main-navigation {
    flex: 1 1 auto;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    display: block;
    padding: 12px 12px;
    color: var(--eas-blue-900);
    font-weight: 700;
    font-size: .95rem;
    border-radius: 999px;
}

.main-navigation a:hover,
.main-navigation a:focus {
    background: var(--eas-blue-100);
}

.header-actions {
    flex: 0 0 auto;
}

.header-phone {
    display: grid;
    gap: 0;
    padding: 10px 15px;
    color: var(--eas-white);
    background: var(--eas-blue-800);
    border-radius: 16px;
    box-shadow: 0 14px 24px rgba(17, 58, 89, .18);
}

.header-phone span {
    font-size: .75rem;
    opacity: .8;
}

.header-phone strong {
    font-size: 1rem;
    white-space: nowrap;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid var(--eas-border);
    background: var(--eas-white);
    border-radius: 14px;
    padding: 10px 12px;
    font-weight: 800;
    color: var(--eas-blue-900);
}

.menu-toggle i {
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-left: 8px;
    vertical-align: middle;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(22, 163, 106, .15), transparent 32%),
        radial-gradient(circle at 78% 10%, rgba(21, 80, 120, .18), transparent 28%),
        linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
    padding: 74px 0 50px;
}

.hero-grid,
.split-grid,
.contact-grid,
.service-content-grid,
.service-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 52px;
    align-items: center;
}

.hero-content p {
    max-width: 680px;
    color: var(--eas-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.26rem);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--eas-blue-700);
    font-weight: 850;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--eas-orange);
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-primary {
    color: var(--eas-white);
    background: var(--eas-blue-800);
    box-shadow: 0 16px 32px rgba(17, 58, 89, .2);
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--eas-white);
    background: var(--eas-blue-900);
}

.btn-whatsapp {
    color: var(--eas-white);
    background: var(--eas-green);
    box-shadow: 0 16px 32px rgba(22, 163, 106, .22);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: var(--eas-white);
    background: #128856;
}

.btn-outline {
    color: var(--eas-blue-900);
    background: var(--eas-white);
    border-color: var(--eas-border);
}

.btn-outline:hover,
.btn-outline:focus {
    color: var(--eas-blue-900);
    background: var(--eas-blue-100);
}

.btn[aria-disabled="true"] {
    opacity: .72;
    pointer-events: none;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.hero-points span,
.area-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--eas-blue-900);
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: 999px;
    font-weight: 750;
    font-size: .92rem;
}

.hero-points span::before,
.area-tags span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--eas-green);
}

.hero-media {
    position: relative;
    padding: 22px;
}

.hero-media::before,
.visual-card::before,
.map-card::before,
.contact-visual-card::before {
    content: "";
    position: absolute;
    inset: 10% 0 0 10%;
    border-radius: 38px;
    background: linear-gradient(135deg, rgba(21, 80, 120, .12), rgba(22, 163, 106, .12));
    transform: rotate(-4deg);
}

.hero-media img,
.visual-card img,
.map-card img,
.contact-visual-card img {
    position: relative;
    display: block;
    width: 100%;
    filter: drop-shadow(0 24px 40px rgba(10, 37, 56, .14));
}

.section {
    padding: 78px 0;
}

.section-muted {
    background: var(--eas-bg);
}

.section-head {
    max-width: 760px;
    margin-bottom: 32px;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.section-head p {
    color: var(--eas-muted);
    font-size: 1.08rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card a {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100%;
    padding: 24px;
    color: var(--eas-text);
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius);
    box-shadow: 0 10px 30px rgba(10, 37, 56, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-card a:hover,
.service-card a:focus {
    transform: translateY(-4px);
    border-color: rgba(21, 80, 120, .3);
    box-shadow: var(--eas-shadow);
}

.service-icon {
    display: inline-grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    background: var(--eas-blue-100);
    border-radius: 22px;
}

.service-icon img {
    width: 58px;
    height: 58px;
}

.service-card-title {
    margin-bottom: 8px;
    color: var(--eas-blue-900);
    font-weight: 900;
    font-size: 1.15rem;
    line-height: 1.25;
}

.service-card-text {
    color: var(--eas-muted);
    font-size: .96rem;
}

.service-card-more {
    margin-top: 18px;
    color: var(--eas-blue-700);
    font-weight: 850;
}

.visual-card,
.map-card,
.contact-visual-card {
    position: relative;
    padding: 28px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius);
    box-shadow: var(--eas-shadow);
    overflow: hidden;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 34px;
    color: var(--eas-text);
    font-weight: 700;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--eas-white);
    background: var(--eas-green);
    border-radius: 999px;
    font-size: .82rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.process-card {
    padding: 24px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius);
    box-shadow: 0 10px 28px rgba(10, 37, 56, .05);
}

.process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    color: var(--eas-white);
    background: var(--eas-blue-800);
    border-radius: 14px;
    font-weight: 900;
}

.process-card p {
    margin: 0;
    color: var(--eas-blue-900);
    font-weight: 750;
}

.area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.reverse {
    grid-template-columns: .9fr 1.1fr;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(10, 37, 56, .04);
    overflow: hidden;
}

.faq-item summary {
    cursor: pointer;
    padding: 18px 22px;
    color: var(--eas-blue-900);
    font-weight: 900;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    float: right;
    color: var(--eas-blue-700);
    font-size: 1.3rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--eas-muted);
}

.contact-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    color: var(--eas-white);
    background: linear-gradient(135deg, var(--eas-blue-900), var(--eas-blue-700));
    border-radius: 30px;
    box-shadow: var(--eas-shadow);
}

.contact-cta-box h2,
.contact-cta-box p,
.contact-cta-box .eyebrow {
    color: var(--eas-white);
}

.contact-cta-box .eyebrow::before {
    background: var(--eas-orange);
}

.contact-cta-box p {
    opacity: .86;
}

.contact-cta-box .btn-outline {
    border-color: rgba(255, 255, 255, .3);
}

.site-footer {
    background: var(--eas-blue-900);
    color: rgba(255, 255, 255, .76);
    padding-bottom: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr 1.1fr;
    gap: 36px;
    padding: 62px 0 44px;
}

.footer-col h2,
.footer-col h3 {
    color: var(--eas-white);
}

.footer-col ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col a {
    color: rgba(255, 255, 255, .82);
}

.footer-col a:hover,
.footer-col a:focus {
    color: var(--eas-white);
}

.footer-brand img {
    margin-bottom: 14px;
}

.footer-cta {
    margin-top: 16px;
}

.footer-cta .btn {
    min-height: 42px;
    padding: 9px 14px;
    font-size: .9rem;
    text-decoration: none;
}

.site-footer .btn-primary,
.site-footer .btn-whatsapp {
    color: var(--eas-white);
}

.site-footer .btn-outline {
    color: var(--eas-blue-900);
    background: var(--eas-white);
    border-color: rgba(255, 255, 255, .35);
}

.site-footer .btn-outline:hover,
.site-footer .btn-outline:focus {
    color: var(--eas-blue-900);
    background: var(--eas-blue-100);
}

.address-block {
    color: inherit;
    font-style: normal;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    font-size: .92rem;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--eas-muted);
    font-size: .92rem;
}

.breadcrumbs a {
    color: var(--eas-blue-700);
    font-weight: 700;
}

.content-layout {
    max-width: 920px;
}

.content-card,
.post-card {
    padding: clamp(24px, 4vw, 42px);
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius);
    box-shadow: 0 12px 36px rgba(10, 37, 56, .06);
}

.content-card + .content-card,
.post-card + .post-card {
    margin-top: 18px;
}

.page-header {
    margin-bottom: 22px;
}

.entry-content h2 {
    margin-top: 1.7em;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.entry-content h2:first-child {
    margin-top: 0;
}

.entry-content a {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
    display: grid;
    gap: 8px;
}

.center {
    text-align: center;
}

.service-hero {
    padding: 52px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(22, 163, 106, .12), transparent 28%),
        linear-gradient(180deg, #f7fbfe, var(--eas-white));
    border-bottom: 1px solid var(--eas-border);
}

.service-hero-grid {
    grid-template-columns: 1fr 240px;
}

.service-hero h1 {
    max-width: 860px;
}

.service-hero p {
    max-width: 760px;
    color: var(--eas-muted);
    font-size: 1.1rem;
}

.service-hero-icon {
    display: grid;
    place-items: center;
    width: 220px;
    height: 220px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: 38px;
    box-shadow: var(--eas-shadow);
}

.service-hero-icon img {
    width: 150px;
    height: 150px;
}

.service-content-grid {
    grid-template-columns: 1fr 340px;
    align-items: start;
}

.service-sidebar {
    display: grid;
    gap: 18px;
}

.sidebar-card {
    padding: 24px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius);
    box-shadow: 0 12px 36px rgba(10, 37, 56, .06);
}

.sticky-card {
    position: sticky;
    top: 116px;
}

.sidebar-cta {
    display: grid;
}

.sidebar-service-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-service-list a {
    display: block;
    padding: 10px 12px;
    color: var(--eas-blue-900);
    background: var(--eas-bg);
    border-radius: 12px;
    font-weight: 800;
}

.page-services-grid {
    margin-top: 24px;
}

.contact-grid {
    align-items: stretch;
}

.contact-visual-card {
    display: grid;
    align-content: center;
    gap: 18px;
}

.mini-map-link {
    position: relative;
    padding: 18px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid var(--eas-border);
    border-radius: 18px;
}

.large-tags span {
    font-size: 1rem;
    padding: 10px 14px;
}

.page-map-card {
    display: grid;
    align-self: start;
    align-content: start;
    gap: 18px;
}

.areas-page-grid {
    align-items: start;
}

.areas-page-grid .page-map-card {
    align-self: start;
    align-content: start;
}

.mobile-contact-bar {
    display: none;
}

.posts-list {
    display: grid;
    gap: 18px;
}

.post-title a,
.post-card h2 a {
    color: var(--eas-blue-900);
}

.pagination,
.nav-links {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.page-numbers {
    display: inline-flex;
    min-width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: 10px;
    font-weight: 800;
}

.page-numbers.current {
    color: var(--eas-white);
    background: var(--eas-blue-800);
}

@media (max-width: 1080px) {
    .header-actions {
        display: none;
    }

    .main-navigation a {
        padding-inline: 9px;
    }

    .services-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 860px) {
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom));
    }

    .topbar {
        display: none;
    }

    .header-inner {
        min-height: 72px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
    }

    .main-navigation {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        padding: 12px;
        background: var(--eas-white);
        border: 1px solid var(--eas-border);
        border-radius: 20px;
        box-shadow: var(--eas-shadow);
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation ul {
        display: grid;
        gap: 4px;
        justify-content: stretch;
    }

    .main-navigation a {
        border-radius: 12px;
    }

    .hero-section {
        padding: 42px 0 28px;
    }

    .hero-grid,
    .split-grid,
    .reverse,
    .contact-grid,
    .service-content-grid,
    .service-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-hero-grid {
        text-align: left;
    }

    .service-hero-icon {
        width: 160px;
        height: 160px;
    }

    .service-hero-icon img {
        width: 106px;
        height: 106px;
    }

    .section {
        padding: 52px 0;
    }

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

    .contact-cta-box {
        display: grid;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }

    .footer-bottom .container {
        display: grid;
    }

    .mobile-contact-bar {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: env(safe-area-inset-bottom);
        background: var(--eas-white);
        border-top: 1px solid var(--eas-border);
        box-shadow: 0 -12px 30px rgba(10, 37, 56, .12);
    }

    .mobile-contact-bar a {
        display: grid;
        place-items: center;
        min-height: 58px;
        color: var(--eas-blue-900);
        font-weight: 900;
        border-right: 1px solid var(--eas-border);
    }

    .mobile-contact-bar a:nth-child(2) {
        color: var(--eas-white);
        background: var(--eas-green);
    }

    .mobile-contact-bar a:last-child {
        border-right: 0;
    }
}

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

@media (max-width: 540px) {
    .container {
        width: min(100% - 24px, var(--eas-container));
    }

    .brand-text strong {
        font-size: 1.05rem;
    }

    .brand-text small {
        font-size: .78rem;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .custom-logo-link img {
        max-height: 40px;
    }

    .cta-row {
        display: grid;
    }

    .btn {
        width: 100%;
    }

    .hero-points span,
    .area-tags span {
        width: 100%;
        justify-content: flex-start;
    }

    .service-card a,
    .process-card,
    .content-card,
    .post-card,
    .sidebar-card,
    .contact-cta-box {
        border-radius: 18px;
    }
}


.service-note {
    margin: 22px 0;
    padding: 16px 18px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--muted);
    line-height: 1.65;
}

.service-note strong {
    color: var(--heading);
}


/* Tüm sayfalarda ortak hizmet alanı ibaresi */
.service-area-statement {
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 14px;
    background: rgba(232, 243, 255, 0.78);
    color: var(--eas-blue-900);
    font-weight: 800;
    line-height: 1.55;
}

.hero-service-area {
    max-width: 720px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.72);
}

.section-service-area,
.page-service-area,
.service-hero-area {
    margin-bottom: 16px;
}

.sidebar-service-area,
.footer-service-area {
    font-size: .94rem;
    font-weight: 750;
}

.footer-service-area {
    margin-top: 14px;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .88);
}

.index-service-area-card {
    margin-bottom: 24px;
}


/* Aksaray köy hizmeti görünümü */
.area-more-link {
    margin-top: 18px;
}

.village-service-note {
    margin-top: 28px;
    padding: 22px;
    background: var(--eas-blue-100);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius-sm);
}

.village-service-note h2 {
    margin-top: 0;
}

.village-service-main .content-card + .section-inner {
    margin-top: 42px;
}

.village-info-grid,
.rural-area-grid {
    display: grid;
    gap: 18px;
}

.village-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.rural-area-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rural-area-card {
    padding: 22px;
    background: var(--eas-white);
    border: 1px solid var(--eas-border);
    border-radius: var(--eas-radius-sm);
    box-shadow: 0 8px 24px rgba(10, 37, 56, .05);
}

.rural-area-card h3 {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.rural-area-card p,
.village-callout p {
    color: var(--eas-muted);
}

.route-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 22px;
}

.route-steps li {
    padding-left: 6px;
    color: var(--eas-blue-900);
    font-weight: 750;
}

.village-areas-section {
    margin-top: 42px;
}

@media (max-width: 980px) {
    .rural-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .village-info-grid,
    .rural-area-grid {
        grid-template-columns: 1fr;
    }
}


/* Photo placement update v1.0.9 */
.hero-media img,
.visual-card img,
.map-card img,
.contact-visual-card img {
    border-radius: 28px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.service-card a {
    overflow: hidden;
}
.service-icon {
    display: block;
    width: calc(100% + 48px);
    height: 200px;
    margin: -24px -24px 18px;
    background: transparent;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-hero-icon {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    justify-self: center;
}
.service-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .service-icon {
        height: 180px;
    }
}
