:root{--black:#000;--ink:#0c0c0c;--panel:#141414;--line:#262626;--white:#fff;--muted:#a3a3a3;--green:#5ca228;--green-bright:#78c93a;--display:"Barlow Condensed","Arial Narrow",Impact,sans-serif;--body:"Barlow",system-ui,Arial,sans-serif;--max:1120px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{background:var(--black);color:var(--white);font-family:var(--body);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
:focus-visible{outline:3px solid var(--green-bright);outline-offset:3px}
h1,h2,h3{font-family:var(--display);line-height:1;letter-spacing:-.01em;font-weight:800}
h2{font-size:clamp(40px,6vw,64px);margin-bottom:14px}
h3{font-size:26px;font-weight:700;margin-bottom:8px}
p{max-width:62ch}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
section{padding:88px 0}
@media (max-width:640px){section{padding:64px 0}}
.wing{display:inline-flex;flex-direction:column;gap:5px;vertical-align:middle;margin-right:14px}
.wing i{display:block;height:5px;background:var(--green);border-radius:1px}
.wing i:nth-child(1){width:34px}.wing i:nth-child(2){width:24px}.wing i:nth-child(3){width:14px}
.lead{color:var(--muted);font-size:19px;margin-bottom:40px}

.ph{position:relative;background:#161616;overflow:hidden}
.ph img{width:100%;height:100%;object-fit:cover}
.ph.missing img{display:none}
.ph.missing::after{content:attr(data-label);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;color:#6a6a6a;font-family:var(--display);font-weight:700;font-size:18px;background:repeating-linear-gradient(-45deg,#161616 0 14px,#1c1c1c 14px 28px)}

/* NAV */
header{position:sticky;top:0;z-index:50;background:#000;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:var(--display);font-weight:700;font-size:22px;white-space:nowrap}
.brand img{height:40px;width:auto}
.nav ul{display:flex;gap:26px;list-style:none;margin:0 auto}
.nav ul a{text-decoration:none;color:var(--muted);font-weight:500;font-size:16px;white-space:nowrap}
.nav ul a:hover,.nav ul a.active{color:var(--white)}
.nav-right{display:flex;align-items:center;gap:14px}
.lang{display:flex;gap:2px;font-family:var(--display);font-weight:700;font-size:15px}
.lang a{text-decoration:none;color:var(--muted);padding:6px 7px;border-radius:5px}
.lang a.on{color:#000;background:#fff}
.lang a:hover:not(.on){color:#fff}
.nav .call{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#000;text-decoration:none;font-family:var(--display);font-weight:700;font-size:20px;padding:10px 18px;border-radius:6px;white-space:nowrap}
.nav .call:hover{background:var(--green-bright)}
.burger{display:none;width:44px;height:44px;border:0;background:none;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;border-radius:8px}
.burger i{display:block;width:24px;height:2px;background:#fff;transition:transform .2s,opacity .2s}
.burger[aria-expanded="true"] i:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger[aria-expanded="true"] i:nth-child(2){opacity:0}
.burger[aria-expanded="true"] i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.drawer{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;z-index:49;background:#000;padding:24px 20px 110px;overflow:auto}
.drawer.open{display:block}
.drawer ul{list-style:none;border-top:1px solid var(--line)}
.drawer li a{display:block;padding:18px 0;border-bottom:1px solid var(--line);text-decoration:none;font-family:var(--display);font-weight:700;font-size:28px}
.drawer li a:hover{color:var(--green-bright)}
.drawer .lang{margin-top:22px;gap:8px}
.drawer .lang a{font-size:18px;padding:10px 14px;border:1px solid var(--line)}
.drawer .lang a.on{border-color:#fff}
@media (max-width:1180px){.brand span{display:none}}
@media (max-width:1000px){
  .nav ul,.nav-right .lang{display:none}
  .burger{display:flex}
  .brand span{display:inline}
}
@media (max-width:560px){.brand span{display:none}.nav .call{font-size:17px;padding:9px 12px}}

/* HERO */
.hero{position:relative;min-height:min(88vh,820px);display:flex;align-items:flex-end;padding:0 0 64px;overflow:hidden}
.hero .ph{position:absolute;inset:0;z-index:0}
.hero .ph::after{font-size:24px}
.hero .shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.92) 100%)}
.hero .wrap{position:relative;z-index:2;width:100%;padding-top:56px}
.tag{font-family:var(--display);font-weight:700;font-size:clamp(20px,2.4vw,26px);color:var(--green-bright);margin-bottom:12px}
.hero h1{font-size:clamp(54px,8.5vw,110px);line-height:.92;margin-bottom:22px;max-width:12ch}
.hero p{font-size:19px;color:#e2e2e2;margin-bottom:30px;max-width:50ch}
.cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.bigcall{display:inline-flex;flex-direction:column;text-decoration:none;background:var(--green);color:#000;padding:16px 26px 14px;border-radius:10px;line-height:1}
.bigcall b{font-family:var(--display);font-size:clamp(38px,5.5vw,56px);font-weight:800}
.bigcall span{font-weight:600;font-size:15px;margin-top:6px}
.bigcall:hover{background:var(--green-bright)}
.status{display:inline-flex;align-items:center;gap:10px;font-weight:500;color:#d4d4d4}
.status .dot{width:10px;height:10px;border-radius:50%;background:#666}
.status.open .dot{background:var(--green-bright);box-shadow:0 0 0 4px rgba(120,201,58,.25)}
.hero-logo{position:absolute;right:20px;top:24px;z-index:2;width:clamp(90px,12vw,150px)}
@media (max-width:800px){.hero{min-height:auto;padding-bottom:44px}.hero .wrap{padding-top:250px}.hero-logo{width:96px;right:16px;top:16px}.hero h1{font-size:clamp(44px,13vw,64px)}.hero p{font-size:17px}.bigcall{width:100%;align-items:center;text-align:center}.status{width:100%}}
.hero.small{min-height:min(60vh,560px)}
.hero.small h1{font-size:clamp(46px,7vw,86px)}

/* SITUATIONS */
.sit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.sit{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:#161616}
.sit .ph{position:absolute;inset:0}
.sit .txt{position:absolute;left:0;right:0;bottom:0;padding:22px 20px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.9))}
.sit h3{font-size:28px;margin-bottom:4px}
.sit p{color:#d4d4d4;font-size:15px;line-height:1.4}
@media (max-width:900px){.sit-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.sit-grid{grid-template-columns:1fr}.sit{aspect-ratio:4/3}}

/* HOW */
.how{background:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step .ph{aspect-ratio:4/3;border-radius:12px;margin-bottom:20px}
.step .n{font-family:var(--display);font-weight:800;font-size:22px;color:var(--green-bright);margin-bottom:6px}
.step p{color:var(--muted);font-size:16px}
@media (max-width:800px){.steps{grid-template-columns:1fr;gap:36px}}

/* PRICE + CALC */
.pricing .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.pricelist{list-style:none;border-top:2px solid var(--green)}
.pricelist li{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.pricelist .k{font-weight:500}
.pricelist .k small{display:block;color:var(--muted);font-weight:400;font-size:14px}
.pricelist .v{font-family:var(--display);font-weight:700;font-size:30px;white-space:nowrap}
.pricelist .v em{font-style:normal;font-size:17px;color:var(--muted);font-family:var(--body);font-weight:500}
.price-note{margin-top:20px;color:var(--muted);font-size:15px}
.examples{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.examples div{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:14px 16px;font-size:14px;color:var(--muted)}
.examples b{display:block;font-family:var(--display);font-size:26px;color:#fff;font-weight:700}
.calc{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:30px}
.calc h3{font-size:30px;margin-bottom:6px}
.calc .sub{color:var(--muted);font-size:15px;margin-bottom:26px}
.field{margin-bottom:22px}
.field label{display:flex;justify-content:space-between;font-weight:500;margin-bottom:10px}
.field label output{font-family:var(--display);font-weight:700;font-size:24px;color:var(--green-bright)}
input[type=range]{width:100%;accent-color:var(--green);height:34px;cursor:pointer}
.numrow{display:flex;gap:12px;align-items:center;margin-top:8px}
.numrow input[type=number]{width:110px;background:#000;border:1px solid var(--line);color:#fff;font:inherit;font-size:18px;padding:10px 12px;border-radius:8px}
.numrow span{color:var(--muted);font-size:15px}
.result{margin-top:8px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.result .lbl{color:var(--muted);font-size:15px}
.result .lbl b{display:block;color:#fff;font-weight:500;font-size:17px}
.result .sum{font-family:var(--display);font-weight:800;font-size:64px;line-height:1;color:var(--green-bright);white-space:nowrap}
.result .sum small{font-size:.45em;font-weight:700;margin-left:4px}
.calc .fine{margin-top:18px;color:var(--muted);font-size:13px;line-height:1.45}
.calc .go{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px;background:var(--green);color:#000;text-decoration:none;font-family:var(--display);font-weight:700;font-size:22px;padding:14px;border-radius:8px}
.calc .go:hover{background:var(--green-bright)}
@media (max-width:860px){.pricing .wrap{grid-template-columns:1fr;gap:40px}}
@media (max-width:480px){.calc{padding:22px 18px}.result .sum{font-size:50px}.examples{grid-template-columns:1fr 1fr}.examples div:last-child{grid-column:1/-1}.pricelist .v{font-size:26px}h2{font-size:38px}.lead{font-size:17px;margin-bottom:28px}}

/* HOURS */
.hours{background:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hours .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.timeline{display:grid;grid-template-columns:auto 1fr auto;gap:12px 16px;align-items:center;font-weight:500}
.timeline .axis{grid-column:2;display:flex;justify-content:space-between;color:var(--muted);font-size:13px;font-family:var(--display);font-weight:600}
.timeline .day{color:var(--muted)}
.timeline .day.today{color:var(--white);font-weight:600}
.timeline .bar{height:22px;background:#1f1f1f;border-radius:4px;position:relative;overflow:hidden}
.timeline .bar i{position:absolute;left:0;top:0;bottom:0;background:var(--green);border-radius:4px}
.timeline .day.today + .bar i{background:var(--green-bright)}
.timeline .t{font-family:var(--display);font-weight:700;font-size:20px;white-space:nowrap}
.hours p{color:var(--muted)}
.hours-extra{margin-top:26px;padding:18px 20px;border-left:3px solid var(--green);color:#d4d4d4;font-size:16px}
@media (max-width:860px){.hours .wrap{grid-template-columns:1fr;gap:36px}}
@media (max-width:520px){
  .timeline{grid-template-columns:1fr auto;gap:6px 12px;grid-auto-flow:dense}
  .timeline .axis{display:none}
  .timeline .day{grid-column:1}
  .timeline .t{grid-column:2;font-size:17px}
  .timeline .bar{grid-column:1/-1;height:14px;margin-bottom:10px}
  .timeline .day.today + .bar i{background:var(--green-bright)}
}

/* TRUST */
.trust .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.trust .ph{aspect-ratio:3/2;border-radius:14px}
.trust-list{list-style:none;margin-top:8px}
.trust-list li{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:18px 0;border-top:1px solid var(--line)}
.trust-list svg{width:32px;height:32px;stroke:var(--green);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}
.trust-list b{display:block;font-family:var(--display);font-size:22px;font-weight:700;margin-bottom:2px}
.trust-list p{color:var(--muted);font-size:15px}
@media (max-width:860px){.trust .wrap{grid-template-columns:1fr;gap:36px}}

/* REVIEWS */
.reviews{background:var(--panel);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reviews .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.gcard{background:#000;border:1px solid var(--line);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.gcard .g{display:flex;align-items:center;gap:12px;font-weight:600;font-size:17px}
.gcard .g svg{width:34px;height:34px}
.stars{display:flex;gap:4px}
.stars svg{width:30px;height:30px;fill:#f5b301}
.stars svg:last-child{fill:#3a3a3a}
.gcard .num{font-family:var(--display);font-weight:800;font-size:56px;line-height:1}
.gcard .num small{font-family:var(--body);font-weight:500;font-size:16px;color:var(--muted);margin-left:8px}
.gcard .btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}
.gcard .btns a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:var(--display);font-weight:700;font-size:19px;padding:12px 18px;border-radius:8px}
.gcard .btns a.p{background:var(--green);color:#000}.gcard .btns a.p:hover{background:var(--green-bright)}
.gcard .btns a.s{border:1px solid var(--line);color:#fff}.gcard .btns a.s:hover{border-color:var(--green)}
.reviews p{color:var(--muted)}
@media (max-width:860px){.reviews .wrap{grid-template-columns:1fr;gap:32px}}

.reviews .wrap.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.quotes blockquote{background:#000;border:1px solid var(--line);border-radius:12px;padding:22px 22px 18px;margin:0;position:relative}
.quotes blockquote::before{content:"“";position:absolute;top:6px;right:18px;font-family:var(--display);font-size:64px;color:var(--green);line-height:1;opacity:.5}
.quotes p{color:#e2e2e2;font-size:15.5px;line-height:1.55;max-width:none;margin-bottom:12px}
.quotes cite{font-style:normal;color:var(--muted);font-size:13px}
.qsrc{color:#6f6f6f;font-size:13px;margin-top:12px}
@media (max-width:860px){.reviews .wrap.quotes{grid-template-columns:1fr}}
/* FAQ */
.faq{background:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq-list{max-width:820px}
details{border-top:1px solid var(--line)}
details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-family:var(--display);font-weight:700;font-size:24px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--green-bright);font-size:30px;font-weight:600;line-height:1;transition:transform .2s}
details[open] summary::after{transform:rotate(45deg)}
details p{color:var(--muted);padding:0 0 22px;font-size:16px}

/* CITY BAND */
.band{padding:0}
.band .ph{height:clamp(220px,38vw,480px);width:100%}
.band .ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}

/* CONTACT */
.contact .wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:start}
.contact-list{list-style:none;margin-top:10px}
.contact-list li{padding:18px 0;border-top:1px solid var(--line)}
.contact-list li:last-child{border-bottom:1px solid var(--line)}
.contact-list small{display:block;color:var(--muted);font-size:14px;margin-bottom:4px}
.contact-list a{text-decoration:none;font-family:var(--display);font-weight:700;font-size:26px}
.contact-list a:hover{color:var(--green-bright)}
.contact-list a.mail{font-family:var(--body);font-weight:500;font-size:19px}
.btn-row{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}
.btn-row a{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px 14px;text-decoration:none;font-weight:500;font-size:15px}
.btn-row a:hover{border-color:var(--green)}
.btn-row svg{width:20px;height:20px;fill:#fff}
.btn-row a.vcf{border-color:var(--green);color:var(--green-bright)}
.btn-row a.vcf svg{fill:none;stroke:var(--green-bright);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
form{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:30px}
form h3{font-size:30px}
form .sub{color:var(--muted);font-size:15px;margin-bottom:22px}
.f{margin-bottom:16px}
.f label{display:block;font-weight:500;font-size:15px;margin-bottom:6px}
.f input,.f textarea,.f select{width:100%;background:#000;border:1px solid #333;color:#fff;font:inherit;padding:12px 14px;border-radius:8px}
.f input:focus,.f textarea:focus,.f select:focus{border-color:var(--green);outline:none}
.f textarea{min-height:130px;resize:vertical}
.f2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:480px){.f2{grid-template-columns:1fr}}
.hp{position:absolute;left:-9999px}
form button{width:100%;background:var(--green);color:#000;border:0;font-family:var(--display);font-weight:700;font-size:22px;padding:14px;border-radius:8px;cursor:pointer}
form button:hover{background:var(--green-bright)}
form button:disabled{opacity:.6;cursor:wait}
.form-msg{margin-top:14px;font-size:15px;min-height:1.4em}
.form-msg.ok{color:var(--green-bright)}
.form-msg.err{color:#ff7b7b}
@media (max-width:860px){.contact .wrap{grid-template-columns:1fr;gap:40px}}
@media (max-width:480px){form{padding:22px 18px}}

/* B2B */
.b2b-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.b2b-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.b2b-card .ph{aspect-ratio:16/9}
.b2b-card .in{padding:26px 28px 30px}
.b2b-card h3{font-size:30px}
.b2b-card ul{list-style:none;margin-top:14px}
.b2b-card li{padding:9px 0 9px 26px;border-top:1px solid var(--line);color:#d4d4d4;font-size:16px;position:relative}
.b2b-card li::before{content:"";position:absolute;left:0;top:16px;width:12px;height:5px;background:var(--green);border-radius:1px}
@media (max-width:800px){.b2b-grid{grid-template-columns:1fr}}
.b2b-how{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:10px}
.b2b-how div{border-top:2px solid var(--green);padding-top:16px}
.b2b-how b{display:block;font-family:var(--display);font-size:24px;font-weight:700;margin-bottom:6px}
.b2b-how p{color:var(--muted);font-size:15px}
@media (max-width:700px){.b2b-how{grid-template-columns:1fr}}

/* DOCUMENT PAGE */
.docwrap{max-width:820px;margin:0 auto;padding:0 20px}
.doc h1{font-size:clamp(36px,5vw,56px);margin-bottom:10px}
.doc .meta{color:var(--muted);margin-bottom:28px;font-size:15px;max-width:none}
.toc{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:18px 22px;margin-bottom:40px}
.toc b{display:block;font-family:var(--display);font-size:20px;margin-bottom:8px}
.toc ol{padding-left:22px;columns:2;column-gap:30px}
.toc li{margin:4px 0;font-size:15px}
.toc a{color:#d4d4d4;text-decoration:none}.toc a:hover{color:var(--green-bright)}
@media (max-width:560px){.toc ol{columns:1}}
.doc section.part{padding:0;margin-bottom:34px;background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.doc section.part>h2{font-size:26px;margin:0;padding:18px 24px;border-bottom:1px solid var(--line);background:#111}
.doc section.part>h2::before{content:attr(data-n);display:inline-block;background:var(--green);color:#000;border-radius:6px;padding:2px 10px;margin-right:12px;font-size:20px}
.doc .in{padding:8px 24px 18px}
.doc h3{font-size:20px;margin:22px 0 8px;color:var(--green-bright)}
.doc p,.doc li{color:#d4d4d4;font-size:15.5px;line-height:1.6;max-width:none}
.doc ul{list-style:none;padding:0}
.doc ul>li{position:relative;padding:10px 0 10px 22px;border-bottom:1px solid #1e1e1e}
.doc ul>li:last-child{border-bottom:0}
.doc ul>li::before{content:"";position:absolute;left:0;top:19px;width:12px;height:4px;background:var(--green);border-radius:1px}
.doc ul ul{margin-top:8px}
.doc ul ul>li{padding:6px 0 6px 18px;border:0;font-size:15px}
.doc ul ul>li::before{width:6px;height:6px;border-radius:50%;top:13px;background:#666}
.doc .dl{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--green);color:var(--green-bright);text-decoration:none;padding:12px 16px;border-radius:8px;font-weight:500;font-size:15px}
.doc dfn{font-style:normal;font-weight:600;color:#fff}

/* FOOTER */
footer{border-top:1px solid var(--line);background:var(--ink);padding:60px 0 0;color:var(--muted);font-size:15px}
.fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.fbrand img{width:110px;margin-bottom:14px}
.fbrand .claim{font-family:var(--display);font-weight:700;font-size:24px;color:#fff;margin-bottom:8px}
.fbrand p{font-size:15px;max-width:34ch}
.fbrand .soc{display:flex;gap:10px;margin-top:18px}
.fbrand .soc a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px}
.fbrand .soc a:hover{border-color:var(--green)}
.fbrand .soc svg{width:18px;height:18px;fill:#fff}
footer h4{font-family:var(--display);font-weight:700;font-size:20px;color:#fff;margin-bottom:14px}
footer ul{list-style:none}
footer li{margin:8px 0}
footer a{color:var(--muted);text-decoration:none}
footer a:hover{color:#fff}
footer .fcall{font-family:var(--display);font-weight:700;font-size:26px;color:#fff!important}
footer .hrs li{display:flex;justify-content:space-between;gap:12px}
footer .hrs span:last-child{color:#fff;font-family:var(--display);font-weight:600;font-size:16px}
.fbottom{margin-top:48px;border-top:1px solid var(--line);padding:22px 0 120px}
.fbottom .wrap{display:flex;justify-content:space-between;gap:12px 24px;flex-wrap:wrap;font-size:13px}
.fbottom a{color:#d4d4d4}
@media (min-width:761px){.fbottom{padding-bottom:22px}}
@media (max-width:900px){.fgrid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.fgrid{grid-template-columns:1fr;gap:32px}footer{padding-top:44px}}

/* MOBILE STICKY CALL */
.sticky-call{display:none}
@media (max-width:760px){
  .sticky-call{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:var(--green);color:#000;text-decoration:none;justify-content:center;align-items:center;gap:10px;font-family:var(--display);font-weight:800;font-size:26px;padding:16px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.6)}
  .sticky-call svg{width:24px;height:24px;stroke:#000;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
}
