/* Homepage Specific Styles */

/* Hero Section - Homepage Background Decoration */
body.home .hero-section-new,
body .hero-section-new {
    position: relative;
    overflow: hidden;
}

body.home .hero-section-new::before,
body .hero-section-new::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.08) 0%, rgba(14, 165, 233, 0.04) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.home .hero-section-new::after,
body .hero-section-new::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, rgba(96, 165, 250, 0.03) 50%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Dot Pattern Overlay */
body.home .hero-section-new .hero-grid::before,
body .hero-section-new .hero-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

body.home .hero-section-new .container,
body .hero-section-new .container {
    position: relative;
    z-index: 1;
}

body.home .hero-section-new .hero-grid,
body .hero-section-new .hero-grid {
    position: relative;
}

body.home .hero-section-new .hero-content,
body.home .hero-section-new .hero-image,
body .hero-section-new .hero-content,
body .hero-section-new .hero-image {
    position: relative;
    z-index: 2;
}

/* Hero Section - Homepage Specific - FORCE HORIZONTAL */
body.home .hero-section-new .hero-cta,
body .hero-section-new .hero-cta {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

body.home .hero-section-new .hero-cta .btn,
body.home .hero-section-new .hero-cta .btn-large,
body.home .hero-section-new .hero-cta .btn-primary,
body.home .hero-section-new .hero-cta .btn-secondary,
body .hero-section-new .hero-cta .btn,
body .hero-section-new .hero-cta .btn-large,
body .hero-section-new .hero-cta .btn-primary,
body .hero-section-new .hero-cta .btn-secondary {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

/* Hero Section - Button Primary (Konsultasi Sekarang) - Warna WhatsApp */
.hero-section-new .hero-cta .btn-primary {
    background: #25D366 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25) !important;
}

.hero-section-new .hero-cta .btn-primary:hover {
    background: #20BA5A !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
    color: white !important;
}

/* Hero Section - Button Secondary (Lihat Paket & Harga) */
.hero-section-new .hero-cta .btn-secondary {
    background: white !important;
    color: #1e40af !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(30, 64, 175, 0.1) !important;
}

.hero-section-new .hero-cta .btn-secondary:hover {
    background: #f8fafc !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
    color: #1e40af !important;
    border-color: rgba(30, 64, 175, 0.2) !important;
}

/* Responsive - Mobile tetap vertikal */
@media (max-width: 768px) {
    body.home .hero-section-new .hero-cta,
    body .hero-section-new .hero-cta {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    body.home .hero-section-new .hero-cta .btn,
    body.home .hero-section-new .hero-cta .btn-large,
    body.home .hero-section-new .hero-cta .btn-primary,
    body.home .hero-section-new .hero-cta .btn-secondary,
    body .hero-section-new .hero-cta .btn,
    body .hero-section-new .hero-cta .btn-large,
    body .hero-section-new .hero-cta .btn-primary,
    body .hero-section-new .hero-cta .btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        flex: 1 1 100% !important;
    }
}

/* ============================================================================
   STATS SECTION - Simple & Elegant Design
   ============================================================================ */

.stats-section-new {
    padding: 60px 0 !important;
    background: #f8fafc !important;
}

.stats-section-new .section-title {
    margin-bottom: 40px !important;
}

.stats-section-new .section-title h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.stats-grid-new {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.stat-card {
    background: white !important;
    border-radius: 16px !important;
    padding: 32px 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    min-height: auto !important;
    border: 1px solid #e2e8f0 !important;
}

.stat-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

/* Simple card colors - remove gradients */
.stat-card-1,
.stat-card-2,
.stat-card-3,
.stat-card-4 {
    background: white !important;
    color: #1e293b !important;
}

.stat-card-icon {
    margin-bottom: 16px !important;
}

.stat-card-icon svg {
    width: 32px !important;
    height: 32px !important;
    color: #3b82f6 !important;
}

.stat-card-1 .stat-card-icon svg {
    color: #3b82f6 !important;
}

.stat-card-2 .stat-card-icon svg {
    color: #10b981 !important;
}

.stat-card-3 .stat-card-icon svg {
    color: #f59e0b !important;
}

.stat-card-4 .stat-card-icon svg {
    color: #8b5cf6 !important;
}

.stat-card-number {
    font-size: 2rem !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    color: #1e293b !important;
}

.stat-card-label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #64748b !important;
    opacity: 1 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .stats-grid-new {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 640px) {
    .stats-section-new {
        padding: 40px 0 !important;
    }

    .stats-grid-new {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .stat-card {
        padding: 24px 16px !important;
    }

    .stat-card-number {
        font-size: 1.75rem !important;
    }

    .stats-section-new .section-title h2 {
        font-size: 1.5rem !important;
    }
}

/* ============================================================================
   ABOUT US SECTION - Compact Design
   ============================================================================ */

.about-us-section {
    padding: 50px 0 0 0 !important;
}

.about-us-section .section-title {
    margin-bottom: 30px !important;
}

.about-title {
    font-size: 1.5rem !important;
    margin-bottom: 12px !important;
}

.about-description {
    font-size: 0.95rem !important;
    margin-bottom: 20px !important;
    max-width: 700px !important;
}

.about-image-horizontal {
    max-width: 1200px !important;
    margin-top: 0 !important;
}

.about-image-horizontal img {
    max-height: 450px !important;
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 40px 0 0 0 !important;
    }

    .about-title {
        font-size: 1.25rem !important;
    }

    .about-description {
        font-size: 0.875rem !important;
    }

    .about-image-horizontal img {
        max-height: 350px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 640px) {
    .about-image-horizontal img {
        max-height: 300px !important;
        object-fit: contain !important;
    }
}

/* ============================================================================
   CTA SECTION - ELEGANT STYLE (Same as Tentang Kami)
   ============================================================================ */

.cta-section-elegant {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a1172 0%, #1e40af 50%, #0ea5e9 100%);
    position: relative;
    overflow: hidden;
}

.cta-section-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.cta-elegant-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left: Content */
.cta-elegant-content {
    color: white;
}

.cta-elegant-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: #60a5fa;
}

.cta-elegant-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white;
}

.cta-highlight {
    background: linear-gradient(135deg, #60a5fa, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-elegant-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 540px;
}

/* Features List */
.cta-elegant-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
}

.cta-feature-item svg {
    color: #60a5fa;
    flex-shrink: 0;
}

/* Buttons */
.cta-elegant-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn-primary,
.cta-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-primary {
    background: white;
    color: #0a1172;
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.cta-btn-whatsapp {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.cta-btn-whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}

/* Right: Illustration */
.cta-elegant-illustration {
    position: relative;
    height: 500px;
}

.cta-illustration-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    animation: rotate-slow 30s linear infinite;
}

.cta-illustration-bg svg {
    width: 100%;
    height: 100%;
}

@keyframes rotate-slow {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Stat Cards */
.cta-stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 24px 32px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float-gentle 4s ease-in-out infinite;
}

@keyframes float-gentle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.cta-stat-1 {
    top: 15%;
    right: 10%;
    animation-delay: 0s;
}

.cta-stat-2 {
    top: 15%;
    left: 10%;
    animation-delay: 0.5s;
}

.cta-stat-3 {
    bottom: 15%;
    right: 10%;
    animation-delay: 1s;
}

.cta-stat-4 {
    bottom: 15%;
    left: 10%;
    animation-delay: 1.5s;
}

.cta-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #60a5fa, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Responsive CTA Elegant */
@media (max-width: 1024px) {
    .cta-elegant-wrapper {
        gap: 60px;
    }

    .cta-elegant-title {
        font-size: 42px;
    }

    .cta-elegant-illustration {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .cta-section-elegant {
        padding: 80px 0;
    }

    .cta-elegant-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .cta-elegant-title {
        font-size: 36px;
    }

    .cta-elegant-description {
        font-size: 16px;
    }

    .cta-elegant-buttons {
        flex-direction: column;
    }

    .cta-btn-primary,
    .cta-btn-whatsapp {
        width: 100%;
        justify-content: center;
    }

    .cta-elegant-illustration {
        height: 300px;
    }

    .cta-illustration-bg {
        width: 300px;
        height: 300px;
    }

    .cta-stat-card {
        position: static;
        margin: 10px 0;
    }
}

/* CTA Section - Minimalist & Elegant */
.cta-section-homepage {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a1172 0%, #1e40af 100%);
    position: relative;
    overflow: hidden;
}

.cta-section-homepage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(14, 165, 233, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(96, 165, 250, 0.15) 0%, transparent 50%);
}

.cta-section-homepage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="1" cy="1" r="1" fill="white" opacity="0.08"/></svg>');
    opacity: 0.3;
}

.cta-homepage-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.cta-homepage-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.cta-homepage-icon svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.cta-homepage-icon:hover {
    transform: scale(1.05) rotate(5deg);
    background: rgba(255, 255, 255, 0.15);
}

.cta-homepage-icon:hover svg {
    animation: sparkle 0.6s ease;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.cta-homepage-title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-homepage-title-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.cta-homepage-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-homepage-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

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

.cta-homepage-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-homepage-btn:hover::before {
    left: 100%;
}

.cta-homepage-btn-primary {
    background: white;
    color: #0a1172;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cta-homepage-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.25);
}

.cta-homepage-btn-whatsapp {
    background: #25D366;
    color: white;
    border: 2px solid #25D366;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}

.cta-homepage-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
    background: #22c55e;
    border-color: #22c55e;
}

/* Stats Row - Minimalist */
.cta-homepage-stats {
    display: none;
}

/* Decorative Elements */
.cta-decoration {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.cta-decoration-1 {
    top: 15%;
    left: 8%;
    width: 120px;
    height: 120px;
    opacity: 0.3;
    animation: rotate-slow 20s linear infinite;
}

.cta-decoration-2 {
    bottom: 20%;
    right: 10%;
    width: 150px;
    height: 150px;
    opacity: 0.25;
    animation: rotate-slow 25s linear infinite reverse;
}

@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .cta-section-homepage {
        padding: 70px 0;
    }

    .cta-homepage-title {
        font-size: 38px;
    }

    .cta-homepage-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .cta-section-homepage {
        padding: 60px 0;
    }

    .cta-homepage-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .cta-homepage-icon svg {
        width: 28px;
        height: 28px;
    }

    .cta-homepage-title {
        font-size: 32px;
    }

    .cta-homepage-description {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .cta-homepage-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .cta-homepage-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 28px;
        font-size: 15px;
    }

    .cta-decoration {
        display: none;
    }
}

@media (max-width: 480px) {
    .cta-homepage-title {
        font-size: 28px;
    }

    .cta-homepage-description {
        font-size: 15px;
    }
}

/* ============================================================================
   TESTIMONIALS SECTION - Equal Card Heights
   ============================================================================ */

.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    align-items: stretch !important;
}

.testimonial-card-new {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.testimonial-text {
    flex-grow: 1 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }
}

.hero-section-new .hero-cta {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
}

.hero-section-new .hero-cta .btn {
    width: auto !important;
    flex: 0 0 auto !important;
}

.hero-section-new .hero-cta .btn-primary {
    background: #25D366 !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.hero-section-new .hero-cta .btn-primary:hover {
    background: #20BA5A !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5) !important;
}

@media (max-width: 768px) {
    .hero-section-new .hero-cta {
        flex-direction: column !important;
    }
    .hero-section-new .hero-cta .btn {
        width: 100% !important;
    }
}

/* ========================================
   Pricing Discount & Savings Styles
   ======================================== */
.pricing-discount-badge {
    display: inline-block;
    background: #DC2626;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.pricing-original-price {
    margin-bottom: 8px;
}

.pricing-original-price .strikethrough {
    font-size: 1.25rem;
    color: #9CA3AF;
    text-decoration: line-through;
    font-weight: 600;
}

.pricing-savings {
    margin-top: 8px;
    padding: 8px 12px;
    background: #ECFDF5;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #065F46;
    display: inline-block;
}

/* Utility class for strikethrough */
.strikethrough {
    text-decoration: line-through;
}

/* ========================================
   Limited Offer Banner (Desktop Only - inside services-list)
   ======================================== */
.limited-offer-card {
    display: none;
}

@media (min-width: 1024px) {
    .limited-offer-card {
        display: block;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
        border: 2px solid #F59E0B;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 10px 30px rgba(245, 158, 11, 0.2);
    }
}

.offer-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.fire-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.15);
}

.fire-icon svg {
    width: 20px;
    height: 20px;
}

.offer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #DC2626;
    margin: 0;
}

.offer-deadline,
.offer-slots {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    background: white;
    border-radius: 8px;
    margin-bottom: 8px;
}

.clock-icon,
.users-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.clock-icon svg,
.users-icon svg {
    width: 16px;
    height: 16px;
}

.deadline-text,
.slots-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.deadline-label,
.slots-label {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 500;
}

.deadline-date,
.slots-number {
    font-size: 0.75rem;
    color: #1e293b;
    font-weight: 700;
}

.offer-divider {
    height: 1px;
    background: rgba(245, 158, 11, 0.3);
    margin: 10px 0;
}

.offer-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.offer-benefits li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
    font-size: 0.75rem;
    color: #1e293b;
    font-weight: 500;
}

.offer-benefits li svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.offer-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 10px 14px;
    background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.offer-cta-button:hover {
    background: linear-gradient(135deg, #B91C1C 0%, #DC2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
}

.offer-cta-button svg {
    transition: transform 0.3s ease;
}

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