:root {
    --navy: #071b3a;
    --deep: #0a2f66;
    --blue: #007bff;
    --cyan: #00afcb;
    --ink: #102033;
    --muted: #617089;
    --line: rgba(16, 32, 51, .12);
    --soft: #f4f7fb;
    --white: #ffffff;
    --green: #16a34a;
    --amber: #f59e0b;
    --shadow: 0 24px 70px rgba(7, 27, 58, .18);
    --radius: 8px;
    --header-height: 78px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

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

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

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

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 60;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px clamp(16px, 4vw, 48px);
    background: rgba(7, 27, 58, .84);
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px);
    transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    background: rgba(7, 27, 58, .96);
    box-shadow: 0 16px 50px rgba(0, 0, 0, .18);
}

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

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    background: var(--white);
    border-radius: 8px;
    padding: 5px;
}

.brand span {
    display: grid;
    line-height: 1.05;
}

.brand strong {
    font-size: 1.04rem;
    text-transform: uppercase;
}

.brand small {
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
}

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

.nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .08);
    color: var(--white);
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 99px;
}

.site-nav.is-open {
    position: fixed;
    top: var(--header-height);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 4px;
    padding: 12px;
    background: rgba(7, 27, 58, .98);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.site-nav a,
.header-cta {
    padding: 12px 14px;
    border-radius: var(--radius);
    color: rgba(255, 255, 255, .84);
    font-size: .94rem;
}

.site-nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: var(--white);
}

.hero-slider {
    position: relative;
    min-height: 94svh;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(0, 175, 203, .2), transparent 28%),
        radial-gradient(circle at 80% 12%, rgba(255, 255, 255, .12), transparent 22%),
        linear-gradient(135deg, #05142c 0%, #071b3a 42%, #092b5e 100%);
    color: var(--white);
}

.hero-track,
.hero-slide {
    min-height: 94svh;
}

.hero-track {
    display: flex;
    width: 100%;
    touch-action: pan-y;
    transform: translate3d(0, 0, 0);
    transition: transform .65s cubic-bezier(.22, .8, .22, 1);
}

.hero-track.is-dragging {
    transition: none;
    cursor: grabbing;
}

.hero-slide {
    position: relative;
    flex: 0 0 100%;
    display: grid;
    place-items: center;
    padding: calc(var(--header-height) + 22px) 16px 88px;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    pointer-events: none;
}

.hero-scene {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    display: grid;
    gap: 22px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 3;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 27, 58, .9), rgba(7, 27, 58, .68));
    box-shadow: 0 28px 74px rgba(0, 0, 0, .26);
    backdrop-filter: blur(18px);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(0, 175, 203, .14);
    color: #8cf1ff;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.hero-copy h1 {
    margin: 16px 0 12px;
    max-width: 680px;
    font-size: clamp(2.35rem, 10vw, 4.9rem);
    line-height: .92;
    letter-spacing: 0;
}

.hero-copy p {
    max-width: 610px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1rem, 3.2vw, 1.22rem);
}

.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 24px;
}

.hero-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .92);
    font-size: .86rem;
    font-weight: 800;
}

.hero-actions,
.promo-meta,
.contact-lines {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 0;
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 800;
}

.btn-primary {
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    color: var(--white);
    box-shadow: 0 18px 42px rgba(0, 123, 255, .32);
}

.btn-secondary {
    background: rgba(255, 255, 255, .12);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .24);
}

.hero-visual {
    position: relative;
    min-height: 310px;
}

