* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.7; color: #333; background: #fafafa; }
.container { max-width: 720px; margin: 0 auto; padding: 24px; }

/* Header */
header { background: #1a1a2e; color: white; padding: 12px 0; position: sticky; top: 0; z-index: 100; }
header .container { display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; }
.logo { color: white; text-decoration: none; font-weight: bold; font-size: 1.1em; }
.header-cta { background: #e94560; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; }

/* Hero - Urgency First */
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: white; padding: 50px 20px 60px; text-align: center; }
.urgency-badge { display: inline-block; background: #e94560; color: white; padding: 8px 16px; border-radius: 20px; font-size: 0.85em; font-weight: bold; margin-bottom: 20px; animation: pulse 2s infinite; }
.hero h1 { font-size: 2.2em; margin-bottom: 16px; line-height: 1.2; }
.hero p { font-size: 1.15em; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* CTA Button - Contrasting, Glowing */
.btn { display: inline-block; background: #e94560; color: white; padding: 18px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; box-shadow: 0 4px 20px rgba(233, 69, 96, 0.4); transition: all 0.3s ease; }
.btn:hover { background: #ff5a75; transform: translateY(-2px); box-shadow: 0 6px 30px rgba(233, 69, 96, 0.5); }

/* Pulse animation for urgency */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.85; } }

/* Warning Box */
.warning-box { background: #fff; border-left: 5px solid #e94560; padding: 30px; margin: 40px auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }

/* Symptoms Match Section */
.symptoms-match { background: #f0f7ff; padding: 24px; border-radius: 8px; margin: 30px auto; max-width: 720px; }
.symptoms-intro { font-size: 1.15em; color: #1a1a2e; line-height: 1.7; margin: 0; }
.symptoms-intro strong { color: #e94560; }
.warning-box h2 { color: #1a1a2e; margin-bottom: 20px; font-size: 1.4em; }
.warning-list { list-style: none; }
.warning-list li { padding: 12px 0; padding-left: 35px; position: relative; font-size: 1.05em; border-bottom: 1px solid #f0f0f0; }
.warning-list li:last-child { border-bottom: none; }
.warning-list li:before { content: "⚠️"; position: absolute; left: 0; }

/* Content Sections - White Space */
.info-section { padding: 50px 20px; }
.info-section .container { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.info-section h2 { margin-bottom: 16px; color: #1a1a2e; font-size: 1.5em; margin-top: 30px; }
.info-section h2:first-child { margin-top: 0; }
.info-section p { margin-bottom: 20px; font-size: 1.05em; color: #444; }
.age-trigger { background: linear-gradient(135deg, #fff3cd 0%, #ffe8a1 100%); padding: 24px; border-radius: 8px; margin: 24px 0; border-left: 4px solid #ffc107; }
.age-trigger strong { color: #856404; font-size: 1.1em; }

/* Social Proof - Testimonial */
.testimonial { background: white; padding: 40px; margin: 40px auto; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); text-align: center; max-width: 600px; }
.testimonial-text { font-size: 1.2em; font-style: italic; color: #333; margin-bottom: 20px; line-height: 1.6; }
.testimonial-author { font-weight: bold; color: #1a1a2e; }
.testimonial-location { color: #666; font-size: 0.9em; }
.stars { color: #ffc107; font-size: 1.3em; margin-bottom: 15px; }

/* Trust Badges */
.trust-badges { display: flex; justify-content: center; gap: 40px; margin: 40px 0; flex-wrap: wrap; }
.trust-badge { text-align: center; }
.trust-badge .icon { font-size: 2.5em; margin-bottom: 8px; }
.trust-badge div:last-child { font-weight: 600; color: #1a1a2e; }

/* Form Section - Urgency + Simple */
.form-section { background: #1a1a2e; padding: 60px 20px; }
.form-section h2 { text-align: center; margin-bottom: 10px; color: white; font-size: 1.8em; }
.form-urgency { text-align: center; color: #e94560; font-weight: bold; margin-bottom: 30px; font-size: 1.1em; }
.lead-form { max-width: 400px; margin: 0 auto; background: white; padding: 30px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 6px; font-weight: 600; color: #1a1a2e; }
.form-group input { width: 100%; padding: 14px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 16px; transition: border-color 0.3s; }
.form-group input:focus { outline: none; border-color: #e94560; }
.submit-btn { width: 100%; background: #e94560; color: white; padding: 18px; border: none; border-radius: 8px; font-size: 1.2em; font-weight: bold; cursor: pointer; box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3); transition: all 0.3s; }
.submit-btn:hover { background: #ff5a75; transform: translateY(-2px); }
.form-note { text-align: center; margin-top: 15px; font-size: 0.85em; color: #666; }

/* Services Grid (Homepage) */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px; }
.service-card { background: #f8f9fa; padding: 24px; border-radius: 8px; text-align: center; }
.service-card h3 { color: #1a1a2e; margin-bottom: 8px; }
.service-card p { color: #666; font-size: 0.95em; margin: 0; }

/* Footer */
footer { background: #0f0f1a; color: #999; padding: 30px 20px; text-align: center; }
footer a { color: #e94560; }

/* Mobile */
@media (max-width: 600px) {
    .hero h1 { font-size: 1.6em; }
    .hero p { font-size: 1em; }
    .btn { padding: 16px 30px; font-size: 1.1em; }
    header .container { flex-direction: column; gap: 10px; }
    .trust-badges { gap: 20px; }
    .info-section .container { padding: 24px; }
}
