:root{--color-brown-dark: #3d2b1f;--color-brown-bg: #3e2c22;--color-body: #6b5e54;--color-accent: #d9815b;--color-accent-soft: #d98d64;--color-cream: #f7f4f0;--color-beige-section: #f0ebe4;--color-input-bg: #f2eee9;--color-white: #ffffff;--color-muted: #7a726a;--font-sans: "Montserrat", system-ui, sans-serif;--font-serif: "Libre Baskerville", Georgia, serif;--container: min(1120px, 92vw);--header-height: 88px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.65;color:var(--color-body);background:var(--color-white)}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--font-sans);color:var(--color-brown-dark);line-height:1.2}.container{width:var(--container);margin-inline:auto}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .75rem}.section-title--center{text-align:center}.accent-line{width:48px;height:3px;background:var(--color-accent);border:0;margin:0 0 1.25rem}.accent-line--center{margin-left:auto;margin-right:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--color-brown-bg);min-height:var(--header-height);box-shadow:0 2px 12px #00000026}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem 1rem;max-width:1240px;margin:0 auto;padding:.75rem clamp(1rem,3vw,1.5rem)}.site-header__nav{grid-column:1;grid-row:1;display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;justify-self:start;align-self:center}.site-header__nav a{color:#ffffffeb;font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;text-decoration:none}.site-header__nav a:hover{color:var(--color-accent-soft);text-decoration:none}.site-header__brand{grid-column:2;grid-row:1;justify-self:center;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#fff}.site-header__brand:hover{text-decoration:none;opacity:.95}.site-header__logo{height:114px;width:auto;object-fit:contain}.site-header__phones{grid-column:3;grid-row:1;justify-self:end;text-align:right;color:#ffffffeb;font-size:.8rem;font-weight:500;align-self:center}.site-header__menu-btn{display:none;grid-column:2;grid-row:1;justify-self:end;background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.4rem .65rem;border-radius:4px;cursor:pointer;font-size:.75rem;text-transform:uppercase}@media (max-width: 960px){.site-header__logo{height:90px}.site-header__inner{grid-template-columns:1fr auto;grid-template-rows:auto auto}.site-header__brand{grid-column:1;grid-row:1;justify-self:start}.site-header__menu-btn{display:block;grid-column:2;grid-row:1}.site-header__nav{display:none;grid-column:1 / -1;grid-row:2;flex-direction:column;padding:.75rem 0 0;border-top:1px solid rgba(255,255,255,.12)}.site-header__nav--open{display:flex}.site-header__phones{display:none}}.hero{margin-top:var(--header-height);position:relative;min-height:min(78vh,720px);display:flex;align-items:center;background-color:var(--color-brown-dark);background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#1e1612d1,#1e161273 55%,#1e161259)}.hero__content{position:relative;z-index:1;width:var(--container);margin:0 auto;padding:3rem clamp(1rem,3vw,1.5rem) 4rem}.hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:#fff;max-width:18ch;margin:0 0 1rem}.hero__line{width:56px;height:4px;background:var(--color-accent);border:0;margin:0 0 1.25rem}.hero__lead{font-size:1.05rem;max-width:36ch;color:#ffffffeb;margin:0 0 2rem;font-weight:400}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__download-plans{float:right;background:#9d6934;height:300px;margin-top:-300px;width:300px;padding:30px;text-align:center;border-radius:5px}.hero__download-btn{font-weight:600;letter-spacing:.04em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-family:var(--font-sans);font-size:.9rem;font-weight:600;border-radius:2px;cursor:pointer;border:2px solid transparent;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.btn:hover{text-decoration:none}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:#c46f48;border-color:#c46f48}.btn--ghost{background:#3e2c22;color:#fff;border-color:#ffffffd9}.hero__download-plans p{color:#fff;font-size:25pt;font-weight:600;line-height:35px}.btn--ghost:hover{background:#ffffff1f}.about{padding:clamp(3rem,8vw,5.5rem) 1rem;background:var(--color-white)}.about__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,3.5rem);align-items:start}.about__figure{margin:0;padding:12px;background:var(--color-cream);border:1px solid rgba(61,43,31,.08)}.about__copy p{margin:0 0 1rem}.about__list{margin:1rem 0 1.5rem;padding:0;list-style:none}.about__list li{position:relative;padding-left:1.35rem;margin-bottom:.65rem}.about__list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.video-link{font-weight:600;color:var(--color-accent)}.video-link:hover{color:#c46f48}@media (max-width: 820px){.about__grid{grid-template-columns:1fr}.hero__download-plans{background:#9d6934;height:300px;margin-top:50px;width:100%;padding:30px;text-align:center;border-radius:5px}}.stats{padding:2.5rem 1rem 3rem;background:var(--color-white)}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.stats__num{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--color-accent);margin:0 0 .5rem}.stats__rule{width:40px;height:2px;background:var(--color-accent);margin:0 auto .65rem;border:0}.stats__label{font-size:.85rem;color:var(--color-muted);margin:0}@media (max-width: 720px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.download-plans{padding:clamp(3rem,8vw,4.5rem) 1rem;background:var(--color-cream);border-block:1px solid rgba(61,43,31,.08);scroll-margin-top:calc(var(--header-height) + 12px)}.download-plans__inner{max-width:480px;margin:0 auto}.download-plans__lead{margin:0 0 1.75rem;color:var(--color-muted);font-size:.98rem}.download-plans__form label{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-brown-dark);margin-bottom:.35rem}.download-plans__form input{width:100%;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid rgba(61,43,31,.15);background:var(--color-white);font-family:var(--font-sans);font-size:.95rem;border-radius:2px}.download-plans__form .btn--primary{width:100%;margin-top:.25rem}.thank-you-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;background:var(--color-cream);color:var(--color-brown-dark)}.thank-you-page__message{font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.55;max-width:28rem;margin:0 0 2rem}.thank-you-page__link{font-weight:600;color:var(--color-accent);text-decoration:none}.thank-you-page__link:hover{text-decoration:underline}.not-found-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;background:var(--color-cream);color:var(--color-brown-dark)}.not-found-page__code{font-size:3.25rem;font-weight:800;margin:0 0 .5rem;color:var(--color-accent)}.not-found-page__message{font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.55;max-width:28rem;margin:0 0 1.5rem}.not-found-page__actions{display:flex;flex-direction:column;gap:.75rem}.not-found-page__link{font-weight:600;color:var(--color-accent);text-decoration:none}.not-found-page__link:hover{text-decoration:underline}.not-found-page__link--muted{color:var(--color-brown-dark)}.products{padding:clamp(3rem,8vw,5rem) 1rem;background-color:var(--color-beige-section);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cfc7' fill-opacity='0.35'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.products__intro{text-align:center;max-width:560px;margin:0 auto 2.5rem}.products__intro p{margin:0;color:var(--color-muted)}.products__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 900px){.products__grid{grid-template-columns:repeat(3,1fr)}}.carousel{position:relative;display:flex;align-items:stretch;gap:.75rem}.carousel__btn{flex:0 0 auto;align-self:center;width:40px;height:40px;border:none;background:transparent;color:var(--color-accent);font-size:1.75rem;cursor:pointer;line-height:1;padding:0;transition:opacity .2s}.carousel__btn:hover:not(:disabled){opacity:.75}.carousel__btn:disabled{opacity:.25;cursor:default}.carousel__track{flex:1;display:grid;gap:1.25rem;min-width:0}@media (min-width: 900px){.carousel__track--3{grid-template-columns:repeat(3,1fr)}}@media (max-width: 899px){.carousel__track--3{grid-template-columns:1fr}}.card{background:var(--color-white);padding:1.75rem 1.5rem;box-shadow:0 8px 28px #3d2b1f14;border:1px solid rgba(61,43,31,.06);display:flex;flex-direction:column;height:100%}.card__icon{width:72px;height:72px;margin:0 auto 1rem;color:var(--color-brown-dark)}.card__title{font-size:1.15rem;margin:0 0 .75rem;text-align:center}.card__text{flex:1;margin:0 0 1.25rem;font-size:.92rem;color:var(--color-muted);text-align:center}.card__link{font-weight:600;color:var(--color-accent);align-self:flex-start}.card__link:hover{text-decoration:none;color:#c46f48}.articles{padding:clamp(3rem,8vw,5rem) 1rem;background:var(--color-cream)}.articles__intro{text-align:center;max-width:620px;margin:0 auto 2.5rem}.articles__intro p{margin:0;color:var(--color-muted)}.article-card__media{aspect-ratio:4 / 3;overflow:hidden;margin:-1.75rem -1.5rem 1rem;background:var(--color-brown-dark)}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card .card__title,.article-card .card__text{text-align:left}.pricing{padding:clamp(3rem,8vw,4.5rem) 1rem;background:var(--color-white)}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.price-card{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(61,43,31,.12);padding:2rem 1.5rem;text-align:center;background:var(--color-cream)}.price-card--featured{border-color:var(--color-accent);box-shadow:0 12px 32px #d9815b2e}.price-card__amount{font-size:2rem;font-weight:700;color:var(--color-accent);margin:.5rem 0}@media (max-width: 820px){.pricing__grid{grid-template-columns:1fr}}.testimonials{padding:clamp(3rem,8vw,4.5rem) 1rem;background:var(--color-beige-section)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.quote{background:var(--color-white);padding:1.5rem;border-left:4px solid var(--color-accent);box-shadow:0 4px 16px #0000000f}.quote p{margin:0 0 1rem;font-style:italic;color:var(--color-body)}.quote footer{font-size:.85rem;font-weight:600;color:var(--color-brown-dark)}@media (max-width: 900px){.testimonials__grid{grid-template-columns:1fr}}.contact{padding:clamp(3rem,8vw,4.5rem) 1rem;background:var(--color-brown-bg);color:#ffffffeb}.contact h2{color:#fff}.contact .accent-line{background:var(--color-accent)}.contact__grid{display:grid;grid-template-columns:1fr minmax(280px,380px);gap:clamp(2rem,4vw,3rem);align-items:start}.contact__lead{margin:0 0 1.5rem;max-width:42ch}.contact__block{margin-bottom:1.25rem}.contact__block strong{display:block;color:#fff;margin-bottom:.25rem}.contact__map{margin-top:1.5rem;border:0;width:100%;height:220px;border-radius:4px;filter:grayscale(.2)}.contact-form{background:var(--color-white);padding:1.75rem;box-shadow:0 16px 48px #0003}.contact-form label{display:block;font-size:.75rem;font-weight:600;color:var(--color-brown-dark);margin-bottom:.35rem}.contact-form input,.contact-form textarea{width:100%;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid rgba(61,43,31,.12);background:var(--color-input-bg);font-family:var(--font-sans);font-size:.9rem;border-radius:2px}.contact-form textarea{min-height:120px;resize:vertical}.contact-form .btn--primary{width:100%;margin-top:.25rem}@media (max-width: 900px){.contact__grid{grid-template-columns:1fr}}.site-footer{padding:2.25rem 1rem 1.5rem;background:var(--color-white);border-top:1px solid rgba(61,43,31,.08)}.site-footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;max-width:1120px;margin:0 auto 1.5rem}.site-footer__logo{height:56px;width:auto}.site-footer__nav{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.site-footer__nav a{color:var(--color-brown-dark);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;text-decoration:none}.site-footer__nav a:hover{color:var(--color-accent);text-decoration:none}.site-footer__social{display:flex;gap:.65rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--color-accent);color:#fff;text-decoration:none}.site-footer__social a:hover{background:#c46f48}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;max-width:1120px;margin:0 auto;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.08);font-size:.8rem;color:#999}section.stats{display:none}section.articles,section.pricing{display:none}
