.hcs-wrap, .hcs-wrap
*{box-sizing:border-box;margin:0;padding:0}.hcs-wrap{--yellow:#FED403;--dark:#1C1C1D;--dark-2:#2C2C2C;--body-clr:#59585D;--white:#fff;--light-bg:#F7F7F8;--border:#E3E3E8;--head-font:'Cal Sans', 'Golos Text', sans-serif;--body-font:'Golos Text', sans-serif;--radius:12px;--radius-lg:20px;--ease:cubic-bezier(.4,0,.2,1);font-family:var(--body-font);color:var(--body-clr);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}.hcs-wrap
a{text-decoration:none}.hcs-wrap a.hcs-link{color:var(--yellow);text-decoration:underline;text-underline-offset:3px;font-weight:600}.hcs-wrap a.hcs-link:hover{color:#c9a800}.hcs-wrap a.hcs-link--white{color:rgba(255,255,255,.75)}.hcs-wrap a.hcs-link--white:hover{color:var(--yellow)}.hcs-container{width:100%;margin:0
auto;padding:0
20px}@media(min-width:640px){.hcs-container{padding:0
28px}}@media(min-width:1024px){.hcs-container{max-width:1200px;padding:0
40px}}.hcs-section-full{width:100vw;position:relative;left:50%;transform:translateX(-50%);margin-left:0;margin-right:0}.hcs-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px
24px;border-radius:8px;font-family:var(--body-font);font-size:15px;font-weight:700;cursor:pointer;border:none;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .2s;white-space:nowrap;text-decoration:none}@media(min-width:640px){.hcs-btn{padding:15px
30px}}.hcs-btn
svg{width:17px;height:17px;flex-shrink:0}.hcs-btn--yellow{background:var(--yellow);color:var(--dark)}.hcs-btn--yellow:hover{background:#ffe645;transform:translateY(-2px);box-shadow:0 8px 28px rgba(254,212,3,.35);color:var(--dark)}.hcs-btn--ghost{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.hcs-btn--ghost:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}.hcs-btn--dark{background:var(--dark);color:var(--white)}.hcs-btn--dark:hover{background:var(--dark-2);transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.25);color:var(--white)}.hcs-btn--full{width:100%}@media(min-width:480px){.hcs-btn--full{width:auto}}.hcs-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--yellow);margin-bottom:12px}.hcs-eyebrow::before{content:'';width:20px;height:2px;background:var(--yellow);display:inline-block;flex-shrink:0}.hcs-section-title{font-family:var(--head-font);font-size:clamp(26px,5vw,46px);font-weight:800;color:var(--dark);line-height:1.12;letter-spacing:-.02em;margin:0
0 16px}.hcs-section-title--white{color:var(--white) !important}.hcs-section-title
em{font-style:normal;color:var(--yellow)}.hcs-fade-up{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.hcs-fade-up.visible{opacity:1;transform:none}.hcs-hero{position:relative;background:var(--dark);overflow:hidden;padding:90px
0 50px}@media(min-width:768px){.hcs-hero{padding:120px
0 80px}}@media(min-width:1024px){.hcs-hero{min-height:90vh;display:flex;align-items:center;padding:0}}.hcs-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 90% 30%,rgba(254,212,3,.1) 0%,transparent 55%),radial-gradient(ellipse 60% 70% at 5% 90%,rgba(254,212,3,.05) 0%,transparent 50%),linear-gradient(145deg,#1C1C1D 0%,#252525 60%,#1C1C1D 100%)}.hcs-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%)}.hcs-hero__glow{position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(254,212,3,.13) 0%,transparent 65%);pointer-events:none;overflow:hidden}.hcs-hero__inner{position:relative;z-index:2;width:100%}.hcs-hero__layout{display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.hcs-hero__layout{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;padding:120px
0 100px}}.hcs-hero__badge{display:inline-flex;align-items:center;gap:7px;background:rgba(254,212,3,.1);border:1px
solid rgba(254,212,3,.28);color:var(--yellow);padding:5px
14px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:20px}.hcs-hero__badge
svg{width:12px;height:12px}.hcs-hero__title{font-family:var(--head-font);font-size:clamp(34px,7vw,70px);font-weight:800;color:#fff !important;line-height:1.06;letter-spacing:-.025em;margin:0
0 18px}.hcs-hero__title
.accent{color:var(--yellow);position:relative;display:inline-block}.hcs-hero__title .accent::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--yellow);border-radius:2px;transform:scaleX(0);transform-origin:left;animation:hcs-lineIn .9s .5s var(--ease) forwards}@keyframes hcs-lineIn{to{transform:scaleX(1)}}.hcs-hero__sub{font-size:16px;color:rgba(255,255,255,.65) !important;line-height:1.75;margin:0
0 32px}@media(min-width:768px){.hcs-hero__sub{font-size:18px;max-width:560px}}.hcs-hero__ctas{display:flex;flex-direction:column;gap:12px}@media(min-width:480px){.hcs-hero__ctas{flex-direction:row;flex-wrap:wrap}}.hcs-hero__card{background:rgba(255,255,255,.06);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px
solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:28px;position:relative;overflow:hidden}@media(min-width:640px){.hcs-hero__card{padding:36px}}.hcs-hero__card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--yellow) 0%,transparent 70%)}.hcs-hero__card-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.45) !important;margin-bottom:16px}.hcs-creds{display:flex;flex-direction:column;gap:9px;margin-bottom:24px}.hcs-cred{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.05);border:1px
solid rgba(255,255,255,.07);border-radius:10px;padding:12px
14px;transition:background .2s,border-color .2s}.hcs-cred:hover{background:rgba(255,255,255,.08);border-color:rgba(254,212,3,.25)}.hcs-cred__icon{width:36px;height:36px;flex-shrink:0;background:rgba(254,212,3,.12);border:1px
solid rgba(254,212,3,.2);border-radius:8px;display:flex;align-items:center;justify-content:center}.hcs-cred__icon
svg{width:17px;height:17px;color:var(--yellow)}.hcs-cred__title{font-size:14px;font-weight:700;color:#fff !important}.hcs-cred__sub{font-size:12px;color:rgba(255,255,255,.4) !important;margin-top:2px}.hcs-phone-link{display:flex;align-items:center;gap:12px;background:var(--yellow);border-radius:10px;padding:14px
18px;transition:background .2s,transform .25s var(--ease);margin-bottom:10px;text-decoration:none}.hcs-phone-link:hover{background:#ffe645;transform:translateY(-2px)}.hcs-phone-icon{width:40px;height:40px;background:rgba(0,0,0,.14);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hcs-phone-icon
svg{width:20px;height:20px;color:var(--dark)}.hcs-phone-text
span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(0,0,0,.55) !important}.hcs-phone-text
strong{font-family:var(--head-font);font-size:21px;font-weight:800;color:var(--dark) !important}.hcs-card-note{font-size:13px;color:rgba(255,255,255,.3) !important;text-align:center}.hcs-trust{background:var(--yellow);padding:14px
0;overflow:hidden}.hcs-trust__inner{display:flex;align-items:center;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.hcs-trust__inner::-webkit-scrollbar{display:none}@media(min-width:768px){.hcs-trust__inner{justify-content:space-between;overflow-x:visible;white-space:normal;gap:16px}}.hcs-trust-item{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--dark) !important;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.hcs-trust-item
svg{width:17px;height:17px;flex-shrink:0}.hcs-trust-sep{color:rgba(0,0,0,.2);font-size:18px;flex-shrink:0}@media(min-width:768px){.hcs-trust-sep{display:none}}.hcs-intro{padding:60px
0;background:var(--white)}@media(min-width:768px){.hcs-intro{padding:100px
0}}.hcs-intro__layout{display:flex;flex-direction:column;gap:40px}@media(min-width:900px){.hcs-intro__layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}}.hcs-intro__text
p{font-size:16px;line-height:1.78;color:var(--body-clr) !important;margin-bottom:16px}.hcs-intro__text p:last-of-type{margin-bottom:32px}.hcs-intro__visual{background:var(--dark);border-radius:var(--radius-lg);padding:36px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}@media(min-width:640px){.hcs-intro__visual{min-height:380px;padding:48px}}.hcs-intro__visual-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(254,212,3,.18) 0%,transparent 60%),linear-gradient(to bottom,var(--dark-2),var(--dark))}.hcs-intro__visual-icon{position:absolute;top:24px;right:24px;width:48px;height:48px;background:rgba(254,212,3,.1);border:1px
solid rgba(254,212,3,.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.hcs-intro__visual-icon
svg{width:24px;height:24px;color:var(--yellow)}.hcs-intro__visual-content{position:relative;z-index:1}.hcs-intro__visual-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--yellow) !important;margin-bottom:8px}.hcs-intro__visual-headline{font-family:var(--head-font);font-size:clamp(22px,4vw,28px);font-weight:800;color:#fff !important;line-height:1.22}.hcs-features{padding:60px
0;background:var(--light-bg);position:relative;overflow:hidden}@media(min-width:768px){.hcs-features{padding:100px
0}}.hcs-features::after{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(254,212,3,.06) 0%,transparent 70%);pointer-events:none}.hcs-features__header{text-align:center;max-width:600px;margin:0
auto 48px}.hcs-features__header
p{font-size:16px;color:var(--body-clr) !important;line-height:1.7}.hcs-features__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;position:relative;z-index:1}@media(min-width:768px){.hcs-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.hcs-features__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hcs-features__grid>.hcs-feat-card{height:100%}.hcs-feat-card{background:var(--white);border:1px
solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .2s;position:relative;overflow:hidden}@media(min-width:640px){.hcs-feat-card{padding:36px}}.hcs-feat-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.hcs-feat-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.09);border-color:transparent}.hcs-feat-card:hover::after{transform:scaleX(1)}.hcs-feat-card__num{font-family:var(--head-font);font-size:44px;font-weight:900;color:rgba(254,212,3,.14);line-height:1;letter-spacing:-.04em;margin-bottom:12px}.hcs-feat-card__title{font-family:var(--head-font);font-size:19px;font-weight:700;color:var(--dark) !important;margin-bottom:8px}.hcs-feat-card__text{font-size:15px;color:var(--body-clr) !important;line-height:1.65}.hcs-local{padding:60px
0;background:var(--white)}@media(min-width:768px){.hcs-local{padding:100px
0}}.hcs-local__layout{display:flex;flex-direction:column;gap:40px}@media(min-width:900px){.hcs-local__layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}}.hcs-local__body
p{font-size:16px;line-height:1.78;color:var(--body-clr) !important;margin-bottom:16px}.hcs-area-list{background:var(--light-bg);border:1px
solid var(--border);border-radius:var(--radius-lg);padding:28px}@media(min-width:640px){.hcs-area-list{padding:36px}}.hcs-area-list__title{font-family:var(--head-font);font-size:17px;font-weight:700;color:var(--dark) !important;margin-bottom:18px;display:flex;align-items:center;gap:9px}.hcs-area-list__title
svg{width:19px;height:19px;color:var(--yellow);flex-shrink:0}.hcs-area-list
ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px}.hcs-area-list
li{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--body-clr) !important;padding:8px
10px;border-radius:6px;transition:background .2s}.hcs-area-list li
svg{width:13px;height:13px;color:var(--yellow);flex-shrink:0}.hcs-related{background:var(--dark);border-radius:var(--radius-lg);padding:28px;margin-top:24px}.hcs-related__title{font-family:var(--head-font);font-size:16px;font-weight:700;color:#fff !important;margin-bottom:14px}.hcs-related
ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.hcs-related
li{display:flex;align-items:center;gap:8px}.hcs-related li
svg{width:14px;height:14px;color:var(--yellow);flex-shrink:0}.hcs-related li
a{font-size:14px;font-weight:600;color:rgba(255,255,255,.7) !important;transition:color .2s}.hcs-related li a:hover{color:var(--yellow) !important}.hcs-permit{padding:60px
0;background:var(--light-bg)}@media(min-width:768px){.hcs-permit{padding:80px
0}}.hcs-permit__inner{max-width:820px;margin:0
auto}.hcs-permit__box{background:var(--white);border:1px
solid var(--border);border-radius:var(--radius-lg);padding:32px;border-left:4px solid var(--yellow)}@media(min-width:640px){.hcs-permit__box{padding:40px}}.hcs-permit__box
h3{font-family:var(--head-font);font-size:22px;font-weight:700;color:var(--dark) !important;margin-bottom:14px}.hcs-permit__box
p{font-size:15px;line-height:1.78;color:var(--body-clr) !important;margin-bottom:14px}.hcs-permit__box
ul{list-style:none;padding:0;margin:14px
0;display:flex;flex-direction:column;gap:8px}.hcs-permit__box
li{display:flex;align-items:flex-start;gap:9px;font-size:15px;color:var(--body-clr) !important;line-height:1.6}.hcs-permit__box li
svg{width:16px;height:16px;color:var(--yellow);flex-shrink:0;margin-top:3px}.hcs-faq{padding:60px
0;background:var(--dark);position:relative;overflow:hidden}@media(min-width:768px){.hcs-faq{padding:100px
0}}.hcs-faq::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 100% 0%,rgba(254,212,3,.07) 0%,transparent 55%),radial-gradient(ellipse 50% 60% at 0% 100%,rgba(254,212,3,.04) 0%,transparent 50%)}.hcs-faq__layout{display:flex;flex-direction:column;gap:48px;position:relative;z-index:1}@media(min-width:900px){.hcs-faq__layout{display:grid;grid-template-columns:320px 1fr;gap:72px;align-items:start}}.hcs-faq__sidebar
p{font-size:16px;color:rgba(255,255,255,.55) !important;line-height:1.72;margin-bottom:28px}.hcs-faq .hcs-section-title{color:#fff !important}.hcs-faq .hcs-eyebrow{color:var(--yellow) !important}.hcs-faq__list{display:flex;flex-direction:column;gap:10px}.hcs-faq-item{background:rgba(255,255,255,.05);border:1px
solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.hcs-faq-item:hover{border-color:rgba(254,212,3,.28)}.hcs-faq-item__q{width:100%;background:none;border:none;padding:18px
20px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;text-align:left;font-family:var(--body-font);font-size:15px;font-weight:700;color:#fff !important;transition:color .2s}.hcs-faq-item__q:hover{color:var(--yellow) !important}.hcs-faq-item__q
svg{width:17px;height:17px;flex-shrink:0;color:var(--yellow);transition:transform .3s var(--ease)}.hcs-faq-item.open .hcs-faq-item__q
svg{transform:rotate(45deg)}.hcs-faq-item__a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease),padding .3s;padding:0
20px;font-size:15px;line-height:1.72;color:rgba(255,255,255,.55) !important}.hcs-faq-item.open .hcs-faq-item__a{max-height:500px;padding:0
20px 18px}.hcs-cta{padding:60px
0;background:var(--yellow);position:relative;overflow:hidden}@media(min-width:768px){.hcs-cta{padding:100px
0}}.hcs-cta__pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:36px 36px}.hcs-cta__inner{position:relative;z-index:1;text-align:center;max-width:660px;margin:0
auto}.hcs-cta__title{font-family:var(--head-font);font-size:clamp(28px,5vw,52px);font-weight:900;color:var(--dark) !important;line-height:1.1;letter-spacing:-.025em;margin-bottom:14px}.hcs-cta__sub{font-size:16px;color:rgba(0,0,0,.65) !important;margin-bottom:32px;line-height:1.65}@media(min-width:640px){.hcs-cta__sub{font-size:18px}}.hcs-cta__actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}@media(min-width:480px){.hcs-cta__actions{flex-direction:row;justify-content:center;align-items:center}}