:root{
  --bg:#f4f8f4;--surface:#ffffff;--a1:#2f7d4f;--a2:#b08423;
  --text:#1c2620;--muted:#566059;--line:#dfe8e0;--line2:#c2d2c5;
  --rxs:0px;--rsm:0px;--rmd:2px;--rlg:4px;
  --fhead:'Bricolage Grotesque', system-ui, sans-serif;--fbody:'Inter', system-ui, -apple-system, sans-serif;
  --ease:cubic-bezier(.2,.7,.2,1);--dur:.35s;--wrap:1100px;--sp:128px;
  --shadow:0 10px 40px rgba(0,0,0,.07);--shadow-sm:0 2px 10px rgba(0,0,0,.05);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fbody);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--fhead);line-height:1.1;font-weight:700;letter-spacing:-.02em}
.horo6-wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.horo6-mono{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.horo6-accent{color:var(--a1)}

/* Buttons */
.horo6-btn{display:inline-flex;align-items:center;gap:.5em;font-family:var(--fhead);font-weight:600;font-size:.95rem;padding:.85em 1.6em;border-radius:var(--rsm);border:1px solid var(--a1);background:var(--a1);color:#fff;cursor:pointer;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);will-change:transform}
.horo6-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.18)}
.horo6-btn--ghost{background:transparent;color:var(--text);border-color:var(--line2)}
.horo6-btn--ghost:hover{border-color:var(--a1);color:var(--a1)}
.horo6-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}

/* ---------- Header ---------- */
.horo6-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.horo6-topline{border-bottom:1px solid var(--line);font-size:.78rem}
.horo6-topline__in{max-width:var(--wrap);margin:0 auto;padding:8px 24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--muted)}
.horo6-topline a{margin-right:16px;transition:color var(--dur)}
.horo6-topline a:hover{color:var(--a1)}
.horo6-topline__soc a{margin:0 0 0 14px;font-size:.95rem}
.horo6-bar{max-width:var(--wrap);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.horo6-logo{display:flex;align-items:center;gap:10px;font-family:var(--fhead);font-weight:800;font-size:1.25rem;letter-spacing:-.03em}
.horo6-logo__mark{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,var(--a1),var(--a2));display:inline-block}
.horo6-logo span{color:var(--a1)}
.horo6-nav{display:flex;gap:28px}
.horo6-nav a{font-size:.92rem;font-weight:500;color:var(--muted);transition:color var(--dur);position:relative}
.horo6-nav a:hover,.horo6-nav a.horo6-current{color:var(--text)}
.horo6-nav a::after{content:'';position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--a1);transition:width var(--dur) var(--ease)}
.horo6-nav a:hover::after,.horo6-nav a.horo6-current::after{width:100%}
.horo6-header__cta{display:flex;align-items:center;gap:14px}
.horo6-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.horo6-burger span{width:24px;height:2px;background:var(--text);transition:var(--dur)}
.horo6-burger.horo6-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.horo6-burger.horo6-open span:nth-child(2){opacity:0}
.horo6-burger.horo6-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* header: center */
.horo6-bar--center{flex-direction:column;gap:14px}
.horo6-bar--center .horo6-bar__logo{display:flex;align-items:center;gap:14px}
.horo6-bar--center .horo6-nav{gap:32px}
/* header: split (nav | logo | cta) */
.horo6-bar--split{justify-content:space-between}
.horo6-bar--split .horo6-nav--left{flex:1}
.horo6-bar--split .horo6-header__cta{flex:1;justify-content:flex-end}

/* Mobile nav */
.horo6-mnav{position:fixed;top:0;right:-100%;width:min(82vw,340px);height:100vh;background:var(--surface);z-index:120;padding:90px 28px 28px;display:flex;flex-direction:column;gap:6px;transition:right .4s var(--ease);box-shadow:var(--shadow)}
.horo6-mnav.horo6-open{right:0}
.horo6-mnav a{padding:14px 0;border-bottom:1px solid var(--line);font-family:var(--fhead);font-weight:600;font-size:1.1rem}
.horo6-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.4s;z-index:110}
.horo6-overlay.horo6-show{opacity:1;visibility:visible}

/* ---------- Section base ---------- */
.horo6-section{padding:var(--sp) 0}
.horo6-alt{background:var(--surface)}
.horo6-shead{margin-bottom:48px;max-width:640px}
.horo6-shead--c{margin-left:auto;margin-right:auto;text-align:center}
.horo6-shead__idx{font-family:var(--fhead);font-size:.8rem;color:var(--a1);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.horo6-shead h2{font-size:clamp(1.8rem,4vw,2.8rem)}
.horo6-shead p{margin-top:16px;color:var(--muted)}

/* ---------- Hero ---------- */
.horo6-hero{position:relative;padding:calc(var(--sp) - 8px) 0;overflow:hidden}
.horo6-hero__grid{position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:46px 46px;opacity:.5;mask-image:radial-gradient(ellipse at 50% 0,#000,transparent 75%)}
.horo6-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--line2);border-radius:999px;font-size:.78rem;color:var(--muted);margin-bottom:24px}
.horo6-hero__badge i{color:var(--a1)}
.horo6-hero h1{font-size:clamp(2.4rem,5.5vw,4rem);margin-bottom:22px}
.horo6-hero h1 em{font-style:normal;background:linear-gradient(120deg,var(--a1),var(--a2));-webkit-background-clip:text;background-clip:text;color:transparent}
.horo6-hero__lead{font-size:1.1rem;color:var(--muted);max-width:520px;margin-bottom:32px}
.horo6-hero__cta{display:flex;gap:14px;flex-wrap:wrap}
/* hero: split */
.horo6-hero--split .horo6-hero__in{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.horo6-hero__art{position:relative;aspect-ratio:4/5;border-radius:var(--rlg);overflow:hidden;border:1px solid var(--line);background:linear-gradient(160deg,var(--a1),var(--a2));box-shadow:var(--shadow)}
.horo6-hero__art::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.25),transparent 50%)}
/* hero: center */
.horo6-hero--center{text-align:center}
.horo6-hero--center .horo6-hero__c{position:relative;max-width:780px;margin:0 auto}
.horo6-hero--center .horo6-hero__lead{margin-left:auto;margin-right:auto}
.horo6-hero--center .horo6-hero__cta{justify-content:center}
.horo6-hero--center h1{font-size:clamp(2.6rem,6.5vw,4.6rem)}
/* hero: stack */
.horo6-hero--stack .horo6-hero__top{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:end;margin-bottom:40px}
.horo6-hero--stack .horo6-hero__banner{height:340px;border-radius:var(--rlg);background:linear-gradient(135deg,var(--a1),var(--a2));position:relative;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.horo6-hero--stack .horo6-hero__banner::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.25),transparent 55%)}

