:root{--bg:#f5faff;--surface:#fff;--surface-alt:#f7fafd;--border:#e2eaf2;--border-soft:#e4edf5;--text:#101d35;--text-secondary:#17233a;--text-muted:#52647d;--text-faint:#63748b;--placeholder:#a0aec0;--primary:#1677ff;--primary-hover:#0967e8;--primary-soft:#e2f1ff;--primary-rgb:22, 119, 255;--overlay-rgb:235, 247, 255;--glass-rgb:255, 255, 255;--shadow-rgb:40, 100, 160;--hairline:#101d3514;--hairline-strong:#101d351f;--divider-soft:#b4c8dc59;--accent-star:#ffb020;--success-bg:#e6f7ec;--success-text:#1a8a4c;--panel-grad-1:#eaf5ff;--panel-grad-2:#f5faff;--text-strong-navy:#173b67;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0a1120;--surface:#131f33;--surface-alt:#0f1a2c;--border:#223047;--border-soft:#1c2a40;--text:#eef3fb;--text-secondary:#dbe4f2;--text-muted:#9fb0c9;--text-faint:#8394ac;--placeholder:#5b6b84;--primary:#4c93ff;--primary-hover:#6ba3ff;--primary-soft:#4c93ff29;--primary-rgb:76, 147, 255;--overlay-rgb:8, 13, 24;--glass-rgb:18, 28, 46;--shadow-rgb:0, 0, 0;--hairline:#ffffff14;--hairline-strong:#ffffff24;--divider-soft:#ffffff1f;--accent-star:#ffc94d;--success-bg:#1a8a4c2e;--success-text:#4ade80;--panel-grad-1:#101a2c;--panel-grad-2:#0a1120;--text-strong-navy:#dce8fb;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Arial,sans-serif;transition:background .2s,color .2s}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.header{background:rgba(var(--glass-rgb), .9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;width:100%;height:72px;position:relative}.header-container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--text);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-icon{background:var(--primary);border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.logo-icon svg{width:27px;height:27px}.logo-text{letter-spacing:-.5px;font-size:21px;font-weight:700}.navigation{align-items:center;gap:34px;margin-left:40px;display:flex}.navigation a{color:var(--text-secondary);white-space:nowrap;align-items:center;font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:color .2s;display:inline-flex}.navigation a:hover{color:var(--primary)}.header-actions{align-items:center;gap:18px;margin-left:24px;display:flex}.lang-switcher{background:var(--primary-soft);border-radius:999px;align-items:center;padding:3px;display:flex}.lang-option{color:var(--primary);letter-spacing:.3px;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.lang-option.active{background:var(--primary);color:#fff}.lang-option:not(.active):hover{color:var(--primary-hover)}.theme-toggle{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle svg{width:19px;height:19px}.city-selector{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;font-size:15px;font-weight:500;display:flex}.city-selector:hover{color:var(--primary-hover)}.chevron{margin-left:2px}.header-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:13px 23px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.header-button:hover{background:var(--primary-hover);box-shadow:0 7px 20px rgba(var(--primary-rgb), .2);transform:translateY(-1px)}.header-button:active{transform:translateY(0)}.menu-toggle{background:var(--primary-soft);cursor:pointer;border:none;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;display:none}.menu-toggle span{background:var(--primary);border-radius:2px;width:18px;height:2px;transition:transform .2s,opacity .2s}.menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}@media (width<=1100px){.navigation{gap:20px;margin-left:20px}.navigation a{font-size:14px}.header-actions{gap:12px}}@media (width<=900px){.navigation{display:none}.header-container{padding:0 20px}.menu-toggle{display:flex}.mobile-menu{z-index:9;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 16px 30px rgba(var(--shadow-rgb), .12);padding:10px 20px 20px;display:block;position:absolute;top:100%;left:0;right:0}.mobile-nav{flex-direction:column;display:flex}.mobile-nav a{color:var(--text-secondary);border-bottom:1px solid var(--border-soft);padding:13px 4px;font-size:15px;font-weight:500;text-decoration:none}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{color:var(--primary)}.mobile-cta{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:14px;padding:14px;font-size:15px;font-weight:600;display:none}.mobile-cta:hover{background:var(--primary-hover)}}@media (width>=901px){.mobile-menu{display:none!important}}@media (width<=600px){.header{height:64px}.logo-icon{border-radius:11px;width:38px;height:38px}.logo-text{font-size:19px}.header-actions{gap:8px}.city-selector{display:none}.lang-option{padding:5px 8px;font-size:11px}.theme-toggle{width:34px;height:34px}.theme-toggle svg{width:17px;height:17px}.header-button{border-radius:12px;padding:11px 16px;font-size:14px}}@media (width<=480px){.header-button{display:none}.mobile-cta{display:block}}.hero-section{width:100%;padding-top:24px;padding-bottom:40px}.hero{background-image:linear-gradient(90deg, rgba(var(--overlay-rgb), .98) 0%, rgba(var(--overlay-rgb), .92) 38%, rgba(var(--overlay-rgb), .4) 68%, rgba(var(--overlay-rgb), .05) 100%), url(/assets/hero-cleaner-DsAhtgKw.png);background-position:50%;background-size:cover;border-radius:24px;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;width:650px;margin-left:60px;position:relative}.hero-badge{background:rgba(var(--glass-rgb), .9);color:var(--primary);border-radius:999px;align-items:center;margin-bottom:22px;padding:9px 17px;font-size:14px;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-2.5px;color:var(--text);margin:0;font-size:64px;font-weight:800;line-height:.98}.hero-title span{color:var(--primary);margin-top:7px;display:block}.hero-description{max-width:600px;color:var(--text-muted);margin-top:25px;font-size:20px;line-height:1.45}.hero-search{background:rgba(var(--glass-rgb), .88);width:690px;box-shadow:0 15px 40px rgba(var(--shadow-rgb), .12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;align-items:stretch;margin-top:30px;padding:7px;display:flex}.hero-select{border-right:1px solid var(--border);text-align:left;width:210px;padding:10px 18px}.select-label{color:var(--text-faint);margin-bottom:4px;font-size:12px;display:block}.select-value{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:16px;font-weight:600;display:flex}.select-value select{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:0}.select-value select option{color:var(--text);background:var(--surface)}.hero-search-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:13px;flex:1;margin-left:7px;font-size:16px;font-weight:600;transition:all .2s}.hero-search-button span{margin-left:12px;font-size:20px}.hero-search-button:hover{background:var(--primary-hover);box-shadow:0 8px 20px rgba(var(--primary-rgb), .25);transform:translateY(-1px)}.hero-trust{align-items:center;gap:30px;margin-top:24px;display:flex}.trust-item{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.trust-icon{color:var(--primary);font-size:18px}.hero-side-panel{z-index:3;width:290px;position:absolute;top:50%;right:50px;transform:translateY(-50%)}@media (width<=1100px){.hero-content{width:580px;margin-left:40px}.hero-title{font-size:52px}.hero-search{width:100%}.hero-side-panel{width:260px;right:30px}}@media (width<=900px){.hero-container{padding-top:100px}.hero-content{width:100%;margin-left:40px;margin-right:40px}.hero-side-panel{display:none}.hero-title{font-size:52px}.hero-search{max-width:700px}}@media (width<=650px){.hero-section{padding-top:0}.hero{background-position:65%;border-radius:0;min-height:auto}.hero-content{width:100%;margin:0;padding:100px 20px 50px}.hero-title{letter-spacing:-1.5px;font-size:42px}.hero-description{font-size:17px}.hero-search{flex-direction:column;gap:7px;width:100%}.hero-select{border-right:none;border-bottom:1px solid var(--border);width:100%}.hero-search-button{min-height:52px;margin-left:0}.hero-trust{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=380px){.hero-content{padding:90px 16px 40px}.hero-badge{padding:7px 13px;font-size:12px}.hero-title{font-size:34px}.hero-description{font-size:15px}}.live-widget{background:rgba(var(--glass-rgb), .9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:100%;box-shadow:0 20px 50px rgba(var(--shadow-rgb), .15);border-radius:22px;padding:22px 22px 18px}.live-widget-status{color:var(--success-text);align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.live-dot{background:var(--success-text);border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative}.live-dot:after{content:"";background:var(--success-text);border-radius:50%;animation:1.8s ease-out infinite live-pulse;position:absolute;inset:0}@keyframes live-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(3)}}.live-widget-main{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.live-widget-metric{flex-direction:column;gap:6px;display:flex}.live-widget-metric-right{align-items:flex-end}.live-widget-label{color:var(--text-faint);font-size:12.5px;font-weight:500}.live-widget-value{color:var(--text);font-size:20px;font-weight:800;transition:transform .15s}.live-widget-value-lg{letter-spacing:-1px;font-size:40px;line-height:1}.live-widget-value-lg.is-bumping{animation:.55s value-bump}@keyframes value-bump{0%{transform:scale(1)}35%{color:var(--primary);transform:scale(1.12)}to{transform:scale(1)}}.live-widget-value-blue{color:var(--primary);align-items:center;gap:6px;font-size:22px;display:flex}.live-widget-mini-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:9px;height:9px}.live-widget-divider{background:var(--border-soft);height:1px;margin:18px 0 14px}.live-widget-cities{flex-direction:column;gap:12px;display:flex}.live-widget-city-row{justify-content:space-between;align-items:center;font-size:14px;font-weight:600;display:flex}.live-widget-city-name{color:var(--text-secondary);align-items:center;gap:9px;display:flex}.city-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative}.city-dot:after{content:"";background:currentColor;border-radius:50%;animation:1.8s ease-out infinite live-pulse;position:absolute;inset:0}.city-dot-blue{color:var(--primary)}.city-dot-green{color:var(--success-text)}.city-dot-green:after{animation-delay:.5s}.city-dot-orange{color:var(--accent-star)}.city-dot-orange:after{animation-delay:1s}.live-widget-city-value{align-items:center;gap:7px;font-weight:700;display:flex}.mini-bars{width:13px;height:12px}.mini-bars rect{transform-box:fill-box;transform-origin:bottom;animation:1.1s ease-in-out infinite bar-bounce}.mini-bars rect:first-child{animation-delay:0s}.mini-bars rect:nth-child(2){animation-delay:.15s}.mini-bars rect:nth-child(3){animation-delay:.3s}@keyframes bar-bounce{0%,to{transform:scaleY(1)}50%{transform:scaleY(.55)}}.city-value-blue{color:var(--primary)}.city-value-green{color:var(--success-text)}.city-value-orange{color:var(--accent-star)}.live-widget-footer{color:var(--text-faint);align-items:center;gap:7px;margin-top:16px;font-size:11.5px;display:flex}.live-widget-refresh-icon{font-size:13px;animation:2.5s linear infinite refresh-spin;display:inline-block}@keyframes refresh-spin{to{transform:rotate(360deg)}}@media (width<=380px){.live-widget{padding:18px 18px 14px}.live-widget-value-lg{font-size:34px}}.services-section{background:var(--bg);width:100%;padding:20px 0 60px}.services-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.services-header h2{color:var(--text);letter-spacing:-1px;font-size:32px;line-height:1.2}.services-header a{color:var(--primary);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.services-header a:hover{color:var(--primary-hover)}.services-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.service-card{background:var(--surface);box-shadow:0 8px 25px rgba(var(--shadow-rgb), .08);cursor:pointer;border-radius:18px;transition:transform .5s,box-shadow .25s,opacity .5s;overflow:hidden}.service-card:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.service-card:hover{box-shadow:0 14px 35px rgba(var(--shadow-rgb), .14);transform:translateY(-4px)}.service-image{width:100%;height:150px;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.service-card:hover .service-image img{transform:scale(1.04)}.service-icon{background:rgba(var(--glass-rgb), .92);width:34px;height:34px;color:var(--primary);box-shadow:0 6px 16px rgba(var(--shadow-rgb), .25);border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:10px;left:10px}.service-icon svg{width:18px;height:18px}.service-info{justify-content:space-between;align-items:center;gap:10px;min-height:92px;padding:15px 14px;display:flex}.service-info h3{color:var(--text-secondary);margin-bottom:7px;font-size:16px;line-height:1.2}.service-info p{color:var(--text-faint);font-size:14px}.service-arrow{background:var(--primary-soft);width:36px;height:36px;color:var(--primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-size:19px;transition:background .2s,transform .2s}.service-card:hover .service-arrow{background:var(--primary);color:#fff;transform:translate(2px)}@media (width<=1100px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.services-section{padding:10px 0 40px}.services-header h2{font-size:26px}.services-grid{grid-template-columns:repeat(2,1fr);gap:12px}.service-image{height:130px}}@media (width<=480px){.services-header{flex-direction:column;align-items:flex-start;gap:8px}.services-grid{grid-template-columns:1fr}.service-image{height:180px}}@media (width<=380px){.services-header h2{font-size:22px}.service-info{padding:13px 12px}.service-info h3{font-size:15px}}.calculator-section{background:var(--bg);width:100%;padding:20px 0 70px}.calculator-header{max-width:640px;margin-bottom:28px}.calculator-badge{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;margin-bottom:16px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.calculator-header h2{color:var(--text);letter-spacing:-1px;margin:0;font-size:34px;font-weight:800;line-height:1.15}.calculator-header p{color:var(--text-muted);margin-top:14px;font-size:16px;line-height:1.5}.calculator-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.calc-card{background:var(--surface);text-align:left;cursor:pointer;box-shadow:0 8px 25px rgba(var(--shadow-rgb), .08);border:2px solid #0000;border-radius:18px;flex-direction:column;padding:0;font-family:inherit;transition:border-color .2s,box-shadow .2s,transform .2s,opacity .5s;display:flex;overflow:hidden}.calc-card:hover{transform:translateY(-3px)}.calc-card.is-selected{border-color:var(--primary);box-shadow:0 8px 25px rgba(var(--primary-rgb), .25)}.calc-card-image{background:var(--border-soft);width:100%;height:120px;position:relative;overflow:hidden}.calc-card-image img{object-fit:cover;width:100%;height:100%;display:block}.calc-card-icon{background:rgba(var(--glass-rgb), .92);width:32px;height:32px;color:var(--primary);border-radius:9px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:10px;left:10px}.calc-card-icon svg{width:16px;height:16px}.calc-card-info{justify-content:space-between;align-items:center;gap:8px;padding:13px 14px;display:flex}.calc-card-info h3{color:var(--text-secondary);margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.2}.calc-card-info p{color:var(--text-faint);margin:0;font-size:13px}.calc-card-arrow{background:var(--primary-soft);width:32px;height:32px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:background .2s,color .2s;display:flex}.calc-card.is-selected .calc-card-arrow{background:var(--primary);color:#fff}.calculator-body{grid-template-columns:1.1fr .9fr;gap:20px;margin-bottom:24px;display:grid}.calculator-params{background:var(--surface);box-shadow:0 8px 30px rgba(var(--shadow-rgb), .08);border-radius:22px;padding:30px}.calculator-params h3{color:var(--text);margin:0 0 22px;font-size:18px;font-weight:700}.calculator-field-label{color:var(--text);margin-bottom:12px;font-size:15px;font-weight:600;display:block}.calculator-field{margin-bottom:26px}.calculator-field-row{color:var(--text);justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:15px;font-weight:600;display:flex}.calculator-field-value{color:var(--primary);font-size:16px;font-weight:700}.calculator-field input[type=range]{width:100%;accent-color:var(--primary);cursor:pointer}.calculator-counters{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:26px;display:grid}.calculator-counter{color:var(--text);flex-direction:column;gap:10px;font-size:15px;font-weight:600;display:flex}.counter-control{border:1px solid var(--border);background:var(--surface-alt);border-radius:12px;justify-content:space-between;align-items:center;padding:6px 8px;display:flex}.counter-control button{background:var(--surface);width:30px;height:30px;color:var(--primary);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:700;transition:background .2s,color .2s;display:flex}.counter-control button:hover{background:var(--primary);color:#fff}.counter-control span{text-align:center;min-width:20px;color:var(--text);font-size:16px;font-weight:700}.extras-chips{flex-wrap:wrap;gap:10px;display:flex}.extra-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,color .2s}.extra-chip:hover{border-color:var(--primary)}.extra-chip.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.calculator-result{background:var(--text);color:var(--bg);box-shadow:0 15px 40px rgba(var(--shadow-rgb), .18);border-radius:22px;flex-direction:column;padding:30px;display:flex}.result-label{color:color-mix(in srgb, currentColor 60%, transparent);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:700}.result-price{letter-spacing:-1px;margin-top:10px;font-size:42px;font-weight:800;line-height:1}.result-breakdown{border-top:1px solid color-mix(in srgb, currentColor 15%, transparent);flex-direction:column;margin-top:22px;padding-top:18px;display:flex}.breakdown-row{justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;font-weight:600;display:flex}.breakdown-row+.breakdown-row{border-top:1px solid color-mix(in srgb, currentColor 10%, transparent)}.breakdown-row span:first-child{color:color-mix(in srgb, currentColor 65%, transparent);font-weight:500}.result-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:22px;padding:15px;font-size:15px;font-weight:700;transition:background .2s,transform .2s;display:flex}.result-submit:hover{background:var(--primary-hover);transform:translateY(-1px)}.result-note{color:color-mix(in srgb, currentColor 55%, transparent);text-align:center;margin-top:12px;font-size:12px}.calculator-table-wrapper{background:var(--surface);box-shadow:0 8px 30px rgba(var(--shadow-rgb), .08);border-radius:22px;overflow-x:auto}.calculator-table{border-collapse:collapse;width:100%;min-width:560px}.calculator-table th,.calculator-table td{text-align:left;white-space:nowrap;padding:16px 22px}.calculator-table thead th{color:var(--text-faint);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border-soft);font-size:12px;font-weight:700}.calculator-table tbody td{color:var(--text-muted);font-size:14px;font-weight:600}.calculator-table tbody td:first-child{color:var(--text);font-weight:700}.calculator-table tbody tr+tr td{border-top:1px solid var(--border-soft)}@media (width<=1100px){.calculator-cards{grid-template-columns:repeat(2,1fr)}.calculator-body{grid-template-columns:1fr}}@media (width<=700px){.calculator-section{padding:10px 0 50px}.calculator-header h2{font-size:27px}.calculator-params,.calculator-result{padding:22px}.calculator-counters{grid-template-columns:1fr}.result-price{font-size:34px}}@media (width<=480px){.calculator-cards{grid-template-columns:1fr}}@media (width<=380px){.calculator-header h2{font-size:23px}.calculator-badge{font-size:13px}.calculator-params,.calculator-result{padding:18px}}.why-us-section{background:var(--bg);width:100%;padding:40px 0 80px}.why-us{background-image:linear-gradient(90deg, rgba(var(--overlay-rgb), 1) 0%, rgba(var(--overlay-rgb), 1) 40%, rgba(var(--overlay-rgb), .98) 48%, rgba(var(--overlay-rgb), .85) 55%, rgba(var(--overlay-rgb), .5) 63%, rgba(var(--overlay-rgb), .15) 72%, rgba(var(--overlay-rgb), 0) 82%), url(/assets/advantages_image-BOrwtAIF.png);background-position:50%,0%;background-repeat:no-repeat;background-size:cover,125%;border-radius:28px;grid-template-columns:1fr .9fr;min-height:720px;display:grid;position:relative;overflow:hidden}.why-us-content{z-index:2;padding:60px 30px 60px 50px;position:relative}.why-us-badge{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;margin-bottom:20px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.why-us-content h2{max-width:650px;color:var(--text);letter-spacing:-1.8px;margin:0;font-size:48px;font-weight:800;line-height:1.03}.why-us-content h2 span{color:var(--primary);display:block}.why-us-description{max-width:570px;color:var(--text-muted);margin-top:22px;font-size:18px;line-height:1.45}.why-us-grid{grid-template-columns:repeat(3,1fr);gap:12px;max-width:750px;margin-top:28px;display:grid}.why-us-card{background:rgba(var(--glass-rgb), .88);border:1px solid rgba(var(--glass-rgb), .9);min-height:170px;box-shadow:0 8px 25px rgba(var(--shadow-rgb), .07);border-radius:18px;padding:18px}.why-us-icon{background:var(--primary-soft);width:42px;height:42px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:24px;display:flex}.why-us-card h3{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.2}.why-us-card p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.4}@media (width<=1100px){.why-us{background-image:linear-gradient(180deg, rgba(var(--overlay-rgb), .95) 0%, rgba(var(--overlay-rgb), .8) 55%, rgba(var(--overlay-rgb), .15) 100%), url(/assets/advantages_image-BOrwtAIF.png);background-position:50%;background-size:cover;grid-template-columns:1fr;min-height:auto}.why-us-content{padding:50px}.why-us-grid{max-width:none}}@media (width<=700px){.why-us-section{padding:20px 0 50px}.why-us{border-radius:20px}.why-us-content{padding:35px 20px}.why-us-content h2{letter-spacing:-1.2px;font-size:36px}.why-us-description{font-size:16px}.why-us-grid{grid-template-columns:repeat(2,1fr);gap:10px}.why-us-card{min-height:160px;padding:16px}}@media (width<=480px){.why-us-grid{grid-template-columns:1fr}.why-us-card{min-height:auto}}@media (width<=380px){.why-us-content h2{font-size:30px}.why-us-description{font-size:15px}.why-us-badge{font-size:13px}}.stats-section{background:var(--bg);width:100%;padding:0 0 60px}.stats{background:var(--surface);width:100%;box-shadow:0 8px 30px rgba(var(--shadow-rgb), .08);border-radius:22px;grid-template-columns:repeat(4,1fr);padding:34px 20px;display:grid}.stat-card{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:0 20px;display:flex}.stat-card+.stat-card{border-left:1px solid var(--border-soft)}.stat-icon{background:var(--primary-soft);width:46px;height:46px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;font-size:22px;display:flex}.stat-value{color:var(--text);letter-spacing:-1px;font-size:30px;font-weight:800}.stat-stars{color:var(--accent-star);letter-spacing:2px;font-size:13px}.stat-label{color:var(--text-faint);font-size:14px;font-weight:500}@media (width<=1000px){.stats{grid-template-columns:repeat(2,1fr);row-gap:28px}.stat-card:nth-child(3){border-left:none}}@media (width<=600px){.stats-section{padding:0 0 40px}.stats{grid-template-columns:1fr;row-gap:22px;padding:24px 20px}.stat-card+.stat-card{border-left:none;border-top:1px solid var(--border-soft);padding-top:22px}}@media (width<=380px){.stat-value{font-size:26px}.stat-label{font-size:13px}}.request-section{background:var(--bg);width:100%;padding:20px 0 80px}.request{background:linear-gradient(135deg, var(--panel-grad-1) 0%, var(--panel-grad-2) 100%);border-radius:28px;grid-template-columns:1.15fr .85fr;gap:50px;padding:56px;display:grid;position:relative}.request-form-wrapper{background:var(--surface);box-shadow:0 15px 40px rgba(var(--shadow-rgb), .08);border-radius:22px;padding:44px}.request-badge{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;margin-bottom:18px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.request-form-wrapper h2{color:var(--text);letter-spacing:-1.5px;margin:0;font-size:42px;font-weight:800;line-height:1.08}.request-form-wrapper h2 span{color:var(--primary);display:block}.request-description{max-width:480px;color:var(--text-muted);margin-top:18px;font-size:16px;line-height:1.5}.request-success{background:var(--success-bg);color:var(--success-text);border-radius:14px;margin-top:22px;padding:14px 18px;font-size:14px;font-weight:600}.request-form{flex-direction:column;gap:18px;margin-top:30px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.request-form label{color:var(--text-secondary);flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.request-form input,.request-form select,.request-form textarea{border:1px solid var(--border);color:var(--text);background:var(--surface-alt);border-radius:13px;outline:none;padding:13px 16px;font-family:inherit;font-size:15px;font-weight:400;transition:border-color .2s,box-shadow .2s,background .2s}.request-form input::placeholder,.request-form textarea::placeholder{color:var(--placeholder)}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .12)}.request-form textarea{resize:vertical;min-height:80px}.request-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:6px;padding:16px;font-size:16px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.request-submit span{font-size:18px}.request-submit:hover{background:var(--primary-hover);box-shadow:0 10px 25px rgba(var(--primary-rgb), .25);transform:translateY(-1px)}.request-submit:active{transform:translateY(0)}.request-consent{color:var(--text-faint);text-align:center;margin-top:2px;font-size:13px}.request-consent a{color:var(--primary)}.request-side{flex-direction:column;gap:22px;padding-top:6px;display:flex}.request-note{max-width:240px;color:var(--text-strong-navy);text-align:right;align-self:flex-end;font-size:20px;font-style:italic;line-height:1.2;transform:rotate(-3deg)}.request-note-bottom{align-self:flex-end;margin-top:auto}.request-benefits{flex-direction:column;gap:14px;display:flex}.form-benefit-card{background:rgba(var(--glass-rgb), .9);border:1px solid rgba(var(--glass-rgb), .9);box-shadow:0 8px 25px rgba(var(--shadow-rgb), .07);border-radius:18px;align-items:center;gap:16px;padding:18px 20px;display:flex}.form-benefit-icon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.form-benefit-card h4{color:var(--text);margin:0 0 3px;font-size:15px;font-weight:700}.form-benefit-card p{color:var(--text-faint);margin:0;font-size:13px;line-height:1.3}@media (width<=1100px){.request{grid-template-columns:1fr;gap:40px;padding:40px}.request-note{text-align:left;align-self:flex-start}.request-note-bottom{align-self:flex-start;margin-top:0}.request-benefits{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=700px){.request-section{padding:10px 0 50px}.request{border-radius:20px;padding:24px}.request-form-wrapper{padding:28px 22px}.request-form-wrapper h2{letter-spacing:-1px;font-size:32px}.form-row,.request-benefits{grid-template-columns:1fr}}@media (width<=380px){.request{padding:18px}.request-form-wrapper{padding:20px 16px}.request-form-wrapper h2{font-size:26px}.request-description{font-size:14px}.request-submit{font-size:15px}.form-benefit-card{padding:14px 16px}}.footer{background:linear-gradient(180deg, var(--panel-grad-1) 0%, var(--panel-grad-2) 100%);width:100%;margin-top:20px;padding:70px 0 30px;position:relative;overflow:hidden}.footer:before{content:"";background:radial-gradient(circle, rgba(var(--primary-rgb), .1) 0%, rgba(var(--primary-rgb), 0) 70%);pointer-events:none;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-200px;right:-120px}.footer-top{z-index:1;grid-template-columns:1.3fr 1fr 1fr 1fr 1.3fr;gap:30px;padding-bottom:45px;display:grid;position:relative}.footer-logo{color:var(--text);align-items:center;gap:10px;text-decoration:none;display:flex}.footer-logo-icon{background:var(--primary);border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.footer-logo-icon svg{width:24px;height:24px}.footer-logo span{letter-spacing:-.5px;font-size:20px;font-weight:700}.footer-tagline{color:var(--text-muted);margin-top:16px;font-size:15px;line-height:1.5}.footer-note{background:rgba(var(--glass-rgb), .7);color:var(--primary);border-radius:999px;align-items:center;gap:8px;margin-top:20px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.footer-column h4{color:var(--text);margin:0 0 18px;font-size:15px;font-weight:700}.footer-column ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-column a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--primary)}.footer-social p{color:var(--text-muted);margin:0 0 16px;font-size:14px;line-height:1.5}.footer-social-links{gap:10px;margin-bottom:20px;display:flex}.social-link{background:rgba(var(--glass-rgb), .85);width:38px;height:38px;color:var(--primary);box-shadow:0 6px 16px rgba(var(--shadow-rgb), .08);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,color .2s;display:flex}.social-link:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-newsletter{background:var(--surface);box-shadow:0 8px 20px rgba(var(--shadow-rgb), .08);border-radius:16px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.footer-newsletter:hover{box-shadow:0 10px 25px rgba(var(--primary-rgb), .15);transform:translateY(-2px)}.newsletter-icon{background:var(--primary-soft);width:36px;height:36px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.newsletter-text{flex-direction:column;display:flex}.newsletter-text strong{color:var(--text);font-size:14px}.newsletter-text small{color:var(--text-faint);margin-top:2px;font-size:12px}.newsletter-arrow{color:var(--primary);margin-left:auto;font-size:18px}.footer-bottom{z-index:1;border-top:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:26px;display:flex;position:relative}.footer-copy,.footer-location{color:var(--text-faint);font-size:13px;line-height:1.5}.footer-heart{color:var(--text-muted);align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.footer-payments{gap:10px;display:flex}.payment-badge{border:1px solid var(--hairline-strong);background:var(--surface);color:var(--text-muted);letter-spacing:.2px;border-radius:10px;padding:7px 12px;font-size:12px;font-weight:700}.footer-scroll-top{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:background .2s,transform .2s;display:flex}.footer-scroll-top:hover{background:var(--primary-hover);transform:translateY(-3px)}@media (width<=1100px){.footer-top{grid-template-columns:1fr 1fr;row-gap:40px}.footer-brand,.footer-social{grid-column:span 2}}@media (width<=700px){.footer{padding:50px 0 24px}.footer-top{grid-template-columns:1fr;row-gap:34px;padding-bottom:34px}.footer-brand,.footer-social{grid-column:auto}.footer-bottom{text-align:center;justify-content:center}.footer-scroll-top{margin:0 auto}}@media (width<=380px){.footer{padding:40px 0 20px}.footer-payments{flex-wrap:wrap;justify-content:center}.payment-badge{padding:6px 10px;font-size:11px}}
