:root {
    --bg: #f4efe4;
    --bg-soft: #fffaf2;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: #ffffff;
    --text: #17332b;
    --muted: #5e6f68;
    --line: rgba(23, 51, 43, 0.12);
    --line-strong: rgba(23, 51, 43, 0.2);
    --primary: #17332b;
    --secondary: #c96b38;
    --accent: #f6d48f;
    --shadow: 0 20px 60px rgba(23, 51, 43, 0.12);
    --radius: 28px;
    --radius-sm: 18px;
    --shell: min(1460px, calc(100vw - 40px));
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(246, 212, 143, 0.35), transparent 30%),
        radial-gradient(circle at 85% 8%, rgba(201, 107, 56, 0.14), transparent 25%),
        linear-gradient(180deg, #fbf7ef 0%, #f4efe4 100%);
    line-height: 1.7;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    cursor: pointer;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--secondary);
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.12;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.4rem, 4vw, 5rem);
}

h2 {
    font-size: clamp(1.9rem, 2.4vw, 3rem);
}

h3 {
    font-size: clamp(1.35rem, 1.9vw, 1.9rem);
}

p {
    margin: 0 0 16px;
    color: var(--muted);
}

ul {
    margin: 0;
    padding-left: 18px;
}

.section {
    padding: 96px 0;
}

.section-alt {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
        radial-gradient(circle at bottom right, rgba(246, 212, 143, 0.4), transparent 25%);
    border-top: 1px solid rgba(23, 51, 43, 0.06);
    border-bottom: 1px solid rgba(23, 51, 43, 0.06);
}

.section-heading {
    max-width: 860px;
    margin-bottom: 34px;
}

.section-heading p:last-child {
    margin-bottom: 0;
}

.button,
.text-link,
.filter-chip,
.hero-dot,
.chatbot-toggle,
.chatbot-suggestions button,
.back-to-top,
.menu-toggle,
.lightbox-close {
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.button:hover,
.text-link:hover,
.filter-chip:hover,
.chatbot-suggestions button:hover,
.menu-toggle:hover,
.lightbox-close:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--secondary), #d68450);
    box-shadow: 0 18px 40px rgba(201, 107, 56, 0.22);
}

.button-outline {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(23, 51, 43, 0.16);
}

.button-outline-light {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary);
    font-weight: 800;
}

.icon-link,
.icon-text,
.title-with-icon,
.contact-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.inline-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.title-with-icon .inline-icon {
    color: var(--secondary);
}

.contact-inline {
    margin: 0 0 10px;
}

.text-link::after {
    content: "→";
}

.topbar {
    background: #122720;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

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

.topbar-inner p {
    margin: 0;
    color: inherit;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.topbar-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    backdrop-filter: blur(18px);
    background: rgba(251, 247, 239, 0.85);
    border-bottom: 1px solid rgba(23, 51, 43, 0.08);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}

.brand img {
    width: 54px;
    height: 54px;
}

.brand strong,
.brand em {
    display: block;
}

.brand strong {
    font-size: 1rem;
    font-weight: 800;
    color: var(--primary);
}

.brand em {
    font-size: 0.9rem;
    font-style: normal;
    color: var(--muted);
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 10px;
}

.nav-link {
    padding: 12px 16px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 700;
}

.nav-link.is-active,
.nav-link:hover {
    background: rgba(23, 51, 43, 0.08);
    color: var(--primary);
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-toggle {
    display: none;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.75);
    color: var(--primary);
    font-weight: 800;
}

.mobile-menu {
    display: none;
    border-top: 1px solid rgba(23, 51, 43, 0.08);
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu-inner {
    display: grid;
    gap: 10px;
    padding: 20px 0 26px;
}

.mobile-menu .nav-link {
    padding: 14px 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(23, 51, 43, 0.08);
}

.hero-slider {
    position: relative;
    overflow: clip;
    min-height: min(88vh, 860px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide img,
.page-hero-service > img,
.article-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay,
.page-hero-service .overlay,
.article-hero .overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 24, 20, 0.88) 0%, rgba(11, 24, 20, 0.55) 55%, rgba(11, 24, 20, 0.35) 100%),
        linear-gradient(180deg, rgba(246, 212, 143, 0.1), transparent);
}

.hero-content,
.page-hero-service .shell,
.article-hero .shell {
    position: relative;
    z-index: 2;
    min-height: min(88vh, 860px);
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 120px 0 110px;
    color: #fff;
}

.hero-content p,
.page-hero-service p,
.article-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 4;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-dot {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.hero-dot.is-active {
    background: var(--accent);
    transform: scale(1.12);
}

.stats-strip {
    margin-top: -54px;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.stat-card,
.service-card,
.blog-card,
.testimonial-card,
.gallery-card,
.area-card,
.contact-card,
.side-panel,
.faq-item,
.article-toc,
.check-grid article,
.process-grid article,
.cta-band,
.split-intro .image-stack img,
.map-wrap,
.lead-form,
.content-block {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 51, 43, 0.08);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.stat-card {
    border-radius: 24px;
    padding: 24px 24px 22px;
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 214px;
}

.stat-card-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(23, 51, 43, 0.1), rgba(201, 107, 56, 0.18));
    color: var(--primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.stat-card-icon .inline-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.stat-card h3 {
    margin: 0;
    font-size: clamp(1.12rem, 1.45vw, 1.4rem);
    line-height: 1.25;
    color: var(--primary);
}

.stat-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.7;
}

.split-intro {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
    align-items: start;
}

.image-stack {
    position: relative;
    min-height: 540px;
}

.image-stack img {
    position: absolute;
    width: min(460px, 100%);
    border-radius: var(--radius);
    object-fit: cover;
}

.image-stack img:first-child {
    left: 0;
    top: 0;
    height: 380px;
}

.image-stack img:last-child {
    right: 0;
    bottom: 0;
    height: 300px;
    width: min(360px, 85%);
}

.check-grid,
.process-grid,
.service-grid,
.blog-grid,
.gallery-grid,
.testimonial-grid,
.area-grid,
.contact-grid {
    display: grid;
    gap: 14px;
}

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

.check-grid article,
.process-grid article {
    border-radius: 24px;
    padding: 24px;
}

.check-grid strong,
.process-grid h3 {
    display: block;
    margin-bottom: 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.6rem;
    color: var(--primary);
}

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

.process-grid article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #fff3d2);
    color: var(--primary);
    font-weight: 800;
}

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

.service-card {
    border-radius: 28px;
    overflow: hidden;
}

.service-card img,
.blog-card img,
.gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-card-body,
.blog-card-body,
.contact-card,
.testimonial-card,
.side-panel,
.article-toc,
.lead-form {
    padding: 22px;
}

.service-card-body p:last-child,
.blog-card-body p:last-child {
    margin-bottom: 0;
}

.mini-list,
.detail-list {
    display: grid;
    gap: 12px;
    color: var(--muted);
}

.mini-list {
    margin: 18px 0 0;
    padding-left: 18px;
}

.detail-list {
    list-style: none;
    padding: 0;
}

.detail-list li,
.faq-item p,
.lead-form label {
    color: var(--muted);
}

.detail-list li {
    position: relative;
    padding-left: 22px;
}

.detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondary);
}

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

