.header{padding:.75rem clamp(1.5rem,4vw,2.5rem);background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000a}.header__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo{font-size:1.25rem;font-weight:700;color:#1a1a1a;text-decoration:none;letter-spacing:-.02em;transition:color var(--transition-normal)}.header__logo:hover{color:var(--accent, #0ea5e9);transform:translateY(-1px)}.header__nav{display:flex;align-items:center;gap:1.75rem}.header__link{font-size:.9rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:color var(--transition-normal),transform var(--transition-normal)}.header__link:hover{color:var(--accent, #0ea5e9);transform:translateY(-2px)}.header__email{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:color var(--transition-normal),transform var(--transition-normal)}.header__email:hover{color:var(--accent, #0ea5e9);transform:translateY(-2px)}.header__email svg{flex-shrink:0}.header__cta{padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--accent, #0ea5e9);border:none;border-radius:8px;text-decoration:none;cursor:pointer;font-family:inherit;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.header__cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e966}.header__cta--mobile{display:none}.header__cta--desktop{display:inline-block}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;transition:opacity var(--transition-normal)}.header__burger:hover{opacity:.7}.header__burger span{display:block;width:22px;height:2px;background:#1a1a1a;transition:transform var(--transition-normal),opacity var(--transition-normal)}.header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__backdrop{display:none}@media(max-width:768px){.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:#fff;padding:5rem 1.5rem 2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s;overflow-y:auto}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}.header__cta--desktop{display:none}.header__cta--mobile{display:inline-block;margin-top:.5rem}.header__burger{display:flex;position:relative;z-index:101}.header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:98;background:#0000004d}}@media(max-width:500px){.header__nav{gap:1.25rem}.header__link{font-size:1rem}}.hero{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem)}.hero__inner{max-width:var(--content-max-width, 1200px);margin:0 auto}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);align-items:start}@media(max-width:700px){.hero__grid{grid-template-columns:1fr}}@media(max-width:600px){.hero__cta-group{justify-content:center;margin-top:1.5rem}.hero__note{font-size:.8rem;line-height:1.5}}@media(max-width:400px){.hero__cta{width:100%;justify-content:center}}.hero__col{display:flex;flex-direction:column;gap:.75rem}.hero__badge{font-size:.95rem;color:var(--hero-badge, #666)}.hero__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.hero__lead{font-size:1.05rem;color:var(--hero-lead, #444)}.hero__sub{font-weight:600;margin-top:.5rem}.hero__benefits{list-style:none;display:flex;flex-direction:column;gap:1rem}.hero__benefit{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:var(--hero-benefit-bg, #f5f5f5);border-radius:8px;transition:transform var(--transition-normal),box-shadow var(--transition-normal),background var(--transition-normal)}.hero__benefit:hover{transform:translate(4px);box-shadow:0 2px 8px #0000000f;background:#eee}.hero__benefit-title{font-weight:600;font-size:.95rem}.hero__benefit-text{font-size:.9rem;color:var(--hero-benefit-text, #555)}.hero__cta-group{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;align-items:flex-start;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--hero-cta-border, #e5e5e5)}.hero__cta{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;color:#fff;background:var(--hero-cta-bg, #1a1a1a);border:none;border-radius:8px;cursor:pointer;transition:transform var(--transition-normal),box-shadow var(--transition-normal),opacity var(--transition-normal)}.hero__cta:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero__cta--primary{background:var(--accent, #0ea5e9)}.hero__cta--secondary{background:var(--hero-cta-secondary-bg, #404040)}.hero__cta-label{line-height:1.2}.hero__note{font-size:.85rem;color:var(--hero-note, #777)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:.75rem;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalOverlayIn .3s ease-out}@media(min-width:480px){.modal{padding:1.5rem}}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}.modal__content{width:100%;max-width:560px;max-height:calc(100vh - 1.5rem);background:#fff;border-radius:12px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column;animation:modalContentIn .35s cubic-bezier(.34,1.56,.64,1)}@media(min-width:480px){.modal__content{max-height:calc(100vh - 3rem);border-radius:16px}}@keyframes modalContentIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem 1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}@media(min-width:480px){.modal__header{padding:1.25rem 1.5rem}}.modal__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .2s,background .2s}.modal__close:hover{color:#1a1a1a;background:#f3f4f6}.modal__body{padding:1rem 1rem 1rem 1.25rem;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}@media(min-width:480px){.modal__body{padding:1.5rem}}.consult-form__intro{font-size:.95rem;line-height:1.5;color:#555;margin:0 0 1.25rem}.consult-form__field{margin-bottom:1rem}.consult-form__field label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.35rem}.consult-form__input{width:100%;padding:.6rem .85rem;font-size:.95rem;font-family:inherit;color:#1a1a1a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s,box-shadow .2s}.consult-form__input::placeholder{color:#9ca3af}.consult-form__input:focus{outline:none;border-color:var(--accent, #0ea5e9);box-shadow:0 0 0 3px #0ea5e926}.consult-form__input--textarea{resize:vertical;min-height:80px}.consult-form__submit{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent, #0ea5e9);border:none;border-radius:10px;cursor:not-allowed;pointer-events:none;opacity:.9}.consult-form__submit-badge{font-size:.7rem;font-weight:500;opacity:.9}.brief-form__intro{font-size:.95rem;line-height:1.5;color:#555;margin:0 0 1.25rem}.brief-form__row{display:flex;flex-wrap:wrap;gap:1rem}.brief-form__row .brief-form__field{flex:1 1 200px;min-width:0}@media(max-width:480px){.brief-form__row .brief-form__field{flex:1 1 100%}}.brief-form__field{margin-bottom:1.25rem}.brief-form__field label,.brief-form__label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.5rem}.brief-form__input{width:100%;padding:.6rem .85rem;font-size:.95rem;font-family:inherit;color:#1a1a1a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s,box-shadow .2s}.brief-form__input::placeholder{color:#9ca3af}.brief-form__input:focus{outline:none;border-color:var(--accent, #0ea5e9);box-shadow:0 0 0 3px #0ea5e926}.brief-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.brief-form__input--textarea{resize:vertical;min-height:100px}.brief-form__options,.brief-form__options--grid{display:flex;flex-wrap:wrap;gap:.625rem}.brief-form__options--grid .brief-form__option{flex:0 1 auto}.brief-form__option{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.625rem 1rem;font-size:.9rem;font-weight:500;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.brief-form__option:hover{border-color:#d1d5db;background:#f3f4f6}.brief-form__option input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.brief-form__option:has(input:checked){background:#0ea5e91a;border-color:var(--accent, #0ea5e9);color:var(--accent, #0ea5e9)}.brief-form__submit{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent, #0ea5e9);border:none;border-radius:10px;cursor:not-allowed;pointer-events:none;opacity:.9}.brief-form__submit-badge{font-size:.7rem;font-weight:500;opacity:.9}.stages{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#fff;scroll-margin-top:4rem}.stages__inner{max-width:var(--content-max-width, 1200px);margin:0 auto}.stages__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.stages__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){.stages__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stages__list{grid-template-columns:repeat(2,1fr);gap:.875rem}.stages__item{padding:1.25rem 1rem}.stages__title{font-size:1.4rem;margin-bottom:1.5rem}}@media(max-width:400px){.stages__list{grid-template-columns:1fr;gap:.75rem}.stages__item{padding:1rem .875rem}.stages__title{font-size:1.35rem;margin-bottom:1.25rem}.stages__item-title{font-size:.9rem}.stages__item-text{font-size:.75rem}}.stages__item{display:flex;flex-direction:column;align-items:stretch;padding:1.5rem 1rem;background:#f5f5f5;border-radius:12px;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.stages__item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000014}.stages__badge{align-self:flex-start;display:inline-block;padding:.4rem .9rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#fff;background:var(--accent, #0ea5e9);border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.stages__item-title{font-size:.95rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;color:#1a1a1a;text-align:left}.stages__item-text{font-size:.8rem;color:var(--stages-text, #666);line-height:1.45;margin:0;text-align:left}.whyus{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);scroll-margin-top:4rem}.whyus__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3rem);padding:clamp(2rem,5vw,3rem);background:var(--accent, #0ea5e9);border-radius:16px;color:#fff;transition:transform var(--transition-slow),box-shadow var(--transition-slow)}.whyus__inner:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e959}@media(max-width:600px){.whyus__inner{grid-template-columns:1fr;padding:clamp(1.5rem,4vw,2rem)}}@media(max-width:480px){.whyus__inner{padding:1.25rem 1rem}.whyus__title{font-size:1.15rem}.whyus__text{font-size:.9rem}}.whyus__col{display:flex;flex-direction:column;gap:.75rem}.whyus__title{font-size:clamp(1.15rem,3vw,1.35rem);font-weight:700;margin:0;line-height:1.2;letter-spacing:-.02em;color:inherit}.whyus__text{font-size:.95rem;line-height:1.55;margin:0;opacity:.95}.about{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#f5f5f5;scroll-margin-top:4rem}.about__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}@media(max-width:768px){.about__inner{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.about{padding:clamp(1.5rem,4vw,2rem) clamp(1rem,4vw,1.5rem)}.about__title{font-size:1.15rem}.about__text{font-size:.9rem}}.about__content{display:flex;flex-direction:column;gap:1rem}.about__title{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:700;line-height:1.25;color:#1a1a1a;margin:0;letter-spacing:-.02em}.about__text{font-size:.95rem;line-height:1.6;color:#444;margin:0}.about__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.about__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;aspect-ratio:1;border-radius:50%;padding:1rem;background:linear-gradient(135deg,#0ea5e9,#38bdf8,#7dd3fc,#38bdf8,#0ea5e9);background-size:200% 200%;animation:aboutStatFloat 3.5s ease-in-out infinite,aboutStatGradient 4s ease infinite}.about__stat:nth-child(1){animation-delay:0s}.about__stat:nth-child(2){animation-delay:.5s}.about__stat:nth-child(3){animation-delay:1s}.about__stat:nth-child(4){animation-delay:1.5s}@keyframes aboutStatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes aboutStatGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.about__stat--large{width:120%;max-width:160px;aspect-ratio:1;justify-self:center}@media(max-width:480px){.about__stats{gap:1rem}.about__stat--large{width:100%;max-width:none}.about__stat-value{font-size:clamp(1.25rem,5vw,1.75rem)}.about__stat--large .about__stat-value{font-size:clamp(1.4rem,5vw,2rem)}.about__stat-label{font-size:.65rem}}.about__stat-value{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.15);line-height:1.2}.about__stat-label{font-size:.7rem;color:#fffffff2;text-align:center;line-height:1.2}.about__stat--large .about__stat-value{font-size:clamp(1.75rem,4vw,2.5rem)}.services{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#fff;scroll-margin-top:4rem}.services__inner{max-width:var(--content-max-width, 1200px);margin:0 auto}.services__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 .75rem;text-align:center;letter-spacing:-.02em}.services__line{width:60px;height:2px;margin:0 auto 2.5rem;background:#d1d5db}.services__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.services__item{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:start;padding:1.25rem 0 1.25rem .75rem;border-bottom:1px solid #f0f0f0}.services__item:before{content:"";position:absolute;left:0;top:1rem;bottom:1rem;width:3px;background:var(--accent, #0ea5e9);border-radius:2px;transform:scaleY(0);transform-origin:center top;transition:transform .4s cubic-bezier(.4,0,.2,1)}.services__item:hover:before{transform:scaleY(1)}.services__item:last-child{border-bottom:none}@media(max-width:700px){.services__item{grid-template-columns:1fr;gap:1rem}.services__right{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.services__title{font-size:1.35rem;margin-bottom:1rem}.services__line{margin-bottom:1.5rem}.services__item{padding:1rem 0 1rem .5rem}.services__icon{width:48px;height:48px;font-size:1.1rem}.services__item-title{font-size:1rem}.services__item-desc{font-size:.85rem}}.services__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#e5e7eb;color:#6b7280;font-size:1.25rem;flex-shrink:0}.services__icon--featured{background:var(--accent, #0ea5e9);color:#fff}.services__content{min-width:0}.services__item-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 .35rem}.services__item-desc{font-size:.9rem;line-height:1.5;color:#666;margin:0}.services__right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.services__price{font-size:1rem;font-weight:600;color:#1a1a1a}.services__cta{display:inline-flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:opacity var(--transition-normal),transform var(--transition-normal)}.services__cta:hover{opacity:.95;transform:translateY(-1px)}.services__cta--filled{color:#fff;background:var(--accent, #0ea5e9);border:none}.services__cta--outline{color:var(--accent, #0ea5e9);background:#fff;border:2px solid var(--accent, #0ea5e9)}.cases{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#f8f9fa;scroll-margin-top:4rem}.cases__inner{max-width:var(--content-max-width, 1200px);margin:0 auto}.cases__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;letter-spacing:-.02em}.cases__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.cases__list{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.cases__title{font-size:1.35rem;margin-bottom:1.25rem}.cases__body{padding:1rem 1.25rem}.cases__card-title{font-size:1.05rem}.cases__card-desc{font-size:.85rem}}.cases__item{min-width:0}.cases__card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.cases__card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}.cases__image-wrap{aspect-ratio:16 / 10;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);overflow:hidden}.cases__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--transition-slow)}.cases__card:hover .cases__image{transform:scale(1.05)}.cases__body{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;flex:1}.cases__tag{font-size:.7rem;font-weight:600;color:var(--accent, #0ea5e9);text-transform:uppercase;letter-spacing:.05em}.cases__card-title{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0}.cases__card-desc{font-size:.9rem;color:#666;margin:0;line-height:1.5}.cta{padding:clamp(1.5rem,4vw,2rem) clamp(1.5rem,4vw,2.5rem)}.cta__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.75rem,4vw,2.5rem) clamp(2rem,5vw,3rem);background:var(--accent, #0ea5e9);border-radius:16px;color:#fff}@media(max-width:600px){.cta__inner{flex-direction:column;text-align:center;padding:clamp(1.5rem,4vw,2rem) clamp(1.25rem,4vw,2rem)}.cta__btn{width:100%;max-width:280px}}@media(max-width:400px){.cta__title{font-size:1.1rem}}.cta__content{display:flex;flex-direction:column;gap:.5rem}.cta__title{font-size:clamp(1.15rem,3vw,1.5rem);font-weight:700;margin:0;line-height:1.3}.cta__text{font-size:.95rem;margin:0;opacity:.95}.cta__btn{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background:#ffffff26;border:2px solid rgba(255,255,255,.6);border-radius:10px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform var(--transition-normal),box-shadow var(--transition-normal),background var(--transition-normal),border-color var(--transition-normal)}.cta__btn:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.avito-block{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#fff;scroll-margin-top:4rem}.avito-block--gray{background:#f5f5f5}.avito-block__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}@media(max-width:700px){.avito-block__inner{grid-template-columns:1fr;gap:1.5rem}.avito-block__card{width:100%;min-width:0}}.avito-block__content{display:flex;flex-direction:column;gap:.75rem}.avito-block__title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#1a1a1a;margin:0}.avito-block__text{font-size:.95rem;line-height:1.55;color:#444;margin:0}.avito-block__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.95rem;font-weight:600;color:var(--accent, #0ea5e9);text-decoration:none;transition:color var(--transition-normal),transform var(--transition-normal)}.avito-block__link:hover{color:#0284c7;transform:translate(4px)}.avito-block__card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#0af,#07f);border-radius:12px;color:#fff;text-decoration:none;transition:transform .2s,box-shadow .2s;flex-shrink:0}.avito-block__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00aaff4d}.avito-block__badge{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.95}.avito-block__card-title{font-size:1rem;font-weight:600;line-height:1.3}.avito-block__card-desc{font-size:.8rem;opacity:.9}.reviews{padding:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem);background:#fff;scroll-margin-top:4rem}.reviews__inner{max-width:var(--content-max-width, 1200px);margin:0 auto}.reviews__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;letter-spacing:-.02em}.reviews__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:700px){.reviews__list{grid-template-columns:1fr}}@media(max-width:480px){.reviews__title{font-size:1.35rem;margin-bottom:1.25rem}.reviews__card{padding:1rem 1.25rem}.reviews__text{font-size:.85rem}}.reviews__item{min-width:0}.reviews__card{height:100%;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.05);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.reviews__card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.reviews__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.reviews__avatar{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent, #0ea5e9);color:#fff;font-size:.95rem;font-weight:600;border-radius:50%;transition:transform var(--transition-normal),background var(--transition-normal)}.reviews__card:hover .reviews__avatar{transform:scale(1.1);background:#0284c7}.reviews__meta{display:flex;flex-direction:column;gap:.15rem}.reviews__name{font-size:.95rem;font-weight:600;color:#1a1a1a}.reviews__date{font-size:.8rem;color:#6b7280}.reviews__text{font-size:.9rem;line-height:1.55;color:#444;margin:0}.auth-form__field{margin-bottom:1.25rem}.auth-form__field>label:not(.auth-form__checkbox-label){display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.4rem}.auth-form__input{width:100%;padding:.6rem .85rem;font-size:.95rem;font-family:inherit;color:#1a1a1a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s,box-shadow .2s}.auth-form__input::placeholder{color:#9ca3af}.auth-form__input:focus{outline:none;border-color:var(--accent, #0ea5e9);box-shadow:0 0 0 3px #0ea5e926}.auth-form__row{display:flex;flex-wrap:wrap;gap:1rem}.auth-form__row .auth-form__field{flex:1 1 140px;min-width:0}@media(max-width:480px){.auth-form__row .auth-form__field{flex:1 1 100%}}.auth-form__field--row{margin-bottom:1rem}.auth-form__field--row .auth-form__checkbox-label{display:inline-flex;margin-bottom:0}.auth-form__checkbox-label{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.75rem;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer}.auth-form__checkbox-label input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.auth-form__checkbox-box{flex-shrink:0;display:block;width:20px;height:20px;aspect-ratio:1;border:2px solid #d1d5db;border-radius:6px;background:#fff;box-sizing:border-box;transition:border-color .2s,background .2s,box-shadow .2s}.auth-form__checkbox-label input:focus-visible+.auth-form__checkbox-box{box-shadow:0 0 0 3px #0ea5e940}.auth-form__checkbox-label input:checked+.auth-form__checkbox-box{background:var(--accent, #0ea5e9);border-color:var(--accent, #0ea5e9);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.auth-form__checkbox-label:hover .auth-form__checkbox-box{border-color:#9ca3af}.auth-form__checkbox-label a{color:var(--accent, #0ea5e9);text-decoration:none}.auth-form__checkbox-label a:hover{text-decoration:underline}.auth-form__submit{width:100%;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--accent, #0ea5e9);border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .2s}.auth-form__submit:hover{background:#0284c7;transform:translateY(-1px)}.auth-form__footer{margin:1.25rem 0 0;font-size:.95rem;color:#6b7280;text-align:center}.auth-form__link{background:none;border:none;padding:0;font-size:inherit;color:var(--accent, #0ea5e9);cursor:pointer;text-decoration:none;font-weight:600}.auth-form__link:hover{text-decoration:underline}.footer{padding:1.25rem clamp(1.5rem,4vw,2.5rem);background:#1a1a1a;color:#9ca3af}.footer__inner{max-width:var(--content-max-width, 1200px);margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.footer__left{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.footer__auth{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.25rem;text-align:right}.footer__auth-text{font-size:.9rem;color:#9ca3af}.footer__auth-link{padding:0;font-size:.9rem;font-weight:500;color:#60a5fa;background:none;border:none;cursor:pointer;text-decoration:none;transition:color var(--transition-normal)}.footer__auth-link:hover{color:#93c5fd}.footer__email{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#60a5fa;text-decoration:none;transition:color var(--transition-normal),transform var(--transition-normal)}.footer__email:hover{color:#93c5fd;transform:translateY(-2px)}.footer__email svg{flex-shrink:0}.footer__copy{font-size:.85rem}@media(max-width:600px){.footer__inner{flex-direction:column;align-items:center}.footer__left{align-items:center}.footer__auth{justify-content:center;text-align:center}}@media(max-width:400px){.footer{padding:1rem clamp(1rem,4vw,1.5rem)}.footer__auth-text{font-size:.85rem;line-height:1.5}}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-on-scroll--visible{opacity:1;transform:translateY(0)}:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:only light;--content-max-width: 1200px;--accent: #0ea5e9;--transition-fast: .15s;--transition-normal: .25s;--transition-slow: .35s}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;scroll-behavior:smooth;color-scheme:only light}body{min-height:100vh;overflow-x:hidden;background-color:#fff;color:#1a1a1a}@media(prefers-color-scheme:dark){html,body{color-scheme:only light;background-color:#fff!important;color:#1a1a1a!important}}img{max-width:100%;height:auto}.app-loading{opacity:0;animation:appFadeIn .6s ease-out forwards}.app-loaded{opacity:1}@keyframes appFadeIn{to{opacity:1}}@keyframes skeletonPulse{0%,to{opacity:.6}50%{opacity:1}}
