/**
 * Основни стилове за PHP сайта „Ирис Билд“.
 * Дизайнът е адаптивен и включва отделни режими за десктоп и мобилни устройства.
 */

:root {
    --navy-950: #0c1d29;
    --navy-900: #102736;
    --navy-800: #173247;
    --navy-700: #21465f;
    --orange-600: #c6532f;
    --orange-500: #dc6a3d;
    --sand-100: #f6f2eb;
    --sand-50: #fbfaf7;
    --white: #ffffff;
    --ink: #23313b;
    --muted: #66737c;
    --line: #dce3e6;
    --shadow: 0 18px 48px rgba(12, 29, 41, 0.13);
    --radius: 16px;
    --container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

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

p {
    margin-top: 0;
}

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

.topbar {
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    background: var(--navy-950);
    font-size: 14px;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar a {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(12, 29, 41, 0.1);
    backdrop-filter: blur(12px);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--navy-950);
    text-decoration: none;
}

.brand-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--orange-600);
    border-radius: 14px 14px 8px 8px;
    font-size: 27px;
    font-weight: 900;
    transform: rotate(-4deg);
}

.brand-text small,
.brand-text strong {
    display: block;
}

.brand-text small {
    margin-bottom: 2px;
    color: var(--orange-600);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.brand-text strong {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.03em;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 25px;
}

.primary-navigation a {
    position: relative;
    padding: 31px 0 28px;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.primary-navigation a::after {
    position: absolute;
    right: 0;
    bottom: 21px;
    left: 0;
    height: 3px;
    content: '';
    background: var(--orange-600);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.primary-navigation a:hover::after,
.primary-navigation a.active::after {
    transform: scaleX(1);
}

.header-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 10px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.header-phone span {
    color: var(--orange-500);
    font-size: 19px;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 44px;
    padding: 10px;
    background: var(--navy-900);
    border: 0;
    border-radius: 9px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--white);
}

.hero {
    position: relative;
    width: 100%;
    min-height: 690px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--navy-950);
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    background: url('../../images/roof-hero.jpg') center 45% / cover no-repeat;
    transform: scale(1.02);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 23, 34, 0.94) 0%, rgba(8, 23, 34, 0.79) 46%, rgba(8, 23, 34, 0.35) 100%),
        linear-gradient(0deg, rgba(8, 23, 34, 0.36), transparent 48%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-block: 105px;
    color: var(--white);
}

.hero-content h1 {
    max-width: 900px;
    margin: 17px 0 24px;
    color: var(--white);
    font-size: clamp(45px, 6.2vw, 78px);
    letter-spacing: -0.04em;
}

.hero-content > p {
    max-width: 730px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(18px, 2.1vw, 22px);
}

.kicker {
    display: inline-block;
    color: var(--orange-600);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kicker-light {
    color: #f3b79d;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 2px solid transparent;
    border-radius: 9px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: var(--white);
    background: var(--orange-600);
}

.button-primary:hover {
    background: var(--orange-500);
}

.button-secondary {
    color: var(--white);
    background: var(--navy-900);
}

.button-ghost {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.button-light {
    color: var(--navy-950);
    background: var(--white);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 28px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.hero-points li {
    position: relative;
    padding-left: 21px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 700;
}

.hero-points li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    background: var(--orange-500);
    border-radius: 50%;
}

.trust-strip {
    width: 100%;
    background: var(--sand-100);
    border-bottom: 1px solid #e9e2d8;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 30px;
    border-right: 1px solid #ddd4c8;
}

.trust-grid > div:first-child {
    border-left: 1px solid #ddd4c8;
}

.trust-grid strong {
    color: var(--navy-950);
    font-size: 22px;
}

.trust-grid span {
    color: var(--muted);
    font-size: 13px;
}

.section {
    padding: 94px 0;
}

.section-muted {
    background: var(--sand-50);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

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

.section-heading h2,
.split-content h2,
.faq-intro h2,
.content-narrow > h2,
.contact-panel h2 {
    margin: 12px 0 16px;
    font-size: clamp(32px, 4.5vw, 50px);
    letter-spacing: -0.035em;
}

.section-heading p {
    color: var(--muted);
    font-size: 18px;
}

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

.service-card {
    position: relative;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    padding: 31px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 35px rgba(12, 29, 41, 0.07);
}

.service-card-dark {
    color: rgba(255, 255, 255, 0.78);
    background: var(--navy-900);
    border-color: var(--navy-900);
}

.service-card-accent {
    color: rgba(255, 255, 255, 0.86);
    background: var(--orange-600);
    border-color: var(--orange-600);
}

.service-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: rgba(23, 50, 71, 0.18);
    font-size: 44px;
    font-weight: 900;
}

.service-card-dark .service-number,
.service-card-accent .service-number {
    color: rgba(255, 255, 255, 0.16);
}

.service-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 56px;
    color: var(--white);
    background: var(--orange-600);
    border-radius: 12px;
    font-size: 28px;
}

.service-card-dark .service-icon {
    color: var(--navy-950);
    background: var(--white);
}

.service-card-accent .service-icon {
    color: var(--orange-600);
    background: var(--white);
}

.service-card h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.service-card-dark h3,
.service-card-accent h3 {
    color: var(--white);
}

.service-card p {
    color: var(--muted);
}

.service-card-dark p,
.service-card-accent p {
    color: inherit;
}

.service-card a {
    margin-top: auto;
    color: var(--orange-600);
    font-weight: 900;
    text-decoration: none;
}

.service-card-dark a,
.service-card-accent a {
    color: var(--white);
}

.split-layout {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 70px;
}

.split-image {
    position: relative;
}

.split-image img {
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 2px 80px 2px 2px;
    box-shadow: var(--shadow);
}

.image-label {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    padding: 15px 18px;
    color: var(--white);
    background: rgba(12, 29, 41, 0.9);
    border-left: 4px solid var(--orange-500);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.split-content > p {
    color: var(--muted);
    font-size: 17px;
}

.check-list {
    margin: 25px 0 31px;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    margin: 11px 0;
    padding-left: 31px;
    font-weight: 700;
}

.check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--orange-600);
    content: '✓';
    font-size: 19px;
    font-weight: 900;
}