.hero-image-wrap {
    position: relative;
    height: clamp(300px, 52svh, 560px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 30%, rgba(7, 27, 58, .72) 100%),
        linear-gradient(90deg, rgba(0, 175, 203, .2), transparent 52%);
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.hero-price-card,
.hero-floating-card,
.hero-mini-badges {
    position: absolute;
    z-index: 3;
}

.hero-price-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 3px;
    padding: 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: var(--navy);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.hero-price-card span,
.hero-floating-card span {
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-price-card strong {
    font-size: clamp(1.35rem, 7vw, 2.15rem);
    line-height: 1;
}

.hero-floating-card {
    top: -10px;
    right: 12px;
    width: min(72%, 270px);
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid rgba(0, 175, 203, .28);
    border-radius: 18px;
    background: rgba(7, 27, 58, .9);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.hero-floating-card strong {
    font-size: .95rem;
    line-height: 1.22;
}

.hero-mini-badges {
    left: 14px;
    top: 18px;
    display: flex;
    gap: 8px;
}

.hero-mini-badges span {
    display: grid;
    place-items: center;
    min-width: 44px;
    height: 36px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(0, 175, 203, .88);
    color: var(--white);
    font-size: .78rem;
    font-weight: 950;
    box-shadow: 0 12px 30px rgba(0, 175, 203, .24);
}

.slider-arrow {
    display: none;
}

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

.slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .44);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.slider-dots button.is-active {
    width: 34px;
    background: var(--cyan);
}

.trust-strip {
    display: grid;
    gap: 16px;
    padding: 22px 20px;
    background: var(--white);
    box-shadow: 0 -24px 70px rgba(7, 27, 58, .16);
}

@media (max-width: 520px) {
    .hero-slider,
    .hero-track,
    .hero-slide {
        min-height: auto;
    }

    .hero-slide {
        padding: calc(var(--header-height) + 18px) 14px 82px;
    }

    .hero-slide::before {
        inset: 10px;
        border-radius: 20px;
    }

    .hero-scene {
        gap: 14px;
    }

    .hero-copy {
        padding: 18px;
        border-radius: 20px;
        order: 2;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3rem);
        line-height: .96;
    }

    .hero-copy p {
        margin-bottom: 18px;
    }

    .hero-chip-row {
        gap: 7px;
        margin-bottom: 18px;
    }

    .hero-chip-row span {
        min-height: 31px;
        padding: 7px 9px;
        font-size: .78rem;
    }

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

    .hero-visual {
        min-height: 246px;
    }

    .hero-image-wrap {
        height: 260px;
        border-radius: 20px;
    }

    .hero-floating-card {
        top: auto;
        right: 12px;
        bottom: 88px;
        width: min(78%, 250px);
        padding: 12px;
    }

    .hero-price-card {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 13px;
    }

    .hero-mini-badges {
        left: 12px;
        top: 12px;
    }

    .slider-dots {
        bottom: 30px;
    }

    .whatsapp-float {
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
    }

    .whatsapp-float span {
        font-size: 0;
    }

    .whatsapp-float span::before {
        content: "WA";
        font-size: .95rem;
    }

    .trust-strip {
        padding-left: 92px;
        padding-right: 76px;
    }

    .trust-strip a {
        grid-column: 1;
    }
}

.trust-strip div {
    display: grid;
    gap: 4px;
}

.trust-strip strong {
    color: var(--deep);
}

.trust-strip span,
.section-heading p,
.service-body p,
.benefit-card p,
.compliance-panel p,
.contact-copy p,
.site-footer p,
.faq-list p {
    color: var(--muted);
}

.trust-strip a {
    color: var(--blue);
    font-weight: 800;
}

.section {
    padding: 72px 20px;
}

.section-light {
    background: var(--soft);
}

.section-deep {
    background:
        radial-gradient(circle at top right, rgba(0, 175, 203, .24), transparent 34%),
        linear-gradient(135deg, var(--navy), var(--deep));
    color: var(--white);
}

.section-heading {
    width: min(100%, 1120px);
    margin: 0 auto 30px;
}

.section-heading h2,
.promo-copy h2,
.compliance-panel h2,
.contact-copy h2,
.contact-copy h1 {
    margin: 10px 0 12px;
    color: var(--ink);
    font-size: clamp(2rem, 7vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: 0;
}

.section-deep .section-heading h2,
.section-deep .section-heading p {
    color: var(--white);
}

.benefit-grid,
.service-grid,
.sector-grid,
.gallery-grid {
    width: min(100%, 1120px);
    margin-inline: auto;
    display: grid;
    gap: 16px;
}

.benefit-card,
.service-card,
.sector-grid article,
.compliance-panel,
.contact-form,
.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
}

.benefit-card {
    padding: 22px;
    box-shadow: 0 14px 40px rgba(7, 27, 58, .06);
}

.benefit-card span {
    display: inline-grid;
    place-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: var(--radius);
    background: rgba(0, 175, 203, .12);
    color: var(--deep);
    font-weight: 900;
}

.benefit-card h3,
.service-body h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 1.12rem;
}

