:root {
    --primary: #1a6fc4;
    --primary-dark: #1358a0;
    --primary-light: #e8f1fb;
    --accent: #f59e0b;
    --dark: #0a1628;
    --gray: #64748b;
    --light: #f7f9fc;
    --white: #fff;
    --green: #16a34a;
    --card-radius: 18px;
    --section-pad: 80px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    color: #1e2d3d;
    overflow-x: hidden;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
.brand-name,
.section-title,
.service-name,
.why-title,
.city-name {
    font-family: 'Nunito', sans-serif
}

img {
    max-width: 100%;
    height: auto
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #e85d04, #f97316);
    width: 0%;
    z-index: 10001;
    transition: width .1s
}

.announce-bar {
    background: linear-gradient(90deg, #e85d04, #f97316);
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    font-size: .82rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 9999
}

.announce-bar a {
    color: #fff;
    text-decoration: underline
}

.announce-bar .announce-close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    padding: 4px
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #e85d04;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(232, 93, 4, .4);
    z-index: 9990;
    align-items: center;
    justify-content: center
}

#scrollTop.visible {
    display: flex
}

.social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.social-side-btn {
    display: flex;
    align-items: center;
    gap: 0;
    width: 42px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    padding: 11px 0 11px 13px;
    color: #fff;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: .78rem;
    transition: width .3s cubic-bezier(.4, 0, .2, 1), background .2s;
    white-space: nowrap;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

.social-side-btn i {
    font-size: 1rem;
    min-width: 16px;
    text-align: center
}

.social-side-label {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity .25s, max-width .3s;
    margin-left: 0
}

.no-touch .social-side-btn:hover {
    width: 130px;
    padding-right: 14px
}

.no-touch .social-side-btn:hover .social-side-label {
    opacity: 1;
    max-width: 100px;
    margin-left: 9px
}

.social-side-btn.facebook {
    background: #1877f2
}

.social-side-btn.instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #515bd4)
}

.social-side-btn.youtube {
    background: red
}

.social-side-btn.whatsapp {
    background: #25d366
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 24px rgba(26, 111, 196, .1);
    padding: .65rem 0;
    position: sticky;
    top: 0;
    z-index: 1050
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-wrap: nowrap
}

.brand-name {
    font-size: 1.15rem;
    font-weight: 900;
    color: #1a2e4a;
    line-height: 1.1;
    white-space: nowrap
}

.brand-name span {
    color: #e85d04
}

.brand-tagline {
    font-size: .65rem;
    color: #6b7280;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.logo-svg-wrap {
    display: flex;
    align-items: center
}

.navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: .84rem;
    color: var(--dark) !important;
    padding: .5rem .85rem !important;
    letter-spacing: .2px;
    transition: color .2s
}

.navbar-nav .nav-link:hover {
    color: var(--primary) !important
}

.nav-call-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff !important;
    border-radius: 50px;
    padding: .46rem 1.3rem !important;
    font-size: .81rem !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(26, 111, 196, .32);
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap
}

.nav-social-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px
}

.nav-social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    transition: transform .2s, opacity .2s;
    text-decoration: none;
    color: #fff
}

.nav-social-icons a:hover {
    transform: scale(1.15);
    opacity: .85
}

.nav-social-fb {
    background: #1877f2
}

.nav-social-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.nav-social-wa {
    background: #25d366
}

.carousel-item {
    height: 625px
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.4)
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(10, 22, 40, .75) 0%, rgba(26, 111, 196, .3) 100%);
    z-index: 1
}

.carousel-caption-custom {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1.5rem
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, .18);
    border: 1px solid rgba(245, 158, 11, .5);
    color: var(--accent);
    border-radius: 50px;
    font-size: .7rem;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.2px;
    padding: 5px 16px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.hero-title {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 1rem;
    max-width: 820px;
    text-shadow: 0 2px 30px rgba(0, 0, 0, .25)
}

.hero-title span {
    color: var(--accent)
}

.hero-sub {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(.82rem, 2vw, 1.02rem);
    max-width: 580px;
    margin-bottom: 1.8rem;
    line-height: 1.65
}

.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.6rem
}

.btn-hero-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: .72rem 1.7rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 22px rgba(26, 111, 196, .45);
    text-decoration: none
}