/* ---------- Stats ---------- */
.horo6-stats--strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}
.horo6-stats--boxed{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.horo6-stat__box{background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:28px}
.horo6-stat__num{font-family:var(--fhead);font-size:2.4rem;font-weight:800;color:var(--a1)}
.horo6-stat__label{color:var(--muted);font-size:.9rem;margin-top:4px}

/* ---------- Features ---------- */
.horo6-feat{gap:24px}
.horo6-feat--grid{display:grid;grid-template-columns:repeat(3,1fr)}
.horo6-feat--bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}
.horo6-feat--bento .horo6-feat__card--big{grid-column:span 2;grid-row:span 2;display:flex;flex-direction:column;justify-content:center}
.horo6-feat--bento .horo6-feat__card--big h3{font-size:1.6rem}
.horo6-feat--list{display:flex;flex-direction:column;gap:0}
.horo6-feat__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:32px;transition:transform var(--dur) var(--ease),border-color var(--dur)}
.horo6-feat__card:hover{transform:translateY(-4px);border-color:var(--a1)}
.horo6-feat__row{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:start;padding:28px 0;border-bottom:1px solid var(--line)}
.horo6-feat__row:first-child{border-top:1px solid var(--line)}
.horo6-feat__ico{width:48px;height:48px;border-radius:var(--rsm);display:grid;place-items:center;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;font-size:1.2rem;margin-bottom:18px;flex:none}
.horo6-feat__row .horo6-feat__ico{margin-bottom:0}
.horo6-feat__card h3,.horo6-feat__row h3{font-size:1.15rem;margin-bottom:10px}
.horo6-feat__card p,.horo6-feat__row p{color:var(--muted);font-size:.95rem}

/* ---------- Steps ---------- */
.horo6-steps--row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:step}
.horo6-steps--row .horo6-step{position:relative;padding-top:24px;border-top:2px solid var(--line2)}
.horo6-steps--row .horo6-step::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-family:var(--fhead);font-weight:800;font-size:1.6rem;color:var(--a1);display:block;margin-bottom:12px}
.horo6-step h3{font-size:1.05rem;margin-bottom:8px}
.horo6-step p{color:var(--muted);font-size:.9rem}
.horo6-steps--v{counter-reset:vstep;display:flex;flex-direction:column;gap:0;max-width:760px}
.horo6-vstep{display:grid;grid-template-columns:auto 1fr;gap:24px;padding:0 0 36px;position:relative}
.horo6-vstep:not(:last-child)::after{content:'';position:absolute;left:11px;top:24px;bottom:0;width:2px;background:var(--line2)}
.horo6-vstep__dot{width:24px;height:24px;border-radius:50%;background:var(--a1);position:relative;z-index:1;counter-increment:vstep;display:grid;place-items:center;color:#fff;font-size:.7rem;font-weight:700}
.horo6-vstep__dot::before{content:counter(vstep)}
.horo6-vstep__body h3{font-size:1.1rem;margin-bottom:6px}
.horo6-vstep__body p{color:var(--muted);font-size:.92rem}

/* ---------- Split (about) ---------- */
.horo6-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.horo6-split__art{aspect-ratio:1/1;border-radius:var(--rlg);background:linear-gradient(150deg,var(--a2),var(--a1));overflow:hidden;border:1px solid var(--line)}
.horo6-split h2{margin-bottom:18px}
.horo6-split p{color:var(--muted);margin-bottom:16px}
.horo6-split ul{list-style:none;display:flex;flex-direction:column;gap:12px;margin-top:8px}
.horo6-split li,.horo6-aboutc li{display:flex;gap:12px;align-items:flex-start}
.horo6-split li i,.horo6-aboutc li i{color:var(--a2);margin-top:4px}
.horo6-aboutc{max-width:900px}
.horo6-aboutc h2{margin-bottom:24px}
.horo6-aboutc__cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.horo6-aboutc__cols p{color:var(--muted)}
.horo6-aboutc ul{list-style:none;display:flex;flex-direction:column;gap:12px}

/* ---------- Tabs ---------- */
.horo6-tabs__btns{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.horo6-tabs__btn{font-family:var(--fhead);font-weight:600;font-size:.9rem;padding:.7em 1.2em;border:1px solid var(--line2);border-radius:var(--rsm);background:transparent;color:var(--muted);cursor:pointer;transition:var(--dur)}
.horo6-tabs__btn.horo6-active{background:var(--text);color:var(--bg);border-color:var(--text)}
.horo6-tabs__pane{display:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:32px}
.horo6-tabs__pane.horo6-active{display:grid;grid-template-columns:1fr 1fr;gap:32px;animation:horo6-fade .4s var(--ease)}
.horo6-tabs__pane h3{font-size:1.3rem;margin-bottom:12px}
.horo6-tabs__pane p{color:var(--muted)}
@keyframes horo6-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
/* Tabs: vertical (buttons on the left) */
.horo6-tabs--v{display:grid;grid-template-columns:.8fr 1.5fr;gap:24px;align-items:start}
.horo6-tabs--v .horo6-tabs__btns{flex-direction:column;margin-bottom:0}
.horo6-tabs--v .horo6-tabs__btn{width:100%;text-align:left}

/* ---------- Cases: grid ---------- */
.horo6-cases--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.horo6-case{position:relative;border-radius:var(--rmd);overflow:hidden;border:1px solid var(--line);min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:#fff}
.horo6-case::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,var(--a1),var(--a2));z-index:0}
.horo6-case::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 60%);z-index:1}
.horo6-case>*{position:relative;z-index:2}
.horo6-case__tag{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin-bottom:8px}
.horo6-case h3{font-size:1.25rem}
.horo6-case p{font-size:.9rem;opacity:.9;margin-top:8px}
/* photo in the case card */
.horo6-case--img .horo6-case__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.horo6-case--img::before{z-index:1;opacity:.4}
.horo6-case--img::after{z-index:2}
.horo6-case--img>*:not(.horo6-case__img){position:relative;z-index:3}
/* Cases: rows */
.horo6-cases--rows{display:flex;flex-direction:column;gap:48px}
.horo6-caserow{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.horo6-caserow--rev{direction:rtl}
.horo6-caserow--rev>*{direction:ltr}
.horo6-caserow__art{aspect-ratio:16/10;border-radius:var(--rlg);background:linear-gradient(150deg,var(--a1),var(--a2));border:1px solid var(--line);position:relative;overflow:hidden}
.horo6-caserow__art::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.25),transparent 55%)}
.horo6-caserow__body h3{font-size:1.6rem;margin:8px 0}
.horo6-caserow__body p{color:var(--muted)}
.horo6-caserow__body .horo6-case__tag{color:var(--a1);opacity:1}

