/* ============================================================
   Code Brains – PREMIUM DIGITAL AGENCY
   style.css
   ============================================================ */

:root {
    --bg: #050505;
    --bg2: #0a0a0a;
    --bg3: #111111;
    --card: #0d0d0d;
    --card2: #141414;
    --border: rgba(255, 255, 255, 0.06);
    --border2: rgba(255, 255, 255, 0.12);
    --gold: #b59451;
    --gold2: #dac28a;
    --gold3: rgba(181, 148, 81, 0.12);
    --blue: #ffffff;
    --blue2: #b59451;
    --blue3: rgba(255, 255, 255, 0.1);
    --text: #f5f5f5;
    --text2: #a3a3a3;
    --text3: #737373;
    --white: #ffffff;
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
    --shadow-gold: 0 0 40px rgba(181, 148, 81, 0.15);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
}

[data-theme="light"] {
    --bg: #fcfcfc;
    --bg2: #ffffff;
    --bg3: #f5f5f5;
    --card: #ffffff;
    --card2: #f9f9f9;
    --border: rgba(0, 0, 0, 0.06);
    --border2: rgba(0, 0, 0, 0.12);
    --gold: #8f7033;
    --gold2: #664e1c;
    --gold3: rgba(143, 112, 51, 0.08);
    --blue: #111111;
    --blue2: #000000;
    --blue3: rgba(0, 0, 0, 0.06);
    --text: #171717;
    --text2: #525252;
    --text3: #a3a3a3;
    --white: #0a0a0a;
    --shadow: 0 10px 40px rgba(40, 32, 20, 0.03);
    --shadow-gold: 0 0 45px rgba(143, 112, 51, 0.05);
}

[data-theme="light"] .nav-inner {
    background: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(143, 112, 51, 0.22) !important;
    border-top: 1.8px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 20px 40px rgba(40, 32, 20, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

[data-theme="light"] .navbar.scrolled .nav-inner {
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(28px) !important;
    border-color: rgba(140, 102, 33, 0.35) !important;
    border-top: 1.8px solid rgba(140, 102, 33, 0.6) !important;
    box-shadow: 0 24px 50px rgba(40, 32, 20, 0.1), 0 0 25px rgba(140, 102, 33, 0.08) !important;
}

[data-theme="light"] .nav-links {
    background: rgba(253, 252, 249, 0.85) !important;
    backdrop-filter: blur(24px) !important;
    border-color: rgba(140, 102, 33, 0.18) !important;
}

[data-theme="light"] .nav-links a {
    color: var(--text) !important;
}

[data-theme="light"] .nav-links a:hover,
[data-theme="light"] .nav-links a.active {
    color: var(--gold) !important;
}

/* HIGH LEGIBILITY WHITE TEXT OVER GOLD BACKGROUND FOR LIVE CHAT BUTTON IN LIGHT THEME */
[data-theme="light"] .nav-chat-btn,
[data-theme="light"] .nav-links .nav-chat-btn,
[data-theme="light"] .nav-links a.nav-chat-btn,
[data-theme="light"] .nav-links a.nav-chat-btn.active,
[data-theme="light"] .nav-links a.nav-chat-btn:hover {
    color: #ffffff !important;
}

[data-theme="light"] .nav-chat-btn:hover {
    box-shadow: 0 8px 20px rgba(140, 102, 33, 0.25) !important;
}

[data-theme="light"] .hero-orb {
    opacity: 0.35;
}

[data-theme="light"] .hero-grid {
    opacity: 1;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
}

/* FROSTED GLASS EFFECTS FOR CARDS IN LIGHT THEME */
[data-theme="light"] .service-card,
[data-theme="light"] .plan-card,
[data-theme="light"] .testi-card,
[data-theme="light"] .why-card {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(16px) !important;
    border-color: rgba(140, 102, 33, 0.1) !important;
}

[data-theme="light"] .service-card.featured,
[data-theme="light"] .plan-card.featured {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(246, 243, 235, 0.75)) !important;
    border-color: rgba(140, 102, 33, 0.28) !important;
    box-shadow: 0 15px 45px rgba(140, 102, 33, 0.05) !important;
}

[data-theme="light"] .plan-card.featured::before {
    color: #ffffff !important;
}

/* PREMIUM LIGHT THEME COST ESTIMATOR CARD & RESULT PANEL */
[data-theme="light"] .calc-result-panel {
    background: linear-gradient(135deg, rgba(140, 102, 33, 0.08), rgba(255, 253, 249, 0.95)) !important;
    border-color: rgba(140, 102, 33, 0.2) !important;
    box-shadow: 0 20px 40px rgba(140, 102, 33, 0.04) !important;
}

[data-theme="light"] .calc-result-panel::before {
    background: radial-gradient(circle at top right, rgba(140, 102, 33, 0.15), transparent 60%) !important;
}

[data-theme="light"] .res-label {
    color: #8c6621 !important;
    font-weight: 600 !important;
}

[data-theme="light"] .res-speed span {
    color: #1d1a15 !important;
}

[data-theme="light"] .res-plan-box {
    background: rgba(140, 102, 33, 0.04) !important;
    border-color: rgba(140, 102, 33, 0.15) !important;
}

[data-theme="light"] .res-plan-name {
    color: #1d1a15 !important;
}

[data-theme="light"] .res-plan-price {
    color: #636880 !important;
}

/* PREMIUM LIGHT THEME CTA BANNER TRANSITION */
[data-theme="light"] .cta-banner {
    background: linear-gradient(135deg, #fbf7ed 0%, #f6f3eb 50%, #eae5d8 100%) !important;
    border-color: rgba(140, 102, 33, 0.15) !important;
}

[data-theme="light"] .cta-banner h2 {
    color: #1d1a15 !important;
}

[data-theme="light"] .cta-banner p {
    color: #636880 !important;
}

[data-theme="light"] .cta-banner .btn-white {
    background: #1d1a15 !important;
    color: #ffffff !important;
    border: none !important;
}

[data-theme="light"] .cta-banner .btn-white:hover {
    background: #8c6621 !important;
    color: #ffffff !important;
}

[data-theme="light"] .cta-banner .btn-outline-white {
    border: 2px solid rgba(29, 26, 21, 0.25) !important;
    color: #1d1a15 !important;
}

[data-theme="light"] .cta-banner .btn-outline-white:hover {
    border-color: #8c6621 !important;
    background: rgba(140, 102, 33, 0.05) !important;
    color: #8c6621 !important;
}

/* RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--gold);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--gold2);
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: var(--font-body);
}

input,
textarea,
select {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--bg3);
    border: 1.5px solid var(--border2);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    width: 100%;
    outline: none;
    transition: var(--transition);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--gold3);
}

select option {
    background: var(--bg2);
}

textarea {
    resize: vertical;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg2);
}

::-webkit-scrollbar-thumb {
    background: var(--border2);
    border-radius: 3px;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    background: linear-gradient(135deg, var(--white) 35%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    background: linear-gradient(135deg, var(--white) 35%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600;
}

h1 em,
h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    color: var(--text2);
}

.eyebrow {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section {
    padding: 100px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 64px;
}

.section-head h2 {
    margin-top: 4px;
}

.mt-1 {
    margin-top: 16px;
}

.mt-2 {
    margin-top: 28px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), #a87c3e);
    color: #0a0a0a;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(201, 169, 110, 0.4);
    color: #0a0a0a;
}

.btn-ghost {
    background: var(--border);
    color: var(--text);
    border: 1.5px solid var(--border2);
}

.btn-ghost:hover {
    background: var(--border2);
    color: var(--white);
}

.btn-white {
    background: var(--white);
    color: var(--bg);
}

.btn-white:hover {
    background: var(--gold2);
    color: var(--bg);
}

.btn-outline-white {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: var(--white);
}

.btn-outline-white:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.btn-full {
    width: 100%;
    justify-content: center;
    border-radius: var(--radius-sm);
}

.btn-sm {
    padding: 9px 20px;
    font-size: 0.82rem;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 24px;
    transition: var(--transition);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(10, 12, 18, 0.35) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 1.5px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 100px;
    transition: var(--transition);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.navbar.scrolled .nav-inner {
    background: rgba(10, 12, 18, 0.55) !important;
    backdrop-filter: blur(28px) !important;
    border-color: rgba(201, 169, 110, 0.28) !important;
    border-top: 1.5px solid rgba(201, 169, 110, 0.55) !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(201, 169, 110, 0.15);
    padding: 10px 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gold), #8a7019);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.1rem;
    color: #050505;
    box-shadow: 0 4px 15px var(--gold3);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white);
}

.logo-the {
    font-weight: 700;
    color: var(--gold);
    margin-right: 4px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-links a {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text2);
    letter-spacing: 0.02em;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--white);
}

.nav-chat-btn,
.nav-links .nav-chat-btn,
.nav-links a.nav-chat-btn,
.nav-links a.nav-chat-btn.active,
.nav-links a.nav-chat-btn:hover {
    background: linear-gradient(135deg, var(--gold), #a87c3e) !important;
    color: #0a0a0a !important;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600 !important;
}

.nav-chat-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(201, 169, 110, 0.3);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
    cursor: pointer;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* NAV ACTIONS & THEME TOGGLE */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.theme-toggle {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--border2);
    background: var(--bg2);
    color: var(--text);
    transition: var(--transition);
    cursor: pointer;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.theme-toggle:hover {
    border-color: var(--gold);
    color: var(--gold);
    box-shadow: 0 0 15px var(--gold3);
    transform: translateY(-2px);
}

.theme-toggle svg {
    position: absolute;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.theme-toggle .sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .moon-icon {
    opacity: 0;
    transform: rotate(-90deg) scale(0);
}

[data-theme="light"] .theme-toggle .sun-icon {
    opacity: 0;
    transform: rotate(90deg) scale(0);
}

[data-theme="light"] .theme-toggle .moon-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

[data-theme="light"] .logo-text {
    color: var(--text);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 40px 60px;
    max-width: 1280px;
    margin: 0 auto;
}

.hero-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.25;
    animation: orbFloat 8s ease-in-out infinite;
}

.hero-orb-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
    background: radial-gradient(circle, var(--gold), transparent 70%);
}

.hero-orb-2 {
    width: 500px;
    height: 500px;
    bottom: -100px;
    left: -150px;
    background: radial-gradient(circle, var(--blue), transparent 70%);
    animation-delay: -4s;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, -30px) scale(1.05);
    }
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.hero-content {
    flex: 1;
    max-width: 640px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold3);
    border: 1px solid rgba(201, 169, 110, 0.3);
    color: var(--gold);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-title {
    margin-bottom: 24px;
}

