:root {
    --ink: #27312e;
    --muted: #65777a;
    --line: #d9e7e8;
    --cool: #5fbfc9;
    --cool-strong: #178f9c;
    --green: #25d366;
    --steel: #eef7f7;
    --white: #ffffff;
    --accent: #f3c94b;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background: var(--white);
    overflow-x: hidden;
}

a {
    color: var(--cool-strong);
    text-decoration: none;
}

a:hover {
    color: #0d6f78;
}

.site-nav {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.navbar-brand img {
    width: 174px;
    max-width: 48vw;
    height: auto;
    object-fit: contain;
}

.site-nav .nav-link {
    color: var(--ink);
    font-weight: 700;
    padding-inline: .9rem;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.btn-quote,
.btn-primary-site {
    color: var(--white);
    background: var(--cool-strong);
    border: 1px solid var(--cool-strong);
    padding: .72rem 1.15rem;
}

.btn-quote:hover,
.btn-primary-site:hover {
    color: var(--white);
    background: #0e7883;
    border-color: #0e7883;
}

.btn-outline-site {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .12);
    padding: .72rem 1.15rem;
}

.btn-outline-site:hover {
    color: var(--ink);
    background: var(--white);
}

.btn-light-site {
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--white);
    padding: .72rem 1.15rem;
}

.btn-light-site:hover {
    color: var(--ink);
    background: #e8f7f8;
    border-color: #e8f7f8;
}

.hero-slider,
.carousel,
.carousel-inner,
.carousel-item {
    min-height: 620px;
}

.carousel-item {
    position: relative;
}

.hero-image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 42, 45, .78), rgba(20, 42, 45, .34), rgba(20, 42, 45, .12));
}

.carousel-caption {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    text-align: left;
    padding: 5rem 0 6rem;
}

.carousel-caption .container {
    max-width: 1140px;
}

.eyebrow,
.section-heading span,
.section-kicker {
    color: var(--accent);
    display: inline-block;
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .65rem;
}

.carousel-caption h1 {
    max-width: 760px;
    color: var(--white);
    font-size: 4.7rem;
    line-height: .98;
    font-weight: 900;
    margin-bottom: 1rem;
}

.hero-copy {
    max-width: 640px;
    color: #eefafa;
    font-size: 1.18rem;
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

.trust-strip {
    background: var(--steel);
    border-block: 1px solid var(--line);
    padding: 1.1rem 0;
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    font-size: 1rem;
}

.trust-strip span {
    color: var(--muted);
    font-size: .95rem;
}

.section-pad {
    padding: 5rem 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 2.2rem;
    text-align: center;
}

.section-heading span,
.section-kicker {
    color: var(--cool-strong);
}

h2 {
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.22rem;
    font-weight: 900;
}

.section-heading p,
.service-band p,
.location-section p,
.contact-section p {
    color: var(--muted);
}

.product-card {
    height: 100%;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(34, 66, 70, .08);
}

.product-card h3,
.service-grid h3,
.accordion-button,
.contact-box a,
.contact-box span,
.site-footer a,
.site-footer p {
    overflow-wrap: anywhere;
}

.product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--steel);
}

.image-expand-trigger {
    cursor: zoom-in;
}

.product-image-button,
.location-image-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: inherit;
}

.product-image-button span,
.location-image-button span {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: 2;
    padding: .38rem .55rem;
    border-radius: 8px;
    color: var(--white);
    background: rgba(39, 49, 46, .84);
    font-size: .82rem;
    font-weight: 900;
}

.product-card div {
    padding: 1.2rem;
}

.product-card p {
    min-height: 3rem;
    color: var(--muted);
    margin-bottom: .8rem;
}

.product-card a {
    font-weight: 900;
}

.service-band {
    background: linear-gradient(180deg, #f4fbfb, #ffffff);
    border-block: 1px solid var(--line);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.service-grid article {
    min-height: 172px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    padding: 1.3rem;
}

.location-section img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--line);
    object-fit: contain;
    max-height: 520px;
    background: #ffffff;
}

.location-image-button img {
    display: block;
}

.check-list {
    padding: 0;
    margin: 1.2rem 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: .7rem;
    font-weight: 700;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35rem;
    width: .78rem;
    height: .78rem;
    border-radius: 50%;
    background: var(--cool);
    box-shadow: inset 0 0 0 3px var(--white);
    border: 1px solid var(--cool-strong);
}

.address {
    padding: 1rem;
    background: var(--steel);
    border-left: 4px solid var(--cool-strong);
    border-radius: 8px;
    font-weight: 800;
}

.faq-section {
    background: #fbfefe;
}

.accordion-item {
    border-color: var(--line);
}

.accordion-button {
    color: var(--ink);
    font-weight: 900;
}

