:root {
    --navy: #041539;
    --navy-2: #1b2a4e;
    --ink: #191c1d;
    --muted: #565f6b;
    --line: #c5c6cf;
    --paper: #f8f9fa;
    --soft: #edeeef;
    --white: #fff;
    --shell: 1280px;
    --gutter: 24px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--navy) var(--soft)
}

/* Premium global scrollbar — Chromium, Edge, and Safari */
::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-track {
    background: var(--soft)
}

::-webkit-scrollbar-thumb {
    border: 2px solid var(--soft);
    border-radius: 999px;
    background: var(--navy)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--navy-2)
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 16px/1.55 Inter, Arial, sans-serif;
    overflow-x: hidden
}

body.menu-open {
    overflow: hidden
}

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

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

.shell {
    width: min(var(--shell), calc(100% - 2 * var(--gutter)));
    margin: auto
}

.sr-only {
    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 {
    position: fixed;
    left: 12px;
    top: -50px;
    z-index: 99;
    padding: 9px 13px;
    background: #fff;
    color: var(--navy);
    border: 2px solid var(--navy)
}

.skip-link:focus {
    top: 12px
}

:focus-visible {
    outline: 3px solid #8392bc;
    outline-offset: 3px
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: background .2s, border-color .2s, color .2s
}

.site-header.scrolled {
    color: var(--navy);
    background: rgba(248, 249, 250, .98);
    border-color: var(--line);
    box-shadow: 0 2px 10px rgba(4, 21, 57, .04)
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.06em
}

.brand img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    background: #fff;
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 40px
}

.offcanvas-header {
    display: none
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em
}

.nav-links a {
    padding: 7px 0;
    border-bottom: 2px solid transparent;
    transition: border-color .2s, color .2s
}

.nav-links a:hover,
.nav-links .is-active {
    border-color: currentColor
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 25px;
    background: var(--navy-2);
    color: #fff;
    border: 1px solid var(--navy-2);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    transition: background .2s, border-color .2s, box-shadow .2s
}

.button:hover {
    background: #304168;
    border-color: #304168;
    box-shadow: 0 4px 20px rgba(27, 42, 78, .2)
}

.button-small {
    min-height: 37px;
    padding: 0 17px;
    font-size: 13px
}

.button-outline {
    background: transparent;
    border-color: #fff
}

.button-outline:hover {
    background: rgba(255, 255, 255, .12);
    border-color: #fff
}

.menu-toggle {
    display: none;
    color: inherit;
    border: 0;
    background: transparent;
    padding: 8px
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px;
    background: currentColor;
    transition: transform .25s ease, opacity .2s ease
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    height: 100vh;
    max-height: 880px;
    display: grid;
    place-items: center;
    color: white;
    overflow: hidden
}

.hero-image,
.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1
}

.hero-content {
    text-align: center;
    padding-top: 72px
}

.hero h1,
h2,
h3 {
    font-family: Montserrat, Arial, sans-serif
}

.hero h1 {
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1.14;
    letter-spacing: -.035em;
    max-width: 900px;
    margin: 0 auto 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35)
}

.hero p {
    max-width: 670px;
    margin: 0 auto 31px;
    font-size: clamp(15px, 1.45vw, 19px);
    line-height: 1.5;
    color: rgba(255, 255, 255, .92)
}

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

.hero-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px
}

.hero-dots button {
    appearance: none;
    border: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .55);
    border-radius: 50%;
    cursor: pointer
}

.hero-dots button[aria-selected="true"] {
    background: #fff
}

.hero-dots button:hover {
    transform: scale(1.3)
}

.hero {
    display: block
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    height: 100%
}

.hero-swiper {
    width: 100%;
    min-width: 0
}

.hero-swiper .swiper-wrapper {
    width: 100%
}

.hero-slide {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    overflow: hidden;
    background-color: #111b2a
}

.hero-slide::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(8, 17, 28, .25), rgba(10, 18, 27, .58)), linear-gradient(90deg, rgba(4, 21, 57, .26), transparent 60%);
    content: ""
}

.hero-slide__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slide-two .hero-slide__image {
    object-position: 76% center
}

