.ti-travel-insurance-page{min-height:100vh;background:var(--bg-primary);overflow-x:hidden}.ti-insurance-hero-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.ti-insurance-glow-blob{position:absolute;top:50%;transform:translateY(-50%);right:5%;width:50vw;height:50vw;background:radial-gradient(circle at center,rgba(16,185,129,.1) 0%,transparent 60%);pointer-events:none;z-index:0}.ti-insurance-hero .service-trust-indicators{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.ti-insurance-hero .trust-item{font-size:1.1rem;color:var(--text-secondary)}.ti-insurance-hero .trust-item .trust-icon{color:#10b981}.ti-insurance-builder-wrapper{background:#0f141eb3;padding:2.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.05);box-shadow:0 25px 50px -12px #00000080;backdrop-filter:blur(20px);width:100%}.ti-builder-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.ti-insurance-disclaimer-bottom{color:var(--text-secondary);font-size:.75rem;text-align:center;margin-bottom:2rem;opacity:.9}.ti-shield-display-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;position:relative}.ti-animated-shield{width:140px;height:140px;filter:drop-shadow(0 10px 15px rgba(16,185,129,.3))}.shield-status{text-align:center;background:#0006;padding:.8rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);margin-top:1rem;box-shadow:0 4px 12px #0003}.status-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.status-value{font-size:1.2rem;color:#10b981;font-weight:700}.ti-coverage-toggles{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ti-coverage-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;cursor:pointer;transition:all .3s ease}.ti-coverage-toggle-row:hover{background:#ffffff0f}.ti-coverage-toggle-row.active{background:#10b9811a;border-color:#10b9814d}.ti-toggle-info{display:flex;align-items:center;gap:1rem}.ti-toggle-icon{color:var(--text-secondary);transition:color .3s}.ti-coverage-toggle-row.active .ti-toggle-icon{color:#10b981}.ti-toggle-label{font-size:.95rem;font-weight:500;color:#fff}.ti-toggle-action{display:flex;align-items:center;gap:1.5rem}.ti-toggle-cost{font-size:.9rem;color:var(--text-secondary);font-family:monospace}.ti-coverage-toggle-row.active .ti-toggle-cost{color:#10b981;font-weight:700}.ti-toggle-switch{width:44px;height:24px;background:#ffffff1a;border-radius:12px;position:relative;padding:2px;transition:background .3s ease}.ti-coverage-toggle-row.active .ti-toggle-switch{background:#10b981}.ti-switch-knob{width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000004d}.ti-builder-footer{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.ti-premium-total label{display:block;font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:.5rem}.ti-total-value{font-size:2rem;font-weight:800;color:#fff}.ti-builder-footer .btn-primary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem}.ti-insurance-expertise-section{padding:2rem 0 6rem;position:relative;background:transparent}.ti-expertise-header{text-align:center;margin-bottom:4rem}.ti-expertise-header h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.ti-expertise-header p{color:var(--text-secondary);font-size:1.15rem;max-width:700px;margin:0 auto;line-height:1.6}.ti-expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.ti-expertise-card{padding:2.5rem;background:#14192399;border:1px solid rgba(255,255,255,.05);border-radius:24px;transition:all .4s ease;text-align:left}.ti-expertise-card:hover{transform:translateY(-10px);background:#191e2de6;border-color:#10b9814d;box-shadow:0 15px 30px #0006}.ti-expertise-icon-wrapper{width:60px;height:60px;background:#10b9811a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(16,185,129,.2)}.ti-expertise-icon{color:#10b981}.ti-expertise-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#fff}.ti-expertise-card p{color:var(--text-secondary);line-height:1.6;font-size:1rem}@media(max-width:1024px){.ti-insurance-hero-layout{grid-template-columns:1fr;gap:3rem}.ti-shield-display-container{flex-direction:column;gap:1rem}.ti-shield-status{position:static;transform:none;text-align:center;width:100%;margin-top:1rem}.ti-toggle-action{gap:.75rem}.ti-toggle-cost{font-size:.8rem}}.ti-insurance-hero{position:relative;padding:10rem 0 2rem;min-height:100vh;display:flex;align-items:center;background:linear-gradient(to bottom,#030712,#050b14,#030712);overflow:hidden}.ti-insurance-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#050b14d9;backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.ti-insurance-modal-content{background:#0f141ef2;border:1px solid rgba(16,185,129,.2);box-shadow:0 25px 50px -12px #000000b3;padding:3rem;border-radius:24px;width:100%;max-width:500px;position:relative;text-align:center}.ti-modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff0d;border:none;color:var(--text-secondary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.ti-modal-close-btn:hover{background:#ef44441a;color:#ef4444}.ti-insurance-modal-content h3{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#fff}.ti-insurance-modal-content .ti-modal-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.95rem;line-height:1.5}.ti-insurance-booking-form{text-align:left}.ti-insurance-booking-form .form-group{margin-bottom:1.5rem}.ti-insurance-booking-form label{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.ti-insurance-booking-form input{width:100%;padding:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.ti-insurance-booking-form input:focus{outline:none;border-color:#10b981;background:#10b9810d}.ti-modal-success-state{padding:2rem 0;display:flex;flex-direction:column;align-items:center}.ti-modal-success-state h3{color:#fff;margin-bottom:1rem}.ti-modal-success-state p{color:var(--text-secondary);line-height:1.6}
