:root {
    --bg: #f6f8fb;
    --surface: #ffffff;
    --surface-strong: #0c1524;
    --text: #142033;
    --muted: #617089;
    --line: rgba(20, 32, 51, 0.08);
    --brand: #37b6e9;
    --brand-deep: #1778b7;
    --accent: #84d8ff;
    --success: #17b26a;
    --shadow: 0 24px 60px rgba(12, 21, 36, 0.12);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(55, 182, 233, 0.16), transparent 30%),
        linear-gradient(180deg, #eef7fb 0%, var(--bg) 36%, #fdfefe 100%);
    color: var(--text);
}

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

a {
    text-decoration: none;
}

.site-nav {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(20, 32, 51, 0.06);
}

.navbar-brand {
    font-size: 1.35rem;
    letter-spacing: -0.03em;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 12px;
}

.nav-link {
    color: var(--text);
    font-weight: 500;
}

.nav-cta {
    border-radius: 999px;
    padding-inline: 1rem;
}

.hero-section {
    padding: 8.5rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 6rem -10rem auto auto;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(55, 182, 233, 0.25), transparent 60%);
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(23, 120, 183, 0.08);
    color: var(--brand-deep);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.hero-section h1,
.section-heading h2 {
    letter-spacing: -0.04em;
}

.hero-section h1 {
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 0.95;
    margin-bottom: 1rem;
}

.lead {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600;
    color: var(--brand-deep);
}

.hero-copy,
.section-heading p,
.service-card p,
.location-card p,
.site-footer p {
    color: var(--muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.75rem;
}

.hero-actions .btn {
    border-radius: 999px;
    padding: 0.9rem 1.3rem;
    font-weight: 600;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.86);
    color: var(--text);
    border: 1px solid rgba(20, 32, 51, 0.08);
    box-shadow: 0 14px 30px rgba(12, 21, 36, 0.08);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    background: #fff;
    color: var(--text);
    border-color: rgba(20, 32, 51, 0.12);
}

.hero-meta {
    display: grid;
    gap: 0.6rem;
    margin-top: 1.6rem;
    color: var(--muted);
}

.hero-meta i {
    color: var(--brand);
    margin-right: 0.45rem;
}

.store-status {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    font-weight: 700;
}

.store-status small {
    font-weight: 500;
    color: var(--muted);
}

.status-open {
    background: rgba(23, 178, 106, 0.1);
    color: #12804d;
}

.status-closed {
    background: rgba(244, 63, 94, 0.1);
    color: #be123c;
}

.hero-card {
    position: relative;
    min-height: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.hero-card img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: calc(var(--radius-xl) - 12px);
}

.floating-panel {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: rgba(12, 21, 36, 0.78);
    color: #fff;
    backdrop-filter: blur(10px);
}

.floating-panel strong {
    display: block;
    margin-bottom: 0.8rem;
}

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

.floating-actions a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.floating-actions a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.floating-actions i {
    font-size: 1.1rem;
}

.floating-actions span {
    display: block;
    color: #fff;
}

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

.section-compact {
    padding-top: 0;
    padding-bottom: 1rem;
}

.section-tint {
    background: linear-gradient(180deg, rgba(132, 216, 255, 0.12), rgba(255, 255, 255, 0.12));
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2.25rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    margin-bottom: 0.75rem;
}

.mobile-heading {
    display: none;
}

.service-card,
.hours-card,
.location-card,
.review-cta,
.featured-strip,
.trust-card,
.brand-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.6rem;
    box-shadow: var(--shadow);
}

.featured-strip {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.featured-strip i,
.trust-card > i {
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(55, 182, 233, 0.12);
    color: var(--brand-deep);
    font-size: 1.35rem;
    flex: 0 0 auto;
}

.featured-strip h3,
.trust-card h3,
.review-cta h3 {
    margin-bottom: 0.45rem;
    font-size: 1.15rem;
}

.featured-strip p,
.trust-card p,
.review-cta p {
    margin: 0;
    color: var(--muted);
}

.trust-card {
    height: 100%;
}

.trust-card > i {
    margin-bottom: 1rem;
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -30% auto;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(132, 216, 255, 0.28), transparent 65%);
}

