body {

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 80px;
    background: #000000;
}



.hero-span {
    font-size: 1em;
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-left: 0.1em;
}

.hero-distribution {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    color: #d4af37;
}

/* Particle Canvas */

#particleCanvas {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    height: 100%;

    z-index: 1;

    pointer-events: none;

    transition: transform 0.15s ease-out;
}

/* Waveform Animation */

.waveform-wrap {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 120px;

    pointer-events: none;

    z-index: 2;

}

#wave {
    transition: transform 0.15s ease-out;
}

#wave {
    width: 100%;
    height: 100%;
    background: transparent;
}



/* Mobile Hero - smaller height */
@media (max-width: 768px) {
    .hero {
        min-height: 80vh;
        padding: 80px 0 40px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 70vh;
        padding: 100px 0 30px;
    }
}



.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: clamp(40px, 8vw, 96px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0;
    position: relative;
    display: inline-block;
}

.golden-heading {
    color: #D4AF37;
    position: relative;
    display: inline-block;
}

.golden-heading::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D4AF37;
}

.bigger-word {
    font-size: 1.3em;
    font-weight: 700;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #c9a55c, #d4af37);
    border-radius: 1px;
}

.hero-subtitle {
    color: #b8b8b8;
    margin: 0 auto;
    font-size: clamp(14px, 2vw, 18px);
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    max-width: 650px;
    letter-spacing: 0.02em;
    text-align: center;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-cta .btn {
    padding: 1rem 2.5rem;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-cta .btn-gold {
    background: linear-gradient(135deg, #c9a55c 0%, #d4af37 100%);
    border: 2px solid transparent;
    color: #000;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(201, 165, 92, 0.3);
}

.hero-cta .btn-gold:hover {
    background: linear-gradient(135deg, #d4af37 0%, #c9a55c 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(201, 165, 92, 0.4);
}

.hero-cta .btn-transparent {
    background: transparent;
    border: 2px solid rgba(201, 165, 92, 0.3);
    color: #c9a55c;
    font-weight: 600;
}

.explore-link {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.explore-link:hover {
    color: #c9a55c;
    text-decoration: underline;
}

.explore-link::after {
    content: '→';
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.explore-link:hover::after {
    margin-left: 12px;
}

.service-item .explore-link {
    margin-top: 24px;
    display: inline-block;
}

.service-item .explore-link:hover {
    color: #c9a55c;
    text-decoration: none;
}

.service-item .explore-link:hover::after {
    margin-left: 12px;
}

/* Mobile - better text sizing */
@media (max-width: 768px) {
    .hero-content {
        padding: 60px 0px;
    }

    .hero-title {
        font-size: clamp(32px, 7vw, 64px);
        letter-spacing: -0.02em;
        line-height: 1.15;
    }

    .hero-subtitle {
        font-size: clamp(14px, 2.2vw, 18px);
        line-height: 1.6;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .hero-cta {
        gap: 1rem;
    }

    .hero-cta .btn {
        padding: 0.875rem 2rem;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .content-box {
        padding: 2.5rem 1.5rem;
        margin: 0 1rem;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .content-box {
        padding: 2rem 1rem;
        margin: 0 0.5rem;
        border-radius: 4px;
    }

    .hero-title {
        font-size: clamp(28px, 6vw, 56px);
        letter-spacing: -0.01em;
        line-height: 1.2;
    }

    .hero-title::after {
        width: 40px;
        bottom: -8px;
    }

    .hero-subtitle {
        font-size: clamp(13px, 2vw, 16px);
        line-height: 1.5;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .hero-cta .btn {
        padding: 0.875rem 1.5rem;
        font-size: 12px;
        text-align: center;
    }
}

.marquee-section {
    padding: var(--section-padding) 0;
    position: relative;
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 20px !important;
    font-style: normal;
    margin-bottom: var(--section-gap);
    font-family: var(--font-heading) !important;
    color: var(--heading-color) !important;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    margin-top: 20px;
    padding: 20px 0;
}

.marquee-container::before,
.marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right, #0b0b0b 0%, transparent 100%);
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left, #0b0b0b 0%, transparent 100%);
}

[data-theme="light"] .marquee-container::before {
    background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

[data-theme="light"] .marquee-container::after {
    background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.marquee-content {
    display: flex;
    gap: 60px;
    width: max-content;
    will-change: transform;
    /* Set by JS to the width of ONE logo-set (7 logos). Used to create a seamless loop. */
    --marquee-shift: 50%;
}

/* Normal direction - starts from right, moves left */
.marquee-content:not(.reverse) {
    animation: scrollLeft 80s linear infinite;
}

/* Reverse direction - starts from left, moves right */
.marquee-content.reverse {
    animation: scrollRight 80s linear infinite;
}

/* Remove hover pause effect */

@keyframes scrollLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(calc(-1 * var(--marquee-shift, 50%)), 0, 0);
    }
}

@keyframes scrollRight {
    0% {
        transform: translate3d(calc(-1 * var(--marquee-shift, 50%)), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.brand-item {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}

.brand-logo {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.brand-item:hover .brand-logo {
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
    background: rgba(212, 175, 55, 0.05);
}

.brand-name {
    margin-top: 16px;
    font-size: 0.95rem;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'SF Pro Display', sans-serif;
    letter-spacing: 0.03em;
}

/* ===== MAIN VIDEO SECTION ===== */
.video-section {
    display: flex;
    justify-content: center;
    padding: var(--section-padding) 0;
}

.video-section .container {
    width: 100%;
}

/* BORDER + SHADOW */
.video-border {
    max-width: 900px;
    margin: 0 auto;
    padding: 4px;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 0 10px var(--gold-dark);
}

/* ASPECT RATIO + CLIP */
.video-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
}

/* IFRAME & VIDEO */
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ANIMATION */
.flashing-gradient-border {
    animation: flash-border 1.5s infinite;
}

@keyframes flash-border {

    0%,
    100% {
        box-shadow: 0 0 10px var(--gold-dark);
    }

    50% {
        box-shadow: 0 0 20px var(--gold-dark), 0 0 35px var(--gold-dark);
    }
}

/* ===== SERVICES SECTION ===== */
.services-section {
    gap: 200px;
    width: 100%;
    background-color: var(--black-bg);
}

.services-label {
    text-align: center;
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--gold-base);
    margin-bottom: 24px;
    font-weight: 400;
    font-family: var(--font-body);
    text-transform: uppercase;
}

.main-title {
    text-align: center;
    font-size: clamp(30px, 6vw, 44px);
    font-weight: 300;
    letter-spacing: -0.01em;
    font-family: var(--font-heading);
    color: var(--heading-color);
    margin-bottom: var(--section-gap);
}

/* Services Layout */
.services-section .row {
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    gap: var(--section-gap);
}

.service-item {
    width: 100%;
    position: relative;
    margin-bottom: var(--section-gap-mobile);
    gap: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Adjusted service content and video positioning */
.service-content {
    width: 100%;
    max-width: 450px;
    transform: translateY(0);
    /* Removed extra spacing */
    padding: 0 20px;
    /* Added padding to create corner spacing */
}

.service-video {
    width: 100%;
    max-width: 600px;
    flex: 1;
    padding: 0 20px;
    /* Added padding to create corner spacing */
}

.section-number {
    color: #D4AF37;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-number::before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #D4AF37;
    opacity: 0.5;
}

.service-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    font-family: var(--font-heading);
    color: var(--heading-color);
    line-height: 1.2;
}

.service-description {
    font-size: 15px;
    color: #888888;
    line-height: 1.7;
    margin-bottom: 24px;
    font-family: var(--font-body);
    font-weight: 300;
}

.explore-link {
    color: #D4AF37 !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 8px 0;
    text-transform: uppercase;
    position: relative;
}

.explore-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #D4AF37;
    transition: width 0.3s ease;
}

.explore-link:hover {
    color: #D4AF37 !important;
}

.explore-link:hover::before {
    width: 100%;
}

.explore-link::after {
    content: '→';
    margin-left: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.explore-link:hover::after {
    transform: translateX(3px);
}

/* ===== SERVICE VIDEO WRAPPER ===== */
/* NO overflow:hidden on wrapper or container — corners live inside container and must escape */
.service-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    background-color: #111;
}

.service-video-container {
    position: relative;
    border-radius: 12px;
    /* ✅ NO overflow:hidden here — this was killing the corners */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /* ✅ overflow:hidden lives HERE only — video clips, corners don't */
    overflow: hidden;
    border-radius: 12px;
}

.video-responsive iframe,
.video-responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    border-radius: 12px;
}

/* Subtle lift on hover */
.service-video-wrapper:hover .service-video-container {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6);
}

/* ===== CAMERA CAPTURE CORNER BRACKETS ===== */
.corner-top-left,
.corner-top-right,
.corner-bottom-left,
.corner-bottom-right {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
    pointer-events: none;
}

.corner-top-left {
    top: -5px;
    left: -5px;
    border-top: 3px solid #D4AF37;
    border-left: 3px solid #D4AF37;
    border-radius: 4px 0 0 0;
}

.corner-top-right {
    top: -5px;
    right: -5px;
    border-top: 3px solid #D4AF37;
    border-right: 3px solid #D4AF37;
    border-radius: 0 4px 0 0;
}

.corner-bottom-left {
    bottom: -5px;
    left: -5px;
    border-bottom: 3px solid #D4AF37;
    border-left: 3px solid #D4AF37;
    border-radius: 0 0 0 4px;
}

.corner-bottom-right {
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid #D4AF37;
    border-right: 3px solid #D4AF37;
    border-radius: 0 0 4px 0;
}

/* ✅ Trigger off .service-video-wrapper hover, not .service-video-container */
.service-video-wrapper:hover .corner-top-left,
.service-video-wrapper:hover .corner-top-right,
.service-video-wrapper:hover .corner-bottom-left,
.service-video-wrapper:hover .corner-bottom-right {
    opacity: 1;
    animation: cornerGlow 2s ease-in-out infinite;
}

@keyframes cornerGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.8));
    }

    50% {
        filter: drop-shadow(0 0 14px rgba(212, 175, 55, 1));
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 991px) {
    .services-section .row {
        gap: 60px;
    }

    .service-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 40px;
    }

    .service-content {
        transform: none;
    }

    .service-content,
    .service-video {
        max-width: 100%;
    }

    .service-title {
        font-size: 32px;
    }

    .service-description {
        font-size: 16px;
        color: #888888;
    }

    .section-number {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .main-title {
        margin-bottom: 60px;
        font-size: clamp(32px, 8vw, 48px);
    }

    .services-section .row {
        gap: 50px;
    }

    .service-item {
        gap: 35px;
    }

    .service-title {
        font-size: 28px;
    }

    .service-description {
        font-size: 15px;
        margin-bottom: 24px;
        color: #888888;
    }

    .explore-link {
        font-size: 13px;
    }
}

/* ===== CHALLENGE/CLIENT SECTION ===== */
.challenge-section {
    padding: var(--section-padding) 0;
    background-color: var(--black-bg);
    width: 100%;
}

.challenge-section .container {
    max-width: var(--container-max-width) !important;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.challenge-card {
    background-color: #141414;
    border: 1px solid #252525;
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    gap: 1.8rem;
    transition: all 0.3s ease;
}

.challenge-card:hover {
    border-color: #d4af37;
    transform: translateY(-5px);
}

.challenge-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.challenge-content img {
    max-width: 100%;
    height: auto;
}

/* ===== STATS SECTION ===== */
.stats-section {
    width: 100%;
    padding: var(--section-padding) 0;
    background: var(--black-bg);
}

.stats-section .container {
    max-width: var(--container-max-width) !important;
    padding: 0 var(--container-padding);
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--section-gap-mobile);
    align-items: center;
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: clamp(30px, 8vw, 60px);
    font-weight: 700;
    color: #D4AF37 !important;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    font-family: 'SF Pro Display', sans-serif !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

/* First counter specific styling */
.stat-number.first-counter {
    font-family: 'SF Pro Display', sans-serif;
    /* You can add additional specific styles for the first counter here if needed */
    /* For example, different font weight, size, or style */
    /* font-weight: 600; */
    /* font-style: italic; */
}

.stat-label {
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    color: #6b6b6b !important;
    letter-spacing: 0.05em;
    font-family: 'SF Pro Display', sans-serif !important;
}

/* ===== CTA SECTION ===== */
/* ===== CTA SECTION ===== */
.cta {
    padding: 160px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background: radial-gradient(circle at center, #1a1a1a 0%, #000000 70%);
    position: relative;
    overflow: hidden;
}

[data-theme="light"] .cta {
    background: radial-gradient(circle at center, #f5f5f5 0%, #e8e8e8 70%);
}

[data-theme="light"] .cta-heading {
    color: #1a1a1a;
}

[data-theme="light"] .cta-subheading {
    color: #333333;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.cta .container {
    max-width: 800px !important;
    padding: 0 var(--container-padding);
    position: relative;
    z-index: 2;
}

.text-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cta-heading {
    font-size: clamp(48px, 8vw, 80px);
    font-family: var(--font-heading);
    color: var(--heading-color);
    margin-bottom: 32px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.cta-subheading {
    font-size: 16px;
    /* Reduced from 20px */
    color: var(--text-color);
    margin-bottom: 40px;
    font-family: var(--font-body);
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.cta-button {
    display: inline-block;
    padding: 14px 36px;
    /* Reduced padding from 18px 48px */
    background-color: var(--gold-base);
    color: #000 !important;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    /* Reduced from 16px */
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
    /* Subtler shadow */
    border: 1px solid var(--gold-base);
    text-decoration: none;
}

.cta-button:hover {
    background-color: #c9a55c;
    color: #000 !important;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}



/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 991px) {
    :root {
        --section-padding: var(--section-padding-mobile);
    }

    .nav-wrapper {
        top: 15px;
    }

    .brand img {
        height: 45px;
        width: 45px;
    }

    .hero {
        padding: 120px 0 50px;
    }

    .services-section {
        padding: var(--section-padding-mobile) 0;
    }

    .main-title {
        margin-bottom: 60px;
    }

    .service-row {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: var(--section-padding-mobile);
        --section-gap: var(--section-gap-mobile);
    }

    .nav-wrapper {
        top: 10px;
    }

    .brand img {
        height: 40px;
        width: 40px;
    }

    .brand {
        font-size: 1rem;
    }

    .hero {
        min-height: 80vh;
        padding: 80px 0 50px;
    }

    .marquee-section {
        padding: var(--section-padding-mobile) 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .brand-item {
        width: 90px;
    }

    .brand-logo {
        width: 90px;
        height: 90px;
    }

    .marquee-content {
        gap: 25px;
    }

    .video-section {
        padding: var(--section-padding-mobile) 0;
    }

    .services-section {
        padding: var(--section-padding-mobile) 0;
    }

    .service-row {
        margin-bottom: 50px;
    }

    .stats-section {
        padding: var(--section-padding-mobile) 0;
    }

    .stats-row {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .challenge-section {
        padding: var(--section-padding-mobile) 0;
    }

    .challenge-grid {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: var(--section-padding-mobile) 0;
    }

    .cta-heading {
        font-size: clamp(32px, 8vw, 52px);
        margin-bottom: 20px;
    }

    .cta-subheading {
        font-size: clamp(15px, 3vw, 17px);
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .cta-button {
        padding: 16px 32px;
        font-size: 1rem;
        width: auto;
        min-width: 200px;
    }

    .testimonials-section {
        padding: var(--section-padding-mobile) 0;
    }
}

@media (max-width: 480px) {
    .brand-item {
        width: 80px;
    }

    .brand-logo {
        width: 80px;
        height: 80px;
    }

    .brand-name {
        font-size: 0.85rem;
    }

    .marquee-content {
        gap: 20px;
    }

    .stats-row {
        gap: 40px;
    }

    .challenge-grid {
        gap: 1rem;
    }

    .challenge-card {
        padding: 1.5rem;
    }

    .cta-heading {
        font-size: clamp(24px, 10vw, 40px);
    }

    .cta-subheading {
        font-size: clamp(13px, 2.5vw, 15px);
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
        min-width: 180px;
    }
}

/* Obsolete grid styles removed */

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    padding: var(--section-padding) 0;
    width: 100%;
    background-color: var(--black-bg);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Force 2 columns */
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
        gap: 20px;
    }
}

.testimonial-card {
    background-color: #0a0a0a;
    /* Ultra Dark - Almost Black */
    border-radius: var(--border-radius-lg);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* Slightly more visible border */
    transition: all 0.3s ease;
    min-height: 280px;
}

[data-theme="light"] .testimonial-card {
    background-color: whitesmoke;
    border: 1px solid #e0e0e0;
}

[data-theme="light"] .testimonial-text {
    color: #333333;
}

[data-theme="light"] .rating-section {
    color: #333333;
}

[data-theme="light"] .rating-text {
    color: #333333;
}

[data-theme="light"] .date-range {
    color: #666666;
}

[data-theme="light"] .author-name {
    color: #1a1a1a;
}

[data-theme="light"] .author-title {
    color: #666666;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-base);
    box-shadow: var(--shadow-md);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--heading-color);
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.2;
}

.author-title {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.2;
}

.quote-icon {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 72px;
    color: #c9a55a;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-text {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 25px;
    font-weight: 300;
    flex-grow: 1;
    font-style: normal;
}

.stars {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.star {
    color: #ff9d00;
    font-size: 22px;
}

.rating-score {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 8px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
}

.profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a55a 0%, #8b7342 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.profile-info {
    flex: 1;
}

.profile-name {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 4px;
}

.profile-title {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 15px;
    color: #888888;
    font-weight: 400;
}

.date-badge {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 13px;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 400;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tag {
    font-family: 'SF Pro Text', sans-serif;
    background: rgba(255, 255, 255, 0.08);
    color: #b4b4b4;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .testimonials-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
        padding: 0 15px 40px;
    }

    .testimonial-1 {
        grid-row: auto;
    }

    .testimonial-3 {
        grid-column-start: auto;
    }

    .testimonial-card {
        padding: 25px 20px;
        min-height: auto;
    }

    .quote-icon {
        font-size: 56px;
        margin-bottom: 15px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .author-name {
        font-size: 16px;
    }

    .author-title {
        font-size: 13px;
    }

    .author-image {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .testimonials-container {
        gap: 15px;
        padding: 0 10px 30px;
    }

    .testimonial-card {
        padding: 20px 15px;
    }

    .quote-icon {
        font-size: 48px;
        margin-bottom: 12px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .author-name {
        font-size: 15px;
    }

    .author-title {
        font-size: 12px;
    }

    .author-image {
        width: 32px;
        height: 32px;
    }
}


#goldParticleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero .hero-content {
    position: relative;
    z-index: 10;
}

.hero .threads-container,
.hero .orb-hero-container {
    z-index: 2;
}

/* ===========================
   CANVAS + TESTIMONIALS + WHATSAPP
   (moved from index.html)
   =========================== */
#goldParticleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero .hero-content {
    position: relative;
    z-index: 10;
}

.hero .threads-container,
.hero .orb-hero-container {
    z-index: 2;
}

.testimonial-card {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25D366;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.whatsapp-link i {
    font-size: 22px;
}

.whatsapp-link:hover {
    color: #1ebe5c;
    transform: translateX(3px);
}

/* WhatsApp Floating Button */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #1ebe5c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    font-size: 32px;
}

.whatsapp-button:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}

.whatsapp-button:active {
    transform: scale(0.95);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
