*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-primary:#456a2d;--green-dark:#234321;--green-olive:#849744;--green-soft:#93a28f;--navy:#0b1c2b;--white-warm:#f1f3ee;--gray-light:#c1cdbc;--yellow-accent:#e6b300;--bg:var(--white-warm);--bg-alt:#e8ebe3;--bg-card:#f6f8f2;--text:var(--navy);--text-secondary:#3d4f39;--text-muted:var(--green-soft);--text-light:var(--gray-light);--accent:var(--green-primary);--accent-hover:#537f36;--accent-dark:var(--green-dark);--highlight:var(--yellow-accent);--border:#0b1c2b14;--border-light:#0b1c2b0a;--glass-bg:#f1f3eeb8;--glass-border:#ffffff40;--glass-shadow:0 8px 32px #0b1c2b0f;--shadow-sm:0 2px 8px #0b1c2b0a;--shadow:0 4px 24px #0b1c2b0f;--shadow-lg:0 12px 48px #0b1c2b1a;--shadow-xl:0 24px 64px #0b1c2b24;--font-heading:"Sora", sans-serif;--font-body:"DM Sans", sans-serif;--container:1280px;--container-narrow:1000px;--radius-sm:10px;--radius:10px;--radius-lg:10px;--radius-xl:10px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-weight:400;line-height:1.65;overflow-x:hidden}::selection{background:var(--green-primary);color:var(--white-warm)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 32px}.container-narrow{max-width:var(--container-narrow)}.section{padding:120px 0;position:relative}.section-dark{background:var(--navy);color:var(--white-warm)}.section-alt{background:var(--bg-alt)}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.12em;color:var(--green-primary);margin-bottom:16px;font-size:.75rem;font-weight:600;display:inline-block}.section-dark .section-label{color:var(--green-olive)}.section-title{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text);margin-bottom:20px;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.15}.section-dark .section-title{color:var(--white-warm)}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.1rem;line-height:1.6}.section-dark .section-subtitle{color:var(--green-soft)}.btn{font-family:var(--font-heading);white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:14px 32px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--green-primary);color:var(--white-warm);box-shadow:0 4px 16px #456a2d4d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 24px #456a2d66}.btn-outline{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--green-primary);color:var(--green-primary);transform:translateY(-2px)}.btn-outline-light{color:var(--white-warm);border-color:#f1f3ee40}.btn-outline-light:hover{border-color:var(--white-warm);background:#f1f3ee14}.btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 16px #25d3664d}.btn-whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 24px #25d36666}.btn-call{background:var(--navy);color:var(--white-warm);border:1.5px solid #f1f3ee26}.btn-call:hover{background:#132d44;transform:translateY(-2px)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow)}.scroll-progress{z-index:9999;background:0 0;width:100%;height:3px;position:fixed;top:0;left:0}.scroll-progress__bar{background:linear-gradient(90deg, var(--green-primary), var(--green-olive));transform-origin:0;height:100%;transition:transform .1s linear}.back-to-top{background:var(--green-primary);width:48px;height:48px;color:var(--white-warm);box-shadow:var(--shadow-lg);z-index:998;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:88px;right:24px}.back-to-top:hover{background:var(--accent-hover);box-shadow:var(--shadow-xl);transform:translateY(-3px)}.navbar{z-index:1000;padding:20px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#f1f3eee0;padding:12px 0}.navbar__inner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 32px;display:flex}.navbar__logo{font-family:var(--font-heading);color:var(--text);align-items:center;gap:10px;font-size:1.25rem;font-weight:700;display:flex}.navbar__logo-icon{background:var(--green-primary);width:32px;height:32px;color:var(--white-warm);border-radius:10px;justify-content:center;align-items:center;display:flex}.navbar__links{align-items:center;gap:32px;display:flex}.navbar__link{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--green-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--text)}.navbar__link:hover:after{width:100%}.navbar__cta{background:var(--green-primary);color:var(--white-warm);font-size:.85rem;font-weight:600;font-family:var(--font-heading);border-radius:10px;padding:10px 24px;transition:all .3s}.navbar__cta:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #456a2d4d}.navbar__hamburger{border:1px solid var(--border);background:var(--glass-bg);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:none}.navbar__hamburger:hover{border-color:var(--green-primary);color:var(--green-primary)}@media (width<=1024px){.navbar__hamburger{display:flex}}.navbar__mobile{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:999;flex-direction:column;gap:8px;padding:16px;display:flex;position:absolute;top:100%;left:16px;right:16px}.navbar__mobile-link{border-radius:var(--radius-sm);color:var(--text-secondary);padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.navbar__mobile-link:hover{color:var(--green-primary);background:#456a2d0f}.navbar__mobile-cta{text-align:center;border-radius:var(--radius-sm);background:var(--green-primary);color:var(--white-warm);font-family:var(--font-heading);margin-top:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s;display:block}.navbar__mobile-cta:hover{background:var(--accent-hover)}.topo-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.topo-bg svg{opacity:.08;width:100%;height:100%}.topo-bg--darker svg{opacity:.12}.hero{align-items:center;min-height:100svh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero__grid{max-width:var(--container);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;margin:0 auto;padding:0 32px;display:grid;position:relative}.hero__tag{color:var(--green-primary);background:#456a2d14;border-radius:10px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero__title{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--text);margin-bottom:24px;font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:800;line-height:1.05}.hero__title-accent{color:var(--green-primary)}.hero__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:36px;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero__trust{flex-wrap:wrap;gap:40px;display:flex}.hero__trust-item{text-align:left}.hero__trust-number{font-family:var(--font-heading);color:var(--green-primary);font-size:1.5rem;font-weight:700}.hero__trust-label{color:var(--text-muted);margin-top:2px;font-size:.85rem}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__gps-container{justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.hero__gps-ring{border:2px solid var(--green-primary);opacity:.15;border-radius:50%;animation:3s ease-out infinite pulse-ring;position:absolute}.hero__gps-ring:first-child{width:200px;height:200px;animation-delay:0s}.hero__gps-ring:nth-child(2){width:280px;height:280px;animation-delay:.6s}.hero__gps-ring:nth-child(3){width:360px;height:360px;animation-delay:1.2s}@keyframes pulse-ring{0%{opacity:.2;transform:scale(.85)}50%{opacity:.08}to{opacity:0;transform:scale(1.1)}}.hero__gps-device{z-index:1;flex-direction:column;align-items:center;width:260px;display:flex;position:relative}.hero__gps-satellite{animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero__gps-tripod{margin-top:-8px}.map-wrapper{width:100%;position:relative}.map-wrapper svg{display:block}.map-tooltip{pointer-events:auto}.map-panel{transition:all .3s}.services{position:relative}.services__timeline{max-width:960px;margin:60px auto 0;padding:0 32px;position:relative}.services__timeline-line{background:linear-gradient(180deg, var(--green-primary), var(--green-olive), var(--green-soft));width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.services__timeline-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);width:calc(50% - 40px);margin-bottom:24px;padding:28px 32px;transition:all .4s;position:relative}.services__timeline-card:hover{box-shadow:var(--shadow);border-color:#456a2d26;transform:translateY(-3px)}.services__timeline-card--left{margin-right:auto}.services__timeline-card--right{margin-top:-80px;margin-left:auto}.services__timeline-card:before{content:"";background:var(--green-primary);border:3px solid var(--bg);width:14px;height:14px;box-shadow:0 0 0 2px var(--green-primary);border-radius:50%;position:absolute;top:32px}.services__timeline-card--left:before{right:-47px}.services__timeline-card--right:before{left:-47px}@media (width<=1024px){.services__timeline-line{left:24px}.services__timeline-card{width:calc(100% - 56px);margin-bottom:20px;margin-top:0!important;margin-left:56px!important;margin-right:0!important}.services__timeline-card:before{left:-41px!important;right:auto!important}}.service-card__icon{border-radius:var(--radius);width:48px;height:48px;color:var(--green-primary);background:#456a2d14;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.services__timeline-card h3{font-family:var(--font-heading);margin-bottom:8px;font-size:1.1rem;font-weight:600}.services__timeline-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.workflow{overflow:hidden}.workflow__track{max-width:var(--container);justify-content:space-between;gap:0;margin:60px auto 0;padding:0 32px;display:flex;position:relative}.workflow__line{background:linear-gradient(90deg, var(--green-primary), var(--green-olive), var(--green-soft));z-index:0;height:2px;position:absolute;top:48px;left:64px;right:64px}.workflow__step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;padding:0 8px;display:flex;position:relative}.workflow__step-icon{background:var(--white-warm);border:2px solid var(--green-primary);width:64px;height:64px;color:var(--green-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;transition:all .4s;display:flex;position:relative}.workflow__step:hover .workflow__step-icon{background:var(--green-primary);color:var(--white-warm);transform:scale(1.1);box-shadow:0 4px 20px #456a2d4d}.workflow__step-number{background:var(--green-primary);width:22px;height:22px;color:var(--white-warm);font-size:.7rem;font-weight:700;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-4px;right:-4px}.workflow__step-title{font-family:var(--font-heading);color:var(--text);max-width:120px;font-size:.85rem;font-weight:600}@media (width<=768px){.workflow__track{flex-direction:column;align-items:flex-start;gap:32px}.workflow__line{display:none}.workflow__step{text-align:left;flex-direction:row;gap:20px}.workflow__step-icon{flex-shrink:0}.workflow__step-title{max-width:none}}.stats__grid{max-width:var(--container);grid-template-columns:repeat(5,1fr);gap:16px;margin:0 auto;padding:0 32px;display:grid}@media (width<=1024px){.stats__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.stat-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);text-align:center;padding:32px 24px;transition:all .4s}.stat-card:hover{box-shadow:var(--shadow);border-color:#456a2d1f;transform:translateY(-4px)}.stat-card__number{font-family:var(--font-heading);color:var(--green-primary);margin-bottom:8px;font-size:2.2rem;font-weight:800;line-height:1}.stat-card__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.stat-card--dark{background:var(--navy);border-color:#f1f3ee14}.stat-card--dark .stat-card__number{color:var(--yellow-accent)}.stat-card--dark .stat-card__label{color:var(--green-soft)}.stat-card--wide{grid-column:span 2}.coverage__dashboard{max-width:var(--container);grid-template-columns:1.4fr 1fr;gap:24px;margin:60px auto 0;padding:0 32px;display:grid}@media (width<=1024px){.coverage__dashboard{grid-template-columns:1fr}}.coverage__map-small{border-radius:var(--radius-lg);border:1px solid var(--border-light);min-height:400px;overflow:hidden}.coverage__sidebar{flex-direction:column;gap:16px;display:flex}.coverage__card{border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border-light);padding:24px;transition:all .3s}.coverage__card:hover{box-shadow:var(--shadow)}.coverage__card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.coverage__card-icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--green-primary);background:#456a2d14;justify-content:center;align-items:center;display:flex}.coverage__card h4{font-family:var(--font-heading);font-size:.9rem;font-weight:600}.coverage__card-list{flex-wrap:wrap;gap:8px;list-style:none;display:flex}.coverage__card-list li{color:var(--text-secondary);background:#456a2d0f;border-radius:10px;padding:4px 12px;font-size:.8rem;font-weight:500}.coverage__badge{border-radius:10px;align-items:center;gap:6px;padding:4px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.coverage__badge--available{color:var(--green-primary);background:#456a2d1a}.coverage__badge--rapid{color:#b38f00;background:#e6b3001a}.gallery__masonry{max-width:var(--container);columns:3;column-gap:16px;margin:60px auto 0;padding:0 32px}@media (width<=1024px){.gallery__masonry{columns:2}}@media (width<=640px){.gallery__masonry{columns:1}}.gallery__item{break-inside:avoid;border-radius:var(--radius-lg);cursor:pointer;margin-bottom:16px;transition:transform .4s;position:relative;overflow:hidden}.gallery__item:hover{transform:scale(1.02)}.gallery__item-inner{border-radius:var(--radius-lg);width:100%;height:100%;position:relative;overflow:hidden}.gallery__item-img{background:var(--green-soft);object-fit:cover;width:100%;height:auto;display:block}.gallery__item-overlay{opacity:0;background:linear-gradient(#0000 50%,#0b1c2bb3);align-items:flex-end;padding:24px;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item-label{color:var(--white-warm);font-family:var(--font-heading);font-size:.85rem;font-weight:600}.gallery__placeholder{background:var(--bg-alt);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;position:relative;overflow:hidden}.gallery__placeholder-icon{color:var(--green-soft);opacity:.4}.lightbox{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0b1c2beb;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.lightbox__content{border-radius:var(--radius-lg);background:var(--white-warm);cursor:default;width:100%;max-width:800px;max-height:80vh;position:relative;overflow:hidden}.lightbox__img{object-fit:contain;background:var(--bg-alt);width:100%;height:auto;max-height:60vh}.lightbox__info{padding:20px 24px}.lightbox__info h3{font-family:var(--font-heading);margin-bottom:4px;font-size:1rem;font-weight:600}.lightbox__info p{color:var(--text-secondary);font-size:.85rem}.lightbox__close{width:36px;height:36px;color:var(--text);cursor:pointer;background:#0b1c2b1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.lightbox__close:hover{background:#0b1c2b33}.cta{text-align:center;background:var(--navy);padding:160px 0;position:relative;overflow:hidden}.cta__content{z-index:1;max-width:700px;margin:0 auto;padding:0 32px;position:relative}.cta__title{font-family:var(--font-heading);color:var(--white-warm);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.cta__title-accent{color:var(--yellow-accent)}.cta__subtitle{color:var(--green-soft);margin-bottom:40px;font-size:1.1rem;line-height:1.6}.cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer{background:var(--navy);border-top:1px solid #f1f3ee0f;padding:64px 0 32px}.footer__grid{max-width:var(--container);border-bottom:1px solid #f1f3ee0f;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:48px;margin:0 auto;padding:0 32px 48px;display:grid}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer__grid{grid-template-columns:1fr}}.footer__brand{font-family:var(--font-heading);color:var(--white-warm);align-items:center;gap:10px;margin-bottom:16px;font-size:1.15rem;font-weight:700;display:flex}.footer__desc{color:var(--green-soft);max-width:300px;margin-bottom:20px;font-size:.9rem;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social-link{width:40px;height:40px;color:var(--green-soft);border:1px solid #f1f3ee1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer__social-link:hover{border-color:var(--green-primary);background:var(--green-primary);color:var(--white-warm);transform:translateY(-2px)}.footer__heading{font-family:var(--font-heading);color:var(--white-warm);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.85rem;font-weight:600}.footer__list{flex-direction:column;gap:12px;list-style:none;display:flex}.footer__list li{color:var(--green-soft);align-items:center;gap:8px;font-size:.9rem;display:flex}.footer__list a{transition:color .2s}.footer__list a:hover{color:var(--white-warm)}.footer__bottom{max-width:var(--container);color:var(--green-soft);justify-content:space-between;align-items:center;margin:0 auto;padding:24px 32px 0;font-size:.82rem;display:flex}@media (width<=640px){.footer__bottom{text-align:center;flex-direction:column;gap:8px}}.footer__mini-map{border-radius:var(--radius);border:1px solid #f1f3ee14;height:170px;overflow:hidden}.asymmetric-grid{gap:24px;display:grid}.asymmetric-grid--coverage{grid-template-rows:auto auto;grid-template-columns:1.4fr 1fr}.asymmetric-grid--coverage>:first-child{grid-row:1/3}@media (width<=1024px){.asymmetric-grid--coverage{grid-template-columns:1fr}.asymmetric-grid--coverage>:first-child{grid-row:auto}}.section-hidden{opacity:0;transform:translateY(40px)}@media (width<=1024px){.section{padding:80px 0}.hero__grid{text-align:center;grid-template-columns:1fr;gap:48px}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions,.hero__trust{justify-content:center}.hero__trust-item{text-align:center}.hero__gps-container{width:300px;height:300px}.navbar__links{display:none}}@media (width<=640px){.section{padding:56px 0}.container,.container-narrow{padding:0 20px}.section-title{font-size:clamp(1.6rem,7vw,2rem)}.section-subtitle{font-size:.95rem}.navbar{padding:14px 0}.navbar-scrolled{padding:10px 0}.navbar__inner{padding:0 20px}.navbar__logo{font-size:1.1rem}.navbar__logo-icon{width:28px;height:28px}.navbar__mobile{left:12px;right:12px}.hero{padding:100px 0 50px}.hero__grid{gap:36px;padding:0 20px}.hero__tag{padding:5px 12px;font-size:.72rem}.hero__title{font-size:clamp(2rem,8.5vw,2.6rem)}.hero__subtitle{margin-bottom:28px;font-size:.95rem}.hero__actions{flex-direction:column;align-items:stretch;gap:12px}.hero__actions .btn{justify-content:center}.hero__trust{justify-content:center;gap:24px}.hero__trust-number{font-size:1.2rem}.hero__trust-label{font-size:.78rem}.hero__gps-container{width:200px;height:200px}.map-section{height:60svh}.services__timeline{margin-top:40px;padding:0 20px}.services__timeline-card{padding:22px 24px}.services__timeline-card h3{font-size:1rem}.services__timeline-card p{font-size:.85rem}.workflow__track{flex-direction:column;align-items:flex-start;gap:28px;margin-top:40px;padding:0 20px}.workflow__line{display:none}.workflow__step{text-align:left;flex-direction:row;gap:16px;width:100%}.workflow__step-icon{flex-shrink:0;width:52px;height:52px}.workflow__step-title{max-width:none;font-size:.82rem}.stats__grid{gap:12px;padding:0 20px}.stat-card{padding:22px 16px}.stat-card__number{font-size:1.6rem}.stat-card__label{font-size:.78rem}.coverage__dashboard{margin-top:40px;padding:0 20px}.coverage__map-small{min-height:280px}.coverage__card{padding:18px}.coverage__card h4{font-size:.85rem}.coverage__card-list li{padding:3px 10px;font-size:.75rem}.gallery__masonry{columns:1;column-gap:12px;margin-top:40px;padding:0 20px}.gallery__item{margin-bottom:12px}.gallery__placeholder{min-height:180px}.cta{padding:100px 0}.cta__content{padding:0 20px}.cta__title{font-size:clamp(1.8rem,8vw,2.2rem)}.cta__subtitle{margin-bottom:28px;font-size:.95rem}.cta__actions{flex-direction:column;align-items:stretch;gap:12px}.cta__actions .btn{justify-content:center}.footer{padding:48px 0 24px}.footer__grid{grid-template-columns:1fr;gap:32px;padding:0 20px 32px}.footer__desc{max-width:none;font-size:.85rem}.footer__heading{font-size:.8rem}.footer__list li{font-size:.85rem}.footer__bottom{text-align:center;flex-direction:column;gap:6px;padding:20px 20px 0;font-size:.78rem}.footer__mini-map{height:140px}.lightbox{padding:20px}.lightbox__info{padding:14px 18px}.lightbox__info h3{font-size:.9rem}}@media (width<=400px){.hero__title{font-size:clamp(1.7rem,7vw,2rem)}.hero__trust{flex-direction:column;align-items:center;gap:16px}.stats__grid{grid-template-columns:1fr 1fr}.stat-card{padding:18px 12px}.stat-card__number{font-size:1.4rem}}
