:root {
    --site-bg: #12080b;
    --site-bg-2: #1a0b10;
    --site-bg-3: #241117;
    --site-panel: rgba(40, 17, 24, 0.82);
    --site-panel-solid: #2a131a;
    --site-panel-soft: #341922;
    --site-border: rgba(255, 230, 236, 0.10);
    --site-border-strong: rgba(255, 230, 236, 0.18);
    --site-text: #fff7f8;
    --site-muted: #d9bec5;
    --site-muted-2: #b78f99;
    --site-accent: #8f243b;
    --site-accent-2: #b43a57;
    --site-accent-3: #d87a93;
    --site-gold: #d8b46b;
    --site-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.35);
    --site-shadow-soft: 0 0.7rem 2rem rgba(0, 0, 0, 0.24);
    --header-height: 84px;
    --quote-bar-height: 64px;
    --section-pad: clamp(4rem, 7vw, 7rem);
    --radius-xl: 1.75rem;
    --radius-lg: 1.25rem;
    --radius-md: 1rem;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background:
        radial-gradient(circle at top left, rgba(180, 58, 87, 0.20), transparent 24%),
        radial-gradient(circle at top right, rgba(216, 180, 107, 0.09), transparent 20%),
        radial-gradient(circle at bottom center, rgba(143, 36, 59, 0.16), transparent 22%),
        linear-gradient(180deg, #17090d 0%, #12080b 30%, #16090d 100%);
    color: var(--site-text);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-name,
.section-heading,
.hero-title,
.navbar-brand-text {
    font-family: "Montserrat", system-ui, sans-serif;
    letter-spacing: -0.02em;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.text-site-muted {
    color: var(--site-muted) !important;
}

.text-site-muted-2 {
    color: var(--site-muted-2) !important;
}

.text-site-gold {
    color: var(--site-gold) !important;
}

.page-shell {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.page-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.18), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.25)),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.00) 0,
            rgba(255, 255, 255, 0.00) 39px,
            rgba(255, 255, 255, 0.01) 40px
        );
    z-index: -1;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: calc(var(--header-height) + var(--quote-bar-height));
    z-index: 1040;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease;
    border-bottom: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.site-header.is-scrolled {
    background: rgba(21, 8, 11, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom-color: var(--site-border);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.22);
}

.site-nav-wrap {
    min-height: var(--header-height);
}

.header-quote-bar {
    border-top: 1px solid rgba(255, 230, 236, 0.05);
    border-bottom: 1px solid rgba(255, 230, 236, 0.08);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.03),
        rgba(216, 180, 107, 0.05),
        rgba(255, 255, 255, 0.03)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-quote-inner {
    min-height: var(--quote-bar-height);
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    text-align: center;
    flex-wrap: wrap;
    line-height: 1.45;
}

.header-quote-text {
    color: #f8e9ec;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    max-width: 62rem;
}

.header-quote-author {
    color: var(--site-gold);
    font-size: 0.96rem;
    font-style: italic;
    font-weight: 600;
    white-space: nowrap;
}

.navbar-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.brand-badge {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, var(--site-accent-2), var(--site-accent));
    color: #fff;
    box-shadow: var(--site-shadow-soft);
    font-size: 1rem;
}

.navbar-brand-text {
    font-weight: 800;
    font-size: 1.18rem;
    color: #fff9fa;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.desktop-nav .nav-link {
    color: rgba(255, 244, 246, 0.82);
    font-weight: 700;
    font-size: 0.96rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.desktop-nav .nav-link:hover,
.desktop-nav .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    position: relative;
    z-index: 1105;
}

.btn-hero,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding: 0.9rem 1.35rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-hero {
    color: #fff;
    background: linear-gradient(135deg, var(--site-accent-2), var(--site-accent));
    box-shadow: 0 0.9rem 2.2rem rgba(143, 36, 59, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-hero:hover,
.btn-hero:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 1.15rem 2.6rem rgba(143, 36, 59, 0.42);
}

.btn-ghost {
    color: #fff7f8;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--site-border);
}

.btn-ghost:hover,
.btn-ghost:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border-color: var(--site-border-strong);
    transform: translateY(-1px);
}