.hero-sub {
    font-size: 1.1rem;
    color: var(--text2);
    max-width: 520px;
    margin-bottom: 36px;
}

.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 32px;
}

.stat-div {
    width: 1px;
    height: 40px;
    background: var(--border2);
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-n {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--gold);
}

.stat-l {
    font-size: 0.78rem;
    color: var(--text3);
    letter-spacing: 0.05em;
}

.hero-visual {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}

.floating-ui-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateX(15deg) rotateY(-20deg);
}

.ui-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

/* Main Website Card */
.main-card {
    width: 280px;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    animation: floatMain 6s ease-in-out infinite;
    overflow: hidden;
}

.ui-header {
    height: 24px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 6px;
    border-bottom: 1px solid var(--border);
}

.ui-header .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f56;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #27c93f;
}

.ui-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ui-skeleton {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}

.ui-skeleton.title {
    width: 60%;
    height: 12px;
    margin-bottom: 6px;
}

.ui-skeleton.text {
    width: 90%;
}

.ui-skeleton.text.short {
    width: 70%;
}

.ui-box-grid {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.ui-box {
    flex: 1;
    height: 60px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
}

/* SEO Card */
.seo-card {
    width: 160px;
    height: 120px;
    top: 10%;
    right: 0;
    transform: translateZ(60px);
    padding: 16px;
    animation: floatSeo 5s ease-in-out infinite;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seo-title {
    font-size: 0.8rem;
    color: var(--text2);
    font-weight: 600;
}

.seo-stat {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold);
}

/* Code Card */
.code-card {
    width: 200px;
    height: 90px;
    bottom: 15%;
    left: 0;
    transform: translateZ(80px);
    padding: 16px;
    font-family: monospace;
    font-size: 0.85rem;
    animation: floatCode 7s ease-in-out infinite;
}

.code-line {
    margin-bottom: 4px;
    color: var(--text2);
}

.c-gold {
    color: var(--gold);
}

.c-white {
    color: var(--text);
}

@keyframes floatMain {

    0%,
    100% {
        transform: translate(-50%, -50%) translateZ(0) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateZ(0) translateY(-10px);
    }
}

@keyframes floatSeo {

    0%,
    100% {
        transform: translateZ(60px) translateY(0);
    }

    50% {
        transform: translateZ(60px) translateY(-15px);
    }
}

@keyframes floatCode {

    0%,
    100% {
        transform: translateZ(80px) translateY(0);
    }

    50% {
        transform: translateZ(80px) translateY(12px);
    }
}

/* Light Theme Overrides for Floating UI */
[data-theme="light"] .ui-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .ui-header {
    background: rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .ui-skeleton {
    background: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .ui-box {
    background: rgba(0, 0, 0, 0.03);
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ph-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.ph-content {
    position: relative;
    z-index: 1;
}

.ph-content h1 {
    margin: 8px 0 16px;
}

.ph-content p {
    font-size: 1.1rem;
    color: var(--text2);
    max-width: 520px;
    margin: 0 auto;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 32px;
}

.service-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 40px 32px;
    transition: var(--transition);
    position: relative;
    box-shadow: var(--shadow);
}

.service-card:hover {
    border-color: var(--gold) !important;
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 20px 45px rgba(201, 169, 110, 0.12), var(--shadow-gold);
}

.service-card.featured {
    border-color: rgba(201, 169, 110, 0.4);
    background: linear-gradient(135deg, var(--card), var(--bg3));
}

.sc-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--gold3);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(201, 169, 110, 0.3);
}

.sc-icon {
    width: 56px;
    height: 56px;
    color: var(--gold);
    margin-bottom: 20px;
}

.service-card h3 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: 1.4rem;
}

