/* Professional Styling for GNM Clothing */

:root {
    --dark-green: #0d4f3c;
    --black: #000000;
    --gold: #daa520;
    --light-gold: #ffd700;
    --dark-bg: #1a1a1a;
    --surface: rgba(255, 255, 255, 0.08);
    --surface-strong: rgba(255, 255, 255, 0.14);
    --glass: rgba(9, 11, 13, 0.84);
    --shadow: rgba(0, 0, 0, 0.45);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #fff;
    background: radial-gradient(circle at top, rgba(218,165,32,0.14), transparent 12%),
                linear-gradient(180deg, #07120d 0%, #0d1520 30%, #090b0b 100%);
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,0.02), transparent 35%, rgba(218,165,32,0.03) 70%, transparent);
    mix-blend-mode: screen;
    opacity: 0.85;
}

main {
    overflow-x: hidden;
}

.container {
    width: min(100% - 2rem, 1200px);
}

/* Skip link visible when focused */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 2000;
    transition: top 0.2s ease;
}
.skip-link:focus {
    top: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--gold);
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 5rem 0;
    transform-style: preserve-3d;
    perspective: 1800px;
    background: radial-gradient(circle at top left, rgba(218,165,32,0.18), transparent 18%),
                radial-gradient(circle at bottom right, rgba(255,255,255,0.08), transparent 18%),
                linear-gradient(180deg, #060909 0%, #090e13 42%, #050607 100%);
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 24%, rgba(218,165,32,0.16), transparent 18%),
                radial-gradient(circle at 84% 16%, rgba(255,255,255,0.08), transparent 14%);
    pointer-events: none;
    animation: ambientGlow 10s ease-in-out infinite;
}

@keyframes ambientGlow {
    0%, 100% { transform: scale(1); opacity: 0.95; }
    50% { transform: scale(1.03); opacity: 1; }
}

.hero-visual {
    min-height: 620px;
    position: relative;
    border-radius: 40px;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 24%),
                linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.45));
    overflow: hidden;
    border: 1px solid rgba(218,165,32,0.18);
    box-shadow: 0 40px 130px rgba(0,0,0,0.35);
    transform-style: preserve-3d;
    perspective: 1400px;
}

.scene {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.25s ease;
    transform-origin: center center;
    will-change: transform;
}

.hero-parallax {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.55;
}

.hero-layer {
    position: absolute;
    border-radius: 999px;
    filter: blur(26px);
    opacity: 0.92;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
}

.hero-layer-1 {
    width: 240px;
    height: 240px;
    top: 12%;
    left: 10%;
    background: rgba(218,165,32,0.18);
}

.hero-layer-2 {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 12%;
    background: rgba(255,255,255,0.12);
}

.hero-layer-3 {
    width: 320px;
    height: 320px;
    bottom: 8%;
    left: 18%;
    background: rgba(255,255,255,0.06);
}

.hero-layer-4 {
    width: 260px;
    height: 260px;
    bottom: 16%;
    right: 16%;
    background: rgba(218,165,32,0.12);
}

.hero-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 35%);
    pointer-events: none;
}

.hero .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
    gap: 2.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-copy {
    color: #fff;
    transform-style: preserve-3d;
    will-change: transform;
}

.hero-grid {
    perspective: 2200px;
}

.hero-actions a,
.hero-actions button {
    transform-style: preserve-3d;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hero-actions a:hover,
.hero-actions button:hover,
.hero-actions a:focus-visible,
.hero-actions button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.hero-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--light-gold);
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(218,165,32,0.12);
    margin-bottom: 1.4rem;
    backdrop-filter: blur(12px);
}

.hero-copy h1 {
    font-size: clamp(3rem, 6vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 1.4rem;
    max-width: 10ch;
}

.hero-copy .lead {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.88);
    max-width: 34rem;
    margin-bottom: 2.2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
}

.hero-pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    gap: 1rem;
    margin-top: 1rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.2rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.94);
    font-size: 0.95rem;
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
    transform-style: preserve-3d;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hero-pill:hover {
    transform: translateZ(8px);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 24px 48px rgba(0,0,0,0.28);
}

.hero-visual {
    min-height: 620px;
    position: relative;
    border-radius: 40px;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 24%),
                linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.45));
    overflow: hidden;
    border: 1px solid rgba(218,165,32,0.18);
    box-shadow: 0 40px 130px rgba(0,0,0,0.35);
    transform-style: preserve-3d;
}

.scene {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.25s ease;
}

.floating-card {
    position: absolute;
    width: 220px;
    min-height: 220px;
    border-radius: 28px;
    padding: 1.8rem;
    background: linear-gradient(180deg, rgba(10, 18, 24, 0.88), rgba(4, 10, 12, 0.80));
    border: 1px solid rgba(218,165,32,0.24);
    box-shadow: 0 30px 90px rgba(0,0,0,0.44);
    backdrop-filter: blur(24px);
    color: #fff;
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.floating-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 60%);
    opacity: 0.12;
    pointer-events: none;
}

.floating-card:hover {
    transform: translateZ(56px) scale(1.007);
    box-shadow: 0 52px 120px rgba(0,0,0,0.45);
    border-color: rgba(218,165,32,0.35);
}

.floating-card-1 { top: 10%; left: 8%; }
.floating-card-2 { top: 14%; right: 10%; width: 220px; }
.floating-card-3 { bottom: 16%; left: 12%; width: 210px; }
.floating-card-4 { bottom: 14%; right: 14%; width: 190px; }

.floating-copy h3 {
    margin-top: 1rem;
    font-size: 1.35rem;
    line-height: 1.2;
}

.floating-copy p {
    color: rgba(255,255,255,0.75);
    margin-top: 0.95rem;
    font-size: 0.97rem;
}

.hero-info-card {
    width: min(100%, 460px);
    min-height: 360px;
    margin: 2rem auto 0;
    display: flex;
}
.hero-info-card .floating-copy {
    width: 100%;
}
.hero-info-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}
.hero-info-tab {
    border: 1px solid rgba(218,165,32,0.3);
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.hero-info-tab:hover,
.hero-info-tab:focus-visible {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.14);
}
.hero-info-tab.is-active {
    background: linear-gradient(135deg, var(--gold), #ffd86b);
    color: #111;
    box-shadow: 0 10px 24px rgba(218,165,32,0.25);
}
.hero-info-panel {
    display: block;
}
.hero-info-panel--hidden {
    display: none;
}
.offer-list,
.opportunity-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,0.92);
    font-size: 0.95rem;
    display: grid;
    gap: 0.7rem;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 0.25rem;
}
.offer-list li,
.opportunity-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.offer-list li::before,
.opportunity-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gold);
    font-size: 1.05rem;
}
.hero-info-card h3 {
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .hero-info-card {
        min-height: auto;
        margin-top: 1rem;
    }
    .hero-info-tabs {
        gap: 0.45rem;
    }
    .hero-info-tab {
        flex: 1 1 calc(50% - 0.35rem);
        justify-content: center;
    }
}

