*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;background:#f4f6f8;color:#333}body.dark{background:#0f172a;color:#e5e7eb}a{text-decoration:none}.container{max-width:1100px;margin:auto;padding:20px}.section{background:#fff;border-radius:14px;padding:24px;margin-top:30px;box-shadow:0 8px 24px #0000000f}body.dark .section{background:#020617;box-shadow:0 12px 30px #0009}.section-title{font-size:28px;margin-bottom:8px}.section-subtitle{color:#666;margin-bottom:20px}body.dark .section-title{color:#e5e7eb}body.dark .section-subtitle{color:#94a3b8}.hero{position:relative;height:80vh;border-radius:18px;overflow:hidden;display:flex;align-items:center;padding-top:60px}.hero:before{content:"";position:absolute;inset:0;background-image:url(https://img.freepik.com/free-vector/dark-gradient-background-with-copy-space_53876-99548.jpg?semt=ais_hybrid&w=740&q=80);background-size:cover;background-position:center;filter:blur(2px);transform:scale(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#0000008c,#0003)}.hero-content{position:relative;z-index:2;max-width:650px;padding:40px}.hero-content h1{font-size:44px;line-height:1.2;margin-bottom:14px;color:#e0f2fe}.hero-content p{font-size:18px;line-height:1.6;color:#e5e7eb}.fade-slide{opacity:0;transform:translateY(20px);animation:fadeUp .9s ease forwards}.fade-slide-delay{opacity:0;transform:translateY(20px);animation:fadeUp .9s ease forwards;animation-delay:.3s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.filter-bar{display:flex;flex-wrap:wrap;gap:12px}select,input,button{padding:8px;border-radius:8px;border:none}input[type=text]{width:260px}button{cursor:pointer}input:focus,select:focus{outline:none;box-shadow:0 0 0 2px #6366f159}.section-gradient{background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:18px;padding:26px}.section-gradient .section-title{color:#fff}.section-gradient .section-subtitle{color:#dbeafe}.section-gradient input,.section-gradient select{background:#fffffff2}body.dark .section-gradient{background:#020617;border:1px solid #1e293b}body.dark .section-gradient input,body.dark .section-gradient select{background:#020617;color:#e5e7eb;border:1px solid #1e293b}.card-dark{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:14px;padding:18px;box-shadow:0 10px 24px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.card-dark:hover{transform:translateY(-6px)}.card-dark h3{color:#0f172a}.card-dark p{color:#334155}body.dark .card-dark{background:linear-gradient(180deg,#0b1220,#020617);border:1px solid #1e293b}body.dark .card-dark h3{color:#f8fafc}body.dark .card-dark p{color:#cbd5e1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{margin-top:20px}.primary-btn{background:linear-gradient(90deg,#1e3c72,#2a5298);color:#fff;border:none;padding:10px 18px;border-radius:8px}@media(max-width:768px){.filter-bar{flex-direction:column}.filter-bar input,.filter-bar select{width:100%}.form-grid{grid-template-columns:1fr}.hero{height:auto;padding:40px 20px}.hero-content h1{font-size:32px}.hero-content p{font-size:16px}}@media(max-width:480px){.card-dark{padding:16px}}.badge{padding:4px 10px;border-radius:999px;font-size:12px;margin-right:8px;font-weight:500}.badge-non-smoker{background:#dcfce7;color:#166534}.badge-smoker{background:#fee2e2;color:#991b1b}body.dark .badge-non-smoker{background:#14532d;color:#bbf7d0}body.dark .badge-smoker{background:#7f1d1d;color:#fecaca}.footer{margin-top:60px;padding:40px 20px;background:linear-gradient(135deg,#020617,#020617);border-top:1px solid #1e293b}.footer-content{max-width:1100px;margin:auto;text-align:center}.footer-logo{font-size:24px;font-weight:700;color:#e0f2fe;margin-bottom:10px}.footer-text{color:#94a3b8;font-size:14px;margin-bottom:20px}.footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.footer-links span{font-size:14px;color:#cbd5e1;cursor:pointer}.footer-links span:hover{color:#fff}.footer-copy{font-size:13px;color:#64748b}body:not(.dark) .footer{background:#f1f5f9;border-top:1px solid #e5e7eb}body:not(.dark) .footer-logo{color:#0f172a}body:not(.dark) .footer-text,body:not(.dark) .footer-links span,body:not(.dark) .footer-copy{color:#475569}.badge-occupation{background:#e0f2fe;color:#075985}body.dark .badge-occupation{background:#1e3a8a;color:#dbeafe}.card-dark{display:flex;flex-direction:column;justify-content:space-between}.badge-row{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.card-actions{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.contact-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer}.modal{display:flex;flex-direction:column;align-items:center;gap:10px}.modal-info{text-align:center;font-size:14px}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;padding:60px}.hero-cta{display:inline-block;margin-top:24px;padding:10px 18px;border-radius:8px;background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-weight:500}.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-visual img{max-width:280px;opacity:.95}.hero-stats{margin-top:24px;display:flex;gap:24px}.hero-stats h3{margin:0;color:#e0f2fe;font-size:22px}.hero-stats p{margin:0;font-size:13px;color:#cbd5e1}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-visual{margin-top:30px}}