.service-card p {
    font-size: 0.92rem;
    margin-bottom: 20px;
    color: var(--text2);
}

.service-cat-desc {
    font-size: 0.92rem;
    color: var(--text3) !important;
    margin-bottom: 16px;
}

.sub-services-list {
    margin: 28px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0;
}

.sub-services-list li {
    position: relative;
    padding-left: 28px;
    list-style: none;
}

.sub-services-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--gold);
    font-weight: bold;
    font-size: 0.95rem;
}

.sub-services-list li strong {
    display: block;
    font-size: 0.98rem;
    color: var(--white);
    margin-bottom: 3px;
}

.sub-services-list li span {
    display: block;
    font-size: 0.88rem;
    color: var(--text2);
    line-height: 1.5;
}

.sc-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.02em;
}

.sc-link:hover {
    color: var(--gold2);
}

@media (min-width: 992px) {
    .combo-offer-card {
        grid-column: span 2;
    }
}

/* VISIBILITY PRO-PLAN TABLE */
.pro-plan-table-wrapper {
    overflow-x: auto;
    background: var(--card);
    border: 1.5px solid var(--border2);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}

.pro-plan-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.pro-plan-table th,
.pro-plan-table td {
    padding: 20px 24px;
    border-bottom: 1.5px solid var(--border);
}

.pro-plan-table th {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pro-plan-table tbody tr:last-child td {
    border-bottom: none;
}

.step-num span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gold3);
    color: var(--gold);
    font-weight: 700;
    font-size: 0.9rem;
}

.step-action strong {
    font-size: 1.05rem;
    color: var(--white);
    display: block;
    margin-bottom: 4px;
}

.step-action p {
    font-size: 0.9rem;
    color: var(--text2);
}

.step-why p {
    font-size: 0.92rem;
    color: var(--text2);
    line-height: 1.5;
}

.step-why em {
    color: var(--gold);
    font-style: normal;
    font-weight: 600;
}

/* ============================================================
   WHY US
   ============================================================ */
.why {
    background: var(--bg2);
}

.why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-text h2 {
    margin: 8px 0 16px;
}

.why-text>p {
    margin-bottom: 28px;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
}

.why-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.93rem;
    color: var(--text);
}

.check {
    color: var(--gold);
    font-size: 1rem;
}

.why-visual {
    position: relative;
    height: 360px;
}

.why-card {
    position: absolute;
    background: var(--card2);
    border: 1px solid var(--border2);
    border-radius: var(--radius);
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: var(--shadow);
}

.wc1 {
    top: 0;
    left: 0;
}

.wc2 {
    top: 90px;
    right: 0;
}

.wc3 {
    bottom: 0;
    left: 40px;
}

.wc-num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--gold);
}

.wc-lbl {
    font-size: 0.82rem;
    color: var(--text2);
}

.why-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 169, 110, 0.2), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.testi-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
}

.testi-stars {
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.testi-card p {
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 24px;
    font-style: italic;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ta-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #8b6914);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0a0a0a;
    flex-shrink: 0;
}

.testi-author b {
    display: block;
    color: var(--white);
    font-size: 0.92rem;
}

.testi-author span {
    font-size: 0.78rem;
    color: var(--text3);
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
    background: linear-gradient(135deg, #1a1500 0%, #0f0d1a 50%, #0a1520 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 80px 0;
    text-align: center;
}

.cta-banner h2 {
    margin-bottom: 12px;
}

.cta-banner p {
    color: var(--text2);
    margin-bottom: 36px;
    font-size: 1.05rem;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    background: var(--bg2);
    padding: 70px 0 0;
    border-top: 1px solid var(--border);
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 60px;
}

.footer-brand .logo {
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 0.88rem;
    color: var(--text3);
}

.footer-links h4,
.footer-contact h4 {
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text3);
    margin-bottom: 18px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    font-size: 0.88rem;
    color: var(--text2);
}

.footer-links ul li a:hover {
    color: var(--gold);
}

.footer-contact p {
    font-size: 0.88rem;
    color: var(--text2);
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding: 20px 40px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: var(--text3);
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.mission-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.mission-quote {
    background: var(--card);
    border-left: 3px solid var(--gold);
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: 40px;
    position: sticky;
    top: 100px;
}

.mission-quote blockquote {
    font-family: var(--font-display);
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--white);
    font-style: italic;
    margin-bottom: 16px;
}

.mission-quote cite {
    font-size: 0.85rem;
    color: var(--gold);
}

.mission-text .eyebrow {
    margin-bottom: 8px;
}

.mission-text h2 {
    margin-bottom: 20px;
}

.mission-text p {
    margin-bottom: 16px;
    font-size: 0.97rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.value-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 30px;
    transition: var(--transition);
}

.value-card:hover {
    border-color: rgba(201, 169, 110, 0.3);
    transform: translateY(-3px);
}

.vc-num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--gold);
    opacity: 0.4;
    margin-bottom: 12px;
}

.value-card h3 {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.team-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    text-align: center;
    transition: var(--transition);
}

.team-card:hover {
    border-color: rgba(201, 169, 110, 0.3);
    transform: translateY(-3px);
}

.tc-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 16px;
}

.team-card h3 {
    color: var(--white);
    margin-bottom: 4px;
    font-size: 1.1rem;
}

.tc-role {
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 12px;
}

.tc-bio {
    font-size: 0.85rem;
    color: var(--text2);
}

/* TIMELINE */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--border2);
    transform: translateX(-50%);
}

.tl-item {
    display: flex;
    justify-content: flex-end;
    padding-right: calc(50% + 32px);
    margin-bottom: 40px;
    position: relative;
}

.tl-item.tl-right {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: calc(50% + 32px);
}

.tl-dot {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    border: 2px solid var(--bg);
    z-index: 1;
}

