:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(52,152,219,.1)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-overflow-scrolling:touch}#root{width:100%}button,a,input,select,textarea{-webkit-tap-highlight-color:rgba(52,152,219,.2)}@media(max-width:768px){*{-webkit-text-size-adjust:100%}}*{margin:0;padding:0;box-sizing:border-box}.hero{min-height:100vh;display:flex;align-items:flex-start;background:#fff;padding:5rem 2rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,111,255,.08) 0%,transparent 70%);border-radius:50%;animation:pulse 8s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(26,62,191,.06) 0%,transparent 70%);border-radius:50%;animation:pulse 10s ease-in-out infinite reverse}@keyframes pulse{0%,to{transform:scale(1) translateY(0);opacity:.8}50%{transform:scale(1.2) translateY(-20px);opacity:.5}}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1rem}.logo-container{max-width:180px}.logo{width:100%;height:auto;display:block;animation:slideInLeft 1s ease-out}.hero-text h1{font-size:3.5rem;font-weight:900;color:#0d1b4b;line-height:1.2;margin-bottom:1.5rem;animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-text p{font-size:1.25rem;color:#4a5568;line-height:1.8;margin-bottom:2rem;animation:slideInLeft 1s ease-out .2s both;font-weight:400}.insurance-types{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2rem;animation:slideInLeft 1s ease-out .4s both}.insurance-card{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex:1;min-width:200px;position:relative;padding:1.5rem;text-decoration:none;background:#f0f4ff;border-radius:20px;border:2px solid rgba(26,62,191,.15)}.insurance-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#1a3ebf,#3b6fff);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.insurance-card:hover:before{opacity:1}.insurance-card:hover{transform:translateY(-10px) scale(1.03);background:#e8eeff;box-shadow:0 20px 60px #3b6fff33}.insurance-card:hover .insurance-icon{transform:scale(1.1) translateY(-4px)}@keyframes bounce{0%,to{transform:scale(1.1) translateY(-4px)}50%{transform:scale(1.1) translateY(-12px)}}.insurance-icon{width:200px;height:200px;object-fit:contain;transition:all .4s ease}.insurance-card h3{font-size:1.3rem;font-weight:800;color:#0d1b4b;margin:0;text-align:center;transition:all .3s ease}.insurance-card:hover h3{color:#1a3ebf}.hero-illustration{display:flex;justify-content:center;align-items:center}.illustration{width:100%;max-width:800px;height:auto;display:block;animation:float 6s ease-in-out infinite,slideInRight 1s ease-out;filter:drop-shadow(0 10px 40px rgba(59,111,255,.15))}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.logo-container{margin:0 auto}.insurance-types{justify-content:center}.hero-text h1{font-size:2.5rem}.illustration{max-width:500px}}@media(max-width:640px){.hero{padding:4.5rem .75rem 1rem;min-height:auto}.hero-text h1{font-size:1.75rem}.hero-text p{font-size:.95rem}.insurance-types{flex-direction:column;width:100%;gap:1rem}.insurance-card{min-width:100%;padding:1.25rem;min-height:44px}.insurance-card h3{font-size:1.1rem}.insurance-icon{width:150px;height:150px}.illustration{max-width:100%}}.steps{padding:8rem 2rem 6rem;background:#1a3ebf;position:relative;overflow:hidden;clip-path:polygon(0 0,100% 5%,100% 100%,0 95%);margin-top:-2rem}.steps:before{content:"";position:absolute;top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;animation:floatSlow 20s ease-in-out infinite}.steps:after{content:"";position:absolute;bottom:-40%;right:-20%;width:700px;height:700px;background:radial-gradient(circle,rgba(59,111,255,.15) 0%,transparent 70%);border-radius:50%;animation:floatSlow 25s ease-in-out infinite reverse}@keyframes floatSlow{0%,to{transform:translate(0) scale(1)}50%{transform:translate(50px,-50px) scale(1.1)}}.steps-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;z-index:1}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff14;border-radius:30px;padding:3rem 2rem;border:2px solid rgba(255,255,255,.15);backdrop-filter:blur(20px);transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:30px;padding:2px;background:linear-gradient(135deg,#fff6,#3b6fff99);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .5s ease}.step-card:hover:before{opacity:1}.step-card:hover{transform:translateY(-16px) scale(1.03);background:#ffffff24;box-shadow:0 30px 80px #00000040}.step-image{width:100%;max-width:280px;margin-bottom:2rem;transition:all .5s ease}.step-card:hover .step-image{transform:scale(1.08) translateY(-8px)}.step-image img{width:100%;height:auto;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));transition:all .5s ease}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.step-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.step-number{width:70px;height:70px;border-radius:50%;background:#3b6fff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;box-shadow:0 10px 30px #3b6fff80;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);position:relative}.step-number:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:#3b6fff;opacity:0;transition:opacity .5s ease;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.step-card:hover .step-number{transform:rotate(360deg) scale(1.2);box-shadow:0 20px 50px #3b6fffb3}.step-card:hover .step-number:before{opacity:1}.step-title{font-size:1.75rem;font-weight:800;color:#fff;margin:0;transition:all .3s ease}.step-card:hover .step-title{color:#fff;transform:scale(1.05)}.step-description{font-size:1.1rem;color:#fffc;margin:0;line-height:1.7}.step-card:hover .step-description{color:#fffffff2}@media(max-width:1024px){.steps-container{grid-template-columns:1fr;gap:4rem}.step-image{max-width:250px}}@media(max-width:640px){.steps{padding:3rem 1rem}.step-title{font-size:1.25rem}.step-description{font-size:1rem}.step-image{max-width:200px}}.partners{padding:8rem 2rem 6rem;background:#f0f4ff;position:relative;overflow:hidden;clip-path:polygon(0 0,100% 8%,100% 92%,0 100%);margin-top:-4rem}.partners:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(59,111,255,.06) 0%,transparent 70%);border-radius:50%}.partners-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.partners-title{font-size:2.5rem;font-weight:900;text-align:center;color:#0d1b4b;margin-bottom:4rem}.carousel-wrapper{overflow:hidden;position:relative;padding:2rem 0}.carousel-wrapper:before,.carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.carousel-wrapper:before{left:0;background:linear-gradient(to right,#F0F4FF 0%,transparent 100%)}.carousel-wrapper:after{right:0;background:linear-gradient(to left,#F0F4FF 0%,transparent 100%)}.carousel-track{display:flex;gap:4rem;animation:scroll 40s linear infinite;width:fit-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track:hover{animation-play-state:paused}.partner-slide{flex-shrink:0;width:200px;height:120px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #1a3ebf14;transition:all .4s ease;border:2px solid rgba(26,62,191,.08)}.partner-slide:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 16px 40px #3b6fff2e;border-color:#3b6fff40}.partner-slide img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);transition:filter .4s ease}.partner-slide:hover img{filter:grayscale(0%)}@media(max-width:768px){.partners-title{font-size:1.8rem;margin-bottom:3rem}.carousel-track{gap:2rem}.partner-slide{width:150px;height:90px;padding:1rem}.carousel-wrapper:before,.carousel-wrapper:after{width:50px}}.faq{padding:8rem 2rem 6rem;background:#fff;position:relative;clip-path:polygon(0 0,100% 5%,100% 100%,0 100%);margin-top:-4rem}.faq:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:radial-gradient(ellipse at top,rgba(59,111,255,.06) 0%,transparent 70%)}.faq-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.faq-title{font-size:3rem;font-weight:900;text-align:center;color:#0d1b4b;margin-bottom:1rem}.faq-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #1a3ebf12;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.faq-item:hover{box-shadow:0 8px 32px #3b6fff24;border-color:#3b6fff33}.faq-item.active{border-color:#3b6fff66;box-shadow:0 8px 32px #3b6fff2e}.faq-question{width:100%;padding:2rem 2.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.2rem;font-weight:700;color:#0d1b4b;text-align:left;transition:all .3s ease}.faq-question:hover{color:#3b6fff}.faq-icon{font-size:2rem;font-weight:300;color:#3b6fff;transition:transform .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#3b6fff1a;border-radius:50%}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 2.5rem}.faq-answer.open{max-height:500px;padding:0 2.5rem 2rem}.faq-answer p{margin:0;font-size:1.1rem;line-height:1.8;color:#4a5568}@media(max-width:768px){.faq{padding:4rem 1rem}.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem;margin-bottom:2rem}.faq-question{padding:1.5rem;font-size:1rem}.faq-answer.open{padding:0 1.5rem 1.5rem}.faq-answer p{font-size:.95rem}.faq-icon{font-size:1.5rem;width:25px;height:25px}}.footer{background:#1a3ebf;color:#ffffffe6;padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:180px;height:auto;object-fit:contain}.footer-tagline{color:#ffffffb3;font-size:1rem;font-weight:500;margin:0}.footer-links-section{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:#fff9;font-size:.85rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:1px}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column li a{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-column li a:hover{color:#fff;transform:translate(4px)}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{width:40px;height:40px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffffd9;transition:all .3s ease}.footer-social a svg{width:20px;height:20px}.footer-social a:hover{background:#ffffff38;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);text-align:center}.footer-bottom p{color:#ffffff80;font-size:.9rem;margin:0}@media(max-width:1024px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-top{gap:2rem}.footer-links-section{grid-template-columns:1fr;gap:2rem}.footer-logo{width:140px}.footer-column li a:hover{transform:translate(0)}}.recent-articles{padding:8rem 2rem 6rem;background:#f0f4ff;position:relative;overflow:hidden;clip-path:polygon(0 0,100% 5%,100% 100%,0 95%);margin-top:-4rem}.recent-articles:before{content:"";position:absolute;top:-30%;right:-15%;width:700px;height:700px;background:radial-gradient(circle,rgba(59,111,255,.06) 0%,transparent 70%);border-radius:50%;animation:floatSlow 20s ease-in-out infinite}.recent-articles:after{content:"";position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(26,62,191,.05) 0%,transparent 70%);border-radius:50%;animation:floatSlow 25s ease-in-out infinite reverse}.recent-articles-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.recent-articles-header{text-align:center;margin-bottom:4rem}.recent-articles-title{font-size:3rem;font-weight:900;color:#0d1b4b;margin-bottom:1rem}.recent-articles-subtitle{font-size:1.3rem;color:#4a5568;font-weight:400}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:4rem}.article-card{background:#fff;border-radius:20px;overflow:hidden;border:2px solid rgba(26,62,191,.08);transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;box-shadow:0 4px 20px #1a3ebf12}.article-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 20px 50px #3b6fff2e;border-color:#3b6fff40}.article-image-wrapper{width:100%;height:220px;overflow:hidden;position:relative}.article-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-image{transform:scale(1.06)}.article-content{padding:2rem}.article-category{display:inline-block;padding:.35rem .9rem;background:#3b6fff1a;color:#1a3ebf;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(59,111,255,.2)}.article-title{font-size:1.4rem;font-weight:800;color:#0d1b4b;margin-bottom:.75rem;line-height:1.4;transition:color .3s ease}.article-card:hover .article-title{color:#1a3ebf}.article-excerpt{font-size:.95rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#6b7280;padding-top:1rem;border-top:1px solid #e5e7eb}.recent-articles-cta{text-align:center;margin-top:4rem}.view-all-btn{display:inline-block;padding:1rem 3rem;background:#3b6fff;color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .3s ease;box-shadow:0 8px 25px #3b6fff4d;text-transform:uppercase;letter-spacing:1px}.view-all-btn:hover{background:#1a3ebf;transform:translateY(-4px);box-shadow:0 16px 40px #3b6fff66}@media(max-width:1024px){.recent-articles{padding:4rem 2rem}.recent-articles-title{font-size:2.5rem}.articles-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.recent-articles{padding:3rem 1rem}.recent-articles-title{font-size:2rem}.recent-articles-subtitle{font-size:1rem}.article-title{font-size:1.2rem}.article-content{padding:1.5rem}}.insurance-form-section{padding:2rem 2rem 6rem;background:#1a3ebf;position:relative;overflow:hidden;min-height:100vh}.illustration-side{display:none!important}@media(min-width:1200px){.illustration-side{display:block!important}}.insurance-form-section:before{content:"";position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,111,255,.25) 0%,transparent 70%);border-radius:50%;animation:pulse 8s ease-in-out infinite}.insurance-form-section:after{content:"";position:absolute;bottom:-10%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;animation:pulse 10s ease-in-out infinite reverse}.insurance-form-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.form-header{text-align:center;margin-bottom:3rem}.form-title{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.form-subtitle{font-size:1.1rem;color:#fffc;line-height:1.6}.insurance-form{background:#fffffffa;border-radius:25px;padding:3rem;box-shadow:0 30px 80px #00000040;border:2px solid rgba(255,255,255,.3)}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.section-title{font-size:1.2rem;font-weight:700;color:#0d1b4b;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem;letter-spacing:.5px}.section-title:before{content:"";width:4px;height:24px;background:#3b6fff;border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#0d1b4b;letter-spacing:.3px}.form-input,.form-select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#0d1b4b;transition:all .3s ease;background-color:#fff;font-family:inherit}.form-input:focus,.form-select:focus{outline:none;border-color:#3b6fff;background-color:#fff;box-shadow:0 0 0 4px #3b6fff1f}.form-input::placeholder{color:#94a3b8}.form-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%233B6FFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-error{padding:1rem 1.5rem;background:#dc262612;border:2px solid rgba(220,38,38,.25);border-radius:12px;color:#b91c1c;font-weight:600;margin-bottom:1.5rem;text-align:center}.form-success{padding:1rem 1.5rem;background:#3b6fff12;border:2px solid rgba(59,111,255,.25);border-radius:12px;color:#1a3ebf;font-weight:600;margin-bottom:1.5rem;text-align:center}.form-submit-btn{width:100%;padding:1rem 2.5rem;background:#3b6fff;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #3b6fff59;letter-spacing:.5px}.form-submit-btn:hover:not(:disabled){background:#1a3ebf;transform:translateY(-2px);box-shadow:0 16px 40px #3b6fff73}.form-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.insurance-form-section{padding:3rem 1rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:.95rem;line-height:1.5}.insurance-form{padding:1.5rem 1rem;border-radius:20px}.form-row{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.1rem}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem;min-height:44px}.form-submit-btn{font-size:1rem;padding:.875rem 2rem;min-height:48px}.form-section{margin-bottom:1.5rem;padding-bottom:1rem}}.form-input,.form-select{font-size:max(16px,1rem)}.option-cards{display:flex;flex-direction:column;gap:.75rem}.option-cards.two-col{display:grid;grid-template-columns:1fr 1fr}.option-card-btn{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:14px;cursor:pointer;font-size:1rem;font-weight:600;color:#0d1b4b;background:#fff;text-align:center;transition:all .18s ease;min-height:58px;display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1.3;font-family:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.option-card-btn.selected{border-color:#3b6fff;background:#3b6fff12;color:#1a3ebf;box-shadow:0 0 0 1px #3b6fff}.option-card-btn:active{transform:scale(.97)}.number-stepper{display:flex;align-items:center;gap:0;border:2px solid #e2e8f0;border-radius:14px;overflow:hidden;height:58px}.number-stepper button{width:58px;height:58px;border:none;background:#f0f4ff;color:#1a3ebf;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.number-stepper button:active{background:#dde6ff}.number-stepper-value{flex:1;text-align:center;font-size:1.25rem;font-weight:700;color:#0d1b4b}.form-nav-sticky{display:flex;gap:.75rem;margin-top:2rem}.form-btn-prev{padding:.875rem 1.5rem;background:#fff;color:#0d1b4b;border:2px solid #e2e8f0;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:54px;font-family:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.form-btn-prev:disabled{opacity:.35;cursor:not-allowed}.form-btn-next{flex:1;padding:.875rem 1.5rem;background:#3b6fff;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;min-height:54px;box-shadow:0 6px 20px #3b6fff59;font-family:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.form-btn-next:disabled{opacity:.6;cursor:not-allowed}.form-btn-next:active:not(:disabled){transform:scale(.98)}@media(max-width:640px){.insurance-form-section{padding:0;min-height:100dvh;display:flex;flex-direction:column;overflow:clip}.insurance-form-container{max-width:100%;display:flex;flex-direction:column;flex:1}.form-header{padding:1.5rem 1.25rem 1.25rem;margin-bottom:0;position:sticky;top:0;z-index:10;background:#1a3ebf}.form-title{font-size:1.35rem;margin-bottom:.5rem}.form-subtitle{font-size:.875rem}.insurance-form{border-radius:20px 20px 0 0;padding:1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));box-shadow:none;flex:1}.form-input,.form-select{font-size:16px;min-height:52px;padding:.875rem 1rem;border-radius:12px}.section-title{font-size:1.15rem;margin-bottom:1.25rem}.form-group label{font-size:.9rem}.form-nav-sticky{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:.875rem 1.25rem calc(.875rem + env(safe-area-inset-bottom,0px));margin-top:1.5rem;box-shadow:0 -4px 20px #1a3ebf1a;z-index:20}.form-btn-prev{padding:.875rem 1rem;min-width:90px}.form-btn-next{font-size:1rem;min-height:52px}}