.btn-hero-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .6);
    color: #fff;
    border-radius: 50px;
    padding: .72rem 1.7rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    text-decoration: none
}

.hero-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.8rem
}

.hero-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50px;
    padding: 7px 14px;
    color: #fff;
    font-size: .72rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    backdrop-filter: blur(6px)
}

.hero-pill i {
    color: var(--accent);
    font-size: .78rem
}

.hero-socials {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.hero-social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    border: 1.5px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: background .25s, transform .2s, border-color .25s
}

.hero-social-link:hover {
    background: rgba(255, 255, 255, .28);
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
    transform: translateY(-3px) scale(1.1)
}

.hero-social-link.whatsapp-hero:hover {
    background: #25d366;
    border-color: #25d366
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    z-index: 10
}

.carousel-indicators {
    z-index: 10
}

.marquee-wrap {
    background: linear-gradient(135deg, #1a56db 0%, #1e429f 100%);
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    z-index: 10
}

.marquee-wrap::before,
.marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2
}

.marquee-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #1a56db, transparent)
}

.marquee-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #1e429f, transparent)
}

.marquee {
    display: flex;
    gap: 0;
    animation: marqueeScroll 30s linear infinite;
    width: max-content
}

.marquee-wrap:hover .marquee {
    animation-play-state: paused
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 24px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .03em;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.marquee-item::before {
    content: '✦';
    font-size: .65rem;
    opacity: .75
}

section {
    padding: var(--section-pad) 0
}

.section-tag {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50px;
    font-size: .68rem;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1.8px;
    padding: 5px 16px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.section-title {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 900;
    color: var(--dark);
    line-height: 1.22;
    margin-bottom: 14px
}

.section-title span {
    color: var(--primary)
}

.section-divider {
    width: 52px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    margin: 0 auto 20px
}

.section-divider.left {
    margin: 0 0 20px
}

#about {
    background: var(--light)
}

.about-img-wrap {
    position: relative;
    margin-bottom: 32px
}

.about-img-wrap img {
    border-radius: 20px;
    width: 100%;
    height: 340px;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(26, 111, 196, .16)
}

.about-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 16px;
    padding: 13px 20px;
    box-shadow: 0 12px 32px rgba(26, 111, 196, .4);
    display: flex;
    align-items: center;
    gap: 12px
}

.about-badge-num {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1
}

.about-badge-text {
    font-size: .68rem;
    line-height: 1.4;
    opacity: .92;
    font-family: 'Inter', sans-serif
}

.about-content {
    padding-top: 32px
}

.about-content p {
    color: #4a5568;
    line-height: 1.82;
    margin-bottom: 13px;
    font-size: .94rem
}

.about-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px
}

.about-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: .8rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: var(--dark);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07)
}

.about-chip i {
    color: var(--green);
    font-size: .82rem
}

#services {
    background: #fff
}

.service-card {
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1.5px solid #e8edf5;
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    position: relative
}

.service-card-img-wrap {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease
}

.service-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, .55) 0%, transparent 60%)
}

.service-img-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--accent);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .6rem;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px
}

.service-img-fallback {
    width: 100%;
    height: 185px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    background: var(--primary-light);
    color: var(--primary)
}

.service-card-body {
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.service-icon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px
}

.service-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: linear-gradient(135deg, var(--primary-light), #cce0f8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    transition: background .3s, transform .3s
}

.service-icon i {
    color: var(--primary);
    transition: color .3s
}

.service-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .9rem;
    color: var(--dark);
    line-height: 1.3
}

.service-desc {
    font-size: .77rem;
    color: var(--gray);
    line-height: 1.6;
    margin-top: 5px;
    flex: 1
}

.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    font-size: .72rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: var(--primary);
    text-decoration: none
}

.service-cta i {
    font-size: .65rem;
    transition: transform .2s
}

.no-touch .service-card {
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.no-touch .service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(26, 111, 196, .16);
    border-color: var(--primary)
}

.no-touch .service-card:hover .service-card-img {
    transform: scale(1.07)
}

.no-touch .service-card:hover .service-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    transform: scale(1.1)
}

.no-touch .service-card:hover .service-icon i {
    color: #fff !important
}