.tl-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 24px;
    max-width: 320px;
}

.tl-year {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--gold);
    display: block;
    margin-bottom: 4px;
}

.tl-card h4 {
    color: var(--white);
    margin-bottom: 8px;
    font-size: 1rem;
}

.tl-card p {
    font-size: 0.88rem;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.ccard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.ccard {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
}

.ccard:hover,
.ccard.featured {
    border-color: rgba(201, 169, 110, 0.35);
    transform: translateY(-3px);
}

.ccard.featured {
    background: linear-gradient(135deg, var(--card), #1c1a10);
}

.ccard-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.ccard h3 {
    color: var(--white);
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.ccard>p {
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.ccard-val {
    display: block;
    font-weight: 600;
    color: var(--gold);
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.ccard-val:hover {
    color: var(--gold2);
}

.ccard-note {
    font-size: 0.78rem;
    color: var(--text3);
}

.contact-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-wrap h2 {
    margin-bottom: 8px;
}

.contact-form-wrap>p {
    color: var(--text2);
    margin-bottom: 32px;
    font-size: 0.95rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text2);
    letter-spacing: 0.04em;
}

.form-success {
    display: none;
    background: rgba(74, 200, 100, 0.12);
    border: 1px solid rgba(74, 200, 100, 0.3);
    color: #4ac864;
    border-radius: var(--radius-sm);
    padding: 14px;
    font-size: 0.9rem;
}

.info-box {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    margin-bottom: 20px;
}

.info-box h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.office-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.office-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.office-item h4 {
    color: var(--white);
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.office-item p {
    font-size: 0.85rem;
    color: var(--text2);
    margin-bottom: 4px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hour-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    color: var(--text2);
}

.hour-row.live {
    color: var(--gold);
    font-weight: 600;
}

.contact-quick a {
    display: block;
    color: var(--gold);
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 8px;
}

/* FAQ */
.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.faq-q {
    width: 100%;
    text-align: left;
    padding: 22px 24px;
    font-size: 0.97rem;
    font-weight: 500;
    color: var(--text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-q:hover {
    color: var(--gold);
}

.faq-q span {
    font-size: 1.3rem;
    transition: var(--transition);
}

.faq-item.open .faq-q span {
    transform: rotate(45deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-a p {
    padding: 0 24px 22px;
    font-size: 0.92rem;
}

.faq-item.open .faq-a {
    max-height: 200px;
}

/* ============================================================
   ENQUIRY PAGE
   ============================================================ */
.enquiry-wrap {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: start;
}

.enq-form {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px;
}

.enq-form h2 {
    margin-bottom: 32px;
}

.enq-step {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.enq-step.active {
    display: flex;
}

.step-header {
    margin-bottom: 8px;
}

.step-badge {
    display: inline-block;
    background: var(--gold3);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(201, 169, 110, 0.3);
    margin-bottom: 8px;
}

.step-header h3 {
    color: var(--white);
    font-size: 1.2rem;
}

.service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    padding: 9px 18px;
    border-radius: 50px;
    border: 1.5px solid var(--border2);
    font-size: 0.85rem;
    color: var(--text2);
    transition: var(--transition);
    cursor: pointer;
}

.pill:hover,
.pill.selected {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold3);
}

.form-nav {
    display: flex;
    gap: 16px;
    align-items: center;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox-group input {
    width: auto;
    margin-top: 3px;
    accent-color: var(--gold);
}

.checkbox-group span {
    font-size: 0.85rem;
    color: var(--text2);
}

.checkbox-group a {
    color: var(--gold);
}

.enq-success-msg {
    text-align: center;
    padding: 40px;
}

.success-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.enq-success-msg h3 {
    color: var(--white);
    margin-bottom: 12px;
}

.enq-info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    margin-bottom: 20px;
}

.enq-info-card h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 16px;
}

.enq-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enq-benefits li {
    font-size: 0.88rem;
    color: var(--text2);
}

.enq-steps-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
    list-style: none;
}

.enq-steps-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    color: var(--text2);
}

.enq-steps-info span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold3);
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-quick p {
    font-size: 0.9rem;
    color: var(--text2);
    margin-bottom: 8px;
}

.contact-quick a {
    color: var(--gold);
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* ============================================================
   CHAT PAGE
   ============================================================ */
.chat-page-section {
    padding: 100px 0 60px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.chat-page-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: start;
}

.chat-sidebar {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.chat-agent-info {
    padding: 32px 24px;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.agent-avatar-lg {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.agent-av-inner {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #8b6914);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a0a0a;
}

.agent-status-dot {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid var(--card);
}

.chat-agent-info h3 {
    color: var(--white);
    margin-bottom: 4px;
}

.chat-agent-info p {
    font-size: 0.82rem;
    margin-bottom: 10px;
}

.online-badge {
    display: inline-block;
    background: rgba(34, 197, 94, 0.12);
    color: #22c55e;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.chat-quick-links {
    padding: 20px 16px;
    border-bottom: 1px solid var(--border);
}

.ql-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text3);
    margin-bottom: 10px;
}

.ql-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    color: var(--text2);
    margin-bottom: 6px;
    border: 1px solid transparent;
    transition: var(--transition);
}

.ql-btn:hover {
    background: var(--card2);
    border-color: var(--border);
    color: var(--text);
}

.chat-contact-alt {
    padding: 20px 16px;
}

.chat-contact-alt p {
    font-size: 0.78rem;
    color: var(--text3);
    margin-bottom: 8px;
}

.chat-contact-alt a {
    display: block;
    font-size: 0.85rem;
    color: var(--gold);
    margin-bottom: 6px;
}

.chat-window {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    height: 640px;
    overflow: hidden;
}

.chat-header {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--card2);
}

.ch-agent {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ch-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #8b6914);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0a0a0a;
}

.ch-agent b {
    display: block;
    color: var(--white);
    font-size: 0.9rem;
}

.ch-status {
    font-size: 0.75rem;
    color: #22c55e;
}

.ch-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--bg3);
    color: var(--text2);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.ch-btn:hover {
    background: var(--border2);
}

.prechat-form {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.prechat-inner {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.prechat-inner h3 {
    color: var(--white);
    margin-bottom: -4px;
}

.prechat-inner>p {
    font-size: 0.88rem;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-msg {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chat-msg.user {
    align-items: flex-end;
}

.chat-msg.agent {
    align-items: flex-start;
}

.msg-bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.chat-msg.user .msg-bubble {
    background: linear-gradient(135deg, var(--gold), #a87c3e);
    color: #0a0a0a;
    border-radius: 18px 18px 4px 18px;
}

.chat-msg.agent .msg-bubble {
    background: var(--card2);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 18px 18px 18px 4px;
}

.msg-time {
    font-size: 0.7rem;
    color: var(--text3);
}

.typing-indicator .msg-bubble {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 14px 20px;
}

.typing-indicator .msg-bubble span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--text3);
    animation: blink 1.4s infinite;
}

.typing-indicator .msg-bubble span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator .msg-bubble span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes blink {

    0%,
    60%,
    100% {
        opacity: 0.3
    }

    30% {
        opacity: 1
    }
}

.chat-input-bar {
    padding: 14px 16px;
    border-top: 1px solid var(--border);
    display: flex;
    gap: 10px;
    align-items: center;
    background: var(--card2);
}

.chat-input-bar input {
    border-radius: 50px;
    padding: 11px 18px;
}

.send-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--gold), #a87c3e);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send-btn svg {
    width: 18px;
    height: 18px;
    color: #0a0a0a;
}

/* ============================================================
   ADMIN LOGIN
   ============================================================ */
.admin-login-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.alp-brand {
    background: linear-gradient(135deg, #0e0c05 0%, #1a1500 50%, #0a1520 100%);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--border);
}

[data-theme="light"] .alp-brand {
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 50%, #f5f7f2 100%);
}

.alp-brand-content h2 {
    color: var(--white);
    margin: 40px 0 12px;
}

.alp-brand-content p {
    font-size: 1rem;
    color: var(--text2);
    margin-bottom: 32px;
}

.alp-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alp-f {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: var(--text2);
}

.alp-f span {
    font-size: 1.1rem;
}

.alp-back a {
    font-size: 0.85rem;
    color: var(--text3);
}

.alp-back a:hover {
    color: var(--gold);
}

.alp-form-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.alp-form-card {
    width: 100%;
    max-width: 440px;
}

.alp-form-header {
    margin-bottom: 36px;
}

.alp-form-header h2 {
    color: var(--white);
    margin-bottom: 6px;
}

.alp-form-header p {
    color: var(--text2);
}

.admin-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pw-wrap {
    position: relative;
}

.pw-wrap input {
    padding-right: 48px;
}

.pw-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: var(--text3);
}

.form-row-sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-link {
    font-size: 0.82rem;
    color: var(--gold);
}

.login-error {
    display: none;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
    border-radius: var(--radius-sm);
    padding: 12px;
    font-size: 0.85rem;
}

.login-hint {
    font-size: 0.78rem;
    color: var(--text3);
    text-align: center;
    margin-top: 12px;
}

/* ============================================================
   ADMIN DASHBOARD
   ============================================================ */
.admin-layout {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: var(--bg2);
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: var(--transition);
}

.admin-sidebar.collapsed {
    transform: translateX(-240px);
}

.asb-top {
    padding: 24px 20px;
    border-bottom: 1px solid var(--border);
}

.asb-label {
    font-size: 0.7rem;
    color: var(--text3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
}

.asb-nav {
    flex: 1;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.asb-item {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    color: var(--text2);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    position: relative;
}

.asb-item:hover {
    background: var(--card2);
    color: var(--text);
}

.asb-item.active {
    background: var(--gold3);
    color: var(--gold);
    border: 1px solid rgba(201, 169, 110, 0.2);
}

.asb-icon {
    width: 20px;
    text-align: center;
}

.asb-badge {
    margin-left: auto;
    background: #ef4444;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 50px;
}

.asb-bottom {
    padding: 16px 12px;
    border-top: 1px solid var(--border);
}

.asb-link {
    display: block;
    font-size: 0.82rem;
    color: var(--text3);
    margin-bottom: 10px;
    padding: 8px 14px;
}

.asb-link:hover {
    color: var(--gold);
}

.asb-logout {
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    color: #ef4444;
    transition: var(--transition);
}

.asb-logout:hover {
    background: rgba(239, 68, 68, 0.1);
}

.admin-main {
    flex: 1;
    margin-left: 240px;
    min-height: 100vh;
    transition: var(--transition);
}

.admin-sidebar.collapsed+.admin-main {
    margin-left: 0;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--bg2);
    border-bottom: 1px solid var(--border);
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sidebar-toggle {
    font-size: 1.1rem;
    color: var(--text2);
}

.sidebar-toggle:hover {
    color: var(--text);
}

.atb-title {
    flex: 1;
    font-weight: 600;
    color: var(--white);
    font-size: 1rem;
}

.atb-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.atb-time {
    font-size: 0.82rem;
    color: var(--text3);
}

.atb-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: var(--text2);
}

.atb-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #8b6914);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0a0a0a;
}

.admin-page {
    display: none;
    padding: 32px 28px;
}

.admin-page.active {
    display: block;
}

.ap-header {
    margin-bottom: 32px;
}

.ap-header h2 {
    color: var(--white);
    margin-bottom: 4px;
}

.ap-header p {
    color: var(--text2);
    font-size: 0.9rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.stat-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc-icon-bg {
    font-size: 1.8rem;
}

.sc-big {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--white);
}

.sc-lbl {
    font-size: 0.8rem;
    color: var(--text3);
}

.sc-blue {
    border-color: rgba(74, 127, 255, 0.3);
}

.sc-gold {
    border-color: rgba(201, 169, 110, 0.3);
}

.sc-green {
    border-color: rgba(34, 197, 94, 0.3);
}

.sc-red {
    border-color: rgba(239, 68, 68, 0.3);
}

.admin-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.admin-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
}

.admin-card h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 20px;
}

.mini-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.mini-table th {
    color: var(--text3);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 0 12px;
    text-align: left;
}

.mini-table td {
    padding: 10px 0;
    border-top: 1px solid var(--border);
    color: var(--text2);
}

.badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
}

.badge-new {
    background: rgba(74, 127, 255, 0.15);
    color: #4a7fff;
    border: 1px solid rgba(74, 127, 255, 0.3);
}

.badge-pending {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.badge-resolved {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.chat-sessions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cs-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.cs-item:hover {
    border-color: var(--border2);
}

.cs-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #8b6914);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0a0a0a;
    flex-shrink: 0;
}

.cs-info {
    flex: 1;
}

.cs-info b {
    display: block;
    font-size: 0.88rem;
    color: var(--white);
}

.cs-info p {
    font-size: 0.78rem;
    color: var(--text3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.cs-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.cs-time {
    font-size: 0.72rem;
    color: var(--text3);
}

.cs-join {
    background: var(--gold3);
    color: var(--gold);
    border: 1px solid rgba(201, 169, 110, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    transition: var(--transition);
}

.cs-join:hover {
    background: var(--gold);
    color: #0a0a0a;
}

/* ADMIN CHAT */
.admin-chat-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
}

.acl-sessions {
    background: var(--bg3);
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--border);
}

.acl-header {
    padding: 14px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text3);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}

.acl-session-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
    transition: var(--transition);
    border-bottom: 1px solid var(--border);
}

.acl-session-item:hover {
    background: var(--card);
}

.acl-session-item.active {
    background: var(--card2);
    border-left: 3px solid var(--gold);
}

.acl-session-item b {
    display: block;
    font-size: 0.88rem;
    color: var(--white);
}

.acl-session-item small {
    font-size: 0.75rem;
    color: var(--text3);
}

.acl-chat-win {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    display: flex;
    flex-direction: column;
    height: 560px;
}

.acl-cw-header {
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acl-cw-header b {
    color: var(--white);
    font-size: 0.92rem;
}

.acl-cw-header small {
    color: var(--text3);
}

.acl-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.acl-input {
    border-top: 1px solid var(--border);
}

.acl-quick-replies {
    padding: 10px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid var(--border);
}

.acl-quick-replies button {
    font-size: 0.75rem;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid var(--border2);
    color: var(--text2);
    transition: var(--transition);
}

.acl-quick-replies button:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.acl-input-row {
    padding: 10px 12px;
    display: flex;
    gap: 8px;
}

/* ENQUIRY TABLE */
.enq-toolbar {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.enq-search {
    flex: 1;
}

.enq-filter {
    width: 160px;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.enq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 700px;
}

.enq-table th {
    color: var(--text3);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 12px 14px 0;
    text-align: left;
}

.enq-table td {
    padding: 12px 12px 12px 0;
    border-top: 1px solid var(--border);
    color: var(--text2);
}

.btn-action {
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid var(--border2);
    color: var(--text2);
    transition: var(--transition);
}

.btn-action:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* MANAGE */
.team-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tm-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tm-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}

.tm-item b {
    display: block;
    font-size: 0.88rem;
    color: var(--white);
}

.tm-item small {
    font-size: 0.75rem;
    color: var(--text3);
}

.tm-item .badge {
    margin-left: auto;
}

.settings-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.setting-item label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text3);
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stats-simple {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ss-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.88rem;
}

.ss-item span {
    color: var(--text2);
}

.ss-item b {
    color: var(--gold);
}

.activity-log {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.al-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
}

.al-item span {
    color: var(--text2);
    flex: 1;
}

.al-item small {
    color: var(--text3);
    font-size: 0.75rem;
    white-space: nowrap;
}

/* MODAL */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    backdrop-filter: blur(4px);
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-box {
    background: var(--card2);
    border: 1px solid var(--border2);
    border-radius: var(--radius);
    padding: 32px;
    width: 90%;
    max-width: 520px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1rem;
    color: var(--text3);
}

.modal-box h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.modal-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.modal-detail-grid label,
.modal-box label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.modal-detail-grid p,
.modal-box>div>p {
    font-size: 0.9rem;
    color: var(--text);
}

.modal-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.modal-actions select {
    width: auto;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
[data-aos] {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(48px) scale(0.96) rotateX(4deg);
    transform-origin: top center;
    perspective: 1000px;
    transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.95s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

[data-aos].visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1) rotateX(0);
}

/* ============================================================
   INTERACTIVE PLANS & PRICING
   ============================================================ */
.plans-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.toggle-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text2);
    cursor: pointer;
    transition: var(--transition);
}