/* ---------- Quotes ---------- */
.horo6-quotes{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.horo6-quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:32px}
.horo6-quote p{font-size:1.05rem;margin-bottom:20px}
.horo6-quote__who{display:flex;align-items:center;gap:12px}
.horo6-quote__av{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;display:grid;place-items:center;font-family:var(--fhead);font-weight:700}
.horo6-quote__who b{display:block;font-size:.95rem}
.horo6-quote__who span{font-size:.82rem;color:var(--muted)}

/* ---------- FAQ ---------- */
.horo6-faq{max-width:780px}
.horo6-faq--c{margin:0 auto}
.horo6-faq__item{border-bottom:1px solid var(--line)}
.horo6-faq__q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:22px 0;display:flex;justify-content:space-between;gap:16px;align-items:center;font-family:var(--fhead);font-weight:600;font-size:1.05rem;color:var(--text)}
.horo6-faq__q i{transition:transform var(--dur);color:var(--a1)}
.horo6-faq__item.horo6-open .horo6-faq__q i{transform:rotate(45deg)}
.horo6-faq__a{max-height:0;overflow:hidden;transition:max-height var(--dur) var(--ease)}
.horo6-faq__a p{padding-bottom:22px;color:var(--muted)}
/* FAQ: heading left, list right */
.horo6-faqsplit{display:grid;grid-template-columns:.9fr 1.3fr;gap:56px;align-items:start}
.horo6-faqsplit__head .horo6-shead__idx{font-family:var(--fhead);font-size:.8rem;color:var(--a1);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.horo6-faqsplit__head h2{font-size:clamp(1.8rem,4vw,2.8rem)}
.horo6-faqsplit__head p{margin-top:16px;color:var(--muted)}
.horo6-faqsplit .horo6-faq{max-width:none}
/* FAQ: cards in two columns */
.horo6-faq--cards{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.horo6-faqcard{border:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:var(--rmd);padding:4px 22px;background:var(--surface)}

/* ---------- CTA ---------- */
.horo6-cta{background:var(--surface);border:1px solid var(--line);border-radius:var(--rlg);padding:56px;box-shadow:var(--shadow)}
.horo6-cta--split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.horo6-cta--center{max-width:620px;margin:0 auto;text-align:center}
.horo6-cta--center .horo6-cta__head{margin-bottom:28px}
.horo6-cta--center .horo6-form{text-align:left}
.horo6-cta h2{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:16px}
.horo6-cta p{color:var(--muted)}
.horo6-form{display:flex;flex-direction:column;gap:14px}
.horo6-field label{display:block;font-size:.82rem;color:var(--muted);margin-bottom:6px}
.horo6-field input,.horo6-field textarea{width:100%;font-family:var(--fbody);font-size:.95rem;padding:.85em 1em;background:var(--bg);border:1px solid var(--line2);border-radius:var(--rsm);color:var(--text);transition:border-color var(--dur)}
.horo6-field input:focus,.horo6-field textarea:focus{outline:0;border-color:var(--a1)}
.horo6-form small{color:var(--muted);font-size:.78rem}

/* ---------- Footer ---------- */
.horo6-footer{border-top:1px solid var(--line);padding:64px 0 32px;background:var(--surface)}
.horo6-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:48px}
.horo6-footer h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:16px}
.horo6-footer__col a{display:block;padding:6px 0;color:var(--text);font-size:.92rem;transition:color var(--dur)}
.horo6-footer__col a:hover{color:var(--a1)}
.horo6-footer__about p{color:var(--muted);font-size:.92rem;margin-top:14px;max-width:300px}
.horo6-footer__bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:.84rem}