.benefit-card p,
.service-body p {
    margin: 0;
}

.split-heading {
    display: grid;
    gap: 18px;
}

.service-card {
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(7, 27, 58, .08);
}

.service-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.service-body {
    padding: 20px;
}

.service-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.service-body li {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 175, 203, .1);
    color: var(--deep);
    font-size: .82rem;
    font-weight: 800;
}

.service-body a {
    color: var(--blue);
    font-weight: 900;
}

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

.sector-grid article {
    min-height: 92px;
    display: grid;
    place-content: center;
    padding: 16px;
    color: var(--white);
    text-align: center;
    font-weight: 850;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .16);
}

.promo-section,
.contact-section {
    width: min(100%, 1120px);
    margin-inline: auto;
    display: grid;
    gap: 24px;
}

.promo-copy {
    align-self: center;
}

.promo-copy p {
    color: var(--muted);
    margin-bottom: 22px;
}

.promo-meta {
    margin: 0 0 24px;
}

.promo-meta span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(245, 158, 11, .12);
    color: #925c00;
    font-weight: 850;
}

.promo-visual {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.promo-visual img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
}

.compliance-panel {
    width: min(100%, 1120px);
    margin-inline: auto;
    padding: clamp(24px, 5vw, 46px);
    border-left: 5px solid var(--cyan);
    box-shadow: 0 18px 46px rgba(7, 27, 58, .08);
}

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

.testimonial-grid {
    width: min(100%, 1120px);
    margin-inline: auto;
    display: grid;
    gap: 16px;
}

.testimonial-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 14px 42px rgba(7, 27, 58, .07);
}

.testimonial-card img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 999px;
    margin-bottom: 12px;
}

.testimonial-card .stars {
    color: var(--amber);
    font-weight: 900;
}

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

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card span {
    color: var(--muted);
    font-size: .9rem;
}

.gallery-grid figure {
    position: relative;
    min-height: 170px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--navy);
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-grid figure:hover img {
    transform: scale(1.04);
}

.gallery-grid figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    border-radius: var(--radius);
    background: rgba(7, 27, 58, .78);
    color: var(--white);
    font-size: .84rem;
    font-weight: 800;
}

.faq-list {
    width: min(100%, 900px);
    margin-inline: auto;
    display: grid;
    gap: 10px;
}

.faq-list details {
    padding: 18px 20px;
}

.faq-list summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 900;
}

.faq-list p {
    margin: 12px 0 0;
}

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-lines a {
    color: var(--blue);
    font-weight: 850;
}

.contact-form {
    display: grid;
    gap: 14px;
    padding: 20px;
    box-shadow: var(--shadow);
}

.form-feedback {
    align-self: start;
    padding: 18px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 14px 42px rgba(7, 27, 58, .08);
}

.form-feedback strong,
.form-feedback p,
.form-feedback a {
    display: block;
}

.form-feedback p {
    margin: 8px 0 12px;
    color: var(--muted);
}

.form-feedback a {
    color: var(--blue);
    font-weight: 900;
}

.form-feedback.is-success {
    border-color: rgba(22, 163, 74, .28);
    background: rgba(22, 163, 74, .08);
}

.form-feedback.is-error {
    border-color: rgba(245, 158, 11, .32);
    background: rgba(245, 158, 11, .1);
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--deep);
    font-size: .9rem;
    font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px 13px;
    color: var(--ink);
    background: var(--white);
    outline: none;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 4px rgba(0, 175, 203, .14);
}

.site-footer {
    display: grid;
    gap: 24px;
    padding: 42px 20px 96px;
    background: #06162f;
    color: var(--white);
}

.site-footer img {
    width: 72px;
    padding: 6px;
    border-radius: var(--radius);
    background: var(--white);
}