.toggle-label.active {
    color: var(--gold);
    font-weight: 600;
}

.toggle-switch-wrapper {
    display: inline-block;
}

.toggle-switch {
    position: relative;
    width: 60px;
    height: 32px;
    background: var(--bg3);
    border: 1.5px solid var(--border2);
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
}

.toggle-switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 23px;
    height: 23px;
    background: var(--gold);
    border-radius: 50%;
    transition: var(--transition);
}

.toggle-switch.active::after {
    left: 31px;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.plans-container {
    display: none;
}

.plans-container.active {
    display: grid;
    animation: fadeIn 0.5s ease forwards;
}

.plan-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 44px 36px;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    position: relative;
}

.plan-card:hover {
    border-color: var(--gold) !important;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(201, 169, 110, 0.15), var(--shadow-gold);
}

.plan-card.featured {
    border-color: var(--gold);
    background: linear-gradient(135deg, var(--card), var(--bg3));
    box-shadow: var(--shadow-gold);
}

.plan-card.featured::before {
    content: 'Best Choice';
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--gold);
    color: #0a0a0a;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 50px;
}

.plan-header h3 {
    font-size: 1.6rem;
    color: var(--white);
    margin-bottom: 8px;
}

.plan-desc {
    font-size: 0.92rem;
    color: var(--text2);
    margin-bottom: 24px;
    min-height: 48px;
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 24px;
}