/* Edit offers floating trigger */
.edit-offers-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1080;
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    display: none; /* hidden until revealed by triple dark-mode toggle */
}

.admin-logout-btn {
    position: fixed;
    right: 18px;
    bottom: 64px;
    z-index: 1080;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.28);
    background: rgba(255,255,255,0.04);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
}

.floating-label {
    display: inline-flex;
    color: var(--gold);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.scene-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 50% 20%, rgba(218,165,32,0.18), transparent 20%),
                      radial-gradient(circle at 20% 60%, rgba(255,255,255,0.08), transparent 18%);
    mix-blend-mode: screen;
    animation: glowPulse 10s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

.section {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    scroll-margin-top: 92px;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--light-gold);
    margin-bottom: 0.8rem;
}

.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    margin-bottom: 1rem;
    color: #fff;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,0.7);
}

.section-3d {
    transform-style: preserve-3d;
}

.glass-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.glass-panel {
    position: relative;
    padding: 2.3rem;
    border-radius: 32px;
    background: rgba(6, 12, 14, 0.74);
    border: 1px solid rgba(218,165,32,0.14);
    box-shadow: 0 28px 80px rgba(0,0,0,0.38);
    backdrop-filter: blur(18px);
}

.glass-panel img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}

.about-list {
    margin-top: 1.8rem;
    list-style: none;
    padding: 0;
    color: rgba(255,255,255,0.82);
}

.about-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1rem;
}

.about-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: var(--gold);
    font-size: 1.2rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.service-card {
    transform-style: preserve-3d;
    background: linear-gradient(180deg, rgba(10,12,16,0.94), rgba(15,18,23,0.98));
    border-radius: 24px;
    border: 1px solid rgba(218,165,32,0.14);
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-12px) translateZ(16px);
    box-shadow: 0 36px 100px rgba(0,0,0,0.36);
    border-color: rgba(218,165,32,0.26);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.process-card {
    background: rgba(7, 12, 16, 0.9);
    border: 1px solid rgba(218,165,32,0.14);
    border-radius: 28px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0,0,0,0.32);
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-10px) translateZ(16px);
    box-shadow: 0 40px 95px rgba(0,0,0,0.38);
}

.process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    color: var(--gold);
    font-size: 1.7rem;
}

.faq-wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.75rem;
    align-items: stretch;
}

.contact-panel,
.contact-form-panel {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(218,165,32,0.18);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.28);
    padding: 2rem;
}

.contact-panel a,
.contact-form-panel a {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
}

.contact-panel a:hover,
.contact-form-panel a:hover {
    color: var(--gold);
}

.contact-panel p {
    color: rgba(255,255,255,0.88);
    margin-bottom: 1rem;
}

.contact-panel .contact-details p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.98rem;
}

.contact-panel .contact-details svg,
.contact-panel .contact-details i {
    color: var(--gold);
}

.contact-form-panel .form-control {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}

.contact-form-panel .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.15rem rgba(218,165,32,0.16);
}

.contact-form-panel .btn-gold {
    width: 100%;
}

.cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 1.8rem;
    margin-bottom: 1.6rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(218,165,32,0.16), rgba(255,255,255,0.06));
    border: 1px solid rgba(218,165,32,0.22);
    box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}

.cta-banner .eyebrow {
    margin-bottom: 0.35rem;
}

.cta-banner h2 {
    margin: 0;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    color: #fff;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.floating-quick-actions {
    position: fixed;
    right: 1rem;
    bottom: 6.2rem;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.floating-quick-actions a,
.floating-quick-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 1px solid rgba(218,165,32,0.25);
    background: rgba(8, 10, 12, 0.92);
    color: var(--gold);
    box-shadow: 0 12px 28px rgba(0,0,0,0.28);
}

