.landing-root{--navy-deep:#0a1628;--navy:#0d2137;--navy-mid:#1a365d;--blue-accent:#2b6cb0;--gray-soft:#f0f4f8;--gray-mid:#94a3b8;--gray-text:#475569;--white:#fff;--accent:#e67e22;--accent-hover:#cf6d17;--success:#059669;--font-primary:"Montserrat", system-ui, sans-serif;--font-secondary:"Poppins", system-ui, sans-serif;--shadow:0 4px 24px #0a16281f;--radius:12px;--header-h:72px;font-family:var(--font-primary);color:var(--gray-text);background:var(--white);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:16px;font-weight:400;line-height:1.6;display:flex;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box}.landing-root img,.landing-root svg{max-width:100%;display:block}.landing-root a{color:var(--blue-accent);text-decoration:none;transition:color .2s,opacity .2s}.landing-root a:hover{color:var(--navy-mid)}.landing-root a:focus-visible,.landing-root button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :before,.landing-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-root .container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.25rem}.landing-root .site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1628d9;border-bottom:1px solid #ffffff14;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.landing-root .site-header.is-scrolled{background:#0a1628fa;box-shadow:0 8px 32px #00000040}.landing-root .header-inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.landing-root .logo{color:var(--white);letter-spacing:.04em;align-items:center;gap:.65rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.landing-root .logo:hover{color:var(--white);opacity:.92}.landing-root .logo-icon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:40px;height:40px}.landing-root .nav-desktop{align-items:center;gap:1.75rem;display:none}.landing-root .nav-desktop a{color:#ffffffd9;letter-spacing:.02em;font-size:.875rem;font-weight:500;position:relative}.landing-root .nav-desktop a:after{content:"";background:var(--accent);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.landing-root .nav-desktop a:hover{color:var(--white)}.landing-root .nav-desktop a:hover:after{transform-origin:0;transform:scaleX(1)}.landing-root .header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.landing-root .btn{font-family:var(--font-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .15s,box-shadow .2s;display:inline-flex}.landing-root .btn:hover{transform:translateY(-1px)}.landing-root .btn-primary{background:var(--accent);color:var(--white)}.landing-root .btn-primary:hover{background:var(--accent-hover);color:var(--white);box-shadow:0 4px 14px #e67e2259}.landing-root .btn-glow{box-shadow:0 0 20px #e67e2240,0 0 60px #e67e221a}.landing-root .btn-glow:hover{box-shadow:0 0 30px #e67e2266,0 0 80px #e67e2226}.landing-root .btn-outline-light{color:var(--white);background:0 0;border:1px solid #ffffff59}.landing-root .btn-outline-light:hover{color:var(--white);background:#ffffff1a}.landing-root .btn-sm{padding:.45rem .85rem;font-size:.75rem}.landing-root .btn-lg{padding:.85rem 1.6rem;font-size:.9375rem}.landing-root .auth-btns{gap:.4rem;display:none}.landing-root .menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:flex}.landing-root .menu-toggle span{background:var(--white);border-radius:1px;height:2px;transition:transform .25s,opacity .25s;display:block}.landing-root .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.landing-root .menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.landing-root .menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-root .nav-mobile{top:var(--header-h);background:var(--navy-deep);box-shadow:var(--shadow);border-bottom:1px solid #ffffff14;flex-direction:column;gap:.75rem;padding:1.25rem;display:none;position:fixed;left:0;right:0}.landing-root .nav-mobile.is-open{display:flex}.landing-root .nav-mobile a,.landing-root .nav-mobile button{color:var(--white);text-align:left;cursor:pointer;font-size:.9375rem;font-weight:500;font-family:var(--font-primary);background:0 0;border:none;padding:.5rem 0}.landing-root .user-menu{position:relative}.landing-root .user-menu-trigger{color:#ffffffeb;cursor:pointer;font-family:var(--font-primary);background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .5rem .35rem .35rem;transition:background .2s;display:flex}.landing-root .user-menu-trigger:hover{background:#ffffff14}.landing-root .user-menu-avatar{color:#fff;background:#f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.7rem;font-weight:700;display:flex}.landing-root .user-menu-name{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;font-size:.8125rem;font-weight:600;display:none;overflow:hidden}.landing-root .user-menu-chevron{opacity:.55;flex-shrink:0}.landing-root .user-menu-dropdown{min-width:11.5rem;box-shadow:var(--shadow);z-index:120;background:#fff;border:1px solid #0f172a14;border-radius:10px;padding:.35rem;position:absolute;top:calc(100% + .35rem);right:0}.landing-root .user-menu-dropdown[hidden]{display:none}.landing-root .user-menu-item{text-align:left;width:100%;color:var(--navy);cursor:pointer;font-size:.8125rem;font-weight:500;font-family:var(--font-primary);background:0 0;border:none;border-radius:6px;padding:.55rem .75rem;text-decoration:none;display:block}.landing-root .user-menu-item:hover{background:var(--gray-soft);color:var(--navy-mid)}.landing-root .user-menu-item--danger{color:#dc2626}.landing-root .user-menu-item--danger:hover{color:#b91c1c;background:#ef444414}.landing-root .user-menu-divider{border:none;border-top:1px solid #e2e8f0;margin:.25rem 0}.landing-root .nav-mobile-logout-btn{font-weight:600;color:#fca5a5!important}.landing-root .hero{padding-top:calc(var(--header-h) + 3.5rem);background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 45%, var(--navy-mid) 100%);color:var(--white);margin-top:0;padding-bottom:5rem;position:relative;overflow:hidden}.landing-root .hero-grid-bg{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite grid-drift;position:absolute;inset:0}@keyframes grid-drift{0%{background-position:0 0}to{background-position:60px 60px}}.landing-root .hero-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;transition:transform .3s ease-out;position:absolute}.landing-root .hero-orb-1{background:#2b6cb080;width:400px;height:400px;animation:8s ease-in-out infinite orb-pulse;top:-100px;right:5%}.landing-root .hero-orb-2{background:#e67e2266;width:300px;height:300px;animation:12s ease-in-out infinite reverse orb-pulse;bottom:-60px;left:3%}.landing-root .hero-orb-3{background:#06b6d44d;width:200px;height:200px;animation:10s ease-in-out 2s infinite orb-pulse;top:40%;left:45%}@keyframes orb-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.landing-root .hero-content{z-index:1;position:relative}.landing-root .hero-grid{z-index:1;gap:2rem;display:grid;position:relative}.landing-root .hero h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.85rem,5vw,3rem);font-weight:800;line-height:1.1}.landing-root .hero-accent{background:linear-gradient(135deg, var(--accent) 0%, #f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .hero-sub{font-family:var(--font-secondary);color:#ffffffd9;max-width:560px;margin-bottom:2rem;font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.7}.landing-root .hero-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.landing-root .badge{text-transform:uppercase;letter-spacing:.06em;color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.6875rem;font-weight:600;display:inline-flex}.landing-root .badge-legal{background:#05966926;border-color:#05966980}.landing-root .hero-cta{flex-wrap:wrap;gap:.75rem;display:flex}.landing-root .hero-visual{justify-content:center;align-items:center;display:none}.landing-root .hero-3d-card{perspective:1000px;will-change:transform;transition:transform .15s ease-out}.landing-root .hero-3d-card-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;background:linear-gradient(145deg,#ffffff1a,#ffffff0a);border:1px solid #ffffff1f;border-radius:1.25rem;padding:2.5rem 2rem;position:relative;box-shadow:0 25px 60px #0000004d,inset 0 1px #ffffff1a}.landing-root .hero-3d-logo{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 24px #f59e0b4d);width:100px;height:100px;margin:0 auto 1.5rem;animation:6s ease-in-out infinite logo-float}@keyframes logo-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-8px)scale(1.03)}}.landing-root .hero-3d-lines{flex-direction:column;gap:8px;margin-bottom:1.5rem;display:flex}.landing-root .hero-3d-line{background:#ffffff14;border-radius:2px;height:3px;position:relative;overflow:hidden}.landing-root .hero-3d-line:after{content:"";background:linear-gradient(90deg,#0000,#f59e0b99,#0000);width:60%;height:100%;animation:3s ease-in-out infinite shimmer-line;position:absolute;top:0;left:-100%}.landing-root .hero-3d-line:nth-child(2):after{animation-delay:.5s}.landing-root .hero-3d-line:nth-child(3):after{width:40%;animation-delay:1s}@keyframes shimmer-line{0%{left:-100%}to{left:200%}}.landing-root .hero-3d-stats{justify-content:center;gap:1.5rem;display:flex}.landing-root .hero-3d-stat{text-align:center}.landing-root .hero-3d-stat-value{background:linear-gradient(135deg,#fff,#f59e0be6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1;display:block}.landing-root .hero-3d-stat-label{text-transform:uppercase;letter-spacing:.1em;color:#fff9;font-size:.7rem;font-weight:500}.landing-root .hero-float-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:.4rem .75rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;box-shadow:0 8px 24px #0003}.landing-root .hero-float-badge-1{animation:5s ease-in-out infinite badge-float-1;top:10%;right:-15%}.landing-root .hero-float-badge-2{animation:6s ease-in-out 1s infinite badge-float-2;bottom:15%;left:-10%}@keyframes badge-float-1{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-12px)rotate(-1deg)}}@keyframes badge-float-2{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-10px)rotate(1deg)}}.landing-root .hero-scroll-indicator{border:2px solid #ffffff40;border-radius:12px;width:24px;height:40px;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.landing-root .hero-scroll-dot{background:#ffffffb3;border-radius:2px;width:4px;height:8px;margin:6px auto 0;animation:2s ease-in-out infinite scroll-bounce}@keyframes scroll-bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(14px)}}.landing-root section{padding:4.5rem 0}.landing-root section:nth-child(2n){background:var(--gray-soft)}.landing-root .section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.landing-root .section-title{color:var(--navy);margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2}.landing-root .section-desc{font-family:var(--font-secondary);max-width:560px;color:var(--gray-text);margin-bottom:2.5rem}.landing-root .section-head{margin-bottom:2.5rem}.landing-root .cards-grid{gap:1.5rem;display:grid}.landing-root .card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0d213714;padding:2rem;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.landing-root .card-3d:hover{transform:translateY(-8px)rotateX(2deg);box-shadow:0 20px 50px #0a16282e,0 0 0 1px #2b6cb026}.landing-root .card-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;transition:transform .35s;display:flex}.landing-root .card-3d:hover .card-icon-wrap{transform:scale(1.1)translateY(-2px)}.landing-root .card-icon-wrap--air{background:linear-gradient(135deg,#2b6cb026,#06b6d41a)}.landing-root .card-icon-wrap--sea{background:linear-gradient(135deg,#1a365d26,#2b6cb01a)}.landing-root .card-icon{width:28px;height:28px;color:var(--navy-mid)}.landing-root .card h3{color:var(--navy);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.landing-root .card-list{margin:0;padding:0;list-style:none}.landing-root .card-list li{color:var(--gray-text);align-items:flex-start;gap:.5rem;padding:.4rem 0;font-size:.9375rem;display:flex}.landing-root .card-list li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.landing-root .card-price{border-top:1px solid var(--gray-soft);color:var(--navy);margin-top:1.25rem;padding-top:1.25rem;font-size:1rem;font-weight:600}.landing-root .coverage-grid{gap:1.25rem;display:grid}.landing-root .coverage-item{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--blue-accent);align-items:flex-start;gap:1rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.landing-root .coverage-item:hover{box-shadow:var(--shadow);transform:translate(6px)}.landing-root .coverage-icon{background:linear-gradient(135deg,#2b6cb01a,#06b6d414);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.landing-root .coverage-icon svg{width:22px;height:22px;color:var(--navy-mid)}.landing-root .coverage-item h4{color:var(--navy);margin-bottom:.25rem;font-size:1rem;font-weight:600}.landing-root .trust-grid{gap:1.5rem;display:grid}.landing-root .trust-item{text-align:center;border-radius:var(--radius);padding:2rem 1.5rem;transition:transform .35s,box-shadow .35s}.landing-root .trust-item-3d:hover{background:var(--white);transform:translateY(-6px)scale(1.02);box-shadow:0 16px 40px #0a16281a}.landing-root .trust-icon-wrap{background:linear-gradient(135deg,#1a365d14,#2b6cb00f);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;transition:transform .35s,box-shadow .35s;display:flex}.landing-root .trust-item-3d:hover .trust-icon-wrap{transform:scale(1.1);box-shadow:0 8px 24px #2b6cb026}.landing-root .trust-icon{width:28px;height:28px;color:var(--navy-mid)}.landing-root .trust-item h4{color:var(--navy);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.landing-root .branches-grid{gap:1.5rem;display:grid}.landing-root .branch-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.landing-root .branch-card:before{content:"";background:linear-gradient(90deg, var(--navy-mid), var(--accent));transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.landing-root .branch-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #0a162824}.landing-root .branch-card:hover:before{transform:scaleX(1)}.landing-root .branch-card h3{color:var(--navy);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.375rem;font-weight:700;display:flex}.landing-root .branch-meta{flex-direction:column;gap:.65rem;font-size:.9375rem;display:flex}.landing-root .branch-meta a{font-weight:500}.landing-root .whatsapp-block{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);color:var(--white);border-radius:var(--radius);text-align:center;padding:2.5rem 1.75rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0d213740}.landing-root .whatsapp-block:after{content:"";background:radial-gradient(circle,#ffffff14 0%,#0000 55%);width:200%;height:200%;animation:8s linear infinite wa-shimmer;position:absolute;top:-50%;left:-50%}@keyframes wa-shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-root .whatsapp-block>*{z-index:1;position:relative}.landing-root .whatsapp-block p{font-family:var(--font-secondary);color:#ffffffe6;max-width:520px;margin:0 auto 1.5rem;line-height:1.7}.landing-root .tracking-note{text-align:center;margin-top:1.5rem;font-size:.875rem}.landing-root .legal-hub{background:linear-gradient(180deg, var(--white) 0%, var(--gray-soft) 100%);padding:4.5rem 0}.landing-root .legal-hub-intro{text-align:center;max-width:640px;margin:0 auto 2.5rem}.landing-root .legal-hub-intro .section-desc{margin:0 auto}.landing-root .legal-grid{gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.landing-root .legal-panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0d213714;transition:box-shadow .35s,border-color .35s;overflow:hidden}.landing-root .legal-panel.is-open{border-color:#2b6cb059;box-shadow:0 12px 40px #0a16281a}.landing-root .legal-panel-summary{cursor:pointer;width:100%;color:var(--navy);-webkit-user-select:none;user-select:none;font-size:1.0625rem;font-weight:700;font-family:var(--font-primary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;transition:background .25s;display:flex}.landing-root .legal-panel-summary:hover{background:var(--gray-soft)}.landing-root .legal-panel-title{align-items:center;gap:.75rem;display:flex}.landing-root .legal-panel-icon{background:linear-gradient(135deg, var(--navy-mid), var(--blue-accent));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-root .legal-panel-icon svg{width:20px;height:20px;color:var(--white)}.landing-root .legal-chevron{width:22px;height:22px;color:var(--gray-mid);flex-shrink:0;transition:transform .35s cubic-bezier(.22,1,.36,1)}.landing-root .legal-panel.is-open .legal-chevron{color:var(--accent);transform:rotate(180deg)}.landing-root .legal-panel-body{color:var(--gray-text);border-top:1px solid var(--gray-soft);padding:0 1.5rem 1.5rem;font-size:.875rem;line-height:1.8;animation:.4s legal-open}@keyframes legal-open{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.landing-root .legal-panel-body h3{color:var(--navy);margin:1.25rem 0 .5rem;font-size:.9375rem;font-weight:700}.landing-root .legal-panel-body h3:first-child{margin-top:1rem}.landing-root .legal-panel-body p{margin-bottom:.75rem}.landing-root .legal-panel-body ul{margin:.5rem 0 1rem 1.25rem}.landing-root .legal-panel-body li{margin-bottom:.35rem}.landing-root .legal-updated{color:var(--gray-mid);border-top:1px dashed #0d213726;margin-top:1.25rem;padding-top:1rem;font-size:.8125rem}.landing-root .legal-contact-box{background:var(--gray-soft);border-radius:8px;margin-top:1rem;padding:1rem 1.15rem;font-size:.8125rem}.landing-root .legal-contact-box a{font-weight:600}.landing-root .site-footer{background:var(--navy-deep);color:#ffffffbf;flex-shrink:0;margin-top:auto;padding:3rem 0 1.5rem;font-size:.875rem}.landing-root .footer-grid{gap:2rem;margin-bottom:2rem;display:grid}.landing-root .footer-brand .logo{margin-bottom:.75rem}.landing-root .footer-tagline{color:var(--white);margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.landing-root .footer-links{flex-wrap:wrap;gap:1rem 1.5rem;display:flex}.landing-root .footer-links a{color:#ffffffb3}.landing-root .footer-links a:hover{color:var(--white)}.landing-root .footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.5rem;font-size:.8125rem;display:flex}.landing-root .landing-flash{top:calc(var(--header-h) + .5rem);z-index:90;max-width:min(540px,100% - 2rem);box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.landing-root .landing-flash--success{color:#fff;background:#059669f2}.landing-root .landing-flash--info{color:#fff;background:#1a365df2}.landing-root .landing-flash__close{color:inherit;cursor:pointer;opacity:.85;background:0 0;border:none;padding:0 .25rem;font-size:1.35rem;line-height:1}.landing-root .landing-flash__close:hover{opacity:1}.landing-root .public-main{flex-direction:column;flex:1 0 auto;width:100%;display:flex;overflow-x:hidden}.landing-root .reveal{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.landing-root .reveal.is-visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}@media (width>=640px){.landing-root .cards-grid{grid-template-columns:repeat(2,1fr)}.landing-root .coverage-grid{grid-template-columns:repeat(3,1fr)}.landing-root .branches-grid{grid-template-columns:repeat(2,1fr)}.landing-root .trust-grid{grid-template-columns:repeat(3,1fr)}.landing-root .user-menu-name{display:block}}@media (width>=768px){.landing-root .nav-desktop,.landing-root .auth-btns{display:flex}.landing-root .menu-toggle{display:none}.landing-root .hero{padding:0;padding-top:calc(var(--header-h) + 4rem);padding-bottom:6rem}.landing-root .hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.landing-root .hero-visual{display:flex}.landing-root .footer-grid{grid-template-columns:1.5fr 1fr}}@media (width<=767px){.landing-root .auth-btns .btn-outline-light{display:none}.landing-root .auth-btns{display:flex}}
