.elementor-9 .elementor-element.elementor-element-b477ed4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-3b1f117 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-6e04e05 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-086592e > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a74c925 *//* --- GOOGLE FONTS IMPORT --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

/* --- VARIABLES --- */
:root {
    --bg-dark: #131722;
    --grid-line: rgba(255, 255, 255, 0.05);
    --text-white: #ffffff;
    --text-gray: #9ca3af;
    --border-color: rgba(255,255,255,0.1);
    
    /* Gradients & Accents */
    --gradient-orange: #ff7527;
    --gradient-pink: #ec3e7a;
    --whatsapp-green: #10b981; 
    --whatsapp-hover: #059669;
}

/* --- SECTION & BACKGROUND --- */
.dwa-hero-section {
    background-color: var(--bg-dark);
    background-image: 
        linear-gradient(var(--grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    background-size: 40px 40px;
    font-family: 'Poppins', sans-serif; /* Font changed to Poppins */
    padding: 60px 20px;
    color: var(--text-white);
}

.dwa-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.dwa-content-column {
    flex: 1 1 500px;
}

.dwa-form-column {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
}

/* --- LEFT COLUMN CONTENT --- */
.dwa-launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #f59e0b !important;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dwa-main-headline {
    color: var(--text-white) !important;
    font-size: 3.2rem; /* Size Maintained */
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.dwa-text-gradient {
    background: linear-gradient(to right, var(--gradient-orange), var(--gradient-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}

.dwa-sub-headline {
    color: #e5e7eb !important;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.dwa-sub-headline strong {
    color: var(--text-white) !important;
}

/* Stats */
.dwa-stats-row {
    display: flex;
    gap: 30px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.dwa-stat-item h3 {
    color: var(--text-white) !important;
    font-size: 1.8rem; /* Size Maintained */
    margin: 0 0 5px 0;
    font-weight: 700;
}

.dwa-stat-item p {
    color: var(--text-gray) !important;
    margin: 0;
    font-size: 0.85rem;
}

/* Features List */
.dwa-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px;
}

.dwa-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #e5e7eb !important;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Timer Box */
.dwa-timer-box {
    background: #1e2536;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.timer-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fca5a5 !important;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.timer-display {
    display: flex;
    gap: 15px;
}

.time-block {
    background: #111827;
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}

.time-block span {
    display: block;
    color: var(--text-white) !important;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.time-block small {
    color: var(--text-gray) !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Action Button */
.dwa-btn-gradient {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(to right, var(--gradient-orange), var(--gradient-pink));
    color: white !important;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dwa-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(236, 62, 122, 0.3);
}

.mobile-only {
    display: none;
}

/* --- RIGHT COLUMN: FORM CARD --- */
.dwa-form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    color: #1f2937;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.form-social-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar-group {
    display: flex;
}

.avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -10px;
}
.avatar:first-child { margin-left: 0; }

.stars {
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.social-text {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0 0 25px 0;
}

.form-title {
    font-size: 1.5rem; /* Size Maintained */
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1f2937 !important;
}

.form-subtitle {
    font-size: 0.9rem;
    color: #4b5563 !important;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151 !important;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    color: #111827 !important;
    font-family: 'Poppins', sans-serif; /* Ensuring inputs also use Poppins */
}

.form-group input:focus {
    border-color: var(--whatsapp-green);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.dwa-btn-whatsapp {
    width: 100%;
    background-color: var(--whatsapp-green);
    color: white !important;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 25px;
    transition: background-color 0.2s;
    font-family: 'Poppins', sans-serif; /* Ensuring button uses Poppins */
}

.dwa-btn-whatsapp:hover {
    background-color: var(--whatsapp-hover);
}

/* Pricing Block Inside Form */
.pricing-block {
    border-top: 1px dashed #e5e7eb;
    padding-top: 20px;
}

.price-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.original-price {
    font-size: 0.85rem;
    color: #9ca3af !important;
}

.discount-badge {
    background: #fee2e2;
    color: #ef4444 !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
}

.price-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.today-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151 !important;
}

.final-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827 !important;
}

.urgency-text {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #ef4444 !important;
    justify-content: center;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .dwa-main-headline {
        font-size: 2.5rem; /* Size Maintained for Mobile/Tablet */
    }
    .dwa-features-grid {
        grid-template-columns: 1fr;
    }
    .mobile-only {
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6fefd2 *//* --- GOOGLE FONTS IMPORT --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

/* --- Variables --- */
:root {
    --bg-light: #f8fafc;
    --text-dark: #0f172a;
    --text-gray: #475569; /* Slightly darker gray for better readability */
    --card-bg: #ffffff;
    --accent-red: #ef4444;
    --accent-red-light: #fef2f2;
    --border-red: #fca5a5;
    
    /* New Highlight Card Colors */
    --highlight-bg: #fff9f5;
    --highlight-border: #fed7aa;
    --highlight-icon: #f97316;

    --card-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    --card-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* --- Section Layout --- */
.dwa-struggles-section {
    background-color: var(--bg-light);
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
}

.dwa-container {
    max-width: 1200px; /* Slightly widened to accommodate bigger text comfortably */
    margin: 0 auto;
    width: 100%;
}

/* --- Header Styles --- */
.dwa-section-header {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto 50px auto !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
}

.dwa-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--accent-red-light);
    color: var(--accent-red);
    border: 1px solid var(--border-red);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem; /* Increased */
    font-weight: 600;
    margin: 0 auto 20px auto !important;
}

.dwa-headline {
    text-align: center !important;
    font-size: 2.8rem; /* Increased for better impact */
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 15px auto !important;
    color: var(--text-dark) !important;
    width: 100%;
}

.dwa-subheadline {
    text-align: center !important;
    font-size: 1.2rem; /* Increased readability */
    color: var(--text-gray) !important;
    margin: 0 auto !important;
    line-height: 1.6;
    width: 100%;
}

/* --- Grid Layout --- */
.dwa-struggles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; /* Increased gap for better spacing */
    width: 100%;
}

/* --- Card Styles & Hover Effects --- */
.dwa-struggle-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 35px 30px; /* Increased padding */
    box-shadow: var(--card-shadow);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease forwards;
    animation-delay: var(--delay);
}

.dwa-struggle-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
    border-color: var(--border-red);
}

.dwa-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Increased icon box size */
    height: 50px;
    background-color: var(--accent-red-light);
    color: var(--accent-red);
    border-radius: 12px;
    margin-bottom: 20px;
}

.dwa-struggle-card h3 {
    font-size: 1.25rem; /* Readability bump (Was 1.1) */
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.4;
    color: var(--text-dark) !important;
}

.dwa-struggle-card p {
    font-size: 1.05rem; /* Readability bump (Was 0.95) */
    color: var(--text-gray) !important;
    line-height: 1.6;
    margin: 0;
}

/* --- NEW HIGHLIGHT CARD --- */
.dwa-highlight-card {
    background-color: var(--highlight-bg);
    border: 1px solid var(--highlight-border);
    border-radius: 16px;
    padding: 45px 30px;
    text-align: center;
    max-width: 850px; /* Constrains the width perfectly in the center */
    margin: 40px auto 0 auto;
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease forwards;
    animation-delay: var(--delay);
}

.dwa-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--card-shadow-hover);
    border-color: #fdba74; /* Darker orange on hover */
}