.floating-quick-actions a:hover,
.floating-quick-actions button:hover {
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 992px) {
    .hero-grid,
    .glass-grid,
    .contact-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 4.25rem 0 3rem;
    }

    .hero-visual {
        min-height: 520px;
    }

    .hero-pill-grid {
        grid-template-columns: 1fr;
    }

    .navbar-collapse {
        padding-top: 0.75rem;
    }

    .navbar-nav {
        gap: 0.2rem;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link,
    .navbar-nav .btn {
        width: 100%;
        text-align: left;
        border-radius: 12px;
    }

    .navbar-nav .btn {
        margin-left: 0 !important;
        margin-top: 0.25rem;
    }

    .contact-panel,
    .contact-form-panel {
        padding: 1.5rem;
        border-radius: 22px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 1.2rem, 1200px);
    }

    .navbar {
        padding: 0.7rem 0;
    }

    .navbar-brand {
        font-size: 1.02rem;
    }

    .navbar-brand-mark {
        width: 1.85rem;
        height: 1.85rem;
        font-size: 0.95rem;
    }

    .navbar-collapse {
        margin-top: 0.6rem;
        padding: 0.5rem;
        border-radius: 16px;
        background: rgba(3, 8, 7, 0.9);
        border: 1px solid rgba(218,165,32,0.14);
    }

    .navbar-nav .nav-item + .nav-item {
        margin-top: 0.2rem;
    }

    .navbar-nav .nav-link,
    .navbar-nav .btn {
        width: 100%;
        text-align: left;
        padding: 0.7rem 0.8rem;
    }

    body {
        padding-bottom: 5.5rem;
    }

    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.35rem;
        position: fixed;
        left: 0.6rem;
        right: 0.6rem;
        bottom: 0.6rem;
        z-index: 1200;
        padding: 0.5rem;
        border-radius: 18px;
        background: rgba(4, 8, 10, 0.95);
        border: 1px solid rgba(218,165,32,0.25);
        box-shadow: 0 16px 40px rgba(0,0,0,0.35);
        backdrop-filter: blur(16px);
    }

    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
        min-height: 3.2rem;
        padding: 0.4rem 0.2rem;
        border-radius: 12px;
        color: rgba(255,255,255,0.92);
        text-decoration: none;
        font-size: 0.72rem;
        font-weight: 600;
        background: transparent;
        border: 0;
    }

    .mobile-nav-item i {
        font-size: 1rem;
        color: var(--gold);
    }

    .mobile-nav-item:active,
    .mobile-nav-item:hover,
    .mobile-nav-item:focus-visible {
        background: rgba(218,165,32,0.16);
        color: #fff;
        transform: translateY(-1px);
    }

    .mobile-nav-action {
        cursor: pointer;
    }

    .section {
        padding: 60px 0;
    }

    .hero {
        padding: 2.75rem 0 1.75rem;
        min-height: auto;
    }

    .hero-copy {
        text-align: left;
    }

    .hero-copy h1 {
        font-size: 2.3rem;
        max-width: none;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-copy .lead {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .hero-actions {
        justify-content: flex-start;
        align-items: stretch;
    }

    .hero-actions a,
    .hero-actions button {
        width: 100%;
        text-align: center;
        min-height: 48px;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        box-shadow: 0 12px 24px rgba(0,0,0,0.22);
    }

    .hero-brand {
        margin-bottom: 1rem;
        gap: 0.8rem;
    }

    .hero-brand img {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .hero-visual {
        min-height: auto;
        padding: 0.9rem;
    }

    .scene {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        padding: 0.2rem;
    }

    .floating-card,
    .hero-info-card {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0;
    }

    .floating-card {
        padding: 1.15rem 1.2rem;
    }

    .hero-info-card {
        min-height: auto;
        margin-top: 0.2rem;
    }

    .hero-info-tabs {
        gap: 0.45rem;
    }

    .hero-info-tab {
        flex: 1 1 100%;
        justify-content: center;
    }

    .hero-pill {
        justify-content: center;
    }

    .glass-panel {
        padding: 1.45rem;
    }

    .section-heading h2 {
        font-size: clamp(1.85rem, 5vw, 2.45rem);
    }

    .process-card {
        padding: 1.4rem;
    }

    .contact-panel .contact-details p {
        align-items: flex-start;
        gap: 0.65rem;
    }

    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
    }

    .cta-actions {
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
    }

    .floating-quick-actions {
        right: 0.7rem;
        bottom: 6.5rem;
    }

    #search-form {
        flex-direction: column;
        gap: 0.6rem;
    }

    #search-form .btn {
        width: 100%;
    }

    footer .row > div {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 36px 0 20px;
    }

    footer .social-links a {
        width: 2.1rem;
        height: 2.1rem;
    }

    .hero {
        padding: 2.2rem 0 1.5rem;
    }

    .hero-copy h1 {
        font-size: 2rem;
        line-height: 1.08;
    }

    .hero-copy .lead {
        font-size: 0.98rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions a,
    .hero-actions button {
        width: 100%;
    }

    .hero-pill-grid {
        gap: 0.75rem;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

    .contact-panel,
    .contact-form-panel {
        padding: 1.1rem;
    }

    .contact-panel .contact-details p {
        font-size: 0.95rem;
        gap: 0.6rem;
    }

    .glass-panel {
        padding: 1.15rem;
    }

    .btn-gold,
    .btn-outline-gold,
    .btn-primary {
        padding: 10px 16px;
        font-size: 0.95rem;
        min-height: 46px;
    }
}

@media (min-width: 769px) {
    .mobile-bottom-nav {
        display: none;
    }

    .navbar .nav-link {
        padding-inline: 0.85rem;
    }
}

.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hero-brand img {
    width: 92px;
    min-width: 92px;
    height: 92px;
    border-radius: 999px;
    border: 3px solid rgba(218,165,32,0.9);
    box-shadow: 0 16px 38px rgba(0,0,0,0.28);
}

.hero-brand p {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--light-gold);
}

.hero-brand small {
    color: rgba(255,255,255,0.78);
}

body.light-mode .hero-brand p {
    color: var(--dark-green);
}

body.light-mode .hero-brand small {
    color: rgba(55,73,42,0.85);
}

.hero-logo {
    width: 120px;
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid rgba(218,165,32,0.85);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: translateZ(18px);
}

.trust-bar {
    max-width: 820px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trust-pill {
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    font-size: 0.95rem;
    background: rgba(255,255,255,0.08);
    min-width: 190px;
    transform: translateZ(14px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.14);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.trust-pill:hover {
    background: rgba(255,255,255,0.18);
    transform: translateZ(18px);
    box-shadow: 0 18px 34px rgba(0,0,0,0.2);
}

.trust-highlights .text-gold {
    color: var(--light-gold);
}

.trust-highlights p {
    color: rgba(255,255,255,0.85);
}

.navbar {
    background-color: var(--dark-green) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.35);
    border-bottom: 2px solid var(--gold);
    transform: translateZ(24px);
    transform-style: preserve-3d;
    padding: 0.85rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--light-gold) !important;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    letter-spacing: 0.02em;
}

.navbar-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), #f7d85a);
    color: #111;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.nav-link {
    font-weight: 500;
    color: #fff !important;
    transition: color 0.3s ease, background-color 0.2s ease, border-radius 0.2s ease;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: var(--light-gold) !important;
    background: rgba(255,255,255,0.08);
}

.navbar .btn {
    min-height: 44px;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.navbar .btn:hover,
.navbar .btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.card {
    position: relative;
    background-color: rgba(26,26,26,0.92);
    border: 1px solid rgba(218,165,32,0.12);
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    color: #fff;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(218,165,32,0.06), transparent 28%);
    pointer-events: none;
    opacity: 0.65;
}

.card:hover {
    transform: translateY(-12px) translateZ(18px);
    box-shadow: 0 32px 80px rgba(0,0,0,0.46);
    border-color: rgba(218,165,32,0.4);
}

.card:hover .card-title,
.card:hover .card-text {
    color: #fff;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-8px) translateZ(10px);
    box-shadow: 0 34px 90px rgba(0,0,0,0.42);
}

.product-card {
    border: 1px solid rgba(218,165,32,0.15);
}

.product-card .card-body {
    min-height: 280px;
}

.product-card .btn-gold {
    min-width: 120px;
}

#search-results {
    border-top: 1px solid rgba(218,165,32,0.2);
}

.card-title {
    color: var(--gold);
}

.btn-primary,
.btn-gold,
.btn-outline-gold {
    border-radius: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 12px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-primary,
.btn-gold {
    background: linear-gradient(135deg, var(--gold), #f7d85a 72%);
    border: 1px solid rgba(255,255,255,0.16);
    color: #000;
    box-shadow: 0 14px 28px rgba(218,165,32,0.22);
    position: relative;
    overflow: hidden;
}

.btn-primary::before,
.btn-gold::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
    transform: translateX(-120%);
    transition: transform 0.45s ease;
}

.btn-primary:hover::before,
.btn-gold:hover::before {
    transform: translateX(120%);
}

.btn-primary:hover,
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px rgba(218,165,32,0.32);
}

.btn-outline-gold {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(218,165,32,0.75);
    box-shadow: inset 0 0 0 1px rgba(218,165,32,0.12);
}