/* ---------- Subpages ---------- */
.horo6-phero{padding:72px 0;border-bottom:1px solid var(--line);background:var(--surface)}
.horo6-phero h1{font-size:clamp(2rem,4.5vw,3.2rem);margin-bottom:14px}
.horo6-phero p{color:var(--muted);max-width:640px}
.horo6-crumbs{font-size:.82rem;color:var(--muted);margin-bottom:18px}
.horo6-crumbs a:hover{color:var(--a1)}
/* Subpage header with background photo */
.horo6-phero--img{position:relative;border-bottom:0;padding:120px 0;background-size:cover;background-position:center;color:#fff}
.horo6-phero--img::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.4))}
.horo6-phero--img .horo6-wrap{position:relative;z-index:1}
.horo6-phero--img h1{color:#fff}
.horo6-phero--img p{color:rgba(255,255,255,.92)}
.horo6-phero--img .horo6-crumbs,.horo6-phero--img .horo6-crumbs a{color:rgba(255,255,255,.85)}
.horo6-prose{max-width:760px}
.horo6-prose h2{font-size:1.5rem;margin:36px 0 14px}
.horo6-prose h3{font-size:1.15rem;margin:24px 0 10px}
.horo6-prose p{color:var(--muted);margin-bottom:14px}
.horo6-prose ul{margin:0 0 14px 22px;color:var(--muted)}
.horo6-prose li{margin-bottom:8px}

/* ---------- Modal ---------- */
.horo6-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.3s}
.horo6-modal.horo6-show{opacity:1;visibility:visible}
.horo6-modal__bg{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}
.horo6-modal__box{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--rlg);padding:48px 40px;max-width:440px;text-align:center;box-shadow:var(--shadow);transform:translateY(12px) scale(.98);transition:.3s var(--ease)}
.horo6-modal.horo6-show .horo6-modal__box{transform:none}
.horo6-modal__ico{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;font-size:1.8rem}
.horo6-modal__box h3{font-size:1.5rem;margin-bottom:12px}
.horo6-modal__box p{color:var(--muted);margin-bottom:24px}

/* ---------- Thank-you (minimal page) ---------- */
.horo6-ty{min-height:100vh;display:grid;place-items:center;padding:24px;text-align:center;background:var(--bg)}
.horo6-ty__box{max-width:460px}
.horo6-ty__box .horo6-logo{justify-content:center;font-size:1.4rem;margin-bottom:28px}
.horo6-ty__ico{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;margin:0 auto 24px;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;font-size:2rem}
.horo6-ty h1{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:14px}
.horo6-ty p{color:var(--muted);margin-bottom:28px}

/* ---------- Cookie ---------- */
.horo6-cookie{position:fixed;left:24px;bottom:24px;right:24px;max-width:520px;z-index:150;background:var(--surface);border:1px solid var(--line2);border-radius:var(--rmd);padding:20px 24px;box-shadow:var(--shadow);display:flex;gap:16px;align-items:center;transform:translateY(160%);transition:transform .5s var(--ease)}
.horo6-cookie.horo6-show{transform:none}
.horo6-cookie p{font-size:.86rem;color:var(--muted)}