.text-link {
    color: var(--navy-900);
    font-weight: 900;
    text-decoration-color: var(--orange-600);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.warning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
}

.warning-grid article {
    min-height: 260px;
    padding: 32px;
    background: var(--white);
}

.warning-grid span {
    color: var(--orange-600);
    font-size: 13px;
    font-weight: 900;
}

.warning-grid h3 {
    margin: 55px 0 12px;
    font-size: 23px;
}

.warning-grid p {
    margin-bottom: 0;
    color: var(--muted);
}

.process-section {
    width: 100%;
    color: rgba(255, 255, 255, 0.78);
    background: var(--navy-950);
}

.section-heading-light h2 {
    color: var(--white);
}

.section-heading-light p {
    color: rgba(255, 255, 255, 0.68);
}

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

.process-grid article {
    min-height: 245px;
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
}

.process-grid strong {
    color: var(--orange-500);
    font-size: 14px;
}

.process-grid h3 {
    margin: 70px 0 10px;
    color: var(--white);
    font-size: 24px;
}

.process-grid p {
    margin-bottom: 0;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
}

.area-list span {
    padding: 10px 17px;
    color: var(--navy-900);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: 75px;
}

.faq-intro p {
    margin-bottom: 28px;
    color: var(--muted);
}

.faq-list details,
.faq-page-list details {
    margin-bottom: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 11px;
}

.faq-list summary,
.faq-page-list summary {
    position: relative;
    padding: 21px 56px 21px 22px;
    color: var(--navy-950);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.faq-list summary::-webkit-details-marker,
.faq-page-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after,
.faq-page-list summary::after {
    position: absolute;
    top: 17px;
    right: 20px;
    color: var(--orange-600);
    content: '+';
    font-size: 25px;
}

.faq-list details[open] summary::after,
.faq-page-list details[open] summary::after {
    content: '−';
}

.faq-list details p,
.faq-page-list details p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--muted);
}

.page-hero {
    position: relative;
    width: 100%;
    padding: 105px 0;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(12, 29, 41, 0.97), rgba(23, 50, 71, 0.89)),
        url('../../images/roof-hero.jpg') center / cover no-repeat;
}

.page-hero::after {
    position: absolute;
    right: -80px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    content: '';
    border: 80px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-hero h1 {
    max-width: 930px;
    margin: 13px auto 15px;
    color: var(--white);
    font-size: clamp(39px, 5.5vw, 66px);
    letter-spacing: -0.04em;
}

.page-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 19px;
}

.page-hero-small {
    padding: 75px 0;
}

.service-list {
    display: grid;
    gap: 80px;
}

.service-detail {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 60px;
}

.service-detail-reverse img {
    order: 2;
}

.service-detail img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.service-detail h2 {
    margin: 11px 0 15px;
    font-size: clamp(30px, 4vw, 45px);
}

.service-detail p {
    color: var(--muted);
    font-size: 17px;
}

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

.gallery-item {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.035);
}

.gallery-item figcaption {
    padding: 24px;
}

.gallery-item h2 {
    margin-bottom: 8px;
    font-size: 23px;
}

.gallery-item p,
.gallery-note {
    margin-bottom: 0;
    color: var(--muted);
}

.gallery-note {
    margin-top: 30px;
    padding: 17px 20px;
    background: var(--white);
    border-left: 4px solid var(--orange-600);
    font-size: 14px;
}

.content-narrow,
.legal-content {
    max-width: 900px;
}

.content-narrow > p,
.legal-content p {
    color: var(--muted);
    font-size: 17px;
}

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

.values-grid article {
    padding: 28px;
    background: var(--sand-50);
    border-top: 4px solid var(--orange-600);
}

.values-grid strong {
    color: var(--orange-600);
    font-size: 13px;
}

.values-grid h3 {
    margin: 38px 0 10px;
}

