/* ===========================================
   CAMPAIGN ESFAND - LUXURY DARK EDITION
   Premium • Bold • Eye-Catching
   =========================================== */

/* ===== VARIABLES - Digital Gold / Premium Night ===== */
:root {
    /* Core Backgrounds */
    --bg-core: #020202;
    --bg-deep: #050505;
    --bg-card: rgba(20, 20, 20, 0.6);
    --bg-glass: rgba(20, 20, 20, 0.4);

    /* Gold Palette */
    --primary-gold: #FFD60A;
    --secondary-orange: #FF9F0A;
    --gold-light: #ffe566;
    --gold-dim: rgba(255, 214, 10, 0.15);
    --gold-glow: rgba(255, 214, 10, 0.4);

    /* Legacy aliases */
    --gold: #FFD60A;
    --dark: #020202;
    --dark-100: #050505;
    --dark-200: #0a0a0a;
    --dark-300: #141414;
    --dark-400: #1a1a1a;

    /* Text */
    --text-main: #FFFFFF;
    --text-muted: #A1A1AA;
    --light: #ffffff;
    --light-50: rgba(255, 255, 255, 0.5);
    --light-30: rgba(255, 255, 255, 0.3);
    --light-10: rgba(255, 255, 255, 0.1);
    --light-05: rgba(255, 255, 255, 0.05);
    --light-08: rgba(255, 255, 255, 0.08);

    /* Gradients */
    --gradient-gold: linear-gradient(135deg, #FFD700 0%, #FF9500 100%);
    --gradient-gold-text: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
}

/* ===== BASE ===== */
body.campaign-esfand-page {
    background: var(--bg-core);
    color: var(--text-main);
    overflow-x: hidden;
}

/* 3D Perspective for animations */
.esfand-hero,
.esfand-discounts,
.esfand-installment {
    perspective: 1200px;
}

.hero-wrapper,
.mega-discount-card,
.d-card {
    transform-style: preserve-3d;
    will-change: transform;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* ===== UTILITY CLASSES ===== */
.glass-panel {
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--light-08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.text-gold-gradient {
    background: var(--gradient-gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Noise Texture Overlay - Prevents banding */
.noise-texture::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.025;
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* Mouse Follower Glow */
.mouse-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 0;
}

body.campaign-esfand-page:hover .mouse-glow {
    opacity: 1;
}

/* =========================================
   HERO SECTION - DIGITAL GOLD / PREMIUM NIGHT
   ========================================= */
.esfand-hero {
    background: var(--bg-core);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* === Cinematic Background Layer === */
.hero-cinematic-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    animation: bgFadeIn 2s ease forwards;
}

@keyframes bgFadeIn {
    to { opacity: 1; }
}

/* Animated Gradient Orbs - Lava Lamp Style */
.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.7;
    will-change: transform;
}

.orb-1 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.5) 0%, rgba(255, 159, 10, 0.2) 50%, transparent 70%);
    top: -25%;
    right: -15%;
}

.orb-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.4) 0%, rgba(255, 214, 10, 0.15) 50%, transparent 70%);
    bottom: -20%;
    left: -15%;
}

.orb-3 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.35) 0%, transparent 70%);
    top: 35%;
    left: 25%;
}

/* Luxury Grid - Perspective Floor Effect */
.luxury-grid {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, rgba(255, 214, 10, 0.03) 0px, rgba(255, 214, 10, 0.03) 1px, transparent 1px, transparent 50px),
        repeating-linear-gradient(90deg, rgba(255, 214, 10, 0.03) 0px, rgba(255, 214, 10, 0.03) 1px, transparent 1px, transparent 50px);
    transform: perspective(500px) rotateX(60deg) translateY(100px);
    transform-origin: center bottom;
    mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
    opacity: 0.8;
}

/* Gold Dust Particles - Subtle Floating */
.gold-dust {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.gold-dust span {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--primary-gold);
    border-radius: 50%;
    box-shadow: 0 0 4px var(--primary-gold), 0 0 8px var(--primary-gold);
    opacity: 0;
    will-change: transform, opacity;
}