/* ---------- Hero: artbg ---------- */
.horo6-hero--artbg{color:#fff;padding:0}
.horo6-hero--artbg .horo6-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--a1),var(--a2));z-index:0}
.horo6-hero--artbg .horo6-hero__bg::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.22),transparent 55%),linear-gradient(to top,rgba(0,0,0,.35),transparent 60%)}
.horo6-hero--artbg .horo6-wrap{position:relative;z-index:1}
.horo6-hero--artbg .horo6-hero__c{max-width:720px;padding:calc(var(--sp) - 8px) 0}
.horo6-hero--artbg .horo6-hero__badge{border-color:rgba(255,255,255,.45);color:#fff}
.horo6-hero--artbg .horo6-hero__badge i{color:#fff}
.horo6-hero--artbg h1 em{-webkit-text-fill-color:#fff;color:#fff;background:none}
.horo6-hero--artbg .horo6-hero__lead{color:rgba(255,255,255,.92)}
.horo6-hero--artbg .horo6-btn{background:#fff;color:var(--a1);border-color:#fff}
.horo6-hero--artbg .horo6-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
/* Hero: minimal */
.horo6-hero--minimal{padding:calc(var(--sp) + 24px) 0}
.horo6-hero--minimal .horo6-hero__m{max-width:900px}
.horo6-hero--minimal h1{font-size:clamp(2.8rem,8vw,5.4rem);margin-bottom:24px}
.horo6-hero--minimal .horo6-hero__lead{font-size:1.2rem;max-width:600px}

/* ---------- Logos ---------- */
.horo6-logos__cap{text-align:center;color:var(--muted);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:28px}
.horo6-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 48px;align-items:center}
.horo6-logo-item{font-family:var(--fhead);font-weight:700;font-size:1.3rem;color:var(--muted);opacity:.65;transition:opacity var(--dur),color var(--dur)}
.horo6-logo-item:hover{opacity:1;color:var(--text)}

/* ---------- Pricing ---------- */
.horo6-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.horo6-price{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:36px 32px;display:flex;flex-direction:column;gap:18px}
.horo6-price--feat{border-color:var(--a1);box-shadow:var(--shadow)}
.horo6-price__badge{position:absolute;top:-12px;left:32px;background:var(--a1);color:#fff;font-size:.72rem;padding:4px 12px;border-radius:999px;font-family:var(--fhead);font-weight:600}
.horo6-price__name{font-family:var(--fhead);font-weight:700;font-size:1.1rem}
.horo6-price__amount{font-family:var(--fhead);font-weight:800;font-size:2.4rem;color:var(--text);line-height:1}
.horo6-price__amount span{font-size:.9rem;font-weight:400;color:var(--muted)}
.horo6-price ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.horo6-price li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.92rem}
.horo6-price li i{color:var(--a2);margin-top:4px}
.horo6-price .horo6-btn{justify-content:center;margin-top:auto}
/* Pricing: horizontal rows */
.horo6-prices--rows{display:flex;flex-direction:column;gap:16px}
.horo6-pricerow{display:grid;grid-template-columns:1fr 1.4fr auto;gap:28px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:24px 28px}
.horo6-pricerow.horo6-price--feat{border-color:var(--a1);box-shadow:var(--shadow)}
.horo6-pricerow__list{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px}
.horo6-pricerow__list li{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:.9rem}
.horo6-pricerow__list li i{color:var(--a2)}
.horo6-price__badge--inline{position:static;display:inline-block;margin-left:8px}

/* ---------- Banner ---------- */
.horo6-banner{background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;border-radius:var(--rlg);padding:48px 56px;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap;position:relative;overflow:hidden}
.horo6-banner::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.2),transparent 55%)}
.horo6-banner>*{position:relative;z-index:1}
.horo6-banner h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:8px}
.horo6-banner p{opacity:.92;max-width:520px}
.horo6-banner__btn{background:#fff;color:var(--a1);border-color:#fff;flex:none}

/* ---------- Footer variants ---------- */
.horo6-footer--center{text-align:center}
.horo6-footer--center .horo6-logo{justify-content:center;margin-bottom:20px}
.horo6-footer__nav{display:flex;flex-wrap:wrap;gap:8px 28px;justify-content:center;margin-bottom:20px}
.horo6-footer__nav a{color:var(--muted);font-size:.92rem;transition:color var(--dur)}
.horo6-footer__nav a:hover{color:var(--a1)}
.horo6-footer__addr{color:var(--muted);font-size:.92rem;margin:0 0 20px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.horo6-footer__addr i{color:var(--a1)}
.horo6-footer--center .horo6-topline__soc{margin-bottom:24px;display:inline-flex;gap:8px}
.horo6-footer--center .horo6-topline__soc a{margin:0 8px}
.horo6-footer__bottom--c{justify-content:center;border-top:1px solid var(--line);padding-top:24px}
.horo6-footer--compact .horo6-footer__row{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:24px}
.horo6-footer--compact .horo6-footer__nav{margin-bottom:0;justify-content:flex-start}

/* ==================================================== */
/* ============ VISUAL DNA (tokens on body) ============ */
/* ==================================================== */

/* Card style */
.horo6-card-shadow .horo6-feat__card,.horo6-card-shadow .horo6-quote,.horo6-card-shadow .horo6-stat__box,.horo6-card-shadow .horo6-price,.horo6-card-shadow .horo6-tabs__pane{border-color:transparent;box-shadow:var(--shadow)}
.horo6-card-flat .horo6-feat__card,.horo6-card-flat .horo6-quote,.horo6-card-flat .horo6-stat__box,.horo6-card-flat .horo6-price,.horo6-card-flat .horo6-tabs__pane{background:transparent;box-shadow:none}
.horo6-card-tint .horo6-feat__card,.horo6-card-tint .horo6-quote,.horo6-card-tint .horo6-stat__box,.horo6-card-tint .horo6-price,.horo6-card-tint .horo6-tabs__pane{background:color-mix(in srgb,var(--a1) 7%,var(--surface));border-color:color-mix(in srgb,var(--a1) 16%,var(--surface))}
.horo6-card-glass .horo6-feat__card,.horo6-card-glass .horo6-quote,.horo6-card-glass .horo6-stat__box,.horo6-card-glass .horo6-price,.horo6-card-glass .horo6-tabs__pane{background:color-mix(in srgb,var(--surface) 62%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--text) 10%,transparent);box-shadow:0 8px 32px rgba(0,0,0,.12)}
.horo6-card-outline .horo6-feat__card,.horo6-card-outline .horo6-quote,.horo6-card-outline .horo6-stat__box,.horo6-card-outline .horo6-price,.horo6-card-outline .horo6-tabs__pane{background:var(--surface);border:2px solid var(--text);box-shadow:5px 5px 0 var(--text)}

/* Hero background pattern */
.horo6-pat-dots .horo6-hero__grid{background-image:radial-gradient(var(--line2) 1.4px,transparent 1.4px);background-size:24px 24px}
.horo6-pat-diagonal .horo6-hero__grid{background-image:repeating-linear-gradient(45deg,var(--line) 0 1px,transparent 1px 16px);mask-image:none;opacity:.7}
.horo6-pat-blobs .horo6-hero__grid{background-image:radial-gradient(circle at 18% 25%,var(--a1),transparent 26%),radial-gradient(circle at 82% 30%,var(--a2),transparent 24%);background-size:auto;opacity:.13;mask-image:none}
.horo6-pat-none .horo6-hero__grid{display:none}
.horo6-pat-mesh .horo6-hero__grid{background-image:radial-gradient(at 18% 22%,var(--a1),transparent 42%),radial-gradient(at 82% 14%,var(--a2),transparent 42%),radial-gradient(at 55% 82%,var(--a1),transparent 46%),radial-gradient(at 30% 60%,var(--a2),transparent 40%);background-size:auto;opacity:.22;filter:blur(28px);mask-image:none}
.horo6-pat-memphis .horo6-hero__grid{background-image:radial-gradient(circle at 12% 28%,var(--a1) 0 7px,transparent 8px),radial-gradient(circle at 86% 18%,var(--a2) 0 5px,transparent 6px),radial-gradient(circle at 70% 70%,var(--a1) 0 6px,transparent 7px),repeating-linear-gradient(45deg,var(--a2) 0 2px,transparent 2px 16px);background-size:auto,auto,auto,140px 140px;opacity:.16;mask-image:none}

/* Button shape */
.horo6-bshape-pill .horo6-btn{border-radius:999px}
.horo6-bshape-sharp .horo6-btn{border-radius:0}

/* Art-block shape */
.horo6-art-circle .horo6-split__art{border-radius:50%}
.horo6-art-blob .horo6-split__art{border-radius:62% 38% 46% 54%/55% 48% 52% 45%}
.horo6-art-tilt .horo6-hero__art{transform:rotate(-2.5deg)}
.horo6-art-tilt .horo6-split__art{transform:rotate(2deg)}

/* Heading letter case */
.horo6-head-upper h1,.horo6-head-upper h2,.horo6-head-upper .horo6-price__name{text-transform:uppercase;letter-spacing:-.01em}

/* Grid density (cols-3 = default) */
.horo6-cols-2 .horo6-feat--grid,.horo6-cols-2 .horo6-cases--grid{grid-template-columns:repeat(2,1fr)}
.horo6-cols-4 .horo6-feat--grid,.horo6-cols-4 .horo6-cases--grid{grid-template-columns:repeat(4,1fr)}

/* Section heading presentation: numbering / accent line (plain = default) */
.horo6-eb-num{counter-reset:lgsect}
.horo6-eb-num .horo6-shead{counter-increment:lgsect}
.horo6-eb-num .horo6-shead__idx::before{content:counter(lgsect,decimal-leading-zero) " / "}
.horo6-eb-line .horo6-shead h2{display:inline-block;padding-top:14px;border-top:3px solid var(--a1)}

/* Dividers between sections (none = default) */
.horo6-seam-line .horo6-section + .horo6-section{border-top:1px solid var(--line)}

/* Reveal style (animations) */
.horo6-anim-fade .horo6-reveal{transform:none}
.horo6-anim-up .horo6-reveal{transform:translateY(28px)}
.horo6-anim-zoom .horo6-reveal{transform:scale(.94)}
.horo6-anim-left .horo6-reveal{transform:translateX(-32px)}

/* ==================================================== */
/* ============ NEW SECTIONS FROM REFERENCES ========== */
/* ==================================================== */

/* Counters */
.horo6-counters{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.horo6-counter__num{font-family:var(--fhead);font-weight:800;font-size:clamp(2.4rem,5vw,3.4rem);color:var(--a1);line-height:1}
.horo6-counter__label{color:var(--muted);margin-top:8px;font-size:.92rem}

/* Slider (carousel) */
.horo6-slider{position:relative}
.horo6-slider__view{overflow:hidden}
.horo6-slider__track{display:flex;transition:transform .5s var(--ease)}
.horo6-slide{flex:0 0 100%;min-width:100%}
.horo6-quoteslide{display:flex;flex-direction:column;justify-content:center;min-height:220px}
.horo6-quoteslide p{font-size:clamp(1.2rem,2.4vw,1.5rem);line-height:1.5;margin-bottom:24px}
.horo6-caseslide{min-height:300px}
.horo6-slider__ctl{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:28px}
.horo6-slider__arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--line2);background:var(--surface);color:var(--text);cursor:pointer;display:grid;place-items:center;transition:var(--dur)}
.horo6-slider__arrow:hover{background:var(--a1);color:#fff;border-color:var(--a1)}
.horo6-slider__dots{display:flex;gap:8px}
.horo6-slider__dot{width:9px;height:9px;border-radius:50%;border:0;background:var(--line2);cursor:pointer;transition:var(--dur);padding:0}
.horo6-slider__dot.horo6-active{background:var(--a1);width:26px;border-radius:6px}

/* Ticker (marquee) */
.horo6-ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;background:var(--surface)}
.horo6-ticker__track{display:inline-flex;gap:40px;white-space:nowrap;animation:horo6-tick 26s linear infinite;will-change:transform;padding-left:40px}
.horo6-ticker:hover .horo6-ticker__track{animation-play-state:paused}
.horo6-ticker__item{font-family:var(--fhead);font-weight:700;font-size:1.2rem;color:var(--muted);display:inline-flex;align-items:center;gap:14px}
.horo6-ticker__item i{color:var(--a1);font-size:.8rem}
@keyframes horo6-tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Gallery */
.horo6-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.horo6-gal__tile{position:relative;border-radius:var(--rmd);overflow:hidden;border:1px solid var(--line)}
.horo6-gal__tile--w{grid-column:span 2}
.horo6-gal__art{aspect-ratio:4/3;background:linear-gradient(150deg,var(--a1),var(--a2));transition:transform .5s var(--ease)}
.horo6-gal__tile--w .horo6-gal__art{aspect-ratio:8/3}
.horo6-gal__tile:hover .horo6-gal__art{transform:scale(1.06)}
.horo6-gal__tile figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.65),transparent);z-index:1}
.horo6-gal__tile figcaption span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;opacity:.85}
.horo6-gal__tile figcaption b{display:block;font-family:var(--fhead);font-size:1.05rem;margin-top:2px}