.gallery-grid-compact .gallery-card img {
    height: 260px;
}

.gallery-card {
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-card figcaption {
    padding: 18px 18px 22px;
}

.gallery-card span,
.meta-line,
.article-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--secondary);
}

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

.blog-card {
    border-radius: 28px;
    overflow: hidden;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
    color: var(--muted);
    font-weight: 700;
}

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

.testimonial-card {
    border-radius: 28px;
}

.quote {
    margin-bottom: 18px;
    color: var(--primary);
    font-weight: 600;
}

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

.area-card {
    border-radius: 26px;
    padding: 28px;
}

.area-card-large {
    min-height: 220px;
}

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

.contact-card {
    border-radius: 28px;
}

.contact-card a {
    color: var(--secondary);
    font-weight: 800;
}

.contact-inline a {
    color: var(--secondary);
    font-weight: 800;
}

.faq-grid {
    display: grid;
    gap: 16px;
}

.faq-item {
    border-radius: 22px;
    padding: 20px 24px;
}

.faq-item summary {
    list-style: none;
    font-weight: 800;
    color: var(--primary);
    cursor: pointer;
}

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

.faq-item[open] {
    background: #fffdf8;
}

.section-actions {
    margin-top: 28px;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 34px;
    margin-bottom: 96px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(23, 51, 43, 0.92), rgba(18, 39, 32, 0.94)),
        radial-gradient(circle at top right, rgba(246, 212, 143, 0.2), transparent 40%);
}

.cta-band h2,
.cta-band p,
.cta-band .eyebrow {
    color: #fff;
}

.cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.page-hero-inner {
    padding: 104px 0 72px;
    background:
        radial-gradient(circle at top right, rgba(246, 212, 143, 0.45), transparent 25%),
        linear-gradient(180deg, rgba(23, 51, 43, 0.95), rgba(18, 39, 32, 0.92));
    color: #fff;
}

.page-hero-about {
    background:
        linear-gradient(90deg, rgba(9, 20, 16, 0.9) 0%, rgba(11, 24, 20, 0.82) 45%, rgba(11, 24, 20, 0.68) 100%),
        linear-gradient(180deg, rgba(23, 51, 43, 0.3), rgba(18, 39, 32, 0.72)),
        url("/assets/img/site/gallery-outdoor.png") center 38% / cover no-repeat;
}

.page-hero-inner p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.8);
}

.page-hero-service,
.article-hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
}

.page-hero-service .shell,
.article-hero .shell {
    min-height: 540px;
    padding-top: 110px;
    padding-bottom: 90px;
}

.breadcrumbs {
    padding: 18px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.breadcrumbs a:hover {
    color: var(--secondary);
}

.content-columns,
.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 20px;
    align-items: start;
}

.content-block {
    border-radius: 28px;
    padding: 30px;
}

.content-block + .content-block {
    margin-top: 20px;
}

.article-page .section {
    padding-top: 72px;
}

.article-layout {
    padding-top: 56px;
}