.site-footer p {
    max-width: 480px;
    color: rgba(255, 255, 255, .72);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

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

.site-footer small {
    color: rgba(255, 255, 255, .56);
}

.whatsapp-float,
.chatbot-toggle {
    position: fixed;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    box-shadow: 0 18px 42px rgba(7, 27, 58, .28);
}

.whatsapp-float {
    left: 16px;
    bottom: 18px;
    min-height: 50px;
    padding: 0 18px;
    background: var(--green);
    font-weight: 900;
}

.chatbot-toggle {
    right: 16px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--deep), var(--cyan));
    cursor: pointer;
    font-weight: 900;
}

.chatbot-panel {
    position: fixed;
    right: 12px;
    bottom: 88px;
    z-index: 80;
    width: min(calc(100vw - 24px), 380px);
    max-height: min(680px, calc(100svh - 110px));
    display: none;
    grid-template-rows: auto minmax(190px, 1fr) auto auto;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.chatbot.is-open .chatbot-panel {
    display: grid;
}

.chatbot-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: var(--navy);
    color: var(--white);
}

.chatbot-panel header div {
    display: grid;
    line-height: 1.2;
}

.chatbot-panel small {
    color: rgba(255, 255, 255, .68);
}

.chatbot-panel header button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .1);
    color: var(--white);
    cursor: pointer;
    font-size: 1.4rem;
}

.chatbot-messages {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 14px;
    overflow: auto;
    background: var(--soft);
}

.chat-message {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: var(--radius);
    font-size: .93rem;
}

.chat-message.bot {
    justify-self: start;
    background: var(--white);
    color: var(--ink);
    border: 1px solid var(--line);
}

.chat-message.user {
    justify-self: end;
    background: var(--deep);
    color: var(--white);
}

.chat-message a {
    display: inline-flex;
    margin-top: 8px;
    color: var(--blue);
    font-weight: 900;
}

.chatbot-quick {
    display: flex;
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    border-top: 1px solid var(--line);
}

.chatbot-quick button {
    flex: 0 0 auto;
    border: 1px solid rgba(0, 175, 203, .28);
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(0, 175, 203, .08);
    color: var(--deep);
    cursor: pointer;
    font-size: .84rem;
    font-weight: 850;
}

.chatbot-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid var(--line);
}

.chatbot-form input {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px 11px;
}

.chatbot-form button {
    border: 0;
    border-radius: var(--radius);
    padding: 10px 12px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    font-weight: 850;
}

@media (min-width: 720px) {
    .site-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .nav-toggle {
        display: none;
    }

    .header-cta {
        display: inline-flex;
        align-items: center;
        background: rgba(0, 175, 203, .16);
        border: 1px solid rgba(0, 175, 203, .3);
        color: var(--white);
        font-weight: 900;
    }

    .hero-slide {
        min-height: 90svh;
        padding-inline: clamp(40px, 7vw, 92px);
    }

    .hero-slider,
    .hero-track {
        min-height: 90svh;
    }

    .hero-scene {
        grid-template-columns: minmax(0, .95fr) minmax(320px, .9fr);
        gap: clamp(28px, 5vw, 64px);
    }

    .hero-copy {
        padding: clamp(30px, 4vw, 48px);
    }

    .hero-floating-card {
        top: 24px;
        right: -18px;
    }

    .hero-price-card {
        left: auto;
        right: 22px;
        bottom: 22px;
        width: min(68%, 320px);
    }

    .slider-arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 999px;
        background: rgba(7, 27, 58, .38);
        color: var(--white);
        cursor: pointer;
        transform: translateY(-50%);
        backdrop-filter: blur(12px);
    }

    .slider-arrow span {
        font-size: 2.1rem;
        line-height: 1;
    }

    .slider-prev {
        left: 24px;
    }

    .slider-next {
        right: 24px;
    }

    .trust-strip {
        grid-template-columns: 1fr auto;
        align-items: center;
        padding-inline: clamp(40px, 7vw, 92px);
    }

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

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

    .promo-section,
    .contact-section {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

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

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

    .site-footer {
        grid-template-columns: 1.3fr auto;
        align-items: start;
        padding-inline: clamp(40px, 7vw, 92px);
    }

    .site-footer small {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1040px) {
    .split-heading {
        grid-template-columns: 1.2fr .8fr;
        align-items: end;
    }

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

    .hero-copy h1 {
        font-size: clamp(3.4rem, 5.5vw, 5.5rem);
    }
}

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