.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}.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}.result{display:none}@media (max-width: 768px){.qcard{padding:1.5rem 1rem;margin-top:1rem}.page-sub,.qtitle{font-size:1.5rem}.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:#f9fafb;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:1.75rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;text-align:center}.qualification-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.75rem;line-height:1.3}.qualification-subtitle{font-size:.95rem;color:#1f2937;margin-bottom:1.25rem;line-height:1.4}.qualification-phone-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1.25rem 2rem;border-radius:14px;text-decoration:none;font-weight:700;transition:all .3s ease;box-shadow:0 6px 20px #2563eb59,0 2px 8px #2563eb33;width:100%;overflow:hidden}.qualification-phone-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2563eb66,0 4px 12px #2563eb4d;background:linear-gradient(135deg,#3b82f6,#2563eb)}.shimmer-overlay{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.3) 45%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.3) 55%,transparent 100%);transform:skew(-20deg);animation:shimmer .8s ease-out;pointer-events:none}@keyframes shimmer{0%{left:-100%}to{left:100%}}.phone-button-label{font-size:.875rem;letter-spacing:.5px;text-transform:uppercase;position:relative;z-index:1}.phone-button-number{font-size:1.5rem;font-weight:700;position:relative;z-index:1}.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-title{font-size:1.5rem}.countdown-timer{font-size:2.5rem}}.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}}.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}
