:root{--navy: #0f2035;--navy-light: #1a3a5c;--teal: #0d9488;--teal-light: #14b8a6;--white: #ffffff;--grey-50: #f8fafc;--grey-100: #f1f5f9;--grey-200: #e2e8f0;--grey-300: #cbd5e1;--grey-400: #94a3b8;--grey-500: #64748b;--grey-700: #334155;--grey-800: #1e293b;--font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--grey-800);min-height:100vh;-webkit-font-smoothing:antialiased}.nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.9rem 2.5rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-200)}.nav-logo{height:26px}.nav-badge{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);border:1px solid var(--teal);padding:.3rem .75rem;border-radius:100px}.hero{padding:6.5rem 2.5rem 3rem;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:3.5rem;align-items:start}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.hero-info h1{font-size:1.85rem;font-weight:700;line-height:1.25;color:var(--navy);margin-bottom:1rem}.hero-desc{font-size:.95rem;line-height:1.7;color:var(--grey-500);margin-bottom:1.5rem;max-width:520px}.hero-meta{list-style:none;display:flex;flex-direction:column;gap:.6rem}.hero-meta li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--grey-700)}.hero-meta svg{color:var(--teal);flex-shrink:0}.form-card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:2rem;box-shadow:0 4px 24px #0000000f}.form-card h2{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.form-subtitle{font-size:.8rem;color:var(--grey-400);margin-bottom:1.5rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.25rem}.field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.85rem}.field label{font-size:.78rem;font-weight:500;color:var(--grey-700)}.field input[type=text],.field input[type=tel]{padding:.6rem .75rem;border:1px solid var(--grey-300);border-radius:8px;font-size:.9rem;font-family:var(--font);color:var(--grey-800);transition:border-color .15s,box-shadow .15s}.field input::placeholder{color:var(--grey-400)}.field input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0d94881a}.hint{font-size:.72rem;color:var(--grey-400)}button[type=submit],.btn-primary{width:100%;padding:.7rem;background:var(--teal);color:var(--white);border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:.4rem}button[type=submit]:hover:not(:disabled),.btn-primary:hover:not(:disabled){background:var(--teal-light)}button[type=submit]:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{width:100%;padding:.7rem;background:transparent;color:var(--grey-500);border:1px solid var(--grey-300);border-radius:8px;font-size:.9rem;font-weight:500;font-family:var(--font);cursor:pointer;transition:background .15s}.btn-secondary:hover:not(:disabled){background:var(--grey-50)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{color:#dc2626;font-size:.82rem;margin-bottom:.75rem;padding:.5rem .7rem;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.done-card{text-align:center;padding:2.5rem 2rem}.done-icon{color:var(--teal);margin-bottom:1rem}.done-card h2{color:var(--teal);font-size:1.15rem;margin-bottom:.5rem}.done-card p{color:var(--grey-500);font-size:.9rem;line-height:1.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f203573;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{background:var(--white);border-radius:16px;padding:2.25rem;max-width:420px;width:100%;box-shadow:0 20px 60px #00000026;animation:slideUp .25s ease-out}.modal-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#0d948814;margin-bottom:1rem}.modal-icon-wrap svg{color:var(--teal)}.modal-card h2{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.modal-body{font-size:.9rem;line-height:1.6;color:var(--grey-500);margin-bottom:1.25rem}.modal-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.25rem}.modal-field label{font-size:.78rem;font-weight:500;color:var(--grey-700)}.modal-field input{padding:.6rem .75rem;border:1px solid var(--grey-300);border-radius:8px;font-size:.9rem;font-family:var(--font);color:var(--grey-800)}.modal-field input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0d94881a}.modal-actions{display:flex;flex-direction:column;gap:.6rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.about{padding:4rem 2.5rem;background:var(--white)}.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:3.5rem;align-items:center}.about-image img{width:100%;border-radius:14px;box-shadow:0 8px 30px #00000014}.about-image-name{text-align:center;margin-top:.75rem;font-size:.9rem;font-weight:600;color:var(--navy)}.about-content h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}.takeaways{display:flex;flex-direction:column;gap:1.25rem}.takeaway{display:flex;gap:1rem;align-items:flex-start}.takeaway-num{font-size:.7rem;font-weight:700;color:var(--teal);background:#0d948814;padding:.3rem .6rem;border-radius:6px;flex-shrink:0;margin-top:.1rem}.takeaway p{font-size:.9rem;line-height:1.6;color:var(--grey-700)}.footer{text-align:center;padding:2.5rem;border-top:1px solid var(--grey-200)}.footer-logo{height:20px;margin-bottom:.75rem;opacity:.5}.footer p{font-size:.75rem;color:var(--grey-400)}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero{padding:5.5rem 1.5rem 2.5rem}.about-inner{grid-template-columns:1fr;gap:2rem}.about-image{max-width:280px}}@media (max-width: 550px){.hero{padding:5rem 1.25rem 2rem}.hero-info h1{font-size:1.5rem}.field-row{grid-template-columns:1fr}.form-card{padding:1.5rem}.nav{padding:.75rem 1.25rem}.about{padding:2.5rem 1.25rem}}