.btn-outline-gold:hover {
    color: #000;
    background: rgba(218,165,32,0.95);
    transform: translateY(-3px);
    border-color: rgba(218,165,32,0.9);
}

.section-padding {
    padding: 80px 0;
}

.about-img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 2px solid var(--gold);
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(26,26,26,0.9), rgba(13,79,60,0.5));
    border: 1px solid var(--dark-green);
}

.testimonial-img {
    border: 3px solid var(--gold);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.contact-img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 2px solid var(--gold);
}

footer {
    background: linear-gradient(135deg, rgba(0,0,0,0.95), rgba(13,79,60,0.95));
    color: #fff;
    padding: 48px 0 24px;
    border-top: 2px solid var(--gold);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(218,165,32,0.16), transparent 28%);
    pointer-events: none;
}

footer a {
    color: var(--light-gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--gold);
}

footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

footer .social-links a:hover,
footer .social-links a:focus-visible {
    transform: translateY(-2px);
    background: rgba(218,165,32,0.2);
}

footer .newsletter-signup .form-control {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}

.blockquote-footer {
    color: var(--gold);
}

.theme-tab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1040;
    background: rgba(218, 165, 32, 0.95);
    border: 1px solid var(--dark-green);
    border-radius: 50px;
    padding: 10px 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.theme-tab .btn {
    color: #000;
    font-weight: 700;
}

.ai-assistant-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.ai-toggle-btn {
    min-width: 180px;
    border-radius: 50px;
    padding: 12px 18px;
    font-weight: 600;
}

.ai-assistant-panel {
    width: 360px;
    max-width: calc(100vw - 40px);
    max-height: 72vh;
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid rgba(218, 165, 32, 0.85);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ai-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: rgba(26, 26, 26, 0.95);
    border-bottom: 1px solid rgba(218, 165, 32, 0.15);
    color: var(--gold);
    font-weight: 700;
}

.ai-panel-body {
    padding: 14px 16px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #f5f5f5;
    background: rgba(0, 0, 0, 0.85);
}

.ai-panel-form {
    padding: 14px 16px 16px;
    background: rgba(15, 15, 15, 0.98);
    border-top: 1px solid rgba(218, 165, 32, 0.15);
}

.ai-panel-form textarea {
    resize: vertical;
    min-height: 80px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(218, 165, 32, 0.2);
}

.ai-message {
    display: inline-block;
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    line-height: 1.5;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.ai-message-user {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-message-bot {
    align-self: flex-start;
    background: rgba(218, 165, 32, 0.12);
    color: #fff;
    border: 1px solid rgba(218, 165, 32, 0.25);
}

.account-points {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 26px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--gold);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid #fff;
}

.service-card {
    background: rgba(6, 12, 14, 0.95);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 28px;
    box-shadow: 0 26px 85px rgba(0,0,0,0.35);
    transform-style: preserve-3d;
    will-change: transform, box-shadow;
    perspective: 1100px;
}

.service-card:hover {
    transform: translateY(-10px) translateZ(12px);
    box-shadow: 0 42px 120px rgba(0,0,0,0.42);
    border-color: rgba(218,165,32,0.3);
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(218,165,32,0.08), transparent 45%);
    pointer-events: none;
    opacity: 0.75;
}

.service-card.tilt-active {
    transform: translateY(-12px) translateZ(12px);
}

.service-card.tilt-active .product-card-media {
    transform: translateZ(14px) scale(1.02);
}

.product-card-media {
    position: relative;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    transform-style: preserve-3d;
}

.product-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.72) 100%);
}

.product-card-label,
.product-card-price {
    position: absolute;
    left: 1.3rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(0,0,0,0.56);
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.12);
    transform: translateZ(12px);
}

.product-card-label {
    top: 1rem;
}

.product-card-price {
    bottom: 1rem;
    right: 1.3rem;
    left: auto;
    background: rgba(218,165,32,0.9);
    color: #000;
    border-color: rgba(218,165,32,0.9);
}

.badge-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(218,165,32,0.8);
    color: var(--gold);
    background: rgba(255,255,255,0.05);
    font-size: 0.78rem;
}

.service-card .card-body {
    padding: 1.5rem 1.5rem 1.8rem;
}

.service-card .card-title {
    font-size: 1.12rem;
    color: #fff;
}

.service-card .card-text {
    color: rgba(255,255,255,0.72);
}

.service-card .btn {
    min-height: 42px;
}

.process-step h5 {
    margin-top: 1rem;
    color: #111;
}

.process-step p {
    color: #555;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.service-card .btn {
    width: 100%;
}

#services .container {
    max-width: 1300px;
}

#services .row {
    gap: 1.5rem;
}

