.elementor-kit-21896{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#7ACADA;--e-global-color-126d88e:#FFFFFF;--e-global-color-f447074:#94A356;--e-global-color-a8f1686:#89C35C;--e-global-color-c7586ac:#F4F4F4;--e-global-typography-primary-font-family:"Catamaran";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Catamaran";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Catamaran";--e-global-typography-accent-font-weight:500;}.elementor-kit-21896 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Zenadental | Luxury Dental Care</title>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        /* Base styles */
        :root {
            --brand-blue-light: #93c5fd;
            --brand-blue-medium: #3b82f6;
            --brand-blue-dark: #1d4ed8;
            --brand-gray-50: #f8fafc;
            --brand-gray-600: #475569;
        }

        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
            background: white;
            color: #1a1a1a;
        }

        /* Utility classes */
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        /* Component styles */
        .hero {
            min-height: 100vh;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #c7d2fe 0%, #818cf8 50%, #6366f1 100%);
        }

        .hero-content {
            position: relative;
            z-index: 10;
            padding-top: 8rem;
            max-width: 48rem;
            opacity: 0;
            transform: translateY(2rem);
            animation: fadeInUp 1s ease-out forwards;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 700;
            line-height: 1.1;
            color: white;
            margin-bottom: 1.5rem;
        }

        .hero p {
            font-size: 1.5rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.5;
            margin-bottom: 2rem;
        }

        .button-group {
            display: flex;
            gap: 1rem;
            margin-bottom: 4rem;
        }

        .button {
            display: inline-flex;
            align-items: center;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-weight: 500;
            transition: all 0.3s;
            text-decoration: none;
        }

        .button-primary {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }

        .button-primary:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .button-secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }

        .button-secondary:hover {
            background: rgba(255, 255, 255, 0.2);
        }

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

        .stat-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 1.5rem;
            border-radius: 1rem;
            text-align: center;
            transition: transform 0.3s;
        }

        .stat-card:hover {
            transform: scale(1.05);
        }

        .stat-value {
            font-size: 1.875rem;
            font-weight: 700;
            color: white;
        }

        .stat-label {
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 0.5rem;
        }

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

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 3rem;
            }

            .button-group {
                flex-direction: column;
            }

            .stats-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <section class="hero">
        <div class="container">
            <div class="hero-content">
                <h1>
                    Elevate Your
                    <span style="display: block; animation: fadeInUp 1s ease-out 0.5s forwards;">Daily Ritual</span>
                </h1>
                <p>
                    Discover our collection of premium dental care essentials, where luxury meets scientific innovation.
                </p>
                <div class="button-group">
                    <a href="#shop" class="button button-primary">
                        Shop Collection
                    </a>
                    <a href="#about" class="button button-secondary">
                        Learn More
                    </a>
                </div>
                <div class="stats-grid">
                    <div class="stat-card">
                        <div class="stat-value">100%</div>
                        <div class="stat-label">Natural Ingredients</div>
                    </div>
                    <div class="stat-card">
                        <div class="stat-value">Premium</div>
                        <div class="stat-label">Quality</div>
                    </div>
                    <div class="stat-card">
                        <div class="stat-value">Eco</div>
                        <div class="stat-label">Friendly</div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</body>
</html>/* End custom CSS */