.navbar-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow-soft);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    min-width: 0;
}

.navbar-user-pill:hover,
.navbar-user-pill:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--site-border-strong);
}

.navbar-user-avatar {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%);
    color: #1a0b10;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: var(--site-shadow);
    flex: 0 0 auto;
}

.navbar-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.navbar-user-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.18rem;
    min-width: 0;
    line-height: 1.15;
}

.navbar-user-label {
    color: var(--site-muted-2);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

.navbar-user-name {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13rem;
}

.navbar-user-email {
    font-size: 0.78rem;
    color: var(--site-muted);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13rem;
}

.mobile-menu-toggle {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0;
    border: 1px solid var(--site-border);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 0.9rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: relative;
    z-index: 1105;
    flex: 0 0 auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 1;
}

.mobile-drawer {
    position: fixed;
    top: calc(var(--header-height) - 0.5rem);
    right: 1rem;
    left: 1rem;
    background: rgba(27, 11, 16, 0.96);
    border: 1px solid var(--site-border);
    border-radius: 1.25rem;
    box-shadow: var(--site-shadow);
    padding: 1rem;
    display: none;
    z-index: 1035;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mobile-drawer.open {
    display: block;
}

.mobile-drawer .nav-link {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    color: rgba(255, 244, 246, 0.9);
    font-weight: 700;
}

.mobile-drawer .nav-link:hover,
.mobile-drawer .nav-link:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.mobile-drawer .drawer-actions {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: calc(var(--header-height) + var(--quote-bar-height) + 3rem) 0 5rem;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.5;
    pointer-events: none;
}

.hero-orb-1 {
    width: 18rem;
    height: 18rem;
    background: rgba(180, 58, 87, 0.24);
    top: 6rem;
    left: -4rem;
}

.hero-orb-2 {
    width: 14rem;
    height: 14rem;
    background: rgba(216, 180, 107, 0.12);
    bottom: 3rem;
    right: 1rem;
}

.hero-grid {
    align-items: center;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--site-border);
    color: var(--site-gold);
    font-weight: 800;
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    line-height: 0.96;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #fff8f8;
}

.hero-title .accent {
    color: var(--site-gold);
}

.hero-text {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.75;
    color: var(--site-muted);
    max-width: 42rem;
    margin-bottom: 1.8rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-bottom: 2rem;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-stat {
    min-width: 10rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--site-border);
}

.hero-stat strong {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 800;
}

.hero-stat span {
    font-size: 0.92rem;
    color: var(--site-muted-2);
}

.hero-visual {
    position: relative;
}

.hero-card {
    position: relative;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        linear-gradient(135deg, rgba(143, 36, 59, 0.46), rgba(30, 10, 15, 0.95));
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
    padding: 1.25rem;
    overflow: hidden;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: auto -25% -25% auto;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(216, 180, 107, 0.18), transparent 65%);
    pointer-events: none;
}

.hero-screen {
    border-radius: 1.2rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(16, 16, 22, 0.45), rgba(8, 8, 11, 0.88)),
        url("https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
    min-height: 28rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.hero-screen-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 8, 11, 0.12) 0%, rgba(18, 8, 11, 0.55) 56%, rgba(18, 8, 11, 0.86) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.15rem;
}

.hero-screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.live-pill,
.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.live-pill .dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #ff5d7f;
    box-shadow: 0 0 0 0 rgba(255, 93, 127, 0.7);
    animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 93, 127, 0.65);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 93, 127, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 93, 127, 0);
    }
}

.hero-screen-bottom {
    display: grid;
    gap: 1rem;
}

.now-playing-card {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(22, 10, 14, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.np-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--site-gold);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.np-title {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: #fff;
}

.np-subtitle {
    font-size: 0.96rem;
    color: var(--site-muted);
}

.mock-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
}