.service-icon {
    width: 4.25rem;
    height: 4.25rem;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--brand), var(--brand-deep));
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.service-card h3,
.hours-card h3,
.location-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
}

.quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 156px;
    padding: 1.4rem 1rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    color: var(--text);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.quick-link i {
    font-size: 2rem;
}

.quick-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(12, 21, 36, 0.16);
}

.quick-link-success i { color: #16a34a; }
.quick-link-primary i { color: #2563eb; }
.quick-link-dark i { color: #111827; }
.quick-link-warning i { color: #d97706; }
.quick-link-info i { color: #0891b2; }

.brand-card {
    min-height: 120px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    padding: 1.25rem;
    background: #fff;
}

.brand-card img {
    width: 100%;
    max-width: 130px;
    max-height: 40px;
    object-fit: contain;
}

.gallery-card {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-card span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(12, 21, 36, 0.72);
    color: #fff;
    font-weight: 500;
}

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

.hours-card .table {
    margin-bottom: 0;
}

.hours-card {
    padding: 1.5rem;
}

.hours-card h3 {
    margin-bottom: 1rem;
}

.hours-card thead th {
    background: rgba(55, 182, 233, 0.12);
    color: var(--brand-deep);
    border-bottom: 0;
    padding: 0.95rem 0.85rem;
    font-size: 0.98rem;
}

.hours-card tbody td {
    padding: 0.9rem 0.85rem;
}

.hours-card tbody tr:last-child td {
    border-bottom: 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0;
    display: grid;
    gap: 0.8rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--text);
    line-height: 1.55;
}

.contact-list i {
    color: var(--brand);
}

.location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.location-actions .btn {
    border-radius: 999px;
    padding-inline: 1rem;
    font-weight: 600;
}

.small-note {
    margin-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.65;
}

.map-frame {
    min-height: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}

.map-frame iframe {
    width: 100%;
    min-height: 100%;
    height: 100%;
    border: 0;
    aspect-ratio: 16 / 11;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 1rem;
}

.faq-accordion .accordion-button {
    font-weight: 700;
    color: var(--text);
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(55, 182, 233, 0.08);
    color: var(--brand-deep);
}

.faq-accordion .accordion-body {
    color: var(--muted);
    line-height: 1.7;
}

.site-footer {
    padding: 2rem 0 3rem;
}

.floating-whatsapp {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 58px;
    height: 58px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
    z-index: 1040;
}

.floating-whatsapp i {
    font-size: 1.7rem;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-actions a {
    color: var(--brand-deep);
    font-weight: 600;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(6, 11, 19, 0.92);
    z-index: 1080;
}

.gallery-modal.is-visible {
    display: flex;
}

.gallery-modal img {
    max-width: min(1100px, 100%);
    max-height: 82vh;
    border-radius: 24px;
}

.gallery-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 7.5rem;
    }

    .hero-card img {
        min-height: 320px;
    }

    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .section-block {
        padding: 4rem 0;
    }

    .desktop-heading {
        display: none;
    }

    .mobile-heading {
        display: block;
    }

    .hero-actions,
    .location-actions {
        flex-direction: column;
    }

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

    .quick-link {
        min-height: 136px;
    }

    .featured-strip {
        align-items: flex-start;
    }

    .brand-card {
        min-height: 92px;
        padding: 0.9rem;
        border-radius: 18px;
    }

    .brand-card img {
        max-width: 92px;
        max-height: 30px;
    }

    .gallery-card img {
        height: 220px;
    }

    .map-frame iframe {
        aspect-ratio: 16 / 9;
    }

    .floating-panel {
        left: 0.85rem;
        right: 0.85rem;
        bottom: 0.85rem;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .floating-panel strong {
        display: none;
    }

    .floating-actions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .floating-actions a {
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        padding: 0;
        border-radius: 999px;
        background: rgba(12, 21, 36, 0.62);
        backdrop-filter: blur(8px);
        box-shadow: 0 8px 18px rgba(12, 21, 36, 0.18);
    }

    .floating-actions span {
        display: none;
    }

    .floating-actions i {
        font-size: 1rem;
    }

    .floating-whatsapp {
        display: flex;
    }

}
