 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* --- 1. Global Builder Bypass & Reset --- */ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important; background: linear-gradient(to bottom, #e0e7ff, #99ccff) !important; background-attachment: fixed !important; min-height: 100vh !important; margin: 0 !important; padding: 0 !important; color: #33475b !important; } .main-content { display: block !important; width: 100% !important; min-height: 100vh !important; background: transparent !important; padding: 0 !important; } .container { max-width: 900px; margin: 0 auto !important; padding: 20px; text-align: center; } /* --- 2. Header & Typography --- */ .logo { width: 140px; height: 140px; border-radius: 50%; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); margin-bottom: 20px; } .pre-headline { font-size: 1.2em; font-style: italic; color: #4b5a6b; display: block; margin-bottom: 8px; } h1 { font-size: 2em; line-height: 1.1; margin-bottom: 20px; color: #33475b; } /* Global H3 */ h3 { font-size: 1.8em; color: #33475b; margin-top: 30px; margin-bottom: 15px; font-weight: 700; } /* SPECIFIC FIX: Tightened Clarity Block Header */ .clarity-block h3 { margin-top: 0 !important; } .subtitle { font-size: 1.4em; color: #4b5a6b; line-height: 1.5; margin-bottom: 40px; } /* Preservation of inline spacing for bold tags */ strong { display: inline; font-weight: 700; } /* --- 3. Layout Blocks --- */ .video-box { background: white; padding: 15px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); margin-bottom: 40px; } .clarity-block { background: rgba(255, 255, 255, 0.6); padding: 30px; border-radius: 15px; margin-bottom: 40px; } .offer-card { background: white; border-radius: 20px; padding: 45px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: left; margin-bottom: 40px; } .offer-card h2 { text-align: center; color: #567dff; margin-top: 0; font-size: 2.1em; } .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 35px 0; } .feature-item { background: #f8faff; padding: 20px; border-radius: 12px; border: 1px solid #dce4ff; } .reiteration-box { background: #f0f4ff; border-left: 5px solid #567dff; padding: 25px; margin: 30px 0; border-radius: 0 12px 12px 0; } /* --- 4. Pricing & Buttons --- */ .price-section { text-align: center; margin-top: 40px; } .price-tag { font-size: 3.5em; font-weight: bold; color: #33475b; margin: 10px 0; display: block; } .cta-button { display: inline-block; background: #ff6b6b !important; color: white !important; text-decoration: none !important; font-size: 1.6em; font-weight: bold; padding: 22px 40px; border-radius: 50px; text-align: center; box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3); transition: transform 0.2s; } .cta-button:hover { transform: scale(1.03); background: #ee5253 !important; } .cta-subtext { font-size: 0.9em; color: #4b5a6b; margin-top: 25px !important; display: block !important; opacity: 0.8; } /* --- 5. Spaced Modal Layout --- */ .modal-overlay { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(51, 71, 91, 0.9); backdrop-filter: blur(5px); } .modal-content { background-color: white; margin: 10% auto; padding: 50px 40px !important; border-radius: 20px; width: 90%; max-width: 500px; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.3); position: relative; } .modal-content h2 { color: #33475b; margin-top: 0; margin-bottom: 25px !important; font-size: 2em; } .modal-content p { font-size: 1.15em !important; color: #4b5a6b !important; line-height: 1.8 !important; margin-bottom: 35px !important; } .close-modal { position: absolute; top: 15px; right: 20px; font-size: 28px; cursor: pointer; color: #abb8c3; } /* --- 6. Bio Section --- */ .bio-section { background: rgba(255,255,255,0.6); padding: 40px; border-radius: 20px; margin-top: 60px; display: flex; align-items: center; gap: 30px; text-align: left; } .bio-image { flex: 0 0 150px; width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 3px solid white; } /* --- 7. Mobile Styles (Confirmed) --- */ @media (max-width: 768px) { h1 { font-size: 2.2em; } .feature-grid { grid-template-columns: 1fr; } /* Ensures 6 features stack vertically */ .bio-section { flex-direction: column; text-align: center; } .modal-content { padding: 40px 20px !important; } }