.play-btn {
    width: 3.15rem;
    height: 3.15rem;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--site-gold), #f0cf8f);
    color: #200b10;
    font-size: 1rem;
    box-shadow: 0 0.8rem 1.7rem rgba(216, 180, 107, 0.28);
}

.progress-shell {
    display: grid;
    gap: 0.45rem;
}

.progress-bar-ui {
    width: 100%;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
}

.progress-bar-ui > span {
    display: block;
    width: 47%;
    height: 100%;
    background: linear-gradient(90deg, var(--site-accent-3), var(--site-gold));
    border-radius: inherit;
}

.progress-times {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: var(--site-muted-2);
    font-weight: 700;
}

.mini-stack {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.mini-info-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--site-border);
}

.mini-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(216, 180, 107, 0.14);
    color: var(--site-gold);
    font-size: 1rem;
}

.mini-info-card strong {
    display: block;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.15rem;
}

.mini-info-card span {
    display: block;
    color: var(--site-muted-2);
    font-size: 0.88rem;
}

.section-block {
    position: relative;
    padding: var(--section-pad) 0;
}

.section-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 3.5rem;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--site-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: #fff9fa;
}

.section-copy {
    color: var(--site-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.glass-panel {
    background: var(--site-panel);
    border: 1px solid var(--site-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--site-shadow-soft);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.feature-card,
.service-card,
.process-card,
.faq-card,
.showcase-card,
.testimonial-card {
    height: 100%;
    padding: 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.feature-card:hover,
.service-card:hover,
.process-card:hover,
.showcase-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: var(--site-border-strong);
    box-shadow: var(--site-shadow);
}

.feature-icon,
.service-icon,
.process-number {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    box-shadow: var(--site-shadow-soft);
}

.feature-icon,
.service-icon {
    background: linear-gradient(135deg, rgba(216, 180, 107, 0.22), rgba(143, 36, 59, 0.3));
    color: var(--site-gold);
    font-size: 1.15rem;
}

.process-number {
    background: linear-gradient(135deg, var(--site-accent-2), var(--site-accent));
    color: #fff;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.card-title-site {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.card-copy-site {
    color: var(--site-muted);
    line-height: 1.75;
    margin-bottom: 0;
}

.split-panel {
    padding: 2rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.35rem 0 0;
    display: grid;
    gap: 0.9rem;
}

.check-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    color: var(--site-muted);
}

.check-list i {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1b0b10;
    background: linear-gradient(135deg, var(--site-gold), #e7ca8f);
    font-size: 0.88rem;
    margin-top: 0.1rem;
}

.accent-band {
    background:
        linear-gradient(135deg, rgba(143, 36, 59, 0.88), rgba(58, 18, 27, 0.94)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.00));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-panel {
    padding: 2.25rem;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top right, rgba(216, 180, 107, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(107, 25, 43, 0.92), rgba(33, 11, 17, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--site-shadow);
}

.cta-title {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.cta-copy {
    color: var(--site-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.showcase-card {
    overflow: hidden;
    padding: 0;
}

.showcase-image {
    height: 13rem;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--site-border);
}

.showcase-body {
    padding: 1.35rem;
}

.showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--site-gold);
}

.faq-wrap {
    display: grid;
    gap: 1rem;
}

.faq-item-site {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--site-border);
    overflow: hidden;
}

.faq-button {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 1.2rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    font-weight: 800;
}

.faq-button i {
    color: var(--site-gold);
    transition: transform 0.2s ease;
}

.faq-item-site.open .faq-button i {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 0 1.25rem 1.25rem;
    color: var(--site-muted);
    line-height: 1.8;
}

.faq-item-site.open .faq-answer {
    display: block;
}

.testimonial-card {
    position: relative;
}

.testimonial-card .quote-icon {
    font-size: 1.5rem;
    color: rgba(216, 180, 107, 0.6);
    margin-bottom: 0.8rem;
}

.testimonial-copy {
    color: var(--site-muted);
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--site-gold), var(--site-accent-2));
    color: #240d12;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-author strong {
    display: block;
    color: #fff;
    font-weight: 800;
}

.testimonial-author span {
    display: block;
    color: var(--site-muted-2);
    font-size: 0.88rem;
}

.site-main,
.site-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.site-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid var(--site-border);
    background:
        linear-gradient(180deg, rgba(16, 7, 10, 0.25), rgba(16, 7, 10, 0.82));
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.footer-copy {
    color: var(--site-muted);
    line-height: 1.8;
    max-width: 25rem;
}

.footer-title {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.footer-links a,
.footer-contact li {
    color: var(--site-muted);
}

.footer-links a:hover,
.footer-links a:focus {
    color: #fff;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.8rem;
}

.footer-contact li i {
    color: var(--site-gold);
    width: 1.25rem;
    margin-right: 0.45rem;
}

.social-links {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.social-links a {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--site-border);
    color: #fff;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social-links a:hover,
.social-links a:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--site-border-strong);
}

.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--site-border);
    color: var(--site-muted-2);
    font-size: 0.92rem;
}