.accordion-button:not(.collapsed) {
    color: var(--ink);
    background: var(--steel);
    box-shadow: none;
}

.contact-section {
    background: var(--steel);
}

.contact-box {
    display: grid;
    gap: .65rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.contact-box a {
    font-weight: 900;
}

.contact-box span {
    color: var(--muted);
}

.contact-form {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.35rem;
    box-shadow: 0 16px 34px rgba(34, 66, 70, .08);
}

.contact-form label {
    font-weight: 900;
    margin-bottom: .35rem;
}

.contact-form label span,
.contact-form small {
    color: var(--muted);
    font-weight: 400;
}

.form-control {
    border-color: #c6d9dc;
    border-radius: 8px;
    min-height: 46px;
    max-width: 100%;
}

.form-control:focus {
    border-color: var(--cool-strong);
    box-shadow: 0 0 0 .2rem rgba(23, 143, 156, .18);
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-status {
    margin: .8rem 0 0;
    min-height: 1.5rem;
    font-weight: 800;
}

.form-status.ok {
    color: #137a42;
}

.form-status.error {
    color: #b22d2d;
}

.site-footer {
    background: #27312e;
    color: var(--white);
    padding: 2.5rem 0;
    text-align: center;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.footer-logos img {
    max-width: 180px;
    max-height: 76px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.site-footer nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: .85rem;
}

.site-footer a {
    color: #dff9fb;
    font-weight: 800;
}

.site-footer p {
    margin: 0;
    color: #c9d7d9;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1040;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px rgba(20, 60, 40, .28);
}

.whatsapp-float svg {
    width: 34px;
    height: 34px;
    fill: var(--white);
}

.image-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.image-modal .modal-header {
    border-bottom: 1px solid var(--line);
}

.image-modal .modal-title {
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 0;
}

.image-modal .modal-body {
    padding: .75rem;
    background: #f7fbfb;
}

.image-modal img {
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
    display: block;
    background: var(--white);
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 150px;
        max-width: 58vw;
    }

    .site-nav .navbar-collapse {
        padding: .9rem 0 1rem;
    }

    .site-nav .nav-link,
    .site-nav .btn-quote {
        display: block;
        width: 100%;
        padding: .7rem 0;
        text-align: left;
    }

    .site-nav .btn-quote {
        margin-top: .45rem;
        padding-inline: .9rem;
        text-align: center;
    }

    .carousel-caption h1 {
        max-width: 640px;
        font-size: 3.25rem;
    }

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

    h2 {
        font-size: 2.45rem;
    }
}

@media (max-width: 575.98px) {
    .hero-slider,
    .carousel,
    .carousel-inner,
    .carousel-item {
        min-height: 0;
    }

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: flex;
        flex-direction: column;
        background: #27312e;
    }

    .hero-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        object-position: center;
        background: #ffffff;
    }

    .hero-overlay {
        display: none;
    }

    .carousel-caption {
        position: static;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        display: block !important;
        width: 100%;
        padding: 1.25rem 0 4.4rem;
        background: #27312e;
        text-align: left;
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
        line-height: 1.08;
        margin-bottom: .75rem;
    }

    .hero-copy {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: .65rem;
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 46px;
        padding: .68rem .85rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        bottom: 1rem;
        width: 3.25rem;
        height: 3.25rem;
        opacity: .85;
    }

    .carousel-control-prev {
        left: .65rem;
    }

    .carousel-control-next {
        right: .65rem;
    }

    .carousel-indicators {
        bottom: .6rem;
        margin-bottom: 0;
    }

    .trust-strip {
        padding: 1rem 0;
    }

    .section-pad {
        padding: 3.25rem 0;
    }

    .section-heading {
        text-align: left;
        margin-bottom: 1.6rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.16;
    }

    h3 {
        font-size: 1.12rem;
    }

    .product-card p {
        min-height: 0;
    }

    .product-image-button span,
    .location-image-button span {
        right: .55rem;
        bottom: .55rem;
        font-size: .76rem;
    }

    .service-grid article {
        min-height: 0;
        padding: 1.05rem;
    }

    .location-section img {
        aspect-ratio: 1500 / 857;
        max-height: none;
    }

    .row.g-5 {
        --bs-gutter-y: 2rem;
    }

    .contact-form,
    .contact-box {
        padding: 1rem;
    }

    .contact-form .btn {
        width: 100%;
    }

    .footer-logos {
        gap: 1rem;
    }

    .footer-logos img {
        max-width: 140px;
        max-height: 64px;
    }

    .site-footer nav {
        gap: .65rem .9rem;
    }

    .image-modal .modal-dialog {
        margin: .5rem;
    }

    .image-modal .modal-body {
        padding: .45rem;
    }

    .image-modal img {
        max-height: 76vh;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
    }
}