.values-grid p {
    margin-bottom: 0;
    color: var(--muted);
}

.faq-page-list {
    max-width: 920px;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
}

.contact-panel {
    padding: 42px;
    color: rgba(255, 255, 255, 0.75);
    background: var(--navy-900);
    border-radius: var(--radius);
}

.contact-panel h2 {
    color: var(--white);
}

.contact-phone {
    display: inline-block;
    margin: 18px 0 28px;
    color: #f3b79d;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    text-decoration: none;
}

.contact-details {
    margin: 0;
}

.contact-details > div {
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details dt {
    color: var(--white);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-details dd {
    margin: 4px 0 0;
}

.map-wrap,
.map-wrap iframe {
    min-height: 600px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: var(--radius);
}

.legal-content h2 {
    margin: 40px 0 10px;
    font-size: 27px;
}

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

.footer-cta {
    width: 100%;
    padding: 58px 0;
    color: rgba(255, 255, 255, 0.82);
    background: var(--orange-600);
}

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.footer-cta h2 {
    margin: 8px 0 9px;
    color: var(--white);
    font-size: clamp(29px, 4vw, 43px);
}

.footer-cta p {
    margin-bottom: 0;
}

.site-footer {
    width: 100%;
    padding: 70px 0 22px;
    color: rgba(255, 255, 255, 0.66);
    background: var(--navy-950);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr 1fr 0.85fr;
    gap: 50px;
}

.brand-footer {
    color: var(--white);
}

.footer-about p {
    max-width: 360px;
    margin: 25px 0 0;
}

.site-footer h3 {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 17px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin: 8px 0;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--white);
}

.footer-phone {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: 21px;
    font-weight: 900;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 50px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

.floating-call {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 200;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--orange-600);
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(12, 29, 41, 0.35);
    font-size: 27px;
    text-decoration: none;
    animation: call-pulse 2.2s infinite;
}

@keyframes call-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(198, 83, 47, 0.42), 0 12px 30px rgba(12, 29, 41, 0.35);
    }
    55% {
        box-shadow: 0 0 0 14px rgba(198, 83, 47, 0), 0 12px 30px rgba(12, 29, 41, 0.35);
    }
}

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

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

    .service-card {
        min-height: 350px;
    }

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

    .footer-grid > div:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .primary-navigation {
        position: fixed;
        top: 124px;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 24px 20px 40px;
        overflow-y: auto;
        background: var(--white);
        transform: translateX(100%);
        transition: transform 0.25s ease;
    }

    .primary-navigation.is-open {
        transform: translateX(0);
    }

    .primary-navigation a {
        padding: 16px 8px;
        border-bottom: 1px solid var(--line);
        font-size: 18px;
    }

    .primary-navigation a::after {
        display: none;
    }

    .hero {
        min-height: 650px;
    }

    .hero-overlay {
        background: rgba(8, 23, 34, 0.79);
    }

    .hero-content {
        text-align: center;
    }

    .hero-content > p {
        margin-inline: auto;
    }

    .hero-actions,
    .hero-points {
        justify-content: center;
    }

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

    .split-layout,
    .faq-layout,
    .service-detail,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .service-detail-reverse img {
        order: 0;
    }

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

    .footer-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .topbar-inner {
        min-height: 42px;
        justify-content: center;
        text-align: center;
    }

    .topbar-inner span {
        display: none;
    }

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

    .primary-navigation {
        top: 116px;
    }

    .brand-icon {
        width: 41px;
        height: 41px;
        font-size: 23px;
    }

    .brand-text strong {
        font-size: 20px;
    }

    .hero {
        min-height: 610px;
    }

    .hero-content {
        padding-block: 75px;
    }

    .hero-content h1 {
        font-size: 43px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-points {
        display: grid;
        justify-content: start;
        text-align: left;
    }

    .trust-grid,
    .services-grid,
    .warning-grid,
    .process-grid,
    .gallery-grid,
    .values-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid > div,
    .trust-grid > div:first-child {
        min-height: 92px;
        border-right: 1px solid #ddd4c8;
        border-bottom: 1px solid #ddd4c8;
        border-left: 1px solid #ddd4c8;
    }

    .section {
        padding: 68px 0;
    }

    .service-card {
        min-height: auto;
    }

    .service-icon {
        margin-bottom: 42px;
    }

    .split-image img {
        min-height: 350px;
        border-radius: 2px 45px 2px 2px;
    }

    .warning-grid article,
    .process-grid article {
        min-height: 215px;
    }

    .page-hero {
        padding: 78px 0;
    }

    .service-list {
        gap: 60px;
    }

    .service-detail img,
    .gallery-item img {
        height: 270px;
    }

    .contact-panel {
        padding: 29px 23px;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 430px;
    }

    .footer-cta {
        text-align: center;
    }

    .footer-cta-inner {
        align-items: center;
    }

    .footer-grid {
        gap: 34px;
    }

    .footer-grid > div:last-child {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .floating-call {
        right: 15px;
        bottom: 15px;
        width: 58px;
        height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
