.header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-image{height:40px;width:auto;object-fit:contain}.phone-section{display:flex;align-items:center}.phone-button{background:#4169e1;color:#fff;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;transition:all .2s ease;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.625rem;border:1px solid rgba(255,255,255,.4);cursor:pointer;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.phone-icon{width:24px;height:24px;flex-shrink:0;display:block}.phone-number{font-size:1rem;font-weight:500;color:#fff;white-space:nowrap}.separator{color:#fff;font-size:1rem;font-weight:300;opacity:.8}.available-text{font-size:1rem;font-weight:500;color:#fff;white-space:nowrap}.phone-button:hover{background:#3b5fdb;border-color:#fff9}.phone-button:active{background:#3658d4}@media (max-width: 768px){.header{padding:1rem}.logo-image{height:32px}.phone-button{padding:.625rem 1.25rem;font-size:.85rem;gap:.6rem}.phone-number{font-size:.85rem}.phone-icon{width:20px;height:20px}.separator,.available-text{display:none}}.hero{position:relative;background-color:#fff;padding:2rem 1rem 0;display:flex;justify-content:center}.hero-content{max-width:900px;width:100%;text-align:center}.hero-headline{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:2rem;text-transform:uppercase}.benefit-check-container{margin-bottom:1.5rem}.benefit-check-img{width:100%;max-width:700px;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.callout-box{background-color:#fef9c3;border:1px solid #fef08a;padding:1.5rem;border-radius:12px;margin-bottom:2rem;text-align:left}.callout-title{color:#991b1b;font-size:1.25rem;font-weight:700;margin:0 0 .5rem;text-align:center}.callout-text{color:#4b5563;font-size:1.05rem;line-height:1.5;margin:0}.hero-description{color:#374151;font-size:1.15rem;line-height:1.6;margin-bottom:1.5rem;padding:0 .5rem}.hero-description strong{color:#111827}.cta-instruction{font-size:1.1rem;font-weight:700;color:#1f2937;margin-top:1.5rem;text-transform:uppercase}@media (max-width: 768px){.hero-headline{font-size:1.8rem}.callout-box{padding:1rem}.hero-description{font-size:1rem}}.survey-section{padding:1rem 1rem 4rem;display:flex;justify-content:center;background:#f9fafb;position:relative}.qcard{background:#fff;border-radius:16px;padding:2.5rem;max-width:900px;width:100%;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;position:relative;margin-top:2rem;z-index:10}.page-sub{text-align:center;font-size:1.75rem;font-weight:700;color:#1f2937;margin-top:-1rem;margin-bottom:.5rem}.progress-section{margin-bottom:.75rem}.progress-text{text-align:center;color:#6b7280;font-size:.875rem;margin:0 0 .5rem;font-weight:500}.progress-bar-container{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width .3s ease}.qtitle{font-size:1.75rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1rem;line-height:1.3}.question-subtext{font-size:1rem;color:#6b7280;text-align:center;margin:-.5rem 0 1.5rem;line-height:1.6;font-style:italic;padding:0 1rem}.btns{display:flex;gap:1rem;justify-content:center}.btn{flex:1;padding:1.25rem 2rem;font-size:1.25rem;font-weight:700;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;max-width:200px}.btn-yes{background:#2563eb;box-shadow:0 4px 6px #2563eb4d}.btn-yes:hover{transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.btn-no{background:#dc2626;box-shadow:0 4px 6px #dc26264d}.btn-no:hover{transform:translateY(-2px);box-shadow:0 6px 12px #dc262666}.btn-gender{background:#2563eb;box-shadow:0 4px 6px #2563eb4d}.btn-gender:hover{transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.btns-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center;max-width:600px;margin:0 auto}.btn-beneficiary{background:#2563eb;box-shadow:0 4px 6px #2563eb4d;width:100%;max-width:none}.btn-beneficiary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.btn-coverage{background:#2563eb;box-shadow:0 4px 6px #2563eb4d;width:100%;max-width:none}.btn-coverage:hover{transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.btn span{display:block}.text-input-form{display:flex;flex-direction:column;gap:1rem}.text-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:border-color .2s}.text-input:focus{outline:none;border-color:#2563eb}.btn-submit{padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 8px #2563eb4d}@media (max-width: 768px){.qcard{padding:1.5rem 1rem;margin-top:1rem}.page-sub,.qtitle{font-size:1.5rem}.question-subtext{font-size:.9rem;margin:-.5rem 0 1.25rem}.btns{flex-direction:column}.btns-grid{grid-template-columns:1fr}.btn{max-width:100%}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-card{background:#fff;border-radius:16px;padding:3rem;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:2px dashed #e5e7eb}.loading-title{font-size:1.5rem;font-weight:700;color:#2563eb;text-align:center;margin-bottom:2rem}.loading-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.loading-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#1f2937;font-weight:500}.checkmark-icon{width:24px;height:24px;flex-shrink:0}.spinner{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.spinner-icon{width:24px;height:24px;animation:spin 1s linear infinite}.spinner-placeholder{width:24px;height:24px;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.qualification-section{padding:2rem 1rem 1.5rem;background:#fff;min-height:auto;display:flex;align-items:flex-start;justify-content:center}.qualification-container{max-width:600px;width:100%;display:flex;flex-direction:column;gap:1rem}.qualification-card{background:#fff;border-radius:12px;padding:2rem 1.75rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;text-align:center}.qualification-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.3}.qualification-subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.qualification-phone-button{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;background:#2563eb;color:#fff;padding:1.5rem;border-radius:12px;text-decoration:none;font-weight:700;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d;width:100%;overflow:hidden;margin-bottom:1rem}.qualification-phone-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66;background:#1d4ed8}.shimmer-overlay{position:absolute;top:0;left:-200%;width:200%;height:100%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.3) 60%,transparent 100%);transform:skew(-20deg);animation:shimmer 1.2s ease-out;pointer-events:none;z-index:1}@keyframes shimmer{0%{left:-200%}to{left:100%}}.phone-icon-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:50%;border:2px solid #93c5fd;flex-shrink:0;position:relative;z-index:2}.phone-icon{width:24px;height:24px;color:#2563eb;animation:vibrate .5s ease-in-out infinite}@keyframes vibrate{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-1px,-1px) rotate(-1deg)}20%{transform:translate(1px,1px) rotate(1deg)}30%{transform:translate(-1px,1px) rotate(-1deg)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,-1px) rotate(-1deg)}60%{transform:translate(1px,1px) rotate(1deg)}70%{transform:translate(-1px,1px) rotate(-1deg)}80%{transform:translate(1px,-1px) rotate(1deg)}90%{transform:translate(-1px,-1px) rotate(-1deg)}}.phone-button-content{display:flex;flex-direction:row;align-items:center;gap:0;flex:1;justify-content:center;transform:translateY(-2px)}.tap-to-call-text{font-size:1.25rem;font-weight:600;letter-spacing:.5px;position:relative;z-index:2}.phone-button-number{font-size:2.75rem;font-weight:700;position:relative;z-index:2}.tap-to-call-text{font-size:1rem;font-weight:500;position:relative;z-index:2;margin-left:.5rem;opacity:.9}.availability-text{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.benefits-list{display:flex;flex-direction:column;gap:1rem;text-align:left;margin-top:1rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#374151;line-height:1.5}.checkmark-icon{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:.125rem}.benefit-item strong{font-weight:700;color:#1f2937}.countdown-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;border:1px solid #fca5a5;text-align:center}.agent-reservation-badge{background:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:.25rem}.countdown-timer{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin:.25rem 0;font-family:Courier New,monospace;letter-spacing:2px}.deadline-text{font-size:1rem;font-weight:700;color:#dc2626;margin-top:0}@media (max-width: 768px){.qualification-card{padding:1.5rem 1.25rem}.qualification-title{font-size:1.5rem}.qualification-subtitle{font-size:.9375rem}.qualification-phone-button{padding:1rem 1.25rem}.phone-icon-container{width:44px;height:44px}.phone-icon{width:22px;height:22px}.phone-button-number{font-size:2.125rem}.tap-to-call-text{font-size:.875rem;margin-left:.375rem}.availability-text{font-size:.8125rem}.benefit-item{font-size:.875rem}.countdown-timer{font-size:2rem}}.footer{background:#1e293b;color:#fff;padding:3rem 1rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-phone{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-logo{height:50px;width:auto;margin:0 auto 1rem;display:block}.footer-tagline{font-size:1rem;margin-bottom:2rem;color:#ffffffe6}.footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.footer-link{color:#fff;text-decoration:none;font-size:.875rem;transition:opacity .2s}.footer-link:hover{opacity:.8;text-decoration:underline}.link-separator{color:#ffffff80}.footer-disclaimer{font-size:.75rem;color:#ffffffb3;line-height:1.6;max-width:800px;margin:0 auto 1.5rem}.footer-copyright{font-size:.75rem;color:#fff9;margin:0}@media (max-width: 768px){.footer{padding:2rem 1rem 1.5rem}.footer-phone{font-size:1.25rem}.footer-logo{height:40px}.footer-tagline{font-size:.875rem}}.hero2{position:relative;min-height:50vh;background-image:url(/images/hero_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem 250px;background-color:#0000004d;background-blend-mode:overlay}.hero2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:1}.hero2-content{position:relative;z-index:2;max-width:900px;width:100%;text-align:center}.hero2-title{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:3.5rem 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 768px){.hero2{min-height:40vh;padding:2rem 1rem 180px}.hero2-title{font-size:1.75rem}}@media (max-width: 480px){.hero2-title{font-size:1.5rem}}.home2{min-height:100vh;display:flex;flex-direction:column;background:#fff}.home2 .survey-section{margin-top:-100px;padding-top:0;background:transparent}.home2 .qcard{margin-top:0}@media (max-width: 768px){.home2 .survey-section{margin-top:-60px;padding-top:1.5rem}}.survey-section-3{padding:1rem 1rem 4rem;display:flex;justify-content:center;background:transparent;position:relative}.qcard-3{background:linear-gradient(180deg,#fff,#fafbfc);border-radius:24px;padding:3rem 2.5rem;max-width:900px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;margin-top:2rem;z-index:10;border:4px solid #4169E1}.page-sub-3{text-align:center;font-size:2rem;font-weight:800;background:linear-gradient(135deg,#4169e1,#5b7fe8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:-.5rem;margin-bottom:1.5rem;letter-spacing:-.02em}.progress-section-3{margin-bottom:2rem}.progress-text-3{text-align:center;color:#64748b;font-size:.875rem;margin:0 0 .75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.progress-bar-container-3{width:100%;height:10px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9);border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f;position:relative}.progress-bar-container-3:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);pointer-events:none}.progress-bar-3{height:100%;background:linear-gradient(90deg,#4169e1,#5b7fe8,#7c9eff);border-radius:10px;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #4169e166,inset 0 1px #fff3;position:relative}.progress-bar-3:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.qtitle-3{font-size:1.875rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:2rem;line-height:1.4;letter-spacing:-.01em}.btns-3{display:flex;gap:1.25rem;justify-content:center;margin-bottom:.5rem}.btn{flex:1;padding:1.5rem 2.5rem;font-size:1.125rem;font-weight:700;color:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:220px;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 14px #00000026}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn span{display:block;position:relative;z-index:1}.btn-icon{font-size:1.5rem;margin-bottom:.5rem;display:block;transition:transform .3s}.btn:hover .btn-icon{transform:scale(1.2) rotate(5deg)}.btn-yes-3{background:linear-gradient(135deg,#4169e1,#5b7fe8);box-shadow:0 6px 20px #4169e166}.btn-yes-3:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px #4169e180;background:linear-gradient(135deg,#5b7fe8,#4169e1)}.btn-yes-3:active{transform:translateY(-1px) scale(1)}.btn-no-3{background:linear-gradient(135deg,#ef4444,#f87171);box-shadow:0 6px 20px #ef444466}.btn-no-3:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px #ef444480;background:linear-gradient(135deg,#f87171,#ef4444)}.btn-no-3:active{transform:translateY(-1px) scale(1)}.btn-gender-3{background:linear-gradient(135deg,#4169e1,#5b7fe8);box-shadow:0 6px 20px #4169e166}.btn-gender-3:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px #4169e180;background:linear-gradient(135deg,#5b7fe8,#4169e1)}.btn-gender-3:active{transform:translateY(-1px) scale(1)}.btns-grid-3{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:stretch;max-width:650px;margin:0 auto}.btn-beneficiary-3,.btn-coverage-3{background:linear-gradient(135deg,#4169e1,#5b7fe8);box-shadow:0 4px 14px #4169e159;width:100%;max-width:none;padding:1.25rem 1.5rem;font-size:1rem}.btn-beneficiary-3:hover,.btn-coverage-3:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 24px #4169e173;background:linear-gradient(135deg,#5b7fe8,#4169e1)}.btn-beneficiary-3:active,.btn-coverage-3:active{transform:translateY(0) scale(1)}.text-input-form-3{display:flex;flex-direction:column;gap:1.25rem;max-width:500px;margin:0 auto}.text-input-3{width:100%;padding:1.125rem 1.5rem;font-size:1.125rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;background:#fff;color:#1e293b;font-weight:500}.text-input-3::placeholder{color:#94a3b8}.text-input-3:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 4px #4169e11a,0 4px 12px #4169e126;background:#fff}.btn-submit-3{padding:1.125rem 2rem;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#4169e1,#5b7fe8);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #4169e166;text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden}.btn-submit-3:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-submit-3:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4169e180;background:linear-gradient(135deg,#5b7fe8,#4169e1)}.btn-submit-3:hover:before{width:300px;height:300px}.btn-submit-3:active{transform:translateY(0)}.result{display:none}@media (max-width: 768px){.qcard-3{padding:2rem 1.5rem;margin-top:1rem;border-radius:20px}.page-sub-3{font-size:1.5rem;margin-bottom:1.25rem}.qtitle-3{font-size:1.5rem;margin-bottom:1.5rem}.btns-3{flex-direction:column;gap:1rem}.btns-grid-3{grid-template-columns:1fr;gap:.875rem}.btn{max-width:100%;padding:1.25rem 2rem}.btn-beneficiary-3,.btn-coverage-3{padding:1.125rem 1.25rem}.text-input-form-3{max-width:100%}}.home3{min-height:100vh;display:flex;flex-direction:column;background:#fff}.home3 .survey-section-3{margin-top:-200px;padding-top:0;background:transparent}.home3 .qcard-3{margin-top:0}@media (max-width: 768px){.home3 .survey-section-3{margin-top:-120px}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}#root{min-height:100vh}