.hero-slide-three .hero-slide__image {
    object-position: 92% center
}

.hero-slide .hero-content {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    opacity: 1;
    visibility: visible
}

.hero-swiper .swiper-pagination {
    bottom: 22px;
    z-index: 2
}

.hero-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: rgba(255, 255, 255, .55);
    opacity: 1
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #fff
}

.stats {
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 21px 0
}

.stats-grid>div {
    text-align: center;
    border-right: 1px solid #dfe1e5
}

.stats-grid>div:last-child {
    border: 0
}

.stats strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--navy)
}

.stats span,
.eyebrow {
    text-transform: uppercase;
    display: block;
    letter-spacing: .12em;
    font-size: 8px;
    font-weight: 600;
    color: #707580
}

.section {
    padding: 88px 0
}

.intro {
    background: var(--paper)
}

.intro-grid,
.feature-grid {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
    gap: clamp(46px, 6.2vw, 92px);
    align-items: center
}

.photo-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-self: end;
    padding-bottom: 24px
}

.photo {
    height: 228px;
    border: 0;
    border-radius: 6px;
    overflow: hidden
}

.photo img,
.feature-photo>img,
.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photo-one img {
    object-position: 82% center
}

.photo-two {
    height: 228px;
    margin-top: 29px
}

.photo-two img {
    object-position: 99% center
}

.intro-copy {
    max-width: 570px
}

.intro-copy h2,
.feature h2,
.section-heading h2,
.gallery h2,
.contact h2 {
    font-size: clamp(25px, 2.3vw, 32px);
    line-height: 1.2;
    letter-spacing: -.03em;
    color: var(--navy);
    margin: 0 0 21px
}

.intro-copy>p:not(.eyebrow),
.feature p,
.gallery-head p,
.contact p {
    font-size: 14px;
    color: var(--muted);
    margin: 0 0 16px
}

.intro-copy>p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.62;
    margin: 0
}

.intro aside {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    margin: 21px 0 22px;
    background: #f1f2f3;
    border-left: 4px solid var(--navy);
    border-radius: 7px
}

.intro aside img {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 4px;
    object-fit: contain;
    background: #fff
}

.intro aside p {
    margin: 0;
    color: var(--navy);
    font-size: 14px;
    font-style: italic;
    line-height: 1.5
}

.intro-copy .button-small {
    min-height: 40px;
    padding: 0 25px;
    font-size: 12px
}

.text-link,
.service-card a {
    font-size: 11px;
    font-weight: 600;
    color: var(--navy)
}

.text-link span,
.service-card a span {
    transition: transform .2s;
    display: inline-block
}

.text-link:hover span,
.service-card a:hover span {
    transform: translateX(4px)
}

.feature {
    border-top: 1px solid var(--line);
    background: var(--paper)
}

.feature h2 {
    max-width: 560px
}

.feature h3 {
    font-size: 14px;
    margin: 0 0 12px;
    color: var(--navy)
}

.feature-photo {
    height: 390px;
    position: relative;
    border: 1px solid var(--line);
    overflow: hidden
}

.feature-photo>img {
    object-position: 85% center;
    filter: brightness(.85)
}

.feature-photo span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 10px 14px;
    background: #fff;
    color: var(--navy);
    font: 600 10px/1.3 Montserrat
}

.feature-photo small {
    font: 500 8px Inter;
    color: #666
}

.services {
    background: #f4f5f6;
    border-top: 1px solid #e1e3e4
}

.section-heading {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 37px
}

.section-heading h2 {
    margin-bottom: 9px
}

.section-heading>p:last-child {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.service-group {
    padding: 19px;
    background: #e9eaec;
    border: 1px solid #e1e3e4;
    border-radius: 8px;
    margin-top: 13px
}

.group-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--navy)
}

.group-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    background: #dde3f0;
    font-size: 36px
}

.group-title .group-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.group-title h3 {
    margin: 0;
    font-size: 16px
}

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

.service-card {
    position: relative;
    min-height: 191px;
    padding: 18px;
    background: #fff;
    border: 1px solid #d3d5da;
    transition: border-color .2s, box-shadow .2s
}

