:root{--color-bg-sand:#fdf1e3;--color-bg-peach:bisque;--color-bg-yellow:#fff4bf;--color-bg-dark:#0f172a;--color-primary:#f97316;--color-primary-dark:#ea580c;--color-green:#16a34a;--color-text-main:#111827;--color-text-muted:#4b5563;--color-text-light:#f9fafb;--shadow-card:0 22px 50px #0f172a2e;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box}body{color:var(--color-text-main);background:radial-gradient(circle at 0 0,#f97316 0,#fdf1e3 55%,#fff4bf 100%);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page{flex-direction:column;min-height:100vh;display:flex}.container{max-width:1180px;margin:0 auto;padding-inline:16px}.header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(90deg,#0f172aeb,#f97316e6);position:sticky;top:0}.header__inner{color:var(--color-text-light);justify-content:space-between;align-items:center;gap:24px;padding-block:12px;display:flex}.brand{flex-direction:column;gap:2px;display:flex}.brand__title{letter-spacing:.08em;text-transform:uppercase;font-size:15px;font-weight:700}.brand__subtitle{opacity:.9;font-size:13px}.nav{align-items:center;gap:18px;font-size:14px;display:flex}.nav__link{opacity:.9}.nav__link:hover{opacity:1}.header__cta{align-items:center;gap:12px;display:flex}.phone{font-weight:600}.button{cursor:pointer;border:0;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:background .16s ease-out,box-shadow .16s ease-out,transform 80ms ease-out;display:inline-flex}.button--primary{background:var(--color-primary);color:var(--color-text-light);box-shadow:0 18px 40px #f9731680}.button--primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.button--secondary{border:2px solid var(--color-bg-dark);color:var(--color-bg-dark);background:#fdba7440}main{flex:1 0 auto}.section{padding-block:90px}.section--hero{color:var(--color-text-light);background:radial-gradient(circle at 0 0,#0f172a 0,#f97316 40%,bisque 100%);padding-top:64px}.section--peach{background-color:var(--color-bg-peach)}.section--sand{background-color:var(--color-bg-sand)}.section--yellow{background-color:var(--color-bg-yellow)}.section--dark{color:var(--color-text-light);background:radial-gradient(circle at top,#f97316 0,#0f172a 55%,#020617 100%)}.section--contacts{color:var(--color-text-light);background:linear-gradient(135deg,#ea580c,#0f172a)}.section__title{margin:0 0 12px;font-size:32px}.section__title--light{color:var(--color-text-light)}.section__subtitle{max-width:640px;color:var(--color-text-muted);margin:0 0 32px}.section__subtitle--light{color:#f9fafbd1}.section__subtitle-heading{margin-bottom:8px;font-size:18px}.hero{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:40px;display:grid}.hero__content{max-width:640px}.hero__title{margin:12px 0;font-size:40px;line-height:1.1}.hero__title-accent{color:#fed7aa}.hero__subtitle{color:#f9fafbe6;margin:0 0 20px}.badge{background:#0f172ab3;border-radius:999px;align-items:center;padding:4px 12px;font-size:13px;display:inline-flex}.hero__badges{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.pill{color:#7c2d12;background:#fdba74e6;border-radius:999px;padding:4px 10px;font-size:13px}.hero__actions{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.hero__phone{margin:0;font-size:14px}.hero__phone-link{font-weight:600}.hero__aside{box-shadow:var(--shadow-card);background:#0f172acc;border-radius:20px;padding:24px 22px}.hero__aside-title{margin:0 0 8px;font-size:20px}.hero__aside-text{color:#f9fafbe6;margin:0 0 16px;font-size:14px}.grid{gap:22px;display:grid}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{box-shadow:var(--shadow-card);border-radius:20px;padding:24px}.card--sand{background-color:#fdbb74}.card--yellow{background-color:#fde68a}.card--green{background-color:#d1fae5}.card--pink{background-color:#fca5a5}.card--orange{color:var(--color-text-light);background-color:#f97316}.card__title{margin:0 0 8px;font-size:18px}.card__text{margin:0 0 8px;font-size:14px}.card__price{margin:0 0 8px;font-weight:700}.steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.steps__item{padding-top:10px;position:relative}.steps__index{color:#f9fafb;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:6px;font-size:15px;font-weight:600;display:inline-flex}.steps__title{margin:0 0 4px;font-size:16px}.steps__text{color:var(--color-text-muted);margin:0;font-size:14px}.estimate{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr);align-items:center;gap:32px;display:grid}.estimate__form{color:var(--color-text-main);box-shadow:var(--shadow-card);background-color:#fdf1e3;border-radius:20px;padding:24px 22px 20px}.form__row{flex-wrap:wrap;gap:14px;display:flex}.form__field{flex-direction:column;flex:220px;gap:4px;font-size:14px;display:flex}.form__input{background-color:bisque;border:1px solid #fbbf77;border-radius:14px;padding:10px 12px;font-family:inherit;font-size:14px}.form__input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 1px #f973164d}.form__submit{width:100%;margin-top:12px}.form__hint{color:var(--color-text-muted);margin:8px 0 0;font-size:13px}.list{margin:0;padding-left:18px;font-size:14px}.list li+li{margin-top:4px}.stack{flex-direction:column;gap:10px;display:flex}.contacts{margin-top:24px}.contact{color:var(--color-text-main);border-radius:18px;padding:18px 18px 16px}.contact--phone{color:#ecfdf5;background-color:#16a34a}.contact--email{background-color:#fdf1e3}.contact--address{background-color:#fde68a}.contact__label{letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:13px}.contact__value{font-weight:600}.contact__note{margin:4px 0 0;font-size:13px}.footer{color:#e5e7eb;background-color:#0b1120;padding-block:20px}.footer__inner{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.footer__links{gap:12px;display:flex}.footer__link{color:#fed7aa}.footer__link:hover{color:#f97316}@media (max-width:991px){.hero{grid-template-columns:minmax(0,1fr)}.grid--4,.grid--3,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.estimate{grid-template-columns:minmax(0,1fr)}}@media (max-width:767px){.header__inner{flex-wrap:wrap}.nav{display:none}.section{padding-block:64px}.hero__title{font-size:32px}.hero__actions{flex-direction:column;align-items:stretch}.grid--4,.grid--3,.grid--2,.steps{grid-template-columns:minmax(0,1fr)}.footer__inner{flex-direction:column-reverse;align-items:flex-start}}