.dwa-highlight-icon {
    color: var(--highlight-icon);
    margin-bottom: 15px;
    display: inline-flex;
}

.dwa-highlight-card h3 {
    font-size: 1.4rem; /* Big, bold statement */
    font-weight: 700;
    color: var(--text-dark) !important;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.dwa-highlight-card p {
    font-size: 1.1rem;
    color: var(--text-gray) !important;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 750px;
}

/* --- Keyframe Animations --- */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* =========================================
   Responsive Design (Tablet & Mobile Optimized)
   ========================================= */

@media (max-width: 992px) {
    .dwa-struggles-section { padding: 60px 20px; }
    .dwa-headline { font-size: 2.4rem; }
    .dwa-struggles-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }
    .dwa-highlight-card {
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    .dwa-struggles-section { padding: 40px 15px; }
    .dwa-headline { font-size: 1.9rem; }
    .dwa-subheadline { font-size: 1.05rem; }
    .dwa-struggles-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    .dwa-struggle-card { padding: 25px 20px; }
    .dwa-highlight-card {
        padding: 30px 20px;
        margin-top: 30px;
    }
    .dwa-highlight-card h3 { font-size: 1.25rem; }
    .dwa-highlight-card p { font-size: 1rem; }
    .dwa-struggle-card:hover, .dwa-highlight-card:hover {
        transform: translateY(-4px); 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c08f7f *//* --- Variables Specific to Trust Section --- */
:root {
    --bg-white: #ffffff;
    --card-bg-light: #f8fafc;
    --text-dark: #0f172a;
    --text-gray: #475569;
    --badge-green-text: #10b981;
    --badge-green-bg: #ecfdf5;
    --badge-green-border: #a7f3d0;
    --icon-orange: #f97316;
    --border-orange-hover: #fdba74;
    
    --card-shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    --card-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
}

/* --- Section Layout --- */
.dwa-trust-section {
    background-color: var(--bg-white); /* White background for contrast */
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
}

.dwa-container {
    max-width: 1250px; /* Slightly wider for 4 columns */
    margin: 0 auto;
    width: 100%;
}

/* --- Header Styles --- */
.dwa-section-header {
    width: 100% !important;
    max-width: 850px;
    margin: 0 auto 50px auto !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
}

.dwa-badge-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--badge-green-bg);
    color: var(--badge-green-text);
    border: 1px solid var(--badge-green-border);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 auto 20px auto !important;
}

.dwa-headline {
    text-align: center !important;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 15px auto !important;
    color: var(--text-dark) !important;
    width: 100%;
}

.dwa-subheadline {
    text-align: center !important;
    font-size: 1.15rem;
    color: var(--text-gray) !important;
    margin: 0 auto !important;
    line-height: 1.6;
    width: 100%;
}

/* --- 4-Column Grid Layout --- */
.dwa-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

/* --- Card Styles & Hover Effects --- */
.dwa-trust-card {
    background: var(--card-bg-light);
    border-radius: 16px;
    padding: 30px 25px;
    border: 1px solid transparent;
    box-shadow: var(--card-shadow-soft);
    transition: all 0.3s ease;
    
    /* Animation initial state */
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease forwards;
    animation-delay: var(--delay);
}

.dwa-trust-card:hover {
    background: var(--bg-white); /* Changes to pure white on hover */
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
    border-color: var(--border-orange-hover); /* Orange border on hover */
}

.dwa-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--icon-orange);
    color: #ffffff; /* White icon inside orange box */
    border-radius: 10px;
    margin-bottom: 20px;
}