.service-card:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: var(--navy);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s
}

.service-card:hover {
    border-color: #9aa4b9;
    box-shadow: 0 4px 20px rgba(27, 42, 78, .08)
}

.service-card:hover:before {
    transform: scaleX(1)
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #eef1f7;
    color: var(--navy);
    font-size: 24px
}

.service-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.service-card h3 {
    font: 600 16px/1.25 Montserrat;
    margin: 13px 0 7px;
    color: var(--navy)
}

.service-card p {
    font-size: 14px;
    line-height: 1.45;
    color: #656b75;
    margin: 0 0 14px
}

.service-card a {
    font-size: 14px
}

.gallery {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 29px
}

.gallery-head h2 {
    margin-bottom: 5px
}

.gallery-head p {
    margin: 0
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 142px;
    gap: 9px
}

.gallery-item {
    border: 1px solid var(--line);
    overflow: hidden
}

.gallery-item img {
    filter: brightness(.9);
    transition: filter .2s
}

.gallery-item:hover img {
    filter: brightness(.82)
}

.g1 img {
    object-position: 2% center
}

.g2 img {
    object-position: 18% center
}

.g3 img {
    object-position: 37% center
}

.g4 img {
    object-position: 62% center
}

.g5 {
    grid-column: span 2
}

.g5 img {
    object-position: 28% center
}

.g6 {
    grid-column: span 2
}

.g6 img {
    object-position: 84% center
}

.contact {
    padding: 57px 0;
    background: #e9edf6
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.contact h2 {
    margin-bottom: 8px
}

.contact p {
    margin: 0
}

.site-footer {
    background: #13171c;
    color: #fff;
    padding: 57px 0 35px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .9fr 1.45fr;
    gap: 34px
}

.footer-brand .brand {
    margin-bottom: 18px
}

.footer-brand .brand img {
    width: 42px;
    height: 42px
}

.footer-brand p {
    max-width: 370px;
    margin: 0 0 19px;
    color: #c5c8ce;
    font-size: 12px
}

.footer-brand small {
    font-size: 9px;
    color: #a7abb2
}

.site-footer h2 {
    font: 600 11px Montserrat;
    margin: 7px 0 14px
}

.site-footer .footer-accordion__heading {
    margin: 7px 0 14px
}

.site-footer .footer-accordion__heading .accordion-button {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font: 600 11px Montserrat;
    text-align: left
}

.site-footer .accordion-body {
    padding: 0
}

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

.site-footer li {
    margin: 8px 0
}

.site-footer li a {
    font-size: 11px;
    color: #d0d2d7;
    transition: color .2s
}

.site-footer li a:hover {
    color: #fff
}

.footer-contact__list {
    display: grid;
    gap: 10px;
    margin: 0;
    font-style: normal
}

.footer-contact__item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #d0d2d7;
    font-size: 11px;
    line-height: 1.45
}

.footer-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #62b7ef;
    background: rgba(98, 183, 239, .14)
}

.footer-contact__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.footer-contact__item strong {
    display: block;
    margin-bottom: 1px;
    color: #fff;
    font: 600 11px Montserrat
}

.footer-contact__item a {
    display: block;
    width: fit-content;
    color: #d0d2d7;
    transition: color .2s ease
}

.footer-contact__item a:hover,
.footer-contact__item a:focus-visible {
    color: #62b7ef
}