.hero .display-4 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}

    body.light-mode {
        background-color: #f7f7f7;
        color: #111;
    }

    body.light-mode .navbar {
        background-color: #ffffff !important;
        border-color: var(--gold);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    body.light-mode .navbar-brand,
    body.light-mode .nav-link {
        color: #111 !important;
    }

    body.light-mode .nav-link:hover {
        color: var(--dark-green) !important;
    }

    body.light-mode .card,
    body.light-mode .product-card,
    body.light-mode .testimonial-card,
    body.light-mode .admin-widget,
    body.light-mode .modal-content,
    body.light-mode .newsletter-popup-content {
        background-color: #ffffff;
        color: #111;
        border-color: #d1b65a;
    }

    body.light-mode .card {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    body.light-mode .hero {
        background: radial-gradient(circle at top left, rgba(218,165,32,0.18), transparent 18%),
                    radial-gradient(circle at bottom right, rgba(255,255,255,0.08), transparent 18%),
                    linear-gradient(180deg, #060909 0%, #090e13 42%, #050607 100%);
        color: #fff;
    }

    body.light-mode .hero::before {
        background: radial-gradient(circle at 20% 24%, rgba(218,165,32,0.16), transparent 18%),
                    radial-gradient(circle at 84% 16%, rgba(255,255,255,0.08), transparent 14%);
    }

    body.light-mode .hero .text-light {
        color: #fff !important;
    }

    body.light-mode .text-light {
        color: #333 !important;
    }

    body.light-mode .text-gold {
        color: #b8860b !important;
    }

    body.light-mode .bg-dark {
        background-color: #f1f1f1 !important;
        color: #111 !important;
    }

    body.light-mode footer {
        background: #f8f9f9;
        color: #111;
        border-top-color: var(--gold);
    }

    body.light-mode footer a {
        color: var(--dark-green);
    }

    body.light-mode .theme-tab {
        background: rgba(255, 255, 255, 0.95);
    }

    body.light-mode .btn-gold {
        color: #000;
    }

    body.light-mode .btn-outline-gold {
        color: #000;
    }

    body.light-mode .faq-answer {
        background: #ffffff;
        border-color: #ddd;
        color: #111;
    }

    body.light-mode .alert-warning {
        background: rgba(218,165,32,0.15);
        color: #111;
        border-color: var(--gold);
    }

    .admin-widget {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 350px;
        max-width: 400px;
        background-color: rgba(0, 0, 0, 0.95);
        border: 2px solid var(--gold);
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 1050;
        max-height: 80vh;
        overflow-y: auto;
    }

.admin-widget::before {
    content: 'ADMIN PANEL';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.admin-widget h5 {
    color: var(--gold);
    margin-bottom: 1rem;
}

.btn-gold {
    background: linear-gradient(135deg, #ffd700, #daa520 68%);
    color: #000;
    border: 1px solid rgba(218,165,32,0.95);
    box-shadow: 0 18px 40px rgba(218,165,32,0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.btn-gold:hover {
    transform: translateY(-3px) translateZ(6px);
    filter: brightness(1.08);
    box-shadow: 0 26px 55px rgba(218,165,32,0.25);
}

.btn-outline-gold {
    color: var(--gold);
    border: 1px solid rgba(218,165,32,0.9);
    background: rgba(255,255,255,0.05);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.btn-outline-gold:hover {
    background: rgba(218,165,32,0.12);
    transform: translateY(-2px) translateZ(4px);
    box-shadow: 0 18px 40px rgba(218,165,32,0.16);
}

.admin-panel-list ul {
    list-style: disc;
}

.admin-panel-list li {
    margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
    .admin-widget {
        position: static;
        width: 100%;
        margin: 20px auto 0;
        max-width: none;
    }
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.8rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .admin-widget {
        position: static;
        width: 100%;
        margin: 20px auto 0;
        max-width: 400px;
    }
    
    .admin-login-widget,
    .admin-panel-widget {
        left: auto;
        right: auto;
    }
    
}

@media (max-width: 768px) {
    .hero {
        height: 60vh;
        padding: 20px 0;
    }
    
    .hero h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero .lead {
        font-size: 1.1rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
    
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .card-text {
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .testimonial-card .card-text {
        font-size: 0.85rem;
    }
    
    .contact-img {
        max-height: 200px;
        object-fit: cover;
    }
    
    .admin-widget {
        padding: 15px;
        margin: 15px;
    }
    
    footer .row > div {
        margin-bottom: 2rem;
    }
    
    footer .col-md-6.text-md-end {
        text-align: start !important;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .hero {
        height: 50vh;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero .lead {
        font-size: 1rem;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    
    .card-img-top {
        height: 200px;
        object-fit: cover;
    }
    
    .testimonial-img {
        width: 80px !important;
        height: 80px !important;
    }
    
    .btn-gold,
    .btn-outline-gold {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .admin-widget {
        padding: 12px;
        margin: 10px;
    }
    
    .admin-widget h5 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-xl {
        max-width: 95vw;
    }
    
    .gallery-modal .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.25rem;
    }
    
    .gallery-modal img {
        height: 150px;
        object-fit: cover;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.6rem;
    }
    
    .hero .lead {
        font-size: 0.95rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .card-text {
        font-size: 0.85rem;
    }
    
    .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .testimonial-card .card-text {
        font-size: 0.8rem;
    }
    
    .contact-img {
        max-height: 150px;
    }
    
    .gallery-modal .row .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .gallery-modal img {
        height: 120px;
    }
}

/* Mobile polish improvements */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .hero {
        min-height: auto;
        padding: 1.7rem 0 1.1rem;
        background-position: center top;
    }

    .hero-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0.95rem 0.8rem 0.85rem;
        text-align: center;
    }

    .hero .display-4,
    .hero h1 {
        font-size: clamp(2rem, 8vw, 2.8rem);
        line-height: 1.05;
        max-width: 100%;
    }

    .hero .lead {
        font-size: 1rem;
        max-width: 100%;
        margin: 0.8rem auto 1.2rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .trust-features {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }

    .hero-actions .btn,
    .hero-actions a {
        width: 100%;
        justify-content: center;
    }

    .hero-pill-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .hero-visual {
        min-height: 280px;
        border-radius: 24px;
        margin-top: 0.25rem;
    }

    .hero-visual .floating-card,
    .hero-visual .scene-glow {
        display: none;
    }

    .hero-info-card {
        width: 100%;
        min-height: auto;
        margin: 0.8rem 0 0;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(218,165,32,0.2);
    }

    .hero-info-tabs {
        gap: 0.45rem;
    }

    .hero-info-tab {
        flex: 1 1 calc(50% - 0.35rem);
        justify-content: center;
    }

    .offer-list,
    .opportunity-list {
        max-height: none;
        padding-right: 0;
    }

    .navbar-collapse {
        padding: 1rem;
    }

    .navbar-nav {
        gap: 0.35rem;
    }

    .nav-link {
        text-align: center;
    }

    .section-padding {
        padding: 44px 0;
    }

    .section-heading {
        margin-bottom: 1.2rem;
    }

    .section-heading h2 {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
        line-height: 1.15;
    }

    .section-heading p {
        font-size: 0.96rem;
    }

    .glass-grid,
    .contact-grid,
    .process-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .glass-panel,
    .contact-panel,
    .contact-form-panel,
    .process-card,
    .service-card {
        border-radius: 20px;
        padding: 1.25rem;
    }

    .service-grid {
        gap: 1rem;
    }

    .card {
        margin-bottom: 1rem;
        border-radius: 18px;
    }

    .service-card .card-body {
        padding: 1rem;
    }

    .about-img,
    .contact-img,
    .testimonial-img,
    .card-img-top {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    #contact .row {
        gap: 1rem;
    }

    footer .row > div {
        margin-bottom: 1rem;
    }

    footer {
        padding: 2rem 1rem 1.5rem;
    }

    footer .text-light {
        font-size: 0.95rem;
    }

    .theme-tab {
        right: 14px;
        bottom: 92px;
    }

    .admin-widget {
        margin: 0 12px 16px;
        max-width: calc(100% - 24px);
    }
}

@media (max-width: 576px) {
    .hero {
        min-height: auto;
        padding: 1.25rem 0 0.7rem;
    }

    .hero-content {
        padding: 0.85rem 0.7rem 0.8rem;
    }

    .hero .display-4,
    .hero h1 {
        font-size: 1.95rem;
    }

    .hero .lead {
        font-size: 0.95rem;
    }

    .hero-info-card {
        padding: 0.9rem;
    }

    .hero-info-tab {
        font-size: 0.7rem;
        padding: 0.5rem 0.7rem;
    }

    .section-padding {
        padding: 40px 0;
    }

    .contact-panel,
    .contact-form-panel {
        padding: 1rem;
    }

    .btn {
        padding: 0.8rem 1rem;
        border-radius: 14px;
        min-height: 46px;
    }

    .testimonial-img {
        width: 80px !important;
        height: 80px !important;
    }

    .gallery-modal .row .col-md-3 {
        padding: 0.35rem;
    }

    .gallery-modal img {
        height: auto;
    }
}

/* Large desktop screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero h1 {
        font-size: 4rem;
    }
    
    .hero .lead {
        font-size: 1.5rem;
    }
    
    .section-padding {
        padding: 100px 0;
    }
    
    .card {
        max-width: 350px;
        margin: 0 auto 2rem;
    }
}

/* Print styles */
@media print {
    .admin-widget,
    .navbar,
    footer {
        display: none !important;
    }
    
    body {
        background: white !important;
        color: black !important;
    }
    
    .card {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }
    
    .btn {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --dark-green: #006400;
        --gold: #ffd700;
        --dark-bg: #000000;
    }
    
    .card {
        border: 2px solid var(--gold);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .card:hover {
        transform: none;
    }
    
    .btn-primary:hover {
        transform: none;
    }
}

/* FAQ Styles */
.faq-wrapper {
    display: grid;
    gap: 1rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.faq-summary {
    padding: 1rem 0;
    color: rgba(255,255,255,0.75);
}

.faq-card {
    background: rgba(18, 18, 18, 0.95);
    border: 1px solid rgba(218,165,32,0.18);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.faq-card:hover {
    transform: translateY(-4px);
    border-color: rgba(218,165,32,0.45);
}

.faq-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(218,165,32,0.12);
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.faq-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    color: #fff;
}

.faq-card p {
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
}

.ai-panel-header {
    background: rgba(26, 26, 26, 0.95);
    border-bottom: 1px solid rgba(218,165,32,0.28);
}

.ai-assistant-panel {
    border-radius: 18px;
    overflow: hidden;
}

.ai-message {
    border-radius: 18px;
    padding: 0.9rem 1rem;
    margin-bottom: 0.8rem;
    max-width: 100%;
    line-height: 1.6;
}

.ai-message-user {
    background: rgba(218,165,32,0.16);
    border: 1px solid rgba(218,165,32,0.35);
    color: #fff;
    align-self: flex-end;
}

.ai-message-bot {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    color: #eee;
    align-self: flex-start;
}

.ai-panel-form textarea,
.ai-panel-form input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}

.ai-panel-form textarea:focus,
.ai-panel-form input:focus {
    background: rgba(255,255,255,0.12);
    border-color: var(--gold);
    outline: none;
    box-shadow: 0 0 0 3px rgba(218,165,32,0.16);
}

/* Newsletter Styles */
.bg-dark {
    background-color: var(--dark-bg) !important;
}

.text-gold {
    color: var(--gold) !important;
}

/* Newsletter Popup */
.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-popup-content {
    background: var(--dark-bg);
    border: 2px solid var(--gold);
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: var(--gold);
}

/* Skip link */
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    left: 20px;
    top: 10px;
    width: auto;
    height: auto;
    background: var(--gold);
    color: #000;
    padding: 8px 12px;
    z-index: 4000;
    border-radius: 6px;
    text-decoration: none;
}

/* Keyboard focus styles for accessibility */
:focus {
    outline: 3px solid rgba(218,165,32,0.9);
    outline-offset: 3px;
}

button:focus, a:focus, input:focus, select:focus, textarea:focus {
    outline: 3px solid rgba(218,165,32,0.95);
    outline-offset: 2px;
    box-shadow: none;
}

/* Notification styles (used by showNotification) */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    z-index: 3000;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.notification.show {
    opacity: 1;
    transform: translateX(0);
}
.notification-success {
    background: linear-gradient(45deg, var(--light-gold), var(--gold));
    color: #000;
    border-left: 4px solid var(--dark-green);
}
.notification-error {
    background: #dc3545;
    border-left: 4px solid #ff6b6b;
}
.notification-warning {
    background: #ff9800;
    color: #000;
    border-left: 4px solid var(--dark-green);
}
.notification-info {
    background: var(--dark-green);
    border-left: 4px solid var(--gold);
}

.close-popup:hover {
    color: var(--light-gold);
}

/* Social Links */
.social-links a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--gold) !important;
}

/* Cart Styles */
.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: var(--gold) !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 0.85rem;
}

/* Notification Styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    z-index: 3000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 400px;
}

.notification.show {
    transform: translateX(0);
}

.notification-success {
    background: var(--dark-green);
    border-left: 4px solid var(--gold);
}

.notification-error {
    background: #dc3545;
    border-left: 4px solid #ff6b6b;
}

.notification-info {
    background: var(--gold);
    color: #000;
    border-left: 4px solid var(--dark-green);
}

/* Enhanced Card Hover Effects */
.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border-color: var(--gold);
}

.product-card-small {
    border: 1px solid rgba(218,165,32,0.18);
    background: rgba(26,26,26,0.92);
}

.product-card-small .card-body {
    min-height: 220px;
}

.product-card-small .btn {
    font-size: 0.9rem;
    padding: 8px 12px;
}

#productDetailReviews .card {
    background: rgba(12,12,12,0.95);
}

#productDetailReviews .card-body {
    padding: 18px;
}

#search-results {
    border-top: 1px solid rgba(218,165,32,0.2);
}

/* Service Cards Special Effects */
.services-intro {
    max-width: 640px;
}

.services-intro p {
    color: rgba(255,255,255,0.82);
    font-size: 1rem;
    line-height: 1.75;
}

.service-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(218,165,32,0.18);
    background: rgba(255,255,255,0.04);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(218,165,32,0.14), transparent);
    transition: left 0.5s;
}

.service-card:hover::before {
    left: 100%;
}

.service-card .card-img-top {
    min-height: 190px;
    object-fit: cover;
    border-bottom: 1px solid rgba(218,165,32,0.12);
}

.service-card .card-body {
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.35);
    padding: 1.4rem;
}

.service-card .card-title {
    color: var(--gold);
    font-size: 1.05rem;
}

.service-card .card-text {
    color: #dcdcdc;
    min-height: 3rem;
}

.service-card .d-grid .btn {
    min-height: 44px;
}

    .product-carousel {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid rgba(218,165,32,0.12);
    }

    .product-carousel .carousel-item img,
    .product-carousel .carousel-item picture,
    .product-carousel .carousel-item picture img {
        width: 100%;
        max-height: 260px;
        object-fit: cover;
    }

    .product-carousel .carousel-control-prev-icon,
    .product-carousel .carousel-control-next-icon {
        filter: invert(1);
    }

    .product-carousel .carousel-indicators {
        bottom: 8px;
    }

    .product-carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .product-carousel .carousel-indicators .active {
        background-color: #fff;
    }

    .product-carousel .carousel-control-prev,
    .product-carousel .carousel-control-next {
        width: 2.5rem;
        height: 2.5rem;
    }

.service-card:hover .card-body {
    transform: scale(1.02);
}

/* Active Nav Link */
.nav-link.active {
    color: var(--light-gold) !important;
    font-weight: 600;
}

/* Search Form */
#search-form .form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid var(--gold);
    color: #fff;
}

#search-form .form-control::placeholder {
    color: rgba(255,255,255,0.7);
}

#search-form .form-control:focus {
    background: rgba(255,255,255,0.2);
    border-color: var(--light-gold);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(218,165,32,0.25);
}