.no-touch .service-card:hover .service-cta i {
    transform: translateX(3px)
}

.safety-strip {
    background: linear-gradient(135deg, var(--dark) 0%, #0d2144 100%);
    padding: 60px 0
}

.safety-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    color: #fff;
    margin-bottom: 8px
}

.safety-title span {
    color: var(--accent)
}

.safety-sub {
    color: rgba(255, 255, 255, .65);
    font-size: .88rem;
    margin-bottom: 28px;
    line-height: 1.65
}

.safety-img-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .35)
}

.safety-img-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease
}

.safety-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, .9) 0%, transparent 100%);
    padding: 14px
}

.safety-img-label {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .8rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px
}

.safety-img-label i {
    color: var(--accent);
    font-size: .75rem
}

.safety-img-sub {
    font-size: .67rem;
    color: rgba(255, 255, 255, .68);
    margin-top: 2px
}

.no-touch .safety-img-card:hover img {
    transform: scale(1.06)
}

.safety-stat {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center
}

.safety-stat strong {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--accent);
    display: block
}

.safety-stat span {
    font-size: .7rem;
    color: rgba(255, 255, 255, .65)
}

#invisible-grill {
    background: var(--light)
}

.grill-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 26px
}

.grill-gallery img {
    width: 100%;
    border-radius: 13px;
    object-fit: cover;
    height: 175px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .1)
}

.grill-gallery img:first-child {
    grid-column: 1/-1;
    height: 225px
}

.no-touch .grill-gallery img {
    transition: transform .3s
}

.no-touch .grill-gallery img:hover {
    transform: scale(1.02)
}

.grill-feature {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin-bottom: 18px
}

.grill-feature-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .95rem
}

.grill-feature h3 {
    font-size: .9rem;
    font-weight: 800;
    margin-bottom: 3px;
    color: var(--dark)
}

.grill-feature p {
    font-size: .8rem;
    color: var(--gray);
    line-height: 1.55;
    margin: 0
}

.grill-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .07)
}

.grill-box h4 {
    font-size: .88rem;
    font-weight: 800;
    margin-bottom: 11px;
    color: var(--dark)
}

.grill-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.grill-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0;
    font-size: .8rem;
    color: #4a5568;
    line-height: 1.5
}

.grill-list li i {
    margin-top: 2px;
    font-size: .76rem
}

#why-us {
    background: #fff
}

.why-card {
    background: var(--light);
    border-radius: var(--card-radius);
    padding: 24px 18px;
    text-align: center;
    height: 100%
}

.no-touch .why-card {
    transition: transform .3s, box-shadow .3s, background .3s
}

.no-touch .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(26, 111, 196, .13);
    background: #fff
}

.why-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3rem;
    color: #fff;
    box-shadow: 0 6px 20px rgba(26, 111, 196, .3)
}

.why-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .9rem;
    color: var(--dark);
    margin-bottom: 6px
}

.why-desc {
    font-size: .78rem;
    color: var(--gray);
    line-height: 1.55
}

.stats-bar {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 50px 0
}

.stat-item {
    text-align: center;
    padding: 10px 0
}

.stat-num {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.9rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px
}

.stat-label {
    font-size: .8rem;
    color: rgba(255, 255, 255, .8);
    font-family: 'Nunito', sans-serif;
    font-weight: 700
}

.stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, .2);
    height: 60px;
    margin: auto
}

#works-gallery {
    padding: 80px 0;
    background: #f8fafc
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.gallery-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #e5e7eb;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    transition: transform .25s, box-shadow .25s
}

.gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: unset
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 32px rgba(232, 93, 4, .18)
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s
}

.gallery-item:hover img {
    transform: scale(1.06)
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 15, 30, .7) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: flex-end;
    padding: 14px
}

.gallery-item:hover .gallery-overlay {
    opacity: 1
}

.gallery-overlay-text {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: .85rem
}

#seo-content {
    background: var(--light)
}

.seo-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    border-left: 4px solid var(--primary)
}

.seo-card h3 {
    font-size: .94rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px
}

.seo-card p {
    font-size: .84rem;
    color: #4a5568;
    line-height: 1.78
}

.seo-stats-bar {
    background: var(--dark);
    border-radius: 16px;
    padding: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px
}