@media (max-width:750px) {
    :root {
        --gutter: 20px
    }

    .nav {
        min-height: 64px
    }

    .brand {
        font-size: 18px
    }

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

    .menu-toggle {
        display: block
    }

    .nav-panel {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        padding: 18px var(--gutter) 22px;
        background: var(--paper);
        color: var(--navy);
        border-bottom: 1px solid var(--line);
        display: none;
        align-items: stretch;
        gap: 17px
    }

    .nav-panel.open {
        display: flex;
        flex-direction: column
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .nav-links a {
        display: block;
        padding: 12px 0
    }

    .nav-panel .button {
        width: 100%
    }

    .hero {
        min-height: 590px;
        height: 82vh
    }

    .hero-image {
        background-position: 60% center
    }

    .hero h1 {
        font-size: 30px
    }

    .hero p {
        font-size: 15px
    }

    .stats-grid {
        padding: 15px 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0
    }

    .stats-grid>div:nth-child(2) {
        border: 0
    }

    .section {
        padding: 59px 0
    }

    .intro-grid,
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .photo {
        height: 160px
    }

    .intro-copy {
        max-width: none
    }

    .feature-photo {
        height: 275px;
        grid-row: 1
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px
    }

    .service-group {
        padding: 12px
    }

    .service-card {
        min-height: 180px;
        padding: 14px
    }

    .gallery-head {
        align-items: flex-start;
        gap: 14px
    }

    .gallery-head .button {
        flex: none
    }

    .gallery-grid {
        grid-auto-rows: 105px;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px
    }

    .g5,
    .g6 {
        grid-column: span 1
    }

    .contact-box {
        display: block
    }

    .contact-box .button {
        margin-top: 20px
    }

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

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-contact {
        grid-column: span 2
    }

    .site-footer .footer-accordion__heading {
        margin-top: 0
    }
}

/* Floating quick-contact CTAs */
.quick-cta {
    position: fixed;
    z-index: 30;
    top: 50%;
    right: 24px;
    display: grid;
    justify-items: center;
    gap: 10px;
    transform: translateY(-50%);
    animation: cta-enter .55s cubic-bezier(.2, .8, .2, 1) both
}

.quick-cta__actions {
    display: grid;
    gap: 10px;
    transition: gap .3s ease
}

.quick-cta__action,
.quick-cta__toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    max-height: 54px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #087fc0;
    box-shadow: 0 10px 24px rgba(4, 21, 57, .18);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease, max-height .3s ease, margin .3s ease;
    overflow: visible
}

.quick-cta__action span {
    font-size: 23px;
    line-height: 1
}

.whatsapp-icon,
.phone-icon {
    display: inline-flex;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    line-height: 0
}

.whatsapp-icon svg,
.phone-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.quick-cta__action b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.quick-cta__toggle {
    width: 34px;
    height: 34px;
    background: #1b2a4e;
    cursor: pointer;
    font-size: 25px;
    line-height: 1
}

.quick-cta__toggle span {
    display: block;
    transition: transform .3s ease
}

.cta-whatsapp {
    background: #20c96b;
    box-shadow: 0 0 0 12px rgba(32, 201, 107, .13), 0 10px 24px rgba(4, 21, 57, .18);
    animation: whatsapp-pulse 2s ease-out infinite
}

.quick-cta__action:hover,
.quick-cta__action:focus-visible,
.quick-cta__toggle:hover,
.quick-cta__toggle:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 14px 30px rgba(4, 21, 57, .28)
}

.quick-cta__action::after {
    position: absolute;
    right: calc(100% + 12px);
    padding: 6px 9px;
    border-radius: 5px;
    color: #fff;
    background: #1b2a4e;
    content: attr(data-tooltip);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(5px);
    transition: opacity .2s ease, transform .2s ease
}

.quick-cta__action:hover::after,
.quick-cta__action:focus-visible::after {
    opacity: 1;
    transform: translateX(0)
}

.quick-cta.is-minimized .quick-cta__action:not(.cta-whatsapp) {
    max-height: 0;
    margin: -5px 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(.6)
}

.quick-cta.is-minimized .quick-cta__actions {
    gap: 0
}

.quick-cta.is-minimized .quick-cta__toggle span {
    transform: rotate(45deg)
}

.mobile-cta {
    display: none
}

@keyframes cta-enter {
    from {
        opacity: 0;
        transform: translate(24px, -50%)
    }

    to {
        opacity: 1;
        transform: translate(0, -50%)
    }
}

@keyframes whatsapp-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(32, 201, 107, .5), 0 10px 24px rgba(4, 21, 57, .18)
    }

    70% {
        box-shadow: 0 0 0 14px rgba(32, 201, 107, 0), 0 10px 24px rgba(4, 21, 57, .18)
    }
}

@media (max-width:750px) {
    .quick-cta {
        display: none
    }

    .mobile-cta {
        position: fixed;
        z-index: 30;
        right: 50%;
        bottom: calc(14px + env(safe-area-inset-bottom));
        display: block;
        width: min(225px, calc(100vw - 28px));
        transform: translateX(50%);
        animation: mobile-cta-enter .55s cubic-bezier(.2, .8, .2, 1) both
    }

    .mobile-cta__bar {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 999px;
        background: rgba(8, 18, 38, .94);
        box-shadow: 0 12px 30px rgba(4, 21, 57, .25);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px)
    }

    .mobile-cta__action {
        display: inline-flex;
        flex: 1;
        min-width: 0;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        color: #fff;
        background: transparent;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease
    }

    .mobile-cta__action span[aria-hidden="true"] {
        font-size: 18px
    }

    .mobile-cta__action>span:not([aria-hidden="true"]) {
        display: none
    }

    .mobile-cta__action .whatsapp-icon,
    .mobile-cta__action .phone-icon,
    .mobile-cta__action .email-icon {
        flex-basis: 18px;
        width: 18px;
        height: 18px
    }

    .mobile-cta__action:hover,
    .mobile-cta__action:focus-visible {
        background: rgba(255, 255, 255, .12);
        transform: translateY(-1px)
    }

    .mobile-cta__whatsapp {
        background: #20c96b;
        box-shadow: 0 5px 13px rgba(32, 201, 107, .24);
        animation: whatsapp-pulse-mobile 2s ease-out infinite
    }

    @keyframes mobile-cta-enter {
        from {
            opacity: 0;
            transform: translate(50%, 18px)
        }

        to {
            opacity: 1;
            transform: translate(50%, 0)
        }
    }

    @keyframes whatsapp-pulse-mobile {

        0%,
        100% {
            box-shadow: 0 0 0 0 rgba(32, 201, 107, .45), 0 5px 13px rgba(32, 201, 107, .24)
        }

        70% {
            box-shadow: 0 0 0 10px rgba(32, 201, 107, 0), 0 5px 13px rgba(32, 201, 107, .24)
        }
    }
}

@media (prefers-reduced-motion:reduce) {

    .quick-cta,
    .mobile-cta,
    .cta-whatsapp,
    .mobile-cta__whatsapp {
        animation: none
    }
}

@media (max-width:420px) {
    .hero h1 {
        font-size: 27px
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 280px;
        margin: auto
    }

    .stats strong {
        font-size: 16px
    }

    .stats span {
        font-size: 7px
    }

    .card-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        min-height: 150px
    }

    .gallery-head {
        display: block
    }

    .gallery-head .button {
        margin-top: 17px
    }

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

    .footer-brand {
        grid-column: auto
    }

    .footer-contact {
        grid-column: auto
    }
}

@media (max-width:750px) {
    .site-footer {
        padding: 42px 0 28px
    }

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

    .site-footer .footer-brand {
        grid-column: auto;
        padding-bottom: 26px
    }

    .site-footer .footer-column {
        grid-column: auto;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-radius: 0;
        background: transparent
    }

    .site-footer .footer-accordion__heading {
        margin: 0
    }

    .site-footer .footer-accordion__heading .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 54px;
        padding: 14px 32px 14px 0;
        color: #fff;
        background: transparent;
        box-shadow: none;
        font-size: 12px
    }

    .site-footer .footer-accordion__heading .accordion-button::after {
        position: absolute;
        right: 4px;
        width: 8px;
        height: 8px;
        margin: 0;
        border: solid #9bcff2;
        border-width: 0 2px 2px 0;
        background: none;
        content: "";
        transform: rotate(45deg);
        transition: transform .2s ease
    }

    .site-footer .footer-accordion__heading .accordion-button:not(.collapsed)::after {
        transform: rotate(225deg)
    }

    .site-footer .accordion-body {
        padding: 0 0 17px
    }

    .site-footer .footer-column ul {
        padding: 0;
        margin: 0
    }

    .site-footer .footer-column li {
        margin: 0
    }

    .site-footer .footer-column li a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        font-size: 12px
    }

    .site-footer .footer-contact__list {
        gap: 12px
    }

    .site-footer .footer-contact__item {
        font-size: 12px
    }

    .site-footer .footer-contact__item a {
        min-height: 28px;
        align-items: center;
        display: flex
    }
}

@media (prefers-reduced-motion:reduce) {
    .site-footer .footer-accordion__heading .accordion-button::after {
        transition: none
    }

    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}

@media (min-width:1401px) {
    :root {
        --shell: 1360px
    }
}

/* Stitch reference header alignment */
.site-header .nav {
    min-height: 88px
}

.site-header .brand>span {
    display: none
}

.site-header .brand img {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .92);
}

.site-header .brand:hover img {
    border-color: #1b2a4e
}

.site-header .nav-panel {
    gap: 48px
}

.site-header .nav-links {
    gap: 32px;
    font-size: 13px
}

.site-header .nav-panel>.button {
    min-height: 40px;
    padding: 0 24px;
    font-size: 12px;
    background: #1b2a4e;
    border-color: #1b2a4e
}

.site-header .nav-panel>.button:hover {
    background: #304168;
    border-color: #304168
}

.site-header.scrolled .brand img {
    background: #fff
}

@media (max-width:750px) {
    .site-header .nav {
        min-height: 68px
    }

    .site-header .brand img {
        width: 40px;
        height: 40px
    }

    .site-header .nav-panel {
        top: 68px
    }

    .site-header .nav-links {
        gap: 0;
        font-size: 12px
    }

    .site-header .nav-panel {
        gap: 17px
    }

    .site-header.menu-is-open {
        z-index: 1060;
        color: #fff;
        background: transparent;
        border-color: transparent;
        box-shadow: none
    }

    .site-header .menu-toggle {
        position: relative;
        z-index: 2;
        width: 48px;
        height: 48px;
        padding: 7px;
        border-radius: 50%;
        color: #fff;
        background: rgba(255, 255, 255, .12)
    }

    .site-header.scrolled:not(.menu-is-open) .menu-toggle {
        color: var(--navy);
        background: rgba(4, 21, 57, .08)
    }

    .site-header.menu-is-open .menu-toggle {
        z-index: 1056
    }

    .site-header .menu-toggle.is-open span:nth-of-type(2) {
        transform: translateY(7px) rotate(45deg)
    }

    .site-header .menu-toggle.is-open span:nth-of-type(3) {
        opacity: 0
    }

    .site-header .menu-toggle.is-open span:nth-of-type(4) {
        transform: translateY(-7px) rotate(-45deg)
    }

    .site-header .nav-panel.offcanvas {
        position: fixed;
        z-index: 1055;
        top: 0;
        right: 0;
        left: auto;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100dvh;
        min-height: 100vh;
        padding: 94px var(--gutter) 32px;
        overflow-y: auto;
        color: #fff;
        background: linear-gradient(150deg, #071b43, #041539 58%, #0b2453);
        border: 0;
        box-shadow: -18px 0 45px rgba(4, 21, 57, .28)
    }

    .site-header .nav-panel.offcanvas .offcanvas-header {
        display: block;
        padding: 0 0 18px;
        color: #8fd1ff;
        font: 600 11px/1 Montserrat;
        letter-spacing: .14em;
        text-transform: uppercase
    }

    .site-header .nav-panel.offcanvas .nav-links {
        width: 100%;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, .16)
    }

    .site-header .nav-panel.offcanvas .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .16)
    }

    .site-header .nav-panel.offcanvas .nav-links a {
        display: block;
        padding: 18px 0;
        border: 0;
        color: rgba(255, 255, 255, .86);
        font-size: 18px;
        letter-spacing: .01em;
        transition: color .2s ease, padding-left .2s ease
    }

    .site-header .nav-panel.offcanvas .nav-links a:hover,
    .site-header .nav-panel.offcanvas .nav-links a:focus-visible,
    .site-header .nav-panel.offcanvas .nav-links .is-active {
        color: #8fd1ff
    }

    .site-header .nav-panel.offcanvas>.button {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
        color: #fff;
        background: #087fc0;
        border-color: #087fc0;
        font-size: 13px
    }
}