
:root{
  --anthracite:#202523;
  --green:#24513d;
  --surface:#f4f5f2;
  --white:#fff;
  --muted:#6f7773;
  --line:#dfe4e0;
  --container:1240px;
  --radius:14px;
  --shadow:0 16px 40px rgba(20,30,25,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--anthracite);background:var(--white);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration-thickness:1px;text-underline-offset:3px}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.narrow{width:min(calc(100% - 32px),820px);margin-inline:auto}
.section{padding:88px 0}
.section--surface{background:var(--surface)}
.section--dark{background:var(--anthracite);color:var(--white)}
.hero{padding:96px 0;background:var(--anthracite);color:var(--white)}
.hero__grid,.split{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.hero__placeholder{min-height:420px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.01))}
.eyebrow{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;color:#87b49d}
h1,h2,h3{line-height:1.08;margin-top:0}
h1{font-size:clamp(2.4rem,6vw,5.2rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.035em}
h3{font-size:1.35rem}
.lead{font-size:clamp(1.1rem,2vw,1.35rem);max-width:65ch;color:inherit;opacity:.92}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:10px;border:1px solid transparent;font-weight:700;text-decoration:none;cursor:pointer}
.btn-primary{background:var(--green);color:var(--white)}
.btn-secondary{background:transparent;color:inherit;border-color:currentColor}
.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:var(--white);box-shadow:var(--shadow)}
.section-heading{max-width:760px;margin-bottom:40px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(32,37,35,.96);color:var(--white);backdrop-filter:blur(12px)}
.site-header__inner{min-height:76px;display:flex;align-items:center;gap:28px}
.brand{color:var(--white);text-decoration:none;font-weight:900;letter-spacing:.05em}
.primary-nav{margin-left:auto}
.primary-nav__list{list-style:none;display:flex;gap:20px;margin:0;padding:0}
.primary-nav a{color:var(--white);text-decoration:none}
.site-header__actions{display:flex;gap:10px}
.menu-toggle{display:none;background:transparent;color:var(--white);border:0;font-size:1.5rem}
.site-footer{background:#141816;color:#dbe3df;padding:64px 0}
.site-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.site-footer a{color:#fff}
.footer-heading{font-size:1rem}
.mobile-sticky-cta{display:none}
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;padding:0;list-style-position:inside}
.process li{padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:12px}
.integration-fallback{padding:24px;border:1px dashed var(--line);border-radius:var(--radius)}
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.spec-grid div{padding:18px;background:var(--surface);border-radius:10px}
.spec-grid dt{font-size:.8rem;color:var(--muted)}
.spec-grid dd{margin:4px 0 0;font-weight:700}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:18px 0;margin:0;font-size:.9rem}
.breadcrumbs li+li:before{content:"›";margin-right:8px;color:var(--muted)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;top:8px;left:8px;width:auto;height:auto;clip:auto;background:#fff;color:#000;padding:10px;z-index:9999}
details{border-bottom:1px solid var(--line);padding:18px 0}
summary{font-weight:700;cursor:pointer}
@media(max-width:960px){
  .hero__grid,.split{grid-template-columns:1fr}
  .card-grid--3,.card-grid{grid-template-columns:1fr 1fr}
  .site-header__actions .btn-secondary{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--anthracite);padding:20px}
  .primary-nav.is-open{display:block}
  .primary-nav__list{flex-direction:column}
  .process{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .section{padding:60px 0}
  .hero{padding:72px 0}
  .card-grid--3,.card-grid,.site-footer__grid,.spec-grid{grid-template-columns:1fr}
  .site-header__actions{display:none}
  .mobile-sticky-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:60;left:0;right:0;bottom:0;background:#fff;padding:10px;border-top:1px solid var(--line);gap:8px}
  .mobile-sticky-cta[hidden]{display:none}
  .process{grid-template-columns:1fr}
}

/* Premium home hero v1.1 */
.hero-home{position:relative;isolation:isolate;overflow:hidden;padding:28px 0 42px;background:#031313;color:#f8fcfa}.hero-home__backdrop{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#031313 0%,rgba(3,19,19,.90) 29%,rgba(3,19,19,.15) 67%,#031313 100%),linear-gradient(0deg,rgba(3,19,19,.52),rgba(3,19,19,.04)),url('../../assets/images/hero-wiata-premium.webp') 64% 51%/cover no-repeat}.hero-home:after{content:"";position:absolute;z-index:-1;inset:28px max(24px,calc((100vw - 1440px)/2)) 0;border:1px solid rgba(81,246,117,.55);border-radius:28px;pointer-events:none}.hero-home__frame{min-height:780px;display:grid;grid-template-columns:minmax(0,1fr) 180px;grid-template-rows:1fr auto;gap:32px;padding:100px 36px 36px;position:relative}.hero-home__main{align-self:center;max-width:530px;padding:18px 0}.hero-home .eyebrow{color:#d5e5df;letter-spacing:.15em;font-size:.78rem}.hero-home h1{font-size:clamp(3.5rem,7vw,6.8rem);line-height:.9;margin:.25em 0}.hero-home h1 span{color:#56f46d;display:block}.hero-home .lead{max-width:29ch;font-size:clamp(1.1rem,1.8vw,1.4rem);line-height:1.4;color:#e6efeb}.hero-home .button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-home .btn{padding:14px 22px;border-radius:10px;text-transform:uppercase;letter-spacing:.01em}.hero-home .btn-primary{background:linear-gradient(110deg,#a8ff60,#40df6c);color:#05120a;box-shadow:0 10px 30px rgba(69,245,103,.28)}.hero-home .btn-secondary{color:#f5fff8;border-color:#59df70;background:rgba(2,19,14,.6)}.hero-home__usp{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:42px 0 0;max-width:610px}.hero-home__usp li{font-size:.78rem;line-height:1.25;color:#e9f6ef}.hero-home__usp li:before{content:"✦";display:block;color:#67ff77;font-size:1.55rem;margin-bottom:5px}.hero-home__controls{align-self:center;display:grid;gap:10px}.hero-control,.hero-colours{border:1px solid rgba(190,222,210,.24);border-radius:14px;background:rgba(2,13,13,.74);backdrop-filter:blur(12px);padding:9px;color:#fff;text-decoration:none;font:700 .77rem/1.2 inherit;box-shadow:0 14px 26px rgba(0,0,0,.2)}.hero-control{cursor:pointer;text-align:left}.hero-control:hover,.hero-control:focus-visible{border-color:#64ed78;transform:translateY(-2px)}.hero-control__image{display:block;height:70px;margin-bottom:7px;border-radius:8px;background:linear-gradient(135deg,rgba(0,0,0,.15),rgba(0,0,0,.55)),url('../../assets/images/hero-wiata-premium.webp') 58% 50%/cover}.hero-control__image--door{background-position:52% 54%}.hero-control__image--back{background-position:88% 57%}.hero-home.is-door-open .hero-control__image--door{filter:brightness(1.24) saturate(.85)}.hero-colours{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.hero-colours>span{width:100%}.hero-colours small{color:#b7c6be}.hero-colours__swatch{width:25px;height:25px;border-radius:50%;border:3px solid #74fa79;background:#363d42;box-shadow:0 0 0 1px #d8ffe0}.hero-home__categories{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:16px}.hero-category{display:grid;grid-template-columns:82px 1fr 20px;gap:12px;align-items:center;min-height:106px;overflow:hidden;padding:10px 16px;border:1px solid rgba(174,216,198,.2);border-radius:15px;background:rgba(3,17,20,.84);color:#fff;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.hero-category:hover,.hero-category:focus-visible{transform:translateY(-3px);border-color:#62ef77}.hero-category img{width:82px;height:76px;object-fit:cover;border-radius:8px}.hero-category--small{border-color:#5cf175}.hero-category--small img{object-position:50% 20%}.hero-category--wide{grid-template-columns:1fr 20px;position:relative}.hero-category--wide img{position:absolute;inset:0;width:100%;height:100%;max-width:none;border-radius:0;opacity:.55}.hero-category--wide span{z-index:1;text-shadow:0 2px 16px #000}.hero-category strong,.hero-category small{display:block}.hero-category strong{font-size:.91rem;text-transform:uppercase;line-height:1.2}.hero-category small{margin-top:5px;color:#d7e5de;font-size:.82rem}.hero-category i{font-style:normal;font-size:1.45rem;color:#9bffa7}
@media(max-width:900px){.hero-home__frame{min-height:760px;padding-top:88px;grid-template-columns:minmax(0,1fr) 146px}.hero-home__categories{grid-template-columns:1fr 1fr}.hero-category--wide{grid-column:1/-1}.hero-home__usp{grid-template-columns:repeat(2,1fr)}.hero-home:after{inset:16px}.hero-home__backdrop{background-position:74% center}}
@media(max-width:620px){.hero-home{padding:10px 0 20px}.hero-home__frame{display:block;min-height:0;padding:84px 22px 22px}.hero-home__backdrop{background:linear-gradient(90deg,#031313 0%,rgba(3,19,19,.92) 55%,rgba(3,19,19,.48)),url('../../assets/images/hero-wiata-premium.webp') 62% center/cover no-repeat}.hero-home h1{font-size:clamp(3.05rem,15vw,4.8rem)}.hero-home .lead{font-size:1.1rem}.hero-home__controls{display:none}.hero-home__usp{margin-top:30px;font-size:.73rem}.hero-home__categories{margin-top:32px;display:grid;grid-template-columns:1fr;gap:10px}.hero-category,.hero-category--wide{grid-column:auto;min-height:92px}.hero-category--wide{grid-template-columns:1fr 20px}.hero-category strong{font-size:.8rem}.hero-category small{font-size:.75rem}.hero-home:after{inset:8px;border-radius:20px}.hero-home .button-row{display:grid}.hero-home .btn{width:100%}}

.budstal-collection{background:radial-gradient(circle at 70% 10%,#163331 0,#081918 42%,#051010 100%);color:#f4faf6}.budstal-collection .section-heading .eyebrow{color:#70fa80}.collection-grid{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:20px}.collection-card{position:relative;min-height:430px;overflow:hidden;border:1px solid rgba(122,241,142,.28);border-radius:20px;background:#0b1f1f;color:#fff}.collection-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.72;transition:transform .4s ease}.collection-card:hover img{transform:scale(1.05)}.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,11,11,.98),rgba(1,11,11,.08) 75%)}.collection-card>div{position:absolute;z-index:1;left:26px;right:26px;bottom:26px}.collection-card p{margin:0 0 9px;color:#77f78a;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}.collection-card h3{font-size:1.65rem;margin:0 0 9px}.collection-card span{display:block;line-height:1.45;color:#d4e0d9}.collection-card a{display:inline-block;margin-top:18px;color:#92ff9e;font-weight:800;text-decoration:none}@media(max-width:900px){.collection-grid{grid-template-columns:1fr 1fr}.collection-card--premium{grid-column:1/-1;min-height:360px}}@media(max-width:640px){.collection-grid{grid-template-columns:1fr}.collection-card,.collection-card--premium{grid-column:auto;min-height:330px}}

/* Dark bridge between HERO and product collection */
.budstal-benefits{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 25%,rgba(37,96,78,.34),transparent 38%),linear-gradient(180deg,#061817 0%,#0b2421 52%,#071817 100%);color:#f4faf6;border-top:1px solid rgba(103,255,126,.12);border-bottom:1px solid rgba(103,255,126,.12)}
.budstal-benefits:before{content:"";position:absolute;inset:-25% auto auto 58%;width:480px;height:480px;border-radius:50%;background:rgba(55,238,91,.06);filter:blur(70px);pointer-events:none}
.budstal-benefits .container{position:relative;z-index:1}.budstal-benefits .section-heading{margin-bottom:34px}.budstal-benefits .eyebrow{color:#76f789}.budstal-benefits h2{max-width:850px;color:#fff}.budstal-benefits .card{position:relative;overflow:hidden;min-height:190px;padding:30px;border-color:rgba(141,245,159,.2);background:linear-gradient(145deg,rgba(20,51,47,.9),rgba(7,25,24,.88));color:#f4faf6;box-shadow:0 24px 50px rgba(0,0,0,.24);transition:transform .22s ease,border-color .22s ease}.budstal-benefits .card:before{content:"";position:absolute;left:0;top:0;width:72px;height:2px;background:linear-gradient(90deg,#52ef68,transparent)}.budstal-benefits .card:hover{transform:translateY(-4px);border-color:rgba(108,255,130,.5)}.budstal-benefits .card h3{color:#fff}.budstal-benefits .card p{margin-bottom:0;color:#c9d8d2}

/* Delayed, non-intrusive engagement prompt */
.attention-prompt[hidden]{display:none}.attention-prompt{position:fixed;z-index:70;right:22px;bottom:22px;width:min(390px,calc(100vw - 28px));padding:26px;border:1px solid rgba(101,255,124,.48);border-radius:20px;background:linear-gradient(145deg,rgba(13,42,38,.98),rgba(3,18,17,.98));color:#f5fff8;box-shadow:0 28px 70px rgba(0,0,0,.46),0 0 38px rgba(67,238,92,.09);backdrop-filter:blur(16px);opacity:0;transform:translateY(24px) scale(.97);transition:opacity .26s ease,transform .26s ease}.attention-prompt.is-visible{opacity:1;transform:translateY(0) scale(1)}.attention-prompt:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 85% 0,rgba(91,255,111,.16),transparent 38%);pointer-events:none}.attention-prompt>*{position:relative}.attention-prompt__close{position:absolute;z-index:2;right:10px;top:8px;width:40px;height:40px;border:0;background:transparent;color:#d9e7df;font-size:1.7rem;line-height:1;cursor:pointer}.attention-prompt__close:focus-visible{outline:2px solid #72f984;outline-offset:2px}.attention-prompt__eyebrow{margin:0 38px 8px 0;color:#72f984;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.attention-prompt h2{margin:0 40px 8px 0;color:#fff;font-size:1.9rem}.attention-prompt>p:not(.attention-prompt__eyebrow){margin:0 0 18px;color:#cbd9d2}.attention-prompt__choices{display:grid;gap:8px}.attention-prompt__choices a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:10px 14px;border:1px solid rgba(152,221,164,.2);border-radius:10px;background:rgba(255,255,255,.045);color:#f5fff8;font-weight:750;text-decoration:none}.attention-prompt__choices a:after{content:"→";color:#73fb83}.attention-prompt__choices a:hover,.attention-prompt__choices a:focus-visible{border-color:#66f17a;background:rgba(91,239,112,.1)}.attention-prompt__quote{display:inline-block;margin-top:16px;color:#82fb90;font-weight:750;text-decoration:none}@media(max-width:640px){.attention-prompt{right:14px;bottom:74px;padding:22px}.attention-prompt h2{font-size:1.6rem}.attention-prompt__choices a{min-height:44px}}@media(prefers-reduced-motion:reduce){.attention-prompt{transition:none}}

.hero-home__backdrop{background-position:64% 51%;background-size:cover;background-repeat:no-repeat}.hero-home__controls{display:grid!important;align-self:center;gap:10px}.hero-home__controls .hero-control{display:block}.hero-home__controls .hero-colours{display:flex}@media(max-width:620px){.hero-home__controls{display:none!important}.hero-home__backdrop{background-position:62% center}}

/* Developer section in the BUDSTAL premium design system */
.developer-section{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 35%,rgba(48,126,99,.28),transparent 34%),linear-gradient(135deg,#061413 0%,#0b2521 52%,#061514 100%);color:#eef8f2;border-top:1px solid rgba(113,255,134,.12);border-bottom:1px solid rgba(113,255,134,.12)}.developer-section:before{content:"";position:absolute;left:-150px;bottom:-230px;width:520px;height:520px;border:1px solid rgba(101,246,122,.12);border-radius:50%;box-shadow:0 0 90px rgba(57,227,85,.08);pointer-events:none}.developer-section .split{position:relative;z-index:1;gap:72px}.developer-section .eyebrow{color:#75f789}.developer-section h2{color:#fff;text-shadow:0 8px 32px rgba(0,0,0,.25)}.developer-section .split>div:first-child>p:not(.eyebrow){max-width:620px;color:#cbdad3;font-size:1.06rem}.developer-section .btn-primary{margin-top:16px;background:linear-gradient(110deg,#a4ff5b,#45e36c);color:#07150b;box-shadow:0 12px 34px rgba(63,236,95,.22);transition:transform .2s ease,box-shadow .2s ease}.developer-section .btn-primary:hover,.developer-section .btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 16px 40px rgba(63,236,95,.32)}.developer-section .card{position:relative;min-height:220px;padding:34px;border-color:rgba(133,244,151,.28);background:linear-gradient(145deg,rgba(25,60,54,.88),rgba(5,25,23,.92));color:#f6fff8;box-shadow:0 28px 64px rgba(0,0,0,.3);backdrop-filter:blur(14px)}.developer-section .card:before{content:"PZT";display:grid;place-items:center;width:58px;height:58px;margin-bottom:24px;border:1px solid rgba(110,255,131,.42);border-radius:15px;background:rgba(83,238,105,.09);color:#79fa89;font-size:.78rem;font-weight:900;letter-spacing:.12em}.developer-section .card h3{color:#fff}.developer-section .card p{margin-bottom:0;color:#c9d9d1}@media(max-width:960px){.developer-section .split{gap:34px}}@media(max-width:640px){.developer-section .card{min-height:0;padding:26px}.developer-section:before{display:none}}

.configurator-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#071615 0%,#0d2925 54%,#061312 100%);color:#f2faf5;border-top:1px solid rgba(113,255,134,.13);border-bottom:1px solid rgba(113,255,134,.13)}.configurator-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(99,241,120,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(99,241,120,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent,black 55%,transparent);pointer-events:none}.configurator-section:after{content:"";position:absolute;right:7%;top:50%;width:340px;height:340px;border-radius:50%;background:rgba(70,238,96,.1);filter:blur(85px);transform:translateY(-50%);pointer-events:none}.configurator-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:72px;align-items:center}.configurator-section__copy{max-width:720px}.configurator-section .eyebrow{color:#75f889}.configurator-section h2{max-width:750px;color:#fff}.configurator-section__copy>p:not(.eyebrow){max-width:670px;color:#cad9d2;font-size:1.06rem}.configurator-section__panel{padding:34px;border:1px solid rgba(125,250,145,.3);border-radius:20px;background:linear-gradient(145deg,rgba(24,61,55,.92),rgba(4,23,21,.94));box-shadow:0 30px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(14px)}.configurator-section__label{margin:0 0 20px;color:#dce9e2;font-weight:750}.configurator-section__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:24px}.configurator-section__steps span{padding:13px 10px;border:1px solid rgba(150,227,163,.18);border-radius:11px;background:rgba(255,255,255,.04);color:#e8f2ec;font-size:.8rem;text-align:center}.configurator-section__steps b{display:block;margin-bottom:4px;color:#70f582;font-size:.72rem;letter-spacing:.1em}.configurator-section .btn-primary{width:100%;background:linear-gradient(110deg,#a7ff5e,#44e36b);color:#07150a;box-shadow:0 13px 36px rgba(66,238,96,.24);transition:transform .2s ease,box-shadow .2s ease}.configurator-section .btn-primary:hover,.configurator-section .btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 17px 42px rgba(66,238,96,.34)}@media(max-width:900px){.configurator-section__grid{grid-template-columns:1fr;gap:34px}.configurator-section__panel{max-width:620px}}@media(max-width:640px){.configurator-section__panel{padding:24px}.configurator-section__steps{grid-template-columns:1fr}.configurator-section__steps span{display:flex;align-items:center;gap:10px;text-align:left}.configurator-section__steps b{display:inline;margin:0}}

/* Unified lower homepage */
.process-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#061413,#0a201e);color:#f4faf6;border-top:1px solid rgba(111,255,133,.11)}.process-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 110%,rgba(62,224,87,.13),transparent 42%);pointer-events:none}.process-section .container{position:relative}.process-section .eyebrow,.faq-section .eyebrow,.quote-section .eyebrow{color:#73f785}.process-section h2,.faq-section h2,.quote-section h2{color:#fff}.process-section .process{counter-reset:steps;gap:12px;margin-top:42px}.process-section .process li{counter-increment:steps;position:relative;min-height:116px;display:flex;align-items:flex-end;padding:20px;border:1px solid rgba(135,235,151,.2);background:linear-gradient(145deg,rgba(26,58,53,.88),rgba(5,24,22,.94));box-shadow:0 20px 45px rgba(0,0,0,.2);transition:transform .2s ease,border-color .2s ease}.process-section .process li:before{content:"0" counter(steps);position:absolute;left:18px;top:14px;color:#70f381;font-size:.72rem;font-weight:900;letter-spacing:.12em}.process-section .process li:hover{transform:translateY(-4px);border-color:rgba(108,255,130,.48)}
.faq-section{position:relative;background:radial-gradient(circle at 12% 35%,rgba(36,94,77,.28),transparent 36%),linear-gradient(135deg,#081a18,#0c2522 55%,#071716);color:#eef7f2;border-top:1px solid rgba(111,255,133,.1)}.faq-section details{margin:10px 0;padding:0;border:1px solid rgba(139,233,154,.18);border-radius:14px;background:rgba(11,35,32,.82);box-shadow:0 16px 38px rgba(0,0,0,.18);overflow:hidden}.faq-section summary{position:relative;padding:20px 58px 20px 22px;color:#f8fffa;list-style:none}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary:after{content:"+";position:absolute;right:20px;top:50%;color:#75f587;font-size:1.45rem;transform:translateY(-50%)}.faq-section details[open] summary:after{content:"−"}.faq-section details p{margin:0;padding:0 22px 22px;color:#c7d8d0}.faq-section details[open]{border-color:rgba(111,255,132,.4)}
.quote-section{position:relative;background:linear-gradient(180deg,#071716,#03100f);color:#f3faf6;border-top:1px solid rgba(111,255,133,.1)}.quote-section .narrow{width:min(calc(100% - 32px),980px)}.quote-section .budstal-quote{--bq-green:#5ded72;--bq-text:#eef8f2;--bq-muted:#aebfb6;--bq-line:rgba(142,231,157,.25);--bq-surface:rgba(255,255,255,.045);margin-top:38px;padding:34px;border:1px solid rgba(119,246,139,.24);border-radius:22px;background:linear-gradient(145deg,rgba(22,52,48,.92),rgba(5,23,21,.96));box-shadow:0 30px 75px rgba(0,0,0,.34)}.quote-section .budstal-quote input:not([type=checkbox]):not([type=file]),.quote-section .budstal-quote select,.quote-section .budstal-quote textarea{border-color:rgba(145,224,157,.24);background:rgba(255,255,255,.07);color:#fff}.quote-section .budstal-quote input::placeholder,.quote-section .budstal-quote textarea::placeholder{color:#91a49b}.quote-section .budstal-client-type button{border-color:#61e875;background:rgba(255,255,255,.04);color:#82f791}.quote-section .budstal-client-type button.is-active,.quote-section .budstal-quote__submit{background:linear-gradient(110deg,#a4ff5c,#45e36b);color:#07150a}.quote-section .budstal-selected-product,.quote-section .budstal-quote__success{border-color:rgba(142,231,157,.24);background:rgba(255,255,255,.05);color:#fff}.quote-section .budstal-quote__phone{border-color:#67ed7a;color:#84f793}@media(max-width:640px){.quote-section .budstal-quote{padding:22px}.process-section .process li{min-height:96px}.faq-section summary{padding-left:18px}}