/* Timeline */
.horo6-tl{position:relative;max-width:840px;margin:0 auto}
.horo6-tl::before{content:'';position:absolute;left:50%;top:6px;bottom:6px;width:2px;background:var(--line2);transform:translateX(-50%)}
.horo6-tl__item{position:relative;width:50%;padding:0 40px 36px 0;text-align:right}
.horo6-tl__item--r{margin-left:50%;padding:0 0 36px 40px;text-align:left}
.horo6-tl__dot{position:absolute;top:4px;right:-7px;width:14px;height:14px;border-radius:50%;background:var(--a1);border:3px solid var(--bg)}
.horo6-tl__item--r .horo6-tl__dot{right:auto;left:-7px}
.horo6-tl__year{font-family:var(--fhead);font-weight:800;color:var(--a1);font-size:.9rem}
.horo6-tl__card h3{font-size:1.1rem;margin:6px 0}
.horo6-tl__card p{color:var(--muted);font-size:.92rem}

/* Team */
.horo6-team{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.horo6-member{background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:28px}
.horo6-member__av{width:84px;height:84px;border-radius:50%;margin:0 auto 16px;background:linear-gradient(135deg,var(--a1),var(--a2));color:#fff;display:grid;place-items:center;font-family:var(--fhead);font-weight:700;font-size:1.6rem}
.horo6-member b{display:block;font-family:var(--fhead);font-size:1.05rem}
.horo6-member span{color:var(--muted);font-size:.88rem}

/* Compare */
.horo6-cmp{border:1px solid var(--line);border-radius:var(--rmd);overflow:hidden}
.horo6-cmp__row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;border-top:1px solid var(--line)}
.horo6-cmp__row:first-child{border-top:0}
.horo6-cmp__row>div{padding:15px 20px;border-left:1px solid var(--line);display:flex;align-items:center;justify-content:center}
.horo6-cmp__row>div:first-child{border-left:0;justify-content:flex-start}
.horo6-cmp__row--head{background:var(--surface);font-family:var(--fhead);font-weight:700}
.horo6-cmp__feat{color:var(--a1)}
.horo6-cmp__label{color:var(--muted);font-size:.92rem}
.horo6-cmp__yes{color:var(--a2)}
.horo6-cmp__no{color:var(--line2)}

/* Contact + map */
.horo6-contact{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.horo6-contact__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin:20px 0 28px}
.horo6-contact__list li{display:flex;align-items:center;gap:12px;color:var(--muted)}
.horo6-contact__list i{color:var(--a1);width:20px}
.horo6-contact__list a:hover{color:var(--a1)}
.horo6-map{width:100%;height:100%;min-height:340px;border:1px solid var(--line);border-radius:var(--rmd);display:block}

/* Mega footer */
.horo6-footer--mega .horo6-footer__top{grid-template-columns:1.6fr 1fr 1fr 1.4fr}
.horo6-footer__news p{color:var(--muted);font-size:.9rem;margin-bottom:12px}
.horo6-footer__news form{display:flex;gap:8px}
.horo6-footer__news input{flex:1;min-width:0;padding:.7em .9em;background:var(--bg);border:1px solid var(--line2);border-radius:var(--rsm);color:var(--text);font-family:var(--fbody);font-size:.9rem}

/* ==================================================== */
/* ============ EXTRA SECTION VARIANTS =============== */
/* ==================================================== */
/* Logos: cell grid */
.horo6-logogrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.horo6-logocell{display:grid;place-items:center;padding:28px;border:1px solid var(--line);border-radius:var(--rmd);background:var(--surface);font-family:var(--fhead);font-weight:700;color:var(--muted)}
/* Counters: cards */
.horo6-counter--card{background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:28px}
/* Gallery: uniform grid / masonry */
.horo6-gal--uniform{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.horo6-gal--uniform .horo6-gal__art{aspect-ratio:1/1}
.horo6-gal--masonry{column-count:3;column-gap:18px}
.horo6-gal--masonry .horo6-gal__tile{break-inside:avoid;margin-bottom:18px;display:block}
.horo6-gal--masonry .horo6-gal__tile:nth-child(3n+1) .horo6-gal__art{aspect-ratio:3/4}
.horo6-gal--masonry .horo6-gal__tile:nth-child(3n+2) .horo6-gal__art{aspect-ratio:4/3}
.horo6-gal--masonry .horo6-gal__tile:nth-child(3n) .horo6-gal__art{aspect-ratio:1/1}
/* Timeline: line on the left */
.horo6-tlv{position:relative;max-width:760px;margin:0 auto}
.horo6-tlv__item{position:relative;padding:0 0 32px 40px}
.horo6-tlv__item::before{content:'';position:absolute;left:11px;top:6px;bottom:-6px;width:2px;background:var(--line2)}
.horo6-tlv__item:last-child::before{display:none}
.horo6-tlv__dot{position:absolute;left:5px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--a1);border:3px solid var(--bg);z-index:1}
/* Team: circles / list */
.horo6-team--circ .horo6-member{background:none;border:0;padding:0}
.horo6-team--circ .horo6-member__av{width:110px;height:110px;font-size:2rem}
.horo6-teamlist{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.horo6-memberrow{display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--rmd);padding:16px 20px}
.horo6-memberrow .horo6-member__av{width:54px;height:54px;font-size:1.1rem;margin:0;flex:none}
.horo6-memberrow b{display:block;font-family:var(--fhead)}
.horo6-memberrow span{color:var(--muted);font-size:.88rem}
/* Compare: zebra */
.horo6-cmp--striped .horo6-cmp__row:nth-child(even){background:var(--surface)}
/* Contacts: map on top */
.horo6-maptop{margin-bottom:32px}
.horo6-maptop .horo6-map{min-height:300px;height:320px}
.horo6-contact--btm{display:grid;grid-template-columns:1fr 1fr;gap:48px}
/* Banner: outlined */
.horo6-banner--outline{background:none;border:2px solid var(--a1)}
.horo6-banner--outline::after{display:none}
.horo6-banner--outline h2{color:var(--text)}
.horo6-banner--outline p{color:var(--muted)}
/* Ticker: two rows */
.horo6-ticker--dbl .horo6-ticker__track{display:flex}
.horo6-ticker__track--rev{animation-direction:reverse;margin-top:12px}

/* ---------- Reveal ---------- */
.horo6-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.horo6-reveal.horo6-in{opacity:1;transform:none}

/* ---------- Responsive ---------- */
@media(max-width:980px){
  .horo6-hero--split .horo6-hero__in,.horo6-hero--stack .horo6-hero__top,.horo6-split,.horo6-cta--split,.horo6-caserow,.horo6-aboutc__cols,.horo6-tabs__pane.horo6-active{grid-template-columns:1fr}
  .horo6-hero__art{display:none}
  .horo6-caserow--rev{direction:ltr}
  .horo6-feat--grid,.horo6-feat--bento,.horo6-cases--grid,.horo6-quotes{grid-template-columns:1fr 1fr}
  .horo6-cols-2 .horo6-feat--grid,.horo6-cols-2 .horo6-cases--grid,.horo6-cols-4 .horo6-feat--grid,.horo6-cols-4 .horo6-cases--grid{grid-template-columns:1fr 1fr}
  .horo6-feat--bento .horo6-feat__card--big{grid-column:auto;grid-row:auto}
  .horo6-steps--row{grid-template-columns:1fr 1fr}
  .horo6-stats--strip,.horo6-stats--boxed{grid-template-columns:1fr 1fr;gap:24px}
  .horo6-footer__top{grid-template-columns:1fr 1fr}
  .horo6-faqsplit{grid-template-columns:1fr;gap:28px}
  .horo6-faq--cards{grid-template-columns:1fr}
  .horo6-tabs--v{grid-template-columns:1fr}
  .horo6-pricerow{grid-template-columns:1fr;gap:16px;text-align:left}
  .horo6-logogrid,.horo6-gal--uniform{grid-template-columns:1fr 1fr}
  .horo6-gal--masonry{column-count:2}
  .horo6-teamlist,.horo6-contact--btm{grid-template-columns:1fr}
  .horo6-prices{grid-template-columns:1fr}
  .horo6-banner{flex-direction:column;align-items:flex-start;padding:36px 32px}
  .horo6-counters,.horo6-team{grid-template-columns:1fr 1fr}
  .horo6-gal,.horo6-contact{grid-template-columns:1fr}
  .horo6-gal__tile--w{grid-column:auto}
  .horo6-tl::before{left:9px}
  .horo6-tl__item,.horo6-tl__item--r{width:100%;margin-left:0;text-align:left;padding:0 0 32px 36px}
  .horo6-tl__dot,.horo6-tl__item--r .horo6-tl__dot{left:2px;right:auto}
  .horo6-cmp{overflow-x:auto}
  .horo6-cmp__row{min-width:560px}
  .horo6-footer--mega .horo6-footer__top{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .horo6-nav,.horo6-header__cta .horo6-btn,.horo6-topline{display:none}
  .horo6-bar--center .horo6-nav{display:none}
  .horo6-burger{display:flex}
  .horo6-feat--grid,.horo6-feat--bento,.horo6-cases--grid,.horo6-quotes,.horo6-steps--row,.horo6-stats--strip,.horo6-stats--boxed{grid-template-columns:1fr}
  .horo6-cols-2 .horo6-feat--grid,.horo6-cols-2 .horo6-cases--grid,.horo6-cols-4 .horo6-feat--grid,.horo6-cols-4 .horo6-cases--grid{grid-template-columns:1fr}
  .horo6-cta{padding:32px 24px}
  .horo6-logos{gap:14px 28px}
  .horo6-footer--compact .horo6-footer__row{flex-direction:column;align-items:flex-start;gap:16px}
  .horo6-logogrid,.horo6-gal--uniform{grid-template-columns:1fr}
  .horo6-gal--masonry{column-count:1}
  .horo6-teamlist{grid-template-columns:1fr}
  .horo6-counters,.horo6-team{grid-template-columns:1fr 1fr}
  .horo6-gal{grid-template-columns:1fr}
}

#horo6-form {
    padding-top: clamp(48px, 6vw, 88px);
    padding-bottom: clamp(48px, 6vw, 88px);
}

#horo6-form .horo6-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(24px, 5vw, 40px);
    padding-right: clamp(24px, 5vw, 40px);
}

