@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--navy-900:#fff;--navy-800:#fff;--navy-700:#f8fafc;--navy-600:#f1f5f9;--navy-500:#e2e8f0;--blue-vivid:#0b409c;--blue-bright:#1565ff;--blue-glow:#0b409c26;--cyan:#0284c7;--cyan-dim:#0369a1;--cyan-soft:#0284c714;--amber:#d97706;--amber-glow:#d9770626;--white:#0f172a;--white-80:#334155;--white-50:#475569;--white-20:#0f172a1f;--white-08:#0f172a14;--white-04:#0f172a08;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--grad-hero:linear-gradient(135deg, #fff 0%, #f0f7ff 50%, #e6f0fa 100%);--grad-blue:linear-gradient(135deg, #0b409c 0%, #0284c7 100%);--grad-blue-soft:linear-gradient(135deg, #0b409c0f 0%, #0284c70a 100%);--grad-card:linear-gradient(135deg, #fff 0%, #f8fafc 100%);--grad-section:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--grad-amber:linear-gradient(135deg, #d97706 0%, #b45309 100%);--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 2px 10px #0f172a0d;--shadow-md:0 10px 30px #0f172a12;--shadow-lg:0 20px 50px #0f172a1a;--glow-cyan:0 8px 24px #0284c726;--glow-blue:0 8px 25px #0b409c33;--glow-amber:0 8px 20px #d9770633;--ease-out:cubic-bezier(.16, 1, .3, 1);--transition:.3s var(--ease-out);--transition-fast:.18s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;max-width:100vw;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;width:100%;max-width:100vw;line-height:1.65;position:relative;overflow-x:hidden}#root,main{width:100%;max-width:100vw;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0284c7}h1,h2,h3,h4,h5{font-family:var(--font-heading);letter-spacing:-.025em;color:#0f172a;font-weight:700;line-height:1.15}p{color:var(--text-secondary)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.section-padding{padding:var(--space-3xl) 0}@media (width<=768px){.section-padding{padding:var(--space-2xl) 0}}.glass{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0d}.glass-hover{transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition)}.glass-hover:hover{border-color:#0284c766;box-shadow:0 12px 32px #0f172a14,0 0 20px #0284c71a}.text-gradient{background:var(--grad-blue);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-amber{background:var(--grad-amber);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#0284c7;border-radius:var(--radius-full);background:#0284c70f;border:1px solid #0284c740;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:#0284c7;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}.btn-primary{background:var(--grad-blue);color:#fff;font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0b409c40}.btn-primary:after{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,#fff3 0%,#0000 60%);position:absolute;inset:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0b409c59}.btn-primary:hover:after{opacity:1}.btn-primary:active{transform:translateY(0)}.btn-outline{color:#0f172a;font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);white-space:nowrap;background:#fff;border:1.5px solid #cbd5e1;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}.btn-outline:hover{color:#0284c7;background:#0284c70a;border-color:#0284c7;transform:translateY(-2px)}.btn-outline:active{transform:translateY(0)}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px #0284c733}50%{box-shadow:0 0 30px #0284c766}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .7s var(--ease-out) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.navbar{z-index:9999;transition:background var(--transition), box-shadow var(--transition), padding var(--transition);padding:1.1rem 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff5;border-bottom:1px solid #e2e8f0;padding:.75rem 0;box-shadow:0 4px 20px #0f172a14}.navbar__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.navbar__logo-img{object-fit:contain;filter:drop-shadow(0 2px 6px #00000026);width:auto;height:44px;transition:transform var(--transition-fast)}.navbar__logo-img:hover{transform:scale(1.03)}.logo-text{font-family:var(--font-heading);letter-spacing:.05em;color:#fff;transition:color var(--transition-fast);font-size:1.25rem;font-weight:800}.navbar--scrolled .logo-text{color:#0f172a}.logo-accent{background:var(--grad-blue);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar__nav{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.navbar__links{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar__link{font-family:var(--font-body);color:#fff;border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;padding:.45rem .8rem;font-size:.92rem;font-weight:600}.navbar__link:hover{color:#fff;background:#ffffff26}.navbar--scrolled .navbar__link{color:#475569}.navbar--scrolled .navbar__link:hover{color:#0b409c;background:#f1f5f9}.navbar__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar__burger{cursor:pointer;border-radius:var(--radius-sm);width:38px;height:38px;transition:background var(--transition-fast);background:#ffffff26;border:1px solid #ffffff40;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.navbar--scrolled .navbar__burger{background:#f1f5f9;border-color:#e2e8f0}.navbar__burger span{transform-origin:50%;background:#fff;border-radius:2px;height:2px;transition:transform .3s,opacity .3s,width .3s,background .3s;display:block}.navbar--scrolled .navbar__burger span{background:#0f172a}.navbar__burger span:nth-child(2){width:75%}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0;width:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#0f172a66;display:none;position:fixed;inset:0}@media (width<=1024px){.navbar__burger{display:flex}.navbar__overlay{display:block}.navbar__nav{width:min(340px,85vw);transition:transform .35s var(--ease-out);z-index:100;background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:5rem 2rem 2rem;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0f172a1a}.navbar__nav--open{transform:translate(0)}.navbar__links{flex-direction:column;align-items:flex-start;gap:0;width:100%;margin-bottom:2rem}.navbar__link{color:#0f172a;border-bottom:1px solid #f1f5f9;border-radius:0;width:100%;padding:.85rem .5rem;font-size:1.05rem;display:block}.navbar__actions{flex-direction:column;gap:.75rem;width:100%}.navbar__actions .btn-outline,.navbar__actions .btn-primary{justify-content:center;width:100%;padding:.85rem 1.5rem!important;font-size:.95rem!important}}.hero-truck{background:#081c3e;align-items:center;min-height:calc(100svh - 60px);padding-top:5.25rem;padding-bottom:3.5rem;display:flex;position:relative;overflow:hidden}.hero-truck__bg-wrap{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-truck__bg-img{object-fit:cover;object-position:70% center;width:100%;height:100%;transform:scale(1.02)}.hero-truck__overlay{background:linear-gradient(#081c3ef0 0%,#0b244dd9 50%,#081c3ef5 100%);position:absolute;inset:0}.hero-truck__inner{z-index:1;align-items:center;width:100%;padding-left:1.25rem;padding-right:1.25rem;display:flex;position:relative}.hero-truck__content{color:#fff;flex-direction:column;align-items:flex-start;width:100%;max-width:100%;display:flex}.hero-truck__badge{border-radius:var(--radius-full);color:#fff;font-family:var(--font-body);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #00f2fe59;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.76rem;font-weight:600;line-height:1.35;display:inline-flex;box-shadow:0 4px 16px #0003}.hero-truck__badge svg{color:#00f2fe;flex-shrink:0}.hero-truck__title{font-family:var(--font-heading);color:#fff;letter-spacing:-.025em;text-shadow:0 2px 14px #0006;word-break:break-word;margin-bottom:1rem;font-size:clamp(1.75rem,6.8vw,2.3rem);font-weight:800;line-height:1.18}.hero-truck__subtitle{font-family:var(--font-body);color:#ffffffe0;text-shadow:0 1px 8px #0006;max-width:100%;margin-bottom:2rem;font-size:clamp(.92rem,3.8vw,1.05rem);line-height:1.6}.hero-truck__subtitle strong{color:#00f2fe}.hero-truck__actions{flex-direction:column;gap:.75rem;width:100%;display:flex}.btn-amber{color:#fff;width:100%;min-height:48px;font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:transform .2s var(--ease-out), box-shadow .2s ease, background .2s ease;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#1565ff 0%,#0284c7 100%);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 6px 20px #1565ff66}.btn-amber:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#0369a1 100%);transform:translateY(-2px);box-shadow:0 10px 28px #1565ff99}.btn-amber:active{transform:translateY(0)}.btn-glass{color:#fff;width:100%;min-height:48px;font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:transform .2s var(--ease-out), background .2s ease, border-color .2s ease;-webkit-backdrop-filter:blur(10px);text-align:center;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff4d;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-glass:hover{color:#fff;background:#ffffff2e;border-color:#fff9;transform:translateY(-2px)}.btn-glass:active{transform:translateY(0)}@media (width>=640px){.hero-truck{min-height:80vh;padding-top:6rem;padding-bottom:4.5rem}.hero-truck__title{margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3rem);line-height:1.15}.hero-truck__subtitle{max-width:620px;margin-bottom:2.25rem;font-size:1.1rem;line-height:1.65}.hero-truck__actions{flex-direction:row;gap:1rem;width:auto}.btn-amber,.btn-glass{width:auto;padding:.9rem 1.85rem;font-size:1rem}}@media (width>=1024px){.hero-truck{min-height:88vh;padding-top:7.5rem;padding-bottom:5.5rem}.hero-truck__bg-img{object-position:center right}.hero-truck__overlay{background:linear-gradient(90deg,#081c3ef5 0%,#0c2855e0 45%,#081c3e8c 100%)}.hero-truck__content{max-width:780px}.hero-truck__badge{margin-bottom:1.75rem;padding:.45rem 1rem;font-size:.82rem}.hero-truck__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.6rem,4.2vw,3.7rem);line-height:1.12}.hero-truck__subtitle{max-width:640px;margin-bottom:2.75rem;font-size:1.18rem;line-height:1.7}.hero-truck__actions{gap:1.25rem}.btn-amber,.btn-glass{padding:.95rem 2.25rem}}.about{background:#fff;position:relative}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about__visual{justify-content:center;display:flex;position:relative}.about__img-wrapper{border-radius:var(--radius-xl);aspect-ratio:3/4;border:1px solid #e2e8f0;width:100%;max-width:480px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a1a}.about__img-ring{border-radius:inherit;background:var(--grad-blue);z-index:0;opacity:.3;filter:blur(4px);position:absolute;inset:-3px}.about__img{z-index:1;object-fit:cover;border-radius:inherit;width:100%;height:100%;position:relative}.about__card{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.75rem;padding:.9rem 1.2rem;animation:5s ease-in-out infinite float;display:flex;position:absolute;bottom:2rem;right:-2rem;box-shadow:0 12px 30px #0f172a1a}.about__card-icon{border-radius:var(--radius-sm);color:#0284c7;background:#0284c714;border:1px solid #0284c733;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.about__card-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.15rem;font-size:.85rem;font-weight:700}.about__card-sub{color:#64748b;font-size:.75rem}.about__content{max-width:540px}.about__title{color:#0f172a;margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.6rem)}.about__description{color:#475569;margin-bottom:2rem;font-size:1rem;line-height:1.8}.about__description strong{color:#0f172a;font-weight:600}.about__pillars{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.about__pillar{align-items:flex-start;gap:1rem;display:flex}.about__pillar-icon{border-radius:var(--radius-md);width:44px;height:44px;transition:var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__pillar-icon--cyan{color:#0284c7;background:#0284c714;border:1px solid #0284c733}.about__pillar-icon--amber{color:#d97706;background:#d9770614;border:1px solid #d9770633}.about__pillar:hover .about__pillar-icon--cyan{background:#0284c726;box-shadow:0 0 16px #0284c726}.about__pillar:hover .about__pillar-icon--amber{background:#d9770626;box-shadow:0 0 16px #d9770626}.about__pillar-text h3{color:#0f172a;margin-bottom:.3rem;font-size:.95rem;font-weight:700}.about__pillar-text p{color:#475569;font-size:.875rem;line-height:1.65}.about__quote{color:#475569;border-left:3px solid #0284c7;margin-top:1rem;padding-left:1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}@media (width<=1024px){.about__inner{text-align:center;grid-template-columns:1fr;gap:3rem}.about__content{max-width:100%}.about__img-wrapper{aspect-ratio:4/3;max-width:380px;margin:0 auto}.about__card{bottom:-1.5rem;right:0}.about__pillar,.about__quote{text-align:left}}@media (width<=600px){.about__card{display:none}}.features{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;position:relative}.features__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.features__bg-glow{filter:blur(40px);background:radial-gradient(#0284c70f 0%,#0000 70%);width:700px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.features__title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.features__subtitle{color:#475569;max-width:520px;font-size:1rem}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{border-radius:var(--radius-xl);cursor:default;background:#fff;border:1px solid #e2e8f0;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--card-color), transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{transform:translateY(-6px);border-color:#0284c74d!important;box-shadow:0 16px 36px #0f172a14!important}.feature-card:hover:before{opacity:1}.feature-card__icon-wrap{margin-bottom:1.25rem}.feature-card__icon{border-radius:var(--radius-md);width:56px;height:56px;transition:var(--transition);background:#0284c70f;border:1px solid #0284c726;justify-content:center;align-items:center;display:flex}.feature-card:hover .feature-card__icon{background:#0284c71f;border-color:#0284c74d}.feature-card__title{color:#0f172a;margin-bottom:.65rem;font-size:1.1rem;font-weight:700}.feature-card__desc{color:#475569;font-size:.875rem;line-height:1.7}@media (width<=1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features__grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}.services{background:#fff}.services__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.services__title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.services__subtitle{color:#475569;max-width:480px;font-size:1rem}.services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.service-card{border-radius:var(--radius-xl);cursor:pointer;background:#fff;border:1px solid #e2e8f0;padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;box-shadow:0 4px 16px #0f172a0a}.service-card:hover{border-color:#0284c74d;transform:translateY(-3px);box-shadow:0 12px 30px #0f172a14}.service-card--active{background:#0284c708!important;border-color:#0284c7!important;box-shadow:0 12px 30px #0284c71a!important}.service-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.service-card__meta{align-items:center;gap:.65rem;display:flex}.service-card__num{font-family:var(--font-heading);color:#0284c7;letter-spacing:.05em;font-size:.825rem;font-weight:800}.service-card__tag{letter-spacing:.08em;text-transform:uppercase;color:#475569;border-radius:var(--radius-full);background:#f1f5f9;border:1px solid #e2e8f0;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.service-card__chevron{color:#94a3b8;transition:transform .3s,color .3s}.service-card--active .service-card__chevron{color:#0284c7;transform:rotate(180deg)}.service-card__title{color:#0f172a;font-size:1.05rem;font-weight:700;line-height:1.3}.service-card__list{opacity:0;max-height:0;transition:max-height .4s var(--ease-out), opacity .35s ease, margin-top .35s ease;margin-top:0;list-style:none;overflow:hidden}.service-card__list--open{opacity:1;border-top:1px solid #f1f5f9;max-height:220px;margin-top:1rem;padding-top:1rem}.service-card__item{color:#475569;align-items:center;gap:.6rem;padding:.35rem 0;font-size:.875rem;display:flex}.service-card__item svg{color:#0284c7;flex-shrink:0}.services__cta{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#0b409c 0%,#0284c7 100%);justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex;box-shadow:0 16px 40px #0b409c40}.services__cta-text h3{color:#fff;margin-bottom:.3rem;font-size:1.25rem;font-weight:700}.services__cta-text p{color:#ffffffe6;font-size:.92rem}.services__cta .btn-primary{color:#0b409c;background:#fff;box-shadow:0 6px 20px #00000026}.services__cta .btn-primary:hover{color:#0284c7;background:#f8fafc}@media (width<=1024px){.services__grid{grid-template-columns:1fr}}@media (width<=640px){.services__cta{text-align:center;flex-direction:column;gap:1.25rem;padding:1.5rem}}.certs{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;position:relative}.certs__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.certs__title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.certs__subtitle{color:#475569;max-width:520px;font-size:1rem}.certs__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cert-card{border-radius:var(--radius-xl);text-align:center;transition:transform .3s var(--ease-out), border-color .3s ease, box-shadow .3s ease;cursor:pointer;background:#fff;border:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:.75rem;padding:2.25rem 1.5rem 1.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.cert-card:hover{border-color:#0284c766;transform:translateY(-6px);box-shadow:0 16px 36px #0f172a14}.cert-card__icon-wrap{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:.25rem;transition:transform .3s,border-color .3s,background .3s;display:flex}.cert-card:hover .cert-card__icon-wrap{background:#0284c70f;border-color:#0284c766;transform:scale(1.08)}.cert-logo-img{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 2px 6px #0000001f);width:62px;height:62px;transition:transform .3s}.cert-card:hover .cert-logo-img{filter:drop-shadow(0 4px 10px #0284c740);transform:scale(1.08)}.cert-card__name{font-family:var(--font-heading);color:#0f172a;font-size:1.15rem;font-weight:800;line-height:1.2}.cert-card__agency{color:#475569;margin-bottom:.5rem;font-size:.825rem;line-height:1.4}.cert-card__action{justify-content:center;width:100%;margin-top:auto;padding-top:.75rem;display:flex}.cert-card__btn{color:#0284c7;border-radius:var(--radius-full);background:#0284c714;border:1px solid #0284c738;align-items:center;gap:.45rem;padding:.45rem .9rem;font-size:.78rem;font-weight:700;transition:all .25s;display:inline-flex}.cert-card:hover .cert-card__btn{color:#fff;background:#0284c7;box-shadow:0 4px 12px #0284c740}.certs__footer-note{border-radius:var(--radius-lg);background:#fff;border:1px solid #0284c733;align-items:center;gap:1rem;margin-top:3rem;padding:1.25rem 1.75rem;display:flex;box-shadow:0 4px 16px #0f172a0a}.certs__footer-note-icon{color:#0284c7;flex-shrink:0;justify-content:center;align-items:center;display:flex}.certs__footer-note-text{color:#475569;font-size:.9rem;line-height:1.6}.certs__footer-note-text strong{color:#0f172a}.certs__footer-note-text span{color:#0284c7;font-weight:700}@media (width<=1024px){.certs__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width<=768px){.certs__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cert-card{padding:1.75rem 1rem 1.25rem}.certs__footer-note{text-align:center;flex-direction:column;padding:1.25rem}}@media (width<=480px){.certs__grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.cert-card__icon-wrap{width:76px;height:76px}.cert-logo-svg{width:58px;height:58px}.cert-card__name{font-size:1rem}.cert-card__btn{padding:.4rem .75rem;font-size:.72rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.coverage{z-index:10;isolation:isolate;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;position:relative}.coverage__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.coverage__title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.coverage__subtitle{color:#475569;max-width:680px;font-size:1rem;line-height:1.6}.coverage__subtitle strong{color:#0284c7}.coverage__customs-banner{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#0b192c 0%,#1e3a5f 100%);border:1px solid #0284c766;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 8px 30px #0b409c26}.coverage__customs-banner-icon{border-radius:var(--radius-lg);background:#06d6e826;border:1px solid #06d6e866;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.coverage__customs-banner-content{flex:1;min-width:280px}.coverage__customs-banner-content h4{color:#00f2fe;letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.1rem;font-weight:800}.coverage__customs-banner-content p{color:#cbd5e1;margin:0;font-size:.88rem;line-height:1.5}.coverage__customs-banner-content strong{color:#fff}.coverage__customs-btn{color:#fff;border-radius:var(--radius-md);white-space:nowrap;background:#06d6e826;border-color:#00f2fe;padding:.7rem 1.4rem;font-size:.85rem;font-weight:700}.coverage__customs-btn:hover{color:#0b192c;background:#00f2fe;box-shadow:0 0 15px #00f2fe99}.coverage__stats-strip{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;justify-content:space-around;align-items:center;margin-bottom:2.5rem;padding:1.25rem 2rem;display:flex;box-shadow:0 4px 20px #0f172a0a}.coverage__stat-item{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.coverage__stat-num{font-family:var(--font-heading);color:#0284c7;letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.coverage__stat-desc{color:#64748b;font-size:.78rem;font-weight:500}.coverage__stat-divider{background:#e2e8f0;width:1px;height:36px}.coverage__map-layout{grid-template-columns:1.35fr 1fr;align-items:stretch;gap:2rem;display:grid}.coverage__map-box{border-radius:var(--radius-xl);background:#0f172a;border:1px solid #e2e8f0;flex-direction:column;min-height:560px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.coverage__map-toolbar{z-index:10;background:#0f172a;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1.25rem;display:flex}.coverage__map-title-tag{color:#00f2fe;border-radius:var(--radius-md);background:#00f2fe1a;border:1px solid #00f2fe40;align-items:center;gap:.45rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.coverage__map-quick-actions{gap:.4rem;display:flex}.coverage__quick-btn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;padding:.45rem .85rem;font-size:.76rem;font-weight:700;transition:all .2s}.coverage__quick-btn:hover{background:#fff3}.coverage__quick-btn--active{color:#fff;background:linear-gradient(135deg,#0284c7,#00f2fe);border-color:#38bdf8;box-shadow:0 0 10px #00f2fe66}.coverage__leaflet-map{background:#f8fafc;flex:1;width:100%;min-height:500px}.coverage__map-legend-overlay{z-index:50;-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);pointer-events:none;background:#0f172ae6;border:1px solid #ffffff26;flex-direction:column;gap:.4rem;padding:.7rem 1rem;display:flex;position:absolute;bottom:1rem;left:1rem}.map-legend-item{color:#e2e8f0;align-items:center;gap:.5rem;font-size:.74rem;font-weight:600;display:flex}.map-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.map-legend-dot--matriz{background:#0284c7;box-shadow:0 0 8px #0284c7}.map-legend-dot--filial{background:#00f2fe;box-shadow:0 0 8px #00f2fe}.map-legend-dot--polo{background:#2563eb;box-shadow:0 0 8px #2563eb}.leaflet-custom-div-icon{background:0 0!important;border:none!important}.custom-marker{cursor:pointer;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:relative}.custom-marker:hover{z-index:999;transform:scale(1.25)}.marker-matriz{width:48px;height:48px}.marker-dot--matriz{color:#fff;z-index:5;background:linear-gradient(135deg,#0284c7 0%,#00f2fe 100%);border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;box-shadow:0 0 16px #0284c7f2}.marker-pulse-ring{z-index:1;background:#0284c759;border:1.5px solid #0284c7e6;border-radius:50%;width:40px;height:40px;animation:2.2s ease-out infinite radar-wave;position:absolute}.marker-pulse-ring-2{z-index:1;background:#00f2fe40;border:1.5px solid #00f2fed9;border-radius:50%;width:40px;height:40px;animation:2.2s ease-out 1.1s infinite radar-wave;position:absolute}.marker-polo{width:36px;height:36px}.marker-dot--polo{z-index:5;background:linear-gradient(135deg,#0284c7 0%,#1d4ed8 100%);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:0 0 12px #0284c7e6}.marker-dot-inner{background:#fff;border-radius:50%;width:6px;height:6px}.marker-pulse-ring-polo{background:#0284c74d;border:1px solid #0284c7b3;border-radius:50%;width:28px;height:28px;animation:2.4s ease-out infinite radar-wave;position:absolute}.marker-label--polo{color:#0b409c;text-shadow:0 1px 3px #ffffffe6,0 0 6px #ffffffe6;font-weight:800}.marker-filial{width:32px;height:32px}.marker-dot--filial{z-index:5;background:#00f2fe;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 12px #00f2fe}.marker-pulse-ring-filial{background:#00f2fe40;border:1px solid #00f2feb3;border-radius:50%;width:24px;height:24px;animation:2.5s ease-out infinite radar-wave;position:absolute}.marker-label{color:#0f172a;text-shadow:0 1px 3px #ffffffe6,0 0 6px #ffffffe6;letter-spacing:.05em;white-space:nowrap;pointer-events:none;margin-top:2px;font-size:.68rem;font-weight:800;position:absolute;top:100%}.marker-label--matriz{color:#0284c7;text-shadow:0 1px 3px #ffffffe6,0 0 6px #ffffffe6;font-size:.72rem}@keyframes radar-wave{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}.map-route-line{stroke-dashoffset:0;animation:20s linear infinite dash-flow}@keyframes dash-flow{to{stroke-dashoffset:-1000px}}.coverage__details-col{flex-direction:column;gap:1.25rem;display:flex}.coverage__card-selected{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;padding:1.75rem;box-shadow:0 4px 20px #0f172a0d}.coverage__card-header{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.coverage__card-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.72rem;font-weight:700}.coverage__card-badge--matriz{color:#0284c7;background:#0284c726;border:1px solid #0284c74d}.coverage__card-badge--polo{color:#1d4ed8;background:#2563eb1f;border:1px solid #2563eb40}.coverage__card-badge--filial{color:#0284c7;background:#0284c71f;border:1px solid #0284c740}.coverage__card-state{font-family:var(--font-heading);color:#0f172a;font-size:1rem;font-weight:900}.coverage__card-title{color:#0f172a;margin-bottom:.6rem;font-size:1.25rem;font-weight:800;line-height:1.3}.coverage__card-details{color:#475569;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.coverage__card-customs-box{border-radius:var(--radius-md);color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;align-items:flex-start;gap:.6rem;margin-bottom:1rem;padding:.75rem .9rem;font-size:.825rem;line-height:1.45;display:flex}.coverage__card-customs-box svg{flex-shrink:0;margin-top:2px}.coverage__card-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.coverage__card-tag{color:#334155;border-radius:var(--radius-full);background:#f1f5f9;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.coverage__card-footer{border-top:1px solid #f1f5f9;padding-top:1rem}.coverage__cotar-btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.6rem;width:100%;font-weight:700;display:flex;padding:.85rem 1.5rem!important;font-size:.95rem!important}.coverage__units-card{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;padding:1.5rem;box-shadow:0 4px 16px #0f172a0a}.coverage__units-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1rem;font-size:1rem;font-weight:800}.coverage__units-list{flex-direction:column;gap:.55rem;max-height:320px;padding-right:.25rem;display:flex;overflow-y:auto}.coverage__unit-row{border-radius:var(--radius-md);cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem .9rem;transition:all .2s;display:flex}.coverage__unit-row:hover{background:#f0f9ff;border-color:#bae6fd;transform:translate(4px)}.coverage__unit-row--active{background:#e0f2fe;border-color:#7dd3fc}.coverage__unit-row-left{align-items:center;gap:.75rem;display:flex}.coverage__unit-row-left strong{color:#0f172a;font-size:.85rem;display:block}.coverage__unit-row-left small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:230px;font-size:.74rem;display:block;overflow:hidden}.coverage__unit-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.coverage__unit-dot--matriz{background:#0284c7;box-shadow:0 0 6px #0284c7}.coverage__unit-dot--polo{background:#2563eb;box-shadow:0 0 6px #2563eb}.coverage__unit-dot--filial{background:#00f2fe;box-shadow:0 0 6px #00f2fe}.coverage__unit-badge-icon{opacity:.8;padding-left:.5rem;font-size:.85rem}@media (width<=1024px){.coverage__map-layout{grid-template-columns:1fr}.coverage__map-box{min-height:440px}.coverage__leaflet-map{min-height:400px}.coverage__customs-banner{flex-direction:column;align-items:flex-start;gap:1rem}.coverage__customs-btn{text-align:center;width:100%}.coverage__stats-strip{flex-wrap:wrap;gap:1rem;padding:1.25rem}.coverage__stat-divider{display:none}}.quote{background:#f8fafc;border-top:1px solid #e2e8f0;position:relative;overflow:hidden}.quote__bg{pointer-events:none;position:absolute;inset:0}.quote__bg-glow{filter:blur(50px);background:radial-gradient(circle,#0284c714 0%,#0000 65%);width:600px;height:600px;position:absolute;bottom:-100px;right:-100px}.quote__inner{z-index:1;grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid;position:relative}.quote__title{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.quote__subtitle{color:#475569;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.quote__contacts{flex-direction:column;gap:1rem;display:flex}.quote__contact-item{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.9rem;padding:1rem 1.25rem;transition:border-color .3s,background .3s;display:flex;box-shadow:0 2px 10px #0f172a08}.quote__contact-item:hover{background:#0284c708;border-color:#0284c74d}.quote__contact-icon{border-radius:var(--radius-sm);color:#0284c7;background:#0284c714;border:1px solid #0284c733;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.quote__contact-label{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.15rem;font-size:.72rem;font-weight:700}.quote__contact-value{color:#0f172a;font-size:.9rem;font-weight:600}.quote__form-wrap{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;padding:2.5rem;box-shadow:0 16px 40px #0f172a14}.quote__form-title{color:#0f172a;margin-bottom:1.75rem;font-size:1.3rem;font-weight:700}.quote__form{flex-direction:column;gap:1rem;display:flex}.quote__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.quote__field{flex-direction:column;gap:.4rem;display:flex}.quote__field label{color:#334155;letter-spacing:.04em;font-size:.8rem;font-weight:700}.quote__field input,.quote__field select,.quote__field textarea{border-radius:var(--radius-md);font-family:var(--font-body);color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;outline:none;width:100%;padding:.85rem 1rem;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.quote__field input::placeholder,.quote__field textarea::placeholder{color:#94a3b8}.quote__field input:focus,.quote__field select:focus,.quote__field textarea:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.quote__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.quote__field select option{color:#0f172a;background:#fff}.quote__field textarea{resize:vertical;min-height:90px}.quote__submit{justify-content:center;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem}.quote__submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@keyframes spin{to{transform:rotate(360deg)}}.quote__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.quote__success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.quote__success-icon{color:#0284c7;background:#0284c71a;border:1px solid #0284c740;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;display:flex}.quote__success h3{color:#0f172a;font-size:1.5rem}.quote__success p{color:#475569;max-width:340px;font-size:.95rem}@media (width<=1024px){.quote__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.quote__row{grid-template-columns:1fr}.quote__form-wrap{padding:1.5rem}}.footer{color:#f8fafc;background:#0f172a;position:relative}.footer__divider{opacity:.4;background:linear-gradient(90deg,#0000,#0284c7,#0000);height:2px}.footer__inner{grid-template-columns:1.5fr 1fr 1.3fr;gap:4rem;padding-top:4rem;padding-bottom:4rem;display:grid}.footer__logo{align-items:center;gap:.65rem;margin-bottom:1rem;display:inline-flex}.footer__logo-img{object-fit:contain;width:auto;height:52px;margin-bottom:.5rem}.footer__tagline{color:#94a3b8;max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer__socials{gap:.75rem;display:flex}.footer__social{border-radius:var(--radius-sm);color:#cbd5e1;width:38px;height:38px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1f;justify-content:center;align-items:center;display:flex}.footer__social:hover{color:#fff;background:#0284c7;border-color:#0284c7;transform:translateY(-2px)}.footer__nav h4,.footer__contact h4{letter-spacing:.1em;text-transform:uppercase;color:#38bdf8;margin-bottom:1.25rem;font-size:.8rem;font-weight:800}.footer__nav ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer__nav ul a{color:#cbd5e1;transition:color var(--transition-fast), padding-left var(--transition-fast);font-size:.9rem}.footer__nav ul a:hover{color:#fff;padding-left:.35rem}.footer__contact-list{flex-direction:column;gap:.85rem;display:flex}.footer__contact-link{color:#cbd5e1;transition:color var(--transition-fast);align-items:center;gap:.65rem;font-size:.875rem;display:flex}.footer__contact-link:hover{color:#38bdf8}.footer__contact-link svg{color:#38bdf8;flex-shrink:0}.footer__address{color:#cbd5e1;align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.6;display:flex}.footer__address svg{color:#38bdf8;flex-shrink:0;margin-top:3px}.footer__bottom{background:#091224;border-top:1px solid #ffffff14;padding:1.25rem 0}.footer__bottom-inner{color:#94a3b8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;display:flex}.footer__bottom-links{align-items:center;gap:.75rem;display:flex}.footer__bottom-links a{color:#94a3b8;transition:color var(--transition-fast)}.footer__bottom-links a:hover{color:#fff}.footer__bottom-links span{color:#fff3}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:3rem 2rem}.footer__brand{grid-column:1/-1}}@media (width<=640px){.footer__inner{grid-template-columns:1fr;gap:2.5rem;padding-top:3rem;padding-bottom:3rem}.footer__brand{grid-column:auto}.footer__bottom-inner{text-align:center;flex-direction:column}}@keyframes wa-pulse{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}.wa-button{z-index:90;width:56px;height:56px;transition:transform var(--transition), box-shadow var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36673}.wa-button:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 8px 30px #25d36699}.wa-button__ring{background:#25d36666;border-radius:50%;animation:2.5s ease-out infinite wa-pulse;position:absolute;inset:0}@media (width<=640px){.wa-button{width:50px;height:50px;bottom:1.25rem;right:1.25rem}}.ca-overlay{z-index:200;justify-content:flex-end;align-items:stretch;animation:.25s both ca-overlay-in;display:flex;position:fixed;inset:0}@keyframes ca-overlay-in{0%{opacity:0}to{opacity:1}}.ca-backdrop{-webkit-backdrop-filter:blur(6px);background:#0f172a73;position:absolute;inset:0}.ca-panel{z-index:1;width:min(640px,100vw);height:100dvh;animation:ca-panel-in .35s var(--ease-out) both;background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:-15px 0 40px #0f172a26}@keyframes ca-panel-in{0%{transform:translate(100%)}to{transform:translate(0)}}.ca-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.ca-header__brand{align-items:center;gap:.85rem;display:flex}.ca-header__logo{border-radius:var(--radius-md);color:#0284c7;background:#0284c714;border:1px solid #0284c733;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ca-header__title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.2rem;font-size:.95rem;font-weight:800;line-height:1;display:block}.ca-header__sub{color:#64748b;font-size:.75rem;display:block}.ca-close-btn{border-radius:var(--radius-sm);color:#64748b;cursor:pointer;width:36px;height:36px;transition:var(--transition);background:#fff;border:1px solid #e2e8f0;justify-content:center;align-items:center;display:flex}.ca-close-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.ca-login,.ca-dashboard{background:#fff;flex-direction:column;flex:1;gap:1.5rem;padding:2rem 1.75rem;display:flex;overflow-y:auto}.ca-login__intro{text-align:center;padding:1rem 0}.ca-login__icon-wrap{color:#0284c7;background:#0284c714;border:1px solid #0284c733;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.ca-login__title{color:#0f172a;margin-bottom:.6rem;font-size:1.5rem;font-weight:800}.ca-login__desc{color:#475569;max-width:380px;margin:0 auto;font-size:.9rem;line-height:1.7}.ca-form{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;flex-direction:column;gap:1rem;padding:1.75rem;display:flex;box-shadow:0 10px 30px #0f172a0f}.ca-field{flex-direction:column;gap:.45rem;display:flex}.ca-field label{color:#334155;letter-spacing:.04em;font-size:.8rem;font-weight:700}.ca-input-wrap{border-radius:var(--radius-md);transition:border-color var(--transition), box-shadow var(--transition);background:#fff;border:1.5px solid #cbd5e1;align-items:center;gap:0;display:flex;overflow:hidden}.ca-input-wrap:focus-within{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.ca-input-wrap>svg:first-child{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;width:42px;padding-left:.9rem;display:flex}.ca-input-wrap input,.ca-input-wrap select{font-family:var(--font-body);color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.8rem .9rem;font-size:.9rem}.ca-input-wrap input::placeholder{color:#94a3b8}.ca-input-wrap--select{position:relative}.ca-input-wrap select{appearance:none;cursor:pointer;padding-right:2.5rem}.ca-input-wrap select option{color:#0f172a;background:#fff}.ca-select-arrow{pointer-events:none;color:#64748b;flex-shrink:0;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.ca-error{border-radius:var(--radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.875rem;animation:.25s both fade-up;display:flex}.ca-submit{justify-content:center;width:100%;margin-top:.25rem;padding:.9rem;font-size:.95rem}.ca-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.ca-login__help{text-align:center;color:#64748b;font-size:.82rem}.ca-login__help a{color:#0284c7;font-weight:600}.ca-login__help a:hover{text-decoration:underline}.ca-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.ca-welcome{border-radius:var(--radius-lg);background:#f8fafc;border:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.ca-welcome__info{align-items:center;gap:.85rem;display:flex}.ca-welcome__avatar{background:var(--grad-blue);width:42px;height:42px;font-family:var(--font-heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.ca-welcome__name{color:#0f172a;word-break:break-all;margin-bottom:.15rem;font-size:.875rem;font-weight:700}.ca-welcome__cnpj{color:#64748b;font-family:monospace;font-size:.75rem}.ca-welcome__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.ca-welcome__tag{color:#0284c7;border-radius:var(--radius-full);background:#0284c714;border:1px solid #0284c733;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.75rem;font-weight:600;display:flex}.ca-welcome__dot{background:#16a34a;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}.ca-logout-btn{border-radius:var(--radius-sm);color:#64748b;cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.8rem;display:flex}.ca-logout-btn:hover{color:#dc2626;background:#fef2f2;border-color:#ef44444d}.ca-tabs{border-radius:var(--radius-md);background:#f1f5f9;border:1px solid #e2e8f0;flex-shrink:0;gap:.25rem;padding:.3rem;display:flex}.ca-tab{border-radius:calc(var(--radius-md) - 2px);font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.82rem;font-weight:600;display:flex}.ca-tab:hover{color:var(--white)}.ca-tab--active{background:var(--grad-blue);box-shadow:0 2px 12px #1565ff59;color:var(--white)!important}.ca-section-header{margin-bottom:1.25rem}.ca-section-header h3{color:var(--white);margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.ca-section-header p{color:var(--text-secondary);font-size:.85rem}.ca-certs-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.ca-cert-card{border-radius:var(--radius-lg);transition:transform var(--transition), border-color var(--transition);padding:1.25rem}.ca-cert-card:hover{transform:translateY(-3px)}.ca-cert-card__top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.9rem;display:flex}.ca-cert-card__icon{border-radius:var(--radius-md);border:1px solid var(--white-08);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ca-cert-badge{border-radius:var(--radius-full);border:1px solid color-mix(in srgb, var(--badge-color) 40%, transparent);background:color-mix(in srgb, var(--badge-color) 10%, transparent);color:var(--badge-color);white-space:nowrap;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:flex}.ca-cert-badge__dot{background:var(--badge-color);border-radius:50%;flex-shrink:0;width:5px;height:5px}.ca-cert-card__name{color:var(--white);margin-bottom:.3rem;font-size:.875rem;font-weight:600;line-height:1.3}.ca-cert-card__issuer{color:var(--text-muted);margin-bottom:.9rem;font-size:.75rem;line-height:1.4}.ca-cert-card__footer{border-top:1px solid var(--white-04);justify-content:space-between;align-items:center;gap:.5rem;padding-top:.75rem;display:flex}.ca-cert-card__validity{color:var(--text-muted);font-size:.75rem}.ca-download-btn{border:1px solid var(--white-08);border-radius:var(--radius-sm);color:var(--cyan);cursor:pointer;transition:var(--transition);background:0 0;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.75rem;font-weight:500;display:flex}.ca-download-btn:hover{background:#06d6e814;border-color:#06d6e84d}.ca-summary{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.ca-summary-item{border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;display:flex}.ca-summary-count{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;line-height:1}.ca-summary-label{color:var(--text-muted);font-size:.75rem}.ca-docs{flex-direction:column;gap:.75rem;display:flex}.ca-doc-item{border-radius:var(--radius-md);transition:border-color var(--transition), transform var(--transition);align-items:center;gap:.9rem;padding:1rem 1.25rem;display:flex}.ca-doc-item:hover{border-color:#06d6e840;transform:translate(3px)}.ca-doc-item__icon{border-radius:var(--radius-sm);background:#06d6e812;border:1px solid #06d6e826;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ca-doc-item__info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ca-doc-item__name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.ca-doc-item__date{color:var(--text-muted);font-size:.75rem}.ca-doc-item__type{letter-spacing:.08em;color:var(--amber);border-radius:var(--radius-sm);background:#f59e0b1a;border:1px solid #f59e0b33;flex-shrink:0;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.ca-tracking{flex-direction:column;gap:1rem;display:flex}.ca-track-search{border-radius:var(--radius-lg);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.ca-track-input{font-family:var(--font-body);color:var(--white);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.ca-track-input::placeholder{color:var(--text-muted)}.ca-shipments{flex-direction:column;gap:.9rem;display:flex}.ca-shipment{border-radius:var(--radius-lg);transition:border-color var(--transition);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.ca-shipment:hover{border-color:#06d6e840}.ca-shipment__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ca-shipment__id{color:var(--cyan);font-family:monospace;font-size:.82rem;font-weight:600}.ca-shipment__status{border-radius:var(--radius-full);align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:flex}.ca-shipment__status--done{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.ca-shipment__status--transit{color:var(--cyan);background:#06d6e81a;border:1px solid #06d6e833}.ca-shipment__status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}.ca-shipment__route{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.ca-shipment__bar{background:var(--white-08);border-radius:3px;height:6px;overflow:hidden}.ca-shipment__bar-fill{background:var(--bar-color,var(--cyan));height:100%;transition:width .8s var(--ease-out);border-radius:3px}.ca-shipment__footer{justify-content:space-between;align-items:center;display:flex}.ca-shipment__progress{color:var(--text-muted);font-size:.75rem}.ca-shipment__eta{color:var(--text-secondary);font-size:.75rem}@media (width<=640px){.ca-panel{border-left:none;width:100vw}.ca-login,.ca-dashboard{padding:1.5rem 1.25rem}.ca-certs-grid{grid-template-columns:1fr}.ca-tab svg{display:none}.ca-welcome__right{flex-wrap:wrap;gap:.5rem}}@media (width<=400px){.ca-summary{grid-template-columns:repeat(3,1fr)}}.ca-cert-banner{border-radius:var(--radius-xl);background:linear-gradient(135deg,#1565ff26 0%,#06d6e814 100%);border:1px solid #06d6e84d;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 8px 24px #0003}.ca-cert-banner__icon{background:#06d6e81f;border:1px solid #06d6e84d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.ca-cert-banner__content{flex:1;min-width:0}.ca-cert-banner__badge{color:var(--cyan);border-radius:var(--radius-full);letter-spacing:.03em;background:#06d6e81f;align-items:center;gap:.4rem;margin-bottom:.4rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.ca-cert-banner__title{color:var(--white);margin-bottom:.3rem;font-size:1.1rem;font-weight:700;line-height:1.3}.ca-cert-banner__desc{color:var(--text-secondary);font-size:.83rem;line-height:1.5}.ca-cert-card--highlighted{animation:2s ease-in-out infinite pulse-border;border-color:#06d6e899!important;box-shadow:0 0 20px #06d6e840!important}@keyframes pulse-border{0%,to{border-color:#06d6e899}50%{border-color:#1565ffcc}}.ca-cert-card__icon-box{border-radius:var(--radius-md);border:1px solid var(--white-08);background:#fffffff2;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;padding:4px;display:flex;overflow:hidden}.ca-cert-card__icon-box .cert-logo-img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.ca-pdf-modal-backdrop{z-index:300;-webkit-backdrop-filter:blur(8px);background:#030712d9;justify-content:center;align-items:center;padding:1rem;animation:.2s both ca-overlay-in;display:flex;position:absolute;inset:0}.ca-pdf-modal{border-radius:var(--radius-xl);background:#0b172a;border:1px solid #06d6e84d;flex-direction:column;width:min(980px,96vw);height:min(92vh,880px);display:flex;overflow:hidden;box-shadow:0 25px 60px #000c}.ca-pdf-modal__header{background:#0f172a;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.ca-pdf-modal__title-box{align-items:center;gap:.85rem;display:flex}.ca-pdf-modal__icon{border-radius:var(--radius-md);background:#fff;border:1px solid #fff3;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:3px;display:flex;overflow:hidden}.ca-pdf-modal__icon .cert-logo-img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.ca-pdf-modal__title{color:#fff;margin-bottom:.15rem;font-size:1.05rem;font-weight:800}.ca-pdf-modal__sub{color:#94a3b8;font-size:.78rem}.ca-pdf-modal__actions{align-items:center;gap:.85rem;display:flex}.ca-verified-badge{color:#4ade80;border-radius:var(--radius-full);background:#22c55e26;border:1px solid #22c55e59;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.76rem;font-weight:700;display:inline-flex}.ca-pdf-close-btn{border-radius:var(--radius-sm);color:#cbd5e1;cursor:pointer;width:36px;height:36px;transition:var(--transition);background:#ffffff14;border:1px solid #ffffff26;justify-content:center;align-items:center;display:flex}.ca-pdf-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.ca-doc-switcher{background:#091222;border-bottom:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;gap:.45rem;padding:.75rem 1.5rem;display:flex}.ca-doc-switcher__label{color:#00f2fe;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.ca-doc-switcher__tabs{gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ca-doc-btn{color:#cbd5e1;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff26;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.ca-doc-btn:hover{color:#fff;background:#ffffff26;border-color:#ffffff4d}.ca-doc-btn--active{box-shadow:0 0 12px #0284c780;color:#fff!important;background:#0284c7!important;border-color:#38bdf8!important}.ca-doc-btn__num{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;font-weight:800;display:flex}.ca-cert-card__doc-count{color:#0284c7;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.74rem;font-weight:700;display:flex}.ca-view-btn{color:#fff!important;background:#0284c7!important;border-color:#38bdf8!important}.ca-view-btn:hover{box-shadow:0 0 10px #0284c766;background:#0369a1!important}.ca-pdf-canvas-wrap{background:#070d18;flex-direction:column;flex:1;padding:1.25rem;display:flex;overflow-y:auto}.ca-pdf-embed-container{border-radius:var(--radius-md);background:#fff;flex:1;width:100%;min-height:520px;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000080}.ca-pdf-iframe{background:#334155;border:none;flex:1;width:100%;height:100%;min-height:520px;display:block}.ca-pdf-canvas-wrap{background:#0b1329;flex:1;padding:1.75rem;overflow-y:auto}.pdf-paper{color:#1e293b;background:#fff;border-radius:8px;padding:2.25rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.pdf-paper__watermark{color:#1565ff0d;letter-spacing:.15em;pointer-events:none;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:4.5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.pdf-paper__header{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.pdf-paper__logo{flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.pdf-paper__gov-info{flex:1}.pdf-paper__gov-info h4{color:#475569;letter-spacing:.1em;margin-bottom:.2rem;font-size:.75rem;font-weight:800}.pdf-paper__gov-info h5{color:#0f172a;margin-bottom:.3rem;font-size:.95rem;font-weight:800}.pdf-paper__gov-info p{color:#1e40af;letter-spacing:.05em;font-size:.72rem;font-weight:700}.pdf-paper__divider{background:linear-gradient(90deg,#1565ff 0%,#06d6e8 100%);border-radius:2px;height:3px;margin-bottom:1.5rem}.pdf-paper__body{z-index:1;position:relative}.pdf-paper__status-stamp{color:#15803d;letter-spacing:.05em;background:#f0fdf4;border:1.5px solid #86efac;border-radius:4px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.72rem;font-weight:800;display:inline-flex}.pdf-paper__grid{grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem;margin-bottom:1.5rem;display:grid}.pdf-paper__field{flex-direction:column;gap:.2rem;display:flex}.pdf-paper__label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.pdf-paper__val{color:#0f172a;font-size:.875rem;font-weight:500}.pdf-paper__val.bold{color:#1e3a8a;font-size:.95rem;font-weight:800}.pdf-paper__val.mono{color:#334155;font-family:monospace;font-weight:700}.pdf-paper__val.green{color:#16a34a;font-weight:700}.pdf-paper__scope{background:#f8fafc;border-left:3px solid #1565ff;border-radius:4px;margin-bottom:1.75rem;padding:1rem 1.25rem}.pdf-paper__scope h6{color:#1e3a8a;letter-spacing:.04em;margin-bottom:.4rem;font-size:.75rem;font-weight:800}.pdf-paper__scope p{color:#334155;margin-bottom:.4rem;font-size:.8rem;line-height:1.55}.pdf-paper__scope p:last-child{margin-bottom:0}.pdf-paper__footer{border-top:1px dashed #cbd5e1;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding-top:1.25rem;display:flex}.pdf-paper__qr{color:#334155;flex-direction:column;align-items:center;gap:.3rem;display:flex}.pdf-paper__qr span{color:#64748b;text-transform:uppercase;font-size:.65rem;font-weight:700}.pdf-paper__sign{text-align:right}.pdf-paper__sign-line{background:#475569;width:220px;height:1px;margin-bottom:.4rem;margin-left:auto}.pdf-paper__sign p{color:#0f172a;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.pdf-paper__sign small{color:#64748b;font-family:monospace;font-size:.65rem;display:block}@media (width<=640px){.pdf-paper{padding:1.5rem 1rem}.pdf-paper__grid{grid-template-columns:1fr;gap:.85rem}.pdf-paper__header{text-align:center;flex-direction:column}.pdf-paper__footer{text-align:center;flex-direction:column;align-items:center}.pdf-paper__sign{text-align:center}.pdf-paper__sign-line{margin-right:auto}}