.dwa-trust-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.4;
    color: var(--text-dark) !important;
}

.dwa-trust-card p {
    font-size: 0.95rem;
    color: var(--text-gray) !important;
    line-height: 1.6;
    margin: 0;
}

/* --- Keyframe Animations --- */
@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* =========================================
   Responsive Design (Desktop, Tablet, Mobile)
   ========================================= */

/* Smaller Desktop / Large Tablet */
@media (max-width: 1100px) {
    .dwa-headline { font-size: 2.5rem; }
    .dwa-trust-grid {
        grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
        gap: 25px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .dwa-trust-section { padding: 60px 20px; }
    .dwa-headline { font-size: 2.3rem; }
}

/* Mobile */
@media (max-width: 768px) {
    .dwa-trust-section { padding: 40px 15px; }
    .dwa-section-header { margin-bottom: 35px !important; }
    .dwa-headline { font-size: 1.8rem; }
    .dwa-subheadline { font-size: 1rem; }
    
    .dwa-trust-grid {
        grid-template-columns: 1fr; /* Switch to 1 column */
        gap: 20px;
    }
    
    .dwa-trust-card {
        padding: 25px 20px;
    }
    
    .dwa-trust-card:hover {
        transform: translateY(-4px); /* Smaller jump on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4f7cb2 *//* --- GOOGLE FONTS IMPORT --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* --- Variables --- */
:root {
    --bg-light: #f4f7f9; /* Slightly darker white for contrast */
    --card-bg: #ffffff;
    --text-dark: #0f172a;
    --text-gray: #475569;
    --icon-orange: #f97316; 
    --icon-green: #10b981; 
    --border-soft: #e2e8f0;
    
    --card-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    --card-shadow-hover: 0 15px 35px rgba(249, 115, 22, 0.12); /* Subtle orange glow */
    
    /* Gradients */
    --gradient-orange: #ff7527;
    --gradient-pink: #ec3e7a;
}

/* --- Section Layout --- */
.dwa-premium-roadmap {
    background-color: var(--bg-light);
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
}

.dwa-container {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
}

/* --- Header Styles --- */
.dwa-section-header {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 60px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dwa-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(255,117,39,0.1), rgba(236,62,122,0.1));
    color: var(--icon-orange);
    border: 1px solid rgba(255,117,39,0.2);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.dwa-headline {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: var(--text-dark);
}

.dwa-subheadline {
    font-size: 1.15rem;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.6;
}

/* --- 3-Column Grid Layout --- */
.dwa-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

/* --- Card Styles (The Premium Look) --- */
.dwa-step-card {
    position: relative;
    background: var(--card-bg);
    border-radius: 16px;
    padding: 35px 30px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    overflow: hidden; /* Keeps the watermark inside */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Animation initial state */
    opacity: 0;
    transform: translateY(40px);
    transition-delay: var(--anim-delay);
}

.dwa-step-card.animate-up {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effect */
.dwa-step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
    border-color: #fdba74;
}

/* Large Background Number (Watermark) */
.dwa-watermark {
    position: absolute;
    bottom: -15px;
    right: 10px;
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
    color: var(--icon-orange);
    opacity: 0.04; /* Very subtle */
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.dwa-step-card:hover .dwa-watermark {
    opacity: 0.12; /* Gets slightly darker on hover */
    transform: scale(1.05) translate(-5px, -5px);
}

/* Card Content (Stays above watermark) */
.dwa-card-content {
    position: relative;
    z-index: 2;
}

.dwa-day-badge {
    display: inline-block;
    background: var(--text-dark);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.dwa-step-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: var(--text-dark);
    min-height: 52px; /* Keeps grid uniform even if titles are short */
}

/* Bullet Points with SVG Check */
.dwa-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dwa-step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.5;
}

.dwa-step-list li:last-child {
    margin-bottom: 0;
}

.dwa-step-list li svg {
    width: 18px;
    height: 18px;
    color: var(--icon-green);
    flex-shrink: 0;
    margin-top: 3px;
}

/* --- Footer CTA --- */
.dwa-roadmap-footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed #cbd5e1;
}

.dwa-roadmap-footer p {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 25px;
}

.dwa-roadmap-footer strong { color: var(--text-dark); }

.dwa-btn-gradient {
    display: inline-block;
    padding: 16px 35px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(to right, var(--gradient-orange), var(--gradient-pink));
    color: white !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dwa-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(236, 62, 122, 0.3);
}

.pricing-text {
    font-size: 0.9rem !important;
    margin-top: 15px !important;
}

.pricing-text s { color: #94a3b8; }

/* =========================================
   Responsive Design (Tablet & Mobile)
   ========================================= */

/* Tablet Layout (2 Columns) */
@media (max-width: 1024px) {
    .dwa-headline { font-size: 2.4rem; }
    .dwa-roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .dwa-step-title { min-height: auto; }
}

/* Mobile Layout (1 Column) */
@media (max-width: 768px) {
    .dwa-premium-roadmap { padding: 50px 15px; }
    .dwa-headline { font-size: 1.9rem; }
    .dwa-subheadline { font-size: 1.05rem; }
    
    .dwa-roadmap-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dwa-step-card {
        padding: 25px 20px;
    }
    
    .dwa-watermark {
        font-size: 6rem; /* Slightly smaller watermark on mobile */
        bottom: -10px;
    }
    
    .dwa-btn-gradient { width: 100%; padding: 14px; text-align: center; }
}/* End custom CSS */