.elementor-19386 .elementor-element.elementor-element-1920064{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19386 .elementor-element.elementor-element-3384410 > .elementor-widget-container{margin:40px 0px -40px 0px;}@media(max-width:768px){.elementor-19386 .elementor-element.elementor-element-3384410 > .elementor-widget-container{margin:-40px 0px -40px 0px;}}/* Start custom CSS for html, class: .elementor-element-3384410 */.dentist-landing {
    --primary: #FDBB2F;
    --primary-dark: #E5A91F;
    --accent: #0088D3;
    --success: #10B981;
    --dark: #020617;
    --dark-light: #1E293B;
    --text: #F8FAFC;
    --text-muted: #94A3B8;

    font-family: 'Inter', sans-serif;
    font-weight: 900;
    background: var(--dark);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

/* Reset — ALL text = bold */
.dentist-landing,
.dentist-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 900 !important;
}

.dentist-landing .container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* Modern Grid Background */
.dentist-landing .grid-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(253, 187, 47, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(253, 187, 47, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
}

/* Gradient Overlay */
.dentist-landing .gradient-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(253, 187, 47, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(0, 136, 211, 0.08) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

/* Header hidden */
.dentist-landing .header { display: none; }

/* Hero */
.dentist-landing .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 24px;
    position: relative;
}

.dentist-landing .hero-content {
    max-width: 900px;
}

.dentist-landing .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(253, 187, 47, 0.1);
    border: 1px solid rgba(253, 187, 47, 0.3);
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 24px;
    animation: fadeIn 1s ease;
}

.dentist-landing .hero h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    animation: fadeInUp 1s ease 0.2s backwards;
}

.dentist-landing .gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dentist-landing .hero-subtitle {
    font-size: 20px;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s ease 0.4s backwards;
}

.dentist-landing .hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.6s backwards;
}

.dentist-landing .btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: none;
}

.dentist-landing .btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    box-shadow: 0 10px 40px rgba(253, 187, 47, 0.3);
}

.dentist-landing .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(253, 187, 47, 0.4);
}

.dentist-landing .btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.dentist-landing .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Sections */
.dentist-landing .section {
    padding: 10px 24px;
    position: relative;
}

.dentist-landing .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.dentist-landing .section-title {
    font-size: 48px;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.dentist-landing .section-subtitle {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* Pricing */
.dentist-landing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 64px;
}

.dentist-landing .pricing-card {
    background: rgba(30, 41, 59, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    transition: all 0.4s;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.dentist-landing .pricing-card::before {
    content: '';
    position: absolute;
   
    
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0;
    transition: opacity 0.3s;
}

.dentist-landing .pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(253, 187, 47, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.dentist-landing .pricing-card:hover::before {
    opacity: 1;
}

.dentist-landing .pricing-card.featured {
    border: 2px solid var(--primary);
    background: rgba(30, 41, 59, 0.7);
    transform: scale(1.05);
}

.dentist-landing .pricing-card.featured::before {
    opacity: 1;
}

.dentist-landing .popular-badge {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.dentist-landing .card-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.dentist-landing .card-price {
    font-size: 46px;
    color: var(--primary);
    margin: 20px 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.dentist-landing .card-price span {
    font-size: 18px;
    color: var(--text-muted);
}

.dentist-landing .features-list {
    list-style: none;
    margin: 32px 0;
}

.dentist-landing .features-list li {
    padding: 12px 0;
    color: var(--text);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
}

.dentist-landing .features-list li::before {
    content: '✓';
    color: var(--success);
    font-size: 18px;
    margin-top: 2px;
}

/* Services */
.dentist-landing .services-card {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 48px;
    backdrop-filter: blur(20px);
    margin-top: 48px;
}

.dentist-landing .services-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}

.dentist-landing .service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s;
}

.dentist-landing .service-item:hover {
    padding-left: 16px;
    border-color: rgba(253, 187, 47, 0.3);
}

.dentist-landing .service-item:last-child {
    border-bottom: none;
}

.dentist-landing .service-name {
    flex: 1;
    font-size: 16px;
}

.dentist-landing .service-price {
    color: var(--accent);
    font-size: 24px;
    white-space: nowrap;
    margin-left: 24px;
}

/* CTA */
.dentist-landing .cta-section {
    background: linear-gradient(135deg, rgba(253, 187, 47, 0.1), rgba(0, 136, 211, 0.1));
    border: 1px solid rgba(253, 187, 47, 0.2);
    border-radius: 24px;
    padding: 64px 48px;
    text-align: center;
    backdrop-filter: blur(20px);
    margin-top: 80px;
}

.dentist-landing .cta-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

.dentist-landing .cta-section p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

/* WhatsApp Float */

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

/* Scroll Reveal */
.dentist-landing .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.dentist-landing .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .dentist-landing .hero h1 {
        font-size: 40px;
    }

    .dentist-landing .hero-subtitle {
        font-size: 16px;
    }

    .dentist-landing .section-title {
        font-size: 32px;
    }

    .dentist-landing .pricing-grid {
        grid-template-columns: 1fr;
    }

    .dentist-landing .pricing-card.featured {
        transform: scale(1);
    }

    .dentist-landing .service-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .dentist-landing .service-price {
        margin-left: 0;
    }

    .dentist-landing .btn {
        width: 100%;
        justify-content: center;
    }

    .dentist-landing .cta-buttons {
        flex-direction: column;
    }

    .dentist-landing .whatsapp-float {
        width: 56px;
        height: 56px;
        font-size: 28px;
        bottom: 24px;
        right: 24px;
    }

    .dentist-landing .card-price {
        font-size: 48px;
    }
}/* End custom CSS */