/**
 * Custom Page CSS
 * Generated by Astra Page Converter Plugin
 * This CSS is specific to this page only
 */

/* CSS Reset for this page */
.custom-page-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-page-wrapper {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/* Page-specific styles */
/* Force your background color */
body {
    background-color: #YOUR_COLOR !important;
}

html {
    background-color: #YOUR_COLOR !important;
}

/* Hide Astra header if it's showing */
.site-header {
    display: none !important;
}

.site-footer {
    display: none !important;
}
:root { --primary: #0f172a; --accent: #d97706; --text: #1e293b; --bg-main: #ffffff; }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Work Sans', sans-serif; background: #f8fafc; color: var(--text); line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        header { background: white; padding: 20px 0; border-bottom: 1px solid #e2e8f0; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: var(--primary); text-decoration: none; }
        .logo span { color: var(--accent); }
        nav ul { display: flex; list-style: none; gap: 30px; }
        nav a { text-decoration: none; color: var(--text); font-weight: 500; }

        .contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 60px; padding-bottom: 100px; }
        .contact-text h1 { font-family: 'Playfair Display', serif; font-size: 48px; margin-bottom: 20px; color: var(--primary); }
        .contact-text p { font-size: 18px; color: #64748b; margin-bottom: 40px; }
        
        .contact-form { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); }
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 14px; }
        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-family: inherit; font-size: 16px; }
        .submit-btn { background: var(--accent); color: white; border: none; padding: 15px 30px; border-radius: 8px; font-weight: 600; cursor: pointer; width: 100%; font-size: 16px; transition: 0.3s; }
        .submit-btn:hover { background: #b45309; }

        .support-notice { display: none; background: #fffbeb; border: 1px solid #fcd34d; color: #92400e; padding: 20px; border-radius: 8px; margin-bottom: 25px; font-size: 15px; }
        .support-notice a { color: #b45309; font-weight: 700; text-decoration: underline; }