.elementor-6548 .elementor-element.elementor-element-d57ff8d:not(.elementor-motion-effects-element-type-background), .elementor-6548 .elementor-element.elementor-element-d57ff8d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(60deg, #D6C8B8 0%, #E7E4DF 100%);}.elementor-6548 .elementor-element.elementor-element-d57ff8d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6548 .elementor-element.elementor-element-d57ff8d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6548 .elementor-element.elementor-element-1c47483:not(.elementor-motion-effects-element-type-background), .elementor-6548 .elementor-element.elementor-element-1c47483 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(50deg, #976431 0%, #D3A980 100%);}.elementor-6548 .elementor-element.elementor-element-1c47483{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6548 .elementor-element.elementor-element-1c47483 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS *//* Hero Section */
        .hero-section {
            color: #663300;
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.3;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-section h1 {
            font-size: 3.5em;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .hero-section .subtitle {
            font-size: 1.4em;
            margin-bottom: 40px;
            opacity: 0.95;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .prestigious-badges {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .badge:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.25);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }

        .badge-icon {
            font-size: 3em;
            margin-bottom: 15px;
            display: block;
        }

        .badge h3 {
            font-size: 1.3em;
            margin-bottom: 10px;
            color: #663300;
        }

        .badge p {
            font-size: 0.95em;
            opacity: 0.9;
            line-height: 1.4;
        }

        /* Value Proposition */
        .value-section {
            padding: 80px 0;
            background: white;
        }

        .value-content {
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .value-section h2 {
            font-size: 2.8em;
            color: #663300;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .value-proposition {
            font-size: 1.3em;
            line-height: 1.7;
            color: #555;
            background: linear-gradient(135deg, #f8f7f4 0%, #fff 100%);
            padding: 40px;
            border-radius: 15px;
            border-left: 5px solid #ae3c3c;
            margin: 40px 0;
            font-style: italic;
        }

        .guarantee-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .guarantee-item {
            background: linear-gradient(135deg, #663300 0%, #996633 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .guarantee-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(102, 51, 0, 0.3);
        }

        .guarantee-item h3 {
            font-size: 1.4em;
            margin-bottom: 15px;
            color: #fff;
        }

        .guarantee-item p {
            font-size: 1em;
            opacity: 0.95;
        }

        /* Indexing Categories */
        .indexing-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f7f4 0%, #fff 100%);
        }

        .indexing-section h2 {
            font-size: 2.5em;
            color: #663300;
            text-align: center;
            margin-bottom: 60px;
            font-weight: 700;
        }

        .category {
            margin-bottom: 60px;
        }

        .category h3 {
            font-size: 1.8em;
            color: #ae3c3c;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ae3c3c;
            display: inline-block;
        }

        .indexing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .indexing-item {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border-left: 4px solid #996633;
            transition: all 0.3s ease;
            position: relative;
        }

        .indexing-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            border-left-color: #ae3c3c;
        }

        .indexing-item h4 {
            font-size: 1.3em;
            color: #663300;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .indexing-item p {
            color: #666;
            font-size: 0.95em;
            line-height: 1.5;
        }

        .prestige-level {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #ae3c3c;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.8em;
            font-weight: 600;
        }

        .stars {
            color: #ffd700;
            margin-left: 5px;
        }

        /* Distribution Stats */
        .stats-section {
            padding: 80px 0;
            color: white;
            text-align: center;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .stat-item {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 40px 20px;
            transition: all 0.3s ease;
        }

        .stat-item:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 3em;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
            display: block;
        }

        .stat-label {
            font-size: 1.1em;
            opacity: 0.9;
        }

        /* CTA Section */
        .cta-section {
            padding: 80px 0;
            background: white;
            text-align: center;
        }

        .cta-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-section h2 {
            font-size: 2.5em;
            color: #663300;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .cta-section p {
            font-size: 1.2em;
            color: #666;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #ae3c3c 0%, #c44c4c 100%);
            color: white;
            padding: 18px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2em;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button:hover {
            background: linear-gradient(135deg, #9d2c2c 0%, #b33c3c 100%);
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(174, 60, 60, 0.4);
        }

        .cta-secondary {
            background: transparent;
            border: 2px solid #663300;
            color: #663300;
        }

        .cta-secondary:hover {
            background: #663300;
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5em;
            }

            .hero-section .subtitle {
                font-size: 1.2em;
            }

            .prestigious-badges {
                grid-template-columns: 1fr;
            }

            .value-section h2 {
                font-size: 2.2em;
            }

            .indexing-section h2 {
                font-size: 2em;
            }
        }/* End custom CSS */