@charset "UTF-8";:root{--bg-main: #ffffff;--bg-elevated: #f9fafb;--bg-glass: rgba(255, 255, 255, .65);--surface-soft: rgba(255, 255, 255, .55);--surface-strong: rgba(255, 255, 255, .75);--text-primary: #000000;--text-secondary: #000000;--text-muted: #2b2b2b;--text-danger: #d32f2f;--brand-green: #BCD881;--brand-green-soft: rgba(188, 216, 129, .16);--brand-green-strong: #BCD881;--map-neon-green: #BCD881;--map-neon-green-soft: rgba(188, 216, 129, .15);--map-neon-green-glow: rgba(188, 216, 129, .25);--accent-amber: #f59e0b;--accent-red: #ef4444;--filter-hover-bg: #f2f3f5;--filter-active-bg: #e6e8eb;--filter-hover-border: transparent;--accent-blue: var(--brand-green);--border-subtle: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .18);--sand-50: #f5f5f5;--sand-100: #ebebeb;--sand-200: #dcdcdc;--sand-300: #c7c7c7;--sand-400: #b3b3b3;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 22px;--radius-2xl: 28px;--shadow-soft: 0 4px 18px rgba(0, 0, 0, .08);--shadow-strong: 0 10px 32px rgba(0, 0, 0, .12);--shadow-inner: inset 0 0 0 1px rgba(0, 0, 0, .04);--surface-card: #ffffff;--bg-page: #f5f7fa;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;--transition-fast: .12s ease-out;--transition-base: .18s ease;--transition-slow: .28s ease;--z-map: 10;--z-header: 20;--z-modal: 50;--z-preloader: 100}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;background:var(--bg-main);color:var(--text-primary)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}table{border-collapse:collapse;border-spacing:0}:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}body{font-family:var(--font-sans);font-size:15px;line-height:1.55;color:var(--text-primary);background:var(--bg-main);-webkit-font-smoothing:antialiased}*{color:var(--text-primary)}input,select,textarea,button,label,p,span,div{color:var(--text-primary)!important}h1,.h1{font-size:32px;font-weight:900;letter-spacing:-.01em;line-height:1.12;margin-bottom:14px}h2,.h2{font-size:24px;font-weight:800;letter-spacing:-.01em;line-height:1.18;margin-bottom:12px}h3,.h3{font-size:20px;font-weight:700;line-height:1.24;margin-bottom:10px}h4,.h4{font-size:17px;font-weight:600;line-height:1.25;margin-bottom:8px}.text-muted{color:#2e2e2e!important}.text-secondary{color:#000!important}.text-accent{color:var(--brand-green)}small{font-size:13px;color:#3a3a3a!important}::placeholder{color:#4a4a4a!important;opacity:1}a{color:#000;text-decoration:none;transition:.15s ease}a:hover{color:var(--brand-green);text-decoration:underline}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.fade-in{animation:fade-in .32s var(--transition-base) forwards}.fade-out{animation:fade-out .28s var(--transition-fast) forwards}.scale-in{animation:scale-in .26s var(--transition-fast) forwards}.spin{animation:spin .9s linear infinite}.pulse{animation:pulse 1.4s ease-in-out infinite}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-col{display:flex;flex-direction:column}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:20px}.pt-6{padding-top:24px}.w-full{width:100%}.w-fit{width:fit-content}.hidden{display:none!important}.text-positive{color:var(--accent-blue)}.calc-section-title{font-size:16px;font-weight:800}.advantage{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:15px}.advantage-icon{width:28px;height:28px;border-radius:50%;background:var(--brand-green-soft);color:var(--brand-green);display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.allow-select{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.glass,.modal-window,.card{background:var(--bg-glass);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft),var(--shadow-inner);transition:var(--transition-base)}.glass-light{background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.glass-hover{transition:var(--transition-base)}.glass-hover:hover{background:#ffffffbf;border-color:var(--brand-green);box-shadow:var(--shadow-strong)}.glass-rounded-sm{border-radius:12px}.glass-rounded-md{border-radius:20px}.glass-rounded-lg{border-radius:32px}.glass-shadow-sm{box-shadow:0 4px 12px #00000014}.glass-shadow-md{box-shadow:0 8px 20px #0000001f}.glass-shadow-lg{box-shadow:0 14px 36px #00000029}#cards-container{margin-top:clamp(24px,4vw,40px);display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,32px)}@media (max-width: 960px){#cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){#cards-container{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;padding:0 12px;box-sizing:border-box;width:100%;max-width:100%;margin-left:0;margin-right:0;grid-auto-columns:1fr;grid-auto-rows:auto}}@media (max-width: 640px){#cards-container{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;padding:0 12px;margin-left:0;margin-right:0}}.card{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(18px,3.15vw,23px) clamp(18px,3vw,24px) clamp(20px,3.15vw,25px);border-radius:var(--radius-xl);position:relative;z-index:1;pointer-events:auto;height:100%}@media (max-width: 768px){.card{padding:10px 8px 12px;min-height:252px;max-height:252px;height:252px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;width:100%;box-sizing:border-box;margin-left:0;margin-right:0}}@media (max-width: 640px){.card{padding:14px 12px 16px}}.card-footer{margin-top:auto;padding-top:18px}@media (max-width: 768px){.card-footer{padding-top:6px;margin-top:auto;width:100%;flex-shrink:0}.card-buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}}.card-buttons{width:100%;display:flex;justify-content:center}.card-header{margin-bottom:16px}.card-priority-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:700;color:#c9a24a!important}.card-priority-badge span{color:#c9a24a!important}.card-priority-star{color:#c9a24a!important;font-size:1.3em;line-height:1;font-weight:700;font-family:Segoe UI Symbol,Arial Unicode MS,sans-serif}@media (max-width: 768px){.card-header{margin-bottom:6px;flex-shrink:0;overflow:visible}.card-priority-badge{margin-bottom:4px;font-size:10px;gap:4px}}.card-title-row{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.card-title-row{gap:6px;align-items:flex-start;overflow:visible;position:relative}}.card-name{font-size:clamp(16px,2.5vw,18px);font-weight:700;color:var(--text-primary)}@media (max-width: 768px){.card-name{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;flex-shrink:1;flex-grow:1;min-width:0}}@media (max-width: 640px){.card-name{font-size:12px}}.card-region,.card-holding,.card-location{font-size:clamp(12px,1.6vw,14px);color:var(--text-muted, #64748b);margin-top:2px;line-height:1.35}.card-region,.card-holding{margin-top:4px}.card-features-row{margin-top:4px;display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}.card-feature{display:inline-flex;align-items:center;justify-content:center}.card-feature-icon{width:44px;height:44px;flex:0 0 44px;display:block}.card-feature-icon--small-247{width:30px;height:30px;flex:0 0 30px}@media (max-width: 768px){.card-features-row{margin-top:2px}.card-feature-icon{width:20px;height:20px;flex:0 0 20px}.card-feature-icon--small-247{width:14px;height:14px;flex:0 0 14px}}.info-btn{width:clamp(32px,4vw,36px);height:clamp(32px,4vw,36px);min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid var(--border-subtle);background:#fff;color:var(--text-primary);font-size:14px;font-weight:700;cursor:pointer;transition:var(--transition-base);position:relative;z-index:2}@media (max-width: 768px){.info-btn{width:28px;height:28px;min-width:28px;min-height:28px;font-size:12px;flex-shrink:0;flex-grow:0;position:relative;z-index:10;visibility:visible!important;opacity:1!important;display:flex!important}}@media (max-width: 640px){.info-btn{width:28px;height:28px}}.info-btn:hover{background:#f3f4f6;border-color:var(--border-strong)}.card-prices{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}@media (max-width: 768px){.card-prices{margin-bottom:6px;gap:2px;flex:1;overflow:visible;min-height:0;padding-bottom:2px}.price-row{font-size:10px;line-height:1.2;flex-shrink:0;white-space:nowrap}.price-value{white-space:nowrap}.price-row-more{font-size:9px;line-height:1.3;flex-shrink:0;margin-top:1px}}@media (max-width: 768px){.sugar-card .price-row{font-size:9px}}.price-row{display:flex;justify-content:space-between;color:var(--text-primary);font-size:clamp(14px,2vw,15px)}@media (max-width: 640px){.price-row{font-size:14px}}.price-type{color:var(--text-secondary)}.price-value{font-weight:600;color:var(--text-primary)}.price-row-more{font-style:italic;color:var(--text-muted);font-size:13px}.price-row--highlighted{background:var(--brand-green-soft);border-left:2px solid var(--brand-green);padding-left:8px;margin-left:-8px;border-radius:var(--radius-xs)}.price-row--highlighted .price-type{color:var(--brand-green);font-weight:600}.price-row--highlighted .price-value{color:var(--brand-green)}.card-footer{margin-top:16px}.card-minorder{font-size:14px;color:var(--text-muted);margin-bottom:14px}@media (max-width: 768px){.card-minorder{font-size:11px;margin-bottom:6px;line-height:1.2;flex-shrink:0}}.card-buttons{display:flex;justify-content:flex-end}.best-price-badge-over-button{display:block;margin-bottom:8px;padding:4px 12px;border-radius:4px;background:var(--brand-green);color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;text-align:center;box-shadow:0 2px 4px #22c55e4d}@media (max-width: 768px){.best-price-badge-over-button{margin-bottom:6px;padding:3px 8px;font-size:10px;flex-shrink:0}}.best-price-loader{display:flex;align-items:center;justify-content:center;min-height:220px;padding:32px 16px;background:var(--bg-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);color:var(--text-secondary);font-size:16px;font-weight:500}.order-btn,.card .btn-primary,.card .modal-btn-full,.card .topbar-btn-primary{width:100%;padding:clamp(12px,2vw,14px) clamp(16px,2.5vw,20px);min-height:44px;background:#ffffff1a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);font-size:clamp(15px,2vw,16px);font-weight:700;letter-spacing:-.01em;color:#fff;transition:.22s ease;box-shadow:0 8px 22px #00000040,inset 0 1px #ffffff0d}@media (max-width: 768px){.order-btn,.card .btn-primary,.card .modal-btn-full,.card .topbar-btn-primary{width:100%;padding:6px 5px;font-size:0;min-height:30px;max-height:30px;height:30px;backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff26;margin-top:auto;align-self:flex-end;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;position:relative}.order-btn:before,.card .btn-primary:before,.card .modal-btn-full:before,.card .topbar-btn-primary:before{content:"Рассчитать";font-size:12px;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);display:flex;align-items:center;justify-content:center;width:100%;height:100%}}@media (max-width: 640px){.order-btn,.card .btn-primary,.card .modal-btn-full,.card .topbar-btn-primary{padding:8px 6px;font-size:0;min-height:34px;max-height:34px;height:34px}}.order-btn:hover,.card .btn-primary:hover,.card .modal-btn-full:hover,.card .topbar-btn-primary:hover{background:#ffffff29;border-color:#ffffff47;transform:translateY(-2px)}.order-btn:active,.card .btn-primary:active,.card .modal-btn-full:active,.card .topbar-btn-primary:active{transform:translateY(0);background:#ffffff38}[data-el=load-more-container]{display:flex;justify-content:center;align-items:center;width:100%;padding:40px 20px;margin:30px 0}[data-el=load-more-container][style*="display: block"],[data-el=load-more-container]:not([style*="display: none"]){display:flex!important}[data-el=load-more-container][style*="display: none"]{display:none!important}[data-el=load-more-container] button[data-action=load-more-cards]{min-width:200px;padding:14px 32px;font-size:16px;font-weight:600;background:#fff!important;border:2px solid var(--border-strong)!important;color:var(--text-primary)!important;box-shadow:0 4px 12px #00000014}[data-el=load-more-container] button[data-action=load-more-cards]:hover{background:#f3f4f6!important;border-color:var(--brand-green)!important;color:var(--brand-green)!important;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}[data-el=load-more-container] button[data-action=load-more-cards]:active{transform:translateY(0);background:#e5e7eb!important}.btn,.modal-btn-full,.topbar-btn{display:inline-flex;justify-content:center;align-items:center;padding:12px 20px;font-size:15px;font-weight:600;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:#fff;color:var(--text-primary);cursor:pointer;transition:var(--transition-base);box-shadow:var(--shadow-soft);-webkit-user-select:none;user-select:none}.btn:hover,.modal-btn-full:hover,.topbar-btn:hover{background:#f3f4f6;transform:translateY(-2px)}.btn:active,.modal-btn-full:active,.topbar-btn:active{transform:translateY(0);background:#e5e7eb}.btn-primary,.modal-btn-full,.topbar-btn-primary{background:var(--brand-green);border-color:var(--brand-green);color:#fff;font-weight:700;box-shadow:0 6px 14px var(--brand-green-soft)}.btn-primary:hover,.modal-btn-full:hover,.topbar-btn-primary:hover{background:var(--brand-green);border-color:var(--brand-green);transform:translateY(-3px);box-shadow:0 8px 18px var(--brand-green-soft);opacity:.9}.btn-primary:active,.modal-btn-full:active,.topbar-btn-primary:active{transform:translateY(0);background:var(--brand-green);opacity:.85}.btn-secondary,.topbar-btn-secondary{background:#fff;border-color:var(--border-strong);color:var(--text-secondary)}.btn-secondary:hover,.topbar-btn-secondary:hover{background:#f3f4f6;border-color:var(--border-strong);color:var(--text-primary)}.btn-secondary:active,.topbar-btn-secondary:active{background:#e5e7eb}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:#f3f4f6;color:var(--text-primary)}.btn-ghost:active{background:#e5e7eb}.btn:disabled,.modal-btn-full:disabled,.topbar-btn:disabled,.btn[disabled],[disabled].modal-btn-full,[disabled].topbar-btn{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none;background:#f3f4f6;border-color:var(--border-subtle);color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .25s ease}@media (max-width: 640px){.modal-overlay{-webkit-backdrop-filter:none;backdrop-filter:none}}.modal-overlay.show{opacity:1;pointer-events:auto}.modal-window{max-width:min(520px,95vw);width:92%;margin:clamp(40px,10vh,100px) auto;padding:0;border-radius:var(--radius-xl);position:relative;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;overscroll-behavior:contain;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}@media (max-width: 640px){.modal-window{width:95%;margin:40px auto;max-height:85vh}}@media (max-width: 360px){.modal-window{width:98%;margin:20px auto}}.modal-content{padding:clamp(20px,4vw,32px) clamp(18px,3.5vw,28px);overflow-y:auto;overflow-x:hidden;flex:1;mask-image:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 20px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 20px),transparent 100%)}@media (max-width: 640px){.modal-content{padding:20px 18px}}@media (max-width: 360px){.modal-content{padding:16px 14px}}.modal-overlay.show .modal-window{opacity:1;transform:translateY(0)}body.no-scroll{overflow:hidden;height:100vh}.modal-close-btn{position:absolute;top:clamp(10px,2vw,14px);right:clamp(10px,2vw,14px);z-index:10;width:clamp(36px,4.5vw,40px);height:clamp(36px,4.5vw,40px);min-width:36px;min-height:36px;border-radius:50%;background:#fff;border:1px solid var(--border-subtle);display:flex;justify-content:center;align-items:center;font-size:clamp(16px,2.5vw,18px);color:var(--text-primary);cursor:pointer;transition:var(--transition-base);-webkit-user-select:none;user-select:none}@media (max-width: 640px){.modal-close-btn{width:40px;height:40px;top:10px;right:10px;font-size:18px}}.modal-close-btn:hover{background:#f3f4f6;border-color:var(--border-strong)}.modal-title{font-size:clamp(18px,3.5vw,22px);font-weight:700;text-align:center;color:var(--text-primary);margin-bottom:6px}@media (max-width: 640px){.modal-title{font-size:18px;margin-bottom:4px}}.modal-subtitle{text-align:center;font-size:clamp(14px,2vw,15px);color:var(--text-secondary);margin-bottom:clamp(16px,2.5vw,20px)}@media (max-width: 640px){.modal-subtitle{font-size:14px;margin-bottom:16px}}.modal-desc{font-size:clamp(14px,2vw,15px);color:var(--text-secondary);text-align:center;margin-bottom:clamp(20px,3.5vw,26px)}@media (max-width: 640px){.modal-desc{font-size:14px;margin-bottom:20px}}.modal-input,.order-input{width:100%;height:44px;min-height:44px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:0 clamp(12px,2vw,14px);margin-bottom:clamp(12px,2vw,16px);font-size:clamp(14px,2vw,15px);color:var(--text-primary);transition:var(--transition-base)}@media (max-width: 640px){.modal-input,.order-input{padding:0 12px;font-size:14px;margin-bottom:12px}}.modal-input:focus,.order-input:focus{outline:none;border-color:var(--brand-green);background:#fff}textarea.order-input{padding-top:10px;min-height:clamp(80px,12vw,90px);resize:vertical}@media (max-width: 640px){textarea.order-input{min-height:80px}}.modal-btn-full{width:100%;height:clamp(44px,6vw,48px);min-height:44px;font-size:clamp(15px,2vw,16px);margin-top:10px}@media (max-width: 640px){.modal-btn-full{height:44px;font-size:15px}}.modal-close{text-align:center;color:var(--text-secondary);font-size:14px;margin-top:18px;cursor:pointer}.modal-close:hover{text-decoration:underline}.modal-order-layout{display:flex;flex-direction:column;gap:24px}.modal-window:has(.order-modal-section):not(:has(.wh-products-section)) .modal-content{padding:0}.modal-window:has(.order-modal-section):not(:has(.wh-products-section)) .modal-order-layout{background:#fff;border-radius:var(--radius-lg);padding:clamp(18px,3.15vw,23px) clamp(18px,3vw,24px) clamp(20px,3.15vw,25px);box-shadow:var(--shadow-soft);margin:clamp(18px,3.15vw,23px)}@media (max-width: 640px){.modal-window:has(.order-modal-section):not(:has(.wh-products-section)) .modal-order-layout{padding:20px 18px;margin:20px 18px}}@media (max-width: 360px){.modal-window:has(.order-modal-section):not(:has(.wh-products-section)) .modal-order-layout{padding:16px 14px;margin:16px 14px}}.modal-section{padding-top:4px;padding-bottom:4px;border-top:1px solid var(--border-subtle)}.modal-section:first-of-type{border-top:none}.modal-section-header{margin-bottom:10px}.modal-section-title{font-size:15px;font-weight:600;color:var(--text-primary)}.modal-subtitle-small{font-size:13px;color:var(--text-muted);margin-top:4px}.trucks-volume-block{border-top:1px solid var(--border-subtle);padding-top:12px}.trucks-volume-block .trucks-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.trucks-volume-block .truck-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8f9fa;border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.trucks-volume-block .truck-label{font-size:14px;font-weight:500;color:var(--text-primary)}.trucks-volume-block .truck-remove-btn{width:28px;height:28px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.trucks-volume-block .truck-remove-btn:hover{background:#0000000f;color:var(--text-primary)}.trucks-volume-block .add-truck-btn{margin-bottom:10px}.trucks-volume-block .trucks-summary{font-size:14px;color:var(--text-muted);line-height:1.4}.wh-products-section .wh-sections{display:flex;flex-direction:column;gap:12px}.wh-products-section .wh-section{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:10px 12px;background:#fff}.wh-products-section .wh-section-title{font-weight:800;font-size:15px;color:var(--text-primary);cursor:pointer}.wh-products-section .wh-section-body{margin-top:10px;display:flex;flex-direction:column;gap:10px}.wh-products-section .wh-subsection{border:1px dashed var(--border-subtle);border-radius:var(--radius-md);padding:8px 10px;background:#fafafa}.wh-products-section .wh-subsection-title{font-weight:700;font-size:14px;cursor:pointer;color:var(--text-primary)}.wh-products-section .wh-subsection-body{margin-top:8px;display:flex;flex-direction:column;gap:8px}.wh-products-section .wh-product-row{display:flex;flex-direction:column;gap:8px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:10px;background:#fff}.wh-products-section .wh-product-check{gap:8px;font-weight:600}.wh-products-section .wh-product-controls{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}@media (max-width: 640px){.wh-products-section .wh-product-controls{grid-template-columns:1fr}}.wh-products-section .wh-product-price{font-weight:600;color:var(--brand-green);text-align:right}@media (max-width: 640px){.wh-products-section .wh-product-price{text-align:left}}.wh-products-section .wh-empty{font-size:13px;color:var(--text-muted)}.wh-deferred-block{margin-top:10px;padding-left:2px}.wh-deferred-row{display:flex;align-items:center;gap:12px}.wh-deferred-row .wh-deferred-days-label{min-width:120px;font-size:14px;color:var(--text-primary)}.wh-deferred-row .vol-slider{flex:1;max-width:200px}.wh-loaders-info-block{margin-top:10px;padding-left:2px}.wh-loaders-info-text{font-size:13px;color:var(--text-muted);line-height:1.4}.wh-option-hint{display:block;font-size:12px;color:var(--text-muted);margin-top:2px;margin-left:28px}.modal-section-subtitle{font-size:13px;color:var(--text-muted);margin-top:2px}.order-products{display:flex;flex-direction:column;gap:6px}.order-modal-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#fff}.order-modal-item .order-product-name{flex:1;margin:0 8px;color:var(--text-primary);font-size:14px;min-width:0;word-break:break-word}@media (max-width: 640px){.order-modal-item .order-product-name{font-size:13px;margin:0 6px}}.order-modal-item .price{font-size:14px;font-weight:600;white-space:nowrap}.pallet-note{font-size:13px;color:var(--text-muted);margin-left:auto}.delivery-options{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}.delivery-options label{font-size:14px;color:var(--text-secondary)}.delivery-option-item{margin-left:0;padding:0;display:flex;align-items:center;gap:10px}.delivery-address-block{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;position:relative;z-index:1}.delivery-address-block .modal-input{flex:1 1 220px;position:relative;z-index:1}.delivery-address-block .calc-btn{position:relative;z-index:1}.delivery-address-block .address-autocomplete{position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;margin-top:0!important;z-index:calc(var(--z-modal) + 20)!important;background:#fff;border:1px solid var(--border-subtle);border-top:none;border-radius:0 0 var(--radius-md) var(--radius-md);max-height:300px;overflow-y:auto;list-style:none;padding:0;box-shadow:0 4px 12px #0000001a}.delivery-address-block .address-autocomplete-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--border-subtle);font-size:14px;color:var(--text-primary);transition:background-color .15s ease}.delivery-address-block .address-autocomplete-item:last-child{border-bottom:none}.delivery-address-block .address-autocomplete-item:hover{background-color:var(--filter-hover-bg)}@media (max-width: 640px){.delivery-address-block .address-autocomplete{max-height:50vh;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.delivery-address-block .address-autocomplete-item{padding:12px 14px;min-height:44px;display:flex;align-items:center}}.delivery-result{margin-top:10px;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:12px;background:#fff;box-shadow:0 6px 18px #0000000a}.calc-distance,.calc-free,.calc-dop,.calc-new-prices-label,.calc-no-selection,.calc-price-item,.calc-total-delivery,.calc-trucks{font-size:15px;color:#0f172a;line-height:1.5;margin:6px 0}.calc-rate{font-size:14px;color:#64748b;margin:4px 0}.volume-control{display:flex;flex-direction:column;gap:12px}.volume-control .vol-slider{width:100%;height:6px;background:#00000038;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:8px 0}.volume-control .vol-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background:var(--brand-green);border-radius:50%;cursor:pointer;box-shadow:0 4px 10px #00000040}.volume-control .vol-slider::-moz-range-thumb{width:24px;height:24px;background:var(--brand-green);border-radius:50%;cursor:pointer;border:none;box-shadow:0 4px 10px #00000040}.volume-display{display:flex;align-items:center;gap:8px}.volume-display .modal-input{flex:0 0 120px}.volume-unit{font-size:14px;color:var(--text-secondary)}.quantity-control{display:flex;flex-direction:column;gap:12px;margin-top:12px}.quantity-label{font-size:15px;font-weight:500;color:var(--text-primary)}.quantity-control .vol-slider{width:100%;margin:8px 0}.quantity-control .modal-input{width:100%}.calc-dop{font-weight:700;color:var(--brand-green)}.calc-price-item{padding:6px 10px;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:10px}.wh-summary-per-kg-block{margin-top:8px}.wh-summary-per-kg-text{font-size:14px;color:#0f172a;line-height:1.5}.wh-per-kg-row{margin:6px 0;padding:6px 10px;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:8px}#summary-block{margin-top:14px;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:12px;padding:12px 14px}.summary-text{font-size:15px;color:#0f172a;line-height:1.5}.form-note{font-size:13px;color:var(--text-muted);margin-top:6px}.pd-checkbox{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-muted);margin-top:10px}.pd-checkbox input{margin-top:2px}.info-contact-block{margin-top:12px;padding:10px 12px;background:var(--surface-muted, #f1f5f9);border-radius:8px;font-size:14px;line-height:1.5}.info-edo-note{margin:12px 0 0;font-size:14px;color:var(--text-muted, #64748b);font-style:italic}.company-profile{margin-top:20px;padding-top:16px;border-top:1px solid var(--border-subtle, #e2e8f0)}.company-name{margin-top:4px;font-size:16px;font-weight:600;color:#0f172a}.company-stats-grid{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px}.company-stat{min-width:120px}.company-stat-value{font-size:15px;font-weight:600;color:#0f172a}.company-stat-label{font-size:13px;color:var(--text-muted, #64748b)}.check-label,.order-modal-item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#000;-webkit-user-select:none;user-select:none}.check-label input[type=checkbox],.order-modal-item input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:4px;border:2px solid #1e293b;background:#fff;cursor:pointer;position:relative;transition:.2s ease;flex-shrink:0;margin:0;padding:0}.check-label input[type=checkbox]:hover,.order-modal-item input[type=checkbox]:hover{border-color:var(--brand-green)}.check-label input[type=checkbox]:after,.order-modal-item input[type=checkbox]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:70%;opacity:0;transition:.2s ease;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17l-3.88-3.88-1.41 1.41L9 19 20.29 7.71l-1.41-1.41z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17l-3.88-3.88-1.41 1.41L9 19 20.29 7.71l-1.41-1.41z'/%3E%3C/svg%3E");background:#fff}.check-label input[type=checkbox]:checked,.order-modal-item input[type=checkbox]:checked{background:var(--brand-green);border-color:var(--brand-green);box-shadow:0 0 12px var(--brand-green-soft)}.check-label input[type=checkbox]:checked:after,.order-modal-item input[type=checkbox]:checked:after{opacity:1}.check-label input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:4px;border:2px solid #1e293b;background:#fff;cursor:pointer;position:relative;transition:.2s ease;flex-shrink:0;margin:0;padding:0}.check-label input[type=radio]:hover{border-color:var(--brand-green)}.check-label input[type=radio]:checked{background:var(--brand-green);border-color:var(--brand-green);box-shadow:0 0 12px var(--brand-green-soft)}.check-label input[type=radio]:checked:after{content:"";position:absolute;width:6px;height:12px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg);top:2px;left:5px}input[type=text],input[type=email],input[type=number],input[type=tel],.order-input,.modal-input,textarea.order-input{width:100%;height:clamp(44px,5.5vw,46px);min-height:44px;background:#fff;border:1.6px solid #000000;border-radius:var(--radius-md);padding:0 clamp(12px,2vw,14px);font-size:clamp(14px,2vw,15px);font-weight:500;color:#000;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}@media (max-width: 640px){input[type=text],input[type=email],input[type=number],input[type=tel],.order-input,.modal-input,textarea.order-input{height:44px;padding:0 12px;font-size:14px}}textarea.order-input{min-height:clamp(90px,12vw,110px);padding-top:10px;resize:vertical}@media (max-width: 640px){textarea.order-input{min-height:90px}}input::placeholder,textarea::placeholder{color:#666}input:hover,.order-input:hover,.modal-input:hover,textarea.order-input:hover{border-color:#222}input:focus,.order-input:focus,.modal-input:focus,textarea.order-input:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 2px var(--brand-green-soft);background:#fff}.input-error{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc262640!important}.input-error-message{margin-top:4px;font-size:12px;color:#dc2626}select,.topbar-select{width:100%;height:clamp(44px,5.5vw,46px);min-height:44px;background:#fff;border:1.6px solid #000000;border-radius:var(--radius-md);padding:0 clamp(36px,5vw,40px) 0 clamp(12px,2vw,14px);font-size:clamp(14px,2vw,15px);font-weight:500;color:#000;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px;background-position:right clamp(12px,2vw,14px) center;transition:border-color .22s ease,box-shadow .22s ease}@media (max-width: 640px){select,.topbar-select{height:44px;padding:0 36px 0 12px;font-size:14px;background-position:right 12px center}}select:hover,.topbar-select:hover{border-color:#222;background-color:var(--filter-hover-bg)}select:focus,.topbar-select:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 2px var(--brand-green-soft);background-color:#fff}select option{background:#fff;color:#000;font-size:15px}select option:checked{background:var(--filter-active-bg);color:#000}.check-row,.radio-row{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 0}.check-row span,.radio-row span{font-size:clamp(14px,2vw,15px);font-weight:500;color:#000;-webkit-user-select:none;user-select:none}@media (max-width: 640px){.check-row span,.radio-row span{font-size:14px}}.dark-theme .check-row span,.dark-theme .radio-row span{color:var(--sand-100)}*{box-sizing:border-box}.lp-container,.lp-footer-inner,.lp-header-inner{width:100%;max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box;overflow-x:hidden}@media (max-width: 768px){.lp-container,.lp-footer-inner,.lp-header-inner{max-width:100%;overflow-x:visible}}@media (max-width: 960px){.lp-container,.lp-footer-inner,.lp-header-inner{padding:0 20px}}@media (max-width: 640px){.lp-container,.lp-footer-inner,.lp-header-inner{padding:0 16px}}section{padding-top:96px;padding-bottom:96px}@media (max-width: 960px){section{padding-top:72px;padding-bottom:72px}}@media (max-width: 768px){section{padding-top:48px;padding-bottom:48px}}@media (max-width: 640px){section{padding-top:40px;padding-bottom:40px}}.lp-section-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:48px;text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 960px){.lp-section-title{font-size:34px}}@media (max-width: 768px){.lp-section-title{font-size:28px;line-height:1.3;margin-bottom:32px;padding:0 8px}}@media (max-width: 640px){.lp-section-title{font-size:24px;line-height:1.35;margin-bottom:24px}}.lp-btn{display:inline-block;padding:14px 32px;background:var(--brand-green);color:#fff;border-radius:10px;font-weight:600;font-size:16px;transition:.25s ease;text-align:center}.lp-btn:hover{background:#000;color:var(--brand-green);text-decoration:underline;transform:translateY(-2px)}[data-animate]{opacity:0;transform:translateY(20px);transition:.6s ease}[data-animate].animated{opacity:1;transform:translateY(0)}#preloader{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:var(--z-preloader)}.preloader-header{text-align:center;margin-bottom:14px}.preloader-header h1{margin:0;font-size:22px;letter-spacing:.5px}.preloader-header .subtitle{margin:4px 0 0;color:var(--text-secondary);font-size:14px}.preloader-box{background:#fff;border-radius:var(--radius-xl);padding:28px 34px;width:300px;text-align:center;box-shadow:0 14px 34px #0000001f,0 4px 12px #00000014}.preloader-spinner{width:46px;height:46px;border-radius:50%;border:4px solid rgba(0,0,0,.08);border-top-color:var(--brand-green);animation:spin .9s linear infinite;margin:0 auto 18px}.preloader-text{font-size:15px;font-weight:500;color:#1e293b;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}#app-header{min-height:72px;position:relative;z-index:1000;display:flex;flex-direction:column;overflow:visible}#brand-bar{position:fixed;top:0;left:0;right:0;width:100%;height:72px;z-index:1010;display:flex;align-items:center;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);pointer-events:auto;overflow:visible}.brand-container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-start}@media (max-width: 768px){.brand-container{max-width:100%;justify-content:center;position:relative}}.brand-logo{display:flex;align-items:center;margin-left:-10px}.brand-logo img{height:94px;width:auto;max-width:100%;object-fit:contain}@media (max-width: 640px){.brand-logo img{height:38px}}.brand-text{margin-left:8px}.brand-text strong{font-size:18px;font-weight:600;color:#1a1a1a}#nav-bar{position:fixed;top:0;left:0;right:0;width:100%;height:72px;z-index:1020;pointer-events:none;overflow:visible}.lp-nav-container{width:100%;height:72px;display:flex;align-items:center;pointer-events:auto;overflow:visible;position:relative}.lp-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;position:relative;overflow:visible}@media (max-width: 768px){.lp-header-inner{grid-template-columns:1fr auto!important;justify-items:center}}@media (max-width: 768px){.lp-header-center{display:none!important}}.lp-header-right{display:flex;align-items:center;justify-content:flex-end;gap:24px;position:relative;z-index:10;overflow:visible}@media (max-width: 768px){.lp-header-right{justify-self:end}}.lp-nav{display:flex;gap:32px;overflow:visible}.lp-nav a{font-size:15px;color:#1a1a1a!important;transition:.25s ease;opacity:1!important;visibility:visible!important;position:relative;z-index:10}.lp-nav a:hover{opacity:.7}@media (max-width: 960px){.lp-nav{display:none}}.lp-menu-btn{width:32px;height:24px;display:none;flex-direction:column;justify-content:space-between;cursor:pointer;background:none;border:none;padding:0}.lp-menu-btn span{display:block;height:3px;background:#1a1a1a;border-radius:2px;transition:.3s ease}.lp-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.lp-menu-btn.open span:nth-child(2){opacity:0}.lp-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 960px){.lp-menu-btn{display:flex}}.lp-menu{position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:32px 24px;gap:20px;transform:translateY(-100%);transition:.35s ease;opacity:0;pointer-events:none}.lp-menu a{font-size:20px;padding:12px 0;color:#1a1a1a!important;opacity:1!important;visibility:visible!important}.lp-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.lp-logo{display:flex;align-items:center;margin-left:-10px}.lp-logo img{height:94px;width:auto;max-width:100%;object-fit:contain}@media (max-width: 640px){.lp-logo img{height:38px}}.lp-hero{padding-top:160px;padding-bottom:120px;text-align:left}@media (max-width: 960px){.lp-hero{padding-top:140px;padding-bottom:96px}}@media (max-width: 640px){.lp-hero{padding-top:120px;padding-bottom:72px}}.lp-hero-content h1{font-size:44px;font-weight:700;line-height:1.15;letter-spacing:-.02em;max-width:920px;margin-bottom:22px}@media (max-width: 960px){.lp-hero-content h1{font-size:36px}}@media (max-width: 640px){.lp-hero-content h1{font-size:28px}}.lp-hero-content p{font-size:18px;line-height:1.6;color:#000000c7;max-width:760px;margin-bottom:18px}@media (max-width: 640px){.lp-hero-content p{font-size:16px}}.lp-hero-economy{font-size:16px;line-height:1.55;color:#000000b3;max-width:720px;margin-bottom:32px}.lp-hero .lp-btn{font-size:17px;padding:16px 36px;border-radius:12px}.lp-hero-bottom{margin-top:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;width:100%;max-width:100%;position:relative;z-index:1}@media (max-width: 640px){.lp-hero-bottom{margin-top:32px;gap:12px}}.lp-hero-badge{position:static!important;right:auto!important;left:auto!important;float:none!important;text-align:left!important;align-self:flex-start!important;font-size:clamp(12px,1.5vw,14px);font-weight:500;letter-spacing:.02em;line-height:1.5;color:#000000b3;background:none;border:none;box-shadow:none;padding:0;margin:0!important;max-width:600px;z-index:auto!important}@media (max-width: 640px){.lp-hero-badge{font-size:12px;max-width:100%}}.lp-hero-bottom .lp-btn{margin-top:0}.hero-v2{padding-top:96px;padding-bottom:64px;width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}@media (max-width: 960px){.hero-v2{padding-top:72px;padding-bottom:48px}}@media (max-width: 768px){.hero-v2{padding-top:48px;padding-bottom:32px}}@media (max-width: 640px){.hero-v2{padding-top:40px;padding-bottom:24px}}.hero-v2__container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.hero-v2__container{max-width:100%}}@media (max-width: 960px){.hero-v2__container{padding:0 20px}}@media (max-width: 640px){.hero-v2__container{padding:0 16px}}.hero-v2__grid{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:stretch}@media (max-width: 768px){.hero-v2__grid{grid-template-columns:1fr;gap:24px;max-width:100%;overflow-x:clip}.hero-v2__container{max-width:100%;overflow-x:clip}}.hero-v2__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:24px;text-align:left;position:relative}.hero-v2__content:after{content:"";position:absolute;right:-120px;top:8px;bottom:8px;width:1px;background:#0000001f}@media (max-width: 768px){.hero-v2__content:after{display:none}}.hero-v2__content h1{font-size:48px;font-weight:700;line-height:1.12;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 6px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}@media (max-width: 768px){.hero-v2__content h1{font-size:36px}}@media (max-width: 640px){.hero-v2__content{gap:20px;text-align:left;width:100%;max-width:100%;padding:0}.hero-v2__content h1{font-size:26px;line-height:1.3;margin-bottom:12px;padding:0;max-width:100%}.hero-v2__content p{font-size:15px;line-height:1.5;margin-bottom:16px;padding:0;max-width:100%}.hero-v2__badge{display:block;font-size:12px;font-weight:400;color:#0009;line-height:1.4;margin-top:12px;opacity:1}.hero-v2__cta{padding:14px 24px;font-size:15px;width:auto;max-width:100%;margin:0;display:inline-block;white-space:nowrap;box-sizing:border-box}.hero-v2__metrics{gap:6px;padding:8px 0;margin-top:16px;width:100%;max-width:100%}}@media (max-width: 480px){.hero-v2__content h1{font-size:22px}.hero-v2__content p{font-size:14px}.hero-v2__cta{padding:12px 24px;font-size:14px;max-width:100%}}.hero-v2__content p{font-size:18px;line-height:1.6;color:#000000a6;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width: 768px){.hero-v2__content p{font-size:16px}}.hero-v2__cta{display:inline-block;padding:16px 36px;background:var(--brand-green);color:#000;border-radius:10px;font-weight:600;font-size:16px;text-align:center;text-decoration:none;transition:.25s ease;margin-top:8px}@media (hover: hover) and (pointer: fine){.hero-v2__cta:hover{background:#000;color:var(--brand-green);text-decoration:underline;transform:translateY(-2px)}}.hero-v2__cta:active{background:#111;color:var(--brand-green);transform:translateY(0)}.hero-v2__badge{font-size:13px;line-height:1.5;color:#000c;font-weight:600;margin-top:4px;opacity:0;transition:opacity .3s ease}.hero-v2__badge.visible{opacity:1}.hero-v2__metrics{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:32px;align-items:flex-end;justify-self:end;text-align:right}@media (max-width: 768px){.hero-v2__metrics{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:4px!important;height:auto!important;text-align:center!important;width:100%!important;max-width:100%!important;flex-wrap:nowrap!important;padding:8px 0!important;margin-top:16px!important;overflow-x:clip!important;box-sizing:border-box!important}.hero-v2__metrics .lp-metric[data-target="76000"]{display:none!important}.hero-v2__metrics .lp-metric{flex:1 1 0!important;padding:0 2px!important;align-items:center!important;text-align:center!important;min-width:0!important;max-width:calc(33.33% - 3px)!important;overflow:hidden!important;box-sizing:border-box!important}.hero-v2__metrics .lp-metric__value{font-size:14px!important;font-weight:600!important;margin-bottom:2px!important;text-align:center!important;line-height:1.2!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;word-break:break-word!important}.hero-v2__metrics .lp-metric__label{font-size:9px!important;text-align:center!important;line-height:1.2!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;word-break:break-word!important}}.lp-products{padding-top:96px;padding-bottom:96px;background:#fafafa}@media (max-width: 960px){.lp-products{padding-top:72px;padding-bottom:72px}}@media (max-width: 640px){.lp-products{padding-top:56px;padding-bottom:56px}}.lp-section-title{font-size:34px;font-weight:700;margin-bottom:42px}@media (max-width: 640px){.lp-section-title{font-size:26px}}.lp-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}@media (max-width: 960px){.lp-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}}@media (max-width: 768px){.lp-products-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.lp-products-grid::-webkit-scrollbar{display:none}.lp-product-card{flex:0 0 78%;max-width:78%;scroll-snap-align:start;padding:20px;min-height:360px;border-radius:12px;display:flex;flex-direction:column;box-sizing:border-box}.lp-product-card h3{font-size:17px;margin:12px 0 8px;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;line-height:1.3}.lp-product-card p{font-size:14px;margin-bottom:12px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.lp-product-img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center;display:block;border-radius:10px;margin-bottom:0;flex-shrink:0}.lp-product-btn{padding:12px 20px;font-size:15px;width:auto;max-width:100%;align-self:flex-start;margin-top:auto;white-space:normal;box-sizing:border-box}}@media (max-width: 640px){.lp-products-grid{gap:12px}.lp-product-card{padding:16px}.lp-product-card h3{font-size:16px}.lp-product-card p{font-size:13px}.lp-product-btn{padding:11px 18px;font-size:14px;white-space:normal}}.lp-product-card{background:#fafafa;border-radius:16px;padding:32px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;text-align:left;transition:.28s ease;display:flex;flex-direction:column;min-height:420px;justify-content:flex-start;text-decoration:none;color:inherit;cursor:pointer}.lp-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014}.lp-product-card h3{font-size:20px;font-weight:600;margin:20px 0 10px;flex-shrink:0}.lp-product-card p{font-size:14px;opacity:.8;margin-bottom:20px;flex-shrink:0}.lp-product-img{width:100%;max-width:100%;min-height:403px;flex-grow:1;flex-shrink:0;flex-basis:403px;border-radius:14px;object-fit:cover;object-position:center;margin-bottom:0;display:block}@media (max-width: 768px){.lp-product-img{min-height:auto;flex-basis:auto;flex-grow:0}}.lp-product-btn{display:inline-block;padding:10px 16px;background:#0d1117;color:#fff!important;border-radius:8px;font-size:14px;transition:.2s ease;margin-top:auto;align-self:flex-start;text-align:center;width:100%;pointer-events:none}.lp-product-card:hover .lp-product-btn,.lp-product-card:focus .lp-product-btn{background:#1a1f27;color:#fff!important}.lp-market{padding:56px 0;background:transparent}#market-structure{scroll-margin-top:88px}.lp-market-head{margin-bottom:22px}.lp-market-carousel{position:relative}.lp-market-viewport{overflow:hidden;border-radius:0;padding:0;background:transparent;position:relative}.lp-market-viewport:before,.lp-market-viewport:after{content:"";position:absolute;top:0;bottom:0;width:54px;pointer-events:none;z-index:2}.lp-market-viewport:before{left:0;background:linear-gradient(90deg,#fff,#fff0)}.lp-market-viewport:after{right:0;background:linear-gradient(270deg,#fff,#fff0)}.lp-market-track{display:flex;gap:18px;width:max-content;padding:8px 10px 12px;animation:lpMarketScroll 98s linear infinite;will-change:transform}.lp-market-carousel:hover .lp-market-track,.lp-market-carousel:active .lp-market-track{animation-play-state:paused}.lp-market-card{flex:0 0 auto;width:320px;height:255px;max-width:78vw;display:flex;flex-direction:column;justify-content:flex-start}.lp-market-body{display:flex;flex-direction:column;flex:1 1 auto}.lp-market-expl{font-size:14px;line-height:1.55;color:var(--text-primary);opacity:.88}.lp-market-benefit{margin-top:auto;padding-top:16px;font-size:14px;line-height:1.45;font-weight:600;color:var(--text-primary)}@media (max-width: 900px){.lp-market{padding:44px 0}.lp-market-card{width:300px;height:255px}}@media (max-width: 640px){.lp-market{padding:34px 0}.lp-market-card{width:280px;height:245px;max-width:84vw}.lp-market-viewport{border-radius:0}}@media (max-width: 768px){.lp-market-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:8px}.lp-market-track{animation:none!important;transform:none!important;width:max-content}.lp-market-card{scroll-snap-align:start}.lp-market-viewport:before,.lp-market-viewport:after{display:none}}@keyframes lpMarketScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-gateway{background:#fff;padding-top:96px;padding-bottom:96px}@media (max-width: 960px){.lp-gateway{padding-top:72px;padding-bottom:72px}}@media (max-width: 640px){.lp-gateway{padding-top:56px;padding-bottom:56px}}.lp-gateway__inner{width:100%;max-width:1320px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.lp-gateway__inner{max-width:100%}}@media (max-width: 960px){.lp-gateway__inner{padding:0 20px}}@media (max-width: 640px){.lp-gateway__inner{padding:0 16px}}.lp-gateway-btn{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;padding:30px 48px;background:#0d1117;color:#fff;font-size:26px;font-weight:600;letter-spacing:-.01em;text-align:center;border-radius:14px;border:none;box-shadow:0 12px 32px #00000040,inset 0 1px #ffffff0f;transition:transform .32s ease,box-shadow .32s ease}.lp-gateway-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.12) 45%,rgba(255,255,255,.22) 50%,rgba(255,255,255,.12) 55%,transparent 80%);transform:translate(-120%);transition:transform .6s ease}.lp-gateway-btn:hover{transform:translateY(-2px);box-shadow:0 18px 48px #00000059,inset 0 1px #ffffff1a}.lp-gateway-btn:hover:after{transform:translate(120%)}.lp-gateway-btn:active{transform:translateY(0);box-shadow:0 10px 26px #0000004d,inset 0 1px #ffffff14}@media (max-width: 960px){.lp-gateway-btn{font-size:22px;padding:26px 36px}}@media (max-width: 640px){.lp-gateway-btn{font-size:18px;padding:22px 24px;border-radius:12px}}.lp-faq{background:#fff;padding-top:96px;padding-bottom:96px}@media (max-width: 960px){.lp-faq{padding-top:72px;padding-bottom:72px}}@media (max-width: 640px){.lp-faq{padding-top:56px;padding-bottom:56px}}.lp-faq__container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.lp-faq__container{max-width:100%}}@media (max-width: 960px){.lp-faq__container{padding:0 20px}}@media (max-width: 640px){.lp-faq__container{padding:0 16px}}.lp-faq__title{font-size:clamp(28px,4vw,36px);font-weight:600;color:#222;margin-bottom:48px}@media (max-width: 640px){.lp-faq__title{font-size:24px;margin-bottom:32px}}.lp-faq__list{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.lp-faq__item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;transition:background-color .2s ease,border-color .2s ease}.lp-faq__item:hover{background:#fafafa;border-color:#0000001f}.lp-faq__item--hidden{display:none}.lp-faq__container[data-faq-expanded=true] .lp-faq__item--hidden{display:block}.lp-faq__question{width:100%;padding:20px 24px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:color .2s ease}.lp-faq__question:after{content:"›";font-size:20px;font-weight:600;color:#0000008c;flex-shrink:0;transition:transform .2s ease,color .2s ease}.lp-faq__question:hover{color:#000}.lp-faq__question:hover:after{color:#222}.lp-faq__item[data-open=true] .lp-faq__question:after{transform:rotate(90deg);color:#000000bf}.lp-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 24px}.lp-faq__answer p{margin:0;font-size:14px;line-height:1.6;color:#0000009e;padding-bottom:0}.lp-faq__item[data-open=true] .lp-faq__answer{max-height:500px;padding:0 24px 20px}.lp-faq__show-all{display:inline-block;padding:12px 24px;background:transparent;color:#222;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.lp-faq__show-all:hover{background:#fafafa;border-color:#0000002e;color:#000}.lp-faq__show-all:active{background:#f5f5f5}.lp-faq__show-all[data-faq-all-shown=true]{display:none}@media (max-width: 640px){.lp-faq__question{font-size:15px;padding:18px 20px}.lp-faq__answer{padding:0 20px}.lp-faq__answer p{font-size:14px;line-height:1.5}.lp-faq__item[data-open=true] .lp-faq__answer{padding:0 20px 18px}.lp-faq__show-all{padding:11px 20px;font-size:13px}}.lp-footer{background:#111;color:#fff!important;padding-top:48px;padding-bottom:48px;border-top:1px solid rgba(255,255,255,.08)}.lp-footer p,.lp-footer span,.lp-footer div,.lp-footer small,.lp-footer label{color:#fff!important}@media (max-width: 960px){.lp-footer{padding-top:40px;padding-bottom:40px}}@media (max-width: 640px){.lp-footer{padding-top:32px;padding-bottom:32px}}.lp-footer-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media (max-width: 960px){.lp-footer-inner{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width: 768px){.lp-footer-inner{grid-template-columns:1fr;gap:24px}}@media (max-width: 640px){.lp-footer-inner{gap:20px}}.lp-footer-col h4{font-size:14px;font-weight:600;margin-bottom:12px;color:#fff;letter-spacing:.02em;text-transform:uppercase}@media (max-width: 640px){.lp-footer-col h4{font-size:13px;margin-bottom:10px}}.lp-footer-col a{display:block;color:#ffffffd9;text-decoration:none;font-size:14px;line-height:1.5;margin-bottom:6px;transition:color .15s ease;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.lp-footer-col a:hover{color:#fff}@media (max-width: 640px){.lp-footer-col a{font-size:13px;margin-bottom:5px}}.lp-footer-col p{font-size:14px;line-height:1.5;color:#fff!important;margin-bottom:8px;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width: 640px){.lp-footer-col p{font-size:13px;margin-bottom:6px}}.lp-footer-col--brand .lp-footer-logo{margin-bottom:12px}.lp-footer-col--brand .lp-footer-logo-link{display:inline-block;line-height:0}.lp-footer-col--brand .lp-footer-logo img{height:120px;width:auto;max-width:200px;opacity:1}.lp-footer-col--brand .lp-footer-brand-text{font-size:14px;line-height:1.5;color:#fff!important;margin-bottom:8px;font-weight:500}.lp-footer-col--brand .lp-footer-brand-note{font-size:12px;line-height:1.5;color:#ffffffb3!important;margin-top:8px;margin-bottom:0}@media (max-width: 640px){.lp-footer-col--brand .lp-footer-logo img{height:80px;max-width:150px}.lp-footer-col--brand .lp-footer-brand-text{font-size:13px;color:#fff!important}.lp-footer-col--brand .lp-footer-brand-note{font-size:11px;color:#ffffffb3!important}}.lp-footer-legal-text{font-size:13px;line-height:1.5;color:#ffffffb3!important;margin-bottom:10px}.lp-footer-copyright{font-size:12px;line-height:1.5;color:#ffffffb3!important;margin-top:16px;margin-bottom:0}@media (max-width: 640px){.lp-footer-legal-text{font-size:12px;margin-bottom:8px}.lp-footer-copyright{font-size:11px;margin-top:12px}}.howitworks{padding-top:110px;padding-bottom:110px;background:#fafafa}@media (max-width: 960px){.howitworks{padding-top:83px;padding-bottom:83px}}@media (max-width: 640px){.howitworks{padding-top:64px;padding-bottom:64px}}.howitworks__inner{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.howitworks__inner{max-width:100%}}@media (max-width: 960px){.howitworks__inner{padding:0 20px}}@media (max-width: 640px){.howitworks__inner{padding:0 16px}}.howitworks__title{font-size:clamp(24px,5vw,34px);font-weight:600;text-align:center;margin-bottom:clamp(40px,7vw,60px);color:#222}@media (max-width: 640px){.howitworks__title{font-size:24px;margin-bottom:40px}}.howitworks__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,4vw,30px)}@media (max-width: 960px){.howitworks__steps{grid-template-columns:repeat(2,1fr);gap:28px}}@media (max-width: 768px){.howitworks__steps{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.howitworks__steps::-webkit-scrollbar{display:none}.howitworks__step{flex:0 0 78%;max-width:78%;scroll-snap-align:start;text-align:left;display:flex;flex-direction:column;background:#fff;border-radius:12px;padding:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;box-sizing:border-box}.howitworks__step img{width:100%;height:auto;display:block;margin-bottom:16px;border-radius:8px}.howitworks__text{flex:1;min-width:0}.howitworks__text h3{font-size:17px;margin-bottom:8px;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.howitworks__text p{font-size:14px;line-height:1.5;color:#555;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}}@media (max-width: 640px){.howitworks__steps{gap:12px}.howitworks__step{padding:16px}.howitworks__text h3{font-size:16px}.howitworks__text p{font-size:13px}}.howitworks__step{text-align:center}.howitworks__text{margin-top:1.25rem}@media (max-width: 640px){.howitworks__text{margin-top:1rem}}.howitworks__step img{border-radius:14px;display:block;width:100%;max-width:100%;height:auto;box-shadow:0 6px 18px #0000000f}.howitworks__step-number{width:48px;height:48px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:var(--brand-green);color:#fff;border-radius:50%;font-size:20px;font-weight:700}@media (max-width: 640px){.howitworks__step-number{width:40px;height:40px;font-size:18px;margin-bottom:12px}}.howitworks__step-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#222}@media (max-width: 640px){.howitworks__step-title{font-size:16px}}.howitworks__step-desc{font-size:15px;line-height:1.5;color:#555}@media (max-width: 640px){.howitworks__step-desc{font-size:14px}}.lp-glass-cta-section{padding-top:64px;padding-bottom:64px;background:#fafafa}@media (max-width: 768px){.lp-glass-cta-section{padding-top:48px;padding-bottom:48px}}@media (max-width: 640px){.lp-glass-cta-section{padding-top:40px;padding-bottom:40px}}.lp-glass-cta-inner{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}@media (max-width: 960px){.lp-glass-cta-inner{padding:0 20px}}@media (max-width: 768px){.lp-glass-cta-inner{max-width:100%}}@media (max-width: 640px){.lp-glass-cta-inner{padding:0 16px}}.lp-glass-cta{display:flex;flex-direction:column;align-items:stretch;padding:52px 48px 48px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer}@media (max-width: 768px){.lp-glass-cta{padding:44px 28px 40px}}@media (max-width: 640px){.lp-glass-cta{padding:36px 20px 32px}}.lp-glass-cta__text{margin-bottom:32px;text-align:left}@media (max-width: 640px){.lp-glass-cta__text{margin-bottom:26px}}.lp-glass-cta__title{font-size:26px;font-weight:700;line-height:1.28;color:#1a1a1a;margin:0 0 14px;letter-spacing:-.02em}@media (max-width: 768px){.lp-glass-cta__title{font-size:24px}}@media (max-width: 640px){.lp-glass-cta__title{font-size:22px;margin-bottom:8px}}.lp-glass-cta__sub{font-size:15px;line-height:1.55;color:#0009;margin:0}@media (max-width: 640px){.lp-glass-cta__sub{font-size:14px}}.lp-glass-cta__action{display:flex;flex-direction:column;align-items:stretch;gap:10px}.lp-glass-cta__micro{font-size:11px;color:#0000006b;line-height:1.4;text-align:left}.lp-metrics{background:#fff;padding-top:24px;padding-bottom:24px}.lp-metrics__inner{max-width:1320px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.lp-metrics__inner{max-width:100%}}.lp-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}@media (max-width: 960px){.lp-metrics-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.lp-metrics{padding-top:16px;padding-bottom:16px}.lp-metrics-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.lp-metrics-grid::-webkit-scrollbar{display:none}.lp-metric{flex:0 0 78%;max-width:78%;scroll-snap-align:start;padding:8px 12px;text-align:center;align-items:center}.lp-metric__value{font-size:20px;margin-bottom:2px;text-align:center}.lp-metric__label{font-size:11px;text-align:center;line-height:1.2}}@media (max-width: 640px){.lp-metrics-grid{grid-template-columns:1fr;gap:16px}}.lp-metric{padding:8px 6px;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.lp-metric__value{font-size:32px;font-weight:700;color:#222;margin-bottom:4px;line-height:1.15;text-align:right;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-metric__label{font-size:14px;opacity:.65;line-height:1.3;text-align:right;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow:hidden;text-overflow:ellipsis}.demo-calculation{padding:80px 20px;background:transparent}.demo-calculation__container{max-width:1280px;margin:0 auto;padding:48px 32px;background:#fafafa;border-radius:18px;box-shadow:0 4px 20px #0000000f}.demo-calculation__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:16px;color:var(--color-text-primary, #1a1a1a)}.demo-calculation__subtitle{font-size:1.125rem;text-align:center;margin-bottom:40px;color:var(--color-text-secondary, #666);max-width:800px;margin-left:auto;margin-right:auto}.demo-calculation__subtitle strong{font-weight:600;color:var(--color-text-primary, #1a1a1a)}.demo-calculation__controls{display:flex;gap:16px;align-items:center;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.demo-calculation__city-field{flex:0 0 auto;min-width:280px}.demo-calculation__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;overflow-x:auto;padding-bottom:16px;scrollbar-width:none;-ms-overflow-style:none}.demo-calculation__cards::-webkit-scrollbar{display:none}.demo-calculation__cards .card{display:flex;flex-direction:column;height:100%;box-sizing:border-box;min-width:0}.demo-calculation__cards .card-footer{margin-top:auto}.demo-calculation__cards .card-order-btn{white-space:nowrap;width:100%;text-align:center}@media (max-width: 1280px){.demo-calculation__cards{grid-template-columns:repeat(4,minmax(280px,1fr));scroll-snap-type:x mandatory}.demo-calculation__cards .card{scroll-snap-align:start}}@media (max-width: 900px){.demo-calculation__cards{grid-template-columns:repeat(2,1fr);gap:20px;scroll-snap-type:none}}@media (max-width: 480px){.demo-calculation__cards{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:12px;padding:0 4px 16px;margin-bottom:32px}.demo-calculation__cards .card{min-height:180px;padding:12px;scroll-snap-align:none;font-size:70%}.demo-calculation__cards .card-header,.demo-calculation__cards .card-prices{min-width:0;overflow:hidden}.demo-calculation__cards .card-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1em}.demo-calculation__cards .card-prices .price-row,.demo-calculation__cards .card-prices .demo-extra-row,.demo-calculation__cards .card-prices .demo-total-row{font-size:1em}.demo-calculation__cards .card-order-btn{white-space:nowrap;padding:8px 6px;font-size:1em!important;min-height:36px}.demo-calculation__cards .card-order-btn:before{content:none!important;display:none!important}.demo-calculation__cards .card:nth-child(n+7){display:none!important}}@media (min-width: 481px){.demo-calculation__cards .card:nth-child(n+7){display:flex!important}}.demo-extra-row{font-size:.95rem;color:var(--color-text-secondary, #666)}.demo-total-row{font-weight:600;color:var(--color-text-primary, #1a1a1a);border-top:1px solid rgba(0,0,0,.1);padding-top:8px;margin-top:8px}.demo-loader{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:demo-spin .6s linear infinite;margin-left:8px;vertical-align:middle}@keyframes demo-spin{to{transform:rotate(360deg)}}.demo-calculation__cta,.demo-calculation__error{text-align:center;padding:32px;background:var(--color-bg-secondary, #f9f9f9);border-radius:12px;margin-top:40px}.demo-calculation__cta p,.demo-calculation__error p{font-size:1.125rem;margin-bottom:20px;color:var(--color-text-secondary, #666)}.demo-calculation__error{background:#fff3f3;border:1px solid #ffcccc}.demo-calculation__error p{color:#c00}@media (max-width: 768px){.demo-calculation{padding:60px 16px}.demo-calculation__container{padding:32px 20px;border-radius:16px}.demo-calculation__title{font-size:2rem}.demo-calculation__subtitle{font-size:1rem}.demo-calculation__controls{flex-direction:column;gap:12px}.demo-calculation__city-field{width:100%;min-width:auto}}@media (max-width: 480px){.demo-calculation{padding:40px 12px}.demo-calculation__container{padding:24px 16px;border-radius:14px}.demo-calculation__title{font-size:1.5rem}.demo-calculation__subtitle{font-size:.9375rem;margin-bottom:24px}.demo-calculation__controls{margin-bottom:24px}}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero{padding:100px 0 80px;background:linear-gradient(135deg,#f8f9fa,#fff)}.about-hero__title{font-size:3rem;font-weight:700;margin-bottom:32px;text-align:center;color:var(--color-text-primary, #1a1a1a)}.about-hero__intro{max-width:900px;margin:0 auto;font-size:1.125rem;line-height:1.7;color:var(--color-text-secondary, #444)}.about-hero__intro p{margin-bottom:16px}.about-hero__intro p:last-child{margin-bottom:0}.about-section{padding:80px 0;border-bottom:1px solid #e5e5e5}.about-section--last{border-bottom:none}.about-section__title{font-size:2.25rem;font-weight:700;margin-bottom:24px;text-align:center;color:var(--color-text-primary, #1a1a1a)}.about-section__subtitle{font-size:1.125rem;margin-bottom:40px;text-align:center;color:var(--color-text-secondary, #666)}.about-card{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:40px;box-shadow:0 2px 12px #0000000a}.about-card p{font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary, #444);margin-bottom:16px}.about-card p:last-child{margin-bottom:0}.about-card--compact{padding:24px;text-align:center}.about-card--compact p{margin-bottom:0;font-weight:500}.about-card__number{font-size:2.5rem;font-weight:700;color:var(--color-primary, #2563eb);margin-bottom:16px}.about-card__title{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--color-text-primary, #1a1a1a)}.about-card__note{margin-top:24px;margin-bottom:12px;font-weight:500}.about-card__footer{margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e5;font-size:.9375rem;color:var(--color-text-secondary, #666)}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.about-grid--four{grid-template-columns:repeat(4,1fr)}.about-steps{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto}.about-step{display:flex;align-items:center;gap:24px;padding:24px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 2px 8px #00000008}.about-step__number{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;background:var(--color-primary, #2563eb);border-radius:50%}.about-step__content{font-size:1.0625rem;line-height:1.6;color:var(--color-text-primary, #1a1a1a)}.about-list{list-style:none;padding:0;margin:16px 0}.about-list li{position:relative;padding-left:28px;margin-bottom:12px;font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary, #444)}.about-list li:before{content:"•";position:absolute;left:8px;color:var(--color-primary, #2563eb);font-weight:700}.about-list li:last-child{margin-bottom:0}.about-list--secondary li{color:var(--color-text-secondary, #666);font-size:1rem}.about-list--principles li{margin-bottom:16px}.about-list--principles li strong{font-weight:600;color:var(--color-text-primary, #1a1a1a)}.about-callout{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:18px;padding:40px}.about-callout__title{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:var(--color-text-primary, #1a1a1a)}@media (max-width: 1024px){.about-grid,.about-grid--four{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-hero{padding:80px 0 60px}.about-hero__title{font-size:2.25rem}.about-hero__intro{font-size:1rem}.about-section{padding:60px 0}.about-section__title{font-size:1.875rem}.about-section__subtitle{font-size:1rem}.about-card,.about-callout{padding:28px}.about-grid{grid-template-columns:1fr;gap:16px}.about-grid--four{grid-template-columns:1fr}.about-step{flex-direction:column;align-items:flex-start;gap:16px}.about-list li{font-size:1rem}}@media (max-width: 640px){.page-wrapper{padding:24px 16px}.section{margin-bottom:32px}#cards-container{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.top-bar{display:flex!important}.top-bar{padding:10px 16px;gap:6px}.top-bar .topbar-field{width:auto;flex:0 0 auto}.top-bar .topbar-input,.top-bar .topbar-select{width:100%;padding:0 10px;font-size:13px;height:36px;min-height:36px}.top-bar .topbar-btn,.top-bar .topbar-main-btn{width:auto;flex:0 0 auto;justify-content:center;padding:0 12px;height:36px;min-height:36px;font-size:13px}}@media (max-width: 360px){#cards-container{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 320px){.howitworks__step,.lp-product-card{min-width:0!important;max-width:100vw!important;width:100vw!important;padding:12px!important}.howitworks__text h3,.howitworks__text p,.lp-product-card h3,.lp-product-card p{word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important}}@media (max-width: 375px){.lp-metric__value{font-size:24px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.lp-metric__label{font-size:11px!important;line-height:1.3!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.hero-v2__metrics .lp-metric__value{font-size:16px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.hero-v2__metrics .lp-metric__label{font-size:9px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.hero-v2__metrics{gap:4px!important;padding:8px 0!important}.lp-metric{padding:4px 2px!important;min-width:0!important;max-width:25%!important;flex:0 0 auto!important}.howitworks__step{min-width:0!important;max-width:100vw!important;width:92vw!important;padding:16px!important}.howitworks__text h3{font-size:15px!important;line-height:1.3!important}.howitworks__text p{font-size:13px!important;line-height:1.4!important}.howitworks__text{overflow:visible!important;min-width:0!important}.howitworks__steps{gap:12px!important;padding:0 12px!important}.howitworks__title{font-size:20px!important;margin-bottom:32px!important;line-height:1.3!important}.lp-product-card{min-width:0!important;max-width:100vw!important;width:92vw!important;padding:16px!important;overflow:visible!important}.lp-products-grid{overflow-x:visible!important;overflow-y:visible!important}.lp-product-img{min-height:0!important;flex-basis:0!important;aspect-ratio:4/3!important;height:auto!important;flex-shrink:1!important}.lp-product-card h3{font-size:16px!important;line-height:1.3!important;margin:12px 0 6px!important}.lp-product-card p{font-size:12px!important;line-height:1.4!important;margin-bottom:12px!important}.lp-product-card{overflow:visible!important}.lp-products-grid{gap:10px!important;padding:0 10px!important}.lp-products .lp-section-title{font-size:22px!important;margin-bottom:24px!important;line-height:1.3!important}.lp-market-card{width:260px;max-width:88vw}.lp-faq__title{font-size:20px!important;margin-bottom:24px!important;line-height:1.3!important}.lp-faq__question{font-size:13px!important;padding:12px 0!important;line-height:1.4!important}.lp-faq__answer p{font-size:12px!important;line-height:1.4!important}.lp-faq__item[data-open=true] .lp-faq__answer{max-height:400px!important;padding:0 0 12px!important}.hero-v2__content h1{font-size:22px!important;line-height:1.3!important;margin-bottom:10px!important}.hero-v2__content p{font-size:14px!important;line-height:1.4!important;margin-bottom:12px!important}.hero-v2__cta{padding:12px 20px!important;font-size:14px!important}.lp-section-title{font-size:20px!important;line-height:1.3!important;margin-bottom:20px!important;padding:0 4px!important}.lp-container,.lp-footer-inner,.lp-header-inner,.hero-v2__container,.howitworks__inner,.lp-faq__container{padding:0 12px!important}.lp-container,.lp-footer-inner,.lp-header-inner{overflow-x:visible!important}.lp-footer-col h4{font-size:14px!important;margin-bottom:8px!important}.lp-footer-col a,.lp-footer-col p{font-size:12px!important;margin-bottom:4px!important}.lp-footer-inner{gap:16px!important}.lp-gateway-btn{font-size:16px!important;padding:18px 20px!important}}