.seo-stat {
    text-align: center;
    flex: 1;
    min-width: 100px
}

.seo-stat-num {
    font-family: 'Nunito', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--accent)
}

.seo-stat-label {
    font-size: .73rem;
    color: rgba(255, 255, 255, .72);
    margin-top: 2px
}

.cities-tag {
    background: var(--primary);
    color: #fff;
    padding: 15px 22px;
    border-radius: 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: .84rem;
    text-align: center;
    margin-top: 22px;
    line-height: 1.85
}

#coverage {
    background: #fff
}

.city-card {
    background: var(--light);
    border-radius: 16px;
    padding: 24px 14px;
    text-align: center
}

.no-touch .city-card {
    transition: transform .3s, box-shadow .3s, background .3s
}

.no-touch .city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(26, 111, 196, .13);
    background: linear-gradient(135deg, var(--primary-light), #cce0f8)
}

.city-icon {
    font-size: 2rem;
    margin-bottom: 10px
}

.city-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 4px
}

.city-region {
    font-size: .7rem;
    color: var(--gray)
}

.coverage-note {
    background: var(--primary-light);
    border: 1.5px solid rgba(26, 111, 196, .2);
    border-radius: 13px;
    padding: 15px 22px;
    text-align: center;
    font-size: .88rem;
    color: var(--primary-dark);
    font-weight: 600;
    margin-top: 28px
}

#contact {
    background: var(--light)
}

.contact-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .07)
}

.no-touch .contact-card {
    transition: transform .3s
}

.no-touch .contact-card:hover {
    transform: translateY(-4px)
}

.contact-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.3rem;
    color: #fff
}

.contact-card h3 {
    font-weight: 800;
    font-size: .82rem;
    color: var(--gray);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.contact-card a {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: var(--primary);
    text-decoration: none;
    word-break: break-all
}

.contact-note {
    font-size: .73rem;
    color: var(--gray);
    margin-top: 7px
}

.contact-form {
    background: #fff;
    border-radius: 18px;
    padding: 32px 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.form-control,
.form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 11px;
    padding: 12px 15px;
    font-size: .9rem;
    transition: border-color .2s
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 111, 196, .1)
}

.btn-submit {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 36px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .94rem;
    width: 100%;
    transition: transform .2s, box-shadow .2s
}

.no-touch .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 111, 196, .38);
    color: #fff
}

#reviews {
    padding: 70px 0;
    background: #f8faff
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(26, 86, 219, .07);
    border: 1px solid #e8effd;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
    position: relative
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(26, 86, 219, .13)
}

.review-card::before {
    content: '\201C';
    font-size: 5rem;
    line-height: 1;
    color: #1a56db;
    opacity: .12;
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: Georgia, serif
}

.review-stars {
    color: #f59e0b;
    font-size: .95rem;
    margin-bottom: 10px
}

.review-text {
    font-size: .92rem;
    color: #444;
    line-height: 1.65;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a56db, #1e429f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    flex-shrink: 0
}

.review-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .92rem;
    color: #1a202c
}

.review-city {
    font-size: .78rem;
    color: #888;
    margin-top: 1px
}

.review-service-tag {
    display: inline-block;
    background: #eef2ff;
    color: #1a56db;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 99px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif
}

.review-extra {
    display: none
}

.review-extra.show {
    display: block
}

.btn-show-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: linear-gradient(135deg, #1a56db, #1e429f);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .95rem;
    cursor: pointer;
    transition: opacity .2s, transform .2s;
    text-decoration: none
}

.btn-show-more:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff
}

.btn-show-more i {
    transition: transform .3s
}

.btn-show-more.open i {
    transform: rotate(180deg)
}

.reviews-summary {
    background: linear-gradient(135deg, #1a56db 0%, #1e429f 100%);
    border-radius: 16px;
    padding: 28px 32px;
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.reviews-big-score {
    font-size: 3.5rem;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    line-height: 1
}

.reviews-big-stars {
    color: #fbbf24;
    font-size: 1.2rem;
    margin: 4px 0
}

.reviews-total {
    font-size: .85rem;
    opacity: .85
}

.reviews-bars {
    flex: 1;
    min-width: 180px
}

.rbar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: .82rem
}

.rbar-label {
    width: 40px;
    text-align: right;
    opacity: .9
}

.rbar-track {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, .25);
    border-radius: 99px;
    overflow: hidden
}