#search-form .btn-outline-light {
    border-color: var(--gold);
    color: var(--gold);
}

#search-form .btn-outline-light:hover {
    background: var(--gold);
    color: #000;
    border-color: var(--gold);
}

/* Admin Panel Enhancements */
.admin-panel-list ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.admin-panel-list li {
    margin-bottom: 0.5rem;
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .admin-widget {
        position: static;
        width: 100%;
        margin: 20px auto 0;
        max-width: none;
    }
    .admin-login-widget,
    .admin-panel-widget {
        left: auto;
        right: auto;
    }

    #search-form {
        margin-top: 10px;
        width: 100%;
    }

    .cart-count {
        font-size: 0.7rem;
    }
}

/* Image Loading and Transition Styles */
img {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.card-img-top {
    object-fit: cover;
    height: 250px;
}

/* Placeholder shimmer animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.img-loading {
    background: linear-gradient(90deg, rgba(255,255,255,.1) 25%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.1) 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* Form Styles */
.form-control {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid var(--gold) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.form-control::placeholder {
    color: rgba(255,255,255,0.5) !important;
}

.form-control:focus {
    background: rgba(255,255,255,0.2) !important;
    border-color: var(--light-gold) !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(218,165,32,0.25) !important;
}

.form-label {
    color: var(--gold) !important;
    font-weight: 500;
}

/* Admin Toggle Button */
.admin-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1049;
    background: var(--gold);
    color: #000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.admin-toggle-btn:hover {
    background: var(--light-gold);
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

/* Final layout polish and mobile responsiveness */
html {
    scroll-behavior: smooth;
}

.navbar {
    padding: 0.65rem 0;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--light-gold) !important;
}

.navbar-toggler {
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 14px;
    padding: 0.35rem 0.6rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#search-form {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

#search-form .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: rgba(5, 10, 12, 0.95);
        border: 1px solid rgba(218,165,32,0.22);
        border-radius: 22px;
        padding: 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 20px 50px rgba(0,0,0,0.32);
        backdrop-filter: blur(16px);
    }

    .navbar-nav {
        width: 100%;
        justify-content: center;
        gap: 0.45rem;
    }

    .nav-link {
        width: 100%;
        text-align: center;
        padding: 0.8rem 0.95rem;
        border-radius: 14px;
        font-size: 1rem;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
        background: rgba(218,165,32,0.14);
        color: var(--light-gold) !important;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0.7rem 0;
    }

    .navbar-toggler {
        padding: 0.45rem 0.65rem;
    }

    .navbar-collapse {
        padding: 0.9rem;
    }

    .hero {
        min-height: auto;
        padding: 2rem 0 2.5rem;
        background-position: top center;
    }

    .hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .hero-copy {
        text-align: center;
    }

    .hero-copy .eyebrow {
        justify-content: center;
        margin-inline: auto;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(2.2rem, 5vw, 3rem);
        margin-inline: auto;
    }

    .hero-copy .lead {
        max-width: 32rem;
        margin: 0 auto 1.4rem;
        font-size: 1rem;
    }

    .hero-actions {
        justify-content: center;
        gap: 0.85rem;
    }

    .hero-pill-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .hero-pill {
        justify-content: center;
        padding: 0.8rem 1rem;
    }

    .hero-visual {
        min-height: 500px;
        border-radius: 28px;
    }

    .hero-info-card {
        width: min(100%, 360px);
        min-height: 300px;
        margin: 1rem auto 0;
    }

    .hero-info-tabs {
        justify-content: center;
    }

    .floating-card {
        width: 180px;
        min-height: 170px;
        padding: 1.2rem;
    }

    .floating-card-1 {
        top: 8%;
        left: 4%;
    }

    .floating-card-2 {
        top: 10%;
        right: 4%;
        width: 176px;
    }

    .floating-card-3 {
        bottom: 7%;
        left: 6%;
        width: 170px;
    }

    .floating-card-4 {
        bottom: 7%;
        right: 6%;
        width: 166px;
    }

    .section {
        padding: 4rem 0;
    }

    .section-heading {
        margin-bottom: 2rem !important;
    }

    .glass-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .about-panel,
    .image-panel {
        padding: 1.25rem;
    }

    .image-panel img {
        max-height: 280px;
        object-fit: cover;
    }

    #search-form {
        flex-direction: column;
        align-items: stretch;
    }

    #search-form .form-control,
    #search-form .btn {
        width: 100%;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .process-card {
        padding: 1.15rem;
    }

    .trust-bar,
    .trust-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        text-align: center;
    }

    .trust-pill {
        width: 100%;
    }

    .section-padding {
        padding: 55px 0;
    }

    .card {
        margin-bottom: 1.25rem;
    }

    footer .row {
        gap: 1.25rem;
    }

    .theme-tab {
        right: 14px;
        bottom: 94px;
    }

    .admin-widget {
        margin: 0 14px 16px;
        max-width: calc(100% - 28px);
    }
}