.horo6-cta {
    display: flex;
    align-items: stretch;
    gap: clamp(24px, 3vw, 40px);
    padding: clamp(20px, 2.5vw, 32px);
    overflow: hidden;
}

.horo6-cta--center {
    display: block;
}

.horo6-cta__image {
    flex: 0 0 42%;
    min-width: 0;
    max-width: 380px;
}

.horo6-cta__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 8px 8px 0;
}

.horo6-cta__head {
    margin-bottom: 24px;
}

.horo6-cta__head h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.horo6-cta__head p {
    margin-top: 12px;
    font-size: .95rem;
}

.horo6-cta__image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.horo6-cta .horo6-form {
    gap: 14px;
}

.horo6-cta .horo6-btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.horo6-mapsec {
    width: 100%;
    line-height: 0;
}

.horo6-mapsec .horo6-map {
    width: 100%;
    height: 420px;
    min-height: 320px;
    border: 0;
    border-radius: 0;
}

@media (max-width: 980px) {
    #horo6-form .horo6-wrap {
        max-width: 640px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .horo6-cta {
        flex-direction: column;
        gap: 24px;
        padding: 20px;
    }

    .horo6-cta__image {
        flex: none;
        width: 100%;
        max-width: none;
    }

    .horo6-cta__content {
        padding: 0;
    }

    .horo6-cta__image img {
        min-height: 220px;
        max-height: 300px;
        border-radius: 10px;
    }

    .horo6-mapsec .horo6-map {
        height: 300px;
    }
}