.plan-price .currency {
    font-size: 1.4rem;
    font-family: var(--font-display);
    color: var(--gold);
    font-weight: 600;
}

.plan-price .amount {
    font-size: 3rem;
    font-family: var(--font-display);
    color: var(--white);
    font-weight: 700;
    line-height: 1;
}

.plan-price .period {
    font-size: 0.9rem;
    color: var(--text3);
    margin-left: 4px;
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    flex-grow: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.93rem;
    color: var(--text);
}

.plan-features .feat-check {
    color: var(--gold);
    font-size: 1rem;
    font-weight: bold;
}

/* ============================================================
   INTERACTIVE SPEED CALCULATOR
   ============================================================ */
.calculator-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: stretch;
}

.calc-box {
    background: var(--card2);
    border: 1.5px solid var(--border2);
    border-radius: var(--radius);
    padding: 48px;
    box-shadow: var(--shadow);
}

.calc-group {
    margin-bottom: 36px;
}

.calc-group:last-child {
    margin-bottom: 0;
}

.calc-group label {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
}

.calc-group label span {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.slider-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: var(--bg3);
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0;
}

.slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--gold);
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 0 10px rgba(201, 169, 110, 0.5);
}

.slider-input::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.calc-result-panel {
    background: linear-gradient(135deg, var(--gold3), rgba(20, 24, 41, 0.8));
    border: 1.5px solid rgba(201, 169, 110, 0.25);
    border-radius: var(--radius);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.calc-result-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(201, 169, 110, 0.1), transparent 60%);
    pointer-events: none;
}

.res-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text2);
    margin-bottom: 12px;
}

.res-speed {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.1;
    margin-bottom: 16px;
}

.res-speed span {
    font-size: 1.5rem;
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--white);
}

.res-plan-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 20px;
    margin-bottom: 32px;
}

.res-plan-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
}

.res-plan-price {
    font-size: 0.95rem;
    color: var(--text2);
}

.res-plan-price em {
    color: var(--gold);
    font-weight: 600;
    font-style: normal;
}