/* Position particles randomly */
.gold-dust span:nth-child(1) { top: 8%; left: 15%; }
.gold-dust span:nth-child(2) { top: 12%; left: 85%; }
.gold-dust span:nth-child(3) { top: 25%; left: 8%; }
.gold-dust span:nth-child(4) { top: 18%; left: 45%; }
.gold-dust span:nth-child(5) { top: 35%; left: 92%; }
.gold-dust span:nth-child(6) { top: 45%; left: 5%; }
.gold-dust span:nth-child(7) { top: 55%; left: 78%; }
.gold-dust span:nth-child(8) { top: 65%; left: 22%; }
.gold-dust span:nth-child(9) { top: 72%; left: 88%; }
.gold-dust span:nth-child(10) { top: 82%; left: 12%; }
.gold-dust span:nth-child(11) { top: 15%; left: 62%; }
.gold-dust span:nth-child(12) { top: 28%; left: 35%; }
.gold-dust span:nth-child(13) { top: 38%; left: 72%; }
.gold-dust span:nth-child(14) { top: 48%; left: 55%; }
.gold-dust span:nth-child(15) { top: 58%; left: 42%; }
.gold-dust span:nth-child(16) { top: 68%; left: 65%; }
.gold-dust span:nth-child(17) { top: 78%; left: 48%; }
.gold-dust span:nth-child(18) { top: 88%; left: 75%; }
.gold-dust span:nth-child(19) { top: 22%; left: 18%; }
.gold-dust span:nth-child(20) { top: 42%; left: 28%; }
.gold-dust span:nth-child(21) { top: 52%; left: 95%; }
.gold-dust span:nth-child(22) { top: 62%; left: 8%; }
.gold-dust span:nth-child(23) { top: 75%; left: 58%; }
.gold-dust span:nth-child(24) { top: 85%; left: 32%; }
.gold-dust span:nth-child(25) { top: 5%; left: 52%; }
.gold-dust span:nth-child(26) { top: 32%; left: 82%; }
.gold-dust span:nth-child(27) { top: 92%; left: 68%; }
.gold-dust span:nth-child(28) { top: 48%; left: 15%; }
.gold-dust span:nth-child(29) { top: 20%; left: 72%; }
.gold-dust span:nth-child(30) { top: 60%; left: 52%; }

/* Radial Spotlight - Top Glow */
.spotlight {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 100%;
    background: radial-gradient(ellipse 40% 40% at center, rgba(255, 214, 10, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

/* Noise Texture Overlay - Prevents Banding */
.noise-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.025;
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* === Hero Wrapper - Main Content (2-Column Grid) === */
.hero-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 140px 60px 80px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
    min-height: 100vh;
    box-sizing: border-box;
}

/* === Hero Left - Branding === */
.hero-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Prestige Badge - Glass with Shimmer */
.prestige-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 214, 10, 0.3);
    border-radius: 100px;
    overflow: hidden;
    width: fit-content;
}

.badge-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 214, 10, 0.4) 50%, transparent 100%);
    animation: shimmerTraverse 3s ease-in-out infinite;
}

@keyframes shimmerTraverse {
    0%, 100% { left: -100%; opacity: 0; }
    10% { opacity: 1; }
    50% { left: 100%; opacity: 1; }
    60%, 100% { opacity: 0; }
}

.badge-diamond {
    display: flex;
    align-items: center;
    color: var(--primary-gold);
    filter: drop-shadow(0 0 6px var(--primary-gold));
}

.badge-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-gold);
    letter-spacing: 0.5px;
}