@media (max-width: 576px) {
    .container {
        width: min(100% - 1.25rem, 1200px);
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .hero {
        min-height: auto;
        padding: 1.25rem 0 1.75rem;
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-brand {
        margin-bottom: 0.85rem;
    }

    .hero-copy h1 {
        font-size: 2rem;
        line-height: 1.08;
        margin-bottom: 0.9rem;
    }

    .hero-copy .lead {
        font-size: 0.97rem;
        margin-bottom: 1.2rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0.7rem;
        margin-bottom: 1rem;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1rem;
        min-height: 46px;
    }

    .hero-pill {
        font-size: 0.9rem;
    }

    .hero-visual {
        min-height: auto;
        border-radius: 24px;
        padding: 0.75rem;
    }

    .scene {
        display: grid;
        gap: 0.75rem;
        padding: 0;
    }

    .hero-info-card {
        width: 100%;
        min-height: auto;
        padding: 1rem;
        margin: 0;
        position: relative;
        inset: auto;
    }

    .hero-info-tab {
        width: 100%;
        justify-content: center;
    }

    .floating-card {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: auto;
        padding: 0.95rem;
        border-radius: 22px;
    }

    .floating-card h3 {
        font-size: 1.04rem;
        margin-top: 0.5rem;
    }

    .floating-card p {
        font-size: 0.82rem;
    }

    .floating-card-1,
    .floating-card-2,
    .floating-card-3,
    .floating-card-4 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .business-profile-card {
        padding: 1rem;
        border-radius: 18px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(218,165,32,0.22);
    }

    .business-detail-card {
        padding: 0.9rem;
        border-radius: 14px;
        background: rgba(0,0,0,0.28);
        border: 1px solid rgba(255,255,255,0.08);
        min-height: 100%;
    }

    .business-profile-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    .section {
        padding: 3.25rem 0;
    }

    .section-heading h2 {
        font-size: 1.7rem;
    }

    .glass-panel,
    .process-card,
    .service-card {
        padding: 1.05rem;
        border-radius: 20px;
    }

    .contact-img,
    .about-img,
    .testimonial-img,
    .card-img-top {
        width: 100%;
        height: auto;
    }

    .gallery-modal .row .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-modal img {
        height: auto;
    }
}

/* Admin editor small controls */
#adminOffersContainer .admin-item,
#adminOpportunitiesContainer .admin-item {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
#adminOffersContainer .admin-item input,
#adminOpportunitiesContainer .admin-item input {
    flex: 1 1 auto;
    font-size: 0.95rem;
}
.admin-item .btn-remove {
    flex: 0 0 auto;
}

/* Password Requirements Styling */
.password-requirement {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.password-requirement.met {
    color: #4caf50;
}

.req-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    font-size: 0.9rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s ease;
}

.password-requirement.met .req-icon {
    color: #4caf50;
}

#passwordMatchMessage {
    font-size: 0.85rem;
    padding: 0.3rem 0;
    display: none;
}

