.legal-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200)}.legal-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem}.legal-header__back{font-size:.9rem;font-weight:600;color:var(--gray-700);transition:color .15s}.legal-header__back:hover{color:var(--black)}.legal-page{padding:2.5rem 0 4rem;background:var(--white)}.legal-page__inner{max-width:780px}.legal-page__updated{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.legal-page__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.legal-page__subtitle{font-size:1.05rem;color:var(--gray-700);line-height:1.55;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.legal-block{margin-bottom:3rem}.legal-block--privacy{padding-top:2rem;border-top:2px solid var(--gray-200)}.legal-block__main-title{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--black)}.legal-block h2:not(.legal-block__main-title){font-size:1.25rem;font-weight:700;margin-bottom:1rem}.legal-block p,.legal-article p{color:var(--gray-700);line-height:1.65;margin-bottom:1rem}.legal-article{margin-bottom:1.75rem}.legal-article h3{font-size:1.05rem;font-weight:700;margin-bottom:.6rem;color:var(--black)}.legal-article ul{list-style:disc;padding-left:1.35rem;margin-bottom:1rem}.legal-article li{color:var(--gray-700);line-height:1.6;margin-bottom:.35rem}.legal-acceptance{margin-top:2.5rem;padding:1.75rem;background:var(--gray-100);border-radius:var(--radius-lg);border-left:4px solid var(--primary)}.legal-acceptance h2{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.legal-acceptance__text{font-size:.95rem;color:var(--gray-700);line-height:1.55;margin-bottom:1.25rem}.legal-acceptance__checkbox{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;font-weight:500;color:var(--black);line-height:1.45}.legal-acceptance__box{flex-shrink:0;width:20px;height:20px;margin-top:2px;border:2px solid var(--gray-500);border-radius:4px;background:var(--white)}.legal-page__contact{margin-top:2rem;font-size:.9rem;color:var(--gray-500)}.legal-page__contact a{color:var(--primary-dark);font-weight:600}@media(max-width:768px){.legal-page{padding:1.5rem 0 3rem}.legal-header__back{font-size:.8rem}}:root{--primary: #eeb559;--primary-dark: #d99a3a;--black: #1a1a1a;--gray-900: #2d2d2d;--gray-700: #555;--gray-500: #888;--gray-200: #eee;--gray-100: #f8f9fc;--white: #fff;--green: #2e7d32;--radius: 14px;--radius-lg: 22px;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .12);--font: "DM Sans", system-ui, sans-serif;--container: 1180px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--primary);color:var(--black)}.btn--primary:hover{background:var(--primary-dark);box-shadow:0 4px 16px #eeb55973}.btn--dark{background:var(--black);color:var(--white)}.btn--dark:hover{background:var(--gray-900)}.btn--ghost{background:transparent;color:var(--black);border:1.5px solid var(--gray-200)}.logo{display:flex;align-items:center;gap:.35rem;font-weight:800;font-size:1.35rem}.logo__mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--black);color:var(--primary);border-radius:10px;font-size:1.1rem}.logo--footer .logo__mark{background:var(--primary);color:var(--black)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);transition:background .25s,box-shadow .25s}.header--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.nav{display:flex;gap:2rem}.nav a{font-size:.9rem;font-weight:500;color:var(--gray-700);transition:color .15s}.nav a:hover{color:var(--black)}.header__actions{display:flex;align-items:center;gap:.75rem}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px}.menu-toggle span{display:block;height:2px;background:var(--black);border-radius:2px;transition:transform .25s,opacity .25s}.menu-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle--open span:nth-child(2){opacity:0}.menu-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-h);overflow:hidden}.hero__layout{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:2rem;padding:3rem 0 4rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 85% 40%,rgba(238,181,89,.18),transparent),linear-gradient(135deg,var(--gray-100) 0%,#fff 55%,rgba(238,181,89,.08) 100%);z-index:-1}.hero__content{padding-right:.5rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#eeb55933;border-radius:50px;font-size:.8rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem}.hero__title{font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem}.hero__highlight{color:var(--primary-dark);position:relative}.hero__subtitle{font-size:1.1rem;color:var(--gray-700);max-width:480px;margin-bottom:2rem;line-height:1.6}.hero__search{display:flex;align-items:center;background:var(--white);border-radius:50px;padding:.35rem .35rem .35rem 1.25rem;box-shadow:var(--shadow-lg);max-width:520px;margin-bottom:2.5rem}.hero__search-icon{flex-shrink:0;color:var(--gray-500)}.hero__search input{flex:1;border:none;outline:none;font-family:var(--font);font-size:.95rem;padding:.75rem;background:transparent;min-width:0}.hero__stats{display:flex;gap:2.5rem}.stat strong{display:block;font-size:1.4rem;font-weight:800}.stat span{font-size:.8rem;color:var(--gray-500)}.hero__visual{display:flex;justify-content:center;align-items:center;padding:1rem 0}.hero-devices{display:flex;align-items:flex-end;justify-content:center;gap:1.25rem;width:100%;max-width:520px;margin-inline:auto}.device{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;max-width:240px}.device--left{transform:translateY(24px) rotate(-6deg);z-index:1}.device--right{transform:translateY(-8px) rotate(5deg);z-index:2}.device__frame{width:100%;background:#0a0a0a;border-radius:34px;padding:5px;box-shadow:0 24px 60px #00000038,0 0 0 1px #ffffff14 inset;transition:transform .35s ease}.device:hover .device__frame{transform:translateY(-6px)}.device__screen{border-radius:30px;overflow:hidden;background:#000;line-height:0}.device__screen img{width:100%;height:auto;display:block;vertical-align:top}.device__label{font-size:.75rem;font-weight:600;color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase}.section-head{margin-bottom:2.5rem}.section-head h2{font-size:clamp(1.6rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.section-head h2:before{content:"";display:inline-block;width:4px;height:1.1em;background:var(--primary);border-radius:2px;margin-right:.6rem;vertical-align:text-bottom}.section-head p{color:var(--gray-700);max-width:520px}.section-head--center{text-align:center}.section-head--center p{margin-inline:auto}.section-head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.link-arrow{font-weight:600;color:var(--primary-dark);white-space:nowrap}.link-arrow:hover{text-decoration:underline}.catalog{padding:5rem 0;background:var(--gray-100)}.catalog__filters{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:2rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.catalog__filters::-webkit-scrollbar{height:4px}.catalog__filters::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:99px}.category-pill{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:88px;padding:0;border:2px solid transparent;background:none;cursor:pointer;font-family:var(--font);transition:transform .15s,border-color .15s}.category-pill:hover{transform:translateY(-2px)}.category-pill--active .category-pill__thumb{border-color:var(--primary);box-shadow:0 0 0 3px #eeb55959}.category-pill--active .category-pill__name{color:var(--black);font-weight:700}.category-pill__thumb{width:72px;height:72px;border-radius:var(--radius-lg);overflow:hidden;border:2px solid var(--white);box-shadow:var(--shadow);background:var(--white)}.category-pill__name{font-size:.75rem;font-weight:600;color:var(--gray-700);text-align:center;line-height:1.2}.catalog__hint{font-size:.9rem;color:var(--gray-700);margin-bottom:1.25rem;padding:.65rem 1rem;background:#eeb55926;border-radius:var(--radius)}.catalog__products-head{margin-top:.5rem}.catalog__count{font-weight:600;color:var(--gray-500);font-size:.85em}.catalog__reset{background:none;border:none;cursor:pointer;font-family:var(--font);font-size:inherit}.catalog__empty{text-align:center;padding:3rem 1.5rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.catalog__empty p{color:var(--gray-700);margin-bottom:1.25rem}.product-image{position:relative;width:100%;height:100%;overflow:hidden;background:var(--gray-200)}.product-image--card{aspect-ratio:1}.product-image--pill{width:100%;height:100%;border-radius:inherit}.product-image__img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .35s ease}.product-image__img--loaded{opacity:1}.product-image__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray-200);overflow:hidden}.product-image__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:shimmer 1.2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-image__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--gray-500);background:var(--gray-200)}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;background:#1a1a1abf;color:var(--white);font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:8px}.product-card__img-wrap{aspect-ratio:1;overflow:hidden}.product-card__body{padding:1rem 1.1rem 1.25rem}.product-card__body h3{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.product-card__price{color:var(--green);font-weight:800;font-size:1rem;margin-bottom:.5rem}.product-card__tag{font-size:.75rem;color:var(--gray-500);background:var(--gray-100);padding:.2rem .5rem;border-radius:6px}.how{padding:5rem 0}.how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.how-card{background:var(--gray-100);border-radius:var(--radius-lg);padding:2rem 1.75rem;position:relative;transition:transform .2s}.how-card:hover{transform:translateY(-3px)}.how-card__num{position:absolute;top:1.25rem;right:1.25rem;font-size:2.5rem;font-weight:800;color:#eeb55940;line-height:1}.how-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:1rem;border-radius:14px;background:#eeb55933;color:var(--primary-dark);font-size:1.35rem}.how-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.how-card p{font-size:.9rem;color:var(--gray-700);line-height:1.55}.audience{padding:3rem 0 5rem}.audience__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.audience-card{border-radius:var(--radius-lg);padding:2.5rem}.audience-card--buyer{background:var(--black);color:var(--white)}.audience-card--seller{background:linear-gradient(135deg,#eeb55940,#eeb55914);border:1.5px solid rgba(238,181,89,.4)}.audience-card__label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:.75rem}.audience-card h2{font-size:1.5rem;font-weight:800;margin-bottom:1.25rem}.audience-card ul{margin-bottom:2rem}.audience-card li{padding:.4rem 0 .4rem 1.25rem;position:relative;font-size:.95rem;color:inherit;opacity:.9}.audience-card li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.trust{padding:5rem 0;background:var(--gray-100)}.trust__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.trust__content h2{font-size:clamp(1.6rem,3vw,2rem);font-weight:800;margin-bottom:1rem}.trust__content>p{color:var(--gray-700);margin-bottom:2rem;line-height:1.6}.trust__features{display:flex;flex-direction:column;gap:1.25rem}.trust-feature{display:flex;gap:1rem;align-items:flex-start}.trust-feature__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:12px;background:#eeb55933;color:var(--primary-dark);font-size:1.15rem}.trust-feature strong{display:block;font-size:.95rem;margin-bottom:.15rem}.trust-feature p{font-size:.85rem;color:var(--gray-700)}.trust__visual{display:flex;flex-direction:column;gap:1rem}.trust__card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.trust__card--offset{margin-left:2rem}.trust__avatar{width:40px;height:40px;background:var(--primary);color:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:.75rem}.trust__card p{font-size:.95rem;font-style:italic;line-height:1.5;margin-bottom:.5rem}.trust__card span{font-size:.8rem;color:var(--gray-500)}.app-cta{padding:5rem 0;background:var(--black);color:var(--white)}.app-cta__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.app-cta__text h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin-bottom:1rem}.app-cta__text>p{color:#ffffffbf;margin-bottom:2rem;line-height:1.6}.app-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.store-btn{display:flex;align-items:center;gap:.75rem;background:var(--white);color:var(--black);padding:.75rem 1.25rem;border-radius:var(--radius);transition:transform .15s}.store-btn:hover{transform:translateY(-2px)}.store-btn--dark{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.store-btn span{display:flex;flex-direction:column;line-height:1.2}.store-btn small{font-size:.65rem;opacity:.7}.store-btn strong{font-size:.95rem}.app-cta__note{font-size:.85rem;color:#ffffff80;margin-bottom:1.25rem}.newsletter{display:flex;gap:.5rem;max-width:420px}.newsletter input{flex:1;padding:.75rem 1rem;border-radius:50px;border:1.5px solid rgba(255,255,255,.2);background:#ffffff14;color:var(--white);font-family:var(--font);outline:none;min-width:0}.newsletter input::placeholder{color:#fff6}.newsletter input:focus{border-color:var(--primary)}.newsletter__success{color:var(--primary);font-weight:600}.app-cta__phones{display:flex;align-items:flex-end;justify-content:center;gap:1rem;width:100%}.device--cta{max-width:200px;flex:1}.device--cta-left{transform:rotate(-5deg) translateY(12px)}.device--cta-right{transform:rotate(4deg) translateY(-4px)}.device--cta .device__frame{box-shadow:0 28px 70px #00000073,0 0 0 1px #ffffff1a inset}.footer{background:var(--gray-100);padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer__brand p{margin-top:.75rem;font-size:.9rem;color:var(--gray-700);max-width:240px}.footer h4{font-size:.85rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer a{display:block;font-size:.9rem;color:var(--gray-700);padding:.3rem 0;transition:color .15s}.footer a:hover{color:var(--black)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--gray-200);font-size:.85rem;color:var(--gray-500);flex-wrap:wrap;gap:1rem}.footer__legal-link{font-weight:600;color:var(--gray-700);transition:color .15s}.footer__legal-link:hover{color:var(--black)}.footer__social{display:flex;gap:1rem}.footer__social a{display:inline;font-weight:600;color:var(--gray-700)}@media(max-width:1024px){.hero__layout{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero__content{padding-right:0}.hero__subtitle,.hero__search{margin-inline:auto}.hero__stats{justify-content:center}.hero-devices{max-width:440px}.device--left,.device--right{transform:none}.device--left{transform:rotate(-4deg)}.device--right{transform:rotate(4deg)}.device--cta-left,.device--cta-right{transform:none}.app-cta__phones{max-width:420px;margin-inline:auto}.products__grid{grid-template-columns:repeat(2,1fr)}.how__grid,.trust__inner,.app-cta__inner{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav{position:fixed;inset:var(--header-h) 0 0 0;background:var(--white);flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);transition:transform .3s;z-index:99}.nav--open{transform:translate(0)}.nav a{font-size:1.2rem}.header__actions .btn{display:none}.menu-toggle{display:flex}.audience__grid{grid-template-columns:1fr}.trust__card--offset{margin-left:0}.footer__grid{grid-template-columns:1fr}.newsletter{flex-direction:column}}@media(max-width:480px){.hero-devices{gap:.75rem;max-width:100%}.device{max-width:160px}.device--cta{max-width:140px}.device__frame{border-radius:26px;padding:4px}.device__screen{border-radius:22px}.device__label{font-size:.65rem}.hero__search{flex-wrap:wrap;border-radius:var(--radius-lg);padding:.75rem}.hero__search input{width:100%;padding:.5rem}.hero__search .btn{width:100%}.hero__stats{gap:1.5rem}.products__grid{grid-template-columns:1fr}}