.rbar-fill {
    height: 100%;
    background: #fbbf24;
    border-radius: 99px
}

.rbar-count {
    width: 24px;
    opacity: .8
}

#owner {
    background: #fff;
    padding: var(--section-pad) 0
}

.owner-card {
    display: flex;
    gap: 0;
    background: var(--light);
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid #e8edf5;
    box-shadow: 0 12px 48px rgba(26, 111, 196, .1)
}

.owner-photo-col {
    flex: 0 0 280px;
    min-width: 0;
    background: linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 28px;
    position: relative
}

.owner-photo-wrap {
    position: relative;
    width: 200px;
    flex-shrink: 0
}

.owner-photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .3);
    display: block;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .28)
}

.owner-avatar-fallback {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .12);
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: rgba(255, 255, 255, .7)
}

.owner-exp-badge {
    position: absolute;
    bottom: -6px;
    right: -10px;
    background: var(--accent);
    color: #fff;
    border-radius: 50px;
    padding: 7px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    box-shadow: 0 6px 20px rgba(245, 158, 11, .45)
}

.owner-exp-num {
    font-family: 'Nunito', sans-serif;
    font-size: 1.15rem;
    font-weight: 900
}

.owner-exp-text {
    font-size: .58rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    opacity: .9;
    letter-spacing: .5px
}

.owner-info-col {
    flex: 1;
    padding: 36px 36px 34px;
    min-width: 0
}

.owner-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.owner-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 1.55rem;
    color: var(--dark);
    margin-bottom: 4px;
    line-height: 1.1
}

.owner-role {
    font-size: .82rem;
    color: var(--gray);
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px
}

.owner-role i {
    color: var(--primary);
    font-size: .78rem
}

.owner-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(26, 111, 196, .1);
    border: 1px solid rgba(26, 111, 196, .25);
    color: var(--primary);
    border-radius: 50px;
    font-size: .68rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    padding: 5px 12px;
    white-space: nowrap;
    letter-spacing: .5px
}

.owner-divider {
    height: 1.5px;
    background: linear-gradient(90deg, #e0e8f5 0%, transparent 100%);
    margin-bottom: 16px
}

.owner-bio {
    font-size: .9rem;
    color: #4a5568;
    line-height: 1.82;
    margin-bottom: 20px
}

.owner-bio strong {
    color: var(--primary-dark)
}

.owner-stats-row {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #e8edf5;
    margin-bottom: 20px;
    overflow: hidden
}

.owner-stat {
    flex: 1;
    text-align: center;
    padding: 14px 8px
}

.owner-stat-num {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 1.35rem;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 3px
}

.owner-stat-label {
    font-size: .68rem;
    color: var(--gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px
}

.owner-stat-sep {
    width: 1px;
    height: 44px;
    background: #e8edf5;
    flex-shrink: 0
}

.owner-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px
}

.owner-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-light);
    border-radius: 50px;
    padding: 6px 13px;
    font-size: .76rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: var(--primary-dark)
}

.owner-chip i {
    color: var(--green);
    font-size: .75rem
}

.owner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.owner-wa-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #25d366;
    color: #fff;
    border-radius: 50px;
    padding: .65rem 1.3rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .85rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37, 211, 102, .3)
}

footer {
    background: var(--dark);
    color: rgba(255, 255, 255, .8);
    padding: 60px 0 0
}

.footer-brand-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 11px
}

.footer-brand-name {
    font-family: 'Nunito', sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #fff
}

.footer-brand-name span {
    color: var(--primary)
}

.footer-desc {
    font-size: .82rem;
    color: rgba(255, 255, 255, .58);
    line-height: 1.72;
    margin-top: 10px;
    margin-bottom: 18px
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    color: #fff;
    transition: transform .2s, opacity .2s;
    text-decoration: none
}

.footer-social a:hover {
    transform: scale(1.12);
    opacity: .85
}

.fsoc-fb {
    background: #1877f2
}

.fsoc-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.fsoc-wa {
    background: #25d366
}

.footer-title {
    font-family: 'Nunito', sans-serif;
    font-size: .83rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: 9px
}