/* ============================================================
   ADVANCED TECHNOLOGY BACKBONE
   ============================================================ */
.backbone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.backbone-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 40px 32px;
    transition: var(--transition);
}

.backbone-card:hover {
    border-color: rgba(74, 127, 255, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(74, 127, 255, 0.1);
}

.backbone-icon {
    width: 48px;
    height: 48px;
    color: var(--blue);
    margin-bottom: 24px;
}

.backbone-card h3 {
    margin-bottom: 12px;
    color: var(--white);
}

.backbone-card p {
    font-size: 0.92rem;
    color: var(--text2);
}

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    position: relative;
}

.process-card {
    background: var(--card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 40px 32px;
    position: relative;
    transition: var(--transition);
}

.process-card:hover {
    border-color: rgba(201, 169, 110, 0.3);
    transform: translateY(-4px);
}

.proc-num {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold3);
    line-height: 1;
    margin-bottom: 20px;
    transition: var(--transition);
}

.process-card:hover .proc-num {
    color: var(--gold);
}

.process-card h3 {
    color: var(--white);
    margin-bottom: 12px;
}

.process-card p {
    font-size: 0.92rem;
    color: var(--text2);
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter-card {
    background: linear-gradient(135deg, var(--card), var(--card2));
    border: 1.5px solid var(--border2);
    border-radius: var(--radius);
    padding: 60px 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.newsletter-card::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 169, 110, 0.08), transparent 70%);
    top: -150px;
    left: -150px;
    border-radius: 50%;
}

.newsletter-card h2 {
    margin-bottom: 12px;
}

.newsletter-card p {
    max-width: 520px;
    margin: 0 auto 36px;
}

.newsletter-form {
    display: flex;
    gap: 16px;
    max-width: 580px;
    margin: 0 auto;
}

.newsletter-form input {
    flex-grow: 1;
    border-radius: 50px;
    padding: 14px 24px;
}

.newsletter-form .btn {
    padding: 14px 36px;
}