/* Epic Title - Bold, Tight Tracking */
.epic-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-line {
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(44px, 5.5vw, 68px);
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    line-height: 1.15;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.title-line.gold-text {
    gap: 14px;
}

/* Title Text Animation - Handled by GSAP */
.title-text {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
}

/* Gold Text with Metallic Shine */
.title-line.gold-text .title-text {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 50%, #FFD700 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShine 4s ease-in-out infinite;
    animation-play-state: paused;
}

.title-text.revealed {
    opacity: 1;
    transform: translateY(0);
}

.title-line.gold-text .title-text.revealed {
    animation-play-state: running;
}

@keyframes goldShine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Hero Tagline */
.hero-tagline {
    font-size: 17px;
    color: var(--text-muted);
    line-height: 1.9;
    max-width: 460px;
    opacity: 0;
    transform: translateY(20px);
}

.hero-tagline strong {
    color: var(--primary-gold);
    font-weight: 700;
}

.tagline-highlight {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    color: var(--light-30);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Hero Actions - CTAs */
.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
    opacity: 0;
    transform: translateY(20px);
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: var(--gradient-gold);
    color: var(--bg-core);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.cta-primary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.cta-primary:hover {
    box-shadow: 0 8px 28px rgba(255, 214, 10, 0.4);
    transform: translateY(-2px);
}

.cta-primary:hover svg {
    transform: translateX(-4px);
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: transparent;
    border: 1px solid var(--light-10);
    border-radius: 12px;
    color: var(--text-main);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-secondary svg {
    width: 18px;
    height: 18px;
    color: var(--primary-gold);
}

.cta-secondary:hover {
    border-color: rgba(255, 214, 10, 0.4);
    background: rgba(255, 214, 10, 0.08);
}

.cta-secondary span {
    direction: ltr;
}

/* === Hero Right - Discount Card === */
.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

/* Mega Discount Card - 3D Tilt Ready */
.mega-discount-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: 32px;
    padding: 2px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--secondary-orange) 50%, var(--primary-gold) 100%);
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.mega-discount-card::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 36px;
    background: inherit;
    filter: blur(25px);
    opacity: 0.4;
    z-index: -1;
}

.card-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 214, 10, 0.2) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.card-border {
    display: none;
}

.card-inner {
    position: relative;
    background: linear-gradient(165deg, #0d0d0d 0%, #080808 100%);
    border-radius: 30px;
    padding: 40px 32px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 214, 10, 0.6), transparent);
}

/* Decorative Corner Elements */
.card-corner {
    position: absolute;
    width: 24px;
    height: 24px;
    border-color: rgba(255, 214, 10, 0.25);
    border-style: solid;
    border-width: 0;
    pointer-events: none;
    opacity: 0.8;
}

.card-corner-tl {
    top: 12px;
    left: 12px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 6px;
}

.card-corner-tr {
    top: 12px;
    right: 12px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-right-radius: 6px;
}

.card-corner-bl {
    bottom: 12px;
    left: 12px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-left-radius: 6px;
}

.card-corner-br {
    bottom: 12px;
    right: 12px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-right-radius: 6px;
}

/* Discount Header */
.discount-header {
    text-align: center;
    margin-bottom: 16px;
}

.limited-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: 50px;
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 700;
    animation: limitedPulse 2s ease-in-out infinite;
}

@keyframes limitedPulse {
    0%, 100% { box-shadow: 0 0 15px rgba(239, 68, 68, 0.2); }
    50% { box-shadow: 0 0 25px rgba(239, 68, 68, 0.4); }
}

/* Discount Showcase */
.discount-showcase {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    padding: 16px 0;
}

.discount-showcase::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.discount-label {
    display: inline-block;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.discount-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: relative;
}

/* Discount Number - Monospace Heavy */
.discount-num {
    font-size: 130px;
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    background: linear-gradient(180deg, #FFD700 0%, #FF8C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.discount-symbol {
    font-size: 48px;
    font-weight: 900;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    align-self: flex-start;
    margin-top: 18px;
}

.discount-text {
    display: inline-block;
    font-size: 16px;
    color: var(--text-main);
    font-weight: 600;
    margin-top: 8px;
    padding: 6px 20px;
    background: var(--bg-glass);
    border-radius: 30px;
    border: 1px solid var(--light-08);
}

/* Countdown - Flip Counter Style */
.countdown-elegant {
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 214, 10, 0.15);
    border-radius: 20px;
    padding: 18px 14px;
    margin-bottom: 16px;
}

.countdown-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--primary-gold);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 14px;
}

.countdown-label svg {
    stroke: var(--primary-gold);
}