.footer-links a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: .83rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s
}

.footer-links a:hover {
    color: var(--accent)
}

.footer-links a i {
    color: var(--primary);
    font-size: .7rem
}

.footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 13px;
    font-size: .83rem;
    color: rgba(255, 255, 255, .6)
}

.footer-contact-item a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none
}

.footer-contact-item a:hover {
    color: var(--accent)
}

.footer-bottom {
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 0
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .4)
}

.floating-btns {
    position: fixed;
    bottom: 22px;
    right: 18px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    padding: 12px 18px;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: .8rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .28);
    color: #fff
}

.no-touch .float-btn {
    transition: transform .2s, box-shadow .2s
}

.no-touch .float-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 10px 32px rgba(0, 0, 0, .32);
    color: #fff
}

.float-wa {
    background: #25d366
}

.float-call {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark))
}

.float-btn i {
    font-size: 1rem
}

.fade-in {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s ease, transform .6s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .marquee {
        animation: none
    }
}

@media(max-width:1024px) {
    .carousel-item {
        height: 520px
    }

    :root {
        --section-pad: 65px
    }
}

@media(max-width:991px) {
    .navbar-collapse {
        background: #fff;
        border-radius: 14px;
        margin-top: 10px;
        padding: 10px 0;
        box-shadow: 0 8px 32px rgba(26, 111, 196, .12)
    }

    .navbar-nav .nav-link {
        padding: .65rem 1.3rem !important;
        border-radius: 9px;
        margin: 2px 8px
    }

    .navbar-nav .nav-link:hover {
        background: var(--primary-light)
    }

    .nav-call-btn {
        margin: 10px 16px 6px;
        justify-content: center
    }

    .nav-social-icons {
        margin: 8px 0 4px;
        justify-content: flex-start
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .owner-card {
        flex-direction: column
    }

    .owner-photo-col {
        flex: none;
        width: 100%;
        padding: 36px 24px 30px
    }

    .owner-photo-wrap {
        width: 160px
    }

    .owner-photo,
    .owner-avatar-fallback {
        width: 160px;
        height: 160px
    }

    .owner-info-col {
        padding: 28px 24px 30px
    }

    .owner-name {
        font-size: 1.35rem
    }
}

@media(max-width:900px) {
    .social-sidebar {
        display: none
    }
}

@media(max-width:768px) {
    .carousel-item {
        height: 450px
    }

    :root {
        --section-pad: 54px
    }

    .about-img-wrap img {
        height: 270px
    }

    .stat-divider {
        display: none
    }

    .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 18px
    }

    .stat-item:last-child {
        border-bottom: none
    }

    .grill-gallery img:first-child {
        height: 195px
    }

    .grill-gallery img {
        height: 145px
    }

    .safety-img-card img {
        height: 175px
    }

    .service-card-img-wrap,
    .service-img-fallback {
        height: 160px
    }

    input,
    select,
    textarea {
        font-size: 16px !important
    }

    .footer-bottom-inner {
        justify-content: center;
        text-align: center
    }
}