.newsletter-success {
    display: none;
    color: #22c55e;
    font-weight: 600;
    margin-top: 16px;
    font-size: 0.95rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .why-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .why-visual {
        height: 240px;
    }

    .mission-inner {
        grid-template-columns: 1fr;
    }

    .mission-quote {
        position: static;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .enquiry-wrap {
        grid-template-columns: 1fr;
    }

    .enq-info-col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .contact-split {
        grid-template-columns: 1fr;
    }

    .admin-main {
        margin-left: 0;
    }

    .admin-sidebar {
        transform: translateX(-240px);
    }

    .admin-sidebar.open {
        transform: translateX(0);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admin-grid-2 {
        grid-template-columns: 1fr;
    }

    .admin-chat-layout {
        grid-template-columns: 1fr;
    }

    .acl-chat-win {
        height: 400px;
    }

    .admin-login-page {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .alp-brand {
        padding: 40px 24px 20px;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .alp-form-col {
        padding: 30px 24px 60px;
    }

    /* Admin Dashboard Mobile Fixes */
    .admin-layout {
        flex-direction: column;
    }

    .admin-sidebar {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid var(--border);
        z-index: 10;
        transform: none !important;
    }

    .asb-top {
        width: 100%;
        border-bottom: 1px solid var(--border);
    }

    .asb-nav {
        flex-direction: row;
        overflow-x: auto;
        padding: 10px;
        white-space: nowrap;
        width: 100%;
        gap: 8px;
    }

    .asb-item {
        width: auto;
        padding: 8px 12px;
    }

    .asb-bottom {
        display: none;
    }

    .admin-main {
        margin-left: 0;
        width: 100%;
    }

    .admin-topbar {
        padding: 12px 20px;
    }

    .admin-content {
        padding: 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .dash-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   BRAND INTRO SECTION - HIGH-TECH RADIAL CORE LAYOUT
   ============================================================ */
.brand-intro-section {
    padding: 80px 0;
    background: radial-gradient(circle at 10% 20%, rgba(181, 148, 81, 0.04) 0%, transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(181, 148, 81, 0.02) 0%, transparent 60%),
        var(--bg2);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.bi-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(var(--border) 1px, transparent 1px),
        linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.15;
    pointer-events: none;
}

.bi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.bi-image-side {
    position: relative;
    width: 100%;
}

/* Dynamic Interactive Tech Control Pod */
.bi-node-pod {
    position: relative;
    background: rgba(13, 13, 13, 0.7);
    border-radius: var(--radius);
    padding: 40px 32px 32px 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--transition);
    z-index: 1;
}

.bi-node-pod::before {
    content: "";
    position: absolute;
    inset: -1.5px;
    border-radius: calc(var(--radius) + 1.5px);
    background: conic-gradient(from 0deg, transparent 70%, var(--gold) 85%, var(--gold2) 100%);
    z-index: -1;
    animation: rotateBorder 4s linear infinite;
    opacity: 0.6;
}

.bi-node-pod::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius) - 1px);
    background: rgba(13, 13, 13, 0.95);
    z-index: -1;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bi-node-pod:hover {
    transform: translateY(-6px) scale(1.02);
}

.bi-node-pod:hover::before {
    opacity: 1;
    animation-duration: 2s;
}

/* HUD Corners styling */
.bi-hud-corner {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--gold);
    pointer-events: none;
    opacity: 0.8;
}

.bi-hud-tl {
    top: 12px;
    left: 12px;
    border-right: none;
    border-bottom: none;
}

.bi-hud-tr {
    top: 12px;
    right: 12px;
    border-left: none;
    border-bottom: none;
}

.bi-hud-bl {
    bottom: 12px;
    left: 12px;
    border-right: none;
    border-top: none;
}

.bi-hud-br {
    bottom: 12px;
    right: 12px;
    border-left: none;
    border-top: none;
}

/* Rotating Orbit System */
.bi-orbit-system {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(181, 148, 81, 0.25);
}

@keyframes spinCW {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinCCW {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.bi-orbit-ring.ring-outer {
    width: 116px;
    height: 116px;
    border-color: rgba(181, 148, 81, 0.25);
    animation: spinCW 20s infinite linear;
}

.bi-orbit-ring.ring-inner {
    width: 98px;
    height: 98px;
    border-color: var(--gold);
    animation: spinCCW 12s infinite linear;
}

.bi-avatar-container {
    position: relative;
    width: 110px;
    height: 110px;
    background: var(--card2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4), 0 0 30px rgba(255, 215, 0, 0.2);
    overflow: hidden;
}

.bi-avatar-img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 8px;
    filter: brightness(1) contrast(1.1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.bi-status-ping {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background: #22c55e;
    border: 2px solid #0d0d0d;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

@keyframes pingPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bi-status-ping::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    animation: pingPulse 2s infinite ease-in-out;
}

.bi-identity h3 {
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 4px 0;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}

.bi-title-tag {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--gold);
    margin: 0 0 8px 0;
    font-weight: 500;
}

.bi-clearance {
    font-family: monospace;
    font-size: 0.65rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text3);
    background: rgba(255, 255, 255, 0.03);
    padding: 4px 10px;
    border: 1px solid var(--border);
    border-radius: 4px;
}

/* Wave Waveform SVG panel */
.bi-wave-panel {
    width: 100%;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    margin: 24px 0;
    text-align: left;
}

.bi-wave-header {
    display: flex;
    justify-content: space-between;
    font-family: monospace;
    font-size: 0.65rem;
    color: var(--text3);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.bi-wave-status {
    color: #22c55e;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bi-pulse-svg {
    width: 100%;
    height: 36px;
    stroke: var(--gold);
    stroke-width: 1.5px;
    fill: none;
    stroke-dasharray: 1000;
    animation: drawPulse 6s infinite linear;
}

@keyframes drawPulse {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* Core Metrics Grid */
.bi-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

.bi-metric-item {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 14px;
}

.bi-metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.bi-metric-label {
    font-family: monospace;
    font-size: 0.65rem;
    color: var(--text3);
    text-transform: uppercase;
}

.bi-metric-value {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold);
}

.bi-progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.bi-progress-fill {
    height: 100%;
    background: var(--gold);
    box-shadow: 0 0 10px var(--gold);
    border-radius: 4px;
    position: relative;
}

.bi-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: progressShine 2s infinite;
}

@keyframes progressShine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Holographic Mini Console */
.bi-mini-console {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px;
    text-align: left;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.bi-console-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-family: monospace;
    font-size: 0.6rem;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bi-console-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.bi-console-dot:nth-child(1) {
    background: #ff5f56;
}

.bi-console-dot:nth-child(2) {
    background: #ffbd2e;
}

.bi-console-dot:nth-child(3) {
    background: #27c93f;
}

.bi-console-header span:last-child {
    margin-left: auto;
}

.bi-console-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bi-console-body code {
    font-family: monospace;
    font-size: 0.75rem;
    color: var(--text2);
    display: block;
}

.c-gold {
    color: var(--gold2);
}

.c-green {
    color: #22c55e;
}

.c-flash {
    color: var(--white);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Content Column styling */
.bi-content-side {
    display: flex;
    flex-direction: column;
}

.bi-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold3);
    border: 1px solid rgba(181, 148, 81, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 18px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bi-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}

.bi-content-side h2 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 400;
}

.bi-content-side h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bi-statement {
    border-left: 3px solid var(--gold);
    padding-left: 20px;
    margin: 0 0 32px 0;
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text2);
    font-style: italic;
}

.bi-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.bi-pillar {
    display: flex;
    gap: 16px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px;
    transition: var(--transition);
}

.bi-pillar:hover {
    background: rgba(255, 255, 255, 0.03);
    border-color: var(--border2);
}

.bi-pillar-icon {
    font-size: 1.4rem;
    line-height: 1;
}

.bi-pillar-text h4 {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 4px 0;
}

.bi-pillar-text p {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: var(--text3);
    margin: 0;
    line-height: 1.4;
}

.bi-action-group {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.bi-btn-vision {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: transparent;
    color: var(--white);
    border: 1.5px solid var(--border2);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
}

.bi-btn-vision:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(181, 148, 81, 0.03);
}

.bi-btn-connect {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

.bi-btn-connect span {
    transition: var(--transition);
}

.bi-btn-connect:hover {
    color: var(--gold2);
}

.bi-btn-connect:hover span {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .navbar {
        top: 10px;
        padding: 0 16px;
    }

    .nav-inner {
        position: relative;
        padding: 10px 18px;
        border-radius: 40px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        height: auto;
        padding: 40px 24px;
        background: var(--card);
        border: 1.5px solid var(--border2);
        border-radius: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        font-size: 1.15rem;
        box-shadow: var(--shadow);
        z-index: 999;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        color: var(--white);
        font-weight: 600;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

    .hamburger.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .hero {
        flex-direction: column;
        padding: 120px 24px 60px;
    }

    .hero-visual {
        display: none;
    }

    .hero-cta {
        flex-direction: column;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section {
        padding: 70px 0;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .chat-page-inner {
        grid-template-columns: 1fr;
    }

    .chat-sidebar {
        display: none;
    }

    .timeline::before {
        left: 20px;
    }

    .tl-item,
    .tl-item.tl-right {
        padding: 0 0 0 52px;
        justify-content: flex-start;
    }

    .tl-dot {
        left: 20px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ccard-grid {
        grid-template-columns: 1fr;
    }

    .enq-info-col {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* FORCE SINGLE COLUMN FOR ALL GRIDS ON MOBILE TO ABSOLUTELY PREVENT HORIZONTAL OVERFLOW */
    .services-grid,
    .plans-grid,
    .testi-grid,
    .values-grid,
    .team-grid {
        grid-template-columns: 1fr !important;
    }

    /* RESPONSIVE TABLE FOR VISIBILITY PRO-PLAN */
    .pro-plan-table,
    .pro-plan-table thead,
    .pro-plan-table tbody,
    .pro-plan-table tr,
    .pro-plan-table td {
        display: block;
        width: 100%;
    }

    .pro-plan-table thead {
        display: none;
    }

    .pro-plan-table tr {
        background: var(--card2);
        border: 1.5px solid var(--border);
        border-radius: var(--radius);
        margin-bottom: 20px;
        padding: 24px;
    }

    .pro-plan-table td {
        padding: 8px 0;
        border-bottom: none;
    }

    .pro-plan-table td.step-num {
        margin-bottom: 8px;
    }

    /* SPEED CALCULATOR RESPONSIVENESS */
    .calculator-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .calc-box,
    .calc-result-panel {
        padding: 28px 20px;
    }

    /* TEXT SIZES RESPONSIVENESS */
    h1 {
        font-size: 2.6rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    /* ENQUIRY CARD padding */
    .enq-form {
        padding: 24px 18px;
    }

    /* TOGGLE plans Switcher */
    .plans-toggle-container {
        flex-direction: column;
        gap: 12px;
    }

    /* Brand Intro Section tablet adjustments */
    .bi-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bi-image-side {
        padding: 24px;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.1rem !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .why-visual {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .why-card {
        position: static;
        width: 100%;
    }

    .wc1,
    .wc2,
    .wc3 {
        position: static !important;
    }

    /* Brand Intro Section mobile adjustments */
    .bi-footer-profile {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bi-btn-touch {
        width: 100%;
        justify-content: flex-start;
    }
}