#passwordMatchMessage.show {
    display: block;
}

#passwordMatchMessage.success {
    color: #4caf50;
}

#passwordMatchMessage.error {
    color: #f44336;
}

/* Google Sign Up Button */
#googleSignupBtn {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#googleSignupBtn:hover {
    background: #f8f8f8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

#googleSignupBtn:active {
    transform: translateY(0);
}

@media (max-width: 576px) {
    .password-requirement {
        font-size: 0.8rem;
    }
}

/* ============================================
   PROFESSIONAL ACCOUNT CREATION CENTER
   ============================================ */

/* Modal Styling */
.professional-auth-modal {
    background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
    border: 1px solid rgba(218, 165, 32, 0.3);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 0 1px rgba(218, 165, 32, 0.5);
    overflow: hidden;
}

.auth-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.auth-modal-close:hover {
    background: rgba(218, 165, 32, 0.2);
    transform: rotate(90deg);
}

/* Tab Navigation */
.auth-tabs-nav {
    display: flex;
    border-bottom: 1px solid rgba(218, 165, 32, 0.2);
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    gap: 0;
}

.auth-tab-btn {
    flex: 1;
    padding: 16px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth-tab-btn:first-child {
    border-right: 1px solid rgba(218, 165, 32, 0.2);
}

.auth-tab-btn:hover {
    color: var(--gold);
    background: rgba(218, 165, 32, 0.05);
}

.auth-tab-btn.active {
    color: var(--gold);
    background: rgba(218, 165, 32, 0.1);
}

.auth-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--light-gold));
    border-radius: 1.5px;
}

.auth-tab-btn i {
    font-size: 1rem;
}

/* Modal Body */
.professional-auth-body {
    padding: 40px;
    background: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(218, 165, 32, 0.03));
}

/* Tab Content */
.auth-tab-content {
    animation: fadeInUp 0.4s ease;
}

.auth-tab-content.d-none {
    display: none !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header Section */
.auth-header {
    margin-bottom: 32px;
    text-align: center;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 8px;
    font-family: 'Playfair Display', serif;
}

.auth-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Google Button */
.btn-google {
    background: #fff;
    color: #000;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-google:hover {
    background: #f8f8f8;
    border-color: #d0d0d0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #000;
}

.btn-google:active {
    transform: translateY(0);
}

.google-icon {
    width: 20px;
    height: 20px;
}

/* Divider */
.auth-divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(218, 165, 32, 0.2), transparent);
}

/* Form Styling */
.form-group {
    position: relative;
}

.auth-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.auth-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(218, 165, 32, 0.3);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.auth-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.auth-input:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.1);
    outline: none;
}

.auth-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.08) inset;
    -webkit-text-fill-color: #fff;
}

/* Form Check */
.form-check-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(218, 165, 32, 0.3);
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-check-input:checked {
    background: var(--gold);
    border-color: var(--gold);
}

.form-check-input:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2);
}

.form-check-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 6px;
}

/* Primary Button */
.btn-auth-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--light-gold) 100%);
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.3);
}

.btn-auth-primary:hover {
    box-shadow: 0 6px 24px rgba(218, 165, 32, 0.4);
    transform: translateY(-2px);
    color: #000;
}

.btn-auth-primary:active {
    transform: translateY(0);
}

.btn-auth-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Outline Button */
.btn-outline-auth {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-outline-auth:hover {
    background: rgba(218, 165, 32, 0.1);
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.2);
    color: var(--gold);
}

/* Footer Section */
.auth-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
}

.auth-footer p {
    margin-bottom: 8px;
}

.auth-link {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.auth-link:hover {
    color: var(--light-gold);
    text-decoration: underline;
}

.auth-link-secondary {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
}

.auth-link-secondary:hover {
    color: var(--gold);
}

/* Profile Section */
.profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: rgba(218, 165, 32, 0.08);
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid rgba(218, 165, 32, 0.2);
}

.profile-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--gold), var(--light-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
    flex-shrink: 0;
}

.profile-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 4px;
}

.profile-email {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Profile Stats */
.profile-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(218, 165, 32, 0.2);
    text-align: center;
}

.stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.stat-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--gold);
}

/* Profile Section */
.profile-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(218, 165, 32, 0.2);
    margin-bottom: 20px;
}

.profile-section-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .professional-auth-body {
        padding: 24px;
    }

    .auth-title {
        font-size: 22px;
    }

    .auth-tabs-nav {
        flex-direction: column;
    }

    .auth-tab-btn {
        padding: 12px;
        font-size: 13px;
    }

    .auth-tab-btn:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(218, 165, 32, 0.2);
    }

    .auth-tab-btn.active::after {
        bottom: -1px;
        height: 3px;
    }

    .profile-header {
        flex-direction: column;
        text-align: center;
    }

    .profile-stats {
        grid-template-columns: 1fr;
    }
}