.scroll-top-btn {
    position: fixed;
    right: 0.85rem;
    bottom: 0.85rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid var(--site-border);
    background: rgba(31, 12, 17, 0.88);
    color: #fff;
    box-shadow: var(--site-shadow-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 9999;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .desktop-nav,
    .header-actions .btn-ghost:not(.user-pill-wrapper) {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .site-header.is-scrolled {
        background: rgba(21, 8, 11, 0.94);
    }

    .site-nav-wrap {
        gap: 1rem;
    }

    .header-actions {
        margin-left: auto;
    }

    .hero-section {
        min-height: auto;
        padding-top: calc(var(--header-height) + var(--quote-bar-height) + 2rem);
    }

    .hero-visual {
        margin-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    :root {
        --header-height: 78px;
        --quote-bar-height: 78px;
    }

    .site-nav-wrap {
        min-height: var(--header-height);
        gap: 0.75rem;
    }

    .navbar-brand-link {
        min-width: 0;
        gap: 0.65rem;
    }

    .brand-badge {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 0.8rem;
    }

    .navbar-brand-text {
        font-size: 1.02rem;
        letter-spacing: 0.06em;
    }

    .header-actions {
        gap: 0.65rem;
        min-width: 0;
        flex: 0 0 auto;
    }

    .user-pill-wrapper {
        max-width: min(20rem, 100%);
    }

    .navbar-user-pill {
        width: 100%;
        justify-content: center;
    }

    .navbar-user-text {
        align-items: flex-start;
        min-width: 0;
    }

    .navbar-user-name,
    .navbar-user-email {
        max-width: 100%;
    }

    .mobile-drawer {
        top: calc(var(--header-height) + var(--quote-bar-height) + 0.65rem);
        right: 0.75rem;
        left: 0.75rem;
        max-height: calc(100vh - (var(--header-height) + var(--quote-bar-height) + 1.5rem));
        overflow-y: auto;
    }

    .header-quote-inner {
        padding: 0.85rem 0;
        gap: 0.35rem;
    }

    .header-quote-text,
    .header-quote-author {
        width: 100%;
    }

    .header-quote-text {
        font-size: 0.92rem;
    }

    .header-quote-author {
        font-size: 0.9rem;
    }

    .hero-title {
        max-width: 18rem;
    }

    .hero-meta {
        gap: 0.8rem;
    }

    .hero-stat {
        min-width: calc(50% - 0.5rem);
    }

    .split-panel {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    :root {
        --header-height: 72px;
        --quote-bar-height: 96px;
    }

    .site-nav-wrap {
        gap: 0.55rem;
        width: 100%;
        min-width: 0;
    }

    .container-xxl {
        --bs-gutter-x: 1.15rem;
    }

    .navbar-brand-link {
        gap: 0.55rem;
        max-width: 100%;
        flex: 1 1 auto;
        min-width: 0;
    }

    .brand-badge {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 0.92rem;
    }

    .navbar-brand-text {
        font-size: 0.94rem;
        letter-spacing: 0.05em;
    }

    .header-actions {
        gap: 0.5rem;
        flex: 0 0 auto;
    }

    .user-pill-wrapper {
        display: none;
    }

    .mobile-menu-toggle {
        width: 2.8rem;
        height: 2.8rem;
        min-width: 2.8rem;
        min-height: 2.8rem;
        padding: 0;
        border-radius: 0.8rem;
        font-size: 1.1rem;
        flex: 0 0 auto;
        touch-action: manipulation;
        position: relative;
        z-index: 1105;
    }

    .mobile-drawer {
        top: calc(var(--header-height) + var(--quote-bar-height) + 0.5rem);
        right: 0.65rem;
        left: 0.65rem;
        padding: 0.85rem;
        border-radius: 1rem;
    }

    .mobile-drawer .nav-link {
        padding: 0.85rem 0.9rem;
    }

    .header-quote-text {
        font-size: 0.87rem;
        line-height: 1.45;
    }

    .header-quote-author {
        font-size: 0.84rem;
    }

    .hero-section {
        padding-bottom: 4rem;
    }

    .hero-title {
        font-size: clamp(2.35rem, 10vw, 3.65rem);
        max-width: none;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btn-hero,
    .btn-ghost {
        width: 100%;
    }

    .hero-meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-stat {
        min-width: 100%;
    }

    .hero-card {
        padding: 0.95rem;
        border-radius: 1.35rem;
    }

    .hero-screen {
        min-height: 24rem;
        border-radius: 1rem;
    }

    .hero-screen-overlay {
        padding: 0.9rem;
    }

    .mock-controls {
        grid-template-columns: 1fr;
    }

    .play-btn {
        width: 100%;
        border-radius: 999px;
        height: 3rem;
    }

    .mini-info-card {
        grid-template-columns: auto 1fr;
        padding: 0.85rem 0.9rem;
    }

    .section-block {
        padding: clamp(3rem, 10vw, 4.5rem) 0;
    }

    .section-header {
        margin-bottom: 2.5rem;
    }

    .split-panel,
    .cta-panel {
        padding: 1.3rem;
    }

    .site-footer {
        padding-top: 3rem;
    }

    .footer-bottom {
        gap: 0.75rem;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    :root {
        --header-height: 68px;
        --quote-bar-height: 104px;
    }

    .container-xxl {
        --bs-gutter-x: 0.95rem;
    }

    .navbar-brand-text {
        font-size: 0.88rem;
    }

    .header-quote-inner {
        min-height: var(--quote-bar-height);
        padding: 0.7rem 0;
    }

    .header-quote-text {
        font-size: 0.83rem;
    }

    .header-quote-author {
        font-size: 0.8rem;
    }

    .mobile-drawer {
        right: 0.55rem;
        left: 0.55rem;
    }

    .hero-section {
        padding-top: calc(var(--header-height) + var(--quote-bar-height) + 1.5rem);
    }

    .hero-title {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .eyebrow-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-card {
        padding: 0.8rem;
    }

    .hero-screen {
        min-height: 21.5rem;
    }

    .live-pill,
    .status-chip {
        font-size: 0.7rem;
        padding: 0.42rem 0.65rem;
    }

    .np-title {
        font-size: 1.18rem;
    }

    .np-subtitle {
        font-size: 0.9rem;
    }

    .mini-stack {
        gap: 0.75rem;
    }

    .mini-info-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mini-icon {
        margin: 0 auto;
    }

    .section-heading {
        font-size: clamp(1.8rem, 9vw, 2.35rem);
    }

    .showcase-body,
    .feature-card,
    .service-card,
    .process-card,
    .faq-card,
    .testimonial-card {
        padding: 1.2rem;
    }

    .scroll-top-btn {
        right: 0.75rem;
        bottom: 0.75rem;
        width: 3.65rem;
        height: 3.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}