.article-main {
    display: grid;
    gap: 16px;
}

.article-intro {
    font-size: 1.15rem;
    color: var(--primary);
}

.article-section {
    padding: 28px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(23, 51, 43, 0.08);
    box-shadow: var(--shadow);
}

.article-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 120px;
}

.article-toc {
    border-radius: 28px;
}

.article-toc ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
}

.article-toc a:hover {
    color: var(--secondary);
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.filter-chip {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.72);
    color: var(--primary);
    font-weight: 800;
}

.filter-chip.is-active {
    background: var(--primary);
    color: #fff;
}

.lead-form {
    border-radius: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lead-form label {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.chatbot-form input {
    width: 100%;
    border: 1px solid rgba(23, 51, 43, 0.16);
    border-radius: 18px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary);
}

.lead-form textarea {
    resize: vertical;
}

.map-wrap {
    overflow: hidden;
    border-radius: 24px;
    min-height: 320px;
}

.map-wrap iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
}

.site-footer {
    padding-top: 72px;
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(circle at top left, rgba(246, 212, 143, 0.18), transparent 20%),
        linear-gradient(180deg, #11251f 0%, #0c1b16 100%);
}

.site-footer p,
.site-footer h2,
.site-footer h3,
.site-footer a {
    color: inherit;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 32px;
}

.footer-grid ul {
    display: grid;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--accent);
}

.footer-bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.whatsapp-float,
.back-to-top {
    position: fixed;
    right: 18px;
    z-index: 80;
    border-radius: 999px;
    border: 0;
    box-shadow: 0 18px 40px rgba(23, 51, 43, 0.22);
}

.whatsapp-float {
    bottom: 18px;
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-weight: 800;
}

.back-to-top {
    bottom: 84px;
    min-height: 46px;
    padding: 0 18px;
    background: var(--primary);
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
}

.chatbot {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 81;
    width: min(380px, calc(100vw - 36px));
}

.chatbot-toggle {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), #245247);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 20px 44px rgba(23, 51, 43, 0.24);
}

.chatbot-panel {
    margin-top: 12px;
    border-radius: 28px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 51, 43, 0.1);
    box-shadow: var(--shadow);
}

.chatbot-head {
    margin-bottom: 14px;
}

.chatbot-head strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary);
}

.chatbot-messages {
    display: grid;
    gap: 10px;
    max-height: 220px;
    overflow: auto;
    margin-bottom: 14px;
}

.chat-message {
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 0.95rem;
}

.chat-message.bot {
    background: rgba(23, 51, 43, 0.08);
    color: var(--primary);
}

.chat-message.user {
    background: linear-gradient(135deg, rgba(201, 107, 56, 0.18), rgba(246, 212, 143, 0.2));
    color: var(--primary);
}

.chatbot-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.chatbot-suggestions button {
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(23, 51, 43, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: var(--primary);
    font-weight: 700;
}

.chatbot-form {
    display: flex;
    gap: 10px;
}

.chatbot-form button {
    min-width: 88px;
    border: 0;
    border-radius: 16px;
    background: var(--secondary);
    color: #fff;
    font-weight: 800;
}

.chatbot-whatsapp {
    display: inline-flex;
    margin-top: 12px;
    color: var(--secondary);
    font-weight: 800;
}

.lightbox[hidden] {
    display: none;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: rgba(12, 27, 22, 0.9);
    padding: 24px;
}

.lightbox img {
    max-width: min(1080px, 100%);
    max-height: calc(100vh - 120px);
    border-radius: 24px;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .stats-strip,
    .process-grid,
    .testimonial-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-grid,
    .blog-grid,
    .gallery-grid,
    .area-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-intro,
    .content-columns,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }

    .image-stack {
        min-height: 480px;
    }
}

@media (max-width: 860px) {
    .topbar {
        display: none;
    }

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

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

    .section,
    .page-hero-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .hero-content,
    .page-hero-service .shell,
    .article-hero .shell {
        min-height: 74vh;
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .check-grid,
    .service-grid,
    .blog-grid,
    .gallery-grid,
    .area-grid,
    .contact-grid,
    .stats-strip,
    .process-grid,
    .testimonial-grid,
    .footer-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .cta-band,
    .footer-bottom,
    .chatbot-form {
        flex-direction: column;
        align-items: stretch;
    }

    .stats-strip {
        margin-top: -30px;
    }

    .image-stack {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .image-stack img {
        position: static;
        width: 100%;
        height: 280px !important;
    }

    .chatbot {
        left: 12px;
        right: 12px;
        width: auto;
    }
}

@media (max-width: 560px) {
    .shell {
        width: min(100vw - 20px, 100%);
    }

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

    .button,
    .chatbot-form button {
        width: 100%;
    }

    .service-card img,
    .blog-card img,
    .gallery-card img {
        height: 220px;
    }

    .faq-item,
    .service-card-body,
    .blog-card-body,
    .contact-card,
    .testimonial-card,
    .side-panel,
    .article-toc,
    .lead-form,
    .article-section,
    .content-block,
    .cta-band {
        padding: 22px;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
    }

    .back-to-top {
        right: 12px;
        bottom: 78px;
    }
}
