:root {
    --bg-dark: #000000;
    --gold: #D4AF37;
    --gold-glow: rgba(212, 175, 55, 0.4);
    --light-text: #FFFFFF;
    --muted-text: #888888;
    
    --font-head: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-art: 'Anton', sans-serif;
}

html, body { margin: 0; padding: 0; width: 100%; height: 100%; box-sizing: border-box; overflow-x: clip; }
body { font-family: var(--font-body); background-color: #000; color: #fff; -webkit-font-smoothing: antialiased; position: relative; }

::selection { background: var(--gold); color: #fff; }

/* 29 SECOND BOOTLOADER */
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #000; z-index: 10000; display: flex; justify-content: center; align-items: center; }
.boot-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.boot-logo { font-family: var(--font-head); font-size: 6rem; font-weight: 900; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--gold); letter-spacing: -2px; }
.boot-bar-wrap { width: 250px; height: 1px; background: rgba(255,255,255,0.1); overflow: hidden; position: relative; }
.boot-bar { width: 0%; height: 100%; background: var(--gold); }
.boot-text { font-size: 0.75rem; color: #555; letter-spacing: 4px; font-family: monospace; text-transform: uppercase; margin-top: 10px; }

/* Globals */
.container { width: 90vw; max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.section { position: relative; z-index: 10; padding: 15vh 0; }
.ht-heading { font-family: var(--font-head); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 900; line-height: 1.1; letter-spacing: -1.5px; text-transform: uppercase; margin-bottom: 2rem; }
.gold-text { color: var(--gold); }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 5rem; }
.mb-5 { margin-bottom: 5rem; }
.text-center { text-align: center; }

/* Buttons */
.ht-btn {
    display: inline-block; padding: 18px 45px; background: rgba(255,255,255,0.03); color: #fff;
    border: 1px solid rgba(255,255,255,0.15); border-radius: 40px; font-family: var(--font-head);
    font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); backdrop-filter: blur(10px);
}
.ht-btn-primary:hover { background: #fff; color: #000; border-color: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255,255,255,0.1); }

/* 0. The Floating Pill Navbar */
.pill-nav-wrapper { position: fixed; top: 40px; left: 50%; transform: translateX(-50%); z-index: 1000; width: 90vw; max-width: 950px; }
.pill-nav { display: flex; justify-content: space-between; align-items: center; background: rgba(10, 10, 10, 0.6); backdrop-filter: blur(25px); border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.15); border-radius: 50px; padding: 10px 15px; box-shadow: 0 30px 60px rgba(0,0,0,0.8), inset 0 0 20px rgba(255,255,255,0.02); transition: 0.4s; position: relative; }
.pill-logo { display: flex; align-items: center; position: relative; width: 190px; }
.pill-logo a { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); height: 65px; z-index: 15; display: block; }
.nav-logo { height: 100%; width: auto; display: block; filter: none; margin: 0; }
.pill-links { display: flex; gap: 35px; }
.pill-links a { color: var(--muted-text); text-decoration: none; font-size: 0.75rem; font-weight: 600; letter-spacing: 2px; transition: 0.3s; text-transform: uppercase; }
.pill-links a:hover { color: #fff; }
.pill-cta { display: flex; align-items: center; gap: 10px; }
.pill-cta a { display: inline-block; padding: 14px 28px; background: #fff; color: #000; border-radius: 40px; font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-decoration: none; transition: 0.3s; text-transform: uppercase; }
.pill-cta a:hover { background: var(--gold); }
.mobile-menu-btn { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; transition: 0.3s; padding: 5px; }
.mobile-menu-btn:hover { color: var(--gold); }

/* 1. The Living Collage Hero Section */
.full-hero { min-height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #000; }

.living-collage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.8; }
.collage-item { position: absolute; border-radius: 8px; object-fit: cover; filter: grayscale(30%) contrast(1.2); opacity: 0; transform: scale(0.8); }

/* Scattered Layout for Collage */
.pos-1 { top: 5%; left: 5%; width: 15vw; height: 20vh; }
.pos-2 { top: 10%; right: 10%; width: 20vw; height: 15vh; }
.pos-3 { bottom: 15%; left: 8%; width: 18vw; height: 25vh; }
.pos-4 { bottom: 10%; right: 5%; width: 22vw; height: 22vh; }
.pos-5 { top: 30%; left: 2%; width: 12vw; height: 18vh; }
.pos-6 { top: 40%; right: 3%; width: 15vw; height: 30vh; }
.pos-7 { top: 15%; left: 30%; width: 14vw; height: 14vh; }
.pos-8 { bottom: 20%; right: 30%; width: 16vw; height: 20vh; }
.pos-9 { top: 60%; left: 20%; width: 10vw; height: 15vh; }
.pos-10 { top: 70%; right: 20%; width: 12vw; height: 12vh; }
.pos-11 { top: 5%; left: 60%; width: 14vw; height: 18vh; }
.pos-12 { bottom: 5%; left: 40%; width: 18vw; height: 12vh; }

.hero-typo-container { position: relative; z-index: 5; text-align: center; display: flex; flex-direction: column; align-items: center; }
.typo-line-1 { font-family: var(--font-head); font-size: clamp(4rem, 10vw, 9rem); font-weight: 900; line-height: 0.9; letter-spacing: -3px; color: var(--light-text); }
.typo-line-2 { font-family: var(--font-head); font-size: clamp(3rem, 8vw, 7rem); font-weight: 400; line-height: 0.9; letter-spacing: -2px; color: var(--gold); font-style: italic; margin-bottom: 20px; }
.hero-subtext { font-family: var(--font-body); font-size: 1.2rem; color: var(--muted-text); line-height: 1.6; max-width: 600px; margin: 0 auto; }

.scroll-indicator { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 5; }
.scroll-text { font-family: var(--font-body); font-size: 0.65rem; font-weight: 700; letter-spacing: 4px; color: var(--muted-text); text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: #fff; animation: dropDown 2s infinite ease-in-out; }
@keyframes dropDown { 0% { top: -50%; } 100% { top: 100%; } }

@media (max-height: 750px) {
    .hero-typo-container { transform: scale(0.85); transform-origin: center; }
}

/* 2. Data Marquee (KEPT & POLISHED) */
.aww-marquee-section { padding: 8vh 0; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; background: #000; position: relative; z-index: 10; }
.marquee-track { display: flex; white-space: nowrap; padding: 15px 0; }
.marquee-content { display: inline-flex; align-items: center; font-family: var(--font-head); font-size: 2.2rem; font-weight: 900; letter-spacing: -1px; }
.marquee-content span { padding: 0 40px; }
.m-icon-dim { font-size: 1.2rem; color: #333; }
.star { color: var(--gold); font-size: 1.8rem; }
.marquee-left .marquee-content { color: #333; opacity: 0.8; }
.white-marquee { background: #fff; color: #000; position: relative; z-index: 1; padding: 15px 0; }
.white-marquee .marquee-content { color: #000; opacity: 1; font-size: 2.2rem; }
.white-marquee .m-icon-dark { color: #000; font-size: 1.8rem; }
.gold-marquee { 
    background: var(--gold); color: #000; 
    transform: rotate(-3deg) scale(1.05); 
    margin-top: -30px; z-index: 2; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.8); 
}
.gold-marquee .marquee-content { color: #000; }

/* 5.5 REDESIGNED: Data Dashboard UI */
.ht-dashboard { padding: 15vh 0; background: #000; position: relative; border-bottom: 1px solid rgba(255,255,255,0.05); }

/* 5.8 Brand Matrix (Bento Logos) */
.ht-brands-matrix { padding: 15vh 0; border-bottom: 1px solid rgba(255,255,255,0.05); background: #000; }
.bento-logo-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 15px; }
.bento-logo { background: linear-gradient(145deg, rgba(20,20,20,1) 0%, rgba(5,5,5,1) 100%); border: 1px solid rgba(255,255,255,0.05); border-top: 1px solid rgba(255,255,255,0.1); border-radius: 24px; display: flex; align-items: center; justify-content: center; position: relative; transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s; overflow: hidden; box-shadow: inset 0 0 20px rgba(255,255,255,0.02); }
.bento-logo::before { display: none !important; }
.bento-logo.span-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-logo.span-wide { grid-column: span 2; }
.bento-logo-img { width: 60%; height: 50%; background-color: var(--brand-color); -webkit-mask-image: var(--logo-url); mask-image: var(--logo-url); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); z-index: 2; position: relative; }
.bento-tag { position: absolute; top: 20px; left: 20px; font-family: monospace; font-size: 0.75rem; color: rgba(255,255,255,0.3); letter-spacing: 2px; z-index: 3; transition: 0.4s; }
.bento-glow-blob { position: absolute; width: 150px; height: 150px; background: var(--brand-color); filter: blur(80px); opacity: 0; transition: 0.6s; z-index: 1; pointer-events: none; }
.bento-logo:hover { border-color: rgba(255,255,255,0.1); transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.8); z-index: 5; }
.bento-logo:hover .bento-tag { color: var(--brand-color); }
.bento-logo:hover .bento-glow-blob { opacity: 0.25; }
.bento-logo:hover .bento-logo-img { transform: scale(1.15); filter: drop-shadow(0 0 15px var(--brand-color)); }

/* 2.5 REDESIGNED PERFECT: The Manifesto (About Us) */
.ht-about { padding: 15vh 0; background: #000; position: relative; border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
.about-bg-grid { display: none !important; }
.ht-about::before { display: none !important; }

.about-container { display: flex; align-items: center; gap: 6vw; position: relative; z-index: 1; }
.about-left { flex: 0.8; display: flex; justify-content: center; position: relative; }

.massive-number-wrapper { position: relative; display: inline-block; }
.massive-number { font-family: var(--font-head); font-size: 25vw; font-weight: 900; line-height: 0.75; color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3); background: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=800&auto=format&fit=crop'); background-size: cover; background-position: center; background-clip: text; -webkit-background-clip: text; filter: grayscale(100%) brightness(0.8) contrast(150%); opacity: 0.8; transition: 0.5s; position: relative; z-index: 2; }
.massive-number:hover { filter: grayscale(0%) sepia(20%) hue-rotate(10deg) brightness(1.2) contrast(150%); -webkit-text-stroke: 2px rgba(212,175,55,0.8); opacity: 1; }
.mn-sub { position: absolute; bottom: -20px; right: -10px; font-family: var(--font-head); font-size: 3rem; font-weight: 900; color: var(--gold); letter-spacing: 10px; z-index: 3; text-shadow: 0 10px 20px rgba(0,0,0,0.8); }
.mn-crosshair { position: absolute; width: 40px; height: 40px; }
.mn-crosshair.top-left { top: -20px; left: -20px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.mn-crosshair.bottom-right { bottom: -20px; right: -40px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }

.about-right { flex: 1.2; }

/* Unique Performance Layout (No Box) */
.perf-manifesto-wrap { display: flex; flex-direction: column; gap: 30px; position: relative; padding-left: 40px; border-left: 1px solid rgba(255,255,255,0.1); }
.perf-manifesto-wrap::before { content: ''; position: absolute; top: 0; left: -2px; width: 3px; height: 40px; background: var(--gold); box-shadow: 0 0 15px var(--gold); animation: dataFlow 3s infinite ease-in-out; }
@keyframes dataFlow {
    0% { top: 0; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: calc(100% - 40px); opacity: 0; }
}
.perf-header { display: flex; align-items: center; gap: 10px; font-family: monospace; font-size: 0.8rem; letter-spacing: 3px; color: var(--gold); }
.perf-dot { width: 8px; height: 8px; background: #27c93f; border-radius: 50%; box-shadow: 0 0 10px #27c93f; animation: pulse 2s infinite; }
.perf-heading { font-family: var(--font-head); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 900; line-height: 1.1; text-transform: uppercase; letter-spacing: -1px; }
.perf-gold-highlight { color: transparent; -webkit-text-stroke: 1px var(--gold); background: linear-gradient(90deg, var(--gold) 0%, #fff 100%); background-clip: text; -webkit-background-clip: text; }
.perf-body { position: relative; padding-top: 20px; }
.perf-line { position: absolute; top: 0; left: 0; width: 50px; height: 2px; background: var(--gold); }
.perf-text { font-size: 1.15rem; color: #aaa; line-height: 1.6; margin-bottom: 20px; font-weight: 400; max-width: 90%; }
.perf-text strong { color: #fff; font-weight: 700; }
.perf-metrics-row { display: flex; gap: 50px; margin-top: 20px; }
.pm-item { display: flex; flex-direction: column; gap: 5px; }
.pm-val { font-family: var(--font-head); font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.pm-lbl { font-size: 0.75rem; color: #666; letter-spacing: 2px; text-transform: uppercase; }

/* 3. Horizontal Scroll Section (KEPT & POLISHED) */
.aww-horizontal-wrap { height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.05); background: #000; }
.horizontal-header { position: absolute; top: 12%; left: 6vw; width: 100%; z-index: 5; }
.horizontal-container { display: flex; height: 60vh; margin-top: 10vh; padding-left: 6vw; align-items: center; }
.horizontal-panel { width: 550px; height: 90%; flex-shrink: 0; padding-right: 4vw; }
.glass-card {
    width: 100%; height: 100%; background: linear-gradient(135deg, rgba(30,30,30,0.5) 0%, rgba(10,10,10,0.8) 100%); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.05); border-radius: 24px; padding: 50px;
    display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.glass-card:hover { transform: translateY(-10px); border-color: rgba(212, 175, 55, 0.5); box-shadow: 0 20px 50px rgba(212, 175, 55, 0.1); }
.card-bg-icon { position: absolute; top: -20px; left: -20px; font-size: 15rem; color: #fff; opacity: 0.02; pointer-events: none; transition: 0.5s; z-index: 0; }
.glass-card:hover .card-bg-icon { opacity: 0.05; transform: scale(1.1); color: var(--gold); }
.panel-num { position: absolute; top: 40px; right: 40px; font-family: var(--font-head); font-size: 5.5rem; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.05); transition: 0.4s; z-index: 2; }
.glass-card:hover .panel-num { -webkit-text-stroke: 1px var(--gold); }
.glass-card h3 { font-family: var(--font-head); font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; line-height: 1.05; text-transform: uppercase; letter-spacing: -1.5px; color: #fff; transition: 0.4s; position: relative; z-index: 2; }
.glass-card:hover h3 { color: var(--gold); }
.glass-card p { font-size: 1.05rem; color: var(--muted-text); line-height: 1.6; position: relative; z-index: 2; }

/* 4. Sticky Stacking Case Studies (POLISHED) */
.ht-sticky-section { padding: 15vh 0; background: #000; }
.sticky-container { display: flex; flex-direction: column; align-items: center; padding-bottom: 10vh; }
.sticky-card {
    position: sticky; 
    width: 90%; max-width: 1000px; margin-bottom: 60px;
    background: #0A0A0A; border: 1px solid rgba(255,255,255,0.1); border-radius: 24px;
    box-shadow: 0 -20px 50px rgba(0,0,0,0.6); overflow: hidden;
}
/* Crucial for stacking effect: Offset tops and explicit Z-indexes */
#card-1 { top: 15vh; z-index: 10; background: #0A0A0A; }
#card-2 { top: 18vh; z-index: 11; background: #111111; }
#card-3 { top: 21vh; z-index: 12; background: #181818; }

.sc-inner { padding: 60px; display: flex; flex-direction: column; }
.sc-header { margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }
.sc-tag { font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; letter-spacing: 3px; color: var(--gold); }
.sc-body { display: flex; justify-content: space-between; align-items: center; }
.sc-title { font-family: var(--font-head); font-size: 3rem; font-weight: 900; margin-bottom: 15px; letter-spacing: -1px; line-height: 1.1; }
.sc-desc { font-size: 1.1rem; color: var(--muted-text); max-width: 450px; line-height: 1.6; }
.sc-metrics { display: flex; gap: 50px; }
.sc-metric { display: flex; flex-direction: column; gap: 8px; }
.sc-metric .lbl { font-size: 0.8rem; font-weight: 600; color: var(--muted-text); letter-spacing: 2px; text-transform: uppercase; }
.sc-metric .val { font-family: var(--font-head); font-size: 3.5rem; font-weight: 900; line-height: 1; }

/* 5. REDESIGNED: Performance Marketing Services Matrix */
.ht-services { padding: 15vh 0; border-top: 1px solid rgba(255,255,255,0.05); }
.services-split { display: flex; gap: 6vw; align-items: flex-start; }
.services-left { flex: 1; position: sticky; top: 15vh; }
.services-right { flex: 1.2; display: flex; flex-direction: column; gap: 30px; }
.ht-subheading { font-size: 1.15rem; color: var(--muted-text); line-height: 1.7; max-width: 500px; margin-top: 30px; }

.service-data-card { 
    background: linear-gradient(135deg, rgba(20,20,20,0.6) 0%, rgba(5,5,5,0.9) 100%); 
    border: 1px solid rgba(255,255,255,0.08); 
    backdrop-filter: blur(20px); 
    border-radius: 24px; padding: 40px; 
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.sdc-bg-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    height: 80px;
    width: auto;
    max-width: 180px;
    opacity: 0.5;
    z-index: 5;
    transition: 0.4s;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.service-data-card:hover .sdc-bg-icon {
    opacity: 1;
    transform: scale(1.1);
}
.service-data-card:hover { transform: translateX(10px); border-color: rgba(212, 175, 55, 0.4); box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.sdc-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 25px; }
.sdc-top h3 { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; line-height: 1.1; max-width: 80%; color: #fff; transition: 0.3s; display: flex; align-items: center; gap: 10px; }
.sdc-top h3 i { font-size: 2.2rem; color: rgba(255,255,255,0.3); transition: 0.3s; }
.service-data-card:hover .sdc-top h3, .service-data-card:hover .sdc-top h3 i { color: var(--gold); }
.s-arrow { font-size: 1.8rem; color: var(--muted-text); transition: 0.3s; }
.service-data-card:hover .s-arrow { color: var(--gold); transform: translateX(5px); }

.sdc-bottom { display: flex; flex-direction: column; gap: 5px; }
.sdc-val { font-family: var(--font-head); font-size: 4.5rem; font-weight: 900; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.3); transition: 0.4s; }
.service-data-card:hover .sdc-val, .service-data-card.active .sdc-val { -webkit-text-stroke: 1px var(--gold); }
.sdc-lbl { font-size: 0.85rem; font-weight: 600; color: var(--muted-text); letter-spacing: 3px; text-transform: uppercase; }

.sdc-description { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
.sdc-description p { font-size: 1.05rem; color: #bbb; line-height: 1.6; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 20px; }

/* Active Accordion State */
.service-data-card.active { border-color: rgba(212, 175, 55, 0.6); box-shadow: 0 20px 50px rgba(0,0,0,0.8); }
.service-data-card.active .sdc-top h3 { color: var(--gold); }
.service-data-card.active .s-arrow { transform: rotate(90deg); color: var(--gold); }
.service-data-card.active .sdc-description { max-height: 300px; opacity: 1; }

/* 5.5 REDESIGNED: Data Dashboard UI */
.ht-dashboard { padding: 15vh 0; position: relative; }
.dash-ui {
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 40px rgba(212,175,55,0.05);
    overflow: hidden;
    display: flex; flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
}
.dash-header {
    background: #151515; border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 15px 20px; display: flex; align-items: center; justify-content: space-between;
}
.dash-dots { display: flex; gap: 8px; }
.dash-dots span { width: 12px; height: 12px; border-radius: 50%; background: #444; }
.dash-dots span:nth-child(1) { background: #ff5f56; }
.dash-dots span:nth-child(2) { background: #ffbd2e; }
.dash-dots span:nth-child(3) { background: #27c93f; }

.dash-title { font-family: monospace; font-size: 0.85rem; color: #666; letter-spacing: 1px; }

.dash-body { display: flex; min-height: 500px; }

.dash-sidebar { width: 280px; border-right: 1px solid rgba(255,255,255,0.05); background: #0c0c0c; padding: 30px 20px; }
.dash-menu-label { font-size: 0.75rem; color: #555; font-weight: 800; letter-spacing: 2px; margin-bottom: 20px; }
.dash-menu { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.dash-menu li { padding: 12px 15px; border-radius: 8px; color: #888; font-size: 0.95rem; font-weight: 500; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: 0.3s; }
.dash-menu li i { font-size: 1.2rem; }
.dash-menu li:hover { background: rgba(255,255,255,0.03); color: #fff; }
.dash-menu li.active { background: rgba(212,175,55,0.1); color: var(--gold); border-left: 3px solid var(--gold); }

.dash-main { flex: 1; padding: 40px; background: #000; }

.dash-panel { display: none; flex-direction: column; gap: 40px; animation: fadeIn 0.4s ease-out; }
.dash-panel.active { display: flex; }

.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dm-card { background: #111; border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 25px; display: flex; flex-direction: column; gap: 10px; }
.dm-label { font-size: 0.85rem; color: #777; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.dm-value { font-family: var(--font-head); font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1; }
.text-green { color: #27c93f; }
.text-gold { color: var(--gold); text-shadow: 0 0 20px rgba(212,175,55,0.4); }

.dash-graphic { background: #111; border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 40px; flex: 1; display: flex; align-items: center; gap: 40px; }
.dg-statement { flex: 1; }
.dg-statement h3 { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; color: #fff; }
.dg-statement p { font-size: 1.1rem; color: var(--muted-text); line-height: 1.7; }

.css-graph { width: 250px; height: 150px; display: flex; align-items: flex-end; gap: 10px; padding-top: 20px; border-bottom: 2px solid rgba(255,255,255,0.1); }
.bar { flex: 1; background: #222; border-radius: 4px 4px 0 0; transition: 1s; animation: graphGrow 1.5s ease-out forwards; transform-origin: bottom; }
.gold-bar { background: var(--gold); box-shadow: 0 0 20px rgba(212,175,55,0.5); }

@keyframes graphGrow {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

/* 6. REDESIGNED: Executive Proof Matrix */
.ht-testimonials { padding: 15vh 0; }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; }
.testi-pro-card { 
    background: rgba(12,12,12,0.8); border: 1px solid rgba(255,255,255,0.08); 
    backdrop-filter: blur(25px); border-radius: 20px; overflow: hidden; position: relative;
    display: flex; flex-direction: column; transition: transform 0.4s;
}
.testi-pro-card:hover { transform: translateY(-10px); border-color: rgba(212,175,55,0.3); }
.tpc-glow { display: none !important; }
.glow-alt { display: none !important; }

/* Hide marquee specific elements on desktop */
.dup-card { display: none !important; }
.tm-fade-left, .tm-fade-right { display: none !important; }

.tpc-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.tpc-dots { display: flex; gap: 6px; }
.tpc-dots span { width: 10px; height: 10px; border-radius: 50%; background: #333; }
.tpc-badge { font-size: 0.7rem; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; border: 1px solid rgba(212,175,55,0.3); padding: 4px 10px; border-radius: 20px; }

.tpc-body { padding: 40px 30px; flex-grow: 1; }
.tpc-quote { font-size: 1.35rem; line-height: 1.6; color: #eee; font-weight: 300; font-style: italic; }

.tpc-footer { display: flex; align-items: center; gap: 20px; padding: 0 30px 30px 30px; }
.tpc-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--gold); color: #000; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 900; font-size: 1.2rem; }
.tpc-author-info h4 { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 3px; }
.tpc-author-info span { font-size: 0.85rem; color: var(--muted-text); text-transform: uppercase; letter-spacing: 1px; }

/* 7. REDESIGNED: Our Process Pipeline */
.ht-services { padding-bottom: 5vh !important; }
.ht-process { padding: 4vh 0 14vh 0; border-top: 1px solid rgba(255,255,255,0.05); }
.ht-process .mb-5 { margin-bottom: 4rem !important; }

.process-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; position: relative; }

/* The connecting line behind the dots */
.process-pipeline::before { content: ''; position: absolute; top: 10px; left: 0; width: 100%; height: 2px; background: rgba(255,255,255,0.05); z-index: 0; }

.process-node { position: relative; z-index: 1; padding-top: 40px; }
.pn-icon { position: absolute; top: -15px; left: 30px; width: 40px; height: 40px; background: #111; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; transition: 0.4s; z-index: 2; box-shadow: 0 0 0 5px #000; }
.process-node:hover .pn-icon { border-color: var(--gold); background: var(--gold); color: #000; box-shadow: 0 0 20px var(--gold), 0 0 0 5px #000; }

.pn-card { background: linear-gradient(180deg, rgba(20,20,20,0.8) 0%, rgba(5,5,5,0.9) 100%); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(20px); border-radius: 20px; padding: 25px 30px; position: relative; overflow: hidden; transition: 0.4s; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.process-node:hover .pn-card { transform: translateY(-10px); border-color: rgba(212,175,55,0.4); box-shadow: 0 20px 40px rgba(0,0,0,0.8); }

.pn-bg-num { position: absolute; top: 50%; right: -5px; transform: translateY(-50%); font-family: var(--font-head); font-size: 7.5rem; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.15); line-height: 1; pointer-events: none; transition: 0.4s; z-index: 0; }
.process-node:hover .pn-bg-num { -webkit-text-stroke: 2px rgba(212,175,55,0.3); transform: translateY(-55%) scale(1.05); }

.pn-card h3 { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; line-height: 1.2; margin-bottom: 15px; color: #fff; transition: 0.3s; position: relative; z-index: 2; }
.process-node:hover .pn-card h3 { color: var(--gold); }
.pn-card p { font-size: 0.95rem; color: var(--muted-text); line-height: 1.6; position: relative; z-index: 2; margin-bottom: 0; }

/* 8. REDESIGNED PERFECT: The Direct Line Contact Form */
.ht-contact-pro { padding: 15vh 0; background: #050505; position: relative; border-top: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
.contact-pro-container { display: flex; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
.cp-left { flex: 1; }
.cp-left .ht-heading { font-size: clamp(3rem, 6vw, 5rem); line-height: 1; margin-bottom: 30px; }
.cp-sub { font-size: 1.2rem; color: var(--muted-text); line-height: 1.7; margin-bottom: 50px; max-width: 90%; }
.cp-contact-info { display: flex; flex-direction: column; gap: 30px; }
.cpi-item { display: flex; align-items: center; gap: 20px; }
.cpi-item i { font-size: 2.5rem; color: var(--gold); background: rgba(212,175,55,0.1); padding: 15px; border-radius: 50%; }
.cpi-item span { display: block; font-size: 0.8rem; color: #666; font-weight: 700; letter-spacing: 2px; margin-bottom: 5px; }
.cpi-item strong { display: block; font-size: 1.2rem; color: #fff; font-weight: 500; }

.cp-right { flex: 1.2; background: #0c0c0c; border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 60px; box-shadow: 0 40px 80px rgba(0,0,0,0.6); position: relative; }
/* Add a glowing corner effect */
.cp-right::before { display: none !important; }

.pro-form { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 40px; }
.pro-row { display: flex; gap: 30px; }
.pro-row .pro-input-group { flex: 1; }

.pro-input-group { position: relative; }
.pro-input-group input { 
    width: 100%; background: #000; border: none; border-bottom: 2px solid rgba(255,255,255,0.1); 
    padding: 15px 0; font-size: 1.3rem; color: #fff; transition: 0.3s; font-family: var(--font-body);
}
.pro-input-group input:focus { outline: none; border-bottom-color: var(--gold); }
.pro-input-group input::placeholder { color: #555; transition: 0.3s; }
.pro-input-group input:focus::placeholder { color: transparent; }

.ht-btn-massive {
    width: 100%; background: var(--gold); color: #000; border: none; padding: 25px; 
    font-size: 1.1rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    border-radius: 12px; cursor: pointer; transition: 0.4s; display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;
}
.ht-btn-massive:hover { background: #fff; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(255,255,255,0.15); }
.ht-btn-massive i { font-size: 1.5rem; }

/* 9. REDESIGNED PERFECT: The Massive Footer */
.ht-footer-pro { background: #000; padding: 12vh 0 4vh 0; position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-pro-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4vw; margin-bottom: 80px; position: relative; z-index: 2; }
.fp-brand { display: flex; flex-direction: column; gap: 20px; }
.fp-logo { height: 120px; width: auto; object-fit: contain; object-position: left; filter: drop-shadow(0 0 15px rgba(212,175,55,0.3)); margin-left: -5px; }
.fp-desc { color: #888; font-size: 1.1rem; line-height: 1.6; max-width: 350px; }
.fp-socials { display: flex; gap: 15px; margin-top: 10px; }
.fp-socials a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; background: #111; color: var(--gold); border: 1px solid rgba(255,255,255,0.05); font-size: 1.3rem; transition: 0.3s; }
.fp-socials a:hover { background: var(--gold); color: #000; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(212,175,55,0.2); }

.fp-links h4 { font-family: var(--font-head); font-size: 0.9rem; font-weight: 800; letter-spacing: 2px; color: #fff; margin-bottom: 30px; text-transform: uppercase; }
.fp-links ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.fp-links a { color: #888; text-decoration: none; font-size: 1.05rem; font-weight: 500; transition: 0.3s; position: relative; display: inline-block; }
.fp-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0%; height: 1px; background: var(--gold); transition: 0.3s; }
.fp-links a:hover { color: #fff; }
.fp-links a:hover::after { width: 100%; }

.footer-massive-brand { width: 100%; text-align: center; overflow: hidden; pointer-events: none; margin-bottom: 0px; position: relative; z-index: 1; line-height: 0; }
.footer-massive-brand span { font-family: var(--font-head); font-size: 15.5vw; font-weight: 900; line-height: 0.75; letter-spacing: -4px; color: rgba(255, 255, 255, 0.15); display: inline-block; text-transform: uppercase; user-select: none; }

.footer-bottom-pro { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); position: relative; z-index: 2; }
.footer-bottom-pro p { color: #555; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; margin: 0; }
.sys-status { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; background: #27c93f; border-radius: 50%; box-shadow: 0 0 10px #27c93f; animation: pulse 2s infinite; }

@keyframes pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } 100% { opacity: 1; transform: scale(1); } }

/* 9. Global Site Background Icons */
.site-bg-icon { display: none !important; }
.site-bg-icon.pos-1 { top: -10%; left: -10%; transform: rotate(-15deg); }
.site-bg-icon.pos-2 { top: 40%; right: -15%; transform: rotate(15deg); opacity: 0.01; }
.site-bg-icon.pos-3 { bottom: -20%; left: 20%; font-size: 50vw; opacity: 0.01; }
.site-bg-icon.pos-4 { top: 20%; left: 40%; font-size: 30vw; opacity: 0.015; }

/* 10. Responsive Tweaks */
@media (max-width: 1024px) {
    .mn-sub { font-size: 2rem; right: 10px; }
    .about-container { flex-direction: column; text-align: center; gap: 40px; }
    .about-left { justify-content: center; }
    .massive-number { font-size: 40vw; }
    .perf-manifesto-wrap { padding-left: 0; border-left: none; align-items: center; text-align: center; }
    .perf-manifesto-wrap::before { display: none; }
    .perf-line { left: 50%; transform: translateX(-50%); }
    .perf-text { max-width: 100%; }
    .perf-metrics-row { justify-content: center; flex-wrap: wrap; }
    .aww-horizontal-wrap { height: auto; display: block; overflow: visible; padding: 10vh 0; }
    .horizontal-header { position: relative; top: 0; left: 0; padding-left: 5vw; margin-bottom: 50px; }
    .horizontal-container { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; height: auto; padding-left: 5vw; padding-right: 5vw; }
    .horizontal-panel { width: auto; height: auto; padding: 0; }
    .dash-body { flex-direction: column; }
    .dash-sidebar { width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .dash-graphic { flex-direction: column; text-align: center; }
    .css-graph { margin: 0 auto; }
    .contact-pro-container { flex-direction: column; gap: 60px; padding: 0 5vw; }
    .cp-right { padding: 40px; }
    .services-split { flex-direction: column; gap: 40px; }
    .services-left { position: relative; top: 0; }
    .process-pipeline { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .process-pipeline::before { display: none; }
}
@media (max-width: 900px) {
    .bento-logo-wrapper { grid-template-columns: repeat(2, 1fr); }
    .bento-logo.span-2x2 { grid-column: span 2; grid-row: span 1; }
    .bento-logo.span-wide { grid-column: span 2; }
}
@media (max-width: 768px) {
    /* Section Tweaks */
    .section { padding: 8vh 0; }
    .ht-heading { font-size: clamp(2rem, 8vw, 3rem); }

    .process-node { flex-direction: column; text-align: center; padding-top: 0; }
    .sc-body { flex-direction: column; align-items: flex-start; gap: 40px; }
    .footer-pro-grid { grid-template-columns: 1fr; gap: 40px; }
    
    .hero-glass-card { padding: 40px 20px; }
    .console-body { padding: 40px 20px; }
    
    /* Top Left area */
    .pos-1 { top: 5%; left: 5%; width: 25vw; height: 15vh; }
    .pos-5 { top: 25%; left: -5%; width: 20vw; height: 12vh; }
    .pos-9 { top: 50%; left: 5%; width: 22vw; height: 14vh; }
    
    /* Top Right area */
    .pos-2 { top: 8%; right: 5%; width: 30vw; height: 18vh; }
    .pos-6 { top: 35%; right: -5%; width: 25vw; height: 20vh; }
    .pos-10 { top: 65%; right: 5%; width: 28vw; height: 15vh; }
    
    /* Bottom Left area */
    .pos-3 { bottom: 10%; left: 5%; width: 35vw; height: 20vh; }
    .pos-7 { bottom: 35%; left: 2%; width: 25vw; height: 15vh; }
    .pos-12 { bottom: 5%; left: 35%; width: 20vw; height: 12vh; }
    
    /* Bottom Right area */
    .pos-4 { bottom: 15%; right: 5%; width: 32vw; height: 22vh; }
    .pos-8 { bottom: 40%; right: 2%; width: 26vw; height: 18vh; }
    .pos-11 { top: 15%; right: 35%; width: 24vw; height: 16vh; }
    .services-split { flex-direction: column; gap: 40px; }
    .services-left { position: relative; top: 0; }
    .testi-grid { grid-template-columns: 1fr; }
    .dash-metrics { grid-template-columns: 1fr; }
    .process-pipeline { grid-template-columns: 1fr; gap: 20px; }
    .process-pipeline::before { display: none; }
    .pn-icon { display: none; }
    .pro-row { flex-direction: column; gap: 20px; }
    
    /* Mobile Nav Tweaks */
    .mobile-menu-btn { display: flex; align-items: center; justify-content: center; }
    .pill-links { display: none; position: absolute; top: 110%; left: 0; width: 100%; background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(20px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); flex-direction: column; padding: 20px 0; box-shadow: 0 20px 50px rgba(0,0,0,0.8); }
    .pill-links.active { display: flex; }
    .pill-links a { padding: 15px 20px; font-size: 0.9rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .pill-links a:last-child { border-bottom: none; }
    .pill-nav-wrapper { top: 15px; width: 95vw; }
    .pill-logo a { height: 40px; }

    /* Typo Tweaks */
    .typo-line-1 { font-size: clamp(3rem, 12vw, 5rem); }
    .typo-line-2 { font-size: clamp(2.2rem, 8vw, 3.5rem); }
    .c-input-row { grid-template-columns: 1fr; gap: 30px; }
    .sc-metrics { flex-direction: column; gap: 20px; }
    .footer-bottom-pro { flex-direction: column; gap: 20px; text-align: center; }
    .fp-logo { height: 50px; }
    .massive-number { font-size: 50vw; }
    
    /* Marquee Tweaks */
    .aww-marquee-section { padding: 6vh 0; }
    .marquee-track { padding: 15px 0; }
    .marquee-content { font-size: 2rem; }
    .marquee-content span { padding: 0 20px; }
    .star { font-size: 1.5rem; }
    .m-icon-dim { font-size: 1rem; }
}

@media (max-width: 480px) {
    /* TRUSTED BY Mobile Redesign */
    #brands { padding-top: 5vh; padding-bottom: 5vh; }
    #brands .mb-5 { margin-bottom: 2rem !important; }
    #brands .ht-subheading { font-size: 0.85rem; margin-top: 10px; padding: 0 10px; }
    .bento-logo-wrapper { grid-template-columns: repeat(2, 1fr); gap: 10px; grid-auto-rows: 90px; }
    .bento-logo { border-radius: 12px; }
    .bento-logo img { max-width: 60%; max-height: 50%; }
    .bento-logo.span-2x2 { grid-column: span 2; grid-row: span 1; }
    .bento-logo.span-wide { grid-column: span 2; }
    .perf-metrics-row { flex-direction: row; justify-content: space-between; gap: 10px; width: 100%; margin-top: 5px; }
    .pm-item { align-items: center; text-align: center; }
    .pm-val { font-size: 1.4rem; }
    .pm-lbl { font-size: 0.55rem; letter-spacing: 1px; }
    .horizontal-panel { padding-right: 0; width: 90vw; }
    .glass-card { padding: 30px; }
    /* WHAT WE DO Mobile Redesign */
    .ht-services { padding-top: 2vh; padding-bottom: 5vh; }
    .services-split { gap: 20px; }
    .ht-subheading { 
        font-size: 0.85rem; 
        margin-top: 5px; 
        line-height: 1.4; 
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .services-right { gap: 15px; }
    .service-data-card { padding: 20px; border-radius: 16px; }
    .sdc-top { margin-bottom: 15px; padding-bottom: 15px; }
    .sdc-top h3 { font-size: 1.2rem; max-width: 100% !important; }
    .sdc-top h3 i { font-size: 1.5rem; }
    .sdc-val { font-size: 2.5rem; -webkit-text-stroke: 1px rgba(255,255,255,0.4); }
    .sdc-lbl { font-size: 0.7rem; letter-spacing: 1px; }
    .sdc-bottom { max-width: 100%; }
    .sdc-description p { font-size: 0.9rem; padding-top: 15px; margin-top: 10px; max-width: 100%; }
    .sdc-bg-icon { height: 100px; right: -20px; opacity: 0.2; }
    
    .cp-right { padding: 30px; }
    .pro-input-group input { font-size: 1.1rem; }
    .ht-btn-massive { padding: 18px; font-size: 1rem; }
    .pill-nav { padding: 8px 12px; }
    .pill-cta a { padding: 10px 20px; font-size: 0.7rem; }

    .marquee-content { font-size: 1.5rem; }
    .marquee-content span { padding: 0 15px; }
    .gold-marquee { margin-top: -15px; }

    /* HOW WE DO Mobile Redesign */
    .ht-process { padding: 5vh 0; }
    .ht-process .mb-5 { margin-bottom: 2rem !important; }
    .process-pipeline { display: flex; flex-direction: column; gap: 15px; }
    .pn-card { height: auto; padding: 25px 20px; border-radius: 16px; border-color: rgba(212,175,55,0.4); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
    .pn-bg-num { font-size: 4.5rem; top: auto; transform: none; bottom: 5px; right: 10px; -webkit-text-stroke: 1px rgba(212,175,55,0.2); }
    .pn-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--gold); }
    .pn-card p { font-size: 0.9rem; }
    
    /* Disable hover transforms but keep active design */
    .process-node:hover .pn-card { transform: none; }
    .process-node:hover .pn-bg-num { transform: none; }

    /* REAL RESULTS (Testimonials) Mobile Redesign */
    .ht-testimonials { padding-top: 8vh; padding-bottom: 2vh; }
    .ht-testimonials .mb-5 { margin-bottom: 2rem !important; }
    /* Make it an infinite Marquee! */
    .dup-card { display: flex !important; }
    .tm-fade-left, .tm-fade-right { display: block !important; width: 50px !important; }
    .tm-fade-left { background: linear-gradient(to right, #000 10%, transparent) !important; box-shadow: none !important; }
    .tm-fade-right { background: linear-gradient(to left, #000 10%, transparent) !important; box-shadow: none !important; }
    
    .testi-marquee-wrapper { margin: 0 -5vw; padding: 10px 0 !important; width: 100vw !important; max-width: 100vw; }
    .testi-grid { 
        display: flex !important; 
        width: max-content; 
        animation: scrollTestimonials 20s linear infinite; 
        gap: 20px; 
    }
    .testi-grid.paused { animation-play-state: paused; }
    .testi-pro-card { 
        width: 85vw; 
        max-width: 350px; 
        flex-shrink: 0; 
        border-radius: 16px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
        margin: 0;
    }
    
    @keyframes scrollTestimonials {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-50% - 10px)); }
    }
    .tpc-header { padding: 15px 20px; }
    .tpc-badge { font-size: 0.6rem; padding: 3px 8px; }
    .tpc-body { padding: 30px 20px; }
    .tpc-quote { font-size: 1.1rem; }
    .tpc-footer { padding: 0 20px 20px 20px; gap: 15px; }
    .tpc-avatar { width: 40px; height: 40px; font-size: 1rem; }
    .tpc-author-info h4 { font-size: 1rem; }
    .tpc-author-info span { font-size: 0.75rem; }
}

/* NEW HEADER AND FOOTER CSS */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

/* ========================================= */
/* THE PERFECT PREMIUM NAVBAR                */
/* ========================================= */
.premium-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 1000;
    background: #000;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
}

.premium-navbar.scrolled {
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1rem 0; /* slight shrink */
}

.nav-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container .brand-logo {
    height: 32px;
    width: auto;
    display: block;
    transition: transform 0.4s ease;
}

.premium-navbar.scrolled .logo-container .brand-logo {
    transform: scale(0.9);
}

.nav-links {
    display: flex;
    gap: 3.5rem;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-item {
    text-decoration: none;
    color: var(--text-black);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 0.5rem 0;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-item:hover::after,
.nav-item.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-item.active {
    color: var(--accent-gold);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-btn {
    text-decoration: none;
    color: var(--bg-white);
    background-color: var(--text-black);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.9rem 2.2rem;
    border-radius: 100px;
    transition: all 0.3s ease;
    border: 1px solid var(--text-black);
}

.nav-btn:hover {
    background-color: transparent;
    color: var(--text-black);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer !important;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background-color: var(--text-black);
    transition: all 0.3s ease;
}




/* 11. Floating Action Buttons (WhatsApp & Scroll Top) */
.floating-wa { position: fixed; bottom: 30px; left: 30px; width: 55px; height: 55px; background-color: #25D366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 999; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; }
.floating-wa:hover { transform: scale(1.1) translateY(-5px); box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4); color: #fff; }

.progress-wrap { position: fixed; right: 30px; bottom: 30px; height: 55px; width: 55px; cursor: pointer; display: block; border-radius: 50px; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1); z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 200ms linear; background: rgba(10,10,10,0.6); backdrop-filter: blur(10px); }
.progress-wrap.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.progress-wrap:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 2px rgba(212,175,55,1); }
.progress-wrap i { position: absolute; text-align: center; line-height: 55px; font-size: 24px; color: #fff; left: 0; top: 0; height: 55px; width: 55px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 200ms linear; }
.progress-wrap:hover i { color: var(--gold); }
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path { stroke: var(--gold); stroke-width: 4; box-sizing: border-box; transition: all 200ms linear; }


/* Service Data Card Background Icons */
.service-data-card { position: relative; overflow: hidden; }
.sdc-bg-icon {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 160px;
    object-fit: contain;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}
.service-data-card:hover .sdc-bg-icon {
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}
.sdc-top h3 { max-width: 65% !important; }
.sdc-bottom { max-width: 65%; position: relative; z-index: 2; }
.sdc-description p { max-width: 65%; position: relative; z-index: 2; }

/* Section Background Watermark Elements */