.countdown-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    direction: ltr;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.countdown-value {
    display: flex;
    gap: 2px;
    direction: ltr;
}

/* Countdown Number Boxes - Mechanical Counter Feel */
.countdown-value span {
    width: 34px;
    height: 44px;
    background: linear-gradient(180deg, #141414 0%, #0a0a0a 50%, #141414 100%);
    border: 1px solid rgba(255, 214, 10, 0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    font-family: "YekanBakh", sans-serif;
    color: var(--primary-gold);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

/* Flip effect line */
.countdown-value span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
}

.countdown-unit {
    font-size: 9px;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-divider {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-gold);
    margin-top: 8px;
    opacity: 1;
    animation: dividerBlink 1s steps(1) infinite;
}

@keyframes dividerBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

/* Bonus Ribbon */
.bonus-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: var(--gradient-gold);
    border-radius: 14px;
    color: var(--bg-core);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 30px rgba(255, 214, 10, 0.35);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-ribbon:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(255, 214, 10, 0.5);
}

.bonus-ribbon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: ribbonShine 4s ease-in-out infinite;
}

@keyframes ribbonShine {
    0%, 20% { left: -100%; }
    40%, 100% { left: 100%; }
}

/* === Hero Stats Bar === */
.hero-stats-bar {
    position: relative;
    z-index: 3;
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--light-08);
    padding: 24px 0;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 214, 10, 0.1);
    border: 1px solid rgba(255, 214, 10, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-value {
    font-size: 24px;
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-stats-bar .stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent 0%, var(--light-10) 50%, transparent 100%);
}

/* === Scroll Cue === */
.scroll-cue {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    z-index: 10;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, var(--primary-gold) 0%, transparent 100%);
    animation: scrollLineAnim 2s ease-in-out infinite;
}

@keyframes scrollLineAnim {
    0%, 100% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.5); opacity: 0.4; }
}

/* =========================================
   DISCOUNTS SECTION
   ========================================= */
.esfand-discounts {
    background: var(--bg-deep);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Background Decoration */
.discounts-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Mouse Spotlight - Follows cursor */
.discounts-spotlight {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.08) 0%, transparent 60%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.esfand-discounts:hover .discounts-spotlight {
    opacity: 1;
}

.bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.bg-glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(255, 214, 10, 0.06);
    top: -150px;
    right: -100px;
}

.bg-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(255, 149, 0, 0.05);
    bottom: -100px;
    left: -100px;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* Section Header - Centered */
.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-eyebrow {
    display: inline-block;
    padding: 12px 28px;
    background: var(--gold-dim);
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    color: var(--light);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.section-title .text-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc {
    font-size: 18px;
    color: var(--light-50);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Discount Cards Grid */
.discount-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 400px;
}

.esfand-discounts .discount-cards .d-card {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Discount Card */
.d-card {
    position: relative;
    z-index: 5;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 44px;
    border: 1px solid var(--light-10);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}

.d-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 214, 10, 0.5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.d-card-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 214, 10, 0.12) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.d-card:hover .d-card-glow {
    opacity: 1;
}

/* Premium Card - Always Glowing */
.d-card-premium {
    background: linear-gradient(165deg, rgba(30, 30, 30, 0.8) 0%, rgba(15, 15, 15, 0.9) 100%);
    border: 1px solid rgba(255, 214, 10, 0.4);
    animation: premiumPulse 3s ease-in-out infinite;
}

@keyframes premiumPulse {
    0%, 100% { box-shadow: 0 0 30px rgba(255, 214, 10, 0.1); }
    50% { box-shadow: 0 0 50px rgba(255, 214, 10, 0.2); }
}

.d-card-premium:hover {
    border-color: var(--primary-gold);
    box-shadow: 0 30px 80px rgba(255, 214, 10, 0.2);
    animation: none;
}

.d-card-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 214, 10, 0.1), transparent);
    transition: left 0.8s ease;
    pointer-events: none;
}

.d-card-premium:hover .d-card-shine {
    left: 100%;
}

