:root{--primary-blue: #1e40af;--primary-blue-dark: #1d4ed8;--primary-blue-light: #3b82f6;--secondary-blue: #0284c7;--accent-blue: #0ea5e9;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-light-blue: #eff6ff;--bg-gradient: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--transition-base: all .3s ease;--transition-fast: all .2s ease;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--gray-700);background-color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{color:var(--gray-800);font-weight:600;line-height:1.3;margin-bottom:.5rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{margin-bottom:1rem;line-height:1.7}a{color:var(--primary-blue);text-decoration:none;transition:var(--transition-base)}a:hover{color:var(--primary-blue-dark)}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.25rem;line-height:1.6}input,textarea,select{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;font-family:inherit;transition:var(--transition-base)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #1e40af1a}button{cursor:pointer;font-family:inherit;transition:var(--transition-base)}.page-container{min-height:calc(100vh - 80px);padding:2rem 0}.page-content{max-width:1200px;margin:0 auto;padding:0 2rem}.page-subtitle{font-size:1.2rem;color:var(--gray-600);margin-bottom:2rem;text-align:center}.content-section{margin-bottom:3rem}.cta-button{display:inline-block;padding:1rem 2rem;background-color:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:var(--transition-base);cursor:pointer}.cta-button:hover{background-color:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:#fff}.cta-button.primary{background-color:var(--primary-blue);color:#fff}.cta-button.secondary{background-color:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.cta-button.secondary:hover{background-color:var(--primary-blue);color:#fff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.success-page{text-align:center;padding:3rem;background-color:var(--bg-light-blue);border-radius:12px;border:2px solid var(--secondary-blue)}.success-page h1{color:var(--secondary-blue);margin-bottom:1rem}.success-page p{color:var(--gray-600);font-size:1.1rem}@media (max-width: 768px){.page-content{padding:0 1rem}.page-container{padding:1rem 0}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}@media (max-width: 480px){h1{font-size:1.75rem}h2{font-size:1.5rem}.cta-button{width:100%;max-width:300px}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav{padding:0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-size:1.8rem;font-weight:700;color:#1e40af;text-decoration:none;letter-spacing:-.5px}.logo:hover{color:#1d4ed8}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#374151;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link:hover{color:#1e40af;background-color:#f3f4f6}.quote-btn{background-color:#1e40af;color:#fff!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600}.quote-btn:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.main-content{flex:1}.footer{background-color:#f8fafc;border-top:1px solid #e5e7eb;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#1e40af;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.footer-link{color:#374151;text-decoration:none;font-size:.9rem;display:inline-block;margin-bottom:.25rem;transition:color .3s ease}.footer-link:hover{color:#1e40af}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal{display:flex;gap:2rem}.footer-legal-link{color:#6b7280;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-legal-link:hover{color:#1e40af}.footer-copyright{text-align:right}.footer-copyright p{color:#9ca3af;font-size:.8rem;margin:.25rem 0}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:25px;height:3px;background-color:#1e40af;margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-container{padding:1rem;justify-content:space-between;align-items:center}.hamburger{display:flex}.nav-menu{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 0;gap:2rem;transform:translate(-100%);transition:transform .3s ease;box-shadow:0 2px 10px #0000001a;z-index:1000}.nav-menu.active{transform:translate(0)}.nav-link{font-size:1.2rem;padding:1rem 2rem;width:auto;text-align:center;border-bottom:1px solid #f3f4f6}.nav-link:last-child{border-bottom:none}.quote-btn{background-color:#1e40af;color:#fff;border-radius:8px;padding:1rem 2rem;margin-top:1rem}.quote-btn:hover{background-color:#1d4ed8;color:#fff}.logo{font-size:1.5rem}.footer-container{padding:2rem 1rem 1rem}.footer-top{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{justify-content:center}.footer-copyright{text-align:center}}@media (max-width: 480px){.nav-container{padding:.75rem}.nav-menu{top:65px;height:calc(100vh - 65px);padding:1.5rem 0;gap:1.5rem}.nav-link{font-size:1.1rem;padding:.75rem 1.5rem}.quote-btn{padding:.75rem 1.5rem}.logo{font-size:1.3rem}}.home{width:100%}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-headline{font-size:3.5rem;font-weight:800;color:#1e40af;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero-subheading{font-size:1.5rem;color:#374151;font-weight:600;margin-bottom:1rem;line-height:1.4}.hero-description{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem}.hero-cta{margin-top:2rem}.waitlist-form{display:flex;gap:1rem;max-width:500px}.email-input{flex:1;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.email-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.cta-button{background-color:#1e40af;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease;white-space:nowrap}.cta-button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #1e40af4d}.success-message{background-color:#f0f9ff;border:2px solid #0284c7;border-radius:8px;padding:1.5rem;text-align:center}.success-message p{color:#0284c7;font-weight:600;margin-bottom:1rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-visual{text-align:center;width:100%;max-width:500px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-illustration{width:100%;height:auto;max-width:500px;transition:all .3s ease}.hero-illustration:hover{transform:translateY(-8px)}.icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;flex-shrink:0}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;color:#1e40af;text-align:center;margin-bottom:3rem;line-height:1.2}.solution-subtitle{font-size:1.3rem;color:#374151;text-align:center;margin-bottom:3rem;font-weight:500}.problem-section{padding:6rem 0;background:linear-gradient(135deg,#fff,#f8fafc);position:relative}.problem-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.problem-intro{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-description{font-size:1.2rem;color:#6b7280;line-height:1.7;margin-top:1rem;font-weight:400}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.problem-item{padding:2.5rem;border-radius:16px;background:linear-gradient(135deg,#fff,#fefefe);border:1px solid #f1f5f9;transition:all .3s ease;box-shadow:0 4px 6px #00000005;position:relative;overflow:hidden}.problem-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#dc2626,#be185d);opacity:0;transition:opacity .3s ease}.problem-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#e5e7eb}.problem-item:hover:before{opacity:1}.problem-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.problem-header h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.problem-item p{color:#4b5563;line-height:1.7;font-size:1rem;margin:0}.icon-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:all .3s ease}.icon-circle svg{transition:transform .3s ease}.problem-item:hover .icon-circle svg{transform:scale(1.1)}.icon-circle.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706;border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b33}.icon-circle.danger{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#dc2626;border:2px solid #ef4444;box-shadow:0 4px 12px #ef444433}.icon-circle.alert{background:linear-gradient(135deg,#fdf2f8,#fce7f3);color:#be185d;border:2px solid #ec4899;box-shadow:0 4px 12px #ec489933}.risk-highlight{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;padding:3rem;text-align:center;margin-top:3rem;color:#fff;box-shadow:0 20px 40px #1e40af4d;position:relative;overflow:hidden}.risk-highlight:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);animation:shimmer 6s ease-in-out infinite}@keyframes shimmer{0%,to{transform:translate(-100%) translateY(-100%) rotate(45deg)}50%{transform:translate(100%) translateY(100%) rotate(45deg)}}.risk-content{position:relative;z-index:1}.risk-content h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.risk-content p{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.risk-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;margin-top:2rem;max-width:500px;margin-left:auto;margin-right:auto}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#fbbf24;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.stat-label{font-size:.9rem;color:#fffc;font-weight:500;text-align:center;line-height:1.3}.solution-section{padding:6rem 0;background:linear-gradient(135deg,#eff6ff,#dbeafe);position:relative}.solution-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#bfdbfe,transparent)}.solution-intro{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:4rem}.solution-item{padding:2.5rem;border-radius:20px;background:linear-gradient(135deg,#fff,#fefefe);box-shadow:0 8px 32px #1e40af14;border:1px solid #e0e7ff;transition:all .3s ease;position:relative;overflow:hidden}.solution-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1e40af,#1d4ed8);opacity:0;transition:opacity .3s ease}.solution-item:hover{transform:translateY(-12px);box-shadow:0 25px 50px #1e40af26;border-color:#c7d2fe}.solution-item:hover:before{opacity:1}.solution-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.solution-content{flex:1}.solution-content h3{font-size:1.5rem;font-weight:700;color:#1e40af;margin:0 0 .5rem;line-height:1.3}.solution-badge{display:inline-block;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;border:1px solid #bfdbfe;text-transform:uppercase;letter-spacing:.5px}.solution-item p{color:#4b5563;line-height:1.7;font-size:1rem;margin-bottom:1.5rem}.solution-features{display:flex;flex-direction:column;gap:.75rem}.feature{display:flex;align-items:center;font-size:.9rem;color:#374151;font-weight:500}.feature:before{content:"";display:inline-block;width:16px;height:16px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;margin-right:.75rem;flex-shrink:0;position:relative}.feature:after{content:"✓";position:absolute;color:#fff;font-size:10px;font-weight:700;margin-left:-16px;margin-top:-1px}.solution-item .icon-circle{width:60px;height:60px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:3px solid #bfdbfe;box-shadow:0 8px 25px #1e40af40;transition:all .3s ease}.solution-item:hover .icon-circle{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 35px #1e40af59}.solution-item .icon-circle svg{width:24px;height:24px;transition:transform .3s ease}.solution-item:hover .icon-circle svg{transform:scale(1.1)}.solution-highlight{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #1e40af;border-radius:24px;padding:0;margin-top:4rem;box-shadow:0 20px 50px #1e40af1a;overflow:hidden;position:relative}.solution-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#3b82f6,#1e40af,#1d4ed8,#3b82f6);background-size:200% 100%;animation:gradientSlide 3s ease-in-out infinite}@keyframes gradientSlide{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.highlight-wrapper{display:flex;align-items:center;gap:2rem;padding:3rem}.highlight-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #fbbf244d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.highlight-icon svg{width:32px;height:32px;color:#fff}.highlight-content{flex:1}.highlight-content h3{font-size:1.8rem;color:#1e40af;margin-bottom:1rem;font-weight:700;line-height:1.3}.highlight-content p{font-size:1.1rem;color:#374151;line-height:1.6;margin-bottom:2rem}.highlight-cta{display:flex;gap:1rem;flex-wrap:wrap}.highlight-button{display:inline-flex;align-items:center;padding:.875rem 1.75rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #1e40af33}.highlight-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e40af4d;color:#fff}.highlight-button.secondary{background:transparent;color:#1e40af;border-color:#1e40af;box-shadow:none}.highlight-button.secondary:hover{background:#1e40af;color:#fff;box-shadow:0 8px 25px #1e40af4d}.final-cta{padding:5rem 0;background-color:#1e40af;text-align:center}.final-cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.final-cta p{font-size:1.2rem;color:#bfdbfe;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button.primary{background-color:#fff;color:#1e40af}.cta-button.primary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.cta-button.secondary:hover{background-color:#fff;color:#1e40af;transform:translateY(-2px)}@media (max-width: 1024px){.solution-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.highlight-wrapper{flex-direction:column;text-align:center;gap:1.5rem}.highlight-icon{width:70px;height:70px}.highlight-icon svg{width:28px;height:28px}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-headline{font-size:2.5rem}.hero-subheading{font-size:1.3rem}.waitlist-form{flex-direction:column}.section-title{font-size:2rem}.problem-grid,.solution-grid{grid-template-columns:1fr;gap:1.5rem}.problem-item,.solution-item{padding:1.5rem}.problem-header,.solution-header{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.solution-highlight,.risk-highlight{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.hero-visual{height:250px;padding:2rem}.hero-illustration{max-width:100%;border-radius:16px}.hero-illustration:hover{transform:translateY(-4px)}.solution-section{padding:4rem 0}.solution-intro{margin-bottom:3rem}.solution-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.solution-item{padding:2rem}.solution-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.solution-content h3{font-size:1.3rem}.solution-badge{font-size:.75rem}.highlight-wrapper{padding:2rem}.highlight-content h3{font-size:1.5rem}.highlight-content p{font-size:1rem}.highlight-cta{padding-top:1rem;flex-direction:column;align-items:center}.highlight-button{width:100%;max-width:250px;justify-content:center}}@media (max-width: 480px){.hero{padding:2rem 0}.hero-headline{font-size:2rem}.section-container{padding:0 1rem}.problem-section,.solution-section,.final-cta{padding:3rem 0}.icon-circle{width:40px;height:40px;font-size:1.2rem}.hero-visual{height:200px;padding:1.5rem}.solution-item{padding:1.5rem}.solution-item .icon-circle{width:50px;height:50px}.solution-item .icon-circle svg{width:20px;height:20px}.highlight-wrapper{padding:1.5rem}.highlight-icon{width:60px;height:60px}.highlight-icon svg{width:24px;height:24px}.feature{font-size:.85rem}.hero-content{padding:0 1rem}.hero-subtitle{font-size:1rem;line-height:1.5}.waitlist-input{font-size:16px}.section-container{overflow-x:hidden}.problem-section,.solution-section,.final-cta{padding:2rem 0}.final-cta h2{font-size:1.6rem}.final-cta p{font-size:.95rem}}.icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.icon-circle.warning{background-color:#fef3c7;color:#d97706;border:2px solid #f59e0b}.icon-circle.danger{background-color:#fef2f2;color:#dc2626;border:2px solid #ef4444}.icon-circle.alert{background-color:#fdf2f8;color:#be185d;border:2px solid #ec4899}.icon-circle.primary{background-color:#eff6ff;color:#1e40af;border:2px solid #3b82f6}.coverage-hero{text-align:center;padding:3rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:0 0 24px 24px}.coverage-hero h1{font-size:2.8rem;font-weight:800;color:var(--primary-blue);margin-bottom:1rem;line-height:1.2}.coverage-subtitle{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.6}.coverage-main{margin-bottom:4rem}.coverage-intro{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.coverage-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.coverage-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.coverage-card{background:linear-gradient(135deg,#fff,#fefefe);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.coverage-card.covered{border-color:#10b981}.coverage-card.covered:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669)}.coverage-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e40af1f;border-color:#10b981}.coverage-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.coverage-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.coverage-icon.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 8px 25px #10b98140}.coverage-card:hover .coverage-icon{transform:scale(1.1) rotate(5deg)}.coverage-card h3{color:var(--primary-blue);font-size:1.4rem;font-weight:700;margin:0;line-height:1.3}.coverage-card p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.coverage-features{display:flex;gap:.75rem;flex-wrap:wrap}.feature-tag{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:var(--primary-blue);font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:20px;border:1px solid #bae6fd}.coverage-list{display:flex;flex-direction:column;gap:.5rem}.list-item{color:var(--gray-700);font-size:.95rem;line-height:1.5}.exclusions-section{padding-top:3rem;padding-bottom:3rem;margin-bottom:4rem}.exclusions-header{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.exclusions-header h2{font-size:2rem;color:#dc2626;margin-bottom:1rem;font-weight:700}.exclusions-header p{font-size:1.1rem;color:#7f1d1d;line-height:1.6}.exclusions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.exclusion-item{background:#fff;padding:2rem;border-radius:16px;border:1px solid #fca5a5;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.exclusion-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #dc26261a}.exclusion-icon{width:48px;height:48px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.exclusion-content h3{color:#dc2626;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.exclusion-content p{color:var(--gray-600);line-height:1.6;font-size:.95rem;margin:0}.additional-info{margin-bottom:4rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.info-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2.5rem;border-radius:20px;border:2px solid var(--gray-200);transition:all .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1e40af14;border-color:var(--primary-blue-light)}.info-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.info-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.info-card h3{color:var(--primary-blue);font-size:1.3rem;font-weight:700;margin:0;line-height:1.3}.info-card p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.payment-benefits,.doc-list{display:flex;flex-direction:column;gap:.5rem}.benefit,.doc-item{color:var(--gray-700);font-size:.95rem;line-height:1.5}.coverage-cta{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);padding:3rem;border-radius:24px;text-align:center;color:#fff;box-shadow:0 20px 40px #1e40af4d}.coverage-cta h2{font-size:2.2rem;color:#fff;margin-bottom:1rem;font-weight:700}.coverage-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.cta-button.primary{background:#fff;color:var(--primary-blue)}.cta-button.primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d;color:var(--primary-blue)}.cta-button.secondary{background:transparent;color:#fff;border-color:#fff}.cta-button.secondary:hover{background:#fff;color:var(--primary-blue);transform:translateY(-2px)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.benefit-item{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);transition:var(--transition-base)}.benefit-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.benefit-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.benefit-header h3{color:var(--primary-blue);margin:0;font-size:1.3rem}.timeline{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin:2rem 0}.timeline-item{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-md);border:2px solid var(--primary-blue-light);text-align:center;flex:1;min-width:200px}.timeline-item h3{color:var(--primary-blue);margin-bottom:.5rem}.timeline-number{display:inline-block;width:40px;height:40px;background-color:var(--primary-blue);color:#fff;border-radius:50%;font-size:1.2rem;font-weight:700;line-height:40px;text-align:center;margin-bottom:1rem}.timeline-arrow{font-size:1.5rem;color:var(--primary-blue);font-weight:700}.comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;margin:2rem 0}.comparison-column{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md)}.comparison-column h3{color:var(--primary-blue);margin-bottom:1rem;text-align:center}.traditional-list li{color:var(--gray-600);margin-bottom:.5rem}.srna-list li{color:var(--primary-blue);font-weight:500;margin-bottom:.5rem}.vs-divider{font-size:1.5rem;font-weight:700;color:var(--gray-400);display:flex;align-items:center;justify-content:center;background-color:var(--gray-100);border-radius:50%;width:60px;height:60px;margin:auto}.pricing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.step{text-align:center;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);transition:var(--transition-base)}.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-number{display:inline-block;width:50px;height:50px;background-color:var(--primary-blue);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:50px;margin-bottom:1rem}.step h3{color:var(--primary-blue);margin-bottom:1rem}.pricing-card{background-color:#fff;padding:3rem;border-radius:16px;box-shadow:var(--shadow-xl);border:2px solid var(--primary-blue);text-align:center;max-width:500px;margin:0 auto}.price-highlight{background-color:var(--bg-light-blue);padding:1.5rem;border-radius:8px;margin:1.5rem 0}.price-text{font-size:1.3rem;color:var(--primary-blue);font-weight:600}.payment-options,.included-benefits{text-align:left;margin:2rem 0}.payment-options h4,.included-benefits h4{color:var(--primary-blue);margin-bottom:1rem}.payment-options ul,.included-benefits ul{list-style:none;padding:0}.payment-options li,.included-benefits li{padding:.5rem 0;color:var(--gray-700)}.pricing-cta{background-color:var(--primary-blue);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;margin-top:2rem;transition:var(--transition-base)}.pricing-cta:hover{background-color:var(--primary-blue-dark);transform:translateY(-2px);color:#fff}.investment-reasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.reason{background-color:var(--bg-light-blue);padding:2rem;border-radius:12px;border:1px solid var(--primary-blue-light)}.reason h3{color:var(--primary-blue);margin-bottom:1rem}.cta-section{background-color:var(--bg-light-blue);padding:3rem;border-radius:16px;text-align:center;margin-top:3rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.quote-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2rem 0}.quote-info{background-color:var(--bg-light-blue);padding:2rem;border-radius:12px;border:1px solid var(--primary-blue-light)}.quote-info h2{color:var(--primary-blue);margin-bottom:1rem}.quote-info ul{list-style:none;padding:0}.quote-info li{padding:.5rem 0;color:var(--gray-700)}.quote-highlight{background-color:#fff;padding:1.5rem;border-radius:8px;margin-top:2rem;border:1px solid var(--primary-blue-light)}.quote-highlight h3{color:var(--primary-blue);margin-bottom:.5rem}.quote-form-container{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md)}.quote-form,.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-button{background-color:var(--primary-blue);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-base)}.submit-button:hover{background-color:var(--primary-blue-dark);transform:translateY(-2px)}.form-disclaimer{font-size:.9rem;color:var(--gray-500);text-align:center;margin-top:1rem}.claims-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.process-step{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-md);text-align:center;border:1px solid var(--gray-200);transition:var(--transition-base)}.process-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.documentation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.doc-category{background-color:var(--bg-light-blue);padding:2rem;border-radius:12px;border:1px solid var(--primary-blue-light)}.doc-category h3{color:var(--primary-blue);margin-bottom:1rem}.support-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.service{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);text-align:center}.service h3{color:var(--primary-blue);margin-bottom:1rem}.contact-support{background-color:var(--bg-light-blue);padding:3rem;border-radius:16px;text-align:center;margin-top:3rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-method{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:var(--shadow-sm)}.contact-method h3{color:var(--primary-blue);margin-bottom:.5rem}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2rem 0}.contact-info-section{background-color:var(--bg-light-blue);padding:2rem;border-radius:12px;border:1px solid var(--primary-blue-light)}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.contact-item{background-color:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--primary-blue-light)}.contact-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.contact-header h3{color:var(--primary-blue);margin:0;font-size:1.1rem}.office-info{background-color:#fff;padding:2rem;border-radius:8px;margin-top:2rem;border:1px solid var(--primary-blue-light)}.office-info h3{color:var(--primary-blue);margin-bottom:1rem}.contact-form-section{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md)}.legal-content{max-width:800px;margin:0 auto}.legal-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.legal-section:last-child{border-bottom:none}.legal-section h2{color:var(--primary-blue);margin-bottom:1rem;font-size:1.5rem}.legal-section p{line-height:1.8;margin-bottom:1rem}.legal-section ul{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem;line-height:1.7}.privacy-highlight{background-color:var(--bg-light-blue);padding:2rem;border-radius:12px;border:2px solid var(--primary-blue);text-align:center;margin-top:2rem}.privacy-highlight h3{color:var(--primary-blue);margin-bottom:1rem}.faq-container{max-width:800px;margin:2rem auto}.faq-item{background-color:#fff;border:1px solid var(--gray-200);border-radius:12px;margin-bottom:1rem;box-shadow:var(--shadow-sm);transition:var(--transition-base)}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{width:100%;background:none;border:none;padding:1.5rem;text-align:left;font-size:1.1rem;font-weight:600;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:var(--transition-base)}.faq-question:hover{color:var(--primary-blue)}.faq-question.active{color:var(--primary-blue);background-color:var(--bg-light-blue)}.faq-icon{font-size:1.5rem;color:var(--primary-blue);font-weight:700}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid var(--gray-200);animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-cta{text-align:center;background-color:var(--bg-light-blue);padding:3rem;border-radius:16px;margin-top:3rem}.faq-cta h2{color:var(--primary-blue);margin-bottom:1rem}@media (max-width: 768px){.quote-container,.contact-container,.comparison{grid-template-columns:1fr;gap:2rem}.timeline{flex-direction:column}.timeline-arrow{transform:rotate(90deg)}.form-row{grid-template-columns:1fr}.coverage-grid,.benefits-grid,.pricing-steps,.claims-process,.documentation-grid,.support-services,.investment-reasons,.exclusions-grid,.info-grid,.payment-details,.package-features,.features-grid,.mission-content,.serve-grid{grid-template-columns:1fr;gap:1.5rem}.coverage-hero{padding:2rem 1rem 3rem}.coverage-hero h1{font-size:2.2rem}.coverage-subtitle{font-size:1.1rem}.coverage-intro h2{font-size:1.8rem}.coverage-card,.info-card{padding:2rem}.coverage-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.exclusions-section{padding:2rem 1rem}.exclusions-header h2{font-size:1.6rem}.exclusion-item{flex-direction:column;align-items:center;text-align:center;gap:1rem}.coverage-cta{padding:2rem}.coverage-cta h2{font-size:1.8rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px;justify-content:center}.benefits-hero{padding:2rem 1rem 3rem}.benefits-hero h1{font-size:2.2rem;line-height:1.2}.benefits-subtitle{font-size:1.1rem;line-height:1.5;padding:0 .5rem}.benefits-intro h2{font-size:1.8rem;line-height:1.3}.benefits-intro p{font-size:1rem;line-height:1.6;padding:0 .5rem}.benefit-card{padding:2rem;margin-bottom:1rem}.benefit-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.benefit-icon{width:60px;height:60px}.benefit-content h3{font-size:1.2rem;margin-bottom:.75rem}.benefit-content p{font-size:.95rem;line-height:1.6}.benefit-features{margin-top:1rem}.feature{font-size:.9rem;margin-bottom:.5rem}.timeline-section{padding:2rem 0}.timeline-intro,.modern-timeline{padding:0 1rem}.timeline-card{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem;margin-bottom:1rem}.timeline-badge{width:70px;height:70px}.timeline-number{font-size:1.3rem}.timeline-connector{height:1rem}.comparison-section{margin-bottom:2rem;padding:0 1rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.comparison-intro h2{font-size:1.8rem;line-height:1.3}.comparison-intro p{font-size:1rem;line-height:1.6;padding:0 .5rem}.comparison-cards{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.vs-badge{width:70px;height:70px;font-size:1.1rem;margin:0 auto 1rem;order:2}.comparison-card{padding:2rem;margin:0;width:100%;max-width:500px;align-self:center}.comparison-card.traditional{order:1}.comparison-card.srna{order:3}.comparison-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:1.5rem}.comparison-icon{width:60px;height:60px}.comparison-header h3{font-size:1.4rem;margin:0;line-height:1.3}.comparison-features{gap:1rem}.comparison-item{padding:1rem;font-size:1rem;line-height:1.5}.item-icon{width:22px;height:22px;font-size:.9rem}.comparison-item{padding:.75rem;font-size:.9rem;line-height:1.4}.item-icon{width:18px;height:18px;font-size:.8rem}.benefits-cta{padding:2rem}.benefits-cta h2{font-size:1.8rem}.about-hero{padding:3rem 1rem;margin:-1rem -1rem 2rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.about-hero-content{display:flex;flex-direction:column;gap:3rem;text-align:center}.hero-text h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.about-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;padding:0 1rem}.hero-stats{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:none;margin:0}.stat-item{padding:1.5rem;display:flex;flex-direction:column;align-items:center;background:#ffffffe6;border-radius:16px;border:1px solid rgba(30,64,175,.1);width:100%;max-width:400px;margin:0 auto}.stat-number{font-size:2rem;font-weight:800;color:#fbbf24;margin-bottom:.5rem}.stat-label{font-size:1rem;text-align:center;color:var(--gray-600);font-weight:600}.about-hero-image{width:100%;max-width:450px;margin:0 auto;border-radius:20px}.mission-section{margin-bottom:3rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.mission-intro{text-align:center;margin-bottom:2rem;padding:0 1rem}.mission-intro h2{font-size:2rem;line-height:1.3;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.mission-intro p{font-size:1.1rem;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.mission-content{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.mission-card{padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;width:100%;max-width:500px;margin:0 auto}.mission-icon{width:70px;height:70px}.mission-text h3{font-size:1.4rem;margin-bottom:1rem;line-height:1.3}.mission-text p{font-size:1rem;line-height:1.7}.founders-section{padding:3rem 1rem;margin-bottom:3rem;overflow-wrap:break-word;word-wrap:break-word}.founders-content{display:flex;flex-direction:column;gap:3rem;text-align:center;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.founders-text{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;padding:0 1rem}.founders-text h2{font-size:2rem;line-height:1.3;margin-bottom:1.5rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.founders-description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.founders-features{display:flex;flex-direction:column;gap:1rem;align-items:center;max-width:100%}.feature-point{display:flex;align-items:center;justify-content:center;text-align:center;font-size:1rem;gap:.75rem;overflow-wrap:break-word;word-wrap:break-word;max-width:400px;padding:.5rem}.feature-icon{width:24px;height:24px;flex-shrink:0}.highlight-box{padding:2.5rem;max-width:500px;margin:0 auto;overflow-wrap:break-word;word-wrap:break-word}.highlight-box h3{font-size:1.4rem;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.highlight-box p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.promise-badge{font-size:.9rem;padding:.6rem 1.2rem}.founders-highlight{display:none}.serve-section{margin-bottom:3rem;padding:0 1rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.serve-intro{text-align:center;margin-bottom:2rem}.serve-intro h2{font-size:2rem;line-height:1.3;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.serve-intro p{font-size:1.1rem;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.serve-grid{display:flex;flex-direction:column;gap:2rem}.serve-card{padding:2.5rem;text-align:center;width:100%;max-width:500px;margin:0 auto}.serve-icon{width:70px;height:70px;margin:0 auto 1.5rem}.serve-card h3{font-size:1.4rem;margin-bottom:1rem;line-height:1.3}.serve-card p{font-size:1rem;line-height:1.7}.about-cta{padding:3rem 1rem;margin:3rem 0 0;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.about-cta h2{font-size:2rem;line-height:1.3;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.about-cta p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;overflow-wrap:break-word;word-wrap:break-word}.about-cta .cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.about-cta .cta-button{width:100%;max-width:350px;padding:1.2rem 2rem;font-size:1.1rem;text-align:center;justify-content:center;min-height:50px}.pricing-hero{padding:2rem 1rem 3rem}.pricing-hero h1{font-size:2.2rem;line-height:1.2;word-wrap:break-word}.pricing-subtitle{font-size:1.1rem;line-height:1.5;padding:0 .5rem;word-wrap:break-word}.payment-model-section{padding:2rem 1rem;margin-bottom:2rem}.payment-model-intro{text-align:center;margin-bottom:2rem}.payment-model-intro h2{font-size:1.8rem;line-height:1.3;word-wrap:break-word}.payment-model-intro p{font-size:1.1rem;line-height:1.6;padding:0 .5rem;word-wrap:break-word}.payment-breakdown{margin-bottom:2rem}.payment-visual{max-width:100%}.payment-summary{text-align:center;padding:1.5rem;background:#fffc;border-radius:16px;margin-bottom:1.5rem}.payment-summary h3{font-size:1.3rem;line-height:1.3;margin-bottom:1rem;word-wrap:break-word}.payment-summary p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem;word-wrap:break-word}.payment-highlights{display:flex;flex-direction:column;gap:.75rem;align-items:center}.highlight-item{font-size:.95rem;color:var(--primary-blue);font-weight:600;padding:.5rem;text-align:center;word-wrap:break-word}.payment-details{display:flex;flex-direction:column;gap:1rem;max-width:100%}.payment-detail-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;background:#ffffffe6;border-radius:16px;border:1px solid rgba(30,64,175,.1);word-wrap:break-word}.detail-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-content{flex:1}.detail-content h3{font-size:1.2rem;line-height:1.3;margin-bottom:.5rem;color:var(--primary-blue);word-wrap:break-word}.detail-content p{font-size:.95rem;line-height:1.5;color:var(--gray-600);margin:0;word-wrap:break-word}.coverage-package-section{margin-bottom:2rem;padding:0 .5rem}.package-intro{text-align:center;margin-bottom:2rem;padding:0 .5rem}.package-intro h2{font-size:1.8rem;line-height:1.3;word-wrap:break-word}.package-intro p{font-size:1rem;line-height:1.6;word-wrap:break-word}.coverage-package{padding:2rem;max-width:100%;margin:0 auto;word-wrap:break-word}.package-header{text-align:center;margin-bottom:2rem}.package-badge{font-size:.9rem;padding:.5rem 1.25rem;margin-bottom:1rem}.package-header h3{font-size:1.4rem;line-height:1.3;margin-bottom:1rem;word-wrap:break-word}.package-price{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem}.price-main{font-size:2.5rem;line-height:1;word-wrap:break-word}.price-detail{font-size:1rem;line-height:1.3;text-align:center;word-wrap:break-word}.package-features{display:flex;flex-direction:column;gap:1.5rem}.feature-category{text-align:center}.feature-category h4{font-size:1.2rem;line-height:1.3;margin-bottom:1rem;word-wrap:break-word}.features-grid{display:flex;flex-direction:column;gap:.75rem;align-items:center}.feature-item{padding:.75rem;font-size:.95rem;max-width:280px;text-align:center;word-wrap:break-word;background:#1e40af0d;border-radius:8px;display:flex;align-items:center;gap:.5rem;justify-content:center}.feature-icon{font-size:1.1rem;flex-shrink:0}.how-it-works-section{margin-bottom:2rem;padding:2rem 1rem}.works-intro{text-align:center;margin-bottom:2rem;padding:0 .5rem}.works-intro h2{font-size:1.8rem;line-height:1.3;word-wrap:break-word}.works-intro p{font-size:1rem;line-height:1.6;word-wrap:break-word}.works-steps{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.work-step{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:280px;padding:1rem}.step-number{width:50px;height:50px;font-size:1.2rem;margin-bottom:1rem}.step-content{text-align:center}.step-content h3{font-size:1.2rem;line-height:1.3;margin-bottom:.5rem;word-wrap:break-word}.step-content p{font-size:.95rem;line-height:1.5;word-wrap:break-word}.step-connector{width:2px;height:20px;margin:0 auto;background:linear-gradient(180deg,var(--primary-blue-light) 0%,#cbd5e1 100%)}.pricing-cta-section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem;margin-top:2rem}.cta-content{text-align:center;max-width:100%}.cta-content h2{font-size:1.6rem;line-height:1.3;margin-bottom:.75rem;word-wrap:break-word}.cta-content p{font-size:1rem;line-height:1.5;word-wrap:break-word}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.cta-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;text-align:center;justify-content:center;min-height:48px;word-wrap:break-word}.pricing-card{padding:2rem}.vs-divider{margin:1rem auto}.quote-container,.contact-container{grid-template-columns:1fr;gap:2rem}.quote-form,.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea,.form-select{font-size:16px;padding:1rem}.submit-button{width:100%;padding:1rem;font-size:1.1rem}.support-services,.documentation-grid,.faq-grid{grid-template-columns:1fr;gap:1.5rem}.service-card,.doc-item,.faq-item{padding:2rem}.contact-info-section{padding:2rem;text-align:center}.contact-method{flex-direction:column;align-items:center;text-align:center;gap:1rem}.contact-icon{width:50px;height:50px}.legal-content{padding:0 1rem}.legal-section{margin-bottom:2rem;padding-bottom:2rem}.legal-section h2{font-size:1.6rem}.legal-section h3{font-size:1.3rem}.success-page{text-align:center;padding:3rem 1rem;max-width:600px;margin:0 auto}.success-page h1{font-size:2.2rem;margin-bottom:1rem}.success-page p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}}@media (max-width: 480px){.benefit-item,.coverage-item,.step,.process-step,.service{padding:1.5rem}.timeline-item{padding:1rem}.contact-support,.cta-section,.faq-cta{padding:2rem}.legal-section{padding-bottom:1.5rem}.benefit-header,.contact-header{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.icon-circle{width:40px;height:40px;font-size:1.2rem}.timeline-number{width:35px;height:35px;font-size:1rem;line-height:35px}.coverage-hero{padding:1.5rem .5rem 2rem}.coverage-hero h1{font-size:1.8rem}.coverage-subtitle{font-size:1rem}.coverage-card,.info-card{padding:1.5rem}.coverage-icon,.info-icon{width:50px;height:50px}.exclusion-icon{width:40px;height:40px}.exclusions-section{padding:1.5rem .5rem}.coverage-cta{padding:1.5rem}.coverage-cta h2{font-size:1.5rem}.benefits-hero{padding:1.5rem .5rem 2rem}.benefits-hero h1{font-size:1.8rem;line-height:1.2}.benefits-subtitle{font-size:1rem;line-height:1.4;padding:0 .25rem}.benefits-intro h2{font-size:1.5rem;line-height:1.2}.benefits-intro p{font-size:.95rem;line-height:1.5;padding:0 .25rem}.benefit-card{padding:1.5rem;margin-bottom:1rem}.benefit-icon{width:50px;height:50px}.benefit-content h3{font-size:1.1rem;margin-bottom:.5rem}.benefit-content p{font-size:.9rem;line-height:1.5}.feature{font-size:.85rem}.comparison-section{padding:0 .25rem;margin-bottom:1.5rem}.comparison-intro h2{font-size:1.5rem;line-height:1.2}.comparison-intro p{font-size:.95rem;line-height:1.5;padding:0 .25rem}.comparison-cards{gap:1rem;margin-top:1.5rem}.comparison-card{padding:1.25rem}.comparison-header h3{font-size:1.1rem}.comparison-item{padding:.5rem;font-size:.85rem;line-height:1.3}.vs-badge{width:50px;height:50px;font-size:.9rem}.timeline-section{padding:1.5rem 0;margin-bottom:1.5rem}.timeline-intro{padding:0 .5rem;margin-bottom:2rem}.timeline-intro h2{font-size:1.5rem;line-height:1.2}.timeline-intro p{font-size:.95rem;line-height:1.5}.modern-timeline{padding:0 .5rem}.timeline-card{padding:1.5rem;margin-bottom:.75rem;flex-direction:column;text-align:center;gap:1rem}.timeline-badge{width:60px;height:60px;margin:0 auto}.timeline-number{font-size:1.1rem}.timeline-content h3{font-size:1.1rem;margin-bottom:.5rem}.timeline-content p{font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.timeline-highlight{font-size:.8rem;padding:.3rem .75rem}.timeline-connector{height:.75rem;width:2px;margin:0 auto}.comparison-section{padding:0 .5rem}.comparison-cards{gap:1.5rem}.comparison-card{padding:1.75rem;max-width:450px}.comparison-header{gap:.75rem;margin-bottom:1.25rem}.comparison-icon{width:50px;height:50px}.comparison-header h3{font-size:1.25rem}.comparison-features{gap:.75rem}.comparison-item{padding:.875rem;font-size:.95rem}.item-icon{width:20px;height:20px;font-size:.85rem}.vs-badge{width:65px;height:65px;font-size:1rem;margin:0 auto .75rem}.benefits-cta{padding:1.5rem;margin-top:1.5rem}.benefits-cta h2{font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.benefits-cta p{font-size:.95rem;line-height:1.4;margin-bottom:1.25rem}.benefits-cta .cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.benefits-cta .cta-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;text-align:center;justify-content:center;min-height:48px}.pricing-hero{padding:1.5rem .5rem 2rem}.pricing-hero h1{font-size:1.8rem;line-height:1.2}.pricing-subtitle{font-size:1rem;line-height:1.4;padding:0 .25rem}.payment-model-section{padding:1.5rem .5rem;margin-bottom:1.5rem}.payment-model-intro{margin-bottom:1.5rem}.payment-model-intro h2{font-size:1.5rem;line-height:1.2}.payment-model-intro p{font-size:1rem;line-height:1.5;padding:0 .25rem}.payment-summary{padding:1.25rem}.payment-summary h3{font-size:1.2rem;line-height:1.2}.payment-summary p{font-size:.95rem;line-height:1.4}.highlight-item{font-size:.9rem}.payment-detail-card{padding:1.25rem}.detail-icon{width:45px;height:45px}.detail-content h3{font-size:1.1rem}.detail-content p{font-size:.9rem;line-height:1.4}.coverage-package-section,.package-intro{padding:0 .25rem}.package-intro h2{font-size:1.5rem;line-height:1.2}.package-intro p{font-size:.95rem;line-height:1.5}.coverage-package{padding:1.5rem}.package-header h3{font-size:1.3rem;line-height:1.2}.package-badge{font-size:.85rem;padding:.4rem 1rem}.price-main{font-size:2rem}.price-detail{font-size:.95rem}.feature-category h4{font-size:1.1rem;line-height:1.2}.feature-item{padding:.6rem;font-size:.9rem;max-width:260px}.feature-icon{font-size:1rem}.how-it-works-section{padding:1.5rem .5rem}.works-intro{padding:0 .25rem}.works-intro h2{font-size:1.5rem;line-height:1.2}.works-intro p{font-size:.95rem;line-height:1.5}.work-step{max-width:250px;padding:.75rem}.step-number{width:45px;height:45px;font-size:1.1rem}.step-content h3{font-size:1.1rem;line-height:1.2}.step-content p{font-size:.9rem;line-height:1.4}.pricing-cta-section{padding:1.5rem}.cta-content h2{font-size:1.4rem;line-height:1.2}.cta-content p{font-size:.95rem;line-height:1.4}.cta-button{max-width:260px;padding:.875rem 1.25rem;font-size:.95rem}.about-hero{padding:2.5rem .5rem;margin:-1rem -1rem 1.5rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.hero-text h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}.about-subtitle{font-size:1.05rem;line-height:1.5;margin-bottom:2rem;padding:0 .5rem}.hero-stats{gap:1.25rem;width:100%;max-width:none}.stat-item{padding:1.25rem;max-width:350px}.stat-number{font-size:1.75rem}.stat-label{font-size:.9rem;line-height:1.3}.about-hero-image{width:100%;max-width:400px}.mission-section{margin-bottom:2.5rem;padding:0 .5rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.mission-intro{margin-bottom:1.5rem}.mission-intro h2{font-size:1.75rem;line-height:1.2;overflow-wrap:break-word;word-wrap:break-word}.mission-intro p{font-size:1.05rem;line-height:1.5;padding:0 .5rem;overflow-wrap:break-word;word-wrap:break-word}.mission-content{gap:1.5rem}.mission-card{padding:2rem;gap:1.25rem;max-width:450px}.mission-icon{width:60px;height:60px}.mission-text h3{font-size:1.25rem;margin-bottom:.75rem}.mission-text p{font-size:.95rem;line-height:1.6}.founders-section{padding:2.5rem .5rem;margin-bottom:2.5rem;overflow-wrap:break-word;word-wrap:break-word}.founders-content{gap:2.5rem}.founders-text{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.founders-text h2{font-size:1.75rem;line-height:1.2;margin-bottom:1.25rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.founders-description{font-size:1.05rem;line-height:1.6;margin-bottom:1.75rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.founders-features{gap:.75rem}.feature-point{font-size:.95rem;gap:.5rem;overflow-wrap:break-word;word-wrap:break-word;max-width:350px}.feature-icon{width:22px;height:22px}.highlight-box{padding:2rem;max-width:450px;overflow-wrap:break-word;word-wrap:break-word}.highlight-box h3{font-size:1.25rem;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.highlight-box p{font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.promise-badge{padding:.5rem 1rem;font-size:.85rem}.founders-highlight{display:none}.serve-section{margin-bottom:2.5rem;padding:0 .5rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.serve-intro{margin-bottom:1.5rem}.serve-intro h2{font-size:1.75rem;line-height:1.2;overflow-wrap:break-word;word-wrap:break-word}.serve-intro p{font-size:1.05rem;line-height:1.5;padding:0 .5rem;overflow-wrap:break-word;word-wrap:break-word}.serve-grid{gap:1.5rem}.serve-card{padding:2rem;max-width:450px}.serve-icon{width:60px;height:60px;margin-bottom:1.25rem}.serve-card h3{font-size:1.25rem;margin-bottom:.75rem}.serve-card p{font-size:.95rem;line-height:1.6}.about-cta{padding:2.5rem .5rem;margin:2.5rem 0 0;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.about-cta h2{font-size:1.75rem;line-height:1.2;margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word}.about-cta p{font-size:1.05rem;line-height:1.5;margin-bottom:1.75rem;overflow-wrap:break-word;word-wrap:break-word}.about-cta .cta-button{max-width:320px;padding:1.1rem 1.75rem;font-size:1.05rem;min-height:48px}}.about-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem;margin:-2rem -2rem 4rem;border-radius:0 0 24px 24px;overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box}.about-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.hero-text h1{font-size:3rem;font-weight:800;color:var(--primary-blue);margin-bottom:1.5rem;line-height:1.2}.about-subtitle{font-size:1.3rem;color:var(--gray-600);line-height:1.6;margin-bottom:2.5rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-item{text-align:center;padding:1.5rem;background:#fffc;border-radius:16px;border:1px solid rgba(30,64,175,.1);transition:all .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #1e40af1a}.stat-number{font-size:1.8rem;font-weight:800;color:#fbbf24;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.9rem;color:var(--gray-600);font-weight:600;line-height:1.2}.hero-image-container{display:flex;justify-content:center;align-items:center}.about-hero-image{width:100%;max-width:400px;height:auto;border-radius:20px;transition:all .3s ease}.about-hero-image:hover{transform:translateY(-8px);box-shadow:0 30px 60px #1e40af33}.mission-section{margin-bottom:4rem}.mission-intro{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.mission-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.mission-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.mission-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.mission-card{background:linear-gradient(135deg,#fff,#fefefe);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;border:2px solid transparent;transition:all .3s ease;display:flex;gap:1.5rem}.mission-card.primary{border-color:var(--primary-blue-light)}.mission-card.secondary{border-color:#10b981}.mission-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e40af1f}.mission-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.mission-card.primary .mission-icon{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%)}.mission-card.secondary .mission-icon{background:linear-gradient(135deg,#10b981,#059669)}.mission-text h3{color:var(--primary-blue);font-size:1.4rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.mission-text p{color:var(--gray-600);line-height:1.7;margin:0}.founders-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:4rem 2rem;border-radius:24px;margin-bottom:4rem;overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box}.founders-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.founders-text h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1.5rem;font-weight:700;line-height:1.3}.founders-description{font-size:1.1rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.founders-features{display:flex;flex-direction:column;gap:1rem}.feature-point{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--gray-700);font-weight:500}.feature-icon{width:24px;height:24px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.founders-highlight{display:flex;justify-content:center;align-items:center}.highlight-box{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;border:2px solid var(--primary-blue-light);text-align:center;max-width:350px}.highlight-box h3{color:var(--primary-blue);font-size:1.3rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.highlight-box p{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.promise-badge{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);color:#fff;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;font-size:.9rem;display:inline-block}.serve-section{margin-bottom:4rem}.serve-intro{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.serve-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.serve-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.serve-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.serve-card{background:linear-gradient(135deg,#fff,#fefefe);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;border:2px solid transparent;transition:all .3s ease;text-align:center}.serve-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e40af1f;border-color:var(--primary-blue-light)}.serve-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.serve-card:hover .serve-icon{transform:scale(1.1) rotate(5deg)}.serve-card h3{color:var(--primary-blue);font-size:1.3rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.serve-card p{color:var(--gray-600);line-height:1.7;margin:0}.about-cta{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);padding:3rem;border-radius:24px;text-align:center;color:#fff;box-shadow:0 20px 40px #1e40af4d}.about-cta h2{font-size:2.2rem;color:#fff;margin-bottom:1rem;font-weight:700}.about-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.about-cta .cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1.5rem}.about-cta .cta-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;text-align:center;justify-content:center;min-height:48px}.pricing-hero{text-align:center;padding:3rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:0 0 24px 24px;overflow-wrap:break-word;word-wrap:break-word}.pricing-hero h1{font-size:2.8rem;font-weight:800;color:var(--primary-blue);margin-bottom:1rem;line-height:1.2}.pricing-subtitle{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.6}.payment-model-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 2rem;border-radius:24px;margin-bottom:4rem;border:2px solid #e2e8f0;overflow-wrap:break-word;word-wrap:break-word}.payment-model-intro{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.payment-model-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.payment-model-intro p{font-size:1.2rem;color:var(--gray-600);line-height:1.6}.payment-breakdown{margin-bottom:3rem}.payment-visual{max-width:900px;margin:0 auto}.tuition-representation{text-align:center;margin-bottom:3rem}.tuition-bar{display:flex;height:80px;background:#f1f5f9;border-radius:40px;overflow:hidden;margin-bottom:1rem;box-shadow:0 8px 32px #1e40af1a;position:relative}.payment-segment{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;position:relative;transition:all .3s ease}.payment-segment:hover{transform:scale(1.02);z-index:1}.payment-segment.year-1{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);flex:0 0 60%}.payment-segment.year-2{background:linear-gradient(135deg,#10b981,#059669);flex:0 0 20%}.payment-segment.year-3{background:linear-gradient(135deg,#7c3aed,#8b5cf6);flex:0 0 20%}.segment-label{font-size:.95rem;font-weight:600}.total-label{font-size:1.3rem;font-weight:700;color:var(--primary-blue);margin-top:1rem}.payment-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.payment-detail-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #1e40af14;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.payment-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e40af1f}.detail-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.detail-icon.year-1-color{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%)}.detail-icon.year-2-color{background:linear-gradient(135deg,#10b981,#059669)}.detail-icon.year-3-color{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.detail-content h3{color:var(--primary-blue);font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.detail-content p{color:var(--gray-600);line-height:1.6;margin:0;font-size:.95rem}.payment-model-benefits{text-align:center}.benefit-highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;border-radius:20px;border:2px solid #bae6fd;display:flex;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto}.highlight-icon{width:60px;height:60px;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.highlight-content h3{color:var(--primary-blue);font-size:1.3rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.highlight-content p{color:var(--gray-700);line-height:1.6;margin:0}.coverage-package-section{margin-bottom:4rem}.package-intro{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.package-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.package-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.coverage-package{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid var(--primary-blue-light);border-radius:24px;padding:3rem;max-width:800px;margin:0 auto;box-shadow:0 20px 40px #1e40af1a}.package-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.package-badge{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.9rem;display:inline-block;margin-bottom:1rem}.package-header h3{color:var(--primary-blue);font-size:1.8rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.package-price{display:flex;align-items:center;justify-content:center;gap:.5rem}.price-main{font-size:3.5rem;font-weight:800;color:var(--primary-blue);line-height:1}.price-detail{font-size:1.1rem;color:var(--gray-600);font-weight:600}.package-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-category h4{color:var(--primary-blue);font-size:1.2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#1e40af08;border-radius:8px;font-size:.95rem;color:var(--gray-700);font-weight:500}.feature-icon{font-size:1.2rem;flex-shrink:0}.how-it-works-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:4rem 2rem;border-radius:24px;margin-bottom:4rem}.works-intro{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.works-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.works-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.works-steps{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:900px;margin:0 auto}.work-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:200px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;box-shadow:0 8px 25px #1e40af4d}.step-content h3{color:var(--primary-blue);font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.step-content p{color:var(--gray-600);line-height:1.6;margin:0;font-size:.95rem}.step-connector{width:40px;height:2px;background:linear-gradient(90deg,var(--primary-blue-light) 0%,#cbd5e1 100%);border-radius:1px;flex-shrink:0}.pricing-cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);padding:2.5rem;border-radius:20px;text-align:center;color:#fff;box-shadow:0 20px 40px #1e40af4d;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-content h2{font-size:1.8rem;color:#fff;margin-bottom:.5rem;font-weight:700;line-height:1.3}.cta-content p{font-size:1rem;color:#ffffffe6;margin:0;line-height:1.5}.cta-actions{display:flex;gap:1rem;flex-shrink:0}.benefits-hero{text-align:center;padding:3rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:0 0 24px 24px}.benefits-hero h1{font-size:2.8rem;font-weight:800;color:var(--primary-blue);margin-bottom:1rem;line-height:1.2}.benefits-subtitle{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto;line-height:1.6}.benefits-main{margin-bottom:4rem}.benefits-intro{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.benefits-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.benefits-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.benefit-card{background:linear-gradient(135deg,#fff,#fefefe);padding:2.25rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.benefit-card.featured{border-color:var(--primary-blue);background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.benefit-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),#3b82f6)}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e40af1f;border-color:var(--primary-blue-light)}.benefit-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem}.benefit-icon{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;color:#fff}.benefit-icon.primary{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);box-shadow:0 8px 25px #1e40af4d}.benefit-icon.secondary{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 8px 25px #0596694d}.benefit-icon.wellness{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 8px 25px #7c3aed4d}.benefit-icon.exclusive{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 8px 25px #dc26264d}.benefit-icon.protection{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 8px 25px #1e40af4d}.benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(-5deg)}.benefit-content h3{color:var(--primary-blue);font-size:1.4rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}.benefit-content p{color:var(--gray-600);line-height:1.7;margin:0;font-size:1rem}.benefit-features{display:flex;flex-direction:column;gap:.5rem}.feature{color:var(--primary-blue);font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.timeline-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:4rem 0;border-radius:24px;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.timeline-intro{text-align:center;margin-bottom:3rem;max-width:600px;padding:0 2rem}.timeline-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.timeline-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.modern-timeline{display:flex;flex-direction:column;align-items:center;gap:0;max-width:700px;width:100%;padding:0 2rem}.timeline-card{display:flex;align-items:center;gap:2rem;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;transition:all .3s ease;width:100%;max-width:600px;margin-bottom:1.5rem;position:relative}.timeline-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1e40af26}.timeline-badge{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 25px #1e40af4d}.timeline-number{color:#fff;font-size:1.5rem;font-weight:700}.timeline-content{flex:1}.timeline-content h3{color:var(--primary-blue);font-size:1.4rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.timeline-content p{color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.timeline-highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:var(--primary-blue);font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;border:1px solid #bae6fd;display:inline-block}.timeline-connector{width:3px;height:1.5rem;background:linear-gradient(180deg,var(--primary-blue-light) 0%,#cbd5e1 100%);margin:0 auto;border-radius:1.5px;position:relative;left:0}.comparison-section{margin-bottom:4rem}.comparison-intro{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.comparison-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700}.comparison-intro p{font-size:1.1rem;color:var(--gray-600);line-height:1.6}.comparison-cards{gap:2rem;align-items:center}.comparison-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #1e40af14;transition:all .3s ease}.comparison-card.traditional{border:2px solid #fca5a5;background:linear-gradient(135deg,#fef2f2,#fff)}.comparison-card.srna{border:2px solid #10b981;background:linear-gradient(135deg,#f0fdfa,#fff)}.comparison-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1e40af1f}.comparison-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.comparison-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.traditional-icon{background:linear-gradient(135deg,#dc2626,#b91c1c)}.srna-icon{background:linear-gradient(135deg,#10b981,#059669)}.comparison-header h3{color:var(--primary-blue);font-size:1.3rem;font-weight:700;margin:0;line-height:1.3}.comparison-features{display:flex;flex-direction:column;gap:1rem}.comparison-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;transition:all .3s ease}.comparison-item.negative{background:#dc26260d;color:#7f1d1d}.comparison-item.positive{background:#10b9810d;color:#064e3b}.item-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.comparison-item.negative .item-icon{background:#dc2626;color:#fff}.comparison-item.positive .item-icon{background:#10b981;color:#fff}.vs-badge{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 8px 25px #1e40af4d;justify-self:center;margin:1rem}.benefits-cta{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b82f6 100%);padding:3rem;border-radius:24px;text-align:center;color:#fff;box-shadow:0 20px 40px #1e40af4d}.benefits-cta h2{font-size:2.2rem;color:#fff;margin-bottom:1rem;font-weight:700}.benefits-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.page-container h1{font-size:2.2rem;line-height:1.3;text-align:center}.page-subtitle{font-size:1.1rem;line-height:1.5;text-align:center;max-width:100%}.form-container,.quote-container,.contact-container{padding:1rem}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea,.form-select{width:100%;font-size:16px;padding:1rem;border-radius:8px}.form-row{display:flex;flex-direction:column;gap:1rem}.submit-button,.cta-button,.btn{width:100%;max-width:300px;margin:0 auto;padding:1rem 2rem;font-size:1rem;min-height:44px;display:flex;align-items:center;justify-content:center}.content-section{padding:2rem 0;margin-bottom:2rem}.content-section h2{font-size:1.8rem;text-align:center;margin-bottom:1.5rem}.content-section h3{font-size:1.4rem;margin-bottom:1rem}.support-grid,.faq-grid,.documentation-grid{grid-template-columns:1fr;gap:1.5rem}.contact-info,.info-section{padding:2rem 1rem;text-align:center}.contact-method{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.legal-content,.faq-content,.support-content{padding:0 1rem}.legal-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px;font-size:.9rem}img{max-width:100%;height:auto}.faq-item{padding:1.5rem;margin-bottom:1rem}.faq-question{font-size:1.1rem;line-height:1.4}.faq-answer{font-size:1rem;line-height:1.6}}@media (max-width: 480px){.page-container h1{font-size:1.8rem}.page-subtitle{font-size:1rem}.content-section{padding:1.5rem 0}.content-section h2{font-size:1.5rem}.content-section h3{font-size:1.2rem}.form-input,.form-textarea,.form-select{padding:.875rem}.submit-button,.cta-button{padding:.875rem 1.5rem;font-size:.95rem}.contact-info,.info-section{padding:1.5rem .5rem}.legal-content,.faq-content,.support-content{padding:0 .5rem}.legal-section h2{font-size:1.4rem}.legal-section h3{font-size:1.2rem}.faq-item{padding:1.25rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}.cta-button,.submit-button{min-height:40px}.nav-container{padding:.75rem 1rem}p,li,td{font-size:.95rem;line-height:1.6}.page-container,.page-content{overflow-x:hidden;max-width:100vw;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,span,div{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box}.flex-row-mobile{flex-direction:column!important;gap:1rem}}*{box-sizing:border-box}html{scroll-behavior:smooth}.cta-button:focus,.submit-button:focus,.nav-link:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-blue);outline-offset:2px}@media print{.header,.footer,.cta-section,.hamburger{display:none}.page-container{padding:0;margin:0}*{background:#fff!important;color:#000!important}}.App{text-align:center}