@media(max-width:600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:576px) {
    .carousel-item {
        height: 580px
    }

    :root {
        --section-pad: 46px
    }

    .carousel-caption-custom {
        padding: 0 14px 68px;
        justify-content: center
    }

    .navbar-brand {
        gap: 8px;
        max-width: 85%
    }

    .logo-svg-wrap svg {
        width: 40px;
        height: 40px
    }

    .navbar-brand .brand-name {
        font-size: 1.1rem
    }

    .navbar-brand .brand-tagline {
        font-size: .55rem
    }

    .hero-badge {
        font-size: .62rem;
        padding: 4px 13px
    }

    .hero-title {
        font-size: clamp(1.2rem, 6.5vw, 1.65rem)
    }

    .hero-sub {
        font-size: .78rem;
        margin-bottom: 1.3rem
    }

    .btn-hero-primary,
    .btn-hero-outline {
        padding: .65rem 1.2rem;
        font-size: .8rem
    }

    .hero-pill {
        font-size: .65rem;
        padding: 5px 11px
    }

    .about-img-wrap img {
        height: 230px
    }

    .about-badge-num {
        font-size: 1.6rem
    }

    .about-content p {
        font-size: .88rem
    }

    .about-chip {
        font-size: .76rem
    }

    .service-card {
        flex-direction: column;
        border-radius: 16px;
        height: auto;
        box-shadow: 0 3px 16px rgba(0, 0, 0, .08)
    }

    .service-card-img-wrap,
    .service-img-fallback {
        width: 100%;
        height: 200px
    }

    .service-card-body {
        padding: 14px 16px 18px
    }

    .service-name {
        font-size: .92rem
    }

    .service-desc {
        font-size: .8rem
    }

    .safety-strip {
        padding: 44px 0
    }

    .safety-img-card img {
        height: 155px
    }

    .grill-gallery {
        grid-template-columns: 1fr
    }

    .grill-gallery img:first-child {
        grid-column: 1;
        height: 200px
    }

    .grill-gallery img {
        height: 185px
    }

    .why-card {
        padding: 18px 13px
    }

    .why-icon {
        width: 50px;
        height: 50px;
        font-size: 1.15rem
    }

    .why-title {
        font-size: .84rem
    }

    .stats-bar {
        padding: 38px 0
    }

    .stat-num {
        font-size: 2rem
    }

    .stat-item {
        padding: 12px 0
    }

    .seo-card {
        padding: 20px
    }

    .seo-stat-num {
        font-size: 1.65rem
    }

    .city-card {
        padding: 18px 10px
    }

    .contact-card {
        padding: 20px 15px
    }

    .contact-form {
        padding: 22px 18px
    }

    .floating-btns {
        bottom: 15px;
        right: 13px;
        gap: 8px
    }

    .float-btn {
        padding: 10px 15px;
        font-size: .75rem
    }

    .owner-card {
        border-radius: 18px
    }

    .owner-photo-col {
        padding: 28px 20px 24px
    }

    .owner-photo-wrap {
        width: 130px
    }

    .owner-photo,
    .owner-avatar-fallback {
        width: 130px;
        height: 130px;
        font-size: 3.5rem
    }

    .owner-exp-badge {
        bottom: -8px;
        right: -12px;
        padding: 6px 11px
    }

    .owner-exp-num {
        font-size: 1rem
    }

    .owner-info-col {
        padding: 22px 18px 26px
    }

    .owner-name {
        font-size: 1.2rem
    }

    .owner-verified {
        font-size: .62rem;
        padding: 4px 10px
    }

    .owner-bio {
        font-size: .85rem
    }

    .owner-stat-num {
        font-size: 1.15rem
    }

    .owner-chip {
        font-size: .72rem;
        padding: 5px 11px
    }
}

@media(max-width:400px) {
    .hero-pills {
        gap: 6px
    }

    .hero-pill {
        font-size: .62rem;
        padding: 5px 9px
    }
}

@media(max-width:380px) {
    .carousel-item {
        height: 620px
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        justify-content: center
    }

    .logo-svg-wrap svg {
        width: 34px;
        height: 34px
    }

    .navbar-brand .brand-name {
        font-size: 1rem
    }

    .navbar-brand .brand-tagline {
        font-size: .48rem
    }
}

@media(max-width:360px) {
    .carousel-item {
        height: 450px
    }

    .hero-title {
        font-size: 1.1rem
    }

    .float-btn span.btn-text {
        display: none
    }

    .float-btn {
        padding: 13px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        justify-content: center
    }

    .float-btn i {
        font-size: 1.15rem;
        margin: 0
    }

    .owner-header {
        flex-direction: column;
        gap: 8px
    }

    .owner-actions {
        flex-direction: column
    }

    .owner-wa-btn,
    .owner-actions .btn-hero-primary {
        width: 100%;
        justify-content: center
    }
}

/* Carousel image aspect ratio */
.carousel-item img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}

/* Lightbox */
#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .92);
    align-items: center;
    justify-content: center;
}

#lightbox .lightbox-close,
#lightbox .lightbox-nav {
    position: absolute;
    background: rgba(255, 255, 255, .15);
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

#lightbox .lightbox-close {
    top: 20px;
    right: 24px;
    background: none;
    font-size: 2rem;
    padding: 4px 8px;
}

#lightbox .lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
}

#lightbox .lightbox-prev { left: 16px; }
#lightbox .lightbox-next { right: 16px; }

#lightboxImg {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