.d-premium-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    background: linear-gradient(135deg, #ffd60a 0%, #ff9500 100%);
    color: #000000 !important;
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 8px 25px rgba(255, 214, 10, 0.4);
    opacity: 1 !important;
    visibility: visible !important;
}

/* Card Header */
.d-card-header {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-label {
    display: inline-block !important;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-premium .d-card-label {
    background: var(--gold-dim);
    border-color: rgba(255, 214, 10, 0.3);
    color: var(--gold);
}

.d-card-percentage {
    display: flex !important;
    align-items: baseline;
    gap: 4px;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-percent-num {
    font-size: 80px;
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    color: #ffffff !important;
    line-height: 1;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-premium .d-percent-num {
    background: linear-gradient(135deg, #ffd60a 0%, #ff9500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.d-percent-sign {
    font-size: 36px;
    font-weight: 800;
    color: #ffd60a !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Card Body */
.d-card-body {
    position: relative;
    z-index: 2;
}

.d-card-title {
    font-size: 32px;
    font-weight: 800;
    font-family: "YekanBakh", sans-serif;
    color: #ffffff !important;
    margin: 0 0 14px 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 0 0 35px 0;
    line-height: 1.7;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Card List */
.d-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.d-card-list li {
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.3s ease;
}

.d-card-list li span {
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
}

.d-card-list li:last-child {
    border-bottom: none;
}

.d-card-list li:hover {
    color: #ffffff !important;
    padding-right: 8px;
}

.d-card-list li:hover span {
    color: #ffffff !important;
}

.check-icon {
    width: 28px;
    height: 28px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.check-icon svg {
    stroke: #10b981;
}

/* Categories Grid */
.d-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}

.d-category {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: var(--light-05);
    border: 1px solid var(--light-10);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.d-category:hover {
    border-color: var(--gold);
    background: var(--gold-dim);
}

.d-cat-icon {
    width: 46px;
    height: 46px;
    background: var(--gold-dim);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 214, 10, 0.2);
    flex-shrink: 0;
}

.d-cat-icon svg {
    stroke: var(--gold);
}

.d-category span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-category:hover span {
    color: #ffd60a !important;
}

/* Card Buttons */
.d-card-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-btn span {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.d-card-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffd60a;
    color: #ffd60a !important;
    transform: translateY(-3px);
}

.d-card-btn-gold {
    background: linear-gradient(135deg, #ffd60a 0%, #ff9500 100%) !important;
    color: #000000 !important;
    border: none;
    font-weight: 700;
    box-shadow: 0 15px 40px rgba(255, 214, 10, 0.4);
}

.d-card-btn-gold span {
    color: #000000 !important;
}

.d-card-btn-gold:hover {
    background: linear-gradient(135deg, #ffd60a 0%, #ff9500 100%) !important;
    color: #000000 !important;
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(255, 214, 10, 0.5);
}

/* =========================================
   INSTALLMENT SECTION
   ========================================= */
.esfand-installment {
    background: var(--bg-core);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.installment-bg {
    position: absolute;
    inset: 0;
}

.bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 50%, rgba(255, 214, 10, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(255, 159, 10, 0.06) 0%, transparent 50%);
}

/* Background "10" Watermark */
.installment-bg::before {
    content: '۱۰';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(300px, 40vw, 500px);
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 214, 10, 0.06);
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.installment-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Big Number - Hero Element */
.big-number-wrapper {
    text-align: center;
    position: relative;
}

.big-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 16px;
}

.big-number .number {
    font-size: clamp(140px, 20vw, 220px);
    font-weight: 900;
    font-family: "YekanBakh", sans-serif;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.big-number .unit {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 700;
    color: var(--text-muted);
}

.number-label {
    font-size: 20px;
    color: var(--text-muted);
    margin-top: 16px;
    font-weight: 500;
}

/* Installment Info */
.installment-info {
    position: relative;
}

.installment-title {
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 800;
    font-family: "YekanBakh", sans-serif;
    color: var(--light);
    margin-bottom: 24px;
    line-height: 1.2;
}

.installment-title .text-gold {
    color: var(--gold);
}

.installment-desc {
    font-size: 18px;
    color: var(--light-50);
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Installment Features */
.installment-features {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--light-08);
    border-radius: 14px;
    opacity: 0;
    transform: translateY(20px);
}

.feature .feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 214, 10, 0.1);
    border: 1px solid rgba(255, 214, 10, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG Draw Animation Ready */
.feature .feature-icon svg {
    stroke: var(--primary-gold);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 1s ease;
}

.feature.animated .feature-icon svg {
    stroke-dashoffset: 0;
}

.feature span {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
}

/* Installment CTA */
.installment-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 20px 40px;
    background: var(--gradient-gold);
    color: var(--dark);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 16px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px var(--gold-glow);
}

.installment-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px var(--gold-glow);
}

/* =========================================
   CTA BANNER
   ========================================= */
.esfand-cta-banner {
    background: var(--dark-100);
    padding: 80px 0 0;
    position: relative;
}

.cta-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta-content {
    background: var(--dark-200);
    border: 1px solid var(--light-10);
    border-radius: 28px;
    padding: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
}

.cta-text {
    flex: 1;
}

.cta-title {
    font-size: 32px;
    font-weight: 800;
    font-family: "YekanBakh", sans-serif;
    color: var(--light);
    margin-bottom: 12px;
}

.cta-desc {
    font-size: 17px;
    color: var(--light-50);
}

.cta-actions {
    display: flex;
    gap: 16px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: var(--gradient-gold);
    color: var(--dark);
    box-shadow: 0 10px 30px var(--gold-glow);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px var(--gold-glow);
}

.cta-btn-secondary {
    background: transparent;
    border: 2px solid var(--light-30);
    color: var(--light);
}

.cta-btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* Urgency Strip - Infinite Marquee */
.urgency-strip {
    background: var(--gradient-gold);
    padding: 16px 0;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}

.strip-content {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    will-change: transform;
}

.strip-content span {
    font-size: 14px;
    font-weight: 800;
    color: var(--bg-core);
    letter-spacing: 0.5px;
}

.strip-icon {
    font-size: 16px;
}

.strip-separator {
    opacity: 0.3;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
    /* Hero Responsive - Tablet */
    .hero-wrapper {
        grid-template-columns: 1fr;
        padding: 120px 30px 80px;
        gap: 50px;
        text-align: center;
    }

    .hero-left {
        align-items: center;
    }

    .prestige-badge {
        margin: 0 auto;
    }

    .epic-title {
        align-items: center;
    }

    .title-line {
        justify-content: center;
    }

    .hero-tagline {
        text-align: center;
        margin: 0 auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .mega-discount-card {
        max-width: 400px;
    }

    .card-inner {
        padding: 40px 30px;
    }

    .discount-num {
        font-size: 120px;
    }

    .discount-symbol {
        font-size: 48px;
    }

    .stats-container {
        flex-wrap: wrap;
        gap: 15px;
    }

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

    .hero-stats-bar .stat-divider {
        display: none;
    }

    .scroll-cue {
        bottom: 20px;
    }

    /* Other sections */
    .discount-cards {
        grid-template-columns: 1fr;
    }

    .installment-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .installment-features {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cta-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* Hero Responsive - Mobile */
    .hero-wrapper {
        padding: 100px 20px 60px;
        gap: 40px;
    }

    .prestige-badge {
        padding: 12px 20px;
    }

    .badge-label {
        font-size: 13px;
    }

    .title-line {
        font-size: clamp(36px, 8vw, 48px);
    }

    .hero-tagline {
        font-size: 16px;
    }

    .tagline-highlight {
        font-size: 12px;
    }

    .hero-actions {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .cta-primary {
        padding: 12px 18px;
        font-size: 13px;
    }

    .cta-secondary {
        padding: 12px 16px;
        font-size: 13px;
    }

    .mega-discount-card {
        max-width: 100%;
        border-radius: 30px;
    }

    .card-inner {
        padding: 35px 25px;
        border-radius: 28px;
    }

    .discount-num {
        font-size: 100px;
    }

    .discount-symbol {
        font-size: 40px;
        margin-top: 15px;
    }

    .discount-text {
        font-size: 16px;
        padding: 6px 18px;
    }

    .countdown-elegant {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .countdown-value span {
        width: 32px;
        height: 42px;
        font-size: 20px;
        border-radius: 8px;
    }

    .countdown-divider {
        font-size: 20px;
        margin-top: 8px;
    }

    .countdown-unit {
        font-size: 9px;
    }

    .bonus-ribbon {
        font-size: 13px;
        padding: 14px 18px;
        border-radius: 12px;
    }

    .hero-stats-bar {
        padding: 24px 0;
    }

    .stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }

    .stat-card {
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }

    .scroll-cue {
        display: none;
    }

    /* Gradient orbs - smaller on mobile */
    .orb-1 { width: 300px; height: 300px; }
    .orb-2 { width: 250px; height: 250px; }
    .orb-3 { width: 200px; height: 200px; }

    /* Other sections */
    .section-container {
        padding: 0 20px;
    }

    .d-card {
        padding: 35px;
    }

    .d-percent-num {
        font-size: 60px;
    }

    .d-categories {
        grid-template-columns: 1fr;
    }

    .installment-content {
        padding: 0 20px;
    }

    .big-number .number {
        font-size: 100px;
    }

    .cta-container {
        padding: 0 20px;
    }

    .cta-content {
        padding: 35px;
    }
}

/* Fix plans section display at lg breakpoint */
@media (min-width: 1024px) {
    #utta_plans .lg\:hidden {
        display: none !important;
    }

    #utta_plans .hidden.lg\:block {
        display: block !important;
    }
}

@media (max-width: 480px) {
    /* Hero Responsive - Small Mobile */
    .hero-wrapper {
        padding: 90px 16px 50px;
        gap: 35px;
    }

    .prestige-badge {
        padding: 10px 16px;
    }

    .badge-label {
        font-size: 12px;
    }

    .title-line {
        font-size: clamp(28px, 9vw, 36px);
    }

    .title-line.gold-text {
        gap: 10px;
    }

    .hero-tagline {
        font-size: 14px;
    }

    .mega-discount-card {
        border-radius: 24px;
    }

    .card-inner {
        padding: 28px 18px;
        border-radius: 22px;
    }

    .discount-showcase {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .discount-num {
        font-size: 80px;
    }

    .discount-symbol {
        font-size: 32px;
        margin-top: 10px;
    }

    .discount-text {
        font-size: 14px;
        padding: 5px 14px;
    }

    .discount-label {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .countdown-elegant {
        padding: 16px 12px;
        border-radius: 14px;
    }

    .countdown-value span {
        width: 26px;
        height: 34px;
        font-size: 15px;
        border-radius: 6px;
    }

    .countdown-grid {
        gap: 4px;
    }

    .countdown-value {
        gap: 2px;
    }

    .countdown-unit {
        font-size: 8px;
    }

    .countdown-divider {
        font-size: 16px;
        margin-top: 6px;
    }

    .countdown-label {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .bonus-ribbon {
        font-size: 12px;
        padding: 12px 14px;
        gap: 8px;
        border-radius: 10px;
    }

    .bonus-ribbon svg {
        width: 16px;
        height: 16px;
    }

    .limited-tag {
        font-size: 11px;
        padding: 8px 14px;
    }

    .card-corner {
        width: 20px;
        height: 20px;
    }

    .card-corner-tl,
    .card-corner-tr {
        top: 10px;
    }

    .card-corner-bl,
    .card-corner-br {
        bottom: 10px;
    }

    .card-corner-tl,
    .card-corner-bl {
        left: 10px;
    }

    .card-corner-tr,
    .card-corner-br {
        right: 10px;
    }

    .stat-icon {
        width: 46px;
        height: 46px;
    }

    .stat-value {
        font-size: 22px;
    }

    .stat-label {
        font-size: 12px;
    }

    /* Other sections */
    .d-card {
        padding: 28px;
    }

    .d-percent-num {
        font-size: 48px;
    }

    .d-card-title {
        font-size: 26px;
    }

    .installment-features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 100%;
        justify-content: center;
    }

    .big-number .number {
        font-size: 80px;
    }
}
