*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#0f172a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}p{margin-bottom:1rem;color:#475569}a{color:#0f172a;text-decoration:none;transition:color .2s ease}a:hover{color:#d64209}ul{list-style:none}img{max-width:100%;height:auto;display:block}.text-center{text-align:center}.text-accent{color:#d64209}.text-white{color:#fff}.bg-light{background-color:#f8fafc}.bg-primary{background-color:#0f172a}.bg-grid{background-size:40px 40px;background-image:linear-gradient(to right,rgba(15,23,42,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(15,23,42,.04) 1px,transparent 1px)}.mt-lg{margin-top:4rem}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.section{padding:4rem 0}@media (min-width:992px){.section{padding:6rem 0}}.section__title{font-size:2rem;margin-bottom:2rem;font-weight:700;color:#0f172a}@media (min-width:768px){.section__title{font-size:2.5rem}}.section__subtitle{font-size:1.125rem;color:#475569;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.5);z-index:999}.header__container{display:flex;align-items:center;justify-content:space-between;height:70px;position:relative;z-index:1001}.header__cta{margin-left:auto;padding:8px 14px;font-size:.8125rem}@media (min-width:768px){.header__cta{margin-left:1rem;padding:10px 20px;font-size:.875rem}}.lang-switch{position:relative;z-index:1001;display:none}@media (min-width:768px){.lang-switch{display:block;margin-left:1rem}}.lang-switch__btn{display:flex;align-items:center;gap:6px;padding:6px 10px;background:0 0;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;color:#0f172a;transition:all .2s ease;line-height:1;text-transform:uppercase}.lang-switch__btn:hover{border-color:#d64209;color:#d64209}.lang-switch__btn svg{width:14px;height:14px;opacity:.5}.lang-switch__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03);min-width:120px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;overflow:hidden}.lang-switch__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch__option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:0 0;border:none;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:500;color:#475569;transition:all .2s ease;text-align:left}.lang-switch__option:hover{background:#f8fafc;color:#0f172a}.lang-switch__option.is-active{color:#d64209;font-weight:700}.lang-switch__option .lang-flag{font-size:1rem;line-height:1}.logo{display:flex;align-items:center;position:relative;z-index:1001}.logo img{height:40px;width:auto}@media (min-width:768px){.logo img{height:48px}}.nav{display:none;margin-left:auto}@media (min-width:768px){.nav{display:block}}.nav__list{display:flex;gap:2rem}.nav__link{font-weight:600;color:#0f172a;font-size:.9375rem}.nav__link:hover{color:#d64209}.mobile-overlay{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:#fff;z-index:998;display:flex;flex-direction:column;padding:2rem 24px 40px;transform:translateY(-120%);transition:transform .5s cubic-bezier(.77,.2,.05,1);overflow-y:auto}.mobile-overlay.is-active{transform:translateY(0)}.mobile-overlay__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.mobile-overlay__header{font-size:1.5rem;font-weight:800;color:#0f172a;text-decoration:none}.mobile-overlay .lang-switch{display:block}.mobile-overlay__title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#475569;margin-bottom:1.5rem;font-weight:700}.mobile-menu-btn{display:block;background:0 0;border:none;cursor:pointer;padding:5px;margin-left:20px;position:relative;z-index:1001}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{display:block;width:24px;height:2px;background-color:#0f172a;margin-bottom:6px;transition:all .3s ease}.mobile-menu-btn span:last-child{margin-bottom:0}.mobile-menu-btn.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-btn.is-active span:nth-child(2){opacity:0}.mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}main{padding-top:70px}.footer{background-color:#fff;padding:6rem 0 2rem}.footer__container{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.footer__container{grid-template-columns:1fr 2fr;gap:5rem}}.footer__brand{display:flex;flex-direction:column;align-items:flex-start}.footer__logo-link{display:flex;align-items:center;text-decoration:none;margin-bottom:1.5rem}.footer__logo{height:80px;width:auto}.footer__desc{color:#475569;line-height:1.6;font-size:1.125rem;margin-bottom:0}.footer__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.footer__links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__links a{color:#475569;text-decoration:none;transition:color .2s ease;font-size:1rem}.footer__links a:hover{color:#0f172a}.footer__disclaimer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.6);color:#475569;font-size:.8125rem;line-height:1.6;max-width:56rem}.footer__bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.6);display:flex;flex-direction:column;align-items:center;gap:1rem;color:#475569;font-size:.875rem}@media (min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__bottom p{margin:0}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{color:#475569;text-decoration:none;transition:color .2s ease}.footer__bottom-links a:hover{color:#0f172a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#d64209 0,#b53506 100%);color:#fff;box-shadow:0 4px 14px 0 rgba(214,66,9,.39);border:1px solid rgba(255,255,255,.1)}.btn--primary:hover{box-shadow:0 6px 20px rgba(214,66,9,.23);transform:translateY(-2px);color:#fff}.btn--dark{background:#0f172a;color:#fff;box-shadow:0 4px 14px 0 rgba(15,23,42,.39);border:1px solid rgba(255,255,255,.1)}.btn--dark:hover{box-shadow:0 6px 20px rgba(15,23,42,.23);transform:translateY(-2px);color:#fff}.btn--white{background:#fff;color:#0f172a;box-shadow:0 4px 14px 0 rgba(0,0,0,.05);border:1px solid rgba(226,232,240,.8)}.btn--white:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px);color:#0f172a}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn .btn-icon-right{margin-left:.5rem;transition:transform .2s ease}.btn:hover .btn-icon-right{transform:translateX(4px)}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.badge--monitoring{background-color:rgba(16,185,129,.1);color:#10b981;border:1px solid rgba(16,185,129,.2)}.badge--active{background-color:rgba(16,185,129,.1);color:#10b981;border:none}.badge--testing{background-color:rgba(241,196,15,.1);color:#f1c40f;border:none}.badge--expansion{background-color:rgba(214,66,9,.1);color:#d64209;border:none}.badge--suspended{background-color:rgba(71,85,105,.1);color:#475569;border:none}.badge--b2b{background-color:rgba(214,66,9,.1);color:#d64209;border:none}.pulse-dot{width:6px;height:6px;background-color:currentColor;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}.dashboard-card{background:rgba(255,255,255,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.25rem;padding:2rem;box-shadow:0 20px 40px -10px rgba(15,23,42,.08),0 10px 20px -5px rgba(15,23,42,.05);border:1px solid rgba(255,255,255,.5);width:100%;max-width:420px;margin:0 auto;position:relative;z-index:2}.dashboard-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.5)}.dashboard-card__title-group{display:flex;align-items:center;gap:.5rem}.dashboard-card__icon{font-size:1.5rem}.dashboard-card__country{font-weight:700;font-size:1.25rem;color:#0f172a}.dashboard-card__body{margin-bottom:2rem}.dashboard-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;background:rgba(248,250,252,.5);padding:1rem;border-radius:.75rem}.dashboard-card__progress{margin-bottom:2rem}.dashboard-card__progress .progress-bar{height:6px;background:rgba(15,23,42,.1);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.dashboard-card__progress .progress-fill{height:100%;background:#10b981;border-radius:3px}.dashboard-card__progress .progress-text{font-size:.75rem;color:#475569;font-weight:600}.dashboard-card__log{font-family:monospace;font-size:.75rem;background:#0f172a;color:#94a3b8;padding:1rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.25rem}.dashboard-card__log .log-item{display:flex;gap:.5rem}.dashboard-card__log .log-item.success .log-msg{color:#10b981}.dashboard-card__log .log-time{color:#64748b}.dashboard-card__footer{font-size:.75rem;color:#475569;text-align:center;border-top:1px solid rgba(226,232,240,.5);padding-top:1rem}.floating{animation:floating 6s ease-in-out infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}.glow-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(214,66,9,.15) 0,transparent 60%);z-index:1;pointer-events:none}.stat-item{display:flex;flex-direction:column}.stat-item__label{font-size:.875rem;color:#475569;margin-bottom:.25rem}.stat-item__value{font-size:1.5rem;font-weight:700;color:#0f172a}.stat-item__value.success{color:#10b981}.pulse-indicator{width:10px;height:10px;background-color:#10b981;border-radius:50%;position:relative}.pulse-indicator::after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid #10b981;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.5);opacity:1}100%{transform:scale(1.5);opacity:0}}.check-list li,.cross-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-weight:500;color:#0f172a}.check-list li::before,.cross-list li::before{content:"";position:absolute;left:0;top:.25rem;width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.check-list li::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310B981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>')}.cross-list li::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23EF4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>')}.accordion{max-width:800px;margin:0 auto}.accordion__item{border:1px solid rgba(226,232,240,.8);border-radius:16px;margin-bottom:1rem;background-color:#fff;overflow:hidden;transition:all .3s ease}.accordion__item:hover{border-color:rgba(15,23,42,.2)}.accordion__header{width:100%;text-align:left;padding:1.5rem 2rem;background:0 0;border:none;font-size:1.125rem;font-weight:700;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.accordion__header:hover{background-color:rgba(15,23,42,.01)}.accordion__icon{width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center}.accordion__icon::before{content:"";width:12px;height:12px;border-right:2px solid #475569;border-bottom:2px solid #475569;transform:rotate(45deg);transition:transform .3s ease;margin-bottom:4px}.accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 2rem}.accordion__content p{padding-bottom:1.5rem;margin-bottom:0;color:#475569;font-size:1.125rem;line-height:1.6}.accordion__item.active{border-color:rgba(15,23,42,.15)}.accordion__item.active .accordion__icon::before{transform:rotate(-135deg);margin-bottom:-4px}.accordion__item.active .accordion__content{max-height:500px}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:992px){.contact-grid{grid-template-columns:1.2fr 1fr;gap:3rem}}.contact-col{display:flex;flex-direction:column;gap:1.5rem}.contact-group{display:flex;flex-direction:column}.contact-link{display:flex;align-items:center;gap:1rem;color:#475569;text-decoration:none;font-size:1rem;transition:color .2s ease}.contact-link__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(226,232,240,.3);border-radius:10px;color:#475569;transition:all .2s ease;flex-shrink:0}.contact-link .address-text{flex:1;line-height:1.4}.contact-link:hover{color:#0f172a}.contact-link:hover .contact-link__icon{background-color:rgba(214,66,9,.1);color:#d64209}.contact-note{font-size:.8125rem;color:#64748b;line-height:1.4;margin-top:.5rem;padding-left:3.5rem;max-width:280px;font-style:italic}.hero{padding:6rem 0;background:#fff;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero::before{content:"";position:absolute;top:-50%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(15,23,42,.03) 0,transparent 70%);border-radius:50%;z-index:0}.hero__container{display:grid;grid-template-columns:1fr;gap:6rem;align-items:center;position:relative;z-index:1}@media (min-width:992px){.hero__container{grid-template-columns:1.2fr 1fr}}.hero__badge{margin-bottom:1rem}.hero__title{font-size:3rem;margin-bottom:2rem;line-height:1.1;letter-spacing:-.03em}@media (min-width:768px){.hero__title{font-size:4rem}}.hero__subtitle{font-size:1.125rem;color:#475569;margin-bottom:4rem;max-width:540px;line-height:1.6}@media (min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__bullets{margin-bottom:6rem;display:flex;flex-direction:column;gap:1rem}.hero__bullets li{display:flex;align-items:center;gap:1rem;font-weight:500;color:#0f172a;font-size:1.125rem}.hero__bullets .bullet-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:rgba(214,66,9,.15);color:#d64209}.hero__actions{margin-bottom:2rem}.hero__social-proof{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.5)}@media (min-width:768px){.hero__social-proof{flex-direction:row;gap:1rem}}.hero__social-proof .avatars{display:flex;align-items:center}.hero__social-proof .avatars .avatar{width:36px;height:36px;border-radius:50%;border:2px solid #f8fafc;margin-left:-12px;-o-object-fit:cover;object-fit:cover}.hero__social-proof .avatars .avatar:first-child{margin-left:0}.hero__social-proof .avatars .avatar--more{background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#475569}.hero__social-proof .social-proof-text{font-size:.875rem;color:#475569;text-align:center}@media (min-width:768px){.hero__social-proof .social-proof-text{text-align:left}}.hero__social-proof .social-proof-text strong{color:#0f172a;font-weight:600}.hero__visual{position:relative;padding:2rem;margin-bottom:10rem}.hero__visual::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(214,66,9,.1) 0,transparent 70%);z-index:-1}.partners{background-color:#f8fafc;padding:4rem 0;border-top:1px solid rgba(226,232,240,.5);border-bottom:1px solid rgba(226,232,240,.5)}.partners__title{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;text-align:center;color:#475569;margin-bottom:2.5rem;font-weight:600}.partners__logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}@media (min-width:768px){.partners__logos{gap:5rem}}.partners__logo{height:35px;width:auto;filter:grayscale(1);opacity:.6;transition:all .3s ease;pointer-events:none}@media (min-width:768px){.partners__logo{height:40px;max-width:220px}}.partners__logo-link{display:flex;align-items:center;text-decoration:none;transition:all .3s ease}.partners__logo-link:hover{transform:scale(1.05)}.partners__logo-link:hover .partners__logo{filter:grayscale(0);opacity:1}.how-it-works{background-color:#fff}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:576px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{background-color:#f8fafc;padding:2.5rem 2rem;border-radius:1.5rem;border:1px solid rgba(226,232,240,.6);transition:all .3s ease;height:100%;position:relative;box-shadow:none}.step-card:hover{transform:translateY(-4px);box-shadow:0 1px 3px rgba(0,0,0,.04);border-color:rgba(15,23,42,.1)}.step-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.step-card__icon{width:56px;height:56px;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#d64209;box-shadow:0 4px 12px rgba(0,0,0,.03)}.step-card__icon svg{width:24px;height:24px}.step-card__number{font-size:3.5rem;font-weight:800;color:rgba(15,23,42,.05);line-height:1}.step-card__title{font-size:1.375rem;margin-bottom:1rem;font-weight:700}.step-card__desc{margin-bottom:0;font-size:1rem;color:#475569;line-height:1.6}.two-columns{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width:768px){.two-columns{grid-template-columns:1fr 1fr}}.column{background-color:#fff;padding:4rem;border-radius:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03);border:1px solid #e2e8f0;transition:all .3s ease}.column:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px rgba(15,23,42,.08),0 10px 20px -5px rgba(15,23,42,.05)}.column__title{margin-bottom:2rem}.target-audience-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width:768px){.target-audience-grid{grid-template-columns:1fr 1fr;gap:3rem}}.target-card{background-color:#fff;border-radius:32px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.03);border:1px solid rgba(226,232,240,.6)}.target-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.target-card__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.target-card__icon--green{background-color:rgba(16,185,129,.1)}.target-card__icon--red{background-color:rgba(239,68,68,.1)}.target-card__title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.target-card--not .target-card__title{color:#475569}.target-list{display:flex;flex-direction:column;gap:1.25rem;list-style:none;padding:0;margin:0}.target-list__item{display:flex;align-items:center;gap:1rem;font-size:1.0625rem;color:#0f172a;font-weight:500}.target-list__icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.target-list__icon--green{background-color:rgba(16,185,129,.1)}.target-list__icon--red{background-color:rgba(239,68,68,.1)}.target-card--not .target-list__item{color:#475569}.coverage-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.coverage-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.coverage-header__text{max-width:600px}.coverage-header__title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.coverage-header__desc{font-size:1.125rem;color:#475569;margin:0;line-height:1.6}.coverage-header__link{background:0 0;border:none;color:#d64209;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:0;transition:opacity .2s}.coverage-header__link:hover{opacity:.8}.coverage-header__link svg{transition:transform .2s}.coverage-header__link:hover svg{transform:translateX(4px)}.coverage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:768px){.coverage-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.coverage-grid{grid-template-columns:repeat(6,1fr)}}.coverage-grid.is-expanded .hidden-card{display:flex;animation:fadeSlideUp .4s ease-out both}.coverage-grid.is-expanded .hidden-card:nth-child(7){animation-delay:30ms}.coverage-grid.is-expanded .hidden-card:nth-child(8){animation-delay:60ms}.coverage-grid.is-expanded .hidden-card:nth-child(9){animation-delay:90ms}.coverage-grid.is-expanded .hidden-card:nth-child(10){animation-delay:.12s}.coverage-grid.is-expanded .hidden-card:nth-child(11){animation-delay:.15s}.coverage-grid.is-expanded .hidden-card:nth-child(12){animation-delay:.18s}.coverage-grid.is-expanded .hidden-card:nth-child(13){animation-delay:.21s}.coverage-grid.is-expanded .hidden-card:nth-child(14){animation-delay:.24s}.coverage-grid.is-expanded .hidden-card:nth-child(15){animation-delay:.27s}.coverage-grid.is-expanded .hidden-card:nth-child(16){animation-delay:.3s}.coverage-grid.is-closing .hidden-card{display:flex;animation:fadeOut .2s ease-out both}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(15px)}100%{opacity:1;transform:translateY(0)}}.coverage-card{background:#fff;border:1px solid rgba(226,232,240,.6);border-radius:24px;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.02);transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit}.coverage-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.05)}.coverage-card__flag{font-size:2.5rem;margin-bottom:1rem;line-height:1}.coverage-card__name{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.hidden-card{display:none}.benefits-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:992px){.benefits-layout{grid-template-columns:1fr 1.5fr;gap:4rem}}.benefits-header__title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}@media (min-width:768px){.benefits-header__title{font-size:3rem}}.benefits-header__desc{font-size:1.125rem;color:#475569;line-height:1.6;margin-bottom:2.5rem}.benefits-stat-card{background:linear-gradient(135deg,#d64209 0,#b53506 100%);border-radius:24px;padding:2.5rem;color:#fff}.benefits-stat-card__number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;line-height:1}.benefits-stat-card__label{font-size:1.125rem;opacity:.9;line-height:1.5}.benefits-grid{display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;gap:1.5rem;align-items:flex-start}.benefit-item__icon{width:56px;height:56px;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d64209;box-shadow:0 4px 12px rgba(0,0,0,.03)}.benefit-item__content{flex:1}.benefit-item__title{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.benefit-item__desc{color:#475569;margin-bottom:0;font-size:1rem;line-height:1.6}.stats{background:#0f172a;padding:6rem 0}.stats-grid{display:grid;grid-template-columns:1fr;gap:4rem;text-align:center}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-box__number{font-size:4rem;font-weight:800;line-height:1;margin-bottom:1rem}.stat-box:nth-child(1) .stat-box__number{color:#d64209}.stat-box:nth-child(2) .stat-box__number{color:#fff}.stat-box:nth-child(3) .stat-box__number{color:#10b981}.stat-box__label{font-size:1.125rem;font-weight:500;color:rgba(255,255,255,.7)}.booking-info{background-color:#fff;padding:6rem 0}.info-card{max-width:900px;margin:0 auto;background-color:#f8fafc;border:1px solid rgba(226,232,240,.6);padding:2.5rem;border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}@media (min-width:768px){.info-card{flex-direction:row;align-items:center;gap:2.5rem;padding:3rem 4rem}}.info-card__icon-wrapper{width:80px;height:80px;background-color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 20px rgba(0,0,0,.04)}.info-card__icon{color:#d64209;stroke:#d64209;width:32px;height:32px}.info-card__content{flex:1}.info-card__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.info-card__desc{color:#475569;font-size:1.125rem;line-height:1.6;margin-bottom:0}.limited-access{background-color:#fff;padding:6rem 0}.quality-card{background-color:#f8fafc;border-radius:32px;padding:3rem 2rem;width:100%;margin:0 auto;border:1px solid rgba(226,232,240,.6);display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;overflow:hidden}.quality-card::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:radial-gradient(circle at 85% 15%,rgba(214,66,9,.08) 0,transparent 50%);pointer-events:none;z-index:0}.quality-card>*{position:relative;z-index:1}@media (min-width:768px){.quality-card{padding:5rem 6rem}}.quality-card__badge{display:inline-block;background-color:rgba(214,66,9,.1);color:#d64209;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:9999px;margin-bottom:2rem}.quality-card__title{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){.quality-card__title{font-size:3.5rem}}.quality-card__desc{font-size:1.125rem;color:#475569;line-height:1.6;margin-bottom:2.5rem;max-width:600px}@media (min-width:768px){.quality-card__desc{font-size:1.25rem}}.final-cta{background-color:#0f172a;padding:8rem 0}.final-cta__title{font-size:3rem;font-weight:800;margin-bottom:3rem;color:#fff;line-height:1.2}@media (min-width:768px){.final-cta__title{font-size:4rem}}.final-cta__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}@media (min-width:768px){.final-cta__buttons{flex-direction:row;gap:1.5rem}}.final-cta__buttons .btn{min-width:200px}.final-cta__desc{font-size:1rem;color:rgba(255,255,255,.6);margin-bottom:0}.page-404{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem}.error-404{position:relative;width:100%;max-width:720px;margin:0 auto;padding:0 1.5rem;text-align:center}.error-404__bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.error-404__bg::before{content:"";position:absolute;top:20%;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(214,66,9,.06) 0,transparent 70%);border-radius:50%}.error-404 .scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,rgba(214,66,9,.3),transparent);animation:scanMove 4s ease-in-out infinite;z-index:1}.error-404__content{position:relative;z-index:2}.error-404__code{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-404 .digit{font-size:8rem;font-weight:800;line-height:1;color:#0f172a;position:relative;letter-spacing:-.04em}@media (min-width:768px){.error-404 .digit{font-size:10rem}}.error-404 .digit::after,.error-404 .digit::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.error-404 .digit::before{color:rgba(214,66,9,.6);animation:glitch1 3s infinite;clip-path:polygon(0 0,100% 0,100% 45%,0 45%)}.error-404 .digit::after{color:rgba(59,130,246,.4);animation:glitch2 3s infinite;clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%)}.error-404 .digit--accent{color:transparent}.error-404 .digit--accent::after,.error-404 .digit--accent::before{display:none}.error-404 .digit__icon{color:#d64209;width:80px;height:80px;animation:pulse404 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(214, 66, 9, .3))}@media (min-width:768px){.error-404 .digit__icon{width:100px;height:100px}}.error-404__title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}@media (min-width:768px){.error-404__title{font-size:2.5rem}}.error-404__desc{font-size:1.125rem;color:#475569;line-height:1.6;max-width:500px;margin:0 auto 2.5rem}.error-404__terminal{background:#0f172a;border-radius:1.25rem;padding:1.25rem 1.5rem;text-align:left;margin-bottom:2.5rem;font-family:"SF Mono","Fira Code",Consolas,monospace;font-size:.8125rem;line-height:1.8;box-shadow:0 20px 40px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.06);overflow-x:auto}@media (min-width:768px){.error-404__terminal{font-size:.875rem;padding:1.5rem 2rem}}.error-404 .terminal-line{color:rgba(255,255,255,.5);white-space:nowrap}.error-404 .terminal-line--error{color:#ef4444}.error-404 .terminal-prompt{color:#10b981;margin-right:.5rem}.error-404 .terminal-status{color:#ef4444;margin-right:.5rem;font-weight:700}.error-404 .terminal-path{color:rgba(255,255,255,.8)}.error-404 .terminal-cursor{color:#d64209;animation:blink 1s step-end infinite}.error-404__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:768px){.error-404__actions{flex-direction:row;justify-content:center;gap:1.5rem}}.error-404__actions .btn{min-width:200px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}@keyframes scanMove{0%,100%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}100%{top:100%;opacity:0}}@keyframes glitch1{0%,100%,90%{transform:translate(0)}92%{transform:translate(3px,-2px)}94%{transform:translate(-3px,2px)}96%{transform:translate(2px,1px)}98%{transform:translate(-1px,-1px)}}@keyframes glitch2{0%,100%,90%{transform:translate(0)}91%{transform:translate(-2px,1px)}93%{transform:translate(3px,-1px)}95%{transform:translate(-1px,2px)}97%{transform:translate(2px,-2px)}}@keyframes pulse404{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.page-destination{background-color:#f8fafc}.dest-hero{padding:6rem 0;background:#fff;position:relative;overflow:hidden;border-bottom:1px solid rgba(226,232,240,.5)}.dest-hero .hero__title{font-size:2.5rem;margin-bottom:1rem}@media (min-width:768px){.dest-hero .hero__title{font-size:3.5rem}}.dest-hero .hero__subtitle{font-size:1.125rem;max-width:600px;color:#475569;line-height:1.6;text-align:center;margin:0 auto}.system-status-section{background:#fff;margin-top:-6rem;position:relative;z-index:10;margin-bottom:2rem}.status-panel{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.25rem;padding:2rem;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(226,232,240,.5);max-width:900px;margin:0 auto;position:relative;animation:floating 6s ease-in-out infinite;transition:all .3s ease}.status-panel__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.5)}.status-panel__icon{font-size:2rem;line-height:1}.status-panel__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.status-grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.status-grid{flex-direction:row;gap:4rem;justify-content:flex-start}}.status-grid .status-item{min-width:0}.status-item{display:flex;flex-direction:column;gap:.5rem}.status-item__label{font-size:.875rem;color:#475569;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.status-item__value{font-size:1rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.5rem}.status-item__value.active{color:#10b981}.status-item__value.expansion{color:#d64209}.status-item__value.expansion .pulse-dot{background-color:#d64209;box-shadow:0 0 0 rgba(214,66,9,.4)}.status-item__value.testing{color:#f1c40f}.status-item__value.testing .pulse-dot{background-color:#f1c40f;box-shadow:0 0 0 rgba(241,196,15,.4)}.status-item__value.suspended{color:#475569;opacity:.7}.status-item__value.suspended .pulse-dot{display:none}.vc-group{background:#fff;border-radius:1.25rem;border:1px solid rgba(226,232,240,.8);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);max-width:900px;margin:0 auto 2rem}.vc-group__header{background:#f8fafc;padding:1.5rem 2rem;border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:center;justify-content:space-between;gap:1rem}.vc-group__logo{height:24px;max-width:120px;-o-object-fit:contain;object-fit:contain}@media (min-width:768px){.vc-group__logo{height:32px}}.vc-group__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.dest-accordion__item{border-bottom:1px solid rgba(226,232,240,.5)}.dest-accordion__item:last-child{border-bottom:none}.dest-accordion__item.active .dest-accordion__header{background-color:rgba(214,66,9,.03)}.dest-accordion__item.active .dest-arrow svg{transform:rotate(180deg)}.dest-accordion__item.active .dest-accordion__content{display:block}.dest-accordion__header{width:100%;text-align:left;padding:1.25rem 2rem;background:0 0;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.dest-accordion__header:hover{background-color:rgba(15,23,42,.02)}.dest-accordion .dest-name{font-size:1.125rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:1rem}.dest-accordion .dest-arrow{color:#475569;transition:transform .3s ease}.dest-accordion .badge--popular{background:linear-gradient(135deg,#d64209,#ff8c00);color:#fff;font-size:.7rem;padding:.2rem .6rem;border-radius:4px;box-shadow:0 2px 8px rgba(214,66,9,.3);border:none;font-weight:800;animation:badge-pulse 2s infinite}.dest-accordion__content{display:none;overflow:hidden;background-color:rgba(214,66,9,.03)}.dest-accordion__inner{padding:.5rem 2rem 1.5rem}@keyframes badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.visa-types{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-top:1rem;border-top:1px dashed rgba(226,232,240,.8)}@media (min-width:768px){.visa-types{grid-template-columns:1fr 1fr;gap:2rem}}.visa-type{display:flex;flex-direction:column;padding:1.5rem;background:rgba(255,255,255,.6);border-radius:.75rem;border:1px solid rgba(226,232,240,.4);transition:all .3s ease}.visa-type:hover{border-color:rgba(226,232,240,.8);background:#fff}.visa-type h4{font-size:.9rem;color:#0f172a;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;display:flex;align-items:center;gap:.5rem}.visa-type h4::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%}.visa-type .visa-type-desc{font-size:.8rem;color:#475569;margin-bottom:1.25rem;line-height:1.4}.visa-type--c{border-top:3px solid transparent}.visa-type--c h4::before{background-color:rgba(59,130,246,.3);transition:background-color .2s ease}.visa-type--c:has(.visa-purpose.selected),.visa-type--c:hover{border-top-color:#3b82f6}.visa-type--c:has(.visa-purpose.selected) h4::before,.visa-type--c:hover h4::before{background-color:#3b82f6}.visa-type--c .visa-purpose::before{content:"C";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:rgba(59,130,246,.1);color:#3b82f6;border-radius:4px;font-size:.65rem;font-weight:800;margin-right:.6rem;vertical-align:middle;transition:all .2s ease}.visa-type--c .visa-purpose:hover{border-color:#3b82f6;background-color:rgba(59,130,246,.05);color:#3b82f6}.visa-type--c .visa-purpose:hover::before{background:#3b82f6;color:#fff}.visa-type--c .visa-purpose.selected,.visa-type--c .visa-purpose.selected:hover{background-color:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.visa-type--c .visa-purpose.selected::before,.visa-type--c .visa-purpose.selected:hover::before{background:#fff;color:#3b82f6}.visa-type--d{border-top:3px solid transparent}.visa-type--d h4::before{background-color:rgba(139,92,246,.3);transition:background-color .2s ease}.visa-type--d:has(.visa-purpose.selected),.visa-type--d:hover{border-top-color:#8b5cf6}.visa-type--d:has(.visa-purpose.selected) h4::before,.visa-type--d:hover h4::before{background-color:#8b5cf6}.visa-type--d .visa-purpose::before{content:"D";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:rgba(139,92,246,.1);color:#8b5cf6;border-radius:4px;font-size:.65rem;font-weight:800;margin-right:.6rem;vertical-align:middle;transition:all .2s ease}.visa-type--d .visa-purpose:hover{border-color:#8b5cf6;background-color:rgba(139,92,246,.05);color:#8b5cf6}.visa-type--d .visa-purpose:hover::before{background:#8b5cf6;color:#fff}.visa-type--d .visa-purpose.selected,.visa-type--d .visa-purpose.selected:hover{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff;box-shadow:0 4px 12px rgba(139,92,246,.3);transform:translateY(-2px)}.visa-type--d .visa-purpose.selected::before,.visa-type--d .visa-purpose.selected:hover::before{background:#fff;color:#8b5cf6}.visa-type .visa-purposes{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.visa-type .visa-purpose{background:#fff;border:1px solid rgba(226,232,240,.8);font-size:.875rem;padding:.4rem 1rem;border-radius:99px;color:#0f172a;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.visa-type .visa-purpose:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03)}.visa-type .visa-purpose.selected{color:#fff}.visa-help-card{background:#fff;border-radius:1.25rem;padding:1.5rem;margin-bottom:3rem;border:1px solid rgba(226,232,240,.8);display:grid;grid-template-columns:1fr;gap:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}@media (min-width:768px){.visa-help-card{grid-template-columns:1fr 1fr;padding:2rem}}.visa-help-card__item{display:flex;gap:1.25rem;align-items:flex-start}.visa-help-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.visa-help-card__icon--c{background-color:rgba(59,130,246,.1);color:#3b82f6}.visa-help-card__icon--d{background-color:rgba(139,92,246,.1);color:#8b5cf6}.visa-help-card__content h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.visa-help-card__content p{font-size:.875rem;color:#475569;margin:0;line-height:1.5}.booking-footer{margin-top:2rem;padding:1.5rem;background:rgba(255,255,255,.6);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);border-radius:16px;display:flex;flex-direction:column;gap:1.5rem;align-items:center;box-shadow:0 8px 32px rgba(15,23,42,.05)}@media (min-width:768px){.booking-footer{flex-direction:row;justify-content:space-between;padding:1.25rem 2rem}}.qty-control{display:flex;align-items:center;gap:1.25rem}.qty-control .qty-label{font-weight:600;color:#0f172a;font-size:.95rem}.qty-input-group{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;height:44px}.qty-btn{width:40px;height:100%;border:none;background:0 0;color:#0f172a;font-size:1.25rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background-color:rgba(226,232,240,.3)}.qty-btn--minus{border-right:1px solid rgba(226,232,240,.5)}.qty-btn--plus{border-left:1px solid rgba(226,232,240,.5)}.qty-input{width:50px;height:100%;border:none;text-align:center;font-weight:700;font-family:inherit;color:#0f172a;font-size:1.1rem}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.submit-request-btn{width:100%;justify-content:center;padding:.9rem 2rem;font-weight:700;letter-spacing:.02em}@media (min-width:768px){.submit-request-btn{width:auto}}.destination-note{max-width:900px;margin:2rem auto 0;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:rgba(16,185,129,.1);border-radius:.75rem;color:#0f172a}.destination-note p{margin:0;font-size:.875rem;font-weight:500}.workflow{padding:80px 0;background:#fff;position:relative;overflow:hidden}.workflow .container{background:#f8fafc;border:1px solid rgba(226,232,240,.5);border-radius:1.5rem;padding:60px 40px;box-shadow:0 20px 40px -10px rgba(15,23,42,.08),0 10px 20px -5px rgba(15,23,42,.05);position:relative;z-index:1}.workflow .container::after{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(214,66,9,.05) 0,transparent 70%);z-index:-1}.workflow .section__title{margin-bottom:4rem}.operations{background-color:#fff}.operations .container{padding:4rem 2rem}.operations-grid{display:flex;flex-direction:column;gap:4rem;margin-top:4rem}@media (min-width:768px){.operations-grid{flex-direction:row;align-items:flex-start;justify-content:center;gap:4rem}}.operations-grid__left{flex:1}@media (min-width:768px){.operations-grid__left{max-width:400px}}.operations-grid__right{flex:1}@media (min-width:768px){.operations-grid__right{max-width:500px}}.pipeline{display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:1200px;position:relative}.pipeline--vertical{align-items:flex-start;margin:0}.pipeline--vertical::after{left:32px;transform:none;top:40px;bottom:40px;display:block}.pipeline--vertical::before{display:none}.pipeline--vertical .pipeline-step{flex-direction:row;text-align:left;width:100%;gap:1.5rem}.pipeline--vertical .pipeline-step__icon-wrapper{flex-shrink:0}.pipeline--vertical .pipeline-step__text{display:flex;flex-direction:column;gap:.25rem}.pipeline--vertical .pipeline-step__label{max-width:none}.pipeline--vertical .pipeline-step__desc{max-width:none;margin-top:0}.pipeline::after{content:"";position:absolute;top:30px;bottom:30px;left:50%;width:2px;background:rgba(226,232,240,.4);z-index:1;transform:translateX(-50%)}@media (min-width:768px){.pipeline::after{display:none}}@media (min-width:768px){.pipeline{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}.pipeline::before{content:"";position:absolute;top:32px;left:70px;right:70px;height:2px;background:rgba(226,232,240,.4);z-index:1}.pipeline.pipeline--vertical{flex-direction:column;align-items:flex-start;gap:2.5rem}.pipeline.pipeline--vertical::before{display:none}.pipeline.pipeline--vertical::after{display:block;left:32px;top:40px;bottom:40px;transform:none}}.pipeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;width:100%;position:relative;z-index:2}@media (min-width:768px){.pipeline-step{width:auto;max-width:100%}.pipeline:not(.pipeline--vertical) .pipeline-step{width:16.666%}}.pipeline-step__icon-wrapper{width:64px;height:64px;background:#fff;border:2px solid rgba(214,66,9,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#d64209;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease;position:relative;background:#fff;z-index:2}.pipeline-step__icon-wrapper svg{width:28px;height:28px;stroke-width:2}.pipeline-step__num{position:absolute;top:-10px;right:-10px;width:24px;height:24px;background:#d64209;color:#fff;border-radius:50%;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.04)}.pipeline-step__label{font-size:.9375rem;font-weight:700;color:#0f172a;max-width:120px;line-height:1.3}.pipeline-step__desc{font-size:.8125rem;color:#475569;max-width:140px;margin-top:-.5rem}.pipeline-step:hover .pipeline-step__icon-wrapper{border-color:#d64209;transform:translateY(-5px);box-shadow:0 10px 20px rgba(214,66,9,.1)}.pipeline-step--success .pipeline-step__icon-wrapper{background:#10b981;border-color:#10b981;color:#fff}.pipeline-step--success .pipeline-step__num{background:#fff;color:#10b981}.pipeline-arrow{display:none}.batch-logic{background-color:#fff}.batch-card{height:100%;background:linear-gradient(145deg,#e64a19,#d84315);border-radius:1.5rem;padding:3.5rem;display:flex;flex-direction:column;gap:3rem;color:#fff;box-shadow:0 20px 50px rgba(216,67,21,.25);position:relative;overflow:hidden}.batch-card::before{content:"";position:absolute;top:-20%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}@media (min-width:768px){.batch-card{padding:3rem}}.batch-card__content{flex:0 0 auto}.batch-card__badge{display:inline-block;background:rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.batch-card__title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#fff}.batch-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.batch-card__list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.125rem;font-weight:500;opacity:.9}.batch-card__list li svg{flex-shrink:0;margin-top:.25rem}.batch-card__visual{flex:1;display:flex;justify-content:center;align-items:center}.abstract-sheet{background:#fff;border-radius:.75rem;padding:1rem;width:100%;max-width:300px;box-shadow:0 20px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:.5rem}.abstract-sheet .row{height:24px;border-radius:4px;background:rgba(226,232,240,.5);position:relative;overflow:hidden}.abstract-sheet .row.header{background:#f8fafc;margin-bottom:.5rem}.abstract-sheet .row.success::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(16,185,129,.2)}.abstract-sheet .row.processing::after{content:"";position:absolute;top:0;left:0;height:100%;width:40%;background:rgba(214,66,9,.5);animation:loadingBar 2s infinite ease-in-out}@keyframes loadingBar{0%{transform:translateX(-100%)}100%{transform:translateX(300%)}}.reality-access-banner{background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);position:relative;overflow:hidden;padding:0}.reality-access-banner::before{content:"";position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(245,158,11,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.reality-access-banner::after{content:"";position:absolute;bottom:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.ra-banner{display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:1;padding:3rem 0}@media (min-width:768px){.ra-banner{flex-direction:row;align-items:stretch;padding:4rem 0}}.ra-banner__side{flex:1;padding:2.5rem;position:relative}@media (min-width:768px){.ra-banner__side{padding:3rem 3.5rem}}.ra-banner__problem{border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width:768px){.ra-banner__problem{border-bottom:none;border-right:none}}.ra-banner__icon-wrap{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.ra-banner__icon-wrap--problem{background:rgba(245,158,11,.15);color:#fbbf24}.ra-banner__icon-wrap--solution{background:rgba(16,185,129,.15);color:#34d399}.ra-banner__label{font-size:.6875rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.ra-banner__label--problem{color:#fbbf24}.ra-banner__label--solution{color:#34d399}.ra-banner__title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.3}@media (min-width:768px){.ra-banner__title{font-size:1.75rem}}.ra-banner__desc{font-size:.9375rem;line-height:1.7;color:rgba(255,255,255,.6);margin:0}.ra-banner__divider{display:flex;align-items:center;justify-content:center;padding:1.5rem 0}@media (min-width:768px){.ra-banner__divider{padding:0;flex-shrink:0;width:80px}}.ra-banner__arrow{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,rgba(245,158,11,.2),rgba(16,185,129,.2));border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;animation:arrowPulse 2.5s ease-in-out infinite}.ra-banner__arrow svg{transform:rotate(90deg)}@media (min-width:768px){.ra-banner__arrow svg{transform:rotate(0)}}.ra-banner__arrow::before{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(255,255,255,.05)}@keyframes arrowPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,.1)}50%{transform:scale(1.08);box-shadow:0 0 20px 4px rgba(255,255,255,.05)}}.partnership{background-color:#fff;padding:4rem 0}.partnership .partnership-card{max-width:1000px;margin:0 auto}.partnership__title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:2rem;line-height:1.2}@media (min-width:768px){.partnership__title{font-size:2.75rem}}.partnership__content p{font-size:1.125rem;line-height:1.6;color:#475569;margin-bottom:1.5rem}.partnership__content p strong{color:#0f172a}.partnership__subtitle{font-size:1.5rem;font-weight:700;color:#0f172a;margin:2rem 0 1rem}.partnership__list{list-style:none;padding:0;margin:2.5rem 0;display:flex;flex-direction:column;gap:1.5rem}.partnership__list li{display:flex;align-items:flex-start;gap:1.25rem;font-size:1.125rem;color:#475569;line-height:1.6}.partnership__list-icon-wrapper{width:40px;height:40px;border-radius:12px;background-color:rgba(214,66,9,.1);color:#d64209;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.partnership__list-icon-wrapper svg{width:20px;height:20px;stroke-width:2.5}.partnership__list-text strong{color:#0f172a;font-weight:700;display:block;margin-bottom:.25rem}.partnership__btn{display:inline-flex;align-items:center;gap:.75rem}.partnership__btn svg{transition:transform .2s ease}.partnership__btn:hover svg{transform:translateX(4px)}.map-section{background-color:#f8fafc;padding:8rem 0}.coverage-container{display:flex;flex-direction:column;gap:6rem}@media (min-width:992px){.coverage-container{flex-direction:row;align-items:flex-start}}.map-wrapper{display:none}@media (min-width:992px){.map-wrapper{display:block;flex:1;background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 20px 40px -10px rgba(15,23,42,.08),0 10px 20px -5px rgba(15,23,42,.05);border:1px solid rgba(226,232,240,.5);position:relative;overflow:hidden}.map-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 2px 2px,rgba(226,232,240,.5) 1px,transparent 0);background-size:24px 24px;pointer-events:none}}.map-svg{width:100%;height:auto;display:block}.country-path{fill:#e2e8f0;stroke:#fff;stroke-width:1;transition:all .3s ease;cursor:pointer}.country-path:hover{fill:#cbd5e1;filter:drop-shadow(0 4px 6px rgba(0, 0, 0, .1))}.country-path.active{fill:#10b981}.country-path.active::after{content:"";display:block;width:4px;height:4px;background:#fff}.country-path.expansion{fill:#d64209}.country-path.testing{fill:#f1c40f}.country-path.suspended{fill:#94a3b8;opacity:.6}.country-sidebar{display:flex;flex-direction:column;gap:2rem}@media (min-width:992px){.country-sidebar{width:380px;flex-shrink:0}}.stats-card{background:linear-gradient(135deg,#0f172a 0,#020617 100%);color:#fff;padding:1.5rem;border-radius:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03)}.stats-card__title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:1rem;font-weight:700}.stats-grid-mini{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-mini{display:flex;flex-direction:column}.stat-mini__val{font-size:1.5rem;font-weight:800}.stat-mini__lab{font-size:.75rem;opacity:.7}.sidebar-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.country-list-mini{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.country-list-item{list-style:none}.country-item-link{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .2s ease;text-decoration:none;color:inherit}.country-item-link:hover{border-color:#d64209;transform:translateX(4px);box-shadow:0 1px 3px rgba(0,0,0,.04)}.country-item-link .flag{font-size:1.25rem}.country-item-link .name{flex:1;font-weight:600;font-size:.875rem;color:#0f172a}.country-item-link .dot{width:8px;height:8px;border-radius:50%}.country-item-link .dot.active{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.4)}.country-item-link .dot.testing{background:#f1c40f}.country-item-link .dot.expansion{background:#d64209}.country-item-link .dot.suspended{background:#94a3b8}.sidebar-scroll{max-height:600px;overflow-y:auto;padding-right:.5rem}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-track{background:0 0}.sidebar-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.is-active{opacity:1;visibility:visible}.modal-overlay.is-active .modal{transform:translateY(0) scale(1);opacity:1}.modal{background:#fff;border-radius:1.5rem;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;transform:translateY(20px) scale(.98);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s ease;box-shadow:0 25px 60px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.03)}.modal::-webkit-scrollbar{width:6px}.modal::-webkit-scrollbar-track{background:0 0}.modal::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}@media (max-width:768px){.modal{padding:1.75rem 1.25rem;max-height:95vh;border-radius:1.25rem}}.modal__close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f8fafc;border-radius:50%;color:#475569;cursor:pointer;transition:all .2s ease;z-index:1}.modal__close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.modal__header{text-align:center;margin-bottom:2rem}.modal__icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,rgba(214,66,9,.1) 0,rgba(214,66,9,.05) 100%);color:#d64209;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal__title{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.02em}@media (max-width:768px){.modal__title{font-size:1.25rem}}.modal__subtitle{color:#475569;font-size:.9rem;line-height:1.5}.modal__form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group--checkbox{margin-top:.25rem}.form-label{font-size:.8rem;font-weight:600;color:#0f172a;letter-spacing:.01em}.form-label .required{color:#d64209}.form-label .optional{color:#475569;font-weight:400}.form-input,.form-select,.form-textarea{padding:.7rem .875rem;border:1.5px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;background:#fff;transition:all .2s ease;outline:0;width:100%}.form-input::-moz-placeholder,.form-select::-moz-placeholder,.form-textarea::-moz-placeholder{color:#94a3b8}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#d64209;box-shadow:0 0 0 3px rgba(214,66,9,.08)}.form-input.is-error,.form-select.is-error,.form-textarea.is-error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23475569' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}.form-textarea{resize:vertical;min-height:80px}.form-helper{font-size:.7rem;color:#475569;line-height:1.4}.contact-toggle{display:flex;gap:.5rem}.contact-toggle__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .75rem;border:1.5px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:.8rem;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif;color:#475569;cursor:pointer;transition:all .2s ease}.contact-toggle__btn:hover{border-color:#cbd5e1;background:#f8fafc}.contact-toggle__btn.is-active{border-color:#d64209;color:#d64209;background:rgba(214,66,9,.04);box-shadow:0 0 0 3px rgba(214,66,9,.06)}.contact-toggle__btn svg{flex-shrink:0}.form-checkbox{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-checkbox input[type=checkbox]{display:none}.form-checkbox__mark{width:20px;height:20px;min-width:20px;border:1.5px solid #e2e8f0;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:1px;background:#fff}.form-checkbox__mark::after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);opacity:0;transition:opacity .2s ease}.form-checkbox input:checked+.form-checkbox__mark{background:#d64209;border-color:#d64209}.form-checkbox input:checked+.form-checkbox__mark::after{opacity:1}.form-checkbox.is-error .form-checkbox__mark{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.form-checkbox__text{font-size:.8rem;color:#475569;line-height:1.5}.form-checkbox__text .required{color:#d64209}.modal__submit{width:100%;margin-top:.5rem;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.modal__submit.is-loading{pointer-events:none;opacity:.8}.modal__submit.is-loading .modal__submit-text{opacity:0}.modal__submit.is-loading .modal__submit-loader{opacity:1}.modal__submit-loader{position:absolute;opacity:0;transition:opacity .2s ease}.modal__response-time{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:#475569;margin-top:.25rem}.modal__response-time svg{color:#10b981;flex-shrink:0}.modal__success-state{text-align:center;padding:2rem 0 1rem}.success-icon{margin-bottom:1.5rem;animation:successPop .5s cubic-bezier(.16,1,.3,1)}.success-icon svg{filter:drop-shadow(0 4px 12px rgba(16, 185, 129, .3))}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15)}100%{transform:scale(1);opacity:1}}.success-details{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem;padding:1.25rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.success-detail{display:flex;align-items:center;gap:.625rem;font-size:.85rem;color:#475569}.success-detail svg{color:#10b981;flex-shrink:0}.success-detail strong{color:#0f172a}.modal__close-success{width:100%}.form-error{font-size:.7rem;color:#ef4444;margin-top:.125rem;display:none}.form-error.is-visible{display:block}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:1.25rem 0;background:linear-gradient(135deg,#0f172a 0,#020617 100%);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.cookie-banner.is-visible{transform:translateY(0)}.cookie-banner__inner{display:flex;align-items:center;gap:1.5rem;max-width:1240px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.cookie-banner__inner{flex-direction:column;text-align:center;gap:1rem}}.cookie-banner__text{flex:1;color:rgba(255,255,255,.85);font-size:.875rem;line-height:1.5}.cookie-banner__text a{color:#fff;text-decoration:underline;text-underline-offset:2px}.cookie-banner__text a:hover{color:#d64209}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0}@media (max-width:768px){.cookie-banner__actions{width:100%;justify-content:center}}.cookie-banner__btn{padding:.625rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap}.cookie-banner__btn--accept{background:#d64209;color:#fff}.cookie-banner__btn--accept:hover{background:rgb(174.8466367713,53.9246636771,7.3533632287);transform:translateY(-1px)}.cookie-banner__btn--decline{background:0 0;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.2)}.cookie-banner__btn--decline:hover{background:rgba(255,255,255,.08);color:#fff}.policy-page{max-width:800px;margin:0 auto;padding:4rem 0;color:#0f172a;line-height:1.75}.policy-page .policy-updated{color:#475569;font-size:.875rem;margin-bottom:4rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.policy-page h2{font-size:1.375rem;font-weight:700;margin-top:4rem;margin-bottom:1rem;color:#0f172a}.policy-page h3{font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:#0f172a}.policy-page p{margin-bottom:1rem;color:#475569}.policy-page ul{margin-bottom:1rem;padding-left:1.5rem}.policy-page ul li{margin-bottom:.5rem;color:#475569}.policy-page ul li strong{color:#0f172a}.policy-page a{color:#d64209;text-decoration:none;font-weight:500}.policy-page a:hover{text-decoration:underline}.policy-page table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.875rem;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0}.policy-page table thead{background:#f1f5f9}.policy-page table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#0f172a;border-bottom:2px solid #e2e8f0}.policy-page table td{padding:.625rem 1rem;color:#475569;border-bottom:1px solid #e2e8f0}.policy-page table tr:last-child td{border-bottom:none}