:root{--primary:#1b4332;--primary-light:#2d6a4f;--primary-lighter:#40916c;--primary-dark:#172621;--primary-darker:#0d0d0d;--accent-deep:#07401f;--accent-mid:#224a33;--accent-forest:#2a4038;--accent-sage:#3b593f;--accent-green:#357d52;--accent-muted:#4d734c;--accent-bright:#148c56;--accent-emerald:#52b788;--bg-light:#f5f5f0;--bg-white:#fff;--bg-dark:#0d0d0d;--bg-dark-green:#172621;--text-dark:#1a1c1e;--text-light:#fff;--text-muted:#6b7280;--text-muted-light:#ffffffb3;--border-light:#e5e7eb;--border-dark:#ffffff1a;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-glow:0 0 40px #40916c26;--section-padding:6rem 0;--container-max:1200px;--container-padding:0 1.5rem;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,.hero__title,.features__title,.how-it-works__title,.cases__title,.faq__title,.contact__title,.hero__stat-value{font-family:Plus Jakarta Sans,Inter,sans-serif}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}.container{max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);transition:background var(--transition-base), box-shadow var(--transition-base);background:#fffffff2;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar__inner__actions{align-items:center;gap:1rem;display:flex}.navbar__logo{align-items:center;display:flex}.navbar__logo img{width:auto;height:32px}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__links a{color:var(--text-dark);transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.navbar__links a:hover{color:var(--primary)}.navbar__actions{align-items:center;gap:1rem;display:flex}.lang-switch__wrapper{align-items:center;display:inline-flex;position:relative}.lang-switch{color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);appearance:none;background:#1b43320d;border:none;align-items:center;gap:.4rem;padding:.4rem 1.6rem .4rem .6rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;display:inline-flex}.lang-switch:hover{color:var(--text-dark)}.lang-switch:focus{color:var(--text-dark);background:#1b433214;outline:none}.lang-switch__arrow{color:var(--text-muted);pointer-events:none;transition:all var(--transition-fast);font-size:.65rem;position:absolute;right:.4rem}.lang-switch:hover~.lang-switch__arrow,.lang-switch:focus~.lang-switch__arrow{color:var(--text-dark)}.lang-switch--mobile{border:1px solid var(--border-light);background:var(--bg-white);width:100%;color:var(--text-dark);justify-content:flex-start;padding:.75rem 1.6rem .75rem .75rem}.lang-switch--mobile:hover{border-color:var(--primary);background:var(--bg-light)}.lang-switch__wrapper--mobile{width:100%}.btn{border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--primary);color:var(--text-light)}.btn--primary:hover{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn--outline{color:var(--text-dark);border:1.5px solid var(--border-light);background:0 0}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--white{background:var(--bg-white);color:var(--primary)}.btn--white:hover{background:var(--bg-light);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn--ghost{color:var(--text-dark);background:0 0;padding:.625rem .5rem}.btn--ghost:hover{color:var(--primary)}.btn__arrow{transition:transform var(--transition-fast)}.btn:hover .btn__arrow{transform:translate(3px)}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.navbar__toggle span{background:var(--text-dark);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.navbar__toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{background:var(--bg-white);background-color:var(--bg-white);height:fit-content;box-shadow:var(--shadow-xl);z-index:999;flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:none;position:fixed;inset:72px 0 0}.navbar__mobile.open{display:flex}.navbar__mobile a{border-bottom:1px solid var(--border-light);padding:.75rem 0;font-size:1.1rem;font-weight:500}.navbar__mobile .btn{justify-content:center;margin-top:1rem}.navbar__mobile .lang-switch{align-self:flex-start;margin-top:.5rem}.hero{background:var(--bg-white);padding:8rem 0 4rem;position:relative;overflow:hidden}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:500px;display:grid;position:relative;overflow:visible}.hero__badge{background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero__badge-icon{color:var(--accent-bright);align-items:center;font-size:.9rem;display:flex}.hero__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.1}.hero__subtitle{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero__stats{gap:3rem;display:flex}.hero__stat{text-align:left}.hero__stat-value{color:var(--text-dark);font-size:1.75rem;font-weight:800}.hero__stat-value-icon{margin-bottom:16px;font-size:2.5rem;line-height:30px}.hero__stat-label{color:var(--text-muted);margin-top:.125rem;font-size:.8rem}.hero__visual{z-index:1;justify-content:center;align-items:center;width:63%;height:100%;display:flex;position:absolute;top:50%;right:0%;transform:translateY(-50%)}.hero__visual-graphic{width:100%;max-width:none;position:relative}.hero__dashboard-image{border-radius:var(--radius-xl);width:100%;height:auto;animation:.8s ease-out slideInRight;display:block}.hero__dashboard{background:var(--bg-white);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);border:1px solid var(--border-light);position:relative;overflow:hidden}.hero__dashboard-header{background:var(--bg-light);border-bottom:1px solid var(--border-light);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hero__dashboard-dot{border-radius:50%;width:8px;height:8px}.hero__dashboard-dot--red{background:#ef4444}.hero__dashboard-dot--yellow{background:#f59e0b}.hero__dashboard-dot--green{background:#22c55e}.hero__dashboard-body{padding:1.5rem}.hero__dashboard-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.7rem;font-weight:600}.hero__chart{align-items:flex-end;gap:6px;height:120px;margin-bottom:1.25rem;display:flex}.hero__chart-bar{transition:height var(--transition-slow);border-radius:4px 4px 0 0;flex:1}.hero__chart-bar--1{background:var(--accent-emerald);opacity:.4;height:40%}.hero__chart-bar--2{background:var(--accent-emerald);opacity:.5;height:65%}.hero__chart-bar--3{background:var(--accent-emerald);opacity:.6;height:55%}.hero__chart-bar--4{background:var(--accent-emerald);opacity:.7;height:80%}.hero__chart-bar--5{background:var(--accent-emerald);opacity:.8;height:70%}.hero__chart-bar--6{background:var(--primary-lighter);height:90%}.hero__chart-bar--7{background:var(--primary);height:100%}.hero__mini-stats{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.hero__mini-stat{background:var(--bg-light);border-radius:var(--radius-md);padding:.75rem}.hero__mini-stat-label{color:var(--text-muted);margin-bottom:.25rem;font-size:.65rem}.hero__mini-stat-value{color:var(--text-dark);font-size:1rem;font-weight:700}.hero__mini-stat-change{color:var(--accent-bright);font-size:.65rem;font-weight:600}.hero__float-card{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-light);z-index:3;min-width:80px;padding:.75rem 1rem;font-size:.75rem;animation:6s ease-in-out infinite float;position:absolute;box-shadow:0 4px 12px #0000001a}.hero__float-card--1{animation-delay:0s;top:5%;right:-15%}.hero__float-card--2{animation-delay:2s;bottom:46%;left:35%}.hero__float-card--3{animation-delay:4s;top:35%;right:-5%}.hero__float-card-icon{color:var(--primary);margin-bottom:.25rem;font-size:1.25rem}.hero__float-card-value{color:var(--text-dark);font-size:.8rem;font-weight:700}.hero__float-card-label{color:var(--text-muted);margin-top:.125rem;font-size:.65rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.social-proof{background:var(--bg-white);border-top:1px solid var(--border-light);padding:3rem 0 4rem}.social-proof__title{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;font-weight:400}.social-proof__title strong{color:var(--text-dark);font-weight:700}.social-proof__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.social-proof__logo{transition:opacity var(--transition-base);-webkit-user-select:none;user-select:none;border:1px solid var(--border-light);color:var(--text-muted);background-color:var(--bg-light);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.3rem 2rem;font-size:1.1rem;font-weight:600;display:flex}.social-proof__logo:hover{opacity:.8}.features{padding:var(--section-padding);background:var(--bg-light)}.features__header{text-align:center;margin-bottom:4rem}.features__label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-lighter);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.features__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.features__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border-light);transition:all var(--transition-base);flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--shadow-glow);border-color:var(--primary-lighter);transform:translateY(-4px)}.feature-card--highlight{background:var(--primary);color:var(--text-light);border-color:var(--primary)}.feature-card--highlight:hover{background:var(--primary-light);border-color:var(--primary-light)}.feature-card--highlight .feature-card__title{color:var(--text-light)}.feature-card--highlight .feature-card__desc{color:var(--text-muted-light)}.feature-card--highlight .feature-card__icon{color:var(--text-light);background:#ffffff26}.feature-card__icon{border-radius:var(--radius-lg);background:var(--bg-light);width:48px;height:48px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.35rem;display:flex}.feature-card__title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.feature-card__desc{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.feature-card__items{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.feature-card__item{align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.5;display:flex}.feature-card__item:before{content:"✓";border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.2rem;min-width:1.2rem;height:1.2rem;margin-top:.05rem;font-size:.75rem;font-weight:700;display:flex}.feature-card__item{color:var(--text-muted)}.feature-card--highlight .feature-card__item{color:var(--text-muted-light)}.feature-card__item:before{background:var(--bg-light);color:var(--primary)}.feature-card--highlight .feature-card__item:before{color:var(--text-light);background:#fff3}.feature-card__tags{flex-wrap:wrap;gap:.375rem;margin-top:auto;display:flex}.feature-card__tag{border-radius:var(--radius-full);padding:.25rem .625rem;font-size:.7rem;font-weight:500}.feature-card--highlight .feature-card__tag{color:#ffffffd9;background:#ffffff26}.feature-card:not(.feature-card--highlight) .feature-card__tag{background:var(--bg-light);color:var(--text-muted)}.how-it-works{padding:var(--section-padding);background:var(--bg-dark);color:var(--text-light);position:relative}.how-it-works__header{text-align:center;margin-bottom:4rem}.how-it-works__title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.how-it-works__subtitle{color:var(--text-muted-light);font-size:1.05rem}.how-it-works__steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.step-card{border:1px solid var(--border-dark);border-radius:var(--radius-xl);text-align:center;transition:all var(--transition-base);background:#ffffff0d;padding:2rem;position:relative}.step-card:hover{border-color:var(--primary-lighter);background:#ffffff14;transform:translateY(-4px)}.step-card--active{background:var(--primary-lighter);border-color:var(--primary-lighter)}.step-card--active:hover{background:var(--accent-emerald)}.step-card__number{color:var(--accent-emerald);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.step-card--active .step-card__number{color:#fffc}.step-card__icon{color:var(--accent-emerald);margin-bottom:1rem;font-size:1.75rem}.step-card--active .step-card__icon{color:var(--text-light)}.step-card__title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.step-card__desc{color:var(--text-muted-light);font-size:.85rem;line-height:1.6}.step-card--active .step-card__desc{color:#ffffffd9}.cases{padding:var(--section-padding);background:var(--bg-white)}.cases__header{text-align:center;margin-bottom:4rem}.cases__label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-lighter);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.cases__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cases__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.cases__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.case-card{border-radius:var(--radius-xl);border:1px solid var(--border-light);transition:all var(--transition-base);background:var(--bg-white);overflow:hidden}.case-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.case-card__image-placeholder{color:#fffc;justify-content:center;align-items:center;width:100%;height:200px;font-size:2.5rem;display:flex}.case-card__image-placeholder--1{background:linear-gradient(135deg, var(--primary) 0%, var(--accent-emerald) 100%)}.case-card__image-placeholder--2{background:linear-gradient(135deg, var(--accent-deep) 0%, var(--primary-lighter) 100%)}.case-card__image-placeholder--3{background:linear-gradient(135deg, var(--bg-dark-green) 0%, var(--accent-green) 100%)}.case-card__body{padding:1.5rem}.case-card__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--primary-lighter);border-radius:var(--radius-full);background:#40916c1a;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.case-card__title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.case-card__desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.faq{padding:var(--section-padding);background:var(--bg-light)}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.faq__subtitle{color:var(--text-muted);font-size:1.05rem}.faq__list{max-width:768px;margin:0 auto}.faq__item{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);margin-bottom:.75rem;overflow:hidden}.faq__item.active{border-color:var(--primary-lighter)}.faq__question{width:100%;color:var(--text-dark);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.faq__question:hover{color:var(--primary)}.faq__icon{color:var(--text-muted);transition:transform var(--transition-base);flex-shrink:0;margin-left:1rem;font-size:1.1rem}.faq__item.active .faq__icon{color:var(--primary);transform:rotate(45deg)}.faq__answer{max-height:0;transition:max-height var(--transition-base);overflow:hidden}.faq__item.active .faq__answer{max-height:300px}.faq__answer-text{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.contact{padding:var(--section-padding);background:var(--bg-dark);color:var(--text-light)}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact__label{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-emerald);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.contact__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.contact__desc{color:var(--text-muted-light);margin-bottom:2rem;font-size:1rem;line-height:1.7}.contact__channels{flex-direction:column;gap:1.25rem;display:flex}.contact__channel{transition:opacity var(--transition-fast);align-items:center;gap:1rem;display:flex}.contact__channel:hover{opacity:.8}.contact__channel-icon{border-radius:var(--radius-lg);width:44px;height:44px;color:var(--accent-emerald);background:#ffffff1a;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.contact__channel-label{color:var(--text-muted-light);margin-bottom:.125rem;font-size:.75rem}.contact__channel-value{font-size:.95rem;font-weight:600}.contact__form{border:1px solid var(--border-dark);border-radius:var(--radius-xl);background:#ffffff0d;padding:2rem}.form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form__group{margin-bottom:1.25rem}.form__label{color:var(--text-muted-light);margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:block}.form__input,.form__textarea{border:1px solid var(--border-dark);border-radius:var(--radius-md);width:100%;color:var(--text-light);transition:border-color var(--transition-fast);background:#ffffff14;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.form__input::placeholder,.form__textarea::placeholder{color:#ffffff4d}.form__input:focus,.form__textarea:focus{border-color:var(--primary-lighter)}.form__phone-group{align-items:center;gap:.5rem;width:100%;display:flex}.form__phone-prefix{border:1px solid var(--border-dark);border-radius:var(--radius-md);min-width:85px;color:var(--text-light);cursor:pointer;transition:border-color var(--transition-fast);background:#ffffff14;outline:none;flex-shrink:0;padding:.75rem .5rem;font-family:inherit;font-size:.9rem}.form__phone-prefix:focus{border-color:var(--primary-lighter)}.form__phone-input{border:1px solid var(--border-dark);border-radius:var(--radius-md);width:100%;color:var(--text-light);transition:border-color var(--transition-fast);background:#ffffff14;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.form__phone-input::placeholder{color:#ffffff4d}.form__phone-input:focus{border-color:var(--primary-lighter)}.form__textarea{resize:vertical;min-height:120px}.form__submit{background:var(--primary-lighter);width:100%;color:var(--text-light);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;padding:.875rem;font-size:.95rem;font-weight:600}.form__submit:hover{background:var(--accent-emerald);box-shadow:0 0 20px #52b7884d}.form__success{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:none}.form__new-message{background:var(--primary-lighter);color:var(--text-light);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;width:auto;min-width:200px;padding:.875rem 2rem;font-size:.95rem;font-weight:600}.form__new-message:hover{background:var(--accent-emerald);box-shadow:0 0 20px #52b7884d}.form__success.visible{display:block}.form__success-icon{color:var(--accent-emerald);margin-bottom:1rem;font-size:3rem}.form__success-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.form__success-desc{color:var(--text-muted-light);font-size:.9rem}.form__hp{position:absolute;top:-9999px;left:-9999px}.footer{background:var(--bg-dark);border-top:1px solid var(--border-dark);color:var(--text-muted-light);padding:3rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__logo img{width:auto;height:28px}.footer__links{gap:2rem;display:flex}.footer__links a{color:var(--text-muted-light);transition:color var(--transition-fast);font-size:.85rem}.footer__links a:hover{color:var(--text-light)}.footer__copy{color:#fff6;font-size:.8rem}@media (width<=1024px){.hero__title{font-size:2.5rem}.features__grid,.how-it-works__steps,.cases__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--section-padding:4rem 0}.navbar__links,.navbar__actions .btn{display:none}.navbar__toggle{display:flex}.hero{padding:6rem 0 3rem}.hero__inner{text-align:center;grid-template-columns:1fr;gap:2.5rem;min-height:auto}.hero__title{font-size:2.25rem}.hero__stats{justify-content:center;gap:2rem}.hero__visual{order:-1;width:100%;height:auto;position:relative;top:auto;right:auto;transform:none}.hero__visual-graphic{width:100%}@media screen and (width<=480px){.hero__visual-graphic{display:none}}.hero__dashboard-image{transform:scale(.9)}.hero__float-card{display:none}.features__title,.how-it-works__title,.cases__title,.faq__title,.contact__title{font-size:2rem}.features__grid,.how-it-works__steps,.cases__grid{grid-template-columns:1fr}.contact__inner{grid-template-columns:1fr;gap:2.5rem}.social-proof__logos{gap:1.5rem}.footer__inner{text-align:center;flex-direction:column}.footer__links{flex-wrap:wrap;justify-content:center}.form__row{grid-template-columns:1fr}.form__phone-group{flex-direction:column;gap:.75rem}.form__phone-prefix{width:100%}}@media (width<=480px){.hero__title{font-size:1.85rem}.hero__subtitle{font-size:.95rem}.hero__stats{flex-direction:column;align-items:center;gap:1rem}.hero__ctas{flex-direction:column}.hero__ctas .btn{justify-content:center}.hero__dashboard-image{transform:scale(.8)}}
