@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #0047AB;--primary-light: #2563EB;--primary-dark: #1E3A8A;--text-main: #0F172A;--text-muted: #64748B;--bg-light: #F8FAFC;--white: #FFFFFF;--font-main: "Inter", sans-serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--white);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{padding:.75rem 1.75rem;border-radius:9999px;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{background-color:transparent;border:1px solid #E2E8F0;color:var(--text-main)}.btn-outline:hover{background-color:#f8fafc;border-color:#cbd5e1}.navbar{width:100%;max-width:4920px;height:80px;display:flex;align-items:center;background:linear-gradient(180deg,#ebeef2,#d8e2f0);border-bottom:1px solid #d1d9e6;position:sticky;top:0;z-index:1000;font-family:Inter,sans-serif;overflow-x:hidden}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.75rem;color:#002d72;text-decoration:none}.logo-icon-circle{display:flex;align-items:center;justify-content:center}.logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.01em;color:#002d72}.logo-img{height:32px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;white-space:nowrap}.nav-links a{color:#475569;font-weight:500;font-size:.95rem;display:flex;align-items:center;gap:.35rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#0047ab}.chevron{opacity:.6;margin-top:1px}.nav-actions{display:flex;align-items:center;gap:1.5rem}.search-btn{color:#64748b;background:none;border:none;cursor:pointer;display:flex;align-items:center}.search-btn:hover{color:#0047ab}.login-link{font-weight:600;color:#0f172a;font-size:.95rem;text-decoration:none;cursor:pointer}.btn-signup{background-color:#0049b8;color:#fff;padding:.65rem 1.5rem;border-radius:6px;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:background-color .2s}.btn-signup:hover{background-color:#003a8c}.mobile-menu-toggle{display:none}.header-search-container{display:flex;align-items:center;background:#f1f5f9;border-radius:999px;padding:.4rem 1rem;gap:.75rem;width:280px;animation:slideIn .2s ease-out}.header-search-container .search-icon{color:#475569}.header-search-container input{background:none;border:none;outline:none;flex:1;font-size:.95rem;color:#0f172a;font-family:inherit}.header-search-container .close-btn,.header-login-id-container .close-btn{background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;padding:2px;transition:color .2s}.header-search-container .close-btn:hover,.header-login-id-container .close-btn:hover{color:#0f172a}.header-login-id-container{display:flex;align-items:center;background:#f8fafc;border:1.5px solid #0049B8;border-radius:999px;padding:.4rem 1.25rem;gap:.5rem;min-width:240px;animation:slideIn .2s ease-out}.login-id-text{font-size:.9rem;color:#475569;font-weight:500}.email-placeholder{color:#94a3b8}.chevron-right{color:#0049b8;margin-left:1rem;margin-right:.5rem}@keyframes slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.navbar-backdrop{display:none}@media(max-width:1200px)and (min-width:1001px){.nav-links{gap:1.25rem}.nav-actions{gap:1rem}.container{padding:0 1.5rem}}@media(max-width:1000px){.navbar-backdrop{display:block;position:fixed;inset:72px 0 0;background:#0f172a73;z-index:998;animation:fadeIn .2s ease}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.navbar-backdrop{top:64px}}@media(max-width:576px){.navbar-backdrop{top:60px}}@media(max-width:480px){.navbar-backdrop{top:56px}}@media(max-width:1000px){.navbar{height:72px}.nav-content{padding:0 1.5rem}.nav-links{display:none;position:fixed;top:72px;left:0;right:0;width:100%;max-height:calc(100vh - 72px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#ebeef2,#d8e2f0);flex-direction:column;padding:1.5rem 1.5rem 2rem;gap:.25rem;border-bottom:1px solid #d1d9e6;box-shadow:0 8px 24px #0000001a;animation:navSlideDown .25s ease;z-index:999}.nav-links.mobile-open{display:flex}.nav-links li{width:100%}.nav-links a{padding:.75rem .5rem;font-size:1rem;width:100%;min-height:44px;align-items:center}.nav-actions{gap:1rem}.header-search-container{width:220px}.header-login-id-container{min-width:200px}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:none;border:none;color:#002d72;cursor:pointer;padding:8px;margin-left:.25rem}}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar{height:64px}.nav-content{padding:0 1rem}.nav-links{top:64px;padding:1rem 1rem 1.5rem}.logo-img{height:28px}.nav-actions{gap:.75rem}.login-link{font-size:.875rem}.btn-signup{padding:.5rem 1rem;font-size:.85rem}.header-search-container{width:180px;padding:.35rem .75rem}.header-search-container input{font-size:.875rem}.header-login-id-container{min-width:160px;padding:.35rem 1rem}.login-id-text{font-size:.8rem}}@media(max-width:1000px){.search-btn,.btn-signup{min-height:44px;min-width:44px;-webkit-tap-highlight-color:transparent}.btn-signup{min-width:auto}.nav-links a{-webkit-tap-highlight-color:transparent}}@media(max-width:576px){.navbar{height:60px}.nav-content{padding:0 .75rem}.nav-links{top:60px;padding:.75rem .75rem 1.25rem}.nav-links a{padding:.65rem .5rem;font-size:.95rem}.logo-img{height:26px}.nav-actions{gap:.5rem}.search-btn{padding:4px}.login-link{font-size:.8rem}.btn-signup{padding:.45rem .85rem;font-size:.8rem}.header-search-container{width:100%;max-width:200px}.header-login-id-container{min-width:140px;padding:.3rem .75rem}.login-id-text .email-placeholder{display:none}}@media(max-width:480px){.navbar{height:56px}.nav-links{top:56px}.logo-img{height:24px}.nav-actions .login-link{display:none}.header-search-container{max-width:160px}.header-login-id-container{min-width:120px}.login-id-text{font-size:.75rem}}@media(max-width:360px){.nav-content{padding:0 .5rem}.btn-signup{padding:.4rem .65rem;font-size:.75rem}.header-search-container{max-width:140px}}.footer{background:#fff;padding:3rem 0 2rem;border-top:1px solid #f1f5f9;font-family:Inter,sans-serif}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:320px}.footer-company-name{font-weight:700;color:#0f172a;font-size:.9rem;margin-bottom:1rem}.footer-details{font-size:.8rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.footer-mission{font-size:.8rem;color:#64748b;line-height:1.5}.footer-link-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column-title{font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{font-size:.8rem;color:#64748b;text-decoration:none;transition:color .2s}.footer-column ul li a:hover{color:#0047ab}.container.footer-bottom{padding-top:2rem;border-top:1px solid #f1f5f9;text-align:center;font-size:.75rem;color:#94a3b8}@media(max-width:992px){.footer-content{grid-template-columns:1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand{max-width:100%}}@media(max-width:768px){.footer{padding:2.5rem 0 1.5rem}.footer-content{gap:2rem;margin-bottom:2rem}.footer-company-name{font-size:.85rem;margin-bottom:.75rem}.footer-details,.footer-mission{font-size:.75rem}.footer-link-columns{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-column-title{font-size:.85rem;margin-bottom:1rem}.footer-column ul li a{font-size:.75rem}.container.footer-bottom{padding-top:1.5rem;font-size:.7rem}}@media(max-width:480px){.footer{padding:2rem 0 1.25rem}.footer-content{gap:1.75rem;margin-bottom:1.5rem}.footer-company-name{font-size:.8rem;margin-bottom:.5rem}.footer-details,.footer-mission{font-size:.7rem;margin-bottom:.75rem}.footer-link-columns{grid-template-columns:1fr;gap:1.25rem}.footer-column-title{font-size:.8rem;margin-bottom:.75rem}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{font-size:.7rem}.container.footer-bottom{padding-top:1.25rem;font-size:.65rem;line-height:1.4}}.hero{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:8rem 0;color:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-titlee{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#001433}.text-blue{color:#bae6fd}.text-bluee{color:#001433}.hero-subtitlea{font-size:1.1rem;color:#f1f5f9;margin-bottom:2.5rem;max-width:500px;line-height:1.6}.hero-form-container{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem;align-items:center}.input-pill-group{margin-top:20px;display:flex;background:#fff;padding:3px;border-radius:5px;width:344px;height:40px;align-items:center}.email-input{flex:1;border:none;padding:0 1.5rem;border-radius:5px;outline:none;font-size:.9rem;color:#1e293b}.btn-sign-up{background:#00398f;color:#fff;width:103px;height:36px;padding:0;border-radius:5px;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;text-decoration:none}.btn-view-programs{margin-top:20px;background:#fff;color:#001433;width:145px;height:40px;padding:0;border-radius:100px;font-weight:500;font-family:Inter,sans-serif;font-size:14px;border:none;line-height:100%;display:flex;align-items:center;justify-content:center}.hero-bottom-text{font-size:.8rem;color:#e2e8f0;margin-top:1rem}.video-card{background:#ffffffe6;border-radius:12px;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;box-shadow:0 20px 25px -5px #0000001a}@media only screen and (max-width:600px){.hero{padding:2.5rem 1rem}.hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-titlee{font-size:1.75rem;margin-bottom:1rem}.hero-subtitlea{font-size:.9rem;margin-bottom:1.5rem;max-width:100%;margin-left:auto;margin-right:auto}.hero-form-container{align-items:center;gap:1rem}.form-row{flex-direction:column;width:100%;max-width:100%}.input-pill-group{width:100%;max-width:100%;height:44px}.email-input{padding:0 1rem;font-size:.85rem}.btn-sign-up{width:100%;height:36px;font-size:.8rem}.btn-view-programs{width:100%;max-width:100%;height:44px;margin-top:0}.hero-bottom-text{font-size:.75rem;text-align:center}.hero-visual{order:-1}.video-card{font-size:.8rem}}@media only screen and (min-width:600px){.hero{padding:3rem 1.5rem}.hero-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-titlee{font-size:2.25rem;margin-bottom:1.25rem}.hero-subtitlea{font-size:1rem;margin-bottom:2rem;max-width:100%;margin-left:auto;margin-right:auto}.form-row{flex-direction:column;align-items:center}.input-pill-group{width:100%;max-width:380px}.btn-view-programs{width:100%;max-width:200px}.hero-form-container{align-items:center}.hero-bottom-text{text-align:center}}@media only screen and (min-width:768px){.hero{padding:4rem 2rem}.hero-grid{gap:3rem}.hero-titlee{font-size:2.5rem}.hero-subtitlea{font-size:1.05rem;margin-bottom:2.25rem;max-width:480px;margin-left:auto;margin-right:auto}.form-row{flex-direction:row;justify-content:center;flex-wrap:wrap}.input-pill-group{width:320px}.btn-view-programs{width:145px;max-width:none}}@media only screen and (min-width:992px){.hero{padding:6rem 4rem}.hero-grid{grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;text-align:left}.hero-titlee{font-size:2.75rem;margin-bottom:1.25rem}.hero-subtitlea{margin-left:0;margin-right:0;max-width:500px}.hero-form-container{align-items:flex-start}.form-row{justify-content:flex-start}.hero-bottom-text{text-align:left}}@media only screen and (min-width:1200px){.hero{padding:8rem 0}.hero-grid{gap:4rem}.hero-titlee{font-size:3.2rem;margin-bottom:1.5rem}.hero-subtitlea{font-size:1.1rem;margin-bottom:2.5rem}.input-pill-group{width:344px;height:40px}.btn-sign-up{width:103px;height:36px}.btn-view-programs{width:145px;height:40px}.hero-bottom-text{font-size:.8rem}}.partners{padding:2rem 0;background:#fff;text-align:center;border-bottom:1px solid #f1f5f9}.partners-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.partners-divider{border:2px solid #0049B8;width:100%;height:2px;background-color:#0049b8;opacity:.4;margin:2rem 0}.partners-grid{display:flex;justify-content:center;align-items:center;gap:6rem}.partner-logo{display:flex;align-items:center}.partner-logo img{height:40px;opacity:.9}.co-action-img{width:173.51px;height:25px!important;object-fit:contain}.everest-box{background:#000;padding:.5rem 1.5rem;display:flex;align-items:center;gap:.5rem}.everest-logo-text{color:#fff;font-weight:800;font-size:1.5rem;letter-spacing:.05em}.everest-accent{width:4px;height:24px;background:#2563eb}@media only screen and (max-width:600px){.partners{padding:1.25rem 1rem}.partners-title{font-size:1.125rem}.partners-divider{margin:1.25rem 0}.partners-grid{flex-direction:column;gap:1.5rem}.co-action-img{width:120px;height:18px!important}.everest-box{padding:.4rem 1rem}.everest-logo-text{font-size:1.125rem}.everest-accent{height:18px}}@media only screen and (min-width:600px){.partners{padding:1.5rem 1.25rem}.partners-title{font-size:1.25rem}.partners-grid{gap:2.5rem}.co-action-img{width:140px;height:20px!important}.everest-logo-text{font-size:1.25rem}}@media only screen and (min-width:768px){.partners{padding:1.75rem 1.5rem}.partners-title{font-size:1.375rem}.partners-divider{margin:1.5rem 0}.partners-grid{gap:4rem}.co-action-img{width:155px;height:22px!important}.everest-logo-text{font-size:1.375rem}.everest-accent{height:22px}}@media only screen and (min-width:992px){.partners{padding:2rem 0}.partners-title{font-size:1.5rem}.partners-divider{margin:2rem 0}.partners-grid{gap:5rem}.co-action-img{width:165px;height:24px!important}.everest-logo-text{font-size:1.5rem}.everest-accent{height:24px}}@media only screen and (min-width:1200px){.partners{padding:2rem 0}.partners-title{font-size:1.5rem}.partners-grid{gap:6rem}.co-action-img{width:173.51px;height:25px!important}.everest-box{padding:.5rem 1.5rem}.everest-logo-text{font-size:1.5rem}.everest-accent{width:4px;height:24px}}.about-section{background:linear-gradient(270deg,#1256bd,#00398f);padding:3rem 10rem}.about-inner-card{background:#f1f5f9;border-radius:24px;padding:4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;box-shadow:0 20px 25px -5px #0000001a}.about-brand-area{text-align:center}.get-pill{background:#0047ab;color:#fff;padding:.25rem 1.5rem;border-radius:8px;font-weight:800;font-size:2.5rem;display:inline-block}.to-know-text{font-size:2rem;font-weight:600;color:#0047ab}.stratosure-title{font-size:4rem;font-weight:800;color:#0047ab;margin-bottom:1rem}.btn-learn-more{background:#fff;color:#0047ab;padding:.75rem 2rem;border-radius:9999px;font-weight:600;font-size:.9rem;border:1px solid #E2E8F0;box-shadow:0 1px 2px #0000000d}.about-text-content{display:flex;flex-direction:column;gap:1.5rem;font-size:1rem;color:#475569;line-height:1.6}.text-highlight-blue{color:#0047ab;font-weight:700}.link-blue{color:#2563eb;font-weight:700;text-decoration:none}.link-blue:hover{text-decoration:underline}@media only screen and (max-width:600px){.about-section{padding:1.25rem 1rem}.about-inner-card{grid-template-columns:1fr;padding:1.5rem 1rem;gap:1.5rem;text-align:center}.get-pill{font-size:1.5rem;padding:.2rem 1rem}.to-know-text{font-size:1.25rem}.stratosure-title{font-size:2rem;margin-bottom:.75rem}.btn-learn-more{padding:.6rem 1.25rem;font-size:.8rem}.about-text-content{font-size:.9rem;gap:1rem}}@media only screen and (min-width:600px){.about-section{padding:1.5rem}.about-inner-card{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2rem;text-align:center}.get-pill{font-size:1.75rem}.to-know-text{font-size:1.5rem}.stratosure-title{font-size:2.5rem}.btn-learn-more{padding:.65rem 1.5rem;font-size:.85rem}.about-text-content{font-size:.95rem}}@media only screen and (min-width:768px){.about-section{padding:2rem 3rem}.about-inner-card{grid-template-columns:1fr;padding:2.5rem 2rem;gap:2.5rem;text-align:center}.get-pill{font-size:2rem}.to-know-text{font-size:1.75rem}.stratosure-title{font-size:3rem}.btn-learn-more{padding:.7rem 1.75rem}.about-text-content{font-size:1rem}}@media only screen and (min-width:992px){.about-section{padding:2.5rem 6rem}.about-inner-card{grid-template-columns:1fr 1fr;padding:3rem;gap:3rem;text-align:left}.about-brand-area{text-align:center}.get-pill{font-size:2.25rem}.to-know-text{font-size:1.875rem}.stratosure-title{font-size:3.5rem}.about-text-content{gap:1.25rem}}@media only screen and (min-width:1200px){.about-section{padding:3rem 10rem}.about-inner-card{padding:4rem;gap:4rem}.get-pill{font-size:2.5rem;padding:.25rem 1.5rem}.to-know-text{font-size:2rem}.stratosure-title{font-size:4rem;margin-bottom:1rem}.btn-learn-more{padding:.75rem 2rem;font-size:.9rem}.about-text-content{font-size:1rem;gap:1.5rem}}.flow-section{padding:5rem 10rem;background:linear-gradient(180deg,#d6e4fa,#fff);text-align:center}.flow-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.flow-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:5rem}.flow-steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.connecting-timeline{position:absolute;top:40px;left:10%;right:10%;height:2px;background:#cbd5e1;z-index:0}.flow-step-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.icon-circle{width:80px;height:80px;background:linear-gradient(270deg,#4278ca,#195bbf);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 0 8.54px #0254d080}.number-badge{position:absolute;top:-5px;right:calc(44% - 50px);width:24px;height:24px;background:#0049b8;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid}.step-heading{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.step-description{font-size:.9rem;color:#64748b;line-height:1.5;margin-bottom:1.25rem;max-width:200px}.step-status{font-size:.75rem;font-weight:700;color:#2563eb;text-transform:capitalize}@media only screen and (max-width:600px){.flow-section{padding:2rem 1rem}.flow-title{font-size:1.75rem}.flow-subtitle{font-size:.9rem;margin-bottom:2.5rem}.flow-steps-container{grid-template-columns:1fr;gap:2rem}.connecting-timeline{display:none}.flow-step-item{padding:0 .5rem}.icon-circle{width:56px;height:56px;margin-bottom:1.25rem}.icon-circle svg{width:20px;height:20px}.number-badge{top:-5px;right:calc(50% - 28px);width:20px;height:20px;font-size:.65rem}.step-heading{font-size:1rem;margin-bottom:.5rem}.step-description{font-size:.8rem;max-width:100%;margin-bottom:1rem}.step-status{font-size:.7rem}}@media only screen and (min-width:600px){.flow-section{padding:2.5rem 1.5rem}.flow-title{font-size:2rem}.flow-subtitle{font-size:1rem;margin-bottom:3rem}.flow-steps-container{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.connecting-timeline{display:none}.icon-circle{width:64px;height:64px;margin-bottom:1.5rem}.icon-circle svg{width:24px;height:24px}.number-badge{right:calc(50% - 32px);width:22px;height:22px}.step-heading{font-size:1.05rem}.step-description{font-size:.85rem;max-width:180px}}@media only screen and (min-width:768px){.flow-section{padding:3rem 2rem}.flow-title{font-size:2.25rem}.flow-subtitle{font-size:1.05rem;margin-bottom:3.5rem}.flow-steps-container{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.icon-circle{width:72px;height:72px;margin-bottom:1.75rem}.icon-circle svg{width:26px;height:26px}.number-badge{right:calc(44% - 50px);width:24px;height:24px}.step-description{max-width:200px}}@media only screen and (min-width:992px){.flow-section{padding:4rem 5rem}.flow-title{font-size:2.5rem}.flow-subtitle{margin-bottom:4rem}.flow-steps-container{grid-template-columns:repeat(4,1fr);gap:1.5rem}.connecting-timeline{display:block;top:40px;left:10%;right:10%}.icon-circle{width:80px;height:80px;margin-bottom:2rem}.icon-circle svg{width:28px;height:28px}.number-badge{right:calc(44% - 50px)}}@media only screen and (min-width:1200px){.flow-section{padding:5rem 10rem}.flow-title{font-size:3rem}.flow-subtitle{font-size:1.1rem;margin-bottom:5rem}.flow-steps-container{gap:2rem}.step-heading{font-size:1.1rem}.step-description{font-size:.9rem}.step-status{font-size:.75rem}}.audience-section{background:linear-gradient(99.76deg,#1256bd,#0d4394 68.45%);padding:5rem 0}.audience-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.audience-info-card{background:#ffffff08;border:.87px solid #FFFFFF59;border-radius:12px;padding:1rem;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;height:100%}.audience-info-card:hover{background:#ffffff0d;transform:translateY(-5px)}.audience-icon-box{width:48px;height:48px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-Top:.5rem;color:#fff}.audience-card-title{font-size:1.5rem;font-weight:700;min-height:4rem;display:flex;align-items:center;justify-content:center}.audience-card-desc{font-size:.95rem;color:#aec2e0;line-height:1.6;margin-bottom:.5rem;max-width:280px;min-height:4.5rem;display:flex;align-items:center;justify-content:center}.btn-card-action{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.8rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:background .2s;margin-top:auto}.btn-card-action:hover{background:#ffffff1a}.arrow-right-icon{font-size:1rem;opacity:.8}@media(max-width:968px){.audience-grid-layout{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.programs-page{background-color:#f8fafc}.programs-hero{padding:3rem 0 1rem;text-align:center;background-color:#fff}.badgee{display:inline-block;padding:.4rem 1.25rem;background-color:#0047ab;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.hero-title{font-size:3rem;font-weight:800;color:#0f172a;letter-spacing:-.025em}.programs-grid-section{background:linear-gradient(289.61deg,#00398f 41.16%,#1256bd);padding:3rem 11rem}.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 3rem;max-width:1200px;margin:0 auto}.program-card{color:#fff;display:flex;flex-direction:column}.card-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.icon-wrapper{min-width:40px;height:40px;border:2px solid #6987adbf;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#001433bf}.icon-wrapper svg{color:#fff;stroke-width:1.8}.card-header-title{font-size:1.2rem;font-weight:700;line-height:1.15;margin:0;letter-spacing:-.02em}.card-items{list-style:none;padding:0;margin:0 0 .5rem 2rem;flex-grow:1}.card-items li{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.8rem;color:#fffffffa;font-weight:500}.item-arrow{color:#001433;stroke-width:3}.card-btn{background:#002d7a;border:none;color:#fff;padding:.8rem 1rem;border-radius:6px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;cursor:pointer;transition:all .25s ease}.card-btn:hover{background:#002566;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.card-btn svg{stroke-width:3}.bottom-content{padding:4rem 0;text-align:center;background:#dee8f7}.subtitle{color:#0047ab;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:1rem}.bottom-header-title{font-size:2.3rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:1.5rem}.description{max-width:700px;margin:0 auto 3rem;font-size:1rem;color:#475569;line-height:1.7}.stats-grid{display:flex;justify-content:center;gap:8rem}.stat-number{font-size:2.5rem;font-weight:800;color:#0047ab;line-height:1;margin-bottom:.75rem}@media only screen and (max-width:600px){.programs-hero{padding:2rem 0 1rem}.hero-title{font-size:1.75rem}.programs-grid-section{padding:2rem 1rem}.programs-grid{grid-template-columns:1fr;gap:2rem}.bottom-header-title{font-size:1.75rem}.description{font-size:1rem;margin-bottom:2rem}.stats-grid{flex-direction:column;gap:2.5rem}.card-btn{max-width:100%}}@media only screen and (min-width:600px){.programs-grid-section{padding:2.5rem 1.5rem}.programs-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media only screen and (min-width:768px){.hero-title,.bottom-header-title{font-size:2.25rem}.programs-grid-section{padding:3rem 2rem}.programs-grid{gap:2.5rem}.stats-grid{flex-direction:row;gap:4rem}}@media only screen and (min-width:992px){.programs-grid-section{padding:3rem 4rem}.programs-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.card-btn{max-width:320px}}@media only screen and (min-width:1200px){.programs-grid-section{padding:3rem 11rem}.programs-grid{max-width:1200px;margin:0 auto}}.film-production-page{background-color:#f8fafc}.film-hero{padding:3rem 0;text-align:center;background-color:#fff}.badge{display:inline-block;padding:.4rem 1.25rem;background:#dee6f3;color:#001433;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:60px;line-height:60px;text-align:center;max-width:718px;margin:0 auto 1.5rem;color:#001f3f}.hero-title .highlight{color:#0047ab}.hero-subtitlee{font-size:1.15rem;color:#64748b;margin-top:1rem;max-width:800px;margin-left:auto;margin-right:auto}.pricing-section{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:1.5rem 9rem}.section-title{text-align:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:2.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto}.pricing-card{background:#fff;border-radius:12px;padding:.4rem .5rem;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.card-headere{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%}.card-icon{display:flex;align-items:center;justify-content:center}.program-icon{width:28px;height:28px;object-fit:contain}.card-badge{display:inline-flex;align-items:center;background:#0047ab;color:#fff;padding:.35rem 1rem;border-radius:9999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.badge-spacer{height:24px}.card-titleee{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3;text-align:center;min-height:3rem;display:flex;align-items:center;justify-content:center}.price-from{font-size:.75rem;color:#64748b;text-align:center;margin-bottom:.25rem}.card-price{font-size:2rem;font-weight:800;color:#16a34a;margin-bottom:1rem;text-align:center;line-height:1}.card-descriptione{font-size:.8rem;color:#64748b;line-height:1.5;margin-bottom:1rem;flex-grow:1;text-align:center}.card-term{font-size:.75rem;color:#64748b;text-align:center;padding:.75rem}.service-section{background:#dee8f7;padding:3rem 9rem;text-align:center}.service-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.service-highlight{color:#0047ab;font-weight:800;font-size:1.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 auto}.service-card{background:#f8fafc;padding:.9rem .5rem;border-radius:12px;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-4px)}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#e8f0ff;border-radius:12px;margin-bottom:1rem;color:#0047ab}.service-card-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.service-card-description{font-size:.75rem;color:#64748b;line-height:1.5}.stunts-section{padding:3rem 13rem;background:#f8fafc;text-align:center}.stunts-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.stunts-subtitle{font-size:.95rem;color:#64748b;margin-bottom:2rem}.view-all-link{color:#0047ab;font-weight:600;text-decoration:none}.view-all-link:hover{text-decoration:underline}.stunts-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.stunt-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.stunt-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.stunt-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#e8f0ff;border-radius:50%;color:#0047ab}.stunt-label{font-size:.85rem;font-weight:600;color:#0f172a;text-align:center}.cta-section{padding:4rem 2rem;background:#e8f0ff;text-align:center}.cta-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.cta-subtitle{font-size:1rem;color:#64748b;margin-bottom:2rem}.cta-button{background:#0047ab;border:none;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.cta-button:hover{background:#003a8c;transform:translateY(-2px);box-shadow:0 6px 16px #0047ab4d}.faq-section{padding:3rem 0rem;background:#fff}.faq-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.faq-list{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:600;color:#0f172a;transition:color .2s ease}.faq-question:hover{color:#0047ab}.faq-icon{transition:transform .3s ease;color:#64748b}.faq-icon.open{transform:rotate(180deg)}.faq-answer{padding:0 0 1.5rem;animation:fadeIn .3s ease}.faq-answer-text{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:600px){.film-hero{padding:2rem 0}.hero-title{font-size:1.75rem;line-height:1.3}.hero-subtitlee{font-size:1rem}.pricing-section{padding:1.5rem 1rem}.section-title{font-size:1.35rem;margin-bottom:1.5rem}.pricing-grid{grid-template-columns:1fr;gap:1rem}.service-section{padding:2rem 1rem}.service-title,.service-highlight{font-size:1.25rem}.service-highlight{margin-bottom:1.5rem}.service-grid{grid-template-columns:1fr;gap:1rem}.stunts-section{padding:2rem 1rem}.stunts-title{font-size:1.35rem}.stunts-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-section{padding:2.5rem 1rem}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:.9rem}.faq-section{padding:2rem 1rem}.faq-title{font-size:1.5rem}.faq-question{font-size:.9rem;padding:.75rem 0}.modal-container{max-width:100%}}@media only screen and (min-width:600px){.pricing-section{padding:1.5rem 2rem}.pricing-grid{grid-template-columns:repeat(2,1fr)}.service-section{padding:2.5rem 2rem}.service-grid{grid-template-columns:repeat(2,1fr)}.stunts-section{padding:2.5rem 2rem}.stunts-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.hero-title{font-size:2.5rem;line-height:1.2}.pricing-section{padding:1.5rem 4rem}.section-title,.service-title,.stunts-title{font-size:1.6rem}.cta-title{font-size:1.75rem}.service-section,.stunts-section{padding:3rem 4rem}.stunts-grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:992px){.hero-title{font-size:3.5rem;line-height:1.15}.pricing-section{padding:1.5rem 6rem}.pricing-grid{grid-template-columns:repeat(4,1fr)}.service-section{padding:3rem 6rem}.service-grid{grid-template-columns:repeat(4,1fr)}.section-title,.service-title,.stunts-title{font-size:1.75rem}.cta-title{font-size:2rem}.stunts-section{padding:3rem 6rem}.stunts-grid{grid-template-columns:repeat(5,1fr);max-width:1200px;margin:0 auto}.modal-container{max-width:500px}}@media only screen and (min-width:1200px){.hero-title{font-size:60px;line-height:60px}.pricing-section{padding:1.5rem 9rem}.service-section{padding:3rem 9rem}.stunts-section{padding:3rem 13rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:flex-end;align-items:stretch;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal-container{background:#fff;width:32%;max-width:500px;height:100%;box-shadow:-10px 0 25px #0000001a;position:relative;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.modal-overlay.open .modal-container{transform:translate(0)}.modal-header{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:2rem;color:#fff;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:#ffffff1a}.modal-badge{display:inline-block;background:#fff;color:#1e40af;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.modal-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.modal-subtitle{font-size:1rem;opacity:.9;margin-bottom:.5rem;line-height:1.5}.modal-meta{font-size:.875rem;opacity:.8}.modal-content{padding:2rem;overflow-y:auto}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.section-label{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.section-label svg{color:#3b82f6}.section-text{font-size:.95rem;color:#475569;line-height:1.6;margin-left:2rem}.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-left:2rem}.section-list-item{font-size:.95rem;color:#475569}.view-more-link{color:#3b82f6;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.9rem}.view-more-link:hover{text-decoration:underline}.contact-page{background-color:#f8fafc;min-height:calc(100vh - 80px);padding:2rem 13rem}.contact-wrapper{max-width:680px;margin:0 auto}.contact-header{text-align:center;margin-bottom:1rem}.contact-title{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.02em}.contact-subtitle{font-size:1rem;color:#64748b;margin-bottom:.5rem;line-height:1.6}.contact-email-display{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:8px;font-size:.95rem}.contact-email-display .icon-wrapper{display:flex;align-items:center;justify-content:center;background-color:#dbeafe;padding:.5rem;border-radius:6px}.contact-email-display .icon-wrapper svg{color:#2563eb}.contact-email-display span{color:#0f172a;font-weight:400}.contact-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.optional-label{color:#0369a1;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:8px;font-family:inherit;font-size:.95rem;color:#0f172a;outline:none;transition:all .2s ease;background-color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#cbd5e1}.form-group input:focus,.form-group textarea:focus{border-color:#0049b8;box-shadow:0 0 0 3px #0049b81a}.form-group textarea{resize:vertical;min-height:100px}.btn-send-message{width:100%;padding:.875rem 1.5rem;background-color:#0049b8;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.btn-send-message:hover{background-color:#003a8c;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-send-message:active{transform:translateY(0)}.certificate-verification{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem}.certificate-verification svg{color:#64748b}.certificate-verification a{color:#64748b;text-decoration:underline;font-size:.875rem;transition:color .2s ease}.certificate-verification a:hover{color:#0f172a}@media only screen and (max-width:600px){.contact-page{padding:2rem 1rem 3rem}.contact-wrapper{padding-left:0;padding-right:0}.contact-title{font-size:1.75rem;margin-bottom:.375rem}.contact-subtitle{font-size:.9375rem}.contact-email-display{font-size:.875rem;padding:.5rem 1rem}.contact-form{padding:1.25rem 1rem;margin-bottom:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-group input,.form-group textarea{padding:.625rem .875rem;font-size:.9375rem}.btn-send-message{padding:.75rem 1.25rem;font-size:.9375rem}.certificate-verification{padding:.75rem}.certificate-verification a{font-size:.8125rem}}@media only screen and (min-width:600px){.contact-page{padding:2.5rem 1.5rem 3rem}.contact-title{font-size:2rem}.contact-form{padding:1.5rem 1.25rem}.form-row{grid-template-columns:1fr;gap:1.25rem}}@media only screen and (min-width:768px){.contact-page{padding:3rem 2rem 4rem}.contact-title{font-size:2.25rem}.contact-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem}}@media only screen and (min-width:992px){.contact-page{padding:3rem 4rem 4rem}.contact-title{font-size:2.5rem}.contact-form{padding:2rem}}@media only screen and (min-width:1200px){.contact-page{padding:2rem 13rem}.contact-title{font-size:3rem}.contact-form{padding:2rem}}.about-page{font-family:Inter,sans-serif;color:#1a1a1a}.container{max-width:1100px;margin:0 auto;padding:0 20px}.about-hero{padding:5rem 0;text-align:center}.hero-title{font-size:42px;font-weight:800;line-height:1.1;color:#0c1c3c;margin-bottom:24px}.text-blue{color:#0049b8}.hero-subtitle{font-size:18px;color:#52627a;max-width:630px;margin:0 auto}.our-story{background:linear-gradient(289.61deg,#00398f 41.16%,#1256bd);color:#fff;padding:2rem 15rem;text-align:center}.story-title{font-size:36px;font-weight:700;margin-bottom:20px}.story-paragraphs{max-width:850px;margin:0 auto;display:flex;flex-direction:column;gap:24px;font-size:15px;line-height:1.65;text-align:left;color:#ffffffe6}.values{padding:2rem 14rem;background:#fff}.values-title{text-align:center;font-size:36px;font-weight:700;margin-bottom:60px;color:#0c1c3c}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:1000px;margin:0 auto}.value-card{display:flex;gap:20px;padding:32px;background:#f8fafd;border-radius:8px}.value-icon-bg{width:48px;height:48px;background:#eef4ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0049b8;flex-shrink:0}.value-title{font-size:18px;font-weight:700;color:#0c1c3c;margin-bottom:8px}.value-description{font-size:14px;line-height:1.6;color:#6a7c92}.leadership{padding:100px 0;background:#e9eff5;text-align:center}.leader-profile{display:flex;flex-direction:column;align-items:center;cursor:pointer}.leader-image-container{width:180px;height:200px;border-radius:12px;overflow:hidden;margin-bottom:24px;box-shadow:0 10px 30px #0000001a}.leader-image{width:100%;height:100%;object-fit:cover}.leader-name{font-size:20px;font-weight:700;color:#0c1c3c;margin-bottom:4px}.leader-role{font-size:14px;color:#6a7c92;font-weight:500}@media only screen and (max-width:600px){.about-page .container{padding:0 1rem}.about-hero{padding:3rem 0}.hero-title{font-size:1.75rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem}.our-story{padding:2rem 1rem}.story-title{font-size:1.5rem;margin-bottom:1rem}.story-paragraphs{font-size:.875rem;gap:1rem;padding:0}.values{padding:2rem 1rem}.values-title{font-size:1.5rem;margin-bottom:2rem}.values-grid{grid-template-columns:1fr;gap:1rem}.value-card{flex-direction:column;padding:1.25rem;gap:1rem}.value-title{font-size:1rem}.value-description{font-size:.8125rem}.leadership{padding:3rem 0}.leader-image-container{width:140px;height:160px;margin-bottom:1rem}.leader-name{font-size:1.125rem}.leader-role{font-size:.8125rem}.bio-modal-content{max-width:100%}.bio-modal-header{padding:3rem 1.25rem 2rem;flex-direction:column;text-align:center}.bio-modal-close{top:1rem;right:1rem;color:#fff}.bio-modal-body{padding:1.5rem 1.25rem;font-size:.9375rem}.bio-modal-body-text{margin-bottom:1rem}.bio-modal-name{font-size:1.5rem}}@media only screen and (min-width:600px){.about-page .container{padding:0 1.5rem}.about-hero{padding:4rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.0625rem}.our-story{padding:2rem 1.5rem}.story-title{font-size:1.75rem}.story-paragraphs{font-size:.9375rem}.values{padding:2rem 1.5rem}.values-title{font-size:1.75rem;margin-bottom:2.5rem}.values-grid{grid-template-columns:1fr;gap:1.25rem}.value-card{padding:1.5rem}.leadership{padding:4rem 0}}@media only screen and (min-width:768px){.about-page .container{padding:0 2rem}.about-hero{padding:4.5rem 0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.our-story{padding:2rem 3rem}.story-title{font-size:2rem}.story-paragraphs{font-size:1rem}.values{padding:2rem 3rem}.values-title{font-size:2rem;margin-bottom:3rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-card{padding:1.5rem}.leadership{padding:5rem 0}}@media only screen and (min-width:992px){.about-page .container{padding:0 2rem}.about-hero{padding:5rem 0}.hero-title{font-size:2.5rem}.our-story{padding:2rem 6rem}.story-title{font-size:2.25rem}.values{padding:2rem 6rem}.values-title{font-size:2.25rem;margin-bottom:4rem}.values-grid{gap:2rem}.value-card{padding:2rem}.leadership{padding:6rem 0}}@media only screen and (min-width:1200px){.about-hero{padding:5rem 0}.hero-title{font-size:44px}.hero-subtitle{font-size:18px}.our-story{padding:2rem 15rem}.story-title{font-size:36px;margin-bottom:20px}.story-paragraphs{font-size:15px;gap:24px}.values{padding:2rem 14rem}.values-title{font-size:36px;margin-bottom:60px}.values-grid{gap:25px}.value-card{padding:32px;gap:20px}.leadership{padding:100px 0}.leader-image-container{width:180px;height:200px;margin-bottom:24px}.leader-name{font-size:20px}.leader-role{font-size:14px}}.bio-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:flex-end;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bio-modal-content{width:100%;max-width:500px;height:100%;background:#f8fafc;color:#1e293b;position:relative;overflow-y:auto;box-shadow:-10px 0 30px #0003;animation:slideInRight .3s ease-out;display:flex;flex-direction:column}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.bio-modal-close{position:absolute;top:24px;right:24px;background:none;border:none;color:#fff;cursor:pointer;padding:8px;transition:transform .2s;z-index:10}.bio-modal-close:hover{transform:scale(1.1)}.bio-modal-header{background:linear-gradient(135deg,#3b82f6,#0049b8);padding:60px 40px 40px;display:flex;align-items:center;gap:24px;color:#fff}.bio-modal-image{width:90px;height:90px;border-radius:16px;object-fit:cover;border:3px solid rgba(255,255,255,.2)}.bio-modal-name{font-size:28px;font-weight:700;margin-bottom:2px}.bio-modal-credentials{font-size:14px;font-weight:500;color:#fffc;margin-bottom:8px}.bio-modal-title{font-size:15px;font-weight:800;color:#0f172a;background:#ffffff1a;display:inline-block}.bio-modal-body{padding:40px;font-size:16px;line-height:1.8;color:#475569}.bio-modal-body-text{margin-bottom:24px}.ev-page-wrapper{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background-color:#fff}.ev-container{max-width:1200px;margin:0 auto;padding:0 24px}.ev-hero{padding:3rem 0;text-align:center;background:#fff}.ev-badge-pill{display:inline-block;padding:.4rem 1.25rem;background:#dee6f3;color:#001433;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.ev-hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:54px;line-height:60px;text-align:center;max-width:718px;margin:0 auto 1.5rem;color:#001f3f}.ev-highlight{color:#0047ab}.ev-hero-subtitle{font-size:1rem;color:#64748b;margin-top:1rem;max-width:800px;margin-left:auto;margin-right:auto}.ev-programs-section{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:1.5rem 9rem;color:#fff}.ev-section-title{text-align:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:2.5rem}.ev-programs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto}.ev-program-card{background:#fff;border-radius:12px;padding:.4rem .5rem;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.ev-program-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.ev-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%}.ev-card-badge{display:inline-flex;align-items:center;background:#0047ab;color:#fff;padding:.35rem 1rem;border-radius:9999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.ev-card-badge.soon{background-color:#ff9800}.ev-badge-empty{height:24px}.ev-card-icon-wrap{display:flex;align-items:center;justify-content:center}.ev-card-icon-wrap img{width:28px;height:28px;object-fit:contain}.ev-card-name{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3;min-height:auto;display:block}.ev-price-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem;font-style:italic}.ev-card-price{font-size:2rem;font-weight:800;color:#16a34a;margin-bottom:1rem}.ev-card-desc{font-size:.8rem;color:#64748b;line-height:1.5;margin-bottom:1rem;flex-grow:1;padding-bottom:0}.ev-card-footer{font-size:.75rem;color:#64748b;padding:.75rem;font-style:normal}.ev-service-section{background:#dee8f7;padding:2rem 10rem;text-align:center}.ev-service-headline{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.ev-service-subheadline{color:#0047ab;font-weight:800;font-size:1.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem}.ev-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 auto}.ev-service-item{background:#f8fafc;padding:1rem .5rem;border-radius:12px;text-align:center;transition:transform .3s ease}.ev-service-item:hover{transform:translateY(-4px)}.ev-service-icon-box{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#e8f0ff;border-radius:12px;margin-bottom:1rem;color:#0047ab}.ev-service-item-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.ev-service-item-desc{font-size:.85rem;color:#64748b;line-height:1.5}.ev-explore-section{padding:3rem 11rem;background:#f8fafc;text-align:center}.ev-explore-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.ev-search-container{max-width:600px;margin:0 auto 2rem}.ev-search-input-wrap{position:relative;display:flex;align-items:center}.ev-search-icon{position:absolute;left:15px;color:#94a3b8}.ev-search-input{width:100%;padding:12px 12px 12px 45px;border:1px solid #e2e8f0;border-radius:8px;background-color:#f1f5f9;font-size:1rem;outline:none;transition:border-color .2s}.ev-search-input:focus{border-color:#0056d2}.ev-categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1200px;margin:0 auto}.ev-cat-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:20px;border:1px solid #f1f5f9;transition:transform .3s ease,box-shadow .3s ease}.ev-cat-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.ev-cat-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#e0ebff;border-radius:12px;color:#0047ab;margin-bottom:.5rem}.ev-cat-label{font-size:.85rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:4px;line-height:1.2}.ev-cat-types{font-size:.75rem;color:#94a3b8;display:block}.ev-cta-section{padding:4rem 2rem;background:#e8f0ff;text-align:center}.ev-cta-text{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.ev-cta-sub{font-size:1rem;color:#64748b;margin-bottom:2rem;opacity:1}.ev-cta-btn{background:#0047ab;border:none;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.ev-cta-btn:hover{background:#003a8c;transform:translateY(-2px);box-shadow:0 6px 16px #0047ab4d}.ev-faq-section{padding:3rem 0rem;background:#fff}.ev-faq-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.ev-faq-wrapper{max-width:900px;margin:0 auto}.ev-faq-row{border-bottom:1px solid #e2e8f0}.ev-faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:600;color:#0f172a;transition:color .2s ease}.ev-faq-trigger:hover{color:#0047ab}.ev-faq-arrow{transition:transform .3s ease;color:#64748b}.ev-faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.active .ev-faq-content{max-height:200px;padding-bottom:1.5rem}.ev-faq-text{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}@media only screen and (max-width:600px){.ev-container{padding:0 16px}.ev-hero{padding:2rem 0}.ev-hero-title{font-size:1.75rem;line-height:1.3}.ev-hero-subtitle{font-size:.9rem}.ev-programs-section{padding:1.5rem 1rem}.ev-section-title{font-size:1.35rem;margin-bottom:1.5rem}.ev-programs-grid{grid-template-columns:1fr;gap:1rem}.ev-service-section{padding:2rem 1rem}.ev-service-headline,.ev-service-subheadline{font-size:1.25rem}.ev-service-subheadline{margin-bottom:1.5rem}.ev-service-grid{grid-template-columns:1fr;gap:1rem}.ev-explore-section{padding:2rem 1rem}.ev-explore-title{font-size:1.35rem}.ev-categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ev-cta-section{padding:2.5rem 1rem}.ev-cta-text{font-size:1.5rem}.ev-cta-sub{font-size:.9rem}.ev-faq-section{padding:2rem 1rem}.ev-faq-title{font-size:1.5rem}.ev-faq-trigger{font-size:.9rem;padding:.75rem 0}}@media only screen and (min-width:600px){.ev-programs-section{padding:1.5rem 2rem}.ev-programs-grid{grid-template-columns:repeat(2,1fr)}.ev-service-section{padding:2.5rem 2rem}.ev-service-grid{grid-template-columns:repeat(2,1fr)}.ev-explore-section{padding:2.5rem 2rem}.ev-categories-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.ev-hero-title{font-size:2.5rem;line-height:1.2}.ev-programs-section{padding:1.5rem 4rem}.ev-section-title,.ev-service-headline,.ev-explore-title{font-size:1.6rem}.ev-cta-text{font-size:1.75rem}.ev-service-section,.ev-explore-section{padding:3rem 4rem}.ev-categories-grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:992px){.ev-hero-title{font-size:3.5rem;line-height:1.15}.ev-programs-section{padding:1.5rem 6rem}.ev-programs-grid{grid-template-columns:repeat(4,1fr)}.ev-service-section{padding:2rem 6rem}.ev-service-grid{grid-template-columns:repeat(4,1fr)}.ev-section-title,.ev-service-headline,.ev-service-subheadline,.ev-explore-title{font-size:1.75rem}.ev-cta-text{font-size:2rem}.ev-explore-section{padding:3rem 6rem}.ev-categories-grid{grid-template-columns:repeat(5,1fr);max-width:1200px;margin:0 auto}}@media only screen and (min-width:1200px){.ev-hero-title{font-size:54px;line-height:60px}.ev-programs-section{padding:1.5rem 9rem}.ev-service-section{padding:2rem 10rem}.ev-explore-section{padding:3rem 8rem}.ev-categories-grid{grid-template-columns:repeat(6,1fr)}}.ent-page{background-color:#f8fafc}.ent-hero{padding:3rem 0;text-align:center;background-color:#fff}.ent-hero .ent-badge{display:inline-block;padding:.4rem 1.25rem;background:#dee6f3;color:#001433;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.ent-hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:56px;line-height:1.1;text-align:center;max-width:800px;margin:0 auto 1.5rem;color:#001f3f}.ent-hero-title .ent-highlight{color:#0047ab}.ent-hero-subtitle{font-size:1rem;color:#64748b;margin-top:1rem;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.6}.ent-pricing-section{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:1.5rem 19rem}.ent-section-title{text-align:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:3rem}.ent-pricing-grid{display:flex;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.ent-pricing-card{background:#fff;border-radius:8px;padding:1rem 1.5rem;display:flex;flex-direction:column;width:100%;max-width:340px;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.ent-pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.ent-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ent-card-badge{background:#0045b1;color:#fff;padding:.25rem .85rem;border-radius:9999px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.ent-card-icons{display:flex;gap:.5rem}.ent-flag-icon{width:24px;height:24px;object-fit:contain}.ent-globe-icon{width:24px;height:24px}.ent-card-title{font-size:1.15rem;font-weight:700;color:#001433;margin-bottom:1.5rem;text-align:center}.ent-price-from{font-size:.7rem;color:#64748b;text-align:center;margin-bottom:0rem}.ent-card-price{font-size:2.5rem;font-weight:700;color:#16a34a;margin-bottom:1.5rem;text-align:center}.ent-card-description{font-size:.75rem;color:#64748b;line-height:1.5;margin-bottom:1.5rem;flex-grow:1;text-align:center}.ent-card-term{font-size:.7rem;color:#64748b;text-align:center;padding-top:0rem;border-top:none}.ent-service-info{background:#dee8f7;padding:2rem 10rem;text-align:center}.ent-service-promo{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;max-width:900px;margin-left:auto;margin-right:auto}.ent-service-extra{color:#0047ab;font-weight:700;font-size:1.5rem;margin-bottom:3rem;display:block}.ent-feature-card{background:#eef3fa;border:.87px solid #FFFFFF59;padding:1rem;border-radius:12px;max-width:400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 6px -1px #0000001a}.ent-feature-icon-box{width:48px;height:48px;background:#eff6ff;color:#0047ab;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.ent-feature-title{font-size:1.1rem;font-weight:700;color:#001433;margin-bottom:.75rem}.ent-feature-desc{font-size:.85rem;color:#64748b;line-height:1.5}.ent-creation-section{padding:2rem 9rem;background:#fff}.ent-creation-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:flex-start}.ent-creation-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem}.ent-bullet-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.25rem}.ent-bullet-item{display:flex;gap:1rem;align-items:flex-start}.ent-bullet-icon{margin-top:.2rem;color:#3b82f6;flex-shrink:0}.ent-bullet-text strong{display:block;color:#0f172a;margin-bottom:.25rem;font-size:.95rem}.ent-bullet-text span{color:#64748b;font-size:.9rem;line-height:1.5}.ent-eo-definition{background:#f8fafc;border-radius:8px;padding:2.5rem;border:1px solid #f1f5f9}.ent-def-title{font-size:1.5rem;font-weight:700;color:#0047ab;margin-bottom:.25rem}.ent-def-phonetic{font-size:.875rem;color:#94a3b8;margin-bottom:1.25rem;font-style:italic}.ent-def-text{color:#475569;font-size:.9rem;line-height:1.6}.ent-cta-section{padding:4rem 2rem;background:#dee8f7;text-align:center}.ent-cta-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.ent-cta-desc{font-size:1.1rem;color:#64748b;margin-bottom:2.5rem}.ent-cta-btn{background:#0047ab;color:#fff;padding:.875rem 2.5rem;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.ent-cta-btn:hover{background:#003a8c}.ent-faq-section{padding:3rem 0rem;background:#fff}.ent-faq-header{text-align:center;margin-bottom:3.5rem}.ent-faq-title{font-size:2.5rem;font-weight:700;color:#0f172a}.ent-faq-list{max-width:800px;margin:0 auto}.ent-faq-item{border-bottom:1px solid #f1f5f9}.ent-faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.ent-faq-question{font-size:1rem;font-weight:600;color:#1e293b}.ent-faq-arrow{transition:transform .2s ease;color:#94a3b8}.ent-faq-arrow.ent-open{transform:rotate(180deg)}.ent-faq-answer{padding-bottom:1.5rem;color:#64748b;font-size:.95rem;line-height:1.6;animation:ent-slideDown .3s ease-out}@keyframes ent-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:600px){.ent-hero{padding:2rem 1rem}.ent-hero-title{font-size:1.75rem;margin-bottom:1rem}.ent-hero-subtitle{font-size:.9rem;padding:0 .5rem}.ent-pricing-section{padding:1.5rem 1rem}.ent-section-title{font-size:1.25rem;margin-bottom:2rem}.ent-pricing-grid{flex-direction:column;align-items:center;gap:1.25rem}.ent-pricing-card{max-width:100%;padding:1rem}.ent-card-price{font-size:2rem}.ent-service-info{padding:1.5rem 1rem}.ent-service-promo{font-size:1.15rem}.ent-service-extra{font-size:1.1rem;margin-bottom:2rem}.ent-creation-section{padding:1.5rem 1rem}.ent-creation-grid{grid-template-columns:1fr;gap:2rem}.ent-creation-title{font-size:1.5rem;margin-bottom:1.5rem}.ent-eo-definition{padding:1.5rem}.ent-def-title{font-size:1.25rem}.ent-cta-section{padding:2.5rem 1rem}.ent-cta-title{font-size:1.5rem}.ent-cta-desc{font-size:.95rem}.ent-faq-section{padding:2rem 1rem}.ent-faq-title{font-size:1.75rem}.ent-faq-button{padding:1rem 0}.ent-faq-question{font-size:.9rem}}@media only screen and (min-width:600px){.ent-hero-title{font-size:2.25rem}.ent-pricing-section{padding:1.5rem 2rem}.ent-pricing-grid{flex-direction:column;align-items:center}.ent-service-info{padding:2rem}.ent-service-promo{font-size:1.35rem}.ent-creation-section{padding:2rem}.ent-creation-grid{grid-template-columns:1fr}}@media only screen and (min-width:768px){.ent-hero-title{font-size:2.75rem}.ent-pricing-section{padding:1.5rem 4rem}.ent-pricing-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.ent-pricing-card{max-width:320px}.ent-service-info{padding:2rem 4rem}.ent-service-promo{font-size:1.5rem}.ent-creation-section{padding:2rem 4rem}.ent-creation-grid{grid-template-columns:1fr;gap:3rem}}@media only screen and (min-width:992px){.ent-hero-title{font-size:3.25rem}.ent-pricing-section{padding:1.5rem 8rem}.ent-pricing-grid{flex-direction:row;gap:2rem}.ent-service-info{padding:2rem 6rem}.ent-service-promo{font-size:1.65rem}.ent-creation-section{padding:2rem 6rem}.ent-creation-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}@media only screen and (min-width:1200px){.ent-hero-title{font-size:56px}.ent-pricing-section{padding:1.5rem 10rem}.ent-pricing-grid{gap:2rem;max-width:1000px}.ent-pricing-card{max-width:340px}.ent-service-info{padding:2rem 10rem}.ent-service-promo{font-size:1.75rem}.ent-creation-section{padding:2rem 9rem}.ent-creation-grid{gap:4rem;max-width:1100px}}.misc-page{background-color:#f8fafc}.misc-hero{padding:3rem 0;text-align:center;background-color:#fff}.misc-hero .misc-badge{display:inline-block;padding:.4rem 1.25rem;background:#dee6f3;color:#001433;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.misc-hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:54px;line-height:1.1;text-align:center;margin:0 auto 1.5rem;color:#001f3f}.misc-hero-title .misc-highlight{color:#0047ab}.misc-hero-subtitle{font-size:1rem;color:#64748b;margin-top:1rem;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.6}.misc-pricing-section{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:1.5rem 12rem}.misc-section-title{text-align:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:3rem}.misc-pricing-grid{display:flex;justify-content:center;align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto}.misc-pricing-card{background:#fff;border-radius:8px;padding:.3rem .75rem;display:flex;flex-direction:column;width:100%;max-width:340px;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.misc-pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.misc-card-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.5rem}.misc-card-icons{display:flex;gap:.5rem}.misc-flag-icon{width:25px;height:25px;object-fit:contain}.misc-globe-icon{width:25px;height:25px}.misc-card-title{font-size:1.15rem;font-weight:700;color:#001433;margin-bottom:1.5rem;text-align:center}.misc-price-from{font-size:.7rem;color:#64748b;text-align:center;margin-bottom:0rem}.misc-card-price{font-size:2.5rem;font-weight:700;color:#16a34a;margin-bottom:1.5rem;text-align:center}.misc-card-description{font-size:.75rem;color:#64748b;line-height:1.5;margin-bottom:1.5rem;flex-grow:1;text-align:center}.misc-protection-section{padding:1rem 9rem;background:#fff}.misc-protection-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;align-items:center}.misc-protection-title{font-size:1.86rem;font-weight:700;color:#0f172a;margin-bottom:2rem}.misc-bullet-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.25rem}.misc-bullet-item{display:flex;gap:1rem;align-items:flex-start}.misc-bullet-icon{margin-top:.2rem;color:#3b82f6;flex-shrink:0}.misc-bullet-text{color:#64748b;font-size:.9rem;line-height:1.5}.misc-unthinkable-box{background:#f8fafc;border-radius:8px;padding:3rem 2rem;text-align:center;border:1px solid #f1f5f9}.misc-unthinkable-title{font-size:1.75rem;font-weight:700;color:#0047ab;margin-bottom:.75rem;line-height:1.2}.misc-unthinkable-sub{font-size:.95rem;color:#64748b}.misc-cta-section{padding:4rem 2rem;background:#dee8f7;text-align:center}.misc-cta-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.misc-cta-desc{font-size:1.1rem;color:#64748b;margin-bottom:2.5rem}.misc-cta-btn{background:#0047ab;color:#fff;padding:.875rem 2.5rem;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.misc-cta-btn:hover{background:#003a8c}.misc-faq-section{padding:3rem 0rem;background:#fff}.misc-faq-header{text-align:center;margin-bottom:3.5rem}.misc-faq-title{font-size:2.5rem;font-weight:700;color:#0f172a}.misc-faq-list{max-width:800px;margin:0 auto}.misc-faq-item{border-bottom:1px solid #f1f5f9}.misc-faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.misc-faq-question{font-size:1rem;font-weight:600;color:#1e293b}.misc-faq-arrow{transition:transform .2s ease;color:#94a3b8}.misc-faq-arrow.misc-open{transform:rotate(180deg)}.misc-faq-answer{padding-bottom:1.5rem;color:#64748b;font-size:.95rem;line-height:1.6;animation:misc-slideDown .3s ease-out}@keyframes misc-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:600px){.misc-hero{padding:2rem 1rem}.misc-hero-title{font-size:1.75rem;margin-bottom:1rem}.misc-hero-subtitle{font-size:.9rem;padding:0 .5rem}.misc-pricing-section{padding:1.5rem 1rem}.misc-section-title{font-size:1.25rem;margin-bottom:2rem}.misc-pricing-grid{flex-direction:column;align-items:center;gap:1.25rem}.misc-pricing-card{max-width:100%;padding:.5rem 1rem}.misc-card-price{font-size:2rem}.misc-protection-section{padding:1.5rem 1rem}.misc-protection-grid{grid-template-columns:1fr;gap:1.5rem}.misc-protection-title{font-size:1.4rem;margin-bottom:1.5rem}.misc-unthinkable-box{padding:2rem 1.5rem}.misc-unthinkable-title{font-size:1.35rem}.misc-unthinkable-sub{font-size:.85rem}.misc-cta-section{padding:2.5rem 1rem}.misc-cta-title{font-size:1.5rem}.misc-cta-desc{font-size:.95rem}.misc-faq-section{padding:2rem 1rem}.misc-faq-title{font-size:1.75rem}.misc-faq-button{padding:1rem 0}.misc-faq-question{font-size:.9rem}}@media only screen and (min-width:600px){.misc-hero-title{font-size:2.25rem}.misc-pricing-section{padding:1.5rem 2rem}.misc-pricing-grid{flex-direction:column;align-items:center}.misc-protection-section{padding:1.5rem 2rem}.misc-protection-grid{grid-template-columns:1fr}}@media only screen and (min-width:768px){.misc-hero-title{font-size:2.75rem}.misc-pricing-section{padding:1.5rem 4rem}.misc-pricing-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem}.misc-pricing-card{max-width:320px}.misc-protection-section{padding:2rem 4rem}.misc-protection-grid{grid-template-columns:1fr;gap:2rem}}@media only screen and (min-width:992px){.misc-hero-title{font-size:3.25rem}.misc-pricing-section{padding:1.5rem 8rem}.misc-pricing-grid{flex-direction:row;align-items:stretch;gap:1rem}.misc-protection-section{padding:2rem 6rem}.misc-protection-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media only screen and (min-width:1200px){.misc-hero-title{font-size:54px}.misc-pricing-section{padding:1.5rem 5rem}.misc-pricing-grid{gap:1rem;max-width:1100px}.misc-pricing-card{max-width:340px}.misc-protection-section{padding:1rem 9rem}.misc-protection-grid{gap:1rem;max-width:1100px}}.pers-page{background-color:#f8fafc}.pers-hero{padding:3rem 0;text-align:center;background-color:#fff}.pers-hero .pers-badge{display:inline-block;padding:.4rem 1.25rem;background:#dee6f3;color:#001433;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;text-transform:capitalize}.pers-hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:56px;line-height:1.1;text-align:center;max-width:900px;margin:0 auto 1.5rem;color:#001f3f}.pers-hero-title .pers-highlight{color:#0047ab}.pers-hero-subtitle{font-size:.9rem;color:#64748b;margin-top:1rem;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.6}.pers-pricing-section{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:2rem}.pers-section-title{text-align:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:3rem}.pers-pricing-grid{display:flex;justify-content:center;align-items:stretch;max-width:1100px;margin:0 auto}.pers-pricing-card{background:#fff;border-radius:8px;padding:1rem 1.5rem;display:flex;flex-direction:column;width:100%;max-width:340px;position:relative;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.pers-pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.pers-card-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.5rem;min-height:24px}.pers-card-badge{background:#0045b1;color:#fff;padding:.25rem .85rem;border-radius:9999px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.pers-card-title{font-size:1.15rem;font-weight:700;color:#001433;margin-bottom:1rem;text-align:center}.pers-price-from{font-size:.7rem;color:#64748b;text-align:center;margin-bottom:0rem}.pers-card-price{font-size:2.5rem;font-weight:700;color:#16a34a;margin-bottom:1rem;text-align:center}.pers-card-description{font-size:.75rem;color:#64748b;line-height:1.5;margin-bottom:1rem;flex-grow:1;text-align:center}.pers-card-term{font-size:.7rem;color:#64748b;text-align:center}.pers-items-section{padding:1.5rem 12rem;background:#fff;text-align:center}.pers-items-title{font-size:2rem;font-weight:700;color:#001433;margin-bottom:3rem}.pers-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}.pers-item-box{display:flex;flex-direction:column;align-items:center}.pers-item-icon{width:48px;height:48px;background:#eff6ff;color:#0047ab;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.pers-item-name{font-size:.95rem;font-weight:700;color:#001433;margin-bottom:.5rem}.pers-item-desc{font-size:.75rem;color:#64748b;line-height:1.4;max-width:180px}.pers-travel-section{padding:2rem 10rem;background:#fff}.pers-travel-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.pers-travel-title{font-size:1.6rem;font-weight:700;color:#001433;margin-bottom:2rem}.pers-bullet-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.7rem}.pers-bullet-item{display:flex;gap:1rem;align-items:flex-start}.pers-bullet-icon{margin-top:.2rem;color:#3b82f6;flex-shrink:0}.pers-bullet-text strong{display:block;color:#0f172a;font-size:.95rem}.pers-bullet-text span{color:#64748b;font-size:.85rem;line-height:1.5}.pers-endorsement-box{background:#f8fafc;border-radius:8px;padding:4rem 3rem;text-align:center;border:1px solid #f1f5f9}.pers-endorsement-title{font-size:1.5rem;font-weight:700;color:#0047ab;line-height:1.3}.pers-cta-section{padding:4rem 2rem;background:#dee8f7;text-align:center}.pers-cta-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.pers-cta-desc{font-size:1.1rem;color:#64748b;margin-bottom:2.5rem}.pers-cta-btn{background:#0047ab;color:#fff;padding:.875rem 2.5rem;border-radius:6px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.pers-cta-btn:hover{background:#003a8c}.pers-faq-section{padding:3rem 0rem;background:#fff}.pers-faq-header{text-align:center;margin-bottom:3.5rem}.pers-faq-title{font-size:2.5rem;font-weight:700;color:#0f172a}.pers-faq-list{max-width:800px;margin:0 auto}.pers-faq-item{border-bottom:1px solid #f1f5f9}.pers-faq-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.pers-faq-question{font-size:1rem;font-weight:600;color:#1e293b}.pers-faq-arrow{transition:transform .2s ease;color:#94a3b8}.pers-faq-arrow.pers-open{transform:rotate(180deg)}.pers-faq-answer{padding-bottom:1.5rem;color:#64748b;font-size:.95rem;line-height:1.6;animation:pers-slideDown .3s ease-out}@keyframes pers-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:600px){.pers-hero{padding:2rem 1rem}.pers-hero-title{font-size:1.75rem;margin-bottom:1rem}.pers-hero-subtitle{font-size:.85rem;padding:0 .5rem}.pers-pricing-section{padding:1.5rem 1rem}.pers-section-title{font-size:1.25rem;margin-bottom:2rem}.pers-pricing-grid{flex-direction:column;align-items:center}.pers-pricing-card{max-width:100%;padding:1rem}.pers-card-price{font-size:2rem}.pers-items-section{padding:1.5rem 1rem}.pers-items-title{font-size:1.35rem;margin-bottom:2rem}.pers-items-grid{grid-template-columns:1fr;gap:1.5rem}.pers-item-desc{max-width:100%}.pers-travel-section{padding:1.5rem 1rem}.pers-travel-grid{grid-template-columns:1fr;gap:2rem}.pers-travel-title{font-size:1.35rem;margin-bottom:1.5rem}.pers-endorsement-box{padding:2rem 1.5rem}.pers-endorsement-title{font-size:1.2rem}.pers-cta-section{padding:2.5rem 1rem}.pers-cta-title{font-size:1.5rem}.pers-cta-desc{font-size:.95rem}.pers-faq-section{padding:2rem 1rem}.pers-faq-title{font-size:1.75rem}.pers-faq-button{padding:1rem 0}.pers-faq-question{font-size:.9rem}}@media only screen and (min-width:600px){.pers-hero-title{font-size:2.25rem}.pers-pricing-section,.pers-items-section{padding:1.5rem 2rem}.pers-items-grid{grid-template-columns:repeat(2,1fr)}.pers-travel-section{padding:2rem}.pers-travel-grid{grid-template-columns:1fr}}@media only screen and (min-width:768px){.pers-hero-title{font-size:2.75rem}.pers-pricing-section,.pers-items-section{padding:1.5rem 4rem}.pers-items-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.pers-items-title{font-size:1.75rem}.pers-travel-section{padding:2rem 4rem}.pers-travel-grid{grid-template-columns:1fr;gap:3rem}}@media only screen and (min-width:992px){.pers-hero-title{font-size:3.25rem}.pers-pricing-section{padding:2rem 6rem}.pers-items-section{padding:1.5rem 8rem}.pers-items-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.pers-travel-section{padding:2rem 6rem}.pers-travel-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}@media only screen and (min-width:1200px){.pers-hero-title{font-size:56px}.pers-pricing-section{padding:2rem}.pers-pricing-grid{max-width:1100px}.pers-pricing-card{max-width:340px}.pers-items-section{padding:1.5rem 12rem}.pers-items-title{font-size:2rem;margin-bottom:3rem}.pers-items-grid{max-width:1100px}.pers-travel-section{padding:2rem 10rem}.pers-travel-grid{gap:4rem;max-width:1100px}.pers-endorsement-box{padding:2rem 1rem}.pers-endorsement-title{font-size:1.5rem}}.verify-page{background-color:#f8fafc;min-height:calc(100vh - 80px);padding:4rem 0}.verify-wrapper{max-width:800px;margin:0 auto}.verify-header{text-align:center;margin-bottom:4rem}.verify-title{font-size:3.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1}.verify-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.verify-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #F1F5F9}.verify-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.verify-form .form-group{display:flex;flex-direction:column}.verify-form .form-group label{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.verify-form .form-group input{width:100%;padding:.875rem 1.25rem;border:1px solid #F1F5F9;border-radius:8px;font-family:inherit;font-size:1rem;color:#0f172a;outline:none;transition:all .2s ease;background-color:#f8fafc}.verify-form .form-group input::placeholder{color:#94a3b8}.verify-form .form-group input:focus{border-color:#0049b8;background-color:#fff;box-shadow:0 0 0 4px #0049b81a}.verify-result-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden;border:1px solid #F1F5F9}.result-header{text-align:center;padding:2.5rem 2rem 1.5rem}.success-icon-wrapper{width:64px;height:64px;background-color:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#2563eb}.certificate-verification-title{font-size:1.5rem;font-weight:700;color:#0f172a}.result-content{padding:0 2rem 2.5rem}.info-box{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.holder-box{background-color:#f8fafc}.certificate-holder-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.info-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;margin-bottom:1.25rem;font-size:1rem}.info-row:last-child{margin-bottom:0}.info-row .label{color:#64748b;font-weight:500}.info-row .value{color:#0f172a;font-weight:600;text-align:right}.status-badge{background-color:#bfdbfe;color:#1e40af;padding:.25rem 1rem;border-radius:8px;font-size:.875rem;font-weight:700}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;margin-bottom:2rem}.btn-action{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#f8fafc;border:1px solid #F1F5F9;border-radius:8px;color:#0f172a;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-action:hover{background-color:#f1f5f9}.email-section{display:flex;flex-direction:column;gap:.75rem}.email-section label{font-size:.875rem;font-weight:700;color:#0f172a}.email-input-wrapper{display:flex;gap:.5rem}.email-input-wrapper input{flex:1;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:8px;font-size:.9375rem;outline:none;background-color:#f8fafc;color:#0f172a;transition:all .2s ease}.email-input-wrapper input:focus{background-color:#fff;border-color:#0049b8;box-shadow:0 0 0 4px #0049b81a}.btn-send-email{padding:.75rem;background-color:#0049b8;color:#fff;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.btn-send-email:hover{background-color:#003a8c}.btn-verify{width:100%;padding:1rem 1.5rem;background-color:#0049b8;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-verify:hover{background-color:#003a8c;transform:translateY(-1px);box-shadow:0 4px 12px #0047ab33}.btn-verify:active{transform:translateY(0)}@media(max-width:768px){.verify-title{font-size:2.5rem}.verify-form .form-row{grid-template-columns:1fr}.verify-form{padding:2.5rem 1.5rem}.verify-page{padding:4rem 1rem}.result-content{padding:0 1rem 2.5rem}.info-box{padding:1.25rem}.info-row{grid-template-columns:1fr;gap:.25rem}.info-row .value{text-align:left}}.auth-root{display:flex;height:100vh;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;overflow:hidden}.auth-left{flex:1;background-color:#0047b3;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px;color:#fff;padding:40px 60px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-back-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:0;margin-bottom:40px;opacity:.8;transition:opacity .2s}.auth-back-btn:hover{opacity:1}.auth-logo-section{display:flex;align-items:center;gap:12px;margin-bottom:80px}.auth-logo-img{height:28px;width:auto;filter:brightness(0) invert(1)}.auth-logo-text{font-size:22px;font-weight:700;letter-spacing:1px}.auth-hero{max-width:500px}.auth-hero-title{font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1.1;margin-bottom:20px}.auth-hero-subtitle{font-size:16px;line-height:1.6;opacity:.9;max-width:400px}.auth-left-footer{margin-top:auto;font-size:11px;line-height:1.8;opacity:.7}.auth-left-footer p{margin:0}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;background-color:#f8fafc;overflow-y:auto}.auth-card{width:100%;max-width:480px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:32px;margin:auto}.auth-tabs{display:flex;background-color:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:24px}.auth-tab{flex:1;padding:8px;border:none;background:none;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;transition:all .2s}.auth-tab.active{background:#fff;color:#0f172a;box-shadow:0 2px 4px #0000000d}.auth-heading{margin-bottom:24px}.auth-heading-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:4px}.auth-heading-subtitle{font-size:13px;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input-row{display:flex;gap:12px}.auth-field{display:flex;flex-direction:column;gap:6px;flex:1}.auth-label{font-size:13px;font-weight:600;color:#334155}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.auth-input{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s}.auth-input:focus{outline:none;border-color:#0047b3;box-shadow:0 0 0 3px #0047b31a}.auth-checkbox-field{display:flex;align-items:flex-start;gap:10px;margin-top:2px}.auth-checkbox{width:16px;height:16px;margin-top:2px;cursor:pointer}.auth-checkbox-label{font-size:12px;color:#64748b;line-height:1.4}.auth-submit-btn{background-color:#0047b3;color:#fff;padding:12px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:4px}.auth-submit-btn:hover{background-color:#003a96}.auth-link{color:#0047b3;font-weight:600;cursor:pointer;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link-sm{background:none;border:none;color:#0047b3;font-size:11px;font-weight:600;padding:0;cursor:pointer}.auth-link-inline{color:#0047b3;font-weight:600;cursor:pointer}.auth-switch-text{text-align:center;font-size:13px;color:#64748b;margin-top:8px}@media(max-width:1024px){.auth-hero-title{font-size:42px}}@media(max-width:768px){.auth-root{flex-direction:column;height:auto;overflow-y:auto}.auth-left{padding:30px;height:auto;min-height:auto}.auth-logo-section{margin-bottom:30px}.auth-hero-title{font-size:32px}.auth-left-footer{display:none}.auth-right{padding:20px;height:auto;overflow-y:visible}.auth-card{padding:24px;box-shadow:none;max-width:100%}.auth-input-row{flex-direction:column}}.platform-page{width:100%;font-family:var(--font-main)}.platform-hero{background:linear-gradient(289.61deg,#00398f 41.16%,#1256bd);color:#fff;padding:5rem 9rem;text-align:center}.platform-hero .container{display:flex;flex-direction:column;align-items:center}.platform-badge{background-color:#ffffff26;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:2rem;letter-spacing:.025em;display:inline-block}.platform-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:4rem;max-width:900px}.platform-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.platform-card{background:#1e54a7;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;height:100%;text-decoration:none}.platform-card:hover{background-color:#ffffff26;transform:translateY(-5px)}.card-icon-wrapper{background:#001433bf;width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.card-description{font-size:.8rem;line-height:1.6;opacity:.9;color:#fff}.platform-info-section{background-color:#f8fafc;padding:6rem 8rem;text-align:center;color:var(--text-main)}.platform-info-section .container{display:flex;flex-direction:column;align-items:center}.info-badge{background-color:#e2e8f0;color:#0049b8;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;display:inline-block}.info-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:2rem;letter-spacing:-.025em}.info-description{max-width:700px;margin:0 auto 5rem;font-size:1.125rem;line-height:1.8;color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;width:100%;max-width:1000px;margin:0 auto}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:3rem;font-weight:800;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#64748b;font-weight:500}@media only screen and (max-width:600px){.platform-hero{padding:3rem 1.5rem}.platform-title{font-size:1.75rem;margin-bottom:2.5rem}.platform-cards-grid{grid-template-columns:1fr;gap:1rem}.platform-info-section{padding:3rem 1.5rem}.info-title{font-size:1.5rem}.info-description{margin-bottom:3rem;font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-value{font-size:2.25rem}.stat-label{font-size:.875rem}}@media only screen and (min-width:600px){.platform-hero{padding:4rem 2rem}.platform-title{font-size:2rem}.platform-cards-grid{grid-template-columns:1fr;gap:1.5rem}.platform-info-section{padding:4rem 2rem}.info-title{font-size:1.75rem}.stats-grid{grid-template-columns:1fr;gap:2.5rem}}@media only screen and (min-width:768px){.platform-hero{padding:4.5rem 3rem}.platform-title{font-size:2.25rem}.platform-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.platform-info-section{padding:5rem 3rem}.info-title{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media only screen and (min-width:992px){.platform-hero{padding:5rem 4rem}.platform-title{font-size:2.75rem}.platform-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.platform-info-section{padding:5.5rem 5rem}.info-title{font-size:2.25rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem}}@media only screen and (min-width:1200px){.platform-hero{padding:5rem 9rem}.platform-title{font-size:3rem;margin-bottom:4rem}.platform-cards-grid{gap:2rem}.platform-info-section{padding:6rem 8rem}.info-title{font-size:2.5rem}.stats-grid{gap:4rem}}.clients-page{width:100%;font-family:var(--font-main);background-color:var(--bg-light)}.clients-hero{background-color:#fff;background:linear-gradient(to bottom,#fff,#f0f5ff);padding:3rem 0;text-align:center}.clients-hero .container{display:flex;flex-direction:column;align-items:center}.clients-badge{background-color:#e2e8f0;color:#475569;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;display:inline-block}.clients-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#0f172a;max-width:900px}.clients-title .highlight{color:#0047ab}.clients-subtitle{font-size:1rem;color:#64748b;max-width:700px;margin-bottom:4rem;line-height:1.6}.clients-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1000px}.client-action-card{background-color:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:left;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #E2E8F0;transition:transform .2s ease,box-shadow .2s ease}.client-action-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.action-icon-wrapper{width:56px;height:56px;background-color:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:1.5rem}.action-card-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.action-card-desc{font-size:.95rem;color:#64748b;margin-bottom:2rem;line-height:1.5}.policy-features{list-style:none;padding:0;margin-bottom:2rem;width:100%}.policy-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:#475569}.policy-features li:before{content:"•";color:#2563eb;font-weight:700;font-size:1.25rem}.broker-search-form{display:flex;gap:.5rem;width:100%;margin-top:auto}.broker-search-input{flex:1;padding:.75rem 1rem;border:1px solid #CBD5E1;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.broker-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.client-btn{width:100%;padding:.875rem;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;border:none;font-size:1rem;transition:background-color .2s;display:block;text-decoration:none}.btn-blue{background-color:#0047ab;color:#fff}.btn-blue:hover{background-color:#1e3a8a}.why-work-section{background:#dee8f7;padding:3rem 10rem;text-align:center}.why-work-title{font-size:2.25rem;font-weight:700;color:#001433;margin-bottom:4rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto}.benefit-item{display:flex;flex-direction:column;align-items:center}.benefit-icon-wrapper{width:64px;height:64px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.benefit-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.benefit-desc{font-size:1rem;color:#64748b;line-height:1.6}@media(max-width:768px){.clients-title{font-size:2.5rem}.clients-cards-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr;gap:2.5rem}}.brokers-page{width:100%;font-family:var(--font-main);background-color:var(--white)}.brokers-hero{padding:3rem 0;text-align:center;background-color:var(--white)}.brokers-hero .container{display:flex;flex-direction:column;align-items:center}.brokers-badge{background-color:#e2e8f0;color:#475569;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;display:inline-block}.brokers-title{font-size:3.3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#0f172a;max-width:900px}.brokers-title .highlight{color:#0047ab}.brokers-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin-bottom:3rem;line-height:1.6}.brokers-banner{background:linear-gradient(270deg,#00398f,#689ce7 77.88%);padding:3rem 0;text-align:center;color:#fff}.brokers-banner-title{color:#001433;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.brokers-features-section{padding:2rem 10rem;background-color:var(--white);text-align:center}.features-title{font-size:2.25rem;font-weight:700;color:#001433;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;text-align:left}.feature-card{background-color:#f8fafc;padding:1.5rem;border-radius:8px;display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease;border:1px solid transparent;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:var(--white);border-color:#e2e8f0}.feature-icon{color:#0047ab;flex-shrink:0}.feature-content h3{font-size:1.125rem;font-weight:700;color:#001433;margin-bottom:.75rem}.feature-content p{font-size:.95rem;color:#64748b;line-height:1.6}.brokers-cta-section{background-color:#e6f0ff;padding:4rem 10rem;text-align:center}.cta-title{font-size:2.25rem;font-weight:700;color:#001433;margin-bottom:1rem}.cta-desc{font-size:1rem;color:#64748b;margin-bottom:2.5rem}@media(max-width:768px){.brokers-title{font-size:2.5rem}.brokers-banner-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-card{flex-direction:column;align-items:center;text-align:center}}.carriers-page{width:100%;font-family:var(--font-main);background-color:var(--white)}.carriers-hero{padding:3rem 0;text-align:center;background-color:var(--white)}.carriers-hero .container{display:flex;flex-direction:column;align-items:center}.carriers-badge{background-color:#e2e8f0;color:#475569;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;display:inline-block}.carriers-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;color:#0f172a}.formula-banner{background-color:#0047ab;padding:3rem 5rem;color:#fff}.formula-container{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;flex-wrap:wrap}.formula-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.formula-icon{width:48px;height:48px;color:#fff}.formula-text{font-size:1.25rem;font-weight:700;line-height:1.2}.formula-operator{font-size:3rem;font-weight:300;opacity:.8;margin-top:-1rem}.carriers-features-section{padding:3rem 2rem;background-color:var(--white);max-width:1000px;margin:0 auto}.carriers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.carrier-feature-card{background-color:#f8fafc;padding:2rem;border-radius:8px;border:1px solid #E2E8F0}.carrier-feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.carrier-feature-icon{color:#0047ab}.carrier-feature-title{font-size:1.25rem;font-weight:700;color:#0f172a}.carrier-feature-desc{font-size:.95rem;color:#64748b;line-height:1.6}.accordion-toggle{margin-left:auto;color:#94a3b8}.cross-marketing-card{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:3rem;display:flex;align-items:flex-start;gap:2rem}.cross-marketing-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.cross-marketing-content p{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.carriers-cta-section{background-color:#e6f0ff;padding:4rem 10rem;text-align:center}@media(max-width:768px){.carriers-title{font-size:2.5rem}.formula-container{flex-direction:column;gap:2rem}.formula-operator{transform:rotate(90deg);margin:0}.carriers-grid{grid-template-columns:1fr}.cross-marketing-card{flex-direction:column}}main{min-height:calc(100vh - 480px)}.page-content{padding:6rem 0;animation:fadeIn .5s ease-out}.page-content .page-title{font-size:2.75rem;font-weight:800;color:var(--text-main);margin-bottom:.75rem;letter-spacing:-.025em}.page-content .page-description{font-size:1.125rem;color:var(--text-muted);line-height:1.6;max-width:560px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;background:linear-gradient(270deg,#00398f,#689ce7 77.88%)}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px}.card-premium{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-premium:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.hover-scale{transition:transform .2s ease}.hover-scale:hover{transform:scale(1.02)}.glass-effect{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}@media only screen and (max-width:600px){.page-content{padding:3rem 0}.page-content .page-title{font-size:1.75rem;margin-bottom:.5rem}.page-content .page-description{font-size:1rem}.page-content.container{padding-left:1rem;padding-right:1rem}}@media only screen and (min-width:600px){.page-content{padding:4rem 0}.page-content .page-title{font-size:2rem}.page-content .page-description{font-size:1.0625rem}.page-content.container{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:768px){.page-content{padding:5rem 0}.page-content .page-title{font-size:2.25rem}.page-content .page-description{font-size:1.125rem}.page-content.container{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:992px){.page-content{padding:5.5rem 0}.page-content .page-title{font-size:2.5rem}}@media only screen and (min-width:1200px){.page-content{padding:6rem 0}.page-content .page-title{font-size:2.75rem}.page-content.container{padding-left:2rem;padding-right:2rem}}
