.elementor-26804 .elementor-element.elementor-element-389ca2f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}:root{--page-title-display:none;}/* Start custom CSS */:root {
            --bg-color: #0a0a0a;
            --surface-color: #121214;
            --surface-hover: #18181b;
            --border-color: #27272a;
            --border-hover: #52525b;
            --text-main: #ffffff;
            --text-muted: #a1a1aa;
            --text-dark: #71717a;
            --accent: #ffffff;
            --font-sans: 'Poppins', sans-serif;
            --font-serif: 'Rufina', serif;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            background-color: var(--bg-color);
            color: var(--text-muted);
            font-family: var(--font-sans);
            -webkit-font-smoothing: antialiased;
            line-height: 1.6;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 100vh;
            padding: 80px 24px;
        }

        /* --- Self-Contained Section Wrappers --- */
        .hero-section, 
        .features-section, 
        .site-footer {
            width: 100% !important;
            max-width: 900px;
            margin-left: auto !important;
            margin-right: auto !important;
            text-align: center;
        }

        /* --- Hero Section --- */
        .hero-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 3px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 500;
            color: #d4d4d8;
            margin-bottom: 32px;
            letter-spacing: 0.5px;
        }

        .pulse-dot {
            width: 8px;
            height: 8px;
            background-color: var(--accent);
            border-radius: 50%;
            animation: pulse-ring 2s infinite;
        }

        .headline {
            font-family: var(--font-serif);
            font-size: clamp(40px, 6vw, 64px);
            font-weight: 700;
            color: var(--text-main);
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
        }

        .subheadline {
            font-size: clamp(16px, 2vw, 18px);
            max-width: 650px;
            margin-bottom: 40px;
        }

        .author-block {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 48px;
        }

        .author-image {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.1);
            object-fit: cover;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        }

        .author-info {
            text-align: left;
            display: flex;
            flex-direction: column;
        }

        .author-name {
            color: var(--text-main);
            font-weight: 600;
            font-size: 16px;
        }

        .author-title {
            color: var(--text-dark);
            font-size: 14px;
        }

        .scroll-icon {
            color: var(--border-hover);
            animation: bounce-subtle 2.5s infinite;
            margin-bottom: 30px;
        }

        @keyframes pulse-ring {
            0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
            70% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
        }

        @keyframes bounce-subtle {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-8px); }
            60% { transform: translateY(-4px); }
        }

        /* --- Elementor Form Overrides --- */
        .elementor-26804 {
            width: 100%;
        }

        .elementor-26804 .wa-form {
            background: var(--surface-color) !important;
            border: 1px solid var(--border-color) !important;
            border-radius: 16px !important;
            padding: 48px !important;
            width: 100% !important;
            max-width: 540px;
            margin: 0 auto !important;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5) !important;
            text-align: left;
        }

        .elementor-26804 .e-form-label-base {
            color: #e4e4e7 !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            margin-bottom: 8px !important;
            display: block;
        }

        .elementor-26804 .e-form-input-base,
        .elementor-26804 .e-form-select-base {
            background-color: #09090b !important;
            border: 1px solid #3f3f46 !important;
            color: #ffffff !important;
            border-radius: 8px !important;
            padding: 14px 16px !important;
            font-size: 15px !important;
            width: 100% !important;
            transition: all 0.3s ease !important;
            margin-bottom: 24px !important;
            font-family: var(--font-sans);
            box-sizing: border-box;
            -webkit-appearance: none;
            appearance: none;
        }

        /* Custom Dropdown Arrow */
        .elementor-26804 .e-form-select-base {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: right 16px center !important;
            background-size: 16px !important;
        }

        .elementor-26804 .e-form-input-base:focus,
        .elementor-26804 .e-form-select-base:focus {
            border-color: var(--accent) !important;
            outline: none !important;
            box-shadow: 0 0 0 1px var(--accent) !important;
        }

        .elementor-26804 .e-form-input-base::placeholder {
            color: #52525b !important;
        }

           /* Checkbox Layout Fixes */
        .elementor-26804 .checkbox-wrapper {
            display: flex !important;
            align-items: flex-start !important;
            gap: 12px !important;
            margin-bottom: 24px !important;
        }

        .elementor-26804 .e-form-checkbox-base {
            -webkit-appearance: none !important;
            appearance: none !important;
            background-color: #09090b !important;
            border: 1px solid #3f3f46 !important;
            border-radius: 4px !important;
            width: 25px !important;
            height: 28px !important;
            margin: 0 !important;
            margin-top: 2px !important;
            cursor: pointer;
            flex-shrink: 0;
            display: inline-block;
            transition: all 0.2s ease !important;
        }

        .elementor-26804 .e-form-checkbox-base:checked {
            background-color: var(--accent) !important;
            border-color: var(--accent) !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
            background-size: 14px !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
        }

        .elementor-26804 .checkbox-wrapper .e-form-label-base {
            margin-bottom: 0 !important;
            color: var(--text-muted) !important;
            font-size: 13px !important;
            line-height: 1.5 !important;
            cursor: pointer;
        }

        .elementor-26804 .e-form-submit-button-base {
            background-color: var(--accent) !important;
            color: var(--bg-color) !important;
            width: 100% !important;
            border: none !important;
            border-radius: 8px !important;
            padding: 16px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            margin-top: 8px !important;
            cursor: pointer;
            transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease !important;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-family: var(--font-sans);
        }

        .elementor-26804 .e-form-submit-button-base:hover {
            opacity: 0.9 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 10px 25px -5px rgba(255, 255, 255, 0.2) !important;
        }

        .form-footer-note {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            color: var(--text-dark);
            font-size: 12px;
            margin-top: 20px;
        }

        /* --- Features Section --- */
        .features-section {
            margin-top: 80px;
            margin-bottom: 60px;
        }

        .features-title {
            font-family: var(--font-serif);
            font-size: 32px;
            color: var(--text-main);
            margin-bottom: 40px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
            text-align: left;
        }

        .feature-card {
            background-color: var(--surface-color);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 32px;
            transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            border-color: var(--border-hover);
            background-color: var(--surface-hover);
        }

        .feature-icon-wrapper {
            width: 48px;
            height: 48px;
            background-color: var(--surface-hover);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .feature-card h4 {
            color: var(--text-main);
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .feature-card p {
            font-size: 14px;
            color: var(--text-muted);
        }

        .site-footer {
            border-top: 1px solid var(--border-color);
            padding-top: 32px;
            margin-top: 40px;
            color: var(--text-dark);
            font-size: 13px;
        }

        .copyright {
            margin-top: 8px;
            font-size: 12px;
            opacity: 0.7;
        }

        /* Responsive Breakpoints */
        @media (max-width: 640px) {
            body { padding: 40px 20px; }
            .elementor-26804 .wa-form { padding: 32px 24px !important; }
            .features-grid { grid-template-columns: 1fr; }
        }/* End custom CSS */