.hero-visual {
    justify-content: center;
}

.hero-slider {
    position: relative;
    z-index: 2;
    width: 460px;
    height: 460px;
    flex: 0 0 460px;
    border-radius: 50%;
    border: 3px solid rgba(197, 138, 24, .42);
    overflow: hidden;
    background: #132943;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}

.hero-slides,
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    object-fit: cover;
    object-position: 56% center;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .8s ease, transform 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-slider-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 20px;
    display: flex;
    gap: 7px;
    transform: translateX(-50%);
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(7, 20, 38, .55);
    backdrop-filter: blur(5px);
}

.hero-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    cursor: pointer;
    transition: width .25s, border-radius .25s, background-color .25s;
}

.hero-slider-dots button.active {
    width: 24px;
    border-radius: 8px;
    background: #e0ad45;
}

.hero-visual .gold-ring {
    width: 492px;
    height: 492px;
    right: 50%;
    transform: translateX(50%);
}

.whatsapp {
    right: 24px;
    bottom: 25px;
    padding: 13px 20px;
    gap: 11px;
    border-radius: 999px;
    background: #25d366;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    box-shadow: 0 9px 30px rgba(0, 0, 0, .25);
    transition: transform .2s, background-color .2s;
}

.whatsapp:hover {
    background: #1fb85a;
    transform: translateY(-2px);
}

.whatsapp .whatsapp-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    background: #fff;
}

.whatsapp .whatsapp-icon svg {
    width: 25px;
    height: 25px;
    fill: #25d366;
}

.whatsapp .whatsapp-label {
    display: inline;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
}

body:has(.cookie:not([hidden])) .whatsapp {
    bottom: 105px;
}

.quick-grid {
    min-height: 104px;
}

.quick-grid > div {
    gap: 17px;
    padding: 20px 24px;
}

.quick-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border: 1px solid rgba(197, 138, 24, .16);
    background: linear-gradient(145deg, #fffaf0, #fff1d6);
    box-shadow: 0 7px 18px rgba(197, 138, 24, .1);
}

.quick-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quick-grid small {
    font-size: 12px;
}

.quick-grid b,
.quick-grid p a {
    font-size: 15px;
}

.service-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(197, 138, 24, .16);
    background: linear-gradient(145deg, #fffaf0, #ffefd0);
    box-shadow: 0 8px 20px rgba(197, 138, 24, .1);
    transition: background-color .25s, color .25s, transform .25s;
}

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

.service-card:hover .service-icon {
    color: #fff;
    background: linear-gradient(145deg, #d49a28, #ad7008);
    transform: translateY(-2px);
}

.brand-logo {
    display: block;
    width: 205px;
    height: auto;
}

.brand-logo-original {
    width: 220px;
}

.brand-footer .brand-logo {
    width: 220px;
}

@media (max-width: 760px) {
    .brand-logo { width: 170px; }
    .brand-logo-original { width: 185px; }
    .brand-footer .brand-logo { width: 205px; }
    .hero-slider {
        width: 300px;
        height: 300px;
        flex-basis: 300px;
        border-radius: 50%;
    }

    .hero-slide { object-position: 56% center; }
    .hero-slider-dots { bottom: 13px; }

    .hero-visual .gold-ring {
        width: 326px;
        height: 326px;
        right: 50%;
        transform: translateX(50%);
    }

    .whatsapp {
        right: 14px;
        bottom: 18px;
        padding: 11px 16px;
        gap: 9px;
    }

    .whatsapp .whatsapp-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .whatsapp .whatsapp-icon svg {
        width: 24px;
        height: 24px;
    }

    .whatsapp .whatsapp-label {
        display: inline;
        font-size: 14px;
        font-weight: 500;
    }

    .quick-grid > div {
        gap: 15px;
        padding: 18px 20px;
    }

    .quick-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .quick-icon svg {
        width: 23px;
        height: 23px;
    }

    .service-icon {
        width: 56px;
        height: 56px;
    }

    .service-icon svg {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .hero-slider {
        width: 400px;
        height: 400px;
        flex-basis: 400px;
    }

    .hero-visual .gold-ring {
        width: 430px;
        height: 430px;
    }
}
.service-card:has(.service-image) {
    padding: 0;
}

.service-image {
    display: block;
    height: 180px;
    overflow: hidden;
    background: #eef1f4;
}

.service-image img,
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.service-card:hover .service-image img,
.blog-card:hover .blog-image img {
    transform: scale(1.035);
}

.service-card-body {
    position: relative;
    padding: 27px 31px 31px;
}

.service-card:has(.service-image) .service-card-body p {
    min-height: 69px;
}

.blog-image {
    display: grid;
    overflow: hidden;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 42px;
}

.pagination a,
.pagination span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid #e1e5ea;
    border-radius: 10px;
    background: #fff;
    color: #0d2039;
    font-weight: 750;
    transition: .2s;
}

.pagination a:hover,
.pagination span {
    border-color: #c58a18;
    background: #c58a18;
    color: #fff;
}

.pagination .pagination-arrow {
    font-size: 25px;
}

.pagination-gap {
    padding: 0 3px;
    color: #667085;
    font-style: normal;
}

.gallery-grid figure a {
    display: block;
    cursor: zoom-in;
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 55px 90px;
    background: rgba(3, 10, 20, .94);
    backdrop-filter: blur(8px);
}

.gallery-lightbox figure {
    margin: 0;
    max-width: min(1180px, 88vw);
    max-height: 86vh;
    display: grid;
    justify-items: center;
}

.gallery-lightbox figure img {
    max-width: 100%;
    max-height: calc(86vh - 50px);
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .5);
}

.gallery-lightbox figcaption {
    padding-top: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.lightbox-close,
.lightbox-arrow {
    position: absolute;
    border: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
    background: #c58a18;
}

.lightbox-close {
    width: 46px;
    height: 46px;
    top: 24px;
    right: 28px;
    font-size: 30px;
}

.lightbox-arrow {
    width: 58px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 44px;
    line-height: 1;
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
body.lightbox-open { overflow: hidden; }

.testimonial-marquee {
    overflow: hidden;
    padding: 12px 0 28px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.testimonial-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.testimonial-group {
    display: flex;
    gap: 18px;
    padding-right: 18px;
}

.testimonial-group blockquote {
    width: 390px;
    min-height: 184px;
    margin: 0;
    padding: 20px 24px;
    border: 1px solid #e7e9ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(7, 20, 38, .06);
}

.testimonial-group blockquote > span {
    color: #c58a18;
    letter-spacing: 2px;
}

.testimonial-group blockquote p {
    margin: 8px 0;
    white-space: normal;
    line-height: 1.55;
    color: #334155;
}

.testimonial-group footer {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
}

.testimonial-group footer small { color: #667085; }

@media (max-width: 760px) {
    .gallery-lightbox { padding: 70px 14px 35px; }
    .lightbox-arrow { width: 44px; height: 44px; font-size: 34px; }
    .lightbox-prev { left: 9px; }
    .lightbox-next { right: 9px; }
    .lightbox-close { top: 14px; right: 14px; }
    .testimonial-group blockquote { width: 310px; min-height: 210px; }
}
