*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f7;--card:#ffffffb8;--text:#111;--muted:#6e6e73;--border:#0000000f;--shadow:0 10px 30px #0000000a;--shadow-hover:0 25px 70px #0000001a}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;position:relative;overflow-x:clip}body:before{content:"";z-index:-2;background:radial-gradient(circle at 0 0,#fffffff2,#0000 30%),radial-gradient(circle at 100% 100%,#00000008,#0000 30%);position:fixed;inset:0}a{color:inherit;text-decoration:none}.link{color:#111827;border-bottom:1px solid #11182733;text-decoration:none;transition:all .2s}.link:hover{color:#000;border-bottom-color:#11182799}button{font-family:Inter,sans-serif}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 28px}.bg-blur{filter:blur(120px);z-index:-1;opacity:.45;border-radius:50%;position:fixed}.blur-1{background:#dbeafe;width:500px;height:500px;top:-200px;left:-100px}.blur-2{background:#f5d0fe;width:500px;height:500px;bottom:-200px;right:-100px}header{z-index:1000;padding:16px 0;position:sticky;top:0}.navbar{-webkit-backdrop-filter:blur(24px);background:#ffffffbf;border:1px solid #ffffffb3;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;height:72px;padding:0 20px;display:flex;box-shadow:0 8px 30px #0000000d}.logo{color:#111;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.logo img{width:64px;display:block}.logo span{letter-spacing:-.03em;font-size:22px;font-weight:800}nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.nav-item{position:relative}.nav-item>a,nav>a{color:#444;border-radius:999px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:15px;font-weight:500;transition:background .25s,color .25s,transform .25s;display:flex}.nav-item>a:hover,nav>a:hover{color:#111;background:#0000000d}.nav-item>a:active,nav>a:active{transform:scale(.97)}.dropdown{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #fffc;border-radius:28px;width:700px;padding:18px;transition:all .25s;position:absolute;top:calc(100% + 14px);left:0;transform:translateY(12px)scale(.98);box-shadow:0 20px 60px #0000001f}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.dropdown-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dropdown-card{border-radius:20px;gap:16px;padding:16px;transition:all .25s;display:flex}.dropdown-card:hover{background:#0000000a}.dropdown-icon{background:linear-gradient(#fff,#f2f2f4);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.dropdown-icon img{width:30px;display:block}.dropdown-card h4{color:#111;margin-bottom:4px;font-size:16px;font-weight:700}.dropdown-card p{color:#6e6e73;font-size:13px;line-height:1.5}.small-dropdown{width:280px}.dropdown-links{flex-direction:column;gap:4px;display:flex}.dropdown-links a{color:#444;border-radius:14px;align-items:center;height:46px;padding:0 14px;font-size:14px;transition:all .25s;display:flex}.dropdown-links a:hover{color:#111;background:#0000000d}.nav-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-actions .btn-light{color:#111;background:#0000000d;border:none;border-radius:999px;height:42px;padding:0 18px;font-weight:600;transition:all .25s}.nav-actions .btn-light:hover{background:#00000014}.nav-actions .btn-dark{color:#fff;background:#111;border:none;border-radius:999px;height:42px;padding:0 20px;font-weight:600;transition:all .25s}.nav-actions .btn-dark:hover{background:#222}.burger-btn{background:#0000000d;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;display:none}@media (width<=768px){header{padding-top:12px}.navbar{border-radius:22px;height:72px;padding:0 16px}nav{display:none}.nav-actions{gap:8px}.nav-actions .btn:first-child{display:none}.nav-actions .btn{height:42px;padding:0 16px;font-size:14px}}.btn{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;height:52px;padding:0 24px;font-size:15px;font-weight:600;transition:all .25s;display:flex}.btn:hover{transform:translateY(-2px)}.btn-dark{color:#fff;background:#111;box-shadow:0 10px 30px #0000001f}.btn-light{background:#ffffffbf;border:1px solid #0000000d}.hero{padding:70px 0 40px}.hero-wrapper{grid-template-columns:1fr 400px;gap:28px;display:grid}.hero-left{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(#ffffffd6,#ffffffb3);border:1px solid #fffc;border-radius:42px;padding:70px;box-shadow:0 30px 80px #00000014}.hero-badge{background:#fff;border:1px solid #0000000d;border-radius:999px;width:fit-content;margin-bottom:30px;padding:12px 18px;font-size:13px;font-weight:600}.hero h1{letter-spacing:-2px;max-width:700px;margin-bottom:24px;font-size:clamp(62px,4vw,110px);line-height:.9}.hero p{max-width:520px;color:var(--muted);margin-bottom:36px;font-size:20px;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:14px;display:flex}.hero-right{flex-direction:column;gap:28px;display:flex}.hero-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px}.hero-search-card{padding:32px}.hero-card-label{letter-spacing:1px;color:#888;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700}.hero-search-card h3{letter-spacing:-3px;margin-bottom:24px;font-size:38px;line-height:1}.search-box{background:#f5f5f7;border:1px solid #0000000a;border-radius:18px;align-items:center;height:64px;margin-bottom:18px;padding:0 18px;display:flex}.search-box input{background:0 0;border:none;outline:none;width:100%;height:100%;font-size:16px}.hero-mini-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.hero-mini-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;padding:28px}.mini-number{letter-spacing:-2px;margin-bottom:10px;font-size:42px;font-weight:800}.hero-mini-card p{color:var(--muted);margin:0;line-height:1.7}.section{padding:90px 0}.section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:42px;display:flex}.section-label{-webkit-backdrop-filter:blur(10px);letter-spacing:.2px;background:#ffffffbf;border:1px solid #0000000f;border-radius:999px;justify-content:center;align-items:center;width:fit-content;height:38px;margin-bottom:24px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #0000000a}.section-head h2{letter-spacing:-2px;font-size:72px;line-height:.95}.section-head p{max-width:420px;color:var(--muted);line-height:1.8}.categories-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.category-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:34px;transition:all .3s}.category-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.category-image{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;height:170px;margin-bottom:24px}.category-card h3{margin-bottom:14px;font-size:28px;line-height:1.1}.category-card p{color:var(--muted);line-height:1.8}.products-grid{grid-template-columns:1.4fr .7fr;gap:28px;display:grid}.product-column{flex-direction:column;gap:28px;display:flex}.product-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;transition:all .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.product-image{background:linear-gradient(145deg,#fff,#eceef2)}.product-big .product-image{height:620px}.small-image{height:220px}.product-content{padding:30px}.product-brand{letter-spacing:1px;color:#888;margin-bottom:14px;font-size:13px;font-weight:700}.product-name{letter-spacing:-1px;color:#111;margin-bottom:25px;font-size:28px;font-weight:400;line-height:1.15;display:block}.product-card h3{margin-bottom:16px;font-size:32px;line-height:1.1}.product-card p{color:var(--muted);margin-bottom:28px;line-height:1.8}.product-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.price{letter-spacing:-2px;font-size:30px;font-weight:800}.blog-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.blog-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;transition:all .3s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.blog-image{background:linear-gradient(145deg,#fff,#eceef2);height:240px}.blog-content{padding:30px}.blog-date{color:#888;margin-bottom:14px;font-size:13px;font-weight:700}.blog-card h3{margin-bottom:16px;font-size:30px;line-height:1.15}.blog-card p{color:var(--muted);line-height:1.8}.cta-section{padding-bottom:90px}.cta-card{text-align:center;background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:40px;margin:0 auto;padding:70px;box-shadow:0 30px 80px #00000014}.cta-card h2{letter-spacing:-4px;margin:18px 0 20px;font-size:64px;line-height:.95}.cta-card p{max-width:560px;color:var(--muted);margin:0 auto 36px;font-size:20px;line-height:1.7}.cta-actions{flex-direction:column;align-items:center;gap:14px;display:flex}.cta-actions span{color:#888;font-size:14px}footer{padding-bottom:40px}.footer{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;overflow:hidden;box-shadow:0 30px 80px #00000014}.footer-top{grid-template-columns:380px 1fr;gap:80px;padding:50px;display:grid}.footer-brand p{color:var(--muted);max-width:300px;margin-top:24px;line-height:1.9}.footer-contacts{flex-direction:column;gap:14px;margin-top:30px;display:flex}.footer-contacts a{width:fit-content;font-size:16px;font-weight:600;transition:all .25s}.footer-contacts a:hover{opacity:.6}.footer-columns{grid-template-columns:repeat(3,1fr);gap:50px;display:grid}.footer-column{flex-direction:column;gap:14px;display:flex}.footer-column h3{margin-bottom:8px;font-size:18px}.footer-column a{color:var(--muted);line-height:1.7;transition:all .25s}.footer-column a:hover{color:#111}.footer-bottom{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:20px;height:82px;padding:0 50px;display:flex}.footer-copy{color:var(--muted);font-size:14px}.footer-links{align-items:center;gap:26px;display:flex}.footer-links a{color:var(--muted);font-size:14px;transition:all .25s}.footer-links a:hover{color:#111}@media (width<=1100px){.footer-top{grid-template-columns:1fr;gap:50px}}@media (width<=768px){footer{padding-bottom:20px}.footer{border-radius:30px}.footer-top{gap:40px;padding:30px 24px}.footer-columns{grid-template-columns:1fr;gap:34px}.footer-column{gap:12px}.footer-bottom{flex-direction:column;align-items:flex-start;height:auto;padding:24px}.footer-links{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=1200px){.hero-wrapper,.products-grid{grid-template-columns:1fr}.categories-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.hero-left{padding:50px}}@media (width<=768px){.container{padding:0 18px}header{padding-top:12px}.navbar{border-radius:22px;height:72px;padding:0 18px}nav,.nav-actions .btn:first-child{display:none}.btn{border-radius:16px;width:100%;height:50px;font-size:14px}.hero{padding:34px 0 10px}.hero-wrapper{grid-template-columns:1fr;gap:18px}.hero-left{border-radius:30px;padding:30px 24px}.hero h1{letter-spacing:-4px;margin-bottom:18px;font-size:48px;line-height:.95}.hero p{margin-bottom:24px;font-size:16px;line-height:1.8}.hero-buttons{flex-direction:column}.hero-card,.hero-mini-card{border-radius:28px}.hero-search-card{padding:24px}.hero-search-card h3{letter-spacing:-2px;font-size:30px}.hero-mini-grid{gap:18px}.mini-number{font-size:34px}.section{padding:50px 0}.section-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}.section-head h2{letter-spacing:-3px;font-size:42px;line-height:1}.section-head p{max-width:100%;font-size:16px}.categories-grid,.blog-grid{grid-template-columns:1fr}.product-column{gap:18px}.category-card,.product-card,.blog-card{border-radius:28px}.category-image,.product-big .product-image,.small-image,.blog-image{height:240px}.product-content,.blog-content{padding:24px}.product-card h3,.blog-card h3{font-size:26px}.product-bottom{flex-direction:column;align-items:flex-start}.cta-card{border-radius:30px;padding:42px 24px}.cta-card h2{letter-spacing:-3px;font-size:44px;line-height:1}.cta-card p{font-size:16px;line-height:1.8}.footer{border-radius:28px;flex-direction:column;align-items:flex-start;gap:14px;height:auto;padding:24px}}.modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;opacity:0;visibility:hidden;pointer-events:none;background:#00000059;transition:all .25s;position:fixed;inset:0}.modal-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.modal{z-index:2001;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;padding:20px;transition:all .25s;display:flex;position:fixed;inset:0;overflow-y:auto}.modal.active{opacity:1;visibility:visible;pointer-events:auto}.modal-content{will-change:transform, opacity;background:#fff;border:1px solid #0000000f;border-radius:38px;width:100%;max-width:460px;max-height:90vh;padding:38px;transition:all .3s;position:relative;overflow-y:auto;transform:translateY(20px)scale(.96);box-shadow:0 40px 100px #0000002e}.modal.active .modal-content{transform:translate(0,0)scale(1)}.modal-close{cursor:pointer;color:#666;background:#f5f5f7;border:none;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;transition:all .25s;display:flex;position:absolute;top:18px;right:18px}.modal-close:hover{color:#111;background:#eceef2}.modal-badge{background:#f5f5f7;border:1px solid #0000000d;border-radius:999px;width:fit-content;margin-bottom:24px;padding:10px 16px;font-size:13px;font-weight:600}.modal h2{letter-spacing:-3px;margin-bottom:16px;font-size:48px;line-height:.95}.modal-description{color:var(--muted);margin-bottom:30px;line-height:1.8}.modal-form{flex-direction:column;gap:18px;display:flex}.form-group input{background:#f5f5f7;border:1px solid #0000000d;border-radius:18px;outline:none;height:58px;padding:0 18px;font-size:15px;transition:all .25s}.form-group input:focus{background:#fff;border-color:#111}.modal-footer{text-align:center;color:var(--muted);margin-top:24px;font-size:14px}.modal-footer a{color:#111;font-weight:600}.auth-tabs{background:#f5f5f7;border-radius:18px;gap:8px;margin-top:28px;margin-bottom:32px;padding:8px;display:flex}.auth-tab{cursor:pointer;background:0 0;border:none;border-radius:14px;flex:1;height:48px;font-size:14px;font-weight:600;transition:all .25s}.auth-tab:hover{background:#ffffff80}.auth-tab.active{color:#111;background:#fff;box-shadow:0 4px 12px #0000000f}.auth-container{position:relative}.auth-form{animation:.25s authFade;display:none}.auth-form.active{display:block}@keyframes authFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.form-label-row label{font-size:14px;font-weight:600}.form-label-row a{color:#777;font-size:13px;font-weight:500;transition:all .25s}.form-label-row a:hover{color:#111}@media (width<=768px){.modal{padding:14px}.modal-content{border-radius:30px;max-height:95vh;padding:28px}.modal h2{letter-spacing:-2px;font-size:38px;line-height:1}.auth-tabs{margin-bottom:24px}}.cart-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2100;opacity:0;visibility:hidden;pointer-events:none;background:#00000059;transition:all .25s;position:fixed;inset:0}.cart-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.cart-sidebar{z-index:2101;background:#fff;border-left:1px solid #0000000f;flex-direction:column;width:100%;max-width:520px;height:100vh;transition:all .35s;display:flex;position:fixed;top:0;right:-520px;overflow:hidden;box-shadow:-20px 0 60px #0000001f}.cart-sidebar.active{right:0}.cart-header{border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;height:110px;padding:0 28px;display:flex}.cart-label{letter-spacing:1px;text-transform:uppercase;color:#888;margin-bottom:10px;font-size:12px;font-weight:700}.cart-header h2{letter-spacing:-2px;font-size:34px;line-height:1}.cart-close{cursor:pointer;color:#666;background:#f5f5f7;border:none;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;font-size:26px;transition:all .25s;display:flex}.cart-close:hover{color:#111;background:#eceef2}.cart-items{flex:1;padding:28px;overflow:auto}.cart-item{border-bottom:1px solid #0000000f;gap:18px;margin-bottom:24px;padding-bottom:24px;display:flex}.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-item-image{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;flex-shrink:0;width:110px;height:110px}.cart-item-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.cart-item-brand{letter-spacing:1px;color:#888;margin-bottom:10px;font-size:12px;font-weight:700}.cart-item h3{letter-spacing:-1px;margin-bottom:18px;font-size:22px;line-height:1.2}.cart-item-bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.cart-price{letter-spacing:-1px;font-size:22px;font-weight:800}.cart-qty{background:#f5f5f7;border-radius:14px;align-items:center;gap:14px;height:42px;padding:0 10px;display:flex}.cart-qty button{cursor:pointer;color:#555;background:0 0;border:none;width:24px;height:24px;font-size:18px}.cart-qty span{font-size:15px;font-weight:600}.cart-footer{background:#fff;border-top:1px solid #0000000f;flex-shrink:0;padding:28px}.cart-total{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.cart-total span{color:var(--muted);font-size:15px}.cart-total strong{letter-spacing:-2px;font-size:32px;line-height:1}@media (width<=768px){.cart-sidebar{max-width:100%}.cart-header{height:92px;padding:0 20px}.cart-header h2{font-size:28px}.cart-items,.cart-footer{padding:20px}.cart-item{gap:14px}.cart-item-image{border-radius:20px;width:88px;height:88px}.cart-item h3{font-size:18px}.cart-price{font-size:20px}.cart-total strong{font-size:28px}}.chat-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2200;opacity:0;visibility:hidden;pointer-events:none;background:#00000059;transition:all .25s;position:fixed;inset:0}.chat-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.chat-sidebar{z-index:2201;background:#fff;border-left:1px solid #0000000f;flex-direction:column;width:100%;max-width:520px;height:100vh;transition:all .35s;display:flex;position:fixed;top:0;right:-520px;overflow:hidden;box-shadow:-20px 0 60px #0000001f}.chat-sidebar.active{right:0}.chat-header{border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;height:110px;padding:0 28px;display:flex}.chat-label{letter-spacing:1px;text-transform:uppercase;color:#888;margin-bottom:10px;font-size:12px;font-weight:700}.chat-header h2{letter-spacing:-2px;font-size:32px;line-height:1}.chat-close{cursor:pointer;color:#666;background:#f5f5f7;border:none;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;font-size:26px;transition:all .25s;display:flex}.chat-close:hover{color:#111;background:#eceef2}.chat-messages{flex-direction:column;flex:1;gap:22px;padding:28px;display:flex;overflow:auto}.message{gap:14px;display:flex}.manager-message{align-self:flex-start}.user-message{align-self:flex-end}.message-avatar{color:#fff;background:#111;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex}.message-bubble{background:#f5f5f7;border-radius:22px;max-width:320px;padding:18px}.user-message .message-bubble{color:#fff;background:#111}.message-name{margin-bottom:8px;font-size:13px;font-weight:700}.message-bubble p{font-size:15px;line-height:1.7}.chat-footer{background:#fff;border-top:1px solid #0000000f;padding:22px}.chat-input{background:#f5f5f7;border-radius:18px;align-items:center;gap:12px;height:62px;padding:0 10px 0 18px;display:flex}.chat-input input{background:0 0;border:none;outline:none;flex:1;height:100%;font-size:15px}.chat-input button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;width:46px;height:46px;font-size:18px;transition:all .25s}.chat-input button:hover{transform:scale(1.05)}@media (width<=768px){.chat-sidebar{max-width:100%}.chat-header{height:92px;padding:0 20px}.chat-header h2{font-size:26px}.chat-messages,.chat-footer{padding:20px}.message-bubble{max-width:260px}}.article-hero-card{background:linear-gradient(#ffffffd6,#ffffffb3);border:1px solid #fffc;border-radius:42px;padding:70px;box-shadow:0 30px 80px #00000014}.article-label{background:#fff;border:1px solid #0000000d;border-radius:999px;width:fit-content;margin-bottom:28px;padding:12px 18px;font-size:13px;font-weight:600}.article-hero h1{letter-spacing:-7px;max-width:900px;margin-bottom:24px;font-size:clamp(56px,7vw,110px);line-height:.9}.article-hero p{max-width:700px;color:var(--muted);margin-bottom:34px;font-size:22px;line-height:1.8}.article-meta{flex-wrap:wrap;gap:20px;display:flex}.article-meta span{color:#555;background:#fff;border:1px solid #0000000d;border-radius:14px;align-items:center;height:42px;padding:0 16px;font-size:14px;display:flex}.article-section{padding:0 0 90px}.article-layout{grid-template-columns:280px 1fr;gap:30px;display:grid}.article-sidebar{height:fit-content;position:sticky;top:110px}.article-sidebar-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;flex-direction:column;gap:14px;padding:28px;display:flex}.article-sidebar-card a{color:var(--muted);transition:all .25s}.article-sidebar-card a:hover{color:#111}.article-content{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:50px;box-shadow:0 30px 80px #00000014}.article-cover{background:linear-gradient(145deg,#fff,#eceef2);border-radius:32px;height:420px;margin-bottom:40px}.article-content h2{letter-spacing:-3px;margin:60px 0 24px;font-size:48px;line-height:1}.article-content p{color:#444;margin-bottom:24px;font-size:18px;line-height:2}.article-content ul{margin-bottom:24px;padding-left:24px}.article-content li{color:#444;font-size:18px;line-height:2}.article-quote{background:#f5f5f7;border-radius:28px;margin:40px 0;padding:34px}.article-quote p{letter-spacing:-1px;color:#111;margin:0;font-size:28px;line-height:1.6}.article-banner{color:#fff;background:#111;border-radius:32px;justify-content:space-between;align-items:center;gap:20px;margin:50px 0;padding:38px;display:flex}.banner-label{letter-spacing:1px;opacity:.6;margin-bottom:12px;font-size:12px;font-weight:700}.article-banner h3{letter-spacing:-2px;font-size:42px;line-height:1}.article-banner .btn{color:#111;background:#fff}@media (width<=1100px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}@media (width<=768px){.article-hero{padding:34px 0 20px}.article-hero-card{border-radius:30px;padding:30px 24px}.article-hero h1{letter-spacing:-4px;font-size:48px;line-height:.95}.article-hero p{font-size:16px;line-height:1.8}.article-content{border-radius:30px;padding:26px}.article-cover{border-radius:24px;height:220px;margin-bottom:28px}.lead{font-size:22px!important;line-height:1.7!important}.article-content h2{letter-spacing:-2px;margin:42px 0 18px;font-size:34px}.article-content p,.article-content li{font-size:16px;line-height:1.9}.article-quote{border-radius:22px;padding:24px}.article-quote p{font-size:22px}.article-banner{border-radius:24px;flex-direction:column;align-items:flex-start;padding:26px}.article-banner h3{font-size:30px}}.catalog-hero{padding:70px 0 30px}.catalog-hero-card{background:linear-gradient(#ffffffd6,#ffffffb3);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:center;gap:40px;padding:60px;display:flex;box-shadow:0 30px 80px #00000014}.catalog-hero-content{max-width:760px}.catalog-hero h1{letter-spacing:-7px;margin-bottom:24px;font-size:clamp(56px,7vw,110px);line-height:.9}.catalog-hero p{max-width:580px;color:var(--muted);font-size:20px;line-height:1.8}.catalog-search{flex-direction:column;gap:14px;width:420px;display:flex}.search-input{background:#f5f5f7;border:1px solid #0000000a;border-radius:18px;align-items:center;height:64px;padding:0 18px;display:flex}.search-input input{background:0 0;border:none;outline:none;width:100%;height:100%;font-size:16px}.catalog-page{padding:0 0 90px}.catalog-layout{grid-template-columns:280px 1fr;gap:30px;display:grid}.catalog-sidebar{flex-direction:column;gap:24px;height:fit-content;display:flex;position:sticky;top:110px}.sidebar-card{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;padding:28px}.sidebar-title{margin-bottom:20px;font-size:20px;font-weight:700}.sidebar-links{flex-direction:column;gap:8px;display:flex}.sidebar-links a{height:46px;color:var(--muted);border-radius:14px;align-items:center;padding:0 16px;transition:all .25s;display:flex}.sidebar-links a:hover{color:#111;background:#f5f5f7}.sidebar-links .active{color:#fff;background:#111}.catalog-content{flex-direction:column;gap:28px;display:flex}.catalog-topbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.catalog-count{color:var(--muted);font-size:15px}.catalog-sort{flex-wrap:wrap;gap:10px;display:flex}.sort-btn{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:14px;height:42px;padding:0 16px;font-size:14px;transition:all .25s}.sort-btn:hover{background:#f5f5f7}.sort-btn.active{color:#fff;background:#111}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.catalog-product{box-shadow:var(--shadow);background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;transition:all .3s;overflow:hidden}.catalog-product:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.catalog-product-image{background:linear-gradient(145deg,#fff,#eceef2);height:260px}.catalog-product-content{padding:28px}.catalog-product h3{letter-spacing:-1px;margin-bottom:14px;font-size:28px;line-height:1.15}.catalog-product p{color:var(--muted);margin-bottom:24px;line-height:1.8}.catalog-product-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}@media (width<=1200px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-hero-card{flex-direction:column;align-items:flex-start}.catalog-search{width:100%}}@media (width<=768px){.catalog-hero{padding:34px 0 20px}.catalog-hero-card{border-radius:30px;padding:30px 24px}.catalog-hero h1{letter-spacing:-4px;margin-bottom:18px;font-size:48px;line-height:.95}.catalog-hero p{font-size:16px;line-height:1.8}.catalog-layout{gap:20px}.sidebar-card{border-radius:28px;padding:22px}.catalog-topbar{flex-direction:column;align-items:flex-start}.catalog-grid{grid-template-columns:1fr;gap:20px}.catalog-product{border-radius:28px}.catalog-product-image{height:220px}.catalog-product-content{padding:24px}.catalog-product h3{font-size:24px}.catalog-product-bottom{flex-direction:column;align-items:flex-start}}.product-page{padding:70px 0 40px}.product-layout{grid-template-columns:1fr 440px;align-items:start;gap:30px;display:grid}.product-left{flex-direction:column;gap:30px;display:flex}.product-gallery{flex-direction:column;gap:18px;display:flex}.product-main-image{background:linear-gradient(145deg,#fff,#eceef2);border-radius:42px;height:760px;box-shadow:0 30px 80px #00000014}.product-thumbs{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-thumb{cursor:pointer;background:linear-gradient(145deg,#fff,#eceef2);border:2px solid #0000;border-radius:24px;height:140px;transition:all .25s}.product-thumb:hover,.product-thumb.active{border-color:#111;transform:translateY(-2px)}.product-sidebar{position:sticky;top:110px}.product-info{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:38px;box-shadow:0 30px 80px #00000014}.product-label{letter-spacing:1px;color:#888;margin-bottom:18px;font-size:13px;font-weight:700}.product-info h1{letter-spacing:-4px;margin-bottom:20px;font-size:58px;line-height:.92}.product-subtitle{color:var(--muted);margin-bottom:34px;font-size:17px;line-height:1.8}.product-price{letter-spacing:-4px;margin-bottom:18px;font-size:58px;font-weight:900;line-height:1}.product-stock{color:#18a34a;background:#e8fff0;border-radius:14px;align-items:center;width:fit-content;height:42px;margin-bottom:34px;padding:0 18px;font-size:14px;font-weight:700;display:flex}.product-actions{flex-direction:column;gap:14px;margin-bottom:38px;display:flex}.mini-features{flex-direction:column;gap:14px;display:flex}.mini-feature{background:#f5f5f7;border-radius:22px;align-items:center;gap:16px;padding:18px;display:flex}.mini-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:18px;flex-shrink:0;width:52px;height:52px}.mini-feature h3{margin-bottom:6px;font-size:17px}.mini-feature p{color:var(--muted);font-size:14px}.product-content-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:50px;box-shadow:0 30px 80px #00000014}.product-content-card h2{letter-spacing:-4px;max-width:700px;margin-bottom:28px;font-size:64px;line-height:.95}.product-content-card p{color:#444;max-width:920px;margin-bottom:24px;font-size:18px;line-height:2}.product-note{background:#f5f5f7;border-radius:28px;margin-top:36px;padding:34px}.product-note p{letter-spacing:-1px;color:#111;margin:0;font-size:26px;line-height:1.6}.specs-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:40px;display:grid}.spec-card{background:#f5f5f7;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:120px;padding:24px;display:flex}.spec-card span{color:var(--muted);font-size:14px}.spec-card strong{letter-spacing:-1px;font-size:26px;line-height:1.2}.similar-section{padding:0 0 90px}.similar-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (width<=1200px){.product-layout{grid-template-columns:1fr}.product-sidebar{position:static}.similar-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.product-page{padding:34px 0 20px}.product-layout{gap:20px}.product-main-image{border-radius:30px;height:360px}.product-thumbs{gap:10px}.product-thumb{border-radius:18px;height:82px}.product-info{border-radius:30px;padding:28px 24px}.product-info h1{letter-spacing:-3px;font-size:42px;line-height:.95}.product-price{letter-spacing:-3px;font-size:42px}.product-content-card{border-radius:30px;padding:30px 24px}.product-content-card h2{letter-spacing:-3px;font-size:42px;line-height:1}.product-content-card p{font-size:16px;line-height:1.9}.product-note{border-radius:22px;padding:24px}.product-note p{font-size:22px}.specs-grid{grid-template-columns:1fr}.spec-card{border-radius:22px;gap:14px;min-height:auto}.similar-grid{grid-template-columns:1fr}}.features-strip-section{padding:0 0 40px}.features-strip{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.strip-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:34px;align-items:center;gap:20px;min-height:150px;padding:28px;transition:all .3s;display:flex;box-shadow:0 20px 60px #0000000f}.strip-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0000001a}.strip-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;flex-shrink:0;width:72px;height:72px}.strip-card h3{margin-bottom:8px;font-size:24px;line-height:1.1}.strip-card p{color:var(--muted);line-height:1.8}@media (width<=768px){.features-strip{grid-template-columns:1fr;gap:18px}.strip-card{border-radius:28px;min-height:auto;padding:24px}.strip-icon{border-radius:18px;width:58px;height:58px}.strip-card h3{font-size:20px}}.burger-btn{cursor:pointer;background:#f5f5f7;border:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:52px;height:52px;transition:all .25s;display:none}.burger-btn:hover{background:#eceef2}.burger-btn span{background:#111;border-radius:999px;width:20px;height:2px}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000;opacity:0;visibility:hidden;background:#00000059;transition:all .25s;position:fixed;inset:0}.mobile-menu{z-index:3001;background:#fff;flex-direction:column;width:100%;max-width:420px;height:100vh;transition:all .35s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-menu.active{transform:translate(0)}.mobile-menu-backdrop.active{opacity:1;visibility:visible}.mobile-menu-header{border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;height:92px;padding:0 20px;display:flex}.mobile-menu-close{cursor:pointer;color:#666;background:#f5f5f7;border:none;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;font-size:26px;transition:all .25s;display:flex}.mobile-menu-close:hover{color:#111;background:#eceef2}.mobile-menu-content{flex-direction:column;flex:1;gap:34px;padding:26px 20px;display:flex;overflow:auto}.mobile-menu-group{flex-direction:column;gap:10px;display:flex}.mobile-menu-label{letter-spacing:1px;text-transform:uppercase;color:#888;margin-bottom:10px;font-size:12px;font-weight:700}.mobile-menu-group a{background:#f5f5f7;border-radius:18px;align-items:center;min-height:58px;padding:0 20px;font-size:17px;font-weight:500;transition:all .25s;display:flex}.mobile-menu-group a:hover{background:#eceef2}.mobile-menu-actions{flex-direction:column;gap:12px;margin-top:auto;padding:20px;display:flex}@media (width<=768px){.burger-btn{display:flex}nav,.nav-actions{display:none}}.order-page{padding:70px 0 90px}.order-hero{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;padding:50px;display:flex;box-shadow:0 30px 80px #00000014}.order-hero h1{letter-spacing:-5px;margin:18px 0;font-size:72px;line-height:.92}.order-hero p{color:var(--muted);font-size:18px;line-height:1.9}.order-status{color:#d38b00;background:#fff4de;border-radius:18px;flex-shrink:0;align-items:center;height:52px;padding:0 22px;font-size:15px;font-weight:700;display:flex}.order-layout{grid-template-columns:1fr 420px;align-items:start;gap:30px;display:grid}.order-content{flex-direction:column;gap:30px;display:flex}.order-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:40px;box-shadow:0 30px 80px #00000014}.card-head{margin-bottom:34px}.card-head h2{letter-spacing:-3px;font-size:42px;line-height:1}.order-products{flex-direction:column;gap:24px;display:flex}.order-product{border-bottom:1px solid #0000000f;gap:20px;padding-bottom:24px;display:flex}.order-product:last-child{border-bottom:none;padding-bottom:0}.order-product-image{background:linear-gradient(145deg,#fff,#eceef2);border-radius:28px;flex-shrink:0;width:140px;height:140px}.order-product-content{flex:1}.order-product-content h3{letter-spacing:-1px;margin:10px 0 12px;font-size:28px;line-height:1.15}.order-product-content p{color:var(--muted);line-height:1.8}.order-product-side{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.order-qty{background:#f5f5f7;border-radius:14px;align-items:center;height:38px;padding:0 14px;font-size:14px;font-weight:700;display:flex}.info-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.info-item{background:#f5f5f7;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:110px;padding:24px;display:flex}.info-item span{color:var(--muted);font-size:14px}.info-item strong{letter-spacing:-1px;font-size:22px;line-height:1.3}.order-sidebar{position:sticky;top:110px}.order-summary{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:38px;box-shadow:0 30px 80px #00000014}.order-summary h2{letter-spacing:-4px;margin:18px 0 34px;font-size:64px;line-height:.92}.summary-list{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.summary-row{background:#f5f5f7;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 18px;display:flex}.summary-row span{color:var(--muted)}.summary-row strong{font-size:16px}.summary-total{border-top:1px solid #0000000f;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;padding-top:30px;display:flex}.summary-total span{color:var(--muted)}.summary-total strong{letter-spacing:-2px;font-size:36px;line-height:1}.w-full{width:100%}.order-summary .btn+.btn{margin-top:12px}@media (width<=1200px){.order-layout{grid-template-columns:1fr}.order-sidebar{position:static}}@media (width<=768px){.order-page{padding:34px 0 50px}.order-hero{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.order-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.order-hero p{font-size:16px;line-height:1.8}.order-card{border-radius:30px;padding:28px 24px}.card-head{margin-bottom:24px}.card-head h2{letter-spacing:-2px;font-size:32px}.order-product{flex-direction:column}.order-product-image{border-radius:24px;width:100%;height:240px}.order-product-content h3{font-size:24px}.order-product-side{flex-direction:row;align-items:center}.info-grid{grid-template-columns:1fr}.info-item{border-radius:22px;gap:16px;min-height:auto}.order-summary{border-radius:30px;padding:28px 24px}.order-summary h2{letter-spacing:-3px;font-size:46px}.summary-total{flex-direction:column;align-items:flex-start}}.contacts-hero{padding:70px 0 30px}.contacts-hero-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:flex-end;gap:30px;padding:60px;display:flex;box-shadow:0 30px 80px #00000014}.contacts-hero h1{letter-spacing:-6px;margin:18px 0 22px;font-size:clamp(60px,7vw,110px);line-height:.9}.contacts-hero p{max-width:640px;color:var(--muted);font-size:20px;line-height:1.9}.contacts-hero-badge{background:#fff;border:1px solid #0000000d;border-radius:18px;flex-shrink:0;align-items:center;gap:12px;height:56px;padding:0 22px;font-weight:600;display:flex}.online-dot{background:#18a34a;border-radius:999px;width:12px;height:12px}.contacts-page{padding:0 0 40px}.contacts-layout{grid-template-columns:1fr 420px;align-items:start;gap:30px;display:grid}.contacts-content{flex-direction:column;gap:30px;display:flex}.contacts-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.contact-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;flex-direction:column;min-height:260px;padding:34px;transition:all .3s;display:flex;box-shadow:0 20px 60px #0000000f}.contact-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0000001a}.contact-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:28px;display:flex}.contact-label{letter-spacing:1px;color:#888;margin-bottom:14px;font-size:13px;font-weight:700}.contact-card h3{letter-spacing:-2px;margin-bottom:14px;font-size:32px;line-height:1.1}.contact-card p{color:var(--muted);line-height:1.8}.map-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:50px;box-shadow:0 30px 80px #00000014}.map-card h2{letter-spacing:-4px;margin:18px 0 34px;font-size:64px;line-height:.92}.map-placeholder{background:linear-gradient(145deg,#fff,#eceef2);border-radius:32px;width:100%;height:420px;overflow:hidden}.map-placeholder iframe{border:0;width:100%!important;height:100%!important}.contacts-sidebar{position:sticky;top:110px}.contact-form-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:38px;box-shadow:0 30px 80px #00000014}.contact-form-card h2{letter-spacing:-4px;margin:18px 0 20px;font-size:54px;line-height:.92}.contact-form-card p{color:var(--muted);margin-bottom:34px;line-height:1.9}.contact-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:10px;display:flex}.form-group label{font-size:14px;font-weight:600}.form-group input,.form-group textarea{background:#f5f5f7;border:1px solid #0000000d;border-radius:18px;outline:none;width:100%;padding:0 18px;font-size:15px;transition:all .25s}.form-group input{height:58px}.form-group textarea{resize:none;height:140px;padding-top:18px}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#111}.faq-section{padding:0 0 90px}.faq-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:50px;box-shadow:0 30px 80px #00000014}.faq-card h2{letter-spacing:-5px;margin:18px 0 40px;font-size:72px;line-height:.92}.faq-list{flex-direction:column;gap:20px;display:flex}.faq-item{background:#f5f5f7;border-radius:28px;align-items:center;min-height:120px;padding:30px;display:flex}.faq-item h3{letter-spacing:-1px;margin-bottom:12px;font-size:28px;line-height:1.15}.faq-item p{color:var(--muted);line-height:1.8}@media (width<=1200px){.contacts-layout{grid-template-columns:1fr}.contacts-sidebar{position:static}}@media (width<=768px){.contacts-hero{padding:34px 0 20px}.contacts-hero-card{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.contacts-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.contacts-hero p{font-size:16px;line-height:1.8}.contacts-grid{grid-template-columns:1fr;gap:20px}.contact-card{border-radius:30px;min-height:auto;padding:28px}.contact-card h3{font-size:26px}.map-card{border-radius:30px;padding:30px 24px}.map-card h2{letter-spacing:-3px;font-size:42px;line-height:1}.map-placeholder{border-radius:24px;height:260px}.contact-form-card{border-radius:30px;padding:30px 24px}.contact-form-card h2{letter-spacing:-3px;font-size:42px;line-height:1}.faq-card{border-radius:30px;padding:30px 24px}.faq-card h2{letter-spacing:-3px;font-size:42px;line-height:1}.faq-item{border-radius:22px;min-height:auto;padding:24px}.faq-item h3{font-size:22px}}.blog-hero{padding:70px 0 30px}.blog-hero-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:center;gap:40px;padding:60px;display:flex;box-shadow:0 30px 80px #00000014}.blog-hero-content{max-width:760px}.blog-hero h1{letter-spacing:-6px;margin:18px 0 22px;font-size:clamp(60px,7vw,110px);line-height:.9}.blog-hero p{max-width:620px;color:var(--muted);font-size:20px;line-height:1.9}.blog-search{flex-direction:column;gap:14px;width:420px;display:flex}.blog-page{padding:0 0 90px}.blog-categories{flex-wrap:wrap;gap:12px;margin-bottom:30px;display:flex}.blog-category{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:16px;height:48px;padding:0 18px;font-size:14px;font-weight:500;transition:all .25s}.blog-category:hover{background:#f5f5f7}.blog-category.active{color:#fff;background:#111}.featured-article{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;grid-template-columns:1.1fr 1fr;margin-bottom:34px;display:grid;overflow:hidden;box-shadow:0 30px 80px #00000014}.featured-image{background:linear-gradient(145deg,#fff,#eceef2);min-height:520px}.featured-content{flex-direction:column;padding:50px;display:flex}.article-tag{background:#f5f5f7;border-radius:14px;align-items:center;width:fit-content;height:38px;margin-bottom:24px;padding:0 14px;font-size:13px;font-weight:600;display:flex}.featured-content h2{letter-spacing:-4px;margin-bottom:24px;font-size:64px;line-height:.92}.featured-content p{color:#444;margin-bottom:34px;font-size:18px;line-height:2}.featured-bottom{justify-content:space-between;align-items:center;gap:20px;margin-top:auto;display:flex}.articles-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.article-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;transition:all .3s;overflow:hidden;box-shadow:0 20px 60px #0000000f}.article-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px #0000001a}.article-image{background:linear-gradient(145deg,#fff,#eceef2);height:260px}.article-content{padding:30px}.article-content h3{letter-spacing:-2px;margin-bottom:16px;font-size:32px;line-height:1.1}.article-content p{color:var(--muted);margin-bottom:28px;line-height:1.9}.article-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.article-date{color:#999;font-size:14px}.article-bottom a{font-weight:600;transition:all .25s}.article-bottom a:hover{opacity:.6}@media (width<=1200px){.featured-article{grid-template-columns:1fr}.articles-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.blog-hero{padding:34px 0 20px}.blog-hero-card{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.blog-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.blog-hero p{font-size:16px;line-height:1.8}.blog-search{width:100%}.featured-article{border-radius:30px}.featured-image{min-height:260px}.featured-content{padding:30px 24px}.featured-content h2{letter-spacing:-3px;font-size:42px;line-height:1}.featured-content p{font-size:16px;line-height:1.9}.featured-bottom{flex-direction:column;align-items:flex-start}.articles-grid{grid-template-columns:1fr;gap:20px}.article-card{border-radius:30px}.article-image{height:220px}.article-content{padding:24px}.article-content h3{letter-spacing:-1px;font-size:26px}}.article-hero{padding:70px 0 30px}.article-hero-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:70px;overflow:hidden;box-shadow:0 30px 80px #00000014}.article-hero h1{letter-spacing:-7px;letter-spacing:-.06em;color:#111827;overflow-wrap:anywhere;max-width:100%;margin:0;font-size:clamp(56px,7vw,110px);line-height:.9}.article-page{padding:0 0 40px}.article-layout{grid-template-columns:1fr 320px;align-items:start;gap:30px;display:grid}.article-content{flex-direction:column;gap:30px;display:flex}.article-cover{background:linear-gradient(145deg,#fff,#eceef2);border-radius:42px;height:620px;box-shadow:0 30px 80px #00000014}.article-intro,.article-section-block{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:50px;box-shadow:0 30px 80px #00000014}.lead{letter-spacing:-1px;color:#111!important;margin-bottom:28px!important;font-size:34px!important;line-height:1.6!important}.article-section-block h2{letter-spacing:-4px;max-width:760px;margin-bottom:28px;font-size:64px;line-height:.92}.article-section-block p{color:#444;max-width:920px;margin-bottom:24px;font-size:18px;line-height:2}.article-section-block ul{padding-left:24px}.article-section-block li{color:#444;font-size:18px;line-height:2}.article-image-large{background:linear-gradient(145deg,#fff,#eceef2);border-radius:42px;height:520px;box-shadow:0 30px 80px #00000014}.article-note{background:#f5f5f7;border-radius:28px;margin-top:40px;padding:34px}.article-note p{letter-spacing:-1px;color:#111;margin:0;font-size:28px;line-height:1.6}.article-quote{color:#fff;background:#111;border-radius:42px;padding:50px}.article-quote p{letter-spacing:-2px;font-size:42px;line-height:1.4}.article-cta{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:flex-end;gap:30px;padding:42px;display:flex;box-shadow:0 30px 80px #00000014}.cta-label{letter-spacing:1px;color:#888;margin-bottom:14px;font-size:12px;font-weight:700}.article-cta h3{letter-spacing:-3px;margin-bottom:18px;font-size:54px;line-height:.95}.article-cta p{color:var(--muted);line-height:1.9}.article-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:110px}.sidebar-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;padding:28px;box-shadow:0 20px 60px #0000000f}.author-block{align-items:center;gap:16px;display:flex}.author-avatar{background:linear-gradient(145deg,#fff,#eceef2);border-radius:22px;width:64px;height:64px}.author-name{margin-bottom:6px;font-size:18px;font-weight:700}.author-role{color:var(--muted);font-size:14px}.contents-list{flex-direction:column;gap:10px;display:flex}.contents-list a{background:#f5f5f7;border-radius:18px;align-items:center;min-height:54px;padding:0 18px;line-height:1.5;transition:all .25s;display:flex}.contents-list a:hover{background:#eceef2}.share-buttons{gap:12px;display:flex}.share-buttons button{cursor:pointer;background:#f5f5f7;border:none;border-radius:16px;flex:1;height:48px;font-weight:600;transition:all .25s}.share-buttons button:hover{background:#eceef2}.related-section{padding:0 0 90px}.related-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.article-content-small{padding:30px}.article-content-small h3{letter-spacing:-2px;margin-bottom:16px;font-size:32px;line-height:1.1}.article-content-small p{color:var(--muted);line-height:1.9}@media (width<=1200px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.related-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.article-hero{padding:34px 0 20px}.article-hero-card{border-radius:30px;padding:30px 24px}.article-hero h1{letter-spacing:-.04em;font-size:clamp(36px,10vw,56px);line-height:.95}.article-hero-meta{flex-direction:column;align-items:flex-start}.article-hero p{font-size:16px;line-height:1.8}.article-cover{border-radius:30px;height:280px}.article-intro,.article-section-block{border-radius:30px;padding:30px 24px}.lead{font-size:24px!important}.article-section-block h2{letter-spacing:-3px;font-size:42px;line-height:1}.article-section-block p,.article-section-block li{font-size:16px;line-height:1.9}.article-image-large{border-radius:30px;height:260px}.article-note{border-radius:22px;padding:24px}.article-note p{font-size:22px}.article-quote{border-radius:30px;padding:30px 24px}.article-quote p{font-size:28px}.article-cta{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.article-cta h3{font-size:38px;line-height:1}.related-grid{grid-template-columns:1fr}.article-content-small{padding:24px}.article-content-small h3{letter-spacing:-1px;font-size:26px}}.cabinet-page{padding:70px 0 90px}.cabinet-hero{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;padding:60px;display:flex;box-shadow:0 30px 80px #00000014}.cabinet-hero h1{letter-spacing:-6px;margin:18px 0 22px;font-size:clamp(60px,7vw,110px);line-height:.9}.cabinet-hero p{max-width:620px;color:var(--muted);font-size:20px;line-height:1.9}.cabinet-badge{background:#fff;border:1px solid #0000000d;border-radius:18px;flex-shrink:0;align-items:center;gap:12px;height:56px;padding:0 22px;font-weight:600;display:flex}.cabinet-layout{grid-template-columns:280px 1fr;align-items:start;gap:30px;display:grid}.cabinet-sidebar{position:sticky;top:110px}.cabinet-menu{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;flex-direction:column;gap:10px;padding:20px;display:flex;box-shadow:0 20px 60px #0000000f}.cabinet-link{border-radius:18px;align-items:center;gap:14px;min-height:58px;padding:0 18px;font-weight:500;transition:all .25s;display:flex}.cabinet-link:hover{background:#f5f5f7}.cabinet-link.active{color:#fff;background:#111}.cabinet-link.logout{color:#ff4d4f;margin-top:14px}.cabinet-link-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:14px;flex-shrink:0;width:38px;height:38px}.cabinet-content{flex-direction:column;gap:30px;display:flex}.cabinet-stats{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.stat-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;flex-direction:column;justify-content:space-between;min-height:220px;padding:34px;display:flex;box-shadow:0 20px 60px #0000000f}.stat-label{color:#888;font-size:14px;font-weight:600}.stat-value{letter-spacing:-4px;font-size:64px;font-weight:900;line-height:.9}.cabinet-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:40px;box-shadow:0 30px 80px #00000014}.cabinet-card-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:34px;display:flex}.cabinet-card-head h2{letter-spacing:-3px;margin-top:14px;font-size:48px;line-height:.95}.orders-list{flex-direction:column;gap:22px;display:flex}.cabinet-order{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px;display:flex}.cabinet-order:last-child{border-bottom:none;padding-bottom:0}.cabinet-order-left{align-items:center;gap:20px;display:flex}.order-image{background:linear-gradient(145deg,#fff,#eceef2);border-radius:28px;flex-shrink:0;width:120px;height:120px}.order-number{color:#888;margin-bottom:10px;font-size:14px}.cabinet-order h3{letter-spacing:-1px;margin-bottom:12px;font-size:30px;line-height:1.1}.cabinet-order p{color:var(--muted)}.cabinet-order-right{flex-direction:column;align-items:flex-end;gap:18px;display:flex}.order-status{border-radius:14px;align-items:center;height:42px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.order-status.success{color:#18a34a;background:#e8fff0}.order-status.pending{color:#d38b00;background:#fff4de}.order-price{letter-spacing:-2px;font-size:32px;font-weight:800;line-height:1}.profile-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.profile-item{background:#f5f5f7;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:120px;padding:24px;display:flex}.profile-item span{color:#888;font-size:14px}.profile-item strong{letter-spacing:-1px;font-size:24px;line-height:1.3}@media (width<=1200px){.cabinet-layout{grid-template-columns:1fr}.cabinet-sidebar{position:static}}@media (width<=768px){.cabinet-page{padding:34px 0 50px}.cabinet-hero{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.cabinet-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.cabinet-hero p{font-size:16px;line-height:1.8}.cabinet-layout{gap:20px}.cabinet-menu{border-radius:28px;padding:14px}.cabinet-stats{grid-template-columns:1fr;gap:20px}.stat-card{border-radius:30px;min-height:170px;padding:28px}.stat-value{letter-spacing:-3px;font-size:48px}.cabinet-card{border-radius:30px;padding:30px 24px}.cabinet-card-head{flex-direction:column;align-items:flex-start}.cabinet-card-head h2{letter-spacing:-2px;font-size:38px;line-height:1}.cabinet-order{flex-direction:column;align-items:flex-start}.cabinet-order-left{flex-direction:column;align-items:flex-start;width:100%}.order-image{border-radius:24px;width:100%;height:240px}.cabinet-order h3{font-size:24px}.cabinet-order-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.profile-grid{grid-template-columns:1fr}.profile-item{border-radius:22px;gap:16px;min-height:auto}}.search-order-page{align-items:center;min-height:calc(100vh - 180px);padding:70px 0 90px;display:flex}.search-order-layout{justify-content:center;width:100%;display:flex}.search-order-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;width:100%;max-width:620px;padding:54px;box-shadow:0 30px 80px #00000014}.search-order-card h1{letter-spacing:-5px;margin:18px 0 24px;font-size:72px;line-height:.9}.search-order-card p{max-width:440px;color:var(--muted);margin-bottom:36px;font-size:18px;line-height:1.9}.search-order-form{flex-direction:column;gap:18px;display:flex}.search-order-form .form-group{flex-direction:column;gap:10px;display:flex}.search-order-form label{font-size:14px;font-weight:600}.search-order-form input{background:#f5f5f7;border:1px solid #0000000d;border-radius:18px;outline:none;width:100%;height:62px;padding:0 20px;font-size:16px;transition:all .25s}.search-order-form input:focus{background:#fff;border-color:#111}@media (width<=768px){.search-order-page{min-height:auto;padding:34px 0 50px}.search-order-card{border-radius:30px;padding:30px 24px}.search-order-card h1{letter-spacing:-3px;font-size:48px;line-height:.95}.search-order-card p{margin-bottom:28px;font-size:16px;line-height:1.8}.search-order-form{gap:16px}.search-order-form input{border-radius:16px;height:58px}}.qa-hero{padding:70px 0 30px}.qa-hero-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;justify-content:space-between;align-items:center;gap:40px;padding:60px;display:flex;box-shadow:0 30px 80px #00000014}.qa-hero-content{max-width:760px}.qa-hero h1{letter-spacing:-6px;margin:18px 0 22px;font-size:clamp(60px,7vw,110px);line-height:.9}.qa-hero p{max-width:620px;color:var(--muted);font-size:20px;line-height:1.9}.qa-search{flex-direction:column;gap:14px;width:420px;display:flex}.qa-page{padding:0 0 90px}.qa-layout{grid-template-columns:280px 1fr;align-items:start;gap:30px;display:grid}.qa-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:110px}.qa-sidebar-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;padding:28px;box-shadow:0 20px 60px #0000000f}.sidebar-title{letter-spacing:-1px;margin-bottom:20px;font-size:22px;line-height:1}.qa-brands{flex-direction:column;gap:10px;display:flex}.qa-brands a{background:#f5f5f7;border-radius:16px;align-items:center;min-height:52px;padding:0 18px;font-weight:500;transition:all .25s;display:flex}.qa-brands a:hover{background:#eceef2}.qa-brands a.active{color:#fff;background:#111}.qa-tags{flex-wrap:wrap;gap:10px;display:flex}.qa-tags a{background:#f5f5f7;border-radius:14px;align-items:center;height:42px;padding:0 16px;font-size:14px;transition:all .25s;display:flex}.qa-tags a:hover{background:#eceef2}.qa-content{flex-direction:column;gap:24px;display:flex}.qa-topbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.qa-count{color:#888;font-size:15px}.qa-sort{gap:10px;display:flex}.qa-sort-btn{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:14px;height:42px;padding:0 16px;transition:all .25s}.qa-sort-btn:hover{background:#f5f5f7}.qa-sort-btn.active{color:#fff;background:#111}.qa-list{flex-direction:column;gap:24px;display:flex}.qa-item{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:36px;transition:all .3s;box-shadow:0 20px 60px #0000000f}.qa-item:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0000001a}.qa-item-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.car-badge{letter-spacing:1px;border-radius:14px;align-items:center;height:42px;padding:0 18px;font-size:13px;font-weight:700;display:flex}.car-badge.toyota{color:#d60000;background:#ffe8e8}.car-badge.bmw{color:#005eff;background:#e8f0ff}.car-badge.honda{color:#ff5e00;background:#fff1e8}.car-badge.mercedes{color:#111;background:#eee}.qa-meta{flex-wrap:wrap;gap:10px;display:flex}.qa-meta span{color:#666;background:#f5f5f7;border-radius:12px;align-items:center;height:38px;padding:0 14px;font-size:13px;display:flex}.qa-item h2{letter-spacing:-2px;max-width:900px;margin-bottom:18px;font-size:42px;line-height:1.05}.qa-item p{max-width:760px;margin-bottom:30px;font-size:17px;line-height:1.9}.qa-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.qa-tags-row{flex-wrap:wrap;gap:10px;display:flex}.qa-tags-row span{color:#666;background:#f5f5f7;border-radius:12px;align-items:center;height:36px;padding:0 14px;font-size:13px;display:flex}.qa-arrow{color:#fff;background:#111;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}@media (width<=1200px){.qa-layout{grid-template-columns:1fr}.qa-sidebar{position:static}}@media (width<=768px){.qa-hero{padding:34px 0 20px}.qa-hero-card{border-radius:30px;flex-direction:column;align-items:flex-start;padding:30px 24px}.qa-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.qa-hero p{font-size:16px;line-height:1.8}.qa-search{width:100%}.qa-layout{gap:20px}.qa-sidebar-card{border-radius:28px;padding:22px}.qa-topbar{flex-direction:column;align-items:flex-start}.qa-item{border-radius:30px;padding:28px 24px}.qa-item-top{flex-direction:column;align-items:flex-start}.qa-item h2{letter-spacing:-1px;font-size:30px;line-height:1.1}.qa-item p{font-size:16px;line-height:1.8}.qa-bottom{flex-direction:column;align-items:flex-start}}.qa-single-hero{padding:70px 0 30px}.qa-single-hero-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:60px;box-shadow:0 30px 80px #00000014}.qa-single-meta{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.qa-single-stats{flex-wrap:wrap;gap:10px;display:flex}.qa-single-stats span{color:#666;background:#f5f5f7;border-radius:12px;align-items:center;height:40px;padding:0 14px;font-size:13px;display:flex}.qa-single-hero h1{letter-spacing:-7px;max-width:950px;margin-bottom:26px;font-size:clamp(64px,7vw,120px);line-height:.88}.qa-single-hero p{max-width:760px;color:var(--muted);margin-bottom:34px;font-size:22px;line-height:1.9}.qa-single-page{padding:60px 0 90px}.qa-single-layout{grid-template-columns:1fr 320px;align-items:start;gap:30px;display:grid}.qa-single-content{flex-direction:column;gap:30px;display:flex}.question-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:42px;padding:42px;box-shadow:0 20px 60px #0000000f}.question-head{align-items:center;gap:18px;margin-bottom:34px;display:flex}.question-avatar{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;width:68px;height:68px}.question-author{margin-bottom:8px;font-size:18px;font-weight:700}.question-date{color:#888;font-size:14px}.question-text p{letter-spacing:-1px;margin-bottom:22px;font-size:26px;line-height:1.8}.answers-section{flex-direction:column;gap:24px;display:flex}.answers-head h3{letter-spacing:-3px;margin-top:14px;font-size:32px;line-height:.95}.answers-list{flex-direction:column;gap:24px;display:flex}.answer-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:36px;position:relative;box-shadow:0 20px 60px #0000000f}.best-answer{border:1px solid #1111111f;box-shadow:0 30px 80px #0000001a}.best-answer-badge{color:#fff;background:#111;border-radius:12px;align-items:center;height:38px;padding:0 14px;font-size:13px;font-weight:700;display:flex;position:absolute;top:24px;right:24px}.answer-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.answer-user{align-items:center;gap:16px;display:flex}.answer-avatar{background:linear-gradient(145deg,#fff,#eceef2);border-radius:20px;width:58px;height:58px}.answer-name{margin-bottom:6px;font-size:17px;font-weight:700}.answer-meta{color:#888;font-size:14px}.answer-likes{background:#f5f5f7;border-radius:14px;align-items:center;height:42px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.answer-text p{color:#444;margin-bottom:20px;font-size:18px;line-height:2}.qa-single-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:110px}.qa-side-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:32px;padding:28px;box-shadow:0 20px 60px #0000000f}.qa-info-list{flex-direction:column;gap:14px;display:flex}.qa-info-row{background:#f5f5f7;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 18px;display:flex}.qa-info-row span{color:#888;font-size:14px}.qa-info-row strong{font-size:15px}.related-qa-list{flex-direction:column;gap:10px;display:flex}.related-qa-list a{background:#f5f5f7;border-radius:18px;min-height:74px;padding:18px;line-height:1.6;transition:all .25s}.related-qa-list a:hover{background:#eceef2}@media (width<=1200px){.qa-single-layout{grid-template-columns:1fr}.qa-single-sidebar{position:static}}@media (width<=768px){.qa-single-hero{padding:34px 0 20px}.qa-single-hero-card{border-radius:30px;padding:30px 24px}.qa-single-meta{flex-direction:column;align-items:flex-start}.qa-single-hero h1{letter-spacing:-3px;font-size:48px;line-height:.95}.qa-single-hero p{font-size:16px;line-height:1.8}.question-card{border-radius:30px;padding:30px 24px}.question-text p{font-size:20px;line-height:1.8}.answers-head h2{letter-spacing:-2px;font-size:40px;line-height:1}.answer-card{border-radius:30px;padding:28px 24px}.best-answer-badge{width:fit-content;margin-bottom:22px;position:static}.answer-top{flex-direction:column;align-items:flex-start}.answer-text p{font-size:16px;line-height:1.9}.qa-side-card{border-radius:28px;padding:22px}}.ui-page{padding:70px 0 120px}.ui-hero{margin-bottom:40px}.ui-hero h1{letter-spacing:-7px;margin:18px 0 22px;font-size:clamp(64px,8vw,130px);line-height:.88}.ui-hero p{max-width:700px;color:var(--muted);font-size:22px;line-height:1.9}.ui-section{margin-bottom:34px}.ui-section-head{margin-bottom:18px}.ui-section-head h2{letter-spacing:-2px;font-size:42px;line-height:1}.ui-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:36px;box-shadow:0 20px 60px #0000000f}.ui-colors{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.ui-color-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:30px;padding:24px;box-shadow:0 20px 60px #0000000f}.ui-color-preview{border-radius:22px;height:140px;margin-bottom:18px}.bg-dark{background:#111}.bg-light{background:#f5f5f7}.bg-white{background:#fff;border:1px solid #0000000f}.bg-success{background:#18a34a}.bg-warning{background:#d38b00}.ui-color-card strong{margin-bottom:6px;font-size:18px;display:block}.ui-color-card span{color:#888}.ui-h1{letter-spacing:-5px;margin-bottom:24px;font-size:72px;line-height:.92}.ui-h2{letter-spacing:-3px;margin-bottom:22px;font-size:52px;line-height:.95}.ui-h3{letter-spacing:-2px;margin-bottom:20px;font-size:34px;line-height:1.1}.ui-text-lg{color:#444;margin-bottom:20px;font-size:20px;line-height:2}.ui-text{color:#666;margin-bottom:16px;font-size:16px;line-height:1.9}.ui-small{color:#999;font-size:13px}.ui-buttons-row{flex-wrap:wrap;gap:16px;display:flex}.ui-buttons-row+.ui-buttons-row{margin-top:18px}.btn-sm{height:44px;padding:0 18px;font-size:14px}.btn-lg{height:64px;padding:0 32px;font-size:17px}.ui-alerts{flex-direction:column;gap:18px;display:flex}.alert{border-radius:22px;align-items:center;gap:8px;min-height:64px;padding:18px 22px;font-size:15px;line-height:1.7;display:flex}.alert-success{color:#18a34a;background:#e8fff0}.alert-warning{color:#d38b00;background:#fff4de}.alert-danger{color:#d60000;background:#ffe8e8}.ui-form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ui-form-grid .full{grid-column:1/-1}.ui-cards-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.demo-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:34px;box-shadow:0 20px 60px #0000000f}.demo-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:24px;width:72px;height:72px;margin-bottom:26px}.demo-card h3{letter-spacing:-2px;margin-bottom:16px;font-size:34px;line-height:1.1}.demo-card p{color:var(--muted);line-height:1.9}.ui-badges{flex-wrap:wrap;gap:14px;display:flex}.badge{border-radius:14px;align-items:center;height:40px;padding:0 16px;font-size:13px;font-weight:700;display:flex}.badge-dark{color:#fff;background:#111}.badge-success{color:#18a34a;background:#e8fff0}.badge-warning{color:#d38b00;background:#fff4de}.badge-light{color:#666;background:#f5f5f7}@media (width<=1200px){.ui-colors{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ui-page{padding:34px 0 60px}.ui-hero h1{letter-spacing:-3px;font-size:52px;line-height:.95}.ui-hero p{font-size:16px;line-height:1.8}.ui-section-head h2{font-size:32px}.ui-card{border-radius:30px;padding:24px}.ui-colors{grid-template-columns:1fr}.ui-h1{letter-spacing:-3px;font-size:48px}.ui-h2{font-size:38px}.ui-h3{font-size:28px}.ui-form-grid,.ui-cards-grid{grid-template-columns:1fr}}.icons-page{padding:70px 0 120px}.icons-hero{margin-bottom:40px}.icons-hero h1{letter-spacing:-7px;margin:18px 0 22px;font-size:clamp(64px,8vw,130px);line-height:.88}.icons-hero p{max-width:700px;color:var(--muted);font-size:22px;line-height:1.9}.icons-section{margin-bottom:34px}.icons-section-head{margin-bottom:18px}.icons-section-head h2{letter-spacing:-2px;font-size:42px;line-height:1}.icons-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:36px;box-shadow:0 20px 60px #0000000f}.icon{stroke-width:2px;flex-shrink:0;width:20px;height:20px}.icon-sm{width:16px;height:16px}.icon-lg{width:24px;height:24px}.icon-xl{width:32px;height:32px}.icon-white{color:#fff}.icons-row{flex-wrap:wrap;gap:16px;display:flex}.icon-btn{cursor:pointer;background:#f5f5f7;border:none;border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;transition:all .25s;display:flex}.icon-btn:hover{background:#eceef2;transform:translateY(-3px)}.icon-btn.dark{background:#111}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-demo-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:36px;padding:34px;box-shadow:0 20px 60px #0000000f}.feature-icon{background:linear-gradient(145deg,#fff,#eceef2);border-radius:28px;justify-content:center;align-items:center;width:82px;height:82px;margin-bottom:28px;display:flex}.feature-demo-card h3{letter-spacing:-2px;margin-bottom:14px;font-size:32px;line-height:1.1}.feature-demo-card p{color:var(--muted);line-height:1.9}.icons-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.icon-card{background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:180px;padding:28px;transition:all .25s;display:flex}.icon-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000014}.icon-card span{color:#777;text-align:center;font-size:14px}.inputs-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.input-icon-group{position:relative}.input-icon{color:#999;stroke-width:2px;width:20px;height:20px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.input-icon-group input{background:#f5f5f7;border:1px solid #0000000d;border-radius:18px;outline:none;width:100%;height:62px;padding:0 20px 0 54px;font-size:16px;transition:all .25s}.input-icon-group input:focus{background:#fff;border-color:#111}.btn-outline{color:#111;background:#fff;border:1px solid #00000014}.btn-outline:hover{background:#f5f5f7}@media (width<=1200px){.icons-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}}@media (width<=768px){.icons-page{padding:34px 0 60px}.icons-hero h1{letter-spacing:-3px;font-size:52px;line-height:.95}.icons-hero p{font-size:16px;line-height:1.8}.icons-section-head h2{font-size:32px}.icons-card{border-radius:30px;padding:24px}.icons-grid{grid-template-columns:1fr}.icon-card{min-height:150px}.inputs-grid{grid-template-columns:1fr}}.article-layout{margin:0 auto}.article-intro{color:#1d1d1f;font-size:17px;font-weight:400;line-height:1.8}.article-intro h2{letter-spacing:-.03em;color:#111827;margin-top:25px;margin-bottom:25px;font-size:32px;font-weight:700;line-height:1.2}.article-intro p{color:#4b5563;margin-bottom:15px;font-size:17px;line-height:1.8}.article-intro ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.article-intro ul li{color:#374151;background:#fff;border:1px solid #eceef2;border-radius:18px;padding:16px 20px 16px 54px;transition:all .2s;position:relative}.article-intro ul li:hover{border-color:#d7dce3;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a0f}.article-intro ul li:before{content:"✓";color:#111827;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.steps{flex-direction:column;gap:16px;display:flex}.step{background:#fff;border:1px solid #eceef2;border-radius:24px;gap:20px;padding:24px;transition:all .2s;display:flex}.step:hover{border-color:#d7dce3;transform:translateY(-2px);box-shadow:0 10px 30px #0f172a0f}.step-number{color:#111827;background:#f3f4f6;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:flex}.step-content h3{color:#111827;margin:0 0 8px;font-size:18px;font-weight:600}.step-content p{margin:0}.shipping-companies{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.shipping-companies span{color:#374151;background:#f5f7fa;border:1px solid #eceef2;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.shipping-companies span:hover{background:#fff;border-color:#d7dce3;transform:translateY(-1px)}.chat-loading{border-bottom:1px solid #edf1f5;align-items:center;gap:12px;padding:20px;display:none}.chat-loading.active{display:flex}.chat-loading-avatar{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.chat-loading-name{margin-bottom:4px;font-size:13px;font-weight:700}.chat-loading-text{color:#6b7280;font-size:14px}.chat-loading-text:after{content:"";animation:1.5s infinite dots}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.pagination-wrapper{justify-content:center;margin-top:40px;display:flex}.pagination{align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pagination .page-item{list-style:none}.pagination .page-link{color:#111;background:linear-gradient(#ffffffe0,#ffffffbd);border:1px solid #fffc;border-radius:16px;justify-content:center;align-items:center;min-width:48px;height:48px;padding:0 18px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 10px 30px #0000000d}.pagination .page-link:hover{transform:translateY(-2px);box-shadow:0 20px 40px #00000014}.pagination .active .page-link{color:#fff;background:#111;border-color:#111}.pagination .disabled .page-link{opacity:.4;pointer-events:none}@media (width<=768px){.pagination{flex-wrap:wrap;justify-content:center;gap:6px}.pagination .page-link{border-radius:14px;min-width:42px;height:42px;font-size:14px}}.typing span:after{content:"";animation:1.2s infinite typing}@keyframes typing{0%{content:""}25%{content:"."}50%{content:".."}75%,to{content:"..."}}.chat-fab{color:#fff;cursor:pointer;z-index:2100;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .25s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 12px 35px #00000040}.chat-fab:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 20px 45px #00000059}.chat-fab svg{width:30px;height:30px}.chat-fab-dot{background:#28d146;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:16px;right:16px}@media (width<=768px){.chat-fab{width:62px;height:62px;bottom:18px;right:18px}.chat-fab svg{width:26px;height:26px}}.mobile-menu-content{padding:0;overflow:hidden}.mobile-menu-pages{width:200%;height:100%;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.mobile-menu-pages.submenu{transform:translate(-50%)}.mobile-menu-page{flex-direction:column;width:50%;padding:26px 20px;display:flex}.submenu-open{justify-content:space-between!important}.submenu-open:after{content:"›";font-size:22px}.submenu-back{margin-bottom:10px;font-weight:600}.submenu-back:before{content:""}.mobile-menu-title{letter-spacing:-1px;margin:0;font-size:28px;font-weight:800;line-height:1}
