.btn{align-items:center;border:1px solid transparent;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:650;gap:10px;justify-content:center;letter-spacing:.01em;line-height:1;min-height:50px;padding:14px 30px;text-decoration:none;transition:transform var(--duration-base,.3s) var(--ease,ease),background-color var(--duration-base,.3s) var(--ease,ease),border-color var(--duration-base,.3s) var(--ease,ease),color var(--duration-base,.3s) var(--ease,ease),box-shadow var(--duration-base,.3s) var(--ease,ease);white-space:nowrap}.btn--primary{background-color:var(--red-500);border-color:var(--red-500);box-shadow:0 1px 2px #0000002e,0 8px 26px #d32f2f3d;color:#fff}.btn--primary:hover{background-color:var(--red-400);border-color:var(--red-400);box-shadow:0 2px 5px #00000024,0 12px 34px #d32f2f52;transform:translateY(-1px)}.btn--primary:active{box-shadow:0 1px 2px #0000002e,0 5px 18px #d32f2f3d;transform:translateY(0)}.btn--outline{background-color:transparent;border-color:#1b141033;color:var(--earth-900)}.btn--outline:hover{background-color:#1b14100a;border-color:var(--earth-900);transform:translateY(-1px)}.btn--outline:active{transform:translateY(0)}.breadcrumbs{align-items:center;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px;margin-bottom:40px}.breadcrumbs__link{color:var(--text-muted);text-decoration:none;transition:color var(--duration-base,.3s) var(--ease,ease)}.breadcrumbs__link:hover{color:var(--red-600)}.breadcrumbs__sep{color:var(--text-muted)}.breadcrumbs__current{color:var(--earth-900);font-weight:600}.hero{padding:0 0 80px;position:relative;z-index:1}.hero__grid{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr}.hero__content,.hero__text-block{display:flex;flex-direction:column}.hero__text-block{gap:24px;margin-bottom:48px}.hero__title{color:var(--earth-900);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0}.hero__title .highlight{color:var(--red-600)}.hero__subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6;margin:0;max-width:90%}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__media{position:relative;width:100%}.hero__media-backdrop{background:var(--red-600);border-radius:24px;inset:10% -5% -5% 10%;opacity:.05;pointer-events:none;position:absolute;z-index:1}.hero-gallery{display:block;position:relative;z-index:2}.hero-gallery__item{aspect-ratio:16/10;background-color:#1b141008;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:zoom-in;display:block;overflow:hidden;position:relative;transform:translateZ(0)}.hero-gallery__item:not(.hero-gallery__item--main){display:none}.hero-gallery__item img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1);width:100%}.hero-gallery__item:hover img{transform:scale(1.08)}.hero-gallery__overlay{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.4) 0,transparent 50%);display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.hero-gallery__item:hover .hero-gallery__overlay{opacity:1}.hero-gallery__zoom{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:50%;display:flex;height:48px;justify-content:center;transform:scale(.8) translateY(10px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:48px}.hero-gallery__zoom svg{color:#fff;height:24px;width:24px}.hero-gallery__item:hover .hero-gallery__zoom{transform:scale(1) translateY(0)}@media(max-width:1024px){.hero__grid{gap:48px;grid-template-columns:1fr}.hero__text-block{margin-bottom:32px}.hero__subtitle{max-width:100%}.hero__media-backdrop{left:5%;right:-2%}}@media(max-width:768px){.hero{padding:0 0 60px}.breadcrumbs{margin-bottom:24px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero-gallery__item{border-radius:12px}.btn--block-md{justify-content:center;width:100%}}:root{--red-400:#ef5350}.calculator-page{padding-bottom:100px;padding-top:20px}.hero{padding-bottom:40px}.calc-grid{align-items:start;display:grid;gap:40px;grid-template-columns:1fr 420px}.calc-form{background-color:var(--bg);border:1px solid rgba(27,20,16,.1);border-radius:24px;padding:40px}.form-title{border-bottom:1px solid rgba(27,20,16,.05);color:var(--earth-900);font-size:1.25rem;font-weight:700;margin-bottom:24px;padding-bottom:16px}.form-row{display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.form-group label{color:var(--earth-900);font-size:.95rem;font-weight:600}.form-control{background-color:#1b141005;border:1px solid rgba(27,20,16,.15);border-radius:12px;color:var(--earth-900);font-size:1rem;height:52px;padding:0 16px;transition:all .2s ease;width:100%}.form-control:focus{background-color:#fff;border-color:var(--red-500);box-shadow:0 0 0 3px #d32f2f26;outline:none}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%231b1410' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer}.calc-results{background-color:var(--earth-900);border-radius:24px;box-shadow:0 20px 40px #1b141026;color:#fff;padding:40px;position:sticky;top:100px}.result-card__title{font-size:1.5rem;font-weight:700;margin-bottom:32px}.result-item{align-items:center;color:#fffc;display:flex;font-size:1.05rem;justify-content:space-between;margin-bottom:20px}.result-item__value{color:#fff;font-weight:600;text-align:right}.result-item--total{border-top:1px solid hsla(0,0%,100%,.15);font-size:1.2rem;margin-top:32px;padding-top:24px}.result-item--total .highlight-val{color:var(--red-400);font-size:2rem;font-weight:700;line-height:1}.other-calcs{border-top:1px solid rgba(27,20,16,.1);margin-top:80px;padding-top:48px}.other-calcs h3{color:var(--earth-900);font-size:1.5rem;font-weight:700;margin-bottom:24px}.other-calcs__links{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:992px){.calc-grid{grid-template-columns:1fr}.calc-results{position:static}}@media(max-width:576px){.form-row{grid-template-columns:1fr}.calc-form{padding:24px}.calc-results{padding:32px 24px}}:root{--header-z:1000;--mobile-menu-z:1200;--mobile-menu-control-z:1300;--mobile-menu-top-offset:6px;--mobile-menu-button-top:10px;--header-border:rgba(27,20,16,.12);--header-border-subtle:rgba(27,20,16,.08);--header-hover:rgba(27,20,16,.06);--header-active:rgba(27,20,16,.1);--header-shadow:0 16px 40px rgba(27,20,16,.14);--mobile-menu-shadow:-24px 0 60px rgba(27,20,16,.22);--cta-hover:var(--red-700)}.header{backface-visibility:hidden;background-color:#fff;border-bottom:1px solid var(--header-border-subtle);height:var(--header-height);position:sticky;top:0;transform:translateZ(0);will-change:transform}.header,.header.is-mobile-menu-open{z-index:var(--header-z)}.header__inner{align-items:center;display:grid;gap:24px;grid-template-columns:auto minmax(0,1fr) auto;height:100%;min-height:var(--header-height)}.header__brand{align-items:center;color:inherit;cursor:pointer;display:inline-flex;gap:8px;min-width:0;text-decoration:none}.logo{flex-shrink:0;height:var(--logo-height)}.brand{display:flex;flex-direction:column;line-height:1.1;min-width:0}.brand__title{font-size:1.2rem;font-weight:700;white-space:nowrap}.brand__subtitle{color:var(--text-muted);font-size:.8rem;font-weight:500;margin-top:4px;white-space:nowrap}.nav{align-items:center;display:flex;gap:8px;justify-self:center;max-width:100%;min-width:0}.nav__link,.nav__more-button{align-items:center;border-radius:999px;color:var(--text);display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:500;justify-content:center;line-height:1;min-height:40px;padding:8px 12px;text-decoration:none;transition:background-color var(--duration-fast) var(--ease),color var(--duration-fast) var(--ease);white-space:nowrap}.nav__link:hover,.nav__more-button:hover{background-color:var(--header-hover);color:var(--earth-600)}.nav__link:focus-visible,.nav__more-button:focus-visible{outline:2px solid var(--focus-earth);outline-offset:3px}.nav__more{position:relative}.nav__more-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;gap:6px}.nav__more-button:active{background-color:var(--header-active)}.nav__more.is-open .nav__more-button{background-color:var(--header-hover);color:var(--earth-600)}.nav__more-icon{flex-shrink:0;height:14px;transition:transform .2s ease;width:14px}.nav__more-button[aria-expanded=true] .nav__more-icon,.nav__more.is-open .nav__more-icon{transform:rotate(180deg)}.nav__dropdown{background:var(--bg);border:1px solid var(--header-border);border-radius:14px;box-shadow:var(--header-shadow);display:flex;flex-direction:column;gap:2px;min-width:190px;opacity:0;padding:8px;pointer-events:none;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity .18s ease,visibility .18s ease,transform .18s ease;visibility:hidden}.nav__more.is-open .nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.nav__dropdown-link{align-items:center;border-radius:10px;color:var(--text);display:flex;font-size:.9rem;font-weight:500;min-height:40px;padding:8px 10px;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.nav__dropdown-link:hover{background-color:var(--header-hover);color:var(--earth-600)}.nav__dropdown-link:focus-visible{outline:2px solid var(--focus-earth);outline-offset:2px}.header__actions{align-items:center;display:flex;gap:14px;justify-self:end}.header__phone{align-items:center;color:var(--text);display:inline-flex;font-size:.92rem;font-weight:600;line-height:1;text-decoration:none;transition:color .2s ease;white-space:nowrap}.header__phone:hover{color:var(--red-500)}.header__phone:focus-visible{border-radius:999px;outline:2px solid var(--focus-red);outline-offset:4px}.header__cta{align-items:center;background:var(--red-500);border:1px solid var(--red-500);border-radius:999px;color:#fff;display:inline-flex;font-size:.86rem;font-weight:650;justify-content:center;letter-spacing:.01em;line-height:1;min-height:40px;padding:0 22px;text-decoration:none;transition:transform var(--duration-base) var(--ease),background-color var(--duration-base) var(--ease),border-color var(--duration-base) var(--ease),color var(--duration-base) var(--ease);white-space:nowrap}.header__cta:hover{background:var(--red-600);border-color:var(--red-600);color:#fff;transform:translateY(-1px)}.header__cta:active{transform:translateY(0)}.header__cta:focus-visible{outline:2px solid var(--focus-red);outline-offset:4px}.header__menu-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:999px;color:var(--text);cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;min-width:40px;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;width:40px}.header__menu-button:hover{background-color:var(--header-hover);color:var(--earth-600)}.header__menu-button:active{transform:scale(.96)}.header__menu-button:focus-visible{outline:2px solid var(--focus-earth);outline-offset:3px}.header__menu-line{background-color:currentColor;border-radius:999px;display:block;height:2px;transition:transform .24s var(--ease),opacity .18s ease,width .24s var(--ease);width:18px}.mobile-nav{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:radial-gradient(circle at 100% 0,rgba(211,47,47,.14),transparent 34%),#1b141047;display:block;height:100vh;inset:0;min-height:100vh;overflow:hidden;overscroll-behavior:contain;position:fixed;touch-action:none;width:100vw;z-index:var(--mobile-menu-z)}@supports (height:100svh){.mobile-nav{height:100svh;min-height:100svh}}.mobile-nav__panel{height:100%;margin-left:auto;overflow-y:auto;overscroll-behavior:contain;width:min(92vw,440px);-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#fffffffa,#fffffff0),var(--bg);border-left:1px solid var(--header-border-subtle);box-shadow:var(--mobile-menu-shadow);touch-action:pan-y}.mobile-nav__inner{display:flex;flex-direction:column;margin:0 auto;min-height:100%;padding-bottom:max(24px,env(safe-area-inset-bottom));padding-top:calc(env(safe-area-inset-top) + var(--mobile-menu-top-offset));width:min(100% - 32px,1200px)}.mobile-nav__top{align-items:center;display:flex;gap:16px;justify-content:space-between;min-height:48px}.mobile-nav__brand{align-items:center;color:inherit;display:inline-flex;gap:8px;min-width:0;text-decoration:none}.mobile-nav__logo{flex-shrink:0;height:38px}.mobile-nav__brand-text{line-height:1.1;min-width:0}.mobile-nav__title{font-size:1.15rem;font-weight:800;white-space:nowrap}.mobile-nav__subtitle{color:var(--text-muted);font-size:.76rem;font-weight:500;margin-top:4px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav__close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:6px;color:var(--text);cursor:pointer;display:inline-flex;height:40px;justify-content:center;min-width:40px;position:relative;transition:color .2s ease,opacity .2s ease,transform .2s ease;width:40px}.mobile-nav__close:hover{color:var(--red-500)}.mobile-nav__close:active{transform:scale(.94)}.mobile-nav__close:focus-visible{outline:2px solid var(--focus-red);outline-offset:3px}.mobile-nav__close-line{background-color:currentColor;border-radius:999px;display:block;height:2px;position:absolute;width:22px}.mobile-nav__close-line:first-child{transform:rotate(45deg)}.mobile-nav__close-line:nth-child(2){transform:rotate(-45deg)}.mobile-nav__content{display:flex;flex-direction:column;gap:6px;padding-bottom:32px;padding-top:clamp(32px,8vh,64px)}.mobile-nav__link{align-items:center;border-bottom:1px solid var(--header-border-subtle);color:var(--text);display:flex;gap:20px;justify-content:space-between;min-height:52px;padding:9px 2px;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.mobile-nav__link span{font-size:clamp(1.22rem,5.4vw,1.85rem);font-weight:650;letter-spacing:-.02em;line-height:1.1}.mobile-nav__link:after{border-right:2px solid;border-top:2px solid;content:"";flex-shrink:0;height:9px;opacity:.35;transform:rotate(45deg);transition:opacity .2s ease,transform .2s ease;width:9px}@media(hover:hover)and (pointer:fine){.mobile-nav__link:hover{color:var(--red-500);padding-left:8px}.mobile-nav__link:hover:after{opacity:1;transform:translate(4px) rotate(45deg)}}@media(hover:none){.mobile-nav__link:hover{color:var(--text);padding-left:2px}.mobile-nav__link:hover:after{opacity:.35;transform:rotate(45deg)}}.mobile-nav__link:focus-visible{border-radius:8px;outline:2px solid var(--focus-earth);outline-offset:4px}.mobile-nav__bottom{display:grid;gap:10px;margin-top:auto;padding-top:20px}.mobile-nav__cta,.mobile-nav__phone{align-items:center;border-radius:999px;display:inline-flex;font-size:.95rem;font-weight:700;justify-content:center;line-height:1;min-height:48px;padding:0 18px;text-decoration:none;transition:transform var(--duration-base) var(--ease),background-color var(--duration-base) var(--ease),border-color var(--duration-base) var(--ease),color var(--duration-base) var(--ease);white-space:nowrap}.mobile-nav__phone{background:#ffffffc7;border:1px solid var(--header-border);color:var(--red-500)}.mobile-nav__cta{background:var(--red-500);border:1px solid var(--red-500);color:#fff}.mobile-nav__phone:hover{background-color:var(--header-hover);color:var(--earth-600)}.mobile-nav__cta:hover{background:var(--red-600);border-color:var(--red-600);color:#fff}.mobile-nav__cta:active,.mobile-nav__phone:active{transform:translateY(1px)}.mobile-nav__cta:focus-visible,.mobile-nav__phone:focus-visible{outline:2px solid var(--focus-red);outline-offset:4px}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:opacity .34s var(--ease),visibility .34s var(--ease)}.mobile-menu-enter-active .mobile-nav__panel,.mobile-menu-leave-active .mobile-nav__panel{transition:transform .44s var(--ease),opacity .34s ease;will-change:transform,opacity}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0;visibility:hidden}.mobile-menu-enter-to,.mobile-menu-leave-from{opacity:1;visibility:visible}.mobile-menu-enter-from .mobile-nav__panel,.mobile-menu-leave-to .mobile-nav__panel{opacity:.96;transform:translate(100%)}.mobile-menu-enter-to .mobile-nav__panel,.mobile-menu-leave-from .mobile-nav__panel{opacity:1;transform:translate(0)}@media(max-width:1120px){.header__inner{gap:18px}.brand__subtitle{display:none}.nav{gap:4px}.nav__link,.nav__more-button{font-size:.9rem;padding-inline:9px}.header__actions{gap:10px}.header__cta{font-size:.84rem;padding-inline:18px}}@media(max-width:980px){.header__inner{gap:16px;grid-template-columns:auto 1fr auto}.nav{justify-self:end}.header__actions{gap:10px}}@media(max-width:820px){.header__phone{display:none}}@media(max-width:720px){:root{--mobile-menu-top-offset:6px;--mobile-menu-button-top:10px}.header__inner{gap:12px;grid-template-columns:minmax(0,1fr) auto}.header__brand{min-width:0}.brand__subtitle{display:block;font-size:.72rem;max-width:180px;overflow:hidden;text-overflow:ellipsis}.nav{display:none}.header__actions{gap:8px;justify-self:end}.header__menu-button{display:inline-flex}.header__cta{min-height:38px;padding-inline:16px}}@media(max-width:520px){.header__cta{display:none}.brand__subtitle{max-width:220px}}@media(max-width:480px){.brand__title{font-size:1.05rem}.brand__subtitle{font-size:.7rem;max-width:190px}.mobile-nav__panel{width:min(94vw,440px)}}@media(max-width:380px){.mobile-nav__panel{width:100vw}}@media(max-width:360px){.brand__subtitle{max-width:155px}.mobile-nav__subtitle{max-width:180px}}@media(prefers-reduced-motion:reduce){.header__cta,.header__menu-button,.header__menu-line,.header__phone,.mobile-menu-enter-active,.mobile-menu-enter-active .mobile-nav__panel,.mobile-menu-leave-active,.mobile-menu-leave-active .mobile-nav__panel,.mobile-nav,.mobile-nav__close,.mobile-nav__cta,.mobile-nav__link,.mobile-nav__link:after,.mobile-nav__panel,.mobile-nav__phone,.nav__dropdown,.nav__dropdown-link,.nav__link,.nav__more-button,.nav__more-icon{transition:none}.header__cta:active,.header__menu-button:active,.mobile-nav__close:active,.mobile-nav__cta:active,.mobile-nav__phone:active{transform:none}}.main-hero,.main-hero *,.main-hero :after,.main-hero :before{box-sizing:border-box}.main-hero{--hero-real-height:calc(var(--hero-vh, 100vh) - var(--hero-header-height, var(--header-height, 64px)));color:#fff;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:var(--hero-real-height);isolation:isolate;max-height:var(--hero-real-height);min-height:var(--hero-real-height);position:relative;width:100%}.main-hero,.main-hero__bg{background:var(--earth-900);overflow:hidden}.main-hero__bg{inset:0;position:absolute;z-index:-1}.main-hero__media{filter:brightness(.68) saturate(.78) contrast(1.04);height:100%;inset:0;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:60% 50%;object-position:60% 50%;position:absolute;transform:scale(1.01);width:100%}.main-hero__media--img,.main-hero__media--video{z-index:1}.main-hero__overlay{background:radial-gradient(circle at 78% 38%,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.02) 24%,transparent 52%),linear-gradient(105deg,#1b1410e6,#1b1410d1 31%,#1b14108a 55%,#1b141047 78%,#1b141033),linear-gradient(0deg,rgba(27,20,16,.66) 0,rgba(27,20,16,.18) 34%,transparent 58%),linear-gradient(180deg,rgba(27,20,16,.34) 0,transparent 28%);inset:0;position:absolute;z-index:3}.main-hero__grain{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-size:256px 256px;inset:0;opacity:.045;pointer-events:none;position:absolute;z-index:4}.main-hero__container{height:100%;margin:0 auto;padding-top:clamp(16px,3vh,32px);position:relative;width:min(100% - calc(var(--container-padding)*2),var(--container-width));z-index:2}.main-hero__body,.main-hero__container{display:flex;flex:1;flex-direction:column}.main-hero__body{justify-content:center;max-width:680px;padding-bottom:clamp(14px,3vh,36px);width:100%}.main-hero__tag{align-items:center;color:#ffffff8f;display:inline-flex;font-size:clamp(.7rem,1vw,.82rem);font-weight:600;gap:8px;letter-spacing:.065em;line-height:1.2;margin-bottom:clamp(12px,2.2vh,20px);text-transform:uppercase;width:-moz-fit-content;width:fit-content}.main-hero__tag-dot{background:var(--green-500);border-radius:999px;box-shadow:0 0 10px #43a04794;flex:0 0 auto;height:6px;width:6px}.main-hero__title{color:#fff;font-size:clamp(2.25rem,5.3vw,4.2rem);font-weight:800;letter-spacing:-.035em;line-height:1.06;margin:0 0 clamp(14px,2.6vh,24px);text-wrap:balance}.main-hero__title-line{display:block}.main-hero__title-accent{color:var(--red-400);font-size:clamp(2.65rem,6.3vw,4.95rem);letter-spacing:-.045em}.main-hero__subtitle{color:#ffffff94;font-size:clamp(.95rem,1.25vw,1.08rem);line-height:1.65;margin:0 0 clamp(22px,4vh,38px);max-width:455px}.main-hero__actions{display:flex;flex-wrap:wrap;gap:14px}.main-hero__cta{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:.92rem;font-weight:650;gap:10px;justify-content:center;letter-spacing:.01em;line-height:1;min-height:50px;padding:14px 30px;text-decoration:none;transition:transform var(--duration-base) var(--ease),background-color var(--duration-base) var(--ease),border-color var(--duration-base) var(--ease),color var(--duration-base) var(--ease),box-shadow var(--duration-base) var(--ease);white-space:nowrap}.main-hero__cta--primary{background:var(--red-500);border-color:var(--red-500);box-shadow:0 1px 2px #0000002e,0 8px 26px #d32f2f3d;color:#fff}.main-hero__cta--primary:hover{background:var(--red-400);border-color:var(--red-400);box-shadow:0 2px 5px #00000024,0 12px 34px #d32f2f52;transform:translateY(-1px)}.main-hero__cta--primary:active{box-shadow:0 1px 2px #0000002e,0 5px 18px #d32f2f3d;transform:translateY(0)}.main-hero__cta-arrow{transition:transform var(--duration-base) var(--ease)}.main-hero__cta--primary:hover .main-hero__cta-arrow{transform:translate(3px)}.main-hero__cta--ghost{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff1;border:1px solid hsla(0,0%,100%,.14);color:#ffffffc7}.main-hero__cta--ghost:hover{background:#ffffff1f;border-color:#ffffff42;color:#fff}.main-hero__stats{align-items:stretch;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(180deg,#ffffff12,#ffffff06);border:1px solid hsla(0,0%,100%,.09);border-bottom:0;border-radius:18px 18px 0 0;display:flex;margin-inline:calc(var(--container-padding)*-1);overflow:hidden;width:calc(100% + var(--container-padding)*2)}.main-hero__stat{align-items:center;display:flex;flex:1 1 0;flex-direction:column;justify-content:center;min-width:0;padding:clamp(14px,2.4vh,24px) 10px;text-align:center}.main-hero__stat-value{color:#fff;font-size:clamp(1.2rem,2.2vw,1.62rem);font-weight:800;letter-spacing:-.025em;line-height:1.12}.main-hero__stat-unit{font-size:.82em;font-weight:750;opacity:.72}.main-hero__stat-sub{font-size:.64em;font-weight:550;letter-spacing:0;opacity:.64}.main-hero__stat-label{color:#ffffff73;font-size:clamp(.68rem,1vw,.76rem);letter-spacing:.01em;line-height:1.25;margin-top:5px}.main-hero__stat-sep{background:#ffffff17;flex:0 0 1px;margin-block:clamp(16px,2.6vh,26px);min-height:32px;width:1px}.main-hero__actions,.main-hero__stat,.main-hero__subtitle,.main-hero__tag,.main-hero__title-line{opacity:0;transform:translateY(12px)}.main-hero--loaded .main-hero__actions,.main-hero--loaded .main-hero__stat,.main-hero--loaded .main-hero__subtitle,.main-hero--loaded .main-hero__tag,.main-hero--loaded .main-hero__title-line{opacity:1;transform:translateY(0);transition:opacity var(--duration-slow) var(--ease),transform var(--duration-slow) var(--ease)}.main-hero--loaded .main-hero__tag{transition-delay:80ms}.main-hero--loaded .main-hero__title-line:first-child{transition-delay:.14s}.main-hero--loaded .main-hero__title-line:nth-child(2){transition-delay:.2s}.main-hero--loaded .main-hero__title-line:nth-child(3){transition-delay:.26s}.main-hero--loaded .main-hero__subtitle{transition-delay:.33s}.main-hero--loaded .main-hero__actions{transition-delay:.4s}.main-hero--loaded .main-hero__stat:first-child{transition-delay:.47s}.main-hero--loaded .main-hero__stat:nth-child(3){transition-delay:.52s}.main-hero--loaded .main-hero__stat:nth-child(5){transition-delay:.57s}.main-hero--loaded .main-hero__stat:nth-child(7){transition-delay:.62s}@media(max-width:1024px){.main-hero__body{max-width:590px}.main-hero__media{-o-object-position:58% 50%;object-position:58% 50%}}@media(max-width:768px){.main-hero{max-height:none}.main-hero,.main-hero__container{height:auto;min-height:var(--hero-real-height)}.main-hero__container{padding-top:16px}.main-hero__body{max-width:100%;padding-bottom:16px}.main-hero__media{-o-object-position:55% 35%;object-position:55% 35%}.main-hero__overlay{background:linear-gradient(180deg,#1b1410c7 0,#1b14107a 30%,#1b14108f 62%,#1b1410e6)}.main-hero__title{font-size:clamp(1.95rem,8.5vw,3rem);line-height:1.08}.main-hero__title-accent{font-size:clamp(2.28rem,10.5vw,3.45rem)}.main-hero__subtitle{max-width:100%}.main-hero__actions{flex-direction:column;gap:10px}.main-hero__cta{min-height:48px;padding:14px 22px;width:100%}.main-hero__stats{flex-wrap:wrap}.main-hero__stat{flex:0 0 50%;padding:12px 8px}.main-hero__stat-sep{display:none}.main-hero__stat:first-child,.main-hero__stat:nth-child(3){border-bottom:1px solid hsla(0,0%,100%,.07)}.main-hero__stat:first-child,.main-hero__stat:nth-child(5){border-right:1px solid hsla(0,0%,100%,.07)}}@media(max-width:420px){.main-hero__container{padding-top:12px}.main-hero__tag{margin-bottom:10px}.main-hero__title{font-size:clamp(1.72rem,8vw,2.22rem);margin-bottom:12px}.main-hero__title-accent{font-size:clamp(1.95rem,9.8vw,2.68rem)}.main-hero__subtitle{font-size:.9rem;line-height:1.52;margin-bottom:18px}.main-hero__stat{padding-block:10px}.main-hero__stat-value{font-size:1.22rem}.main-hero__stat-label{font-size:.66rem}}@media(max-height:700px)and (min-width:769px){.main-hero__container{padding-top:14px}.main-hero__title{font-size:clamp(2.1rem,4.6vw,3.45rem);margin-bottom:14px}.main-hero__title-accent{font-size:clamp(2.5rem,5.5vw,4.1rem)}.main-hero__subtitle{margin-bottom:22px}.main-hero__stat{padding-block:14px}}@media(max-height:620px){.main-hero__container{padding-top:10px}.main-hero__body{padding-bottom:10px}.main-hero__tag{margin-bottom:8px}.main-hero__title{margin-bottom:10px}.main-hero__subtitle{margin-bottom:16px}.main-hero__cta{min-height:44px;padding-block:12px}.main-hero__stat{padding-block:9px}}@media(prefers-reduced-motion:reduce){.main-hero__actions,.main-hero__stat,.main-hero__subtitle,.main-hero__tag,.main-hero__title-line{opacity:1;transform:none;transition:none}.main-hero__cta,.main-hero__cta-arrow{transition:none}}:root{--earth-900:#1b1410;--earth-600:#5c4a3d;--red-700:#b92727;--red-600:#c62828;--red-500:#d32f2f;--red-400:#e53935;--green-500:#43a047;--bg:#fff;--text:var(--earth-900);--text-muted:var(--earth-600);--header-height:64px;--logo-height:40px;--container-width:1200px;--container-padding:20px;--ease:cubic-bezier(.22,1,.36,1);--duration-fast:.18s;--duration-base:.26s;--duration-slow:.7s;--focus-earth:rgba(27,20,16,.35);--focus-red:rgba(211,47,47,.38);--hero-vh:100vh}@supports (height:100svh){:root{--hero-vh:100svh}}@media(min-width:769px){:root{--hero-vh:100dvh}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body,html{min-height:100%}body{background-color:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#app{min-height:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}img,svg,video{display:block;max-width:100%}.container{margin:0 auto;width:min(100% - calc(var(--container-padding)*2),var(--container-width))}@media(max-width:720px){:root{--header-height:60px;--logo-height:36px;--container-padding:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.footer[data-v-362f08f6]{background-color:var(--bg);border-top:1px solid rgba(27,20,16,.08);padding:80px 0 40px}.footer__inner[data-v-362f08f6]{display:grid;gap:40px;grid-template-columns:2fr 2fr 1.5fr 1fr;margin-bottom:64px}.footer__brand[data-v-362f08f6]{align-items:center;display:inline-flex;gap:12px;margin-bottom:24px;text-decoration:none;transition:opacity var(--duration-base) var(--ease)}.footer__brand[data-v-362f08f6]:hover{opacity:.8}.footer__logo[data-v-362f08f6]{height:48px;-o-object-fit:contain;object-fit:contain;width:48px}.footer__brand-text[data-v-362f08f6]{display:flex;flex-direction:column}.footer__brand-title[data-v-362f08f6]{color:var(--earth-900);font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.footer__brand-subtitle[data-v-362f08f6]{color:var(--text-muted);font-size:.85rem;font-weight:600;margin-top:2px}.footer__geo[data-v-362f08f6]{align-items:center;background-color:#1b14100a;border:1px solid rgba(27,20,16,.05);border-radius:12px;box-sizing:border-box;color:var(--earth-900);display:inline-flex;font-size:.95rem;font-weight:650;gap:10px;max-width:100%;padding:12px 16px;width:-moz-fit-content;width:fit-content}.footer__geo span[data-v-362f08f6]{line-height:1.3}.footer__geo svg[data-v-362f08f6]{color:var(--red-600);flex-shrink:0;height:20px;width:20px}.footer__title[data-v-362f08f6]{color:var(--earth-900);font-size:1.1rem;font-weight:700;margin:0 0 24px}.footer__list[data-v-362f08f6]{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0;row-gap:12px}.footer__list a[data-v-362f08f6]{color:var(--text-muted);font-size:.95rem;text-decoration:none;transition:color var(--duration-base) var(--ease)}.footer__list a[data-v-362f08f6]:hover{color:var(--red-600)}.footer__phone[data-v-362f08f6]{color:var(--earth-900);display:inline-block;font-size:1.5rem;font-weight:800;letter-spacing:-.01em;margin-bottom:8px;text-decoration:none;transition:color var(--duration-base) var(--ease)}.footer__phone[data-v-362f08f6]:hover{color:var(--red-600)}.footer__contacts-col[data-v-362f08f6]{align-items:flex-start;display:flex;flex-direction:column}.footer__email[data-v-362f08f6]{color:var(--earth-900);display:inline-block;font-size:1.1rem;font-weight:650;text-decoration:none;transition:color var(--duration-base) var(--ease)}.footer__email[data-v-362f08f6]:hover{color:var(--red-600)}.footer__address[data-v-362f08f6]{color:var(--text-muted);font-size:.95rem;font-style:normal;line-height:1.6;margin:0}.footer__address--flat[data-v-362f08f6]{color:var( --earth-900 );max-width:100%}.footer__socials[data-v-362f08f6]{display:flex;flex-direction:column;gap:16px}.social-link[data-v-362f08f6]{align-items:center;color:var(--earth-900);display:inline-flex;font-size:.95rem;font-weight:650;gap:12px;text-decoration:none;transition:color var(--duration-base) var(--ease)}.social-link[data-v-362f08f6]:hover{color:var(--red-600)}.social-link__icon[data-v-362f08f6]{align-items:center;background-color:#1b14100a;border-radius:12px;display:flex;height:44px;justify-content:center;transition:transform var(--duration-base) var(--ease),box-shadow var(--duration-base) var(--ease);width:44px}.social-link__img[data-v-362f08f6]{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.social-link:hover .social-link__icon[data-v-362f08f6]{box-shadow:0 8px 16px #1b14101a;transform:translateY(-2px)}.footer__bottom[data-v-362f08f6]{border-top:1px solid rgba(27,20,16,.08);display:flex;flex-direction:column;gap:24px;padding-top:32px}.footer__bottom-row[data-v-362f08f6]{align-items:flex-end;display:flex;gap:32px;justify-content:space-between}.footer__legal[data-v-362f08f6]{display:flex;flex-direction:column;gap:8px}.footer__legal-company[data-v-362f08f6]{color:var(--earth-900);font-size:1rem;font-weight:700}.footer__legal-reqs[data-v-362f08f6]{display:flex;flex-wrap:wrap;gap:12px}.footer__req[data-v-362f08f6]{color:var(--text-muted);font-size:.85rem}.footer__req[data-v-362f08f6]:not(:last-child):after{background-color:#1b141033;border-radius:50%;content:"";display:inline-block;height:4px;margin-left:12px;transform:translateY(-1px);vertical-align:middle;width:4px}.footer__copy[data-v-362f08f6]{align-items:flex-end;display:flex;flex-direction:column;gap:8px;text-align:right}.footer__copy-text[data-v-362f08f6],.footer__policy[data-v-362f08f6]{color:var(--text-muted);font-size:.85rem}.footer__policy[data-v-362f08f6]{text-decoration:underline;text-decoration-color:#1b141033;text-underline-offset:4px;transition:color var(--duration-base) var(--ease),text-decoration-color var(--duration-base) var(--ease)}.footer__policy[data-v-362f08f6]:hover{color:var(--earth-900);text-decoration-color:var(--earth-900)}@media(max-width:1024px){.footer__inner[data-v-362f08f6]{gap:48px;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer[data-v-362f08f6]{padding:60px 0 32px}.footer__inner[data-v-362f08f6]{gap:40px;grid-template-columns:1fr;margin-bottom:48px}.footer__bottom-row[data-v-362f08f6]{align-items:flex-start;flex-direction:column;gap:24px}.footer__copy[data-v-362f08f6]{align-items:flex-start;text-align:left}.footer__req[data-v-362f08f6]:not(:last-child):after{display:none}.footer__legal-reqs[data-v-362f08f6]{flex-direction:column;gap:8px}.footer__geo[data-v-362f08f6]{font-size:.9rem;padding:10px 14px}}.not-found-section[data-v-4af07a60]{align-items:center;background-color:var(--bg);display:flex;min-height:100vh;padding:120px 0}.not-found-content[data-v-4af07a60]{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:600px;text-align:center}.not-found-code[data-v-4af07a60]{color:transparent;font-size:clamp(6rem,12vw,9rem);font-weight:900;line-height:1;-webkit-text-stroke:2px var(--red-600);background:radial-gradient(circle at center,rgba(211,47,47,.15) 0,transparent 60%);letter-spacing:-.05em;margin-bottom:16px;position:relative}.not-found-title[data-v-4af07a60]{color:var(--earth-900);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1;margin-bottom:16px}.not-found-title .highlight[data-v-4af07a60]{color:var(--red-600)}.not-found-subtitle[data-v-4af07a60]{color:var(--text-muted);font-size:1.125rem;line-height:1.6;margin-bottom:40px}.btn[data-v-4af07a60]{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-weight:650;gap:10px;padding:14px 30px;transition:all .3s ease}.btn--primary[data-v-4af07a60]{background-color:var(--red-500);color:#fff}.btn--primary[data-v-4af07a60]:hover{background-color:var(--red-400);transform:translateY(-2px)}
