:root{--blue:#D4B26A;--blue2:#D4B26A;--ice:#E8C880;--ink:#0b0b0c;--navy:#231A08;--white:#fff;--container:1440px;--pad:clamp(20px,4vw,56px);--section:clamp(72px,8vw,130px);--radius:26px;--ease:cubic-bezier(.22,1,.36,1);--shadow:0 24px 70px rgba(35,26,8,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.45}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 2*var(--pad)),var(--container));margin:auto}.section{padding:var(--section) 0;overflow:hidden}.section--light{background:#D4B26A}.h2{font-size:clamp(38px,5vw,72px);font-weight:700;line-height:.98;letter-spacing:-.025em}.h3{font-size:clamp(22px,2vw,31px);font-weight:650;line-height:1.08}.eyebrow{display:inline-block;margin-bottom:16px;color:var(--blue);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:48px}.section-intro .h2{max-width:980px}.section-intro p{max-width:520px;color:#B8944D;font-size:18px}.button{min-height:54px;padding:0 24px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:.3s var(--ease)}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--blue);color:#fff}.button--ghost{background:#fff;border-color:#D4B26A}.button--ghost-dark{background:transparent;color:#fff;border-color:#B8944D}.button--light{background:#fff;color:var(--navy)}.button--ghost-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}.text-link{border:0;background:none;padding:0;color:var(--blue);font-weight:700;cursor:pointer}.button-row{display:flex;gap:12px;flex-wrap:wrap}.mobile-header{display:none}.brand{display:flex;align-items:center;gap:12px;font-weight:700;line-height:1.08}.brand img{width:48px;height:48px;border-radius:9px;object-fit:cover}.hero{position:relative;background:var(--navy)}.hero-reference{width:100%;height:auto}.hero-hotspots{position:absolute;inset:0}.hotspot{position:absolute;border:0;background:transparent;cursor:pointer}.hs-services{left:37%;top:4%;width:9%;height:6%}.hs-process{left:44%;top:4%;width:8%;height:6%}.hs-about{left:51%;top:4%;width:7%;height:6%}.hs-contact{left:59%;top:4%;width:7%;height:6%}.hs-lead{right:3%;top:3%;width:15%;height:7%}.hs-calc{left:3%;top:63%;width:22%;height:8%}.hs-case{left:26%;top:63%;width:21%;height:8%}.hero-mobile{display:none}.service-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}.service-card{min-height:310px;padding:30px;border:1px solid #D4B26A;border-radius:var(--radius);background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:24px;overflow:hidden;transition:.3s var(--ease)}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.service-card p,.audience-card p,.price-card p,.price-card li,.timeline p,.responsibility-grid p,.workflow-grid p{color:#B8944D}.service-card--wide{grid-row:span 2;min-height:638px}.service-card--wide img{height:330px;width:100%;object-fit:cover;border-radius:18px}.service-card--blue{background:var(--blue);color:#fff;border-color:transparent}.service-card--blue p,.service-card--blue .eyebrow{color:#E8C880}.service-card--image{padding:0;grid-column:span 2;display:grid;grid-template-columns:1.1fr .9fr}.service-card--image img{width:100%;height:100%;object-fit:cover}.service-card--image>div{padding:30px}.calculator{background:radial-gradient(circle at 80% 20%,rgba(212,178,106,.24),transparent 30%),var(--navy);color:#fff}.calculator-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.calculator-copy{position:sticky;top:28px;align-self:start}.calculator-copy p{color:#D4B26A;font-size:18px}.calc-metric{display:flex;align-items:flex-end;gap:15px;margin-top:44px}.calc-metric b{font-size:64px;line-height:1;color:#D4B26A}.calc-metric span{color:#D4B26A}.calc-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:34px;backdrop-filter:blur(16px)}.calc-progress{height:5px;border-radius:20px;background:rgba(255,255,255,.1);overflow:hidden;margin-bottom:30px}.calc-progress span{display:block;height:100%;width:12.5%;background:var(--blue2);transition:.3s}.calc-step{display:none}.calc-step.is-active{display:block}.calc-step .h3{margin-bottom:24px}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.option-grid label{position:relative}.option-grid input{position:absolute;opacity:0}.option-grid span{display:flex;align-items:center;min-height:62px;padding:15px 18px;border:1px solid rgba(255,255,255,.17);border-radius:14px;color:#E8C880;cursor:pointer}.option-grid input:checked+span{background:var(--blue);border-color:var(--blue);color:#fff}.calc-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.is-hidden{display:none!important}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label,.lead-form label{display:grid;gap:8px}.form-grid input,.form-grid select,.lead-form input,.lead-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:14px}.form-grid select option{color:#111}.consent{display:flex!important;grid-template-columns:auto 1fr!important;gap:10px!important;margin-top:16px!important;color:#D4B26A!important;font-size:14px!important}.consent input{width:auto!important}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.audience-card{min-height:360px;padding:32px;border:1px solid #D4B26A;border-radius:var(--radius);background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.audience-card>span,.audience-card--visual span{color:var(--blue);font-weight:800;font-size:14px}.audience-card--dark{background:var(--navy);color:#fff;border-color:var(--navy)}.audience-card--dark p{color:#D4B26A}.audience-card--visual{padding:0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.audience-card--visual img{width:100%;height:100%;object-fit:cover}.audience-card--visual>div{padding:32px}.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.scope-card{min-height:430px;padding:28px;border-radius:22px;background:var(--ice)}.scope-card ul{padding-left:18px;margin-top:30px;color:#B8944D}.scope-card li{margin:10px 0}.scope-card--blue{background:var(--blue);color:#fff}.scope-card--blue ul{color:#E8C880}.scope-card--black{background:#0b0b0c;color:#fff}.scope-card--black ul{color:#E8C880}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{min-height:560px;padding:30px;background:#fff;border:1px solid #E8C880;border-radius:var(--radius);display:flex;flex-direction:column}.price-card>span{align-self:flex-end;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--ice);color:var(--blue);font-weight:800}.price-card ul{padding-left:20px;flex:1}.price-card li{margin:10px 0}.price{font-size:22px;font-weight:800;margin:22px 0}.price-card--featured{border-color:var(--blue);box-shadow:0 18px 50px rgba(212,178,106,.14)}.why{background:var(--navy);color:#fff}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.why-lead{position:relative;overflow:hidden;min-height:700px;padding:34px;border-radius:var(--radius);background:linear-gradient(180deg,#231A08,#231A08)}.why-lead p,.why-card p{color:#D4B26A}.why-lead img{position:absolute;left:0;right:0;bottom:0;width:100%;height:55%;object-fit:cover;opacity:.85}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.why-card{min-height:330px;padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:rgba(255,255,255,.04)}.timeline,.workflow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.timeline article,.workflow-grid article{min-height:285px;padding:24px;border-radius:20px;background:#fff;border:1px solid #D4B26A}.timeline b,.workflow-grid b,.responsibility-grid b{color:var(--blue);font-size:13px;letter-spacing:.12em}.center-button{display:flex;width:max-content;margin:34px auto 0}.responsibility{background:var(--ice)}.responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.responsibility-grid article{min-height:245px;padding:26px;border-radius:20px;background:#fff;border:1px solid rgba(212,178,106,.18)}.case-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:16px}.case-card{min-height:260px;padding:28px;border-radius:22px;background:#fff;border:1px solid #D4B26A}.case-card span{color:var(--blue);font-size:13px;font-weight:800}.case-card p{color:#B8944D}.case-card--hero{grid-row:span 2;min-height:540px;background:linear-gradient(160deg,#231A08,#231A08);color:#fff;display:flex;flex-direction:column}.case-card--hero p{color:#D4B26A}.case-result{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.14)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.team-card{min-height:380px;padding:26px;border-radius:24px;background:#f2f5fb}.avatar{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#D4B26A);color:#fff;font-weight:800;font-size:22px;margin-bottom:70px}.team-card p{color:#B8944D}.testimonial-track{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}.testimonial{min-height:340px;padding:28px;border-radius:24px;background:#fff;border:1px solid #D4B26A;display:flex;flex-direction:column}.testimonial>span{font-size:78px;line-height:.7;color:var(--blue)}.testimonial p{font-size:20px;flex:1}.testimonial small{color:#B8944D}.workflow-note{margin-top:18px;padding:28px;border-radius:20px;background:var(--blue);color:#fff;display:flex;align-items:center;gap:24px}.workflow-note b{font-size:42px}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-list details{background:#fff;border:1px solid #D4B26A;border-radius:18px;padding:0 20px}.faq-list summary{cursor:pointer;padding:22px 0;font-weight:700}.faq-list p{padding-bottom:20px;color:#B8944D;margin:0}.final-cta{background:var(--blue);color:#fff}.final-cta__inner{display:grid;grid-template-columns:1.5fr .5fr;gap:50px;align-items:end}.final-cta p{color:#D4B26A;max-width:650px}.final-cta .eyebrow{color:#D4B26A}.final-cta .button-row{justify-content:flex-end}.footer{background:#231A08;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr;gap:60px}.footer-grid p{color:#D4B26A}.footer-grid nav{display:grid;gap:10px;align-content:start}.footer-grid nav a{color:#D4B26A}.footer-bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#B8944D;font-size:13px}.footer .text-link{color:#D4B26A}.modal{position:fixed;inset:0;z-index:200;display:none;place-items:center;padding:20px}.modal.is-open{display:grid}.modal__backdrop{position:absolute;inset:0;background:rgba(2,8,15,.72);backdrop-filter:blur(8px)}.modal__panel{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100svh - 40px);overflow:auto;background:var(--navy);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:26px;padding:34px}.modal__panel p{color:#D4B26A}.modal__close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);border-radius:12px;cursor:pointer}.modal__close span{position:absolute;left:12px;right:12px;top:20px;height:1px;background:#fff}.modal__close span:first-child{transform:rotate(45deg)}.modal__close span:last-child{transform:rotate(-45deg)}.lead-form{display:grid;gap:16px;margin-top:24px}.modal__panel--thanks{text-align:center}.success-mark{width:70px;height:70px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;background:var(--blue);font-size:32px}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(212,178,106,.35);outline-offset:3px}.reveal{will-change:transform,opacity}
@media(max-width:1023px){.mobile-header{position:fixed;z-index:120;left:12px;right:12px;top:12px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:rgba(35,26,8,.9);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(16px);border-radius:16px;color:#fff}.mobile-header .brand img{width:38px;height:38px}.mobile-header .brand span{font-size:12px}.menu-toggle{position:relative;width:44px;height:44px;border:0;background:transparent}.menu-toggle span{position:absolute;left:9px;right:9px;height:2px;background:#fff}.menu-toggle span:first-child{top:16px}.menu-toggle span:last-child{top:26px}.menu-toggle[aria-expanded=true] span:first-child{top:21px;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{top:21px;transform:rotate(-45deg)}.mobile-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);display:none;max-height:70svh;overflow:auto;background:#231A08;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px}.mobile-menu.is-open{display:grid;gap:6px}.mobile-menu a{padding:13px 10px;color:#E8C880}.hero-reference,.hero-hotspots{display:none}.hero{padding:100px 0 48px}.hero-mobile{display:grid;width:min(calc(100% - 40px),900px);margin:auto;color:#fff}.hero-mobile__media{height:420px;border-radius:24px;overflow:hidden;margin-bottom:34px}.hero-mobile__media img{width:100%;height:100%;object-fit:cover}.hero-mobile h1{font-size:clamp(42px,8vw,72px);line-height:.98;letter-spacing:-.035em;margin:0}.hero-mobile h1 span{color:#D4B26A}.hero-mobile>p{font-size:18px;color:#D4B26A}.hero-mobile__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px}.hero-mobile__facts div{padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:16px}.hero-mobile__facts b{display:block;font-size:25px;color:#D4B26A}.hero-mobile__facts span{font-size:13px;color:#D4B26A}.service-grid{grid-template-columns:1fr 1fr}.service-card--wide{grid-row:auto;min-height:470px}.service-card--image{grid-column:span 2}.calculator-layout,.why-grid{grid-template-columns:1fr}.calculator-copy{position:static}.scope-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto}.timeline,.workflow-grid{grid-template-columns:1fr 1fr}.responsibility-grid{grid-template-columns:1fr 1fr}.case-grid{grid-template-columns:1fr 1fr}.case-card--hero{grid-column:span 2;grid-row:auto;min-height:420px}.team-grid{grid-template-columns:1fr 1fr}.testimonial-track{grid-template-columns:1fr}.final-cta__inner{grid-template-columns:1fr}.final-cta .button-row{justify-content:flex-start}}
@media(max-width:767px){:root{--pad:20px;--section:72px}.section-intro{display:block;margin-bottom:34px}.section-intro p{font-size:16px}.h2{font-size:40px}.h3{font-size:24px}.hero-mobile__media{height:330px}.hero-mobile h1{font-size:42px}.hero-mobile>p{font-size:16px}.hero-mobile__facts,.service-grid,.audience-grid,.scope-grid,.timeline,.responsibility-grid,.case-grid,.team-grid,.workflow-grid,.faq-list,.form-grid,.option-grid{grid-template-columns:1fr}.service-card--image{grid-column:auto;grid-template-columns:1fr}.service-card--image img,.audience-card--visual img{height:260px}.audience-card--visual{grid-template-columns:1fr}.scope-card{min-height:auto}.calc-card{padding:22px}.calc-actions .button{flex:1}.case-card--hero{grid-column:auto}.why-cards{grid-template-columns:1fr}.why-lead{min-height:580px}.workflow-note{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;gap:12px}.final-cta .button-row,.hero-mobile .button-row{display:grid}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{will-change:auto}.button,.service-card{transition:none}}

/* ===== Hero rebuild based on supplied layout reference ===== */
body{font-family:"Manrope",Arial,Helvetica,sans-serif}
.button{font-family:"Manrope",Arial,Helvetica,sans-serif;font-weight:400}

.hero{
  position:relative;
  min-height:1000px;
  height:min(1000px,100svh);
  overflow:hidden;
  isolation:isolate;
  background:#231A08;
  color:#fff;
}
.hero-parallax{position:absolute;inset:-22px;z-index:0;overflow:hidden;pointer-events:none}
.hero-parallax__building{
  position:absolute;inset:-2.5%;width:105%;height:105%;max-width:none;object-fit:cover;object-position:center center;
  transform:translate3d(var(--bg-x,0px),var(--bg-y,0px),0) scale(1.035);
  transition:transform .18s ease-out;will-change:transform;
}
.hero-parallax__person{
  position:absolute;z-index:2;right:5.7%;bottom:-11%;width:auto;height:92%;max-width:none;object-fit:contain;object-position:bottom center;
  transform:translate3d(var(--person-x,0px),var(--person-y,0px),0) scale(1.01);
  transform-origin:50% 100%;transition:transform .15s ease-out;will-change:transform;
}
.hero-parallax__shade{
  position:absolute;inset:0;z-index:3;
  background:linear-gradient(90deg,rgba(3,15,28,.66) 0%,rgba(3,15,28,.28) 47%,rgba(3,15,28,.04) 76%),linear-gradient(180deg,rgba(2,12,23,.08),rgba(2,12,23,.18));
}
.hero-shell{
  position:relative;z-index:5;width:min(calc(100% - 104px),1816px);height:100%;margin:auto;
  display:grid;grid-template-rows:auto 1fr auto;
}
.hero-desktop-header{
  display:grid;grid-template-columns:300px minmax(0,1fr) auto;align-items:center;gap:48px;padding-top:28px;
}
.hero-brand{color:#fff;white-space:nowrap}.hero-brand img{width:52px;height:52px;border-radius:8px}.hero-brand span{font-size:17px;line-height:1.15}
.hero-nav{display:flex;justify-content:center;align-items:center;gap:44px;min-width:0}.hero-nav a{position:relative;color:#fff;font-size:17px;font-weight:400;white-space:nowrap;opacity:.9}.hero-nav a:hover,.hero-nav a.is-active{color:#D4B26A;opacity:1}.hero-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;background:#D4B26A;border-radius:2px}
.hero-header-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}
.hero-language{position:relative;z-index:20}.hero-language__button{height:58px;min-width:98px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(35,26,8,.38);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;backdrop-filter:blur(10px)}
.hero-language__chevron{width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.hero-language.is-open .hero-language__chevron{transform:rotate(225deg) translate(-1px,-1px)}
.hero-language__menu{position:absolute;left:0;right:0;top:calc(100% + 7px);display:grid;padding:6px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(35,26,8,.96);box-shadow:0 20px 50px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.2s;backdrop-filter:blur(14px)}.hero-language.is-open .hero-language__menu{opacity:1;visibility:visible;transform:none}.hero-language__menu a{display:flex;align-items:center;height:42px;border:0;border-radius:8px;background:transparent;color:#fff;text-align:left;padding:0 13px;cursor:pointer}.hero-language__menu a[aria-selected=true]{background:rgba(212,178,106,.14);color:#D4B26A}
.hero-header-cta{height:58px;padding:0 32px;border:0;border-radius:12px;background:#B8944D;color:#fff;font-family:"Manrope",sans-serif;font-size:17px;font-weight:500;cursor:pointer;white-space:nowrap}

.hero-content{display:flex;align-items:center;padding:60px 0 170px;min-height:0}
.hero-copy{width:min(920px,54vw);position:relative;z-index:6}
.hero-copy .hero-title{margin:0 0 30px;font-family:"Lora",Georgia,serif;font-size:clamp(56px,3.35vw,64px);font-weight:500;line-height:1.05;letter-spacing:-.015em;color:#fff}
.hero-title{display:block;white-space:pre-line}.hero-copy .hero-title :is(span,b,strong,em,mark){font-style:normal;color:#D4B26A}
.hero-copy>p{margin:0 0 32px;font-size:18px;font-weight:600;line-height:1.38;color:#f6f8fb;max-width:950px}.hero-copy>p span{display:block;white-space:nowrap}
.hero-copy .button-row{display:flex;flex-wrap:nowrap;gap:24px;margin-top:34px;margin-bottom:0}.hero-copy .button{height:56px;min-height:56px;width:360px;max-width:calc(50% - 12px);padding:0 24px;border-radius:10px;font-size:17px;font-weight:400;white-space:nowrap}.hero-copy .button--primary{background:#B8944D}.hero-copy .button--ghost-dark{border-color:rgba(255,255,255,.75);background:rgba(255,255,255,.03)}
.hero-copy small{display:none}

.hero-facts{
  position:relative;z-index:8;width:86%;justify-self:center;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:72px;
  background:rgba(5,20,35,.48);backdrop-filter:blur(3px);
}
.hero-facts article{min-height:164px;padding:28px 34px;display:flex;align-items:center;gap:28px;border:1px solid rgba(232,200,128,.28);border-radius:10px;background:linear-gradient(135deg,rgba(12,38,64,.82),rgba(9,28,48,.66));box-shadow:0 18px 44px rgba(0,0,0,.08)}
.hero-facts b{display:block;font-size:22px;line-height:1.28}.hero-facts p{margin:10px 0 0;color:#D4B26A;font-size:15px;white-space:nowrap}
.hero-fact-icon{position:relative;flex:0 0 72px;width:72px;height:72px;border-radius:14px;background:rgba(76,109,148,.18)}
.hero-fact-icon:before,.hero-fact-icon:after{content:"";position:absolute}
.hero-fact-icon--shield:before{left:22px;top:16px;width:28px;height:36px;border:3px solid #D4B26A;border-radius:5px 5px 12px 12px;clip-path:polygon(50% 0,100% 16%,88% 77%,50% 100%,12% 77%,0 16%)}
.hero-fact-icon--shield:after{left:31px;top:31px;width:13px;height:7px;border-left:3px solid #D4B26A;border-bottom:3px solid #D4B26A;transform:rotate(-45deg)}
.hero-fact-icon--pin:before{left:23px;top:15px;width:27px;height:37px;border:3px solid #D4B26A;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.hero-fact-icon--pin:after{left:32px;top:24px;width:9px;height:9px;border:3px solid #D4B26A;border-radius:50%}
.hero-fact-icon--target:before{left:18px;top:18px;width:34px;height:34px;border:3px solid #D4B26A;border-radius:50%;box-shadow:inset 0 0 0 8px rgba(212,178,106,.15)}.hero-fact-icon--target:after{left:37px;top:12px;width:3px;height:30px;background:#D4B26A;transform:rotate(45deg);transform-origin:50% 100%;box-shadow:8px -2px 0 -1px #D4B26A}

@media (max-width:1500px){
 .hero-shell{width:min(calc(100% - 64px),1440px)}
 .hero-desktop-header{grid-template-columns:260px 1fr auto;gap:28px}.hero-nav{gap:28px}.hero-nav a{font-size:15px}.hero-header-cta{padding:0 24px;font-size:15px}.hero-language__button{min-width:90px}
 .hero-copy{width:min(800px,56vw)}.hero-copy .hero-title{font-size:clamp(50px,3.6vw,58px)}.hero-copy>p{font-size:16px}.hero-copy .button{width:340px;height:52px;min-height:52px;font-size:16px}
 .hero-facts{width:92%;margin-bottom:46px}.hero-facts article{min-height:146px;padding:24px}.hero-facts b{font-size:19px}.hero-facts p{font-size:13px}
 .hero-parallax__person{right:3%;height:89%;bottom:-9%}
}
@media (max-width:1180px){
 .hero-nav{gap:18px}.hero-header-actions{gap:10px}.hero-header-cta{padding:0 18px}.hero-copy .hero-title{font-size:48px}.hero-copy>p span{white-space:normal}.hero-title{white-space:pre-line}.hero-copy .button-row{gap:14px;margin-top:28px}.hero-copy .button{width:auto;flex:1;max-width:none;padding:0 18px}.hero-facts{width:100%}.hero-facts article{padding:20px;gap:18px}.hero-fact-icon{flex-basis:60px;width:60px;height:60px}.hero-parallax__person{right:-3%}
}
@media (max-width:1023px){
 .hero{height:auto;min-height:100svh;padding:96px 0 34px}.hero-shell{display:block;width:min(calc(100% - 40px),900px)}.hero-desktop-header{display:none}.hero-content{display:block;padding:44px 0 0}.hero-copy{width:100%;max-width:720px}.hero-copy .hero-title{font-size:clamp(42px,7vw,58px);line-height:1.02}.hero-title{white-space:pre-line}.hero-copy>p{max-width:660px}.hero-copy>p span{display:inline;white-space:normal}.hero-copy .button-row{gap:12px}.hero-copy .button{height:52px;min-height:52px}.hero-parallax__person{height:62%;right:-13%;bottom:0;opacity:.62}.hero-parallax__building{object-position:63% center}.hero-facts{width:100%;margin:310px 0 0;grid-template-columns:repeat(3,1fr);gap:10px;background:none}.hero-facts article{min-height:150px;padding:18px;gap:12px;flex-direction:column;align-items:flex-start}.hero-facts p{white-space:normal}.hero-fact-icon{transform:scale(.86);transform-origin:left top}}
@media (max-width:767px){
 .hero{padding-top:92px}.hero-shell{width:calc(100% - 32px)}.hero-content{padding-top:28px}.hero-copy .hero-title{font-size:42px}.hero-copy>p{font-size:16px;font-weight:500}.hero-copy .button-row{display:grid;grid-template-columns:1fr}.hero-copy .button{width:100%;max-width:none}.hero-parallax__person{height:50%;right:-30%;opacity:.5}.hero-facts{margin-top:250px;grid-template-columns:1fr}.hero-facts article{min-height:auto;flex-direction:row;align-items:center}.hero-facts p{margin-top:4px}.hero-copy small{display:block;margin-top:14px;color:#D4B26A}}
@media (prefers-reduced-motion:reduce){.hero-parallax__building,.hero-parallax__person{transition:none!important;transform:none!important}}

/* Hero fact cards refinement */
.hero-facts{background:transparent;backdrop-filter:none}
.hero-facts article{background:rgba(35,26,8,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.hero-facts b{white-space:nowrap}
.hero-fact-icon{background:transparent;border-radius:0}
.hero-fact-icon--asset{object-fit:contain;padding:0}
@media (max-width:1180px){.hero-facts b{white-space:normal}}

/* Hero fact icons — white */
.hero-fact-icon--asset{filter:brightness(0) invert(1)}
.hero-fact-icon--shield:before{border-color:#fff}
.hero-fact-icon--shield:after{border-left-color:#fff;border-bottom-color:#fff}


/* ===== Services / second block: animated horizontal accordion ===== */
.services-accordion-section{background:#f7f8fa;padding-top:clamp(76px,7vw,112px);padding-bottom:clamp(82px,8vw,128px)}
.services-accordion-intro{display:block;margin-bottom:38px}
.services-accordion-intro>div{max-width:900px}
.services-accordion-intro .h2{font-family:"Lora",Georgia,serif;font-size:clamp(40px,3.25vw,52px);font-weight:500;line-height:1.04;letter-spacing:-.02em;color:#231A08}
.services-accordion-intro p{max-width:760px;margin:18px 0 0;font-family:"Manrope",Arial,sans-serif;font-size:18px;line-height:1.5;color:#B8944D}

.service-accordion{display:flex;align-items:stretch;gap:8px;width:100%;height:520px;overflow:hidden}
.service-accordion__item{position:relative;min-width:72px;flex:0 0 72px;border:1px solid #E8C880;border-radius:34px;background:#fff;overflow:hidden;transition:flex-basis .62s var(--ease),background .45s var(--ease),border-color .45s var(--ease),box-shadow .45s var(--ease);will-change:flex-basis}
.service-accordion__item.is-active{flex-basis:430px;background:#231A08;border-color:#231A08;box-shadow:0 24px 54px rgba(35,26,8,.18)}
.service-accordion__toggle{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:26px 0 20px;border:0;background:transparent;color:#111;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.service-accordion__title{font-family:"Manrope",Arial,sans-serif;font-size:16px;font-weight:600;line-height:1.15;writing-mode:vertical-rl;transform:rotate(180deg);max-height:390px;text-align:left;transition:opacity .25s var(--ease),transform .45s var(--ease)}
.service-accordion__arrow{position:relative;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#B8944D;box-shadow:0 6px 18px rgba(15,75,213,.18);transition:transform .45s var(--ease),background .35s var(--ease)}
.service-accordion__arrow:before{content:"";position:absolute;left:10px;top:16px;width:12px;height:1.5px;background:#fff}
.service-accordion__arrow:after{content:"";position:absolute;right:9px;top:12px;width:7px;height:7px;border-top:1.5px solid #fff;border-right:1.5px solid #fff;transform:rotate(45deg)}
.service-accordion__panel{position:absolute;inset:0;display:grid;grid-template-rows:250px 1fr;opacity:0;visibility:hidden;pointer-events:none;transform:scale(.985);transition:opacity .32s ease .08s,transform .48s var(--ease),visibility 0s linear .35s}
.service-accordion__panel img{width:100%;height:250px;object-fit:cover}
.service-accordion__body{padding:24px 26px 26px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.service-accordion__body .h3{font-family:"Lora",Georgia,serif;font-size:28px;font-weight:500;line-height:1.08;color:#fff;margin:0 0 12px}
.service-accordion__body p{margin:0;color:#E8C880;font-size:14px;line-height:1.5}
.service-accordion__item.is-active .service-accordion__toggle{pointer-events:none}
.service-accordion__item.is-active .service-accordion__title{opacity:0;transform:rotate(180deg) translateY(14px)}
.service-accordion__item.is-active .service-accordion__arrow{opacity:0;transform:translateY(14px)}
.service-accordion__item.is-active .service-accordion__panel{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity .38s ease .15s,transform .55s var(--ease),visibility 0s}
.service-accordion__item:not(.is-active):hover{background:#D4B26A;border-color:#E8C880}
.service-accordion__item:not(.is-active):hover .service-accordion__arrow{transform:translateY(-3px) rotate(-8deg)}
.service-accordion__toggle:focus-visible{outline:3px solid rgba(212,178,106,.38);outline-offset:-4px}

@media (max-width:1500px){
  .service-accordion{height:500px;gap:7px}
  .service-accordion__item{min-width:64px;flex-basis:64px}
  .service-accordion__item.is-active{flex-basis:390px}
  .service-accordion__title{font-size:14px;max-height:374px}
  .service-accordion__panel{grid-template-rows:230px 1fr}.service-accordion__panel img{height:230px}
  .service-accordion__body .h3{font-size:25px}
}
@media (max-width:1180px){
  .service-accordion{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px;overflow:visible}
  .service-accordion__item,.service-accordion__item.is-active{min-width:0;flex:none;height:auto;min-height:86px;border-radius:20px;transition:background .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease)}
  .service-accordion__toggle{position:relative;inset:auto;height:86px;padding:0 18px;display:flex;flex-direction:row;justify-content:space-between;text-align:left}
  .service-accordion__title{writing-mode:horizontal-tb;transform:none;max-height:none;font-size:16px;line-height:1.3}
  .service-accordion__panel{position:relative;inset:auto;display:grid;grid-template-rows:0 0;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:none;transition:max-height .55s var(--ease),opacity .3s ease,visibility 0s linear .35s}
  .service-accordion__panel img{height:0;transition:height .55s var(--ease)}
  .service-accordion__body{padding:0 20px;overflow:hidden;transition:padding .45s var(--ease)}
  .service-accordion__body .h3{font-size:24px}
  .service-accordion__item.is-active .service-accordion__toggle{position:absolute;top:16px;right:14px;width:42px;height:42px;padding:0;z-index:5;pointer-events:auto}
  .service-accordion__item.is-active .service-accordion__title{display:none}
  .service-accordion__item.is-active .service-accordion__arrow{opacity:1;transform:rotate(90deg)}
  .service-accordion__item.is-active .service-accordion__panel{grid-template-rows:210px auto;max-height:520px;opacity:1;visibility:visible;transition:max-height .62s var(--ease),opacity .35s ease,visibility 0s}
  .service-accordion__item.is-active .service-accordion__panel img{height:210px}
  .service-accordion__item.is-active .service-accordion__body{padding:22px 22px 24px}
}
@media (max-width:767px){
  .services-accordion-section{padding-top:68px;padding-bottom:76px}
  .services-accordion-intro{margin-bottom:28px}
  .services-accordion-intro .h2{font-size:38px}
  .services-accordion-intro p{font-size:16px}
  .service-accordion{grid-template-columns:1fr}
  .service-accordion__item.is-active .service-accordion__panel{grid-template-rows:190px auto}
  .service-accordion__item.is-active .service-accordion__panel img{height:190px}
}
@media (prefers-reduced-motion:reduce){
  .service-accordion__item,.service-accordion__panel,.service-accordion__panel img,.service-accordion__body,.service-accordion__title,.service-accordion__arrow{transition:none!important}
}

/* ===== Services / second block: editorial carousel ===== */
.services-carousel-section{background:#fff;padding-top:clamp(84px,8vw,128px);padding-bottom:clamp(86px,8vw,132px)}
.services-carousel-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);gap:clamp(42px,5vw,88px);align-items:stretch}
.services-carousel-copy{min-height:560px;display:flex;align-items:flex-start;padding-top:8px}
.services-carousel-copy>div{position:sticky;top:110px}
.services-carousel-copy .h2{font-family:"Lora",Georgia,serif;font-size:clamp(42px,3.4vw,54px);font-weight:500;line-height:1.02;letter-spacing:-.018em;max-width:510px;color:#231A08;margin-top:0}
.services-carousel-copy p{max-width:500px;margin:24px 0 0;font-family:"Manrope",Arial,sans-serif;font-size:17px;line-height:1.55;color:#B8944D}
.services-carousel{min-width:0;position:relative}
.services-carousel__viewport{overflow:hidden;border-radius:28px}
.services-carousel__track{display:flex;gap:14px;will-change:transform;transition:transform .68s cubic-bezier(.22,1,.36,1)}
.service-slide{--slide-bg:linear-gradient(145deg,#231A08 0%,#231A08 58%,#231A08 100%);position:relative;isolation:isolate;flex:0 0 calc((100% - 14px)/2);min-height:560px;border-radius:28px;overflow:hidden;padding:32px 30px 28px;color:#fff;background:var(--slide-bg);display:flex;flex-direction:column;justify-content:flex-start;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.service-slide:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 70% 8%,rgba(212,178,106,.24),transparent 31%),linear-gradient(180deg,rgba(2,12,22,.02) 24%,rgba(2,12,22,.86) 100%)}
.service-slide:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,rgba(255,255,255,.04),transparent 42%);pointer-events:none}
.service-slide--02{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide--03{--slide-bg:linear-gradient(145deg,#231A08,#231A08 50%,#231A08)}
.service-slide--04{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide--05{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide--06{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide--07{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide--08{--slide-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
.service-slide__index{position:absolute;right:28px;top:25px;font-family:"Manrope",Arial,sans-serif;font-size:clamp(42px,4vw,58px);font-weight:300;line-height:1;color:rgba(255,255,255,.9)}
.service-slide__content{margin-top:0;max-width:88%;display:flex;flex-direction:column;height:100%}
.service-slide__content .h3{margin-top:0;font-family:"Lora",Georgia,serif;font-size:clamp(28px,2.25vw,36px);font-weight:500;line-height:1.05;color:#fff;max-width:360px;margin-bottom:18px}
.service-slide__content p{margin-top:auto;font-family:"Manrope",Arial,sans-serif;font-size:15px;line-height:1.5;color:rgba(255,255,255,.76);max-width:370px;margin-bottom:24px}
.service-slide__link{width:max-content;min-height:42px;padding:0 15px;border-radius:999px;border:0;background:#fff;color:#231A08;font-family:"Manrope",Arial,sans-serif;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:transform .28s var(--ease),background .28s var(--ease)}
.service-slide__arrow{position:relative;width:20px;height:20px;display:block;flex:0 0 20px}
.service-slide__arrow img{position:absolute;inset:0;width:20px;height:20px;object-fit:contain;transition:opacity .22s var(--ease),transform .22s var(--ease)}
.service-slide__arrow-down{opacity:0;transform:translate(-2px,-2px)}
.service-slide__link:hover{transform:translateY(-2px);background:#D4B26A}
.service-slide__link:hover .service-slide__arrow-up{opacity:0;transform:translate(2px,-2px)}
.service-slide__link:hover .service-slide__arrow-down{opacity:1;transform:none}
.services-carousel__controls{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.services-carousel__arrow{width:46px;height:46px;border-radius:50%;border:1px solid #D4B26A;background:#fff;cursor:pointer;display:grid;place-items:center;transition:.28s var(--ease)}
.services-carousel__arrow img{width:20px;height:20px;object-fit:contain;filter:invert(1);transition:filter .28s var(--ease)}
.services-carousel__arrow:hover:not(:disabled){background:#231A08;border-color:#231A08;transform:translateY(-2px)}
.services-carousel__arrow:hover:not(:disabled) img{filter:none}
.services-carousel__arrow:disabled{opacity:.3;cursor:default}
@media(max-width:1180px){
  .services-carousel-layout{grid-template-columns:1fr;gap:36px}
  .services-carousel-copy{min-height:0}
  .services-carousel-copy>div{position:static}
  .services-carousel-copy .h2{max-width:760px}
  .services-carousel-copy p{max-width:700px}
  .service-slide{flex-basis:calc((100% - 14px)/2);min-height:520px}
}
@media(max-width:767px){
  .services-carousel-section{padding-top:72px;padding-bottom:78px}
  .services-carousel-layout{gap:28px}
  .services-carousel-copy .h2{font-size:40px}
  .services-carousel-copy p{font-size:16px;margin-top:18px}
  .services-carousel__viewport{overflow:visible}
  .services-carousel{overflow:hidden;margin-right:calc(var(--pad)*-1);padding-right:var(--pad)}
  .services-carousel__track{gap:12px}
  .service-slide{flex-basis:82vw;min-height:500px;border-radius:24px;padding:28px 24px 24px}
  .service-slide__index{right:22px;top:21px;font-size:44px}
  .service-slide__content{max-width:94%}
  .service-slide__content .h3{margin-top:0;font-size:29px}
  .services-carousel__controls{padding-right:var(--pad)}
}
@media(prefers-reduced-motion:reduce){.services-carousel__track,.service-slide__link,.services-carousel__arrow{transition:none!important}}

/* Second block card refinements */
.service-slide__index{top:auto;bottom:30px;right:30px;font-size:clamp(32px,3vw,44px);color:rgba(255,255,255,.92)}
.service-slide__content{max-width:92%;height:auto;flex:1}
.service-slide__content p{margin-top:auto;margin-bottom:26px}
.service-slide__link{border-radius:10px;padding:0 14px;min-height:40px}
.service-slide__arrow img{filter:brightness(0)}
.service-slide__link:hover .service-slide__arrow img{filter:brightness(0)}
@media(max-width:767px){.service-slide__index{top:auto;bottom:26px;right:24px;font-size:34px}.service-slide__link{border-radius:9px}}

/* ===== Recovery layer: sections added after the stable snapshot ===== */
body{font-family:"Manrope",Arial,sans-serif}.h2{font-family:"Lora",Georgia,serif;font-size:clamp(42px,3.4vw,54px);font-weight:500;line-height:1.02;letter-spacing:-.018em}.h3{font-family:"Manrope",Arial,sans-serif;font-weight:600}.button{font-family:"Manrope",Arial,sans-serif;font-weight:400}

/* Third block / calculator frame */
.calculator--framed{background:#fff;color:#fff;padding:clamp(76px,8vw,120px) 0}
.calculator-frame{position:relative;isolation:isolate;overflow:hidden;border-radius:30px;min-height:650px;padding:clamp(42px,5vw,72px);display:grid;align-items:center}
.calculator-frame__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}
.calculator-frame__overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(35,26,8,.98) 0%,rgba(35,26,8,.9) 46%,rgba(35,26,8,.48) 72%,rgba(35,26,8,.34) 100%)}
.calculator-frame__content{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.72fr);gap:clamp(42px,5vw,84px);align-items:center}
.calculator--framed .calculator-copy{position:static;max-width:690px}
.calculator--framed .calculator-copy .h2{margin:0;color:#fff}
.calculator--framed .calculator-copy p{max-width:640px;margin:32px 0 0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.55}
.calculator--framed .calc-card{background:rgba(255,255,255,.96);color:#231A08;border:0;border-radius:26px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.18);backdrop-filter:none}
.calculator--framed .calc-card__topline{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px;font-size:14px;color:#B8944D}
.calculator--framed .calc-progress{background:#E8C880}.calculator--framed .calc-progress span{background:var(--blue)}
.calculator--framed .calc-step .h3{color:#231A08}.calculator--framed .option-grid span{border-color:#D4B26A;color:#231A08;background:#fff}.calculator--framed .option-grid input:checked+span{background:var(--blue);border-color:var(--blue);color:#fff}
.calculator--framed .form-grid input,.calculator--framed .form-grid select{background:#fff;color:#231A08;border-color:#D4B26A}.calculator--framed .consent{color:#B8944D!important}

/* Fourth block / approved composition, no photographic changes */
.solutions-gallery-section{background:#fff;padding-top:clamp(72px,8vw,120px);padding-bottom:clamp(72px,8vw,120px)}
.solutions-gallery{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr) minmax(0,.92fr);gap:18px;align-items:stretch}
.solutions-gallery__left,.solutions-gallery__middle{display:grid;gap:18px;min-width:0}.solutions-gallery__left{grid-template-rows:minmax(170px,.72fr) minmax(500px,1.7fr)}.solutions-gallery__middle{grid-template-rows:1fr 1fr}
.solutions-gallery__intro{display:flex;align-items:flex-start;padding:4px 8px 0}.solutions-gallery__intro .h2{max-width:440px}
.solution-gallery-card{position:relative;overflow:hidden;border-radius:26px;min-height:0;padding:30px;color:#fff;background:radial-gradient(circle at 75% 18%,rgba(212,178,106,.22),transparent 32%),linear-gradient(145deg,#231A08,#231A08 72%);display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}
.solution-gallery-card__content{position:relative;z-index:2;max-width:92%}.solution-gallery-card .h3{margin:0 0 14px;color:#fff}.solution-gallery-card p{margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.62;max-width:560px}
.solution-gallery-card__action{position:relative;z-index:2;align-self:flex-start;margin-top:auto;width:max-content;min-height:40px;padding:0 14px;border-radius:10px;border:0;background:#fff;color:#231A08;font-family:"Manrope",Arial,sans-serif;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:transform .28s var(--ease),background .28s var(--ease)}
.solution-gallery-card__action:hover{transform:translateY(-2px);background:#D4B26A}.solution-gallery-card__action .service-slide__arrow img{filter:brightness(0)}
.solution-gallery-card--large{min-height:500px}.solution-gallery-card--business,.solution-gallery-card--it{min-height:335px}.solution-gallery-card--international{min-height:688px;height:100%}

/* Next services scope block */
.scope-services-section{background:#fff}.scope-services__intro{margin-bottom:42px}.scope-grid--approved{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.scope-grid--approved .scope-card{min-height:430px;padding:28px;border-radius:24px;color:#fff;background:radial-gradient(circle at 75% 12%,rgba(212,178,106,.2),transparent 34%),#231A08;border:1px solid rgba(255,255,255,.08)}
.scope-card__top{display:flex;align-items:flex-start}.scope-card__title--two span{display:block;white-space:nowrap}.scope-grid--approved .scope-card ul{margin:24px 0 0;padding-left:20px;color:rgba(255,255,255,.8)}.scope-grid--approved .scope-card li::marker{color:#D4B26A}

/* FAQ reference */
.faq-section{background:#fff}.faq-section__intro{margin-bottom:36px}.faq-section__intro p{max-width:720px;color:#B8944D;font-size:17px}.faq-list--reference{display:grid;grid-template-columns:1fr;gap:6px}
.faq-list--reference details{border:0;border-radius:8px;background:#D4B26A;overflow:hidden}.faq-list--reference summary{list-style:none;cursor:pointer;min-height:58px;padding:0 16px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:600;color:#231A08}.faq-list--reference summary::-webkit-details-marker{display:none}.faq-list--reference details>p{margin:0;padding:0 72px 20px 20px;color:#B8944D;font-size:15px;line-height:1.5}.faq-list--reference details[open]{background:#B8944D;color:#fff}.faq-list--reference details[open] summary,.faq-list--reference details[open]>p{color:#fff}.faq-arrow{position:relative;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#B8944D;flex:0 0 34px}.faq-arrow img{position:absolute;width:16px;height:16px;object-fit:contain}.faq-arrow__left{opacity:0}.faq-list--reference details[open] .faq-arrow{background:#fff}.faq-list--reference details[open] .faq-arrow__right{opacity:0}.faq-list--reference details[open] .faq-arrow__left{opacity:1;filter:brightness(0)}

@media(max-width:1100px){
 .calculator-frame__content{grid-template-columns:1fr;gap:36px}.calculator-frame{min-height:auto}.calculator--framed .calc-card{max-width:720px}
 .solutions-gallery{grid-template-columns:1fr 1fr;grid-template-areas:"intro intro" "fop business" "fop it" "international international"}.solutions-gallery__left,.solutions-gallery__middle{display:contents}.solutions-gallery__intro{grid-area:intro;padding:0 0 20px}.solution-gallery-card--fop{grid-area:fop;min-height:620px}.solution-gallery-card--business{grid-area:business;min-height:300px}.solution-gallery-card--it{grid-area:it;min-height:300px}.solution-gallery-card--international{grid-area:international;min-height:430px}
 .scope-grid--approved{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
 .calculator--framed{padding:72px 0}.calculator-frame{padding:28px 22px;border-radius:24px}.calculator-frame__content{gap:28px}.calculator--framed .calculator-copy p{font-size:16px;margin-top:20px}.calculator--framed .calc-card{padding:22px;border-radius:22px}
 .solutions-gallery{grid-template-columns:1fr;grid-template-areas:"intro" "fop" "business" "it" "international";gap:14px}.solutions-gallery__intro{padding:0 0 12px}.solutions-gallery__intro .h2{max-width:none}.solution-gallery-card{padding:24px;border-radius:22px;min-height:430px}.solution-gallery-card--fop{min-height:500px}.solution-gallery-card--international{min-height:520px}.solution-gallery-card__content{max-width:100%}.solution-gallery-card p{font-size:15px;line-height:1.55}.solution-gallery-card__action{max-width:100%;white-space:normal}
 .scope-grid--approved{grid-template-columns:1fr}.scope-grid--approved .scope-card{min-height:auto}
 .faq-section__intro p{font-size:16px}.faq-list--reference summary{min-height:56px;padding-left:16px}.faq-list--reference details>p{padding:0 56px 18px 16px}
}

/* Approved solutions gallery: photographic card backgrounds */
.solutions-gallery{align-items:stretch}
.solutions-gallery__left,.solutions-gallery__middle{height:100%}
.solutions-gallery__left{grid-template-rows:minmax(170px,.72fr) minmax(500px,1.7fr)}
.solution-gallery-card--fop{align-self:end;height:100%}

.solution-gallery-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center bottom;
  pointer-events:none;
}
.solution-gallery-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(35,26,8,.98) 0%,rgba(35,26,8,.92) 25%,rgba(35,26,8,.58) 55%,rgba(35,26,8,.18) 100%);
}
.solution-gallery-card--fop::before{background-image:url('../img/business-fop.webp');background-position:center 78%}
.solution-gallery-card--business::before{background-image:url('../img/business-company.webp');background-position:center 70%}
.solution-gallery-card--it::before{background-image:url('../img/business-it.webp');background-position:center 72%}
.solution-gallery-card--international::before{background-image:url('../img/business-international.webp');background-position:center 58%}
.solution-gallery-card--ecommerce::before{background-image:url('../img/business-ecommerce.png');background-position:center 58%}
.solution-gallery-card--manufacturing::before{background-image:url('../img/business-manufacturing.png');background-position:center 58%}
.solution-gallery-card--fop::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.94) 26%,rgba(35,26,8,.66) 50%,rgba(35,26,8,.22) 78%,rgba(35,26,8,.12) 100%)}
.solution-gallery-card--business::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.93) 34%,rgba(35,26,8,.52) 63%,rgba(35,26,8,.16) 100%)}
.solution-gallery-card--it::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.93) 34%,rgba(35,26,8,.50) 64%,rgba(35,26,8,.14) 100%)}
.solution-gallery-card--international::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.90) 24%,rgba(35,26,8,.46) 48%,rgba(35,26,8,.12) 100%)}
.solution-gallery-card--ecommerce::after,.solution-gallery-card--manufacturing::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.90) 24%,rgba(35,26,8,.46) 48%,rgba(35,26,8,.12) 100%)}
.solution-gallery-card__content,.solution-gallery-card__bottom,.solution-gallery-card__action{position:relative;z-index:2}

@media(max-width:980px){
  .solution-gallery-card--fop{height:auto}
  .solution-gallery-card--fop::before{background-position:center bottom}
  .solution-gallery-card--business::before,.solution-gallery-card--it::before{background-position:center 68%}
  .solution-gallery-card--international::before{background-position:center 55%}
}
@media(max-width:640px){
  .solution-gallery-card::after{background:linear-gradient(180deg,rgba(35,26,8,.99) 0%,rgba(35,26,8,.94) 34%,rgba(35,26,8,.60) 62%,rgba(35,26,8,.22) 100%)}
  .solution-gallery-card--fop::before{background-position:center 72%}
  .solution-gallery-card--business::before{background-position:center 70%}
  .solution-gallery-card--it::before{background-position:center 70%}
  .solution-gallery-card--international::before{background-position:center 58%}
}

/* === Third block: approved reference composition 2026-08-11 === */
#solutions-format.solutions-gallery-section{
  background:#fff;
  padding-top:clamp(78px,7vw,112px);
  padding-bottom:clamp(78px,7vw,112px);
}
#solutions-format .solutions-gallery{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.92fr) minmax(0,.96fr);
  grid-template-rows:minmax(175px,.55fr) minmax(330px,1fr) minmax(330px,1fr);
  grid-template-areas:
    "intro business international"
    "fop business international"
    "fop it international";
  gap:18px;
  align-items:stretch;
}
#solutions-format .solutions-gallery__left,
#solutions-format .solutions-gallery__middle{display:contents}
#solutions-format .solutions-gallery__intro{
  grid-area:intro;
  align-self:start;
  padding:18px 12px 0 8px;
  display:block;
}
#solutions-format .solutions-gallery__intro .h2{
  max-width:430px;
  margin:0;
}
#solutions-format .solution-gallery-card{
  min-height:0;
  height:100%;
  border-radius:26px;
  padding:30px;
}
#solutions-format .solution-gallery-card--fop{grid-area:fop;align-self:stretch;height:100%;min-height:0}
#solutions-format .solution-gallery-card--business{grid-area:business;min-height:0}
#solutions-format .solution-gallery-card--it{grid-area:it;min-height:0}
#solutions-format .solution-gallery-card--international{grid-area:international;min-height:0;height:100%}
#solutions-format .solution-gallery-card__content{max-width:94%}
#solutions-format .solution-gallery-card--international .solution-gallery-card__content{max-width:100%}
#solutions-format .solution-gallery-card__action{margin-top:auto}
#solutions-format .solution-gallery-card--international .solution-gallery-card__bottom{margin-top:auto}

@media(max-width:1100px){
  #solutions-format .solutions-gallery{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto 330px 330px 430px;
    grid-template-areas:
      "intro intro"
      "fop business"
      "fop it"
      "international international";
  }
  #solutions-format .solutions-gallery__intro{padding:0 0 18px}
  #solutions-format .solution-gallery-card--fop{min-height:678px}
  #solutions-format .solution-gallery-card--international{min-height:430px}
}

@media(max-width:767px){
  #solutions-format.solutions-gallery-section{padding-top:72px;padding-bottom:72px}
  #solutions-format .solutions-gallery{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    grid-template-areas:
      "intro"
      "fop"
      "business"
      "it"
      "international";
    gap:14px;
  }
  #solutions-format .solutions-gallery__intro{padding:0 0 12px}
  #solutions-format .solution-gallery-card,
  #solutions-format .solution-gallery-card--fop,
  #solutions-format .solution-gallery-card--business,
  #solutions-format .solution-gallery-card--it,
  #solutions-format .solution-gallery-card--international{
    min-height:460px;
    height:auto;
    padding:24px;
    border-radius:22px;
  }
  #solutions-format .solution-gallery-card--international{min-height:520px}
}

/* Services carousel visibility / interaction recovery */
.services-carousel__viewport{touch-action:pan-y;cursor:grab}
.services-carousel__viewport:active{cursor:grabbing}
.services-carousel__track{transform:translate3d(0,0,0)}
.service-slide{visibility:visible;opacity:1}

/* === PRICING V2 — isolated, framed layout === */
.pricing-v2-section{background:#fff;color:#0b0b0c}
.pricing-v2-shell{position:relative;overflow:hidden;border-radius:28px;padding:46px;background:
linear-gradient(90deg,rgba(6,19,34,.98) 0%,rgba(7,25,45,.93) 42%,rgba(7,22,38,.88) 100%),
url("../img/calculator-business-center.jpg") center/cover no-repeat;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.65fr);gap:44px;align-items:start;box-shadow:0 18px 50px rgba(35,26,8,.12)}
.pricing-v2-shell::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 12%,rgba(66,130,246,.14),transparent 36%);pointer-events:none}
.pricing-v2__intro{position:relative;z-index:1;padding-top:6px}
.pricing-v2__intro .h2{max-width:470px;color:#fff;font-family:"Lora",serif;font-weight:500;font-size:clamp(42px,3.4vw,54px);line-height:1.04;letter-spacing:-.025em}
.pricing-v2-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}
.pricing-v2-card{display:flex;flex-direction:column;min-height:470px;padding:10px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(0,0,0,.13);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
.pricing-v2-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.18);border-color:rgba(255,255,255,.38)}
.pricing-v2-card__tier{min-height:56px;display:flex;align-items:center;padding:0 16px;border-radius:12px;background:#f1f1f1;color:#111318;font-family:"Manrope",sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}
.pricing-v2-card--accent .pricing-v2-card__tier{background:#E8C880}
.pricing-v2-card--premium .pricing-v2-card__tier{background:#E8C880}
.pricing-v2-card__price{margin:18px 6px 4px;font-family:"Manrope",sans-serif;font-size:30px;font-weight:700;line-height:1;color:#111318;letter-spacing:-.04em}
.pricing-v2-card__price small{font-size:12px;font-weight:600;letter-spacing:0}
.pricing-v2-card__price--custom{font-size:25px;line-height:1.04}
.pricing-v2-card__audience{min-height:48px;margin:6px 6px 14px;color:#B8944D;font-family:"Manrope",sans-serif;font-size:12px;line-height:1.42}
.pricing-v2-card__button{width:calc(100% - 12px);min-height:40px;margin:0 6px 18px;padding:0 14px;border:1px solid #232529;border-radius:999px;background:#0c0d0f;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-family:"Manrope",sans-serif;font-size:12px;font-weight:500;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}
.pricing-v2-card__button:hover{transform:translateY(-2px);background:#D4B26A;border-color:#D4B26A}
.pricing-v2-card__button-arrow{font-size:15px;line-height:1;transition:transform .25s var(--ease)}
.pricing-v2-card__button:hover .pricing-v2-card__button-arrow{transform:translate(2px,-2px)}
.pricing-v2-card__list{list-style:none;margin:0 6px 6px;padding:16px 0 2px;border-top:1px solid #eceef2;display:grid;gap:7px;color:#B8944D;font-family:"Manrope",sans-serif;font-size:12px;line-height:1.32}
.pricing-v2-card__list li{position:relative;padding-left:16px}
.pricing-v2-card__list li::before{content:"✓";position:absolute;left:0;top:0;color:#D4B26A;font-weight:700;font-size:11px}
.pricing-v2-footer{position:relative;z-index:1;grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:-20px;padding:0 4px}
.pricing-v2__note{max-width:840px;margin:0;color:rgba(255,255,255,.72);font-family:"Manrope",sans-serif;font-size:13px;line-height:1.5;text-align:left}
.pricing-v2__calc{flex:0 0 auto;min-height:46px;padding:0 22px;border-radius:999px;background:#D4B26A;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-family:"Manrope",sans-serif;font-size:13px;font-weight:500;transition:transform .25s var(--ease),background .25s var(--ease)}
.pricing-v2__calc:hover{transform:translateY(-2px);background:#B8944D}
@media(max-width:1180px){
  .pricing-v2-shell{grid-template-columns:1fr;padding:36px}
  .pricing-v2__intro .h2{max-width:760px}
  .pricing-v2-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .pricing-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-v2-card--premium{grid-column:1/-1;max-width:calc(50% - 6px);width:100%;justify-self:center}
  .pricing-v2-footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  .pricing-v2-shell{padding:24px;border-radius:22px;background-position:62% center}
  .pricing-v2__intro .h2{font-size:40px}
  .pricing-v2-grid{grid-template-columns:1fr;gap:14px}
  .pricing-v2-card--premium{grid-column:auto;max-width:none}
  .pricing-v2-card{min-height:auto}
  .pricing-v2-card__audience{min-height:auto}
  .pricing-v2__calc{width:100%}
}

/* === Block 7 / Why First Advisor — scoped redesign === */
.why-v2{background:#fff;color:#231A08;overflow:hidden}
.why-v2__head{display:block;margin-bottom:42px}
.why-v2__head .h2{max-width:920px;margin:0;font-family:"Lora",serif;font-weight:500;font-size:clamp(42px,3.4vw,54px);line-height:1.04;letter-spacing:-.025em}
.why-v2__head p{max-width:620px;margin:14px 0 0;color:#B8944D;font-family:"Manrope",sans-serif;font-size:17px;line-height:1.5}
.why-v2__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:start}
.why-v2-card{position:relative;min-width:0;border-radius:24px;padding:22px;overflow:hidden;display:flex;flex-direction:column;font-family:"Manrope",sans-serif;transition:transform .38s var(--ease),box-shadow .38s var(--ease)}
.why-v2-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(35,26,8,.14)}
.why-v2-card--01,.why-v2-card--03{min-height:430px}
.why-v2-card--02,.why-v2-card--04{min-height:360px;margin-top:92px}
.why-v2-card--01{background:#0B0B0C;color:#fff}
.why-v2-card--02{background:#D4B26A;color:#fff}
.why-v2-card--03{background:#D4B26A;color:#fff}
.why-v2-card--04{background:#D4B26A;color:#231A08}
.why-v2-card__body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:30px;margin:0}
.why-v2-card .h3{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(22px,1.7vw,28px);font-weight:600;line-height:1.08;letter-spacing:-.02em}
.why-v2-card p{margin:0;max-width:95%;font-size:14px;line-height:1.5;color:inherit}
.why-v2-card--01 p,.why-v2-card--02 p,.why-v2-card--03 p{color:rgba(255,255,255,.76)}
.why-v2-card--04 p{color:#231A08}
@media(max-width:1100px){
  .why-v2__head p{margin-top:14px}
  .why-v2__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .why-v2-card--01,.why-v2-card--02,.why-v2-card--03,.why-v2-card--04{min-height:360px;margin-top:0}
  .why-v2-card--02,.why-v2-card--04{transform:translateY(28px)}
  .why-v2-card--02:hover,.why-v2-card--04:hover{transform:translateY(22px)}
  .why-v2__cards{padding-bottom:28px}
}
@media(max-width:680px){
  .why-v2__head{margin-bottom:28px}.why-v2__head .h2{font-size:40px}.why-v2__head p{font-size:16px}
  .why-v2__cards{grid-template-columns:1fr;padding-bottom:0}
  .why-v2-card--01,.why-v2-card--02,.why-v2-card--03,.why-v2-card--04{min-height:320px;transform:none;margin:0}
  .why-v2-card--02:hover,.why-v2-card--04:hover{transform:translateY(-6px)}
  .why-v2-card{border-radius:20px;padding:20px}
}

/* Block 6: buttons match the approved buttons from Block 4 */
#pricing .pricing-v2-card__button.service-slide__link,
#pricing .pricing-v2__calc.service-slide__link{
  width:auto;
  min-height:0;
  margin:0;
  padding:10px 14px;
  border:0;
  border-radius:9px;
  background:#fff;
  color:#231A08;
  box-shadow:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-family:"Manrope",sans-serif;
  font-size:12px;
  font-weight:500;
  line-height:1.2;
  text-decoration:none;
  transition:background .25s var(--ease),color .25s var(--ease),transform .25s var(--ease);
}
#pricing .pricing-v2-card__button.service-slide__link:hover,
#pricing .pricing-v2__calc.service-slide__link:hover{
  transform:none;
  background:#fff;
  color:#231A08;
}
#pricing .pricing-v2-card__button .service-slide__arrow,
#pricing .pricing-v2__calc .service-slide__arrow{flex:0 0 auto;}
@media (max-width:720px){
  #pricing .pricing-v2__calc.service-slide__link{width:auto;}
}

/* Block 6 approved button colors */
#pricing .pricing-v2-card__button.service-slide__link{
  background:#231A08;
  color:#fff;
}
#pricing .pricing-v2-card__button.service-slide__link:hover{
  background:#231A08;
  color:#fff;
}
#pricing .pricing-v2__calc.service-slide__link{
  background:#D4B26A;
  color:#fff;
}
#pricing .pricing-v2__calc.service-slide__link:hover{
  background:#D4B26A;
  color:#fff;
}

/* Block 6: white arrows inside tariff cards */
#pricing .pricing-v2-card__button.service-slide__link .service-slide__arrow img,
#pricing .pricing-v2-card__button.service-slide__link:hover .service-slide__arrow img{
  filter:brightness(0) invert(1);
}

/* Block 6: white arrow in the button below the pricing block */
#pricing .pricing-v2__calc.service-slide__link .service-slide__arrow img,
#pricing .pricing-v2__calc.service-slide__link:hover .service-slide__arrow img{
  filter:brightness(0) invert(1);
}

/* Hero fact cards — glass style matching language dropdown */
.hero-facts article{
  background:rgba(35,26,8,.38);
  border-color:rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:none;
}

/* Second block — compact all-cards layout (carousel disabled) */
.services-carousel-section .services-carousel-layout{
  grid-template-columns:1fr;
  gap:38px;
}
.services-carousel-section .services-carousel-copy{
  min-height:0;
  padding-top:0;
}
.services-carousel-section .services-carousel-copy>div{
  position:static;
}
.services-carousel-section .services-carousel-copy .h2{
  max-width:900px;
}
.services-carousel-section .services-carousel-copy p{
  max-width:760px;
  margin-top:18px;
}
.services-carousel-section .services-carousel__viewport{
  overflow:visible;
  border-radius:0;
}
.services-carousel-section .services-carousel__track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  transform:none !important;
  transition:none;
}
.services-carousel-section .service-slide{
  min-width:0;
  min-height:220px;
  height:220px;
  padding:24px 22px 20px;
  border-radius:22px;
}
.services-carousel-section .service-slide__content{
  max-width:100%;
}
.services-carousel-section .service-slide__content .h3{
  max-width:88%;
  font-size:clamp(20px,1.45vw,24px);
  line-height:1.12;
  margin-bottom:14px;
}
.services-carousel-section .service-slide__content p{
  font-size:13px;
  line-height:1.45;
  margin-bottom:18px;
}
.services-carousel-section .service-slide__link{
  min-height:36px;
  padding:0 12px;
  font-size:12px;
}
.services-carousel-section .service-slide__index{
  right:20px;
  bottom:21px;
  font-size:30px;
}
.services-carousel-section .services-carousel__controls{
  display:none !important;
}
@media(max-width:1100px){
  .services-carousel-section .services-carousel__track{grid-template-columns:repeat(3,minmax(0,1fr));}
  .services-carousel-section .service-slide{min-height:210px;height:210px;}
}
@media(max-width:767px){
  .services-carousel-section .services-carousel{overflow:visible;margin-right:0;padding-right:0;}
  .services-carousel-section .services-carousel__track{grid-template-columns:1fr;gap:12px;}
  .services-carousel-section .service-slide{min-height:270px;flex-basis:auto;border-radius:20px;padding:22px 20px 18px;}
  .services-carousel-section .service-slide__content .h3{font-size:23px;}
  .services-carousel-section .service-slide__index{right:18px;bottom:19px;font-size:28px;}
}

/* Block 8 — accountant transition. Scoped to #process only. */
#process.process-v2{background:#fff;padding-top:clamp(76px,8vw,120px);padding-bottom:clamp(76px,8vw,120px)}
#process.process-v2 .process-v2__frame{position:relative;isolation:isolate;overflow:hidden;border-radius:30px;padding:clamp(38px,4vw,60px);background:url("../img/calculator-business-center.jpg") center/cover no-repeat;box-shadow:0 18px 50px rgba(35,26,8,.12)}
#process.process-v2 .process-v2__frame::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(105deg,rgba(35,26,8,.97) 0%,rgba(35,26,8,.94) 48%,rgba(35,26,8,.78) 100%)}
#process.process-v2 .process-v2__frame-overlay{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 78% 20%,rgba(212,178,106,.18),transparent 34%);pointer-events:none}
#process.process-v2 .process-v2__intro{display:block;margin-bottom:30px}
#process.process-v2 .process-v2__intro>div{max-width:900px}
#process.process-v2 .process-v2__intro .h2{color:#fff}
#process.process-v2 .process-v2__intro p{margin:18px 0 0;max-width:760px;color:rgba(255,255,255,.76);font-size:18px}
#process.process-v2 .process-v2__stage{padding:20px 0 8px;border-radius:0;background:transparent;overflow:hidden}
#process.process-v2 .process-v2__timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:390px;gap:18px;align-items:center}
#process.process-v2 .process-v2__line{position:absolute;left:8%;right:8%;top:50%;height:2px;background:linear-gradient(90deg,rgba(232,200,128,.38),#D4B26A,rgba(232,200,128,.38));transform:translateY(-50%)}
#process.process-v2 .process-v2__step{position:relative;z-index:1;height:100%;display:grid;grid-template-rows:1fr 28px 1fr;align-items:center;min-width:0}
#process.process-v2 .process-v2__step--top .process-v2__pill{grid-row:1;align-self:end;margin-bottom:18px}
#process.process-v2 .process-v2__step--top .process-v2__dot{grid-row:2}
#process.process-v2 .process-v2__step--bottom .process-v2__dot{grid-row:2}
#process.process-v2 .process-v2__step--bottom .process-v2__pill{grid-row:3;align-self:start;margin-top:18px}
#process.process-v2 .process-v2__dot{justify-self:center;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid #D4B26A;box-shadow:0 0 0 7px rgba(212,178,106,.15)}
#process.process-v2 .process-v2__pill{width:100%;min-height:132px;padding:18px 20px;border:1px solid rgba(255,255,255,.25);border-radius:24px;background:rgba(255,255,255,.07);color:#fff;backdrop-filter:blur(10px);transition:transform .3s var(--ease),background .3s var(--ease),border-color .3s var(--ease)}
#process.process-v2 .process-v2__step:nth-child(2) .process-v2__pill{background:#D4B26A;border-color:#D4B26A}
#process.process-v2 .process-v2__step:nth-child(4) .process-v2__pill{background:#D4B26A;border-color:#D4B26A}
#process.process-v2 .process-v2__step:nth-child(6) .process-v2__pill{background:#D4B26A;border-color:#D4B26A;color:#231A08}
#process.process-v2 .process-v2__pill:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.5)}
#process.process-v2 .process-v2__index{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;padding:0 10px;margin-bottom:12px;border:1px solid currentColor;border-radius:999px;font-size:12px;font-weight:700;opacity:.9}
#process.process-v2 .process-v2__pill .h3{font-size:clamp(17px,1.3vw,21px);line-height:1.08;margin:0 0 9px}
#process.process-v2 .process-v2__pill p{margin:0;font-size:12.5px;line-height:1.4;color:inherit;opacity:.78}
#process.process-v2 .process-v2__footer{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:22px 0 0;border-top:1px solid rgba(255,255,255,.14)}
#process.process-v2 .process-v2__footer strong{display:block;font-size:19px;color:#fff}
#process.process-v2 .process-v2__footer p{margin:5px 0 0;color:rgba(255,255,255,.68);font-size:14px}
#process.process-v2 .process-v2__cta.service-slide__link{flex:0 0 auto;width:max-content;min-height:46px;padding:0 22px;border:0;border-radius:999px;background:#D4B26A;color:#fff;font-family:"Manrope",Arial,sans-serif;font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;transition:transform .25s var(--ease),background .25s var(--ease)}
#process.process-v2 .process-v2__cta.service-slide__link:hover{transform:translateY(-2px);background:#B8944D}
#process.process-v2 .process-v2__cta.service-slide__link .service-slide__arrow img,#process.process-v2 .process-v2__cta.service-slide__link:hover .service-slide__arrow img{filter:brightness(0) invert(1)}
@media(max-width:1023px){
  #process.process-v2 .process-v2__frame{padding:34px 28px}
  #process.process-v2 .process-v2__stage{padding:10px 0 0}
  #process.process-v2 .process-v2__timeline{grid-template-columns:1fr;min-height:0;gap:0;padding-left:26px}
  #process.process-v2 .process-v2__line{left:7px;right:auto;top:18px;bottom:18px;width:2px;height:auto;transform:none;background:linear-gradient(180deg,rgba(232,200,128,.35),#D4B26A,rgba(232,200,128,.35))}
  #process.process-v2 .process-v2__step{height:auto;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto;margin:0 0 14px;align-items:center}
  #process.process-v2 .process-v2__step--top .process-v2__dot,#process.process-v2 .process-v2__step--bottom .process-v2__dot{grid-column:1;grid-row:1;justify-self:start}
  #process.process-v2 .process-v2__step--top .process-v2__pill,#process.process-v2 .process-v2__step--bottom .process-v2__pill{grid-column:2;grid-row:1;align-self:auto;margin:0;min-height:0}
}
@media(max-width:767px){
  #process.process-v2{padding-top:72px;padding-bottom:72px}
  #process.process-v2 .process-v2__frame{padding:28px 20px;border-radius:24px;background-position:62% center}
  #process.process-v2 .process-v2__intro p{font-size:16px}
  #process.process-v2 .process-v2__timeline{padding-left:18px}
  #process.process-v2 .process-v2__pill{padding:16px 17px;border-radius:18px}
  #process.process-v2 .process-v2__footer{align-items:flex-start;flex-direction:column;margin-top:22px}
  #process.process-v2 .process-v2__cta.service-slide__link{width:100%}
}

/* Block 8: transition duration note */
.process-v2__duration-note {
  margin: 30px auto 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 767px) {
  .process-v2__duration-note {
    margin-top: 24px;
    font-size: 14px;
    text-align: left;
  }
}

/* Block 8 final refinements — scoped only to #process */
@media (min-width: 1024px) {
  #process.process-v2 .process-v2__duration-note {
    max-width: none;
    width: 100%;
    white-space: nowrap;
    font-size: clamp(13px, 1vw, 15px);
  }
}
#process.process-v2 .process-v2__cta.service-slide__link {
  border-radius: 9px;
}

/* Block 9 — responsibility. Visual language adapted from the approved compact second block. */
#responsibility.responsibility-v2{
  background:#fff;
  padding-top:clamp(84px,8vw,128px);
  padding-bottom:clamp(86px,8vw,132px);
}
#responsibility.responsibility-v2 .responsibility-v2__intro{
  display:block;
  margin-bottom:38px;
}
#responsibility.responsibility-v2 .responsibility-v2__intro .h2{
  max-width:900px;
  margin:0;
  font-family:"Lora",Georgia,serif;
  font-size:clamp(42px,3.4vw,54px);
  font-weight:500;
  line-height:1.02;
  letter-spacing:-.018em;
  color:#231A08;
}
#responsibility.responsibility-v2 .responsibility-v2__intro p{
  max-width:760px;
  margin:18px 0 0;
  font-family:"Manrope",Arial,sans-serif;
  font-size:17px;
  line-height:1.55;
  color:#B8944D;
}
#responsibility.responsibility-v2 .responsibility-v2__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
#responsibility.responsibility-v2 .responsibility-v2__card{
  --card-bg:linear-gradient(145deg,#231A08 0%,#231A08 58%,#231A08 100%);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:300px;
  padding:24px 22px 22px;
  border:0;
  border-radius:22px;
  background:var(--card-bg);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
#responsibility.responsibility-v2 .responsibility-v2__card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:radial-gradient(circle at 70% 8%,rgba(212,178,106,.24),transparent 31%),linear-gradient(180deg,rgba(2,12,22,.02) 24%,rgba(2,12,22,.86) 100%);
}
#responsibility.responsibility-v2 .responsibility-v2__card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(115deg,rgba(255,255,255,.04),transparent 42%);
  pointer-events:none;
}
#responsibility.responsibility-v2 .responsibility-v2__card--02{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--03{--card-bg:linear-gradient(145deg,#231A08,#231A08 50%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--04{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--05{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--06{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--07{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card--08{--card-bg:linear-gradient(145deg,#231A08,#231A08 52%,#231A08)}
#responsibility.responsibility-v2 .responsibility-v2__card:hover{
  transform:translateY(-5px);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 18px 34px rgba(35,26,8,.12);
}
#responsibility.responsibility-v2 .responsibility-v2__card .h3{
  max-width:92%;
  margin:0;
  font-family:"Lora",Georgia,serif;
  font-size:clamp(20px,1.45vw,24px);
  font-weight:500;
  line-height:1.12;
  color:#fff;
}
#responsibility.responsibility-v2 .responsibility-v2__card p{
  max-width:96%;
  margin:0;
  font-family:"Manrope",Arial,sans-serif;
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.76);
}
@media(max-width:1100px){
  #responsibility.responsibility-v2 .responsibility-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #responsibility.responsibility-v2 .responsibility-v2__card{min-height:280px}
}
@media(max-width:767px){
  #responsibility.responsibility-v2{padding-top:72px;padding-bottom:72px}
  #responsibility.responsibility-v2 .responsibility-v2__intro{margin-bottom:30px}
  #responsibility.responsibility-v2 .responsibility-v2__intro .h2{font-size:40px}
  #responsibility.responsibility-v2 .responsibility-v2__intro p{font-size:16px}
  #responsibility.responsibility-v2 .responsibility-v2__grid{grid-template-columns:1fr;gap:12px}
  #responsibility.responsibility-v2 .responsibility-v2__card{min-height:250px;padding:22px 20px 20px;border-radius:20px}
  #responsibility.responsibility-v2 .responsibility-v2__card .h3{font-size:23px}
}

/* Block 10 — case carousel. Scoped only to .cases-v2 */
.cases-v2{background:#fff;overflow:hidden}
.cases-v2__layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.75fr);gap:54px;align-items:start}
.cases-v2__intro{align-self:start;max-width:440px}
.cases-v2__intro .h2{margin:0 0 22px;font-family:"Lora",serif;font-weight:500;font-size:clamp(42px,3.4vw,54px);line-height:1.05;color:#231A08}
.cases-v2__intro .h2 span{color:#D4B26A}
.cases-v2__intro p{max-width:390px;margin:0;color:#B8944D;font-size:16px;line-height:1.55}
.cases-v2__carousel{min-width:0}
.cases-v2__viewport{overflow:hidden}
.cases-v2__track{display:flex;gap:16px;will-change:transform;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.cases-v2__card{position:relative;flex:0 0 calc((100% - 16px)/2);min-width:0;min-height:540px;border-radius:26px;overflow:hidden;padding:30px;color:#fff;display:flex;flex-direction:column;background-color:#231A08;background-size:cover;background-position:center;isolation:isolate}
.cases-v2__card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(4,18,34,.9) 0%,rgba(4,18,34,.72) 32%,rgba(4,18,34,.46) 62%,rgba(4,18,34,.78) 100%)}
.cases-v2__card::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 22% 15%,rgba(212,178,106,.16),transparent 42%)}
.cases-v2__card--01{background-image:url('../img/cases/case-accounting.webp');background-position:58% center}
.cases-v2__card--02{background-image:url('../img/cases/case-tax-audit.webp');background-position:62% center}
.cases-v2__card--03{background-image:url('../img/cases/case-switch.webp');background-position:56% center}
.cases-v2__card--04{background-image:url('../img/cases/case-international.webp');background-position:66% center}
.cases-v2__card--05{background-image:url('../img/cases/case-international.webp');background-position:66% center}
.cases-v2__card--06{background-image:url('../img/cases/case-accounting.webp');background-position:58% center}
.cases-v2__top .h3{font-family:"Lora",serif;font-size:clamp(30px,2.35vw,44px);font-weight:500;line-height:1.04;color:#fff;margin:0}
.cases-v2__body{margin-top:auto;margin-bottom:26px;max-width:92%;font-size:15px;line-height:1.55;text-shadow:0 1px 18px rgba(0,0,0,.32)}
.cases-v2__body p{margin:0 0 8px}.cases-v2__body b{font-weight:700}
.cases-v2__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.cases-v2__result{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-height:46px;padding:10px 16px;border-radius:10px;background:#fff;color:#231A08;font-size:14px;line-height:1.25;box-shadow:0 6px 22px rgba(0,0,0,.1)}
.cases-v2__result-label{display:block;margin-bottom:2px;font-weight:700}
.cases-v2__result>span{display:block;white-space:nowrap}
.cases-v2__number{font-family:"Manrope",sans-serif;font-weight:400;font-size:54px;line-height:.9;color:#fff}
.cases-v2__nav{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
.cases-v2__nav-button{width:44px;height:44px;border:1px solid rgba(35,26,8,.2);border-radius:50%;background:#fff;color:#231A08;font:400 24px/1 "Manrope",sans-serif;display:grid;place-items:center;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
.cases-v2__nav-button:hover:not(:disabled){background:#D4B26A;border-color:#D4B26A;color:#fff;transform:translateY(-1px)}
.cases-v2__nav-button:disabled{opacity:.32;cursor:default}
@media(max-width:1100px){.cases-v2__layout{grid-template-columns:1fr;gap:28px}.cases-v2__intro{max-width:700px}.cases-v2__card{min-height:500px}}
@media(max-width:767px){.cases-v2__intro .h2{font-size:40px}.cases-v2__track{gap:12px}.cases-v2__card{flex-basis:100%;min-height:500px;padding:24px;border-radius:22px}.cases-v2__top .h3{font-size:32px}.cases-v2__body{font-size:14px}.cases-v2__number{font-size:46px}.cases-v2__result{font-size:13px;max-width:75%}.cases-v2__card--01{background-position:62% center}.cases-v2__card--02{background-position:68% center}.cases-v2__card--03{background-position:60% center}.cases-v2__card--04{background-position:70% center}.cases-v2__card--05{background-position:70% center}.cases-v2__card--06{background-position:62% center}}
@media(prefers-reduced-motion:reduce){.cases-v2__track,.cases-v2__nav-button{transition:none!important}}

/* Block 11 — team, isolated redesign */
.team-section__intro{display:block;margin-bottom:44px}
.team-section__intro .h2{max-width:820px}
.team-grid--editorial{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.team-grid--editorial .team-card{position:relative;min-height:390px;padding:28px 26px 24px;border-radius:4px;display:flex;flex-direction:column;overflow:hidden;border:0;transition:transform .32s var(--ease),box-shadow .32s var(--ease)}
.team-grid--editorial .team-card:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(35,26,8,.14)}
.team-grid--editorial .team-card .h3{max-width:82%;font-family:Manrope,Inter,Arial,sans-serif;font-size:clamp(20px,1.55vw,25px);font-weight:600;line-height:1.08;letter-spacing:-.02em}
.team-grid--editorial .team-card ul{list-style:none;padding:0;margin:auto 38px 0 0;color:inherit;font-size:14px;line-height:1.45;opacity:.72}
.team-grid--editorial .team-card li{margin:2px 0}
.team-card__plus{position:absolute;top:22px;right:22px;font-size:24px;font-weight:300;line-height:1;opacity:.52}
.team-card__number{position:absolute;right:22px;bottom:20px;font-size:14px;letter-spacing:.08em;opacity:.62}
.team-card--black{background:#0B0B0C;color:#fff}
.team-card--navy{background:#231A08;color:#fff}
.team-card--light{background:#D4B26A;color:#0B0B0C}
.team-card--blue{background:#D4B26A;color:#fff}
@media(max-width:1023px){.team-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}.team-grid--editorial .team-card{min-height:330px}}
@media(max-width:767px){.team-section__intro{margin-bottom:30px}.team-grid--editorial{grid-template-columns:1fr}.team-grid--editorial .team-card{min-height:280px;border-radius:12px}.team-grid--editorial .team-card ul{margin-top:74px}}

/* Block 12 — client outcomes / testimonials. Scoped only to .testimonials-v2 */
.testimonials-v2{background:#D4B26A;padding-top:clamp(92px,8vw,132px);padding-bottom:clamp(88px,8vw,126px)}
.testimonials-v2__intro{display:block;margin-bottom:48px}
.testimonials-v2__intro .h2{max-width:980px;margin:0;font-family:"Lora",Georgia,serif;font-size:clamp(42px,3.4vw,54px);font-weight:500;line-height:1.03;letter-spacing:-.018em;color:#231A08}
.testimonials-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.testimonials-v2__card{position:relative;min-height:300px;padding:52px 24px 22px;border:1px solid #E8C880;border-radius:14px;background:#fff;box-shadow:0 12px 36px rgba(35,26,8,.055);display:flex;flex-direction:column;transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}
.testimonials-v2__card:hover{transform:translateY(-5px);border-color:rgba(212,178,106,.28);box-shadow:0 20px 48px rgba(35,26,8,.095)}
.testimonials-v2__avatar{position:absolute;top:-24px;left:22px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#231A08,#D4B26A);border:4px solid #D4B26A;box-shadow:0 8px 18px rgba(35,26,8,.12);color:#fff;font-family:"Manrope",Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.03em}
.testimonials-v2__avatar--2{background:linear-gradient(145deg,#D4B26A,#D4B26A)}
.testimonials-v2__avatar--3{background:linear-gradient(145deg,#D4B26A,#D4B26A)}
.testimonials-v2__avatar--4{background:linear-gradient(145deg,#231A08,#D4B26A)}
.testimonials-v2__quote{margin:0 0 34px;font-family:"Manrope",Arial,sans-serif;font-size:15px;line-height:1.58;color:#231A08;flex:1}
.testimonials-v2__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-top:18px;border-top:1px solid #edf1f6}
.testimonials-v2__footer strong{display:block;font-family:"Manrope",Arial,sans-serif;font-size:14px;font-weight:700;color:#231A08}
.testimonials-v2__footer small{display:block;margin-top:3px;font-family:"Manrope",Arial,sans-serif;font-size:12px;line-height:1.35;color:#D4B26A}
.testimonials-v2__stars{flex:0 0 auto;color:#D4B26A;font-size:12px;letter-spacing:1px;white-space:nowrap}
@media(max-width:1100px){.testimonials-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px}.testimonials-v2__card{min-height:270px}}
@media(max-width:767px){.testimonials-v2{padding-top:78px;padding-bottom:76px}.testimonials-v2__intro{margin-bottom:42px}.testimonials-v2__intro .h2{font-size:40px}.testimonials-v2__grid{grid-template-columns:1fr;gap:34px}.testimonials-v2__card{min-height:250px;padding:48px 20px 20px;border-radius:12px}.testimonials-v2__avatar{left:18px}.testimonials-v2__quote{font-size:14px}.testimonials-v2__footer{align-items:flex-start;flex-direction:column}.testimonials-v2__stars{margin-top:4px}}

/* Block 12 — framed background matching the third/calculator block. Scoped only to .testimonials-v2 */
.testimonials-v2{
  background:#fff;
  padding-top:clamp(76px,8vw,120px);
  padding-bottom:clamp(76px,8vw,120px);
}
.testimonials-v2__frame{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:30px;
  padding:clamp(42px,5vw,72px);
  background:url("../img/calculator-business-center.jpg") center/cover no-repeat;
  box-shadow:0 18px 50px rgba(35,26,8,.12);
}
.testimonials-v2__overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(35,26,8,.97) 0%,rgba(35,26,8,.91) 48%,rgba(35,26,8,.72) 100%);
}
.testimonials-v2__content{position:relative;z-index:1}
.testimonials-v2__intro{display:block;margin-bottom:48px}
.testimonials-v2__intro .h2{color:#fff}
.testimonials-v2__card{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.42);
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.testimonials-v2__card:hover{
  border-color:rgba(255,255,255,.72);
  box-shadow:0 20px 44px rgba(0,0,0,.22);
}
.testimonials-v2__avatar{border-color:#231A08}
@media(max-width:767px){
  .testimonials-v2{padding-top:72px;padding-bottom:72px}
  .testimonials-v2__frame{padding:30px 20px;border-radius:24px}
  .testimonials-v2__intro{margin-bottom:42px}
}

/* Block 12 — reviews carousel/pagination. Scoped only to .testimonials-v2 */
.testimonials-v2__viewport{overflow:hidden;margin:0 -1px;padding:28px 1px 2px;touch-action:pan-y;cursor:grab}
.testimonials-v2__viewport:active{cursor:grabbing}
.testimonials-v2__track{display:flex;gap:16px;will-change:transform;transition:transform .52s var(--ease)}
.testimonials-v2__track .testimonials-v2__card{flex:0 0 calc((100% - 48px)/4);min-width:0}
.testimonials-v2__nav{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}
.testimonials-v2__nav .cases-v2__nav-button{border-color:rgba(255,255,255,.58);color:#fff;background:rgba(35,26,8,.38);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.testimonials-v2__nav .cases-v2__nav-button:hover:not(:disabled){background:#fff;color:#231A08;border-color:#fff}
.testimonials-v2__nav .cases-v2__nav-button:disabled{opacity:.34;color:#fff}
.testimonials-v2__avatar--5{background:linear-gradient(145deg,#D4B26A,#231A08)}
@media(max-width:1100px){
  .testimonials-v2__track .testimonials-v2__card{flex-basis:calc((100% - 16px)/2)}
}
@media(max-width:767px){
  .testimonials-v2__viewport{padding-top:28px}
  .testimonials-v2__track{gap:14px}
  .testimonials-v2__track .testimonials-v2__card{flex-basis:100%}
  .testimonials-v2__nav{margin-top:18px}
}
@media(prefers-reduced-motion:reduce){.testimonials-v2__track{transition:none!important}}

/* Block 13 only — first-month commitments replace review placeholders. */
#reviews .testimonials-v2__commitment-badge{position:absolute;top:-24px;left:22px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#231A08,#D4B26A);border:4px solid #231A08;box-shadow:0 8px 18px rgba(35,26,8,.12);color:#fff;font-family:"Manrope",Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.03em}
#reviews .testimonials-v2__commitment-title{margin:0 0 18px;color:#231A08;font-family:"Manrope",Arial,sans-serif;font-size:21px;font-weight:600;line-height:1.2;letter-spacing:-.015em}
#reviews .testimonials-v2__card .testimonials-v2__quote{margin:0;color:#231A08;flex:0 0 auto}
@media(max-width:767px){#reviews .testimonials-v2__commitment-badge{left:18px}#reviews .testimonials-v2__commitment-title{font-size:20px}}

/* === BLOCK 13: workflow timeline, isolated styles === */
#workflow.workflow-v2{background:#fff;padding-top:clamp(76px,8vw,120px);padding-bottom:clamp(76px,8vw,120px)}
#workflow.workflow-v2 .workflow-v2__intro{display:block;margin-bottom:42px}
#workflow.workflow-v2 .workflow-v2__intro>div{max-width:900px}
#workflow.workflow-v2 .workflow-v2__intro .h2{color:#0b0b0c}
#workflow.workflow-v2 .workflow-v2__intro p{margin:16px 0 0;max-width:720px;color:#B8944D;font-size:18px}
#workflow.workflow-v2 .workflow-v2__stage{padding:18px 0 6px}
#workflow.workflow-v2 .workflow-v2__timeline{position:relative;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));min-height:430px;gap:10px;align-items:center}
#workflow.workflow-v2 .workflow-v2__line{position:absolute;left:4%;right:4%;top:50%;height:2px;background:linear-gradient(90deg,#D4B26A,#D4B26A,#D4B26A);transform:translateY(-50%)}
#workflow.workflow-v2 .workflow-v2__step{position:relative;z-index:1;height:100%;display:grid;grid-template-rows:1fr 28px 1fr;align-items:center;min-width:0}
#workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card{grid-row:1;align-self:end;margin-bottom:18px}
#workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__dot{grid-row:2}
#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__dot{grid-row:2}
#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{grid-row:3;align-self:start;margin-top:18px}
#workflow.workflow-v2 .workflow-v2__dot{justify-self:center;width:15px;height:15px;border-radius:50%;background:#fff;border:4px solid #D4B26A;box-shadow:0 0 0 6px rgba(212,178,106,.11)}
#workflow.workflow-v2 .workflow-v2__card{width:100%;min-height:170px;padding:16px 14px;border:1px solid #E8C880;border-radius:22px;background:#fff;color:#231A08;box-shadow:0 12px 30px rgba(35,26,8,.055);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
#workflow.workflow-v2 .workflow-v2__card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(35,26,8,.11);border-color:#D4B26A}
#workflow.workflow-v2 .workflow-v2__card--blue{background:#D4B26A;border-color:#D4B26A;color:#fff}
#workflow.workflow-v2 .workflow-v2__card--mid{background:#D4B26A;border-color:#D4B26A;color:#fff}
#workflow.workflow-v2 .workflow-v2__card--ice{background:#D4B26A;border-color:#D4B26A;color:#231A08}
#workflow.workflow-v2 .workflow-v2__index{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:25px;padding:0 9px;margin-bottom:11px;border:1px solid currentColor;border-radius:999px;font-size:11px;font-weight:700;opacity:.85}
#workflow.workflow-v2 .workflow-v2__card .h3{margin:0 0 8px;font-size:clamp(14px,1.05vw,17px);line-height:1.12;font-weight:650}
#workflow.workflow-v2 .workflow-v2__card p{margin:0;color:inherit;font-size:11.5px;line-height:1.42;opacity:.78}
@media(max-width:1100px){
  #workflow.workflow-v2 .workflow-v2__timeline{grid-template-columns:1fr;min-height:0;gap:0;padding-left:28px}
  #workflow.workflow-v2 .workflow-v2__line{left:7px;right:auto;top:18px;bottom:18px;width:2px;height:auto;transform:none;background:linear-gradient(180deg,#D4B26A,#D4B26A,#D4B26A)}
  #workflow.workflow-v2 .workflow-v2__step{height:auto;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto;margin:0 0 14px;align-items:center}
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__dot,#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__dot{grid-column:1;grid-row:1;justify-self:start}
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{grid-column:2;grid-row:1;align-self:auto;margin:0;min-height:0;padding:18px 20px}
  #workflow.workflow-v2 .workflow-v2__card .h3{font-size:18px}
  #workflow.workflow-v2 .workflow-v2__card p{font-size:13px}
}
@media(max-width:767px){
  #workflow.workflow-v2{padding-top:72px;padding-bottom:72px}
  #workflow.workflow-v2 .workflow-v2__intro{margin-bottom:30px}
  #workflow.workflow-v2 .workflow-v2__intro p{font-size:16px}
  #workflow.workflow-v2 .workflow-v2__timeline{padding-left:18px}
  #workflow.workflow-v2 .workflow-v2__card{padding:16px 17px!important;border-radius:18px}
}

/* === BLOCK 13 refinement: equal dark cards === */
#workflow.workflow-v2 .workflow-v2__card,
#workflow.workflow-v2 .workflow-v2__card--blue,
#workflow.workflow-v2 .workflow-v2__card--mid,
#workflow.workflow-v2 .workflow-v2__card--ice{
  height:190px;
  min-height:190px;
  background:#231A08;
  border-color:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 14px 34px rgba(35,26,8,.13);
}
#workflow.workflow-v2 .workflow-v2__card:hover,
#workflow.workflow-v2 .workflow-v2__card--blue:hover,
#workflow.workflow-v2 .workflow-v2__card--mid:hover,
#workflow.workflow-v2 .workflow-v2__card--ice:hover{
  background:#231A08;
  border-color:rgba(255,255,255,.22);
}
#workflow.workflow-v2 .workflow-v2__card p{color:rgba(255,255,255,.76);opacity:1}
#workflow.workflow-v2 .workflow-v2__index{color:#fff;border-color:rgba(255,255,255,.62)}
@media(max-width:1023px){
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,
  #workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{height:170px;min-height:170px}
}
@media(max-width:767px){
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,
  #workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{height:auto;min-height:160px}
}

/* === BLOCK 13 refinement: equal height sized to longest content === */
#workflow.workflow-v2 .workflow-v2__card,
#workflow.workflow-v2 .workflow-v2__card--blue,
#workflow.workflow-v2 .workflow-v2__card--mid,
#workflow.workflow-v2 .workflow-v2__card--ice{
  height:230px;
  min-height:230px;
  padding:18px 15px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
#workflow.workflow-v2 .workflow-v2__card .h3{
  flex:0 0 auto;
  overflow-wrap:anywhere;
  word-break:normal;
}
#workflow.workflow-v2 .workflow-v2__card p{
  flex:1 1 auto;
  min-height:0;
  overflow-wrap:anywhere;
  word-break:normal;
}
@media(max-width:1023px){
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,
  #workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{
    height:210px;
    min-height:210px;
    padding:18px 20px;
  }
}
@media(max-width:767px){
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,
  #workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{
    height:190px;
    min-height:190px;
    padding:16px 17px!important;
  }
}

/* === BLOCK 13 refinement: wider cards only === */
#workflow.workflow-v2 > .container{
  width:min(1560px,calc(100% - 48px));
  max-width:1560px;
}
#workflow.workflow-v2 .workflow-v2__timeline{
  gap:14px;
}
#workflow.workflow-v2 .workflow-v2__card,
#workflow.workflow-v2 .workflow-v2__card--blue,
#workflow.workflow-v2 .workflow-v2__card--mid,
#workflow.workflow-v2 .workflow-v2__card--ice{
  padding-left:18px;
  padding-right:18px;
}
#workflow.workflow-v2 .workflow-v2__card .h3,
#workflow.workflow-v2 .workflow-v2__card p{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
@media(max-width:1100px){
  #workflow.workflow-v2 > .container{width:min(var(--container),calc(100% - 40px));max-width:var(--container)}
}
@media(max-width:767px){
  #workflow.workflow-v2 > .container{width:min(var(--container),calc(100% - 32px));max-width:var(--container)}
}

/* Block 14 — FAQ accordion only */
.faq-section{background:#fff}
.faq-section__intro{margin-bottom:36px}
.faq-section__intro .h2{margin-bottom:10px}
.faq-section__intro p{max-width:760px;margin:0;color:#B8944D;font-size:17px}
.faq-list--reference{display:grid;grid-template-columns:1fr;gap:8px}
.faq-list--reference details{border:1px solid #E8C880;border-radius:10px;background:#D4B26A;overflow:hidden;transition:background .28s var(--ease),border-color .28s var(--ease),color .28s var(--ease)}
.faq-list--reference summary{list-style:none;cursor:pointer;min-height:62px;padding:0 14px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:600;font-size:17px;color:#231A08;transition:color .28s var(--ease)}
.faq-list--reference summary::-webkit-details-marker{display:none}
.faq-list--reference details>p{margin:0;padding:0 72px 20px 20px;color:#B8944D;font-size:15px;line-height:1.55}
.faq-list--reference details[open]{background:#231A08;border-color:#231A08;color:#fff}
.faq-list--reference details[open] summary,.faq-list--reference details[open]>p{color:#fff}
.faq-arrow{position:relative;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#D4B26A;flex:0 0 36px}
.faq-arrow img{position:absolute;width:16px;height:16px;object-fit:contain;transition:opacity .2s ease}
.faq-arrow__down{opacity:0}
.faq-list--reference details[open] .faq-arrow__right{opacity:0}
.faq-list--reference details[open] .faq-arrow__down{opacity:1}
@media(max-width:767px){.faq-section__intro p{font-size:16px}.faq-list--reference summary{min-height:58px;padding-left:16px;font-size:16px}.faq-list--reference details>p{padding:0 58px 18px 16px}.faq-arrow{width:34px;height:34px;flex-basis:34px}}

/* Block 14 — active FAQ arrow color only */
.faq-list--reference details[open] .faq-arrow__down{
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(1788%) hue-rotate(169deg) brightness(94%) contrast(99%);
}

/* Header scroll behavior — targeted update */
@media (min-width:1024px){
  .hero-desktop-header{
    transition:background-color .25s ease,box-shadow .25s ease,padding .25s ease;
  }
  .hero-desktop-header.is-sticky{
    position:fixed;
    z-index:150;
    top:0;
    left:0;
    right:0;
    width:100%;
    padding:18px max(52px,calc((100vw - 1816px)/2));
    background:#021836;
    box-shadow:0 10px 30px rgba(0,0,0,.16);
  }
}
@media (max-width:1023px){
  .mobile-header{
    transition:background-color .25s ease,box-shadow .25s ease;
  }
  .mobile-header.is-scrolled{
    background:#021836;
    box-shadow:0 10px 30px rgba(0,0,0,.16);
  }
}

/* Header stacking — keep the sticky header above every site element */
@media (min-width:1024px){
  .hero.header-overlay-active{z-index:2147483000;}
  .hero-desktop-header.is-sticky{z-index:2147483646;}
}
@media (max-width:1023px){
  .mobile-header{z-index:2147483646;}
  .mobile-menu{z-index:2147483647;}
}

/* Anchor navigation — smooth scrolling with sticky-header offset only */
html{scroll-behavior:smooth;scroll-padding-top:104px}
section[id],main[id],footer[id]{scroll-margin-top:104px}
@media(max-width:1023px){
  html{scroll-padding-top:88px}
  section[id],main[id],footer[id]{scroll-margin-top:88px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Hero info cards — keep the approved static dimensions while scrolling */
.hero-facts{
  align-items:start;
}
.hero-facts article{
  box-sizing:border-box;
  align-self:start;
  flex:none;
  transform:none !important;
}
@media (min-width:1501px){
  .hero-facts article{
    height:164px;
    min-height:164px;
    max-height:164px;
  }
}
@media (min-width:1024px) and (max-width:1500px){
  .hero-facts article{
    height:146px;
    min-height:146px;
    max-height:146px;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .hero-facts article{
    height:150px;
    min-height:150px;
    max-height:150px;
  }
}

/* Active header navigation — scrollspy only */
.mobile-menu a.is-active{
  color:#D4B26A;
  position:relative;
}
.mobile-menu a.is-active::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:6px;
  height:2px;
  border-radius:2px;
  background:#D4B26A;
}


/* Second block — light translucent cards with dark outline */
.services-carousel-section .service-slide{
  --slide-bg:rgba(255,255,255,.62);
  color:#231A08;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(35,26,8,.72);
  box-shadow:0 10px 30px rgba(35,26,8,.045), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.services-carousel-section .service-slide:before{
  background:linear-gradient(145deg,rgba(255,255,255,.56),rgba(232,238,245,.26));
}
.services-carousel-section .service-slide:after{
  background:linear-gradient(120deg,rgba(255,255,255,.46),transparent 48%);
}
.services-carousel-section .service-slide__content .h3{color:#231A08;}
.services-carousel-section .service-slide__content p{color:rgba(35,26,8,.68);}
.services-carousel-section .service-slide__index{color:rgba(35,26,8,.30);}
.services-carousel-section .service-slide__link{
  background:rgba(255,255,255,.74);
  color:#231A08;
  border:1px solid rgba(35,26,8,.26);
}
.services-carousel-section .service-slide__link:hover{background:#fff;}

/* Second block — blue accent headings and CTA buttons */
.services-carousel-section .service-slide__content .h3{
  color:#D4B26A;
}
.services-carousel-section .service-slide__link{
  background:#D4B26A;
  color:#fff;
  border:1px solid #D4B26A;
}
.services-carousel-section .service-slide__link .service-slide__arrow img{
  filter:brightness(0) invert(1);
}
.services-carousel-section .service-slide__link:hover{
  background:#fff;
  color:#231A08;
  border-color:#231A08;
}
.services-carousel-section .service-slide__link:hover .service-slide__arrow img{
  filter:brightness(0);
}

/* Second block — dark headings + checkerboard light-blue cards */
.services-carousel-section .service-slide__content .h3{color:#231A08;}
.services-carousel-section .services-carousel__track .service-slide:nth-child(odd){
  --slide-bg:#D4B26A;
  background:#D4B26A;
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(odd):before{
  background:linear-gradient(145deg,rgba(255,255,255,.32),rgba(226,231,250,.38));
}

/* Second block — approved card style grouping: 1,3,6,8 like card 1; 2,4,5,7 like card 2 */
.services-carousel-section .services-carousel__track .service-slide:nth-child(1),
.services-carousel-section .services-carousel__track .service-slide:nth-child(3),
.services-carousel-section .services-carousel__track .service-slide:nth-child(6),
.services-carousel-section .services-carousel__track .service-slide:nth-child(8){
  --slide-bg:#D4B26A;
  background:#D4B26A;
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(1):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(3):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(6):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(8):before{
  background:linear-gradient(145deg,rgba(255,255,255,.32),rgba(226,231,250,.38));
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(2),
.services-carousel-section .services-carousel__track .service-slide:nth-child(4),
.services-carousel-section .services-carousel__track .service-slide:nth-child(5),
.services-carousel-section .services-carousel__track .service-slide:nth-child(7){
  --slide-bg:rgba(255,255,255,.62);
  background:rgba(255,255,255,.62);
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(2):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(4):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(5):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(7):before{
  background:linear-gradient(145deg,rgba(255,255,255,.56),rgba(232,238,245,.26));
}

/* Block 6: calculator CTA matches the primary hero button size */
#pricing .pricing-v2__calc.service-slide__link{
  width:360px;
  max-width:100%;
  height:56px;
  min-height:56px;
  padding:0 24px;
  border-radius:10px;
  font-size:17px;
  font-weight:400;
}
@media (max-width:720px){
  #pricing .pricing-v2__calc.service-slide__link{
    width:100%;
    max-width:360px;
  }
}

/* Block 6 only: keep all three tariff-card buttons on the same horizontal level */
@media (min-width:1024px){
  #pricing .pricing-v2-card__audience{
    height:48px;
    min-height:48px;
    margin-bottom:14px;
    display:flex;
    align-items:flex-start;
  }
  #pricing .pricing-v2-card__button.service-slide__link{
    flex:0 0 40px;
    min-height:40px;
  }
}

/* Block 6 only: lower buttons in cards 1 and 2 to the level of card 3 */
@media (min-width:1024px){
  #pricing .pricing-v2-card__price{
    min-height:52px;
  }
}

/* Second block only — cards 2, 4, 5, 7 dark with white text */
.services-carousel-section .services-carousel__track .service-slide:nth-child(2),
.services-carousel-section .services-carousel__track .service-slide:nth-child(4),
.services-carousel-section .services-carousel__track .service-slide:nth-child(5),
.services-carousel-section .services-carousel__track .service-slide:nth-child(7){
  --slide-bg:#231A08;
  background:#231A08;
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(2):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(4):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(5):before,
.services-carousel-section .services-carousel__track .service-slide:nth-child(7):before{
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(35,26,8,.16));
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(2) .service-slide__content .h3,
.services-carousel-section .services-carousel__track .service-slide:nth-child(4) .service-slide__content .h3,
.services-carousel-section .services-carousel__track .service-slide:nth-child(5) .service-slide__content .h3,
.services-carousel-section .services-carousel__track .service-slide:nth-child(7) .service-slide__content .h3,
.services-carousel-section .services-carousel__track .service-slide:nth-child(2) .service-slide__content p,
.services-carousel-section .services-carousel__track .service-slide:nth-child(4) .service-slide__content p,
.services-carousel-section .services-carousel__track .service-slide:nth-child(5) .service-slide__content p,
.services-carousel-section .services-carousel__track .service-slide:nth-child(7) .service-slide__content p{
  color:#fff;
}
.services-carousel-section .services-carousel__track .service-slide:nth-child(2) .service-slide__index,
.services-carousel-section .services-carousel__track .service-slide:nth-child(4) .service-slide__index,
.services-carousel-section .services-carousel__track .service-slide:nth-child(5) .service-slide__index,
.services-carousel-section .services-carousel__track .service-slide:nth-child(7) .service-slide__index{
  color:rgba(255,255,255,.42);
}

/* Block 11 — split specialist cards, reference adaptation */
.team-grid--split-cards{gap:18px}
.team-grid--split-cards .team-card--split{min-height:0;padding:0;background:transparent;border-radius:22px;overflow:visible;display:grid;grid-template-rows:auto 210px;gap:10px;box-shadow:none;transform:none}
.team-grid--split-cards .team-card--split:hover{transform:none;box-shadow:none}
.team-grid--split-cards .team-card__info{position:relative;min-height:310px;padding:26px 24px 24px;border-radius:22px;display:flex;flex-direction:column;overflow:hidden}
.team-grid--split-cards .team-card--black .team-card__info{background:#0B0B0C;color:#fff}
.team-grid--split-cards .team-card--navy .team-card__info{background:#231A08;color:#fff}
.team-grid--split-cards .team-card--light .team-card__info{background:#D4B26A;color:#0B0B0C}
.team-grid--split-cards .team-card--blue .team-card__info{background:#D4B26A;color:#fff}
.team-grid--split-cards .team-card .h3{max-width:82%;margin:0 0 18px}
.team-grid--split-cards .team-card ul{margin:auto 36px 0 0}
.team-grid--split-cards .team-card__number{right:20px;bottom:18px}
.team-grid--split-cards .team-card__plus{top:20px;right:20px}
.team-grid--split-cards .team-card__photo{height:210px;border-radius:22px;overflow:hidden;background:#D4B26A}
.team-grid--split-cards .team-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.team-grid--split-cards .team-card:nth-child(1) .team-card__photo img{object-position:center 20%}
.team-grid--split-cards .team-card:nth-child(2) .team-card__photo img{object-position:60% 24%}
.team-grid--split-cards .team-card:nth-child(3) .team-card__photo img{object-position:65% 28%}
.team-grid--split-cards .team-card:nth-child(4) .team-card__photo img{object-position:64% 28%}
@media(max-width:1023px){.team-grid--split-cards .team-card--split{grid-template-rows:auto 220px}.team-grid--split-cards .team-card__info{min-height:300px}.team-grid--split-cards .team-card__photo{height:220px}}
@media(max-width:767px){.team-grid--split-cards{gap:24px}.team-grid--split-cards .team-card--split{grid-template-rows:auto 260px;gap:10px}.team-grid--split-cards .team-card__info{min-height:280px;border-radius:18px}.team-grid--split-cards .team-card__photo{height:260px;border-radius:18px}.team-grid--split-cards .team-card ul{margin:54px 34px 0 0}}

/* Block 11: requested card cleanup */
.team-grid--split-cards .team-card__plus,.team-grid--split-cards .team-card__number{display:none!important}
.team-grid--split-cards .team-card:nth-child(2) .h3,.team-grid--split-cards .team-card:nth-child(3) .h3{max-width:none;white-space:nowrap;font-size:clamp(18px,1.35vw,23px)}
@media(max-width:767px){.team-grid--split-cards .team-card:nth-child(2) .h3,.team-grid--split-cards .team-card:nth-child(3) .h3{white-space:normal}}

/* Block 11 — requested hover highlight + fourth title split */
.team-grid--split-cards .team-card--split{transition:transform .3s var(--ease),filter .3s var(--ease)}
.team-grid--split-cards .team-card--split:hover{transform:translateY(-8px);filter:drop-shadow(0 18px 26px rgba(35,26,8,.16))}
.team-grid--split-cards .team-card--split:hover .team-card__info,.team-grid--split-cards .team-card--split:hover .team-card__photo{transform:scale(1.012)}
.team-grid--split-cards .team-card__info,.team-grid--split-cards .team-card__photo{transition:transform .3s var(--ease)}
.team-grid--split-cards .team-card:nth-child(4) .h3{max-width:none}
@media (prefers-reduced-motion:reduce){.team-grid--split-cards .team-card--split,.team-grid--split-cards .team-card__info,.team-grid--split-cards .team-card__photo{transition:none}.team-grid--split-cards .team-card--split:hover{transform:none;filter:none}.team-grid--split-cards .team-card--split:hover .team-card__info,.team-grid--split-cards .team-card--split:hover .team-card__photo{transform:none}}

/* Block 11: unified card info color + blue hover state */
.team-grid--split-cards .team-card--split .team-card__info{
  background:#D4B26A;
  color:#0B0B0C;
  transition:background-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.team-grid--split-cards .team-card--split:hover .team-card__info{
  background:#D4B26A;
  color:#fff;
}
.team-grid--split-cards .team-card--split:hover .team-card__info .h3,
.team-grid--split-cards .team-card--split:hover .team-card__info li{
  color:#fff;
}
@media (prefers-reduced-motion:reduce){
  .team-grid--split-cards .team-card--split .team-card__info{transition:none}
}


/* Reference split CTA — hero primary + Block 6 calculator only */
.hero-copy .split-ref-button,
#pricing .pricing-v2__calc.split-ref-button{
  width:360px;
  max-width:100%;
  height:56px;
  min-height:56px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  display:inline-flex;
  align-items:stretch;
  justify-content:flex-start;
  gap:5px;
  overflow:visible;
  font-family:"Manrope",Arial,sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1;
  transition:gap .28s var(--ease),transform .28s var(--ease);
}
.hero-copy .split-ref-button:hover,
#pricing .pricing-v2__calc.split-ref-button:hover{
  background:transparent;
  color:#fff;
  transform:translateY(-2px);
  gap:0;
}
.hero-copy .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__label{
  flex:1 1 auto;
  min-width:0;
  height:56px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:#D4B26A;
  color:#fff;
  white-space:nowrap;
  transition:border-radius .28s var(--ease),background .28s var(--ease);
}
.hero-copy .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow{
  flex:0 0 56px;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#D4B26A;
  color:#fff;
  font-size:24px;
  font-weight:300;
  line-height:1;
  transition:border-radius .28s var(--ease),background .28s var(--ease),transform .28s var(--ease);
}
.hero-copy .split-ref-button:hover .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__label{
  border-radius:8px 0 0 8px;
  background:#D4B26A;
}
.hero-copy .split-ref-button:hover .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__arrow{
  border-radius:0 8px 8px 0;
  background:#D4B26A;
  transform:translateX(-1px);
}

.hero-copy .split-ref-button__arrow img,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}
#pricing .pricing-v2__calc.split-ref-button .service-slide__arrow{display:none!important;}
@media(max-width:767px){
  .hero-copy .split-ref-button,
  #pricing .pricing-v2__calc.split-ref-button{width:100%;max-width:360px;}
  .hero-copy .split-ref-button__label,
  #pricing .pricing-v2__calc.split-ref-button .split-ref-button__label{padding:0 16px;font-size:15px;}
}

/* Hero redesign — reference-inspired light composition. Scoped to the first screen only. */
@media (min-width:1024px){
  .hero{
    min-height:920px;
    height:auto;
    overflow:hidden;
    background:
      radial-gradient(circle at 76% 56%, rgba(212,178,106,.10), transparent 23%),
      linear-gradient(180deg,#ffffff 0%,#fbfcff 68%,#f1f4f8 100%);
    color:#231A08;
  }
  .hero-shell{position:relative;z-index:3;min-height:920px;padding-top:18px}
  .hero-parallax{inset:0;z-index:1;overflow:hidden}
  .hero-parallax__building{
    left:0;right:0;top:auto;bottom:-4%;width:100%;height:52%;
    object-fit:cover;object-position:center bottom;opacity:.11;
    filter:saturate(.6) contrast(.9);
  }
  .hero-parallax__person{
    right:4.5%;bottom:74px;height:55%;max-height:520px;width:auto;opacity:1;
    filter:drop-shadow(0 26px 45px rgba(35,26,8,.16));
  }
  .hero-parallax__shade{
    background:
      radial-gradient(circle at 78% 66%,rgba(212,178,106,.12),transparent 25%),
      linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.18) 58%,rgba(245,248,252,.66));
  }

  .hero-desktop-header{
    position:relative;z-index:20;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:28px;
    min-height:72px;padding:10px 12px;
    border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(35,26,8,.07);
    box-shadow:0 12px 36px rgba(35,26,8,.055);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  }
  .hero-brand{color:#231A08;padding-left:6px}.hero-brand span{color:#231A08}.hero-brand img{box-shadow:0 6px 18px rgba(35,26,8,.09)}
  .hero-nav{justify-self:center;gap:4px;padding:4px;border:1px solid rgba(35,26,8,.08);border-radius:999px;background:#fff;box-shadow:0 5px 16px rgba(35,26,8,.04)}
  .hero-nav a{padding:10px 18px;border-radius:999px;color:#B8944D!important;font-size:14px;font-weight:500;opacity:1;transition:background .2s ease,color .2s ease}
  .hero-nav a:after{display:none!important}
  .hero-nav a:hover{color:#231A08!important;background:#D4B26A}
  .hero-nav a.is-active{color:#fff!important;background:#D4B26A;box-shadow:0 5px 14px rgba(212,178,106,.22)}
  .hero-header-actions{gap:8px}
  .hero-language__button{height:48px;min-width:84px;border-color:rgba(35,26,8,.09);border-radius:999px;background:#fff;color:#231A08;box-shadow:0 5px 16px rgba(35,26,8,.04)}
  .hero-header-cta{height:48px;padding:0 24px;border-radius:999px;background:#D4B26A;font-size:14px;box-shadow:0 6px 16px rgba(212,178,106,.18)}
  .hero-language__menu{background:#fff;border-color:rgba(35,26,8,.08);box-shadow:0 16px 40px rgba(35,26,8,.12)}
  .hero-language__menu a{color:#231A08}.hero-language__menu a[aria-selected=true]{background:#D4B26A;color:#fff}

  .hero-content{position:relative;z-index:6;display:block;min-height:0;padding:90px 0 0;text-align:center}
  .hero-copy{width:min(980px,78vw);margin:0 auto;position:relative;z-index:6;text-align:center}
  .hero-copy .hero-title{margin:0 auto 26px;max-width:980px;font-size:clamp(58px,4.45vw,78px);line-height:1.01;letter-spacing:-.035em;color:#231A08}
  .hero-title{display:block;white-space:pre-line}
  .hero-copy .hero-title :is(span,b,strong,em,mark){color:#D4B26A;font-style:normal}
  .hero-copy>p{max-width:780px;margin:0 auto 28px;color:#B8944D;font-size:17px;font-weight:500;line-height:1.55}
  .hero-copy>p span{display:inline;white-space:normal}
  .hero-copy .button-row{justify-content:center;gap:14px;margin:28px auto 0}
  .hero-copy .button{width:auto;min-width:270px;max-width:none;height:54px;min-height:54px;border-radius:999px;font-size:15px}
  .hero-copy .button--ghost-dark{background:#fff;color:#231A08;border-color:rgba(35,26,8,.15)}
  .hero-copy .button--ghost-dark:hover{background:#f4f6fa;color:#231A08}

  .hero-facts{
    position:absolute;left:50%;bottom:30px;transform:translateX(-50%);z-index:8;
    width:min(1120px,78vw);display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
    margin:0;padding:12px;border-radius:28px;background:rgba(232,200,128,.94);
    box-shadow:0 26px 60px rgba(35,26,8,.11);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  }
  .hero-facts article{
    min-height:128px;padding:22px 24px;gap:18px;border:1px solid rgba(35,26,8,.07);border-radius:20px;
    background:rgba(255,255,255,.94);box-shadow:none;color:#231A08;
  }
  .hero-facts b{font-size:17px;color:#231A08;white-space:normal}
  .hero-facts p{margin-top:5px;color:#B8944D;font-size:12px;white-space:normal}
  .hero-fact-icon{flex:0 0 48px;width:48px;height:48px;filter:none!important}
  .hero-fact-icon--asset{filter:none!important}

  /* Once sticky, preserve the approved dark header appearance. */
  .hero-desktop-header.is-sticky{border-radius:0;border:0;background:#231A08;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.16)}
  .hero-desktop-header.is-sticky .hero-brand,.hero-desktop-header.is-sticky .hero-brand span{color:#fff}
  .hero-desktop-header.is-sticky .hero-nav{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.04);box-shadow:none}
  .hero-desktop-header.is-sticky .hero-nav a{color:#fff!important}
  .hero-desktop-header.is-sticky .hero-nav a.is-active{background:#D4B26A;color:#fff!important}
  .hero-desktop-header.is-sticky .hero-language__button{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff;box-shadow:none}
}

@media (min-width:1024px) and (max-width:1280px){
  .hero{min-height:860px}.hero-shell{min-height:860px}
  .hero-desktop-header{grid-template-columns:220px 1fr auto;gap:14px}.hero-nav a{padding:9px 12px;font-size:13px}.hero-header-cta{padding:0 18px}
  .hero-content{padding-top:72px}.hero-copy .hero-title{font-size:58px}.hero-copy>p{font-size:16px}
  .hero-parallax__person{height:49%;right:0}.hero-facts{width:86vw}.hero-facts article{padding:18px}.hero-facts b{font-size:15px}
}

@media (max-width:1023px){
  .hero{
    min-height:auto;padding:106px 0 34px;background:linear-gradient(180deg,#fff 0%,#f8faff 70%,#eff3f8 100%);color:#231A08;
  }
  .hero-shell{width:min(calc(100% - 32px),900px)}
  .hero-content{padding:46px 0 0;text-align:center}
  .hero-copy{width:100%;max-width:760px;margin:0 auto;text-align:center}
  .hero-copy .hero-title{color:#231A08;font-size:clamp(44px,7vw,62px);letter-spacing:-.03em}
  .hero-copy .hero-title :is(span,b,strong,em,mark){color:#D4B26A}
  .hero-copy>p{margin-left:auto;margin-right:auto;color:#B8944D;font-weight:500}
  .hero-copy .button-row{justify-content:center}
  .hero-copy .button--ghost-dark{background:#fff;color:#231A08;border-color:rgba(35,26,8,.15)}
  .hero-parallax__building{opacity:.08;filter:saturate(.55)}
  .hero-parallax__person{height:45%;right:-10%;bottom:175px;opacity:.9;filter:drop-shadow(0 24px 42px rgba(35,26,8,.12))}
  .hero-parallax__shade{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.48))}
  .hero-facts{margin:290px 0 0;padding:10px;border-radius:24px;background:rgba(232,200,128,.95);box-shadow:0 22px 50px rgba(35,26,8,.08)}
  .hero-facts article{background:#fff;color:#231A08;border-color:rgba(35,26,8,.07);border-radius:18px}
  .hero-facts b{color:#231A08}.hero-facts p{color:#B8944D}.hero-fact-icon--asset{filter:none!important}
}

@media (max-width:767px){
  .hero{padding-top:96px}.hero-content{padding-top:26px}.hero-copy .hero-title{font-size:42px;line-height:1.03}.hero-copy>p{font-size:15px;line-height:1.5}
  .hero-copy .button-row{display:grid;grid-template-columns:1fr;gap:10px}.hero-copy .button{width:100%;max-width:none}
  .hero-parallax__person{height:34%;right:-28%;bottom:420px;opacity:.52}.hero-parallax__building{display:none}
  .hero-facts{margin-top:210px;grid-template-columns:1fr;background:transparent;box-shadow:none;padding:0;gap:10px}
  .hero-facts article{min-height:auto;padding:18px 20px;flex-direction:row;align-items:center;box-shadow:0 10px 24px rgba(35,26,8,.06)}
}

/* Hero framed layout — 2026-08-13. Scoped to hero/header only. */
@media (min-width:1024px){
  .desktop-header-wrap{position:relative;z-index:2147483646;padding-top:18px;padding-bottom:18px}
  .desktop-header-wrap .hero-desktop-header{position:relative;inset:auto;width:100%;margin:0;padding:0;display:grid;transform:none!important;background:transparent;border:0;box-shadow:none;border-radius:0}
  .desktop-header-wrap .hero-desktop-header.is-sticky{position:fixed;top:0;left:0;right:0;width:100%;padding:14px max(32px,calc((100vw - 1440px)/2));background:#231A08;border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.16)}

  .hero{min-height:0;height:auto;padding:0 0 34px;background:#fff;overflow:visible}
  .hero-shell{width:min(calc(100% - 64px),1440px);min-height:760px;padding:72px 72px 44px;border-radius:28px;background:#231A08;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}
  .hero-content{padding:34px 0 0;min-height:0;text-align:center}
  .hero-copy{width:min(980px,82vw);margin:0 auto;text-align:center}
  .hero-copy .hero-title{color:#fff}
  .hero-copy .hero-title :is(span,b,strong,em,mark){color:#D4B26A}
  .hero-copy>p{color:#D4B26A}
  .hero-copy small{color:#D4B26A}
  .hero-copy .button--ghost-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.42);border-radius:8px}
  .hero-copy .button--ghost-dark:hover{background:rgba(255,255,255,.08);color:#fff}
  .hero-copy .button{border-radius:8px}

  .hero-facts{position:static;width:100%;margin:72px 0 0;grid-template-columns:repeat(3,1fr);gap:14px;background:transparent}
  .hero-facts article{min-height:126px;padding:22px 24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;align-items:center}
  .hero-facts b{color:#fff;font-size:17px}
  .hero-facts p{color:#D4B26A;font-size:13px}
  .hero-fact-icon{display:none!important}
  .hero-parallax{display:none!important}
}

@media (max-width:1023px){
  .hero-parallax{display:none!important}
  .hero{background:#fff;padding:18px 0 30px;min-height:0}
  .hero-shell{width:calc(100% - 32px);min-height:0;padding:46px 24px 28px;border-radius:24px;background:#231A08}
  .hero-content{padding-top:0}
  .hero-copy .hero-title,.hero-copy .hero-title :is(span,b,strong,em,mark){color:#fff}
  .hero-copy .hero-title :is(span,b,strong,em,mark){color:#D4B26A}
  .hero-copy>p{color:#D4B26A}
  .hero-copy small{color:#D4B26A}
  .hero-copy .button--ghost-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.42);border-radius:8px}
  .hero-copy .button{border-radius:8px}
  .hero-facts{margin-top:42px;background:transparent}
  .hero-facts article{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:none;-webkit-backdrop-filter:none}
  .hero-facts b{color:#fff}.hero-facts p{color:#D4B26A}.hero-fact-icon{display:none!important}
}

/* Header buttons — match the site's standard button corner radius. */
@media (min-width: 981px){
  .hero-nav{border-radius:14px;}
  .hero-nav a{border-radius:14px;}
  .hero-language__button{border-radius:14px;}
  .hero-header-cta{border-radius:14px;}
}

/* === BLOCK 4 — four equal reference-style cards (isolated) === */
@media (min-width:1101px){
  #solutions-format.solutions-gallery-section{
    padding-top:clamp(48px,5vh,70px);
    padding-bottom:clamp(48px,5vh,70px);
  }
  #solutions-format .solutions-gallery{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    grid-template-rows:auto clamp(430px,58vh,560px);
    grid-template-areas:
      "intro intro intro intro"
      "fop business it international";
    gap:18px;
    align-items:stretch;
  }
  #solutions-format .solutions-gallery__intro{
    grid-area:intro;
    padding:0 0 12px;
    text-align:center;
  }
  #solutions-format .solutions-gallery__intro .h2{
    max-width:none;
    margin:0;
    white-space:nowrap;
  }
  #solutions-format .solution-gallery-card,
  #solutions-format .solution-gallery-card--fop,
  #solutions-format .solution-gallery-card--business,
  #solutions-format .solution-gallery-card--it,
  #solutions-format .solution-gallery-card--international{
    min-height:0;
    height:100%;
    padding:24px;
    border-radius:26px;
    align-self:stretch;
  }
  #solutions-format .solution-gallery-card--fop{grid-area:fop}
  #solutions-format .solution-gallery-card--business{grid-area:business}
  #solutions-format .solution-gallery-card--it{grid-area:it}
  #solutions-format .solution-gallery-card--international{grid-area:international}
  #solutions-format .solution-gallery-card__content,
  #solutions-format .solution-gallery-card--international .solution-gallery-card__content{max-width:100%}
  #solutions-format .solution-gallery-card .h3{font-size:clamp(20px,1.45vw,24px);line-height:1.16;margin-bottom:10px}
  #solutions-format .solution-gallery-card p{font-size:14px;line-height:1.48}
  #solutions-format .solution-gallery-card__action{font-size:13px;line-height:1.25;width:100%;justify-content:space-between;min-height:48px}
}

#solutions-format .solution-gallery-card::before,
#solutions-format .solution-gallery-card::after{
  transition:opacity .42s var(--ease),background-color .42s var(--ease);
}
#solutions-format .solution-gallery-card::before{opacity:1}
#solutions-format .solution-gallery-card::after{
  background:linear-gradient(180deg,rgba(35,26,8,.88) 0%,rgba(35,26,8,.54) 38%,rgba(35,26,8,.12) 72%,rgba(35,26,8,.38) 100%);
}
#solutions-format .solution-gallery-card:hover::before{opacity:0}
#solutions-format .solution-gallery-card:hover::after{background:#D4B26A}
#solutions-format .solution-gallery-card:hover .h3,
#solutions-format .solution-gallery-card:hover p{color:#231A08}
#solutions-format .solution-gallery-card:hover .solution-gallery-card__action{background:#231A08;color:#fff}
#solutions-format .solution-gallery-card:hover .solution-gallery-card__action .service-slide__arrow img{filter:brightness(0) invert(1)}

/* Block 6 only — tier header colors requested 2026-08-17 */
#pricing .pricing-v2-card:not(.pricing-v2-card--accent):not(.pricing-v2-card--premium) .pricing-v2-card__tier{background:#D4B26A;}
#pricing .pricing-v2-card--accent .pricing-v2-card__tier{background:#D4B26A;}
#pricing .pricing-v2-card--premium .pricing-v2-card__tier{background:#D4B26A;color:#fff;}


/* Block 6 only — hero-matched dark rectangle + levitating elements; Business title white */
#pricing .pricing-v2-shell{background:#231A08!important;isolation:isolate;}
#pricing .pricing-float-stage{z-index:0!important;opacity:.72;}
#pricing .pricing-v2-shell::after{z-index:1;}
#pricing .pricing-v2__intro,#pricing .pricing-v2-grid,#pricing .pricing-v2-footer{position:relative;z-index:3;}
#pricing .pricing-v2-card--accent .pricing-v2-card__tier{color:#fff!important;}

/* 2026-08-17 — requested hover refinements only: header + hero secondary CTA */
@media (min-width: 1025px){
  .hero-header-cta{transition:background-color .2s ease,color .2s ease;}
  .hero-header-cta:hover,
  .hero-header-cta:focus-visible{background:#D4B26A;}

  .hero-nav a:hover,
  .hero-desktop-header.is-sticky .hero-nav a:hover{background:#D4B26A;color:#231A08!important;}
}
.hero .hero-copy .button--ghost-dark:hover,
.hero .hero-copy .button--ghost-dark:focus-visible{background:#D4B26A!important;color:#231A08!important;border-color:#D4B26A!important;}

/* Block 8 — requested alignment + hero-primary CTA. Scoped only to #process. */
#process.process-v2 .process-v2__intro{
  display:block;
  text-align:center;
}
#process.process-v2 .process-v2__intro>div{
  max-width:none;
  width:100%;
  margin-inline:auto;
}
#process.process-v2 .process-v2__intro .h2,
#process.process-v2 .process-v2__intro p{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
#process.process-v2 .process-v2__cta.split-ref-button{
  width:360px;
  max-width:100%;
  height:56px;
  min-height:56px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  display:inline-flex;
  align-items:stretch;
  justify-content:flex-start;
  gap:5px;
  overflow:visible;
  font-family:"Manrope",Arial,sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1;
  white-space:nowrap;
  transition:gap .28s var(--ease),transform .28s var(--ease);
}
#process.process-v2 .process-v2__cta.split-ref-button:hover{background:transparent;color:#fff;transform:none;gap:0;}
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__label{
  flex:1 1 auto;min-width:0;height:56px;padding:0 24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#D4B26A;color:#fff;transition:border-radius .28s var(--ease),background .28s var(--ease);
}
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow{
  flex:0 0 56px;width:56px;height:56px;display:grid;place-items:center;border-radius:8px;background:#D4B26A;transition:border-radius .28s var(--ease),background .28s var(--ease),transform .28s var(--ease);
}
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__label{border-radius:8px 0 0 8px;}
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__arrow{border-radius:0 8px 8px 0;transform:translateX(-1px);}
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow img{width:22px;height:22px;object-fit:contain;display:block;filter:none;}
@media(max-width:767px){#process.process-v2 .process-v2__cta.split-ref-button{width:100%;font-size:15px;}#process.process-v2 .process-v2__intro .h2{white-space:normal;}}

/* Block 11 only — team cards restyled to supplied reference. Block 12 untouched. */
#team .team-grid--split-cards{gap:18px;align-items:stretch}
#team .team-grid--split-cards .team-card--split{
  display:flex;flex-direction:column;min-height:520px;padding:10px;background:#fff;
  border:1px solid #edf0f4;border-radius:18px;overflow:hidden;
  box-shadow:0 10px 30px rgba(35,26,8,.08);filter:none;gap:0;
}
#team .team-grid--split-cards .team-card--split:hover{transform:translateY(-5px);filter:none;box-shadow:0 16px 38px rgba(35,26,8,.12)}
#team .team-grid--split-cards .team-card__photo{order:1;width:100%;height:auto;aspect-ratio:4/5;border-radius:13px;overflow:hidden;background:#D4B26A}
#team .team-grid--split-cards .team-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
#team .team-grid--split-cards .team-card__info{
  order:2;flex:1;min-height:0;padding:26px 20px 22px;border-radius:0!important;background:#fff!important;color:#231A08!important;overflow:visible;
}
#team .team-grid--split-cards .team-card .h3{max-width:none;margin:0 0 18px;color:#8A6A28;font-size:22px;line-height:1.2;text-align:center}
#team .team-grid--split-cards .team-card ul{margin:0;padding:0;list-style:none;color:#231A08;font-size:14px;line-height:1.55;opacity:1}
#team .team-grid--split-cards .team-card li{margin:4px 0}
#team .team-grid--split-cards .team-card:first-child li{margin:0 0 14px}
#team .team-grid--split-cards .team-card:first-child .team-card__label,
#team .team-grid--split-cards .team-card:first-child .team-card__value{display:block;color:#231A08}
#team .team-grid--split-cards .team-card:first-child .team-card__label{font-weight:400}
#team .team-grid--split-cards .team-card:first-child .team-card__value{margin-top:4px;font-weight:600}
#team .team-grid--split-cards .team-card--split:hover .team-card__info,#team .team-grid--split-cards .team-card--split:hover .team-card__photo{transform:none}
@media(max-width:1023px){#team .team-grid--split-cards .team-card--split{min-height:500px}#team .team-grid--split-cards .team-card__photo{height:auto}}
@media(max-width:767px){#team .team-grid--split-cards .team-card--split{min-height:0;padding:9px;border-radius:16px}#team .team-grid--split-cards .team-card__photo{height:auto}#team .team-grid--split-cards .team-card__info{padding:22px 16px 18px}}

/* Block 11 only — centered two-line heading + requested hover colors */
#team .team-section__intro{max-width:none;text-align:center;margin-left:auto;margin-right:auto;}
#team .team-section__intro .h2{text-align:center;max-width:none;margin-left:auto;margin-right:auto;}
#team .team-section__intro .team-title-accent{color:#D4B26A;}
#team .team-grid--split-cards .team-card--split{transition:background-color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease);}
#team .team-grid--split-cards .team-card--split:hover{background:#E8C880;}
#team .team-grid--split-cards .team-card--split:hover .team-card__info{background:#E8C880!important;color:#231A08!important;}
#team .team-grid--split-cards .team-card--split:hover .team-card__info .h3,
#team .team-grid--split-cards .team-card--split:hover .team-card__info li{color:#231A08!important;}
@media(max-width:767px){#team .team-section__intro .h2{white-space:normal;}}

/* Footer palette update only — 2026-08-17 */
.footer{
  background:#D4B26A;
  color:#231A08;
}
.footer .brand,
.footer .brand span,
.footer-grid p,
.footer-grid nav a,
.footer-grid b,
.footer-grid .text-link,
.footer-bottom,
.footer-bottom span{
  color:#231A08;
}
.footer-bottom{
  border-top-color:rgba(14,23,33,.14);
}


/* Footer layout refinement only — 2026-08-17 */
.footer{
  width:100%;
  max-width:none;
  margin:0;
  border-radius:0;
  overflow:hidden;
}
.footer .footer-grid,.footer .footer-bottom{
  width:min(calc(100% - 2*var(--pad)),var(--container));
  max-width:var(--container);
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
}
.footer .footer-lead-cta{
  margin-top:14px;
  border-radius:14px;
}
@media(max-width:767px){
  .footer{width:100%;max-width:none;border-radius:0;}
  .footer .footer-grid,.footer .footer-bottom{padding-left:0;padding-right:0;}
}

/* === BLOCK 13 redesign: same framed logic as Block 8; steps 01–05 inside, 06–08 below === */
#workflow.workflow-v2{
  background:#fff;
  padding-top:clamp(76px,8vw,120px);
  padding-bottom:clamp(76px,8vw,120px);
}
#workflow.workflow-v2 > .container{
  width:min(var(--container),calc(100% - 48px));
  max-width:var(--container);
}
#workflow.workflow-v2 .workflow-v2__frame{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:30px;
  padding:clamp(38px,4vw,60px);
  background:url("../img/calculator-business-center.jpg") center/cover no-repeat;
  box-shadow:0 18px 50px rgba(35,26,8,.12);
}
#workflow.workflow-v2 .workflow-v2__frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(105deg,rgba(35,26,8,.97) 0%,rgba(35,26,8,.94) 48%,rgba(35,26,8,.78) 100%);
}
#workflow.workflow-v2 .workflow-v2__frame-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 78% 20%,rgba(212,178,106,.18),transparent 34%);
  pointer-events:none;
}
#workflow.workflow-v2 .workflow-v2__intro{display:block;margin-bottom:30px}
#workflow.workflow-v2 .workflow-v2__intro>div{max-width:900px}
#workflow.workflow-v2 .workflow-v2__intro .h2{color:#fff}
#workflow.workflow-v2 .workflow-v2__intro p{margin:18px 0 0;max-width:760px;color:rgba(255,255,255,.76);font-size:18px}
#workflow.workflow-v2 .workflow-v2__stage{padding:20px 0 8px}
#workflow.workflow-v2 .workflow-v2__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  min-height:390px;
  gap:18px;
  align-items:center;
}
#workflow.workflow-v2 .workflow-v2__line{
  position:absolute;
  left:8%;right:8%;top:50%;height:2px;
  background:linear-gradient(90deg,rgba(232,200,128,.38),#D4B26A,rgba(232,200,128,.38));
  transform:translateY(-50%);
}
#workflow.workflow-v2 .workflow-v2__step{
  position:relative;z-index:1;height:100%;display:grid;grid-template-rows:1fr 28px 1fr;align-items:center;min-width:0;
}
#workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card{grid-row:1;align-self:end;margin-bottom:18px}
#workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__dot{grid-row:2}
#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__dot{grid-row:2}
#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{grid-row:3;align-self:start;margin-top:18px}
#workflow.workflow-v2 .workflow-v2__dot{
  justify-self:center;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid #D4B26A;box-shadow:0 0 0 7px rgba(212,178,106,.15)
}
#workflow.workflow-v2 .workflow-v2__card{
  width:100%;height:auto;min-height:150px;padding:18px 20px;
  border:1px solid rgba(255,255,255,.25);border-radius:24px;
  background:rgba(255,255,255,.07);color:#fff;backdrop-filter:blur(10px);
  box-shadow:none;display:block;overflow:visible;
  transition:background .3s var(--ease),border-color .3s var(--ease);
}
#workflow.workflow-v2 .workflow-v2__card:hover{transform:none;background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.5);box-shadow:none}
#workflow.workflow-v2 .workflow-v2__step:nth-child(2) .workflow-v2__card{background:#D4B26A;border-color:#D4B26A}
#workflow.workflow-v2 .workflow-v2__step:nth-child(4) .workflow-v2__card{background:#D4B26A;border-color:#D4B26A}
#workflow.workflow-v2 .workflow-v2__step:nth-child(6) .workflow-v2__card{background:#D4B26A;border-color:#D4B26A;color:#231A08}
#workflow.workflow-v2 .workflow-v2__index{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;padding:0 10px;margin-bottom:12px;border:1px solid currentColor;border-radius:999px;font-size:12px;font-weight:700;opacity:.9}
#workflow.workflow-v2 .workflow-v2__card .h3{margin:0 0 9px;font-size:clamp(17px,1.3vw,21px);line-height:1.08;font-weight:650;color:inherit}
#workflow.workflow-v2 .workflow-v2__card p{margin:0;color:inherit;font-size:12.5px;line-height:1.4;opacity:.78}
#workflow.workflow-v2 .workflow-v2__extras{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;
}
#workflow.workflow-v2 .workflow-v2__extra-card{
  min-height:190px;padding:24px;border-radius:24px;background:#231A08;color:#fff;
  border:1px solid rgba(14,23,33,.08);display:flex;flex-direction:column;
}
#workflow.workflow-v2 .workflow-v2__extra-card:nth-child(2){background:#D4B26A}
#workflow.workflow-v2 .workflow-v2__extra-card:nth-child(3){background:#D4B26A;color:#231A08}
#workflow.workflow-v2 .workflow-v2__extra-card .h3{margin:0 0 10px;font-size:20px;line-height:1.15;color:inherit}
#workflow.workflow-v2 .workflow-v2__extra-card p{margin:auto 0 0;font-size:14px;line-height:1.5;color:inherit;opacity:.78}
@media(max-width:1023px){
  #workflow.workflow-v2 .workflow-v2__frame{padding:34px 28px}
  #workflow.workflow-v2 .workflow-v2__stage{padding:10px 0 0}
  #workflow.workflow-v2 .workflow-v2__timeline{grid-template-columns:1fr;min-height:0;gap:0;padding-left:26px}
  #workflow.workflow-v2 .workflow-v2__line{left:7px;right:auto;top:18px;bottom:18px;width:2px;height:auto;transform:none;background:linear-gradient(180deg,rgba(232,200,128,.35),#D4B26A,rgba(232,200,128,.35))}
  #workflow.workflow-v2 .workflow-v2__step{height:auto;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto;margin:0 0 14px;align-items:center}
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__dot,#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__dot{grid-column:1;grid-row:1;justify-self:start}
  #workflow.workflow-v2 .workflow-v2__step--top .workflow-v2__card,#workflow.workflow-v2 .workflow-v2__step--bottom .workflow-v2__card{grid-column:2;grid-row:1;align-self:auto;margin:0;min-height:0;height:auto;padding:18px 20px}
  #workflow.workflow-v2 .workflow-v2__extras{grid-template-columns:1fr}
  #workflow.workflow-v2 .workflow-v2__extra-card{min-height:150px}
}
@media(max-width:767px){
  #workflow.workflow-v2{padding-top:72px;padding-bottom:72px}
  #workflow.workflow-v2 > .container{width:min(var(--container),calc(100% - 32px));max-width:var(--container)}
  #workflow.workflow-v2 .workflow-v2__frame{padding:28px 20px;border-radius:24px;background-position:62% center}
  #workflow.workflow-v2 .workflow-v2__intro p{font-size:16px}
  #workflow.workflow-v2 .workflow-v2__timeline{padding-left:18px}
  #workflow.workflow-v2 .workflow-v2__card{padding:16px 17px!important;border-radius:18px}
  #workflow.workflow-v2 .workflow-v2__extra-card{padding:20px;border-radius:18px}
}

/* Block 13 only: cards 01, 08, 03, 04, 05; items 06 and 07 as text below. */
#workflow.workflow-v2 .workflow-v2__notes{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;
}
#workflow.workflow-v2 .workflow-v2__notes p{
  margin:0;padding:4px 2px;color:#231A08;font-size:15px;line-height:1.55;
}
#workflow.workflow-v2 .workflow-v2__notes strong{font-weight:700;color:#231A08;}
@media(max-width:767px){
  #workflow.workflow-v2 .workflow-v2__notes{grid-template-columns:1fr;gap:10px;}
}

/* Block 13 only: keep the two supporting notes inside the main rectangle. */
#workflow.workflow-v2 .workflow-v2__frame > .workflow-v2__notes{
  position:relative;
  z-index:2;
  margin-top:24px;
  padding:0 6px 2px;
}


/* Block 13 only: supporting text below cards, matching Block 8 note placement. */
#workflow.workflow-v2 .workflow-v2__notes-line{
  position:relative;z-index:2;margin:30px auto 0;max-width:none;width:100%;
  color:rgba(255,255,255,.82);font-size:15px;line-height:1.55;text-align:center;
}
#workflow.workflow-v2 .workflow-v2__notes-line strong{color:#fff;font-weight:700;}
@media (min-width:1024px){#workflow.workflow-v2 .workflow-v2__notes-line{white-space:nowrap;font-size:clamp(12px,.92vw,15px);}}
@media (max-width:767px){#workflow.workflow-v2 .workflow-v2__notes-line{margin-top:24px;font-size:14px;text-align:left}.workflow-v2__notes-separator{display:block;height:8px;font-size:0}}

/* Fourth block: six equal cards in two rows of three. */
@media (min-width:1101px){
  #solutions-format .solutions-gallery{
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:auto repeat(2,minmax(330px,1fr));
    grid-template-areas:none;
    align-items:stretch;
  }
  #solutions-format .solutions-gallery__left,
  #solutions-format .solutions-gallery__middle,
  #solutions-format .solutions-gallery-additional{display:contents;}
  #solutions-format .solutions-gallery__intro{
    grid-area:auto;
    grid-column:1/-1;
    padding:0 0 12px;
  }
  #solutions-format .solution-gallery-card{
    grid-area:auto!important;
    height:auto!important;
    min-height:330px!important;
  }
}
@media (min-width:768px) and (max-width:1100px){
  #solutions-format .solutions-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto repeat(3,minmax(330px,1fr));
    grid-template-areas:none;
  }
  #solutions-format .solutions-gallery__left,
  #solutions-format .solutions-gallery__middle,
  #solutions-format .solutions-gallery-additional{display:contents;}
  #solutions-format .solutions-gallery__intro{
    grid-area:auto;
    grid-column:1/-1;
  }
  #solutions-format .solution-gallery-card{
    grid-area:auto!important;
    height:auto!important;
    min-height:330px!important;
  }
}
@media (max-width:767px){
  #solutions-format .solutions-gallery-additional{display:contents;}
  #solutions-format .solution-gallery-card{grid-area:auto!important;}
}

/* Additional cards for the solutions block. */
#solutions-format .solutions-gallery-additional{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:min(66.666%,760px);
  margin:18px auto 0;
}
#solutions-format .solutions-gallery-additional .solution-gallery-card{
  min-height:330px;
  height:auto;
}
@media(max-width:1100px){
  #solutions-format .solutions-gallery-additional{width:100%;}
}
@media(max-width:767px){
  #solutions-format .solutions-gallery-additional{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:14px;
  }
}

/* Final layout override: treat all six cards as direct grid items. */
@media (min-width:768px){
  #solutions-format .solutions-gallery__left,
  #solutions-format .solutions-gallery__middle,
  #solutions-format .solutions-gallery-additional{display:contents!important;}
}
@media (max-width:767px){
  #solutions-format .solutions-gallery-additional{display:contents!important;}
}

/* Keep the final row ordered: international, internet commerce, manufacturing. */
@media (min-width:1101px){
  #solutions-format .solution-gallery-card--international{grid-column:1!important;grid-row:3!important;}
  #solutions-format .solution-gallery-card--ecommerce{grid-column:2!important;grid-row:3!important;}
  #solutions-format .solution-gallery-card--manufacturing{grid-column:3!important;grid-row:3!important;}
}
:root{--brass-accent:#D4B26A;--brass-gradient-top:#E8C880;--brass-gradient-bottom:#B8944D;--brass-deep:#8A6A28;--brass-text:#231A08;--ink:#231A08}
#scope-services .scope-card:nth-child(2) .scope-card__image img{transform:scale(1.2);transform-origin:bottom right}
/* Block 3 only — calculator v2 from the approved calculation guide. */
#calculator .calculator-frame--v2{
  position:relative;display:block;min-height:0;padding:clamp(34px,4vw,58px);
  background:#231A08;color:#fff;border-radius:30px;isolation:isolate;overflow:hidden;
}
#calculator .calculator-v2__background{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;opacity:.24}
#calculator .calculator-v2__overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(125deg,rgba(35,26,8,.99),rgba(35,26,8,.93) 58%,rgba(138,106,40,.72))}
#calculator .calculator-v2__intro{max-width:1020px;margin:0 0 38px}
#calculator .calculator-v2__intro .h2{margin:0;color:#fff}
#calculator .calculator-v2__intro p{max-width:720px;margin:20px 0 0;color:#fff;font-size:17px;line-height:1.55}
#calculator .calculator-v2{display:grid;grid-template-columns:minmax(0,760px);justify-content:center;gap:22px;align-items:start;transition:grid-template-columns .3s var(--ease)}
#calculator .calculator-v2.has-result{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);justify-content:stretch}
#calculator .calculator-v2__questions{min-width:0;min-height:560px;padding:30px;border:1px solid rgba(232,200,128,.24);border-radius:24px;background:rgba(35,26,8,.94);box-shadow:0 22px 60px rgba(0,0,0,.2);display:flex;flex-direction:column}
#calculator .calculator-v2 .calc-card__topline{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px;color:#E8C880;font-size:14px}
#calculator .calculator-v2 .calc-card__topline b{color:#fff}
#calculator .calculator-v2 .calc-progress{height:5px;margin:0 0 28px;background:rgba(255,255,255,.14)}
#calculator .calculator-v2 .calc-progress span{background:#D4B26A}
#calculator .calculator-v2 .calc-step{flex:1}
#calculator .calculator-v2 .calc-step .h3{margin:0 0 20px;color:#fff}
#calculator .calculator-v2 .calc-step__hint{max-width:680px;margin:-8px 0 20px;color:#E8C880;font-size:14px;line-height:1.5}
#calculator .calculator-v2 .option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#calculator .calculator-v2 .option-grid label{min-width:0}
#calculator .calculator-v2 .option-grid input{position:absolute;opacity:0;pointer-events:none}
#calculator .calculator-v2 .option-grid label>span{min-height:58px;padding:13px 16px;border:1px solid rgba(232,200,128,.3);border-radius:14px;background:rgba(255,255,255,.035);color:#fff;line-height:1.35;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
#calculator .calculator-v2 .option-grid label:hover>span{border-color:#D4B26A;transform:translateY(-1px)}
#calculator .calculator-v2 .option-grid input:checked+span{background:#D4B26A!important;border-color:#D4B26A!important;color:#231A08!important}
#calculator .calculator-v2 .option-grid--compact label>span{min-height:52px;font-size:13px}
#calculator .calculator-v2 .calc-conditional-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
#calculator .calculator-v2 .calc-conditional{margin-top:14px;padding:14px;border:1px solid rgba(232,200,128,.24);border-radius:14px;background:rgba(255,255,255,.04)}
#calculator .calculator-v2 .calc-conditional[hidden]{display:none}
#calculator .calculator-v2 .calc-conditional label{display:grid;gap:8px;color:#E8C880;font-size:13px}
#calculator .calculator-v2 .calc-conditional input,
#calculator .calculator-v2 .calc-conditional select,
#calculator .calculator-v2 .form-grid input,
#calculator .calculator-v2 .form-grid select{width:100%;min-height:48px;padding:11px 13px;border:1px solid rgba(232,200,128,.35);border-radius:12px;background:#231A08;color:#fff}
#calculator .calculator-v2 .calc-conditional select option,
#calculator .calculator-v2 .form-grid select option{background:#fff;color:#231A08}
#calculator .calculator-v2 .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
#calculator .calculator-v2 .form-grid label{display:grid;gap:7px;color:#fff;font-size:14px}
#calculator .calculator-v2 .consent{align-items:flex-start;color:#E8C880!important}
#calculator .calculator-v2 .calc-contact-note{margin:14px 0 0;color:#fff;font-size:13px}
#calculator .calculator-v2 .calc-actions{margin-top:28px;display:flex;justify-content:flex-end;gap:10px}
#calculator .calculator-v2 .calc-actions .button{width:auto;min-width:132px}
#calculator .calculator-v2 #calc-v2-prev{background:#fff;border-color:#fff;color:#231A08}
#calculator .calculator-v2 #calc-v2-prev:not(:disabled):hover{background:#E8C880;border-color:#E8C880;color:#231A08}
#calculator .calculator-v2 #calc-v2-prev:disabled{opacity:.45;cursor:not-allowed}
#calculator .calculator-v2 #calc-v2-next{background:#8A6A28;border-color:#8A6A28;color:#fff}
#calculator .calculator-v2 .calc-final-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
#calculator .calculator-v2 .calc-final-actions .button{width:100%}
#calculator .calculator-v2 #calc-v2-submit{background:#D4B26A;border-color:#D4B26A;color:#231A08}
#calculator .calculator-v2 .calc-final-actions .button--ghost{background:transparent;border-color:#E8C880;color:#fff}
#calculator .calculator-v2 .calc-final-actions .button--ghost:hover{background:#E8C880;color:#231A08}

#calculator .calc-result{position:sticky;top:100px;min-width:0;padding:26px;border:1px solid rgba(232,200,128,.42);border-radius:24px;background:#231A08;color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.24)}
#calculator .calc-result__mobile-toggle{display:none}
#calculator .calc-result__eyebrow{display:block;margin-bottom:10px;color:#E8C880;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
#calculator .calc-result__price{display:flex;align-items:flex-end;gap:9px;color:#fff}
#calculator .calc-result__price strong{font-size:clamp(30px,3.1vw,48px);line-height:1;letter-spacing:-.04em;transition:opacity .16s ease,transform .16s ease}
#calculator .calc-result__price small{padding-bottom:5px;color:#E8C880;font-size:14px}
#calculator .calc-result.is-updating .calc-result__price strong{opacity:.45;transform:translateY(3px)}
#calculator .calc-result__hint{margin:14px 0 0;color:#fff;font-size:13px}
#calculator .calc-result__tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
#calculator .calc-result__tags span{padding:6px 9px;border:1px solid rgba(232,200,128,.45);border-radius:8px;background:rgba(232,200,128,.1);color:#fff;font-size:11px;line-height:1.25}
#calculator .calc-result__one-time{margin-top:18px;padding:13px 14px;border-radius:12px;background:#E8C880;color:#231A08;font-size:13px;font-weight:600}
#calculator .calc-result__disclaimer{margin:20px 0 0;padding-top:16px;border-top:1px solid rgba(232,200,128,.2);color:#E8C880;font-size:11px;line-height:1.5}

@media(max-width:1050px){
  #calculator .calculator-v2.has-result{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr)}
  #calculator .calculator-v2 .option-grid--compact{grid-template-columns:1fr}
}
@media(max-width:820px){
  #calculator .calculator-frame--v2{padding:32px 24px}
  #calculator .calculator-v2,#calculator .calculator-v2.has-result{grid-template-columns:1fr}
  #calculator .calc-result{position:relative;top:auto}
}
@media(max-width:767px){
  #calculator .calculator-frame--v2{padding:28px 18px;border-radius:24px;overflow:visible;transform:none!important}
  #calculator .calculator-v2__background,#calculator .calculator-v2__overlay{border-radius:24px}
  #calculator .calculator-v2__intro{margin-bottom:26px}
  #calculator .calculator-v2__intro p{font-size:15px}
  #calculator .calculator-v2__questions{min-height:0;padding:20px 16px;border-radius:20px}
  #calculator .calculator-v2 .option-grid,
  #calculator .calculator-v2 .form-grid,
  #calculator .calculator-v2 .calc-conditional-grid,
  #calculator .calculator-v2 .calc-final-actions{grid-template-columns:1fr}
  #calculator .calculator-v2 .calc-actions{display:grid;grid-template-columns:1fr 1fr}
  #calculator .calculator-v2 .calc-actions .button{min-width:0;width:100%}
  #calculator .calc-result{display:none;position:fixed;left:12px;right:12px;bottom:72px;top:auto;z-index:82;padding:0;border-radius:18px;overflow:hidden}
  #calculator .calc-result.is-mobile-inview{display:block}
  #calculator .calc-result__mobile-toggle{width:100%;min-height:64px;padding:12px 16px;border:0;background:#231A08;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}
  #calculator .calc-result__mobile-toggle span{color:#E8C880;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
  #calculator .calc-result__mobile-toggle b{font-size:18px}
  #calculator .calc-result__content{display:none;max-height:min(58vh,460px);overflow:auto;padding:4px 18px 20px}
  #calculator .calc-result.is-expanded .calc-result__content{display:block}
  #calculator .calculator-v2.has-result{padding-bottom:76px}
}
@media(prefers-reduced-motion:reduce){
  #calculator .calculator-v2,#calculator .calc-result__price strong{transition:none}
}

/* Block 3 final layout — two containers, with the live hints in the left panel. */
#calculator .calculator-frame--v2{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;
  padding:0;background:transparent;overflow:visible;align-items:stretch;
}
#calculator .calculator-v2__left{
  position:relative;isolation:isolate;min-width:0;min-height:650px;padding:clamp(34px,4vw,54px);
  border-radius:30px;overflow:hidden;background:#231A08;color:#fff;
}
#calculator .calculator-v2__left .calculator-v2__background{z-index:-2;opacity:1}
#calculator .calculator-v2__left .calculator-v2__overlay{z-index:-1;background:linear-gradient(135deg,rgba(35,26,8,.98),rgba(35,26,8,.86))}
#calculator .calculator-v2__left .calculator-v2__intro{margin:0}
#calculator .calculator-v2{display:block;min-width:0;height:100%}
#calculator .calculator-v2.has-result{display:block;padding-bottom:0}
#calculator .calculator-v2__questions{height:100%;min-height:650px;border-radius:30px}
#calculator .calculator-v2__left .calc-result{
  position:relative;top:auto;display:block;margin-top:32px;padding:22px;
  border-radius:18px;background:rgba(35,26,8,.84);box-shadow:none;backdrop-filter:blur(10px);
}
#calculator .calculator-v2__left .calc-result__content{display:block;max-height:none;overflow:visible;padding:0}

/* Selected sections only: static diagonal two-colour background. */
#calculator .calculator-v2__left,
#calculator .calculator-v2__questions,
#pricing .pricing-v2-shell,
#process.process-v2 .process-v2__frame,
#reviews.testimonials-v2 .testimonials-v2__frame,
#workflow.workflow-v2 .workflow-v2__frame{
  background-image:linear-gradient(135deg,#051C2C 0%,#021836 100%)!important;
  background-color:#051C2C!important;
  background-size:100% 100%!important;
  background-position:0 0!important;
  transition:none!important;
}

/* Remove the former photographic and brown overlays only inside the selected blocks. */
#calculator .calculator-v2__background{opacity:0!important}
#calculator .calculator-v2__overlay,
#pricing .pricing-v2-shell::after,
#process.process-v2 .process-v2__frame::before,
#process.process-v2 .process-v2__frame-overlay,
#reviews.testimonials-v2 .testimonials-v2__overlay,
#workflow.workflow-v2 .workflow-v2__frame::before,
#workflow.workflow-v2 .workflow-v2__frame-overlay{
  background:transparent!important;
}


@media(max-width:980px){
  #calculator .calculator-frame--v2{grid-template-columns:1fr}
  #calculator .calculator-v2__left{min-height:0}
  #calculator .calculator-v2__questions{min-height:620px}
}
@media(max-width:767px){
  #calculator .calculator-frame--v2{padding:0;transform:none!important}
  #calculator .calculator-v2__left{padding:30px 22px;border-radius:24px}
  #calculator .calculator-v2__questions{min-height:0;border-radius:24px}
  #calculator .calculator-v2__left .calc-result{position:relative;left:auto;right:auto;bottom:auto;z-index:auto;margin-top:24px;padding:18px;border-radius:16px;overflow:visible}
  #calculator .calculator-v2__left .calc-result__content{display:block;max-height:none;padding:0}
  #calculator .calculator-v2.has-result{padding-bottom:0}
}

/* Block 3 only — keep the calculator subtitle white in every responsive state. */
#calculator .calculator-v2__left .calculator-v2__intro>p{color:#fff!important}

/* Block 3 only — custom dropdowns and checkboxes in the calculator. */
#calculator .calculator-v2 .calc-native-select{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
#calculator .calculator-v2 .calc-dropdown{position:relative;min-width:0}
#calculator .calculator-v2 .calc-dropdown__toggle{
  width:100%;min-height:48px;padding:11px 44px 11px 14px;border:1px solid rgba(232,200,128,.5);
  border-radius:12px;background:#231A08;color:#fff;text-align:left;cursor:pointer;position:relative;
  transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}
#calculator .calculator-v2 .calc-dropdown__toggle::after{
  content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;
  border-right:2px solid #D4B26A;border-bottom:2px solid #D4B26A;
  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;
}
#calculator .calculator-v2 .calc-dropdown.is-open .calc-dropdown__toggle,
#calculator .calculator-v2 .calc-dropdown__toggle:hover{
  border-color:#E8C880;background:#8A6A28;color:#fff;
}
#calculator .calculator-v2 .calc-dropdown.is-open .calc-dropdown__toggle::after{
  border-color:#fff;transform:translateY(-25%) rotate(225deg);
}
#calculator .calculator-v2 .calc-dropdown__toggle:focus-visible{
  outline:3px solid rgba(232,200,128,.35);outline-offset:3px;
}
#calculator .calculator-v2 .calc-dropdown__menu{
  position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:30;display:grid;gap:3px;padding:6px;
  max-height:240px;overflow:auto;border:1px solid rgba(232,200,128,.45);border-radius:12px;
  background:rgba(35,26,8,.98);box-shadow:0 20px 50px rgba(0,0,0,.32);backdrop-filter:blur(14px);
  opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
#calculator .calculator-v2 .calc-dropdown.is-open .calc-dropdown__menu{
  opacity:1;visibility:visible;transform:none;
}
#calculator .calculator-v2 .calc-dropdown__option{
  min-height:42px;padding:9px 12px;border:0;border-radius:8px;background:transparent;color:#fff;
  text-align:left;line-height:1.3;cursor:pointer;
}
#calculator .calculator-v2 .calc-dropdown__option:hover,
#calculator .calculator-v2 .calc-dropdown__option:focus-visible{
  outline:0;background:#E8C880;color:#231A08;
}
#calculator .calculator-v2 .calc-dropdown__option[aria-selected="true"]{
  background:#8A6A28;color:#fff;font-weight:700;
}
#calculator .calculator-v2 .option-grid input[type="checkbox"]+span{
  position:relative;padding-left:50px;
}
#calculator .calculator-v2 .option-grid input[type="checkbox"]+span::before{
  content:"";position:absolute;left:16px;top:50%;width:20px;height:20px;border:1px solid #D4B26A;
  border-radius:5px;background:rgba(255,255,255,.06);transform:translateY(-50%);
  transition:background-color .2s ease,border-color .2s ease;
}
#calculator .calculator-v2 .option-grid input[type="checkbox"]+span::after{
  content:"";position:absolute;left:22px;top:50%;width:8px;height:4px;border-left:2px solid #231A08;
  border-bottom:2px solid #231A08;opacity:0;transform:translateY(-65%) rotate(-45deg);
}
#calculator .calculator-v2 .option-grid input[type="checkbox"]:checked+span::before{
  background:#E8C880;border-color:#E8C880;
}
#calculator .calculator-v2 .option-grid input[type="checkbox"]:checked+span::after{opacity:1}
#calculator .calculator-v2 .option-grid input:focus-visible+span{
  outline:3px solid rgba(232,200,128,.35);outline-offset:3px;
}

/* Block 3 only — calculator on the left, information panel on the right. */
@media (min-width:981px){
  #calculator .calculator-frame--v2 > .calculator-v2{order:1}
  #calculator .calculator-frame--v2 > .calculator-v2__left{order:2}
}

/* Informational copy inside site cards only. */
.services-carousel-section .service-slide__content p,
#solutions-format .solution-gallery-card p,
#scope-services .scope-card li,
.why-v2-card p,
#responsibility.responsibility-v2 .responsibility-v2__card p,
.cases-v2__body,
#team .team-grid--split-cards .team-card ul,
.testimonials-v2__quote,
.faq-list--reference details > p{
  font-size:16px!important;
}

/* Block 6 only — requested compact card copy. */
#pricing .pricing-v2-card__audience,
#pricing .pricing-v2-card__list{
  font-size:14px!important;
}

/* Blocks 8 and 13 only — requested smaller card descriptions. */
#process.process-v2 .process-v2__pill p,
#workflow.workflow-v2 .workflow-v2__card p,
#workflow.workflow-v2 .workflow-v2__extra-card p{
  font-size:12px!important;
}

/* Block 14 only — collapsed questions use the former fill as an outline. */
.faq-list--reference details:not([open]){
  background:transparent;
  border-color:#D4B26A;
}

/* Block 11 only — use the same label/value layout in every team card. */
#team .team-grid--split-cards .team-card li{
  margin:0 0 14px;
}
#team .team-grid--split-cards .team-card .team-card__label,
#team .team-grid--split-cards .team-card .team-card__value{
  display:block;
  color:#231A08;
}
#team .team-grid--split-cards .team-card .team-card__label{
  font-weight:400;
}
#team .team-grid--split-cards .team-card .team-card__value{
  margin-top:4px;
  font-weight:600;
}

/* Block 11 and the new expertise block — adapted from the supplied structure. */
.team-profile-section{background:#fff}
.team-profile-section>.container{display:block}
.team-profile__intro{max-width:900px;margin:0 auto;text-align:center}
.team-expertise__eyebrow{margin-bottom:12px;color:#8A6A28;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.team-profile__intro .h2,.team-expertise__head .h2{margin:0;color:#231A08}
.team-profile__intro>p,.team-expertise__head p{max-width:720px;margin:16px auto 0;color:#231A08;font-size:18px;line-height:1.55}
.team-profile-card{width:min(100%,900px);min-height:330px;margin:34px auto 0;display:grid;grid-template-columns:minmax(220px,35%) minmax(0,1fr);gap:18px;overflow:visible;border-radius:0;background:transparent;color:#fff}
.team-profile-card__photo{min-height:330px;overflow:hidden;border-radius:22px;background:#8A6A28}
.team-profile-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.team-profile-card__content{padding:30px 32px;display:flex;flex-direction:column;justify-content:space-between;border-radius:22px;background:#231A08}
.team-profile-card__role{margin-bottom:12px;color:#D4B26A;font-size:13px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}
.team-profile-card__content .h3{margin:0;color:#fff;font-size:30px;font-weight:600}
.team-profile-card__content>p{max-width:610px;margin:0;color:#fff;font-size:15px;line-height:1.6}
.team-profile-card__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:0}
.team-profile-card__stats>div{min-width:128px;padding:18px 20px;border:1px solid rgba(255,255,255,.25);border-radius:24px;background:rgba(255,255,255,.07);color:#fff;backdrop-filter:blur(10px);transition:border-color .3s var(--ease)}
.team-profile-card__stats>div:hover{border-color:rgba(255,255,255,.5)}
.team-profile-card__stats strong{display:block;margin-bottom:3px;color:#fff;font-size:20px;font-weight:600}
.team-profile-card__stats span{color:rgba(255,255,255,.78);font-size:12px}
.team-expertise-section{background:#fff}
.team-expertise__head{display:block;text-align:center}
.team-expertise__head>div{max-width:900px;margin:0 auto}
.team-expertise__grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.team-expertise-card{padding:28px;border:1px solid rgba(138,106,40,.3);border-radius:20px;background:#FEFEFE;transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}
.team-expertise-card:hover{transform:translateY(-4px);border-color:#8A6A28;box-shadow:0 18px 38px rgba(35,26,8,.1)}
.team-expertise-card__top{display:flex;align-items:flex-start;gap:15px}
.team-expertise-card__top .h3{margin:4px 0 0;color:#231A08;font-size:20px;font-weight:600;line-height:1.25}
.team-expertise-card>p{margin:18px 0;color:#231A08;font-size:14px;line-height:1.6}
.team-expertise-card__tags{display:flex;flex-wrap:wrap;gap:7px}
.team-expertise-card__tags span{padding:8px 10px;border-radius:999px;background:#E8C880;color:#231A08;font-size:12px;line-height:1.2}
@media(max-width:980px){
  .team-expertise__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .team-profile__intro>p,.team-expertise__head p{font-size:16px}
  .team-profile-card{grid-template-columns:1fr}
  .team-profile-card__photo{min-height:280px;aspect-ratio:4/5}
  .team-profile-card__content{padding:30px 24px 32px}
  .team-profile-card__content .h3{font-size:28px}
  .team-expertise__head{display:block}
  .team-expertise__grid{grid-template-columns:1fr}
  .team-expertise-card{padding:22px}
}
@media(prefers-reduced-motion:reduce){.team-expertise-card{transition:none}.team-expertise-card:hover{transform:none}}

/* Blocks 2 and 9 only — visible hover matches Block 12 without moving cards. */
.services-carousel-section .service-slide,
#responsibility.responsibility-v2 .responsibility-v2__card{
  transition:border-color .25s var(--ease),box-shadow .25s var(--ease);
}
.services-carousel-section .service-slide:hover{
  transform:none!important;
  border-color:#8A6A28;
  box-shadow:0 18px 38px rgba(35,26,8,.1);
}
#responsibility.responsibility-v2 .responsibility-v2__card:hover{
  transform:none!important;
  box-shadow:inset 0 0 0 1px #8A6A28,0 18px 38px rgba(35,26,8,.1);
}
@media(prefers-reduced-motion:reduce){
  .services-carousel-section .service-slide,
  #responsibility.responsibility-v2 .responsibility-v2__card{transition:none}
  .services-carousel-section .service-slide:hover,
  #responsibility.responsibility-v2 .responsibility-v2__card:hover{transform:none!important}
}


/* ==========================================================================
   Migrated from inline <style> tags in index.html (design iteration patches)
   ========================================================================== */

/* --- block2-block9-hover-fix --- */
/* Blocks 2 and 9 only: the visible hover used by the cards in Block 12. */
#services .service-slide,
#responsibility .responsibility-v2__card{
  transition:border-color .25s var(--ease),box-shadow .25s var(--ease)!important;
}
#services .service-slide:hover{
  position:relative;
  z-index:2;
  transform:none!important;
  border-color:#8A6A28!important;
  box-shadow:0 18px 38px rgba(35,26,8,.1)!important;
}
#responsibility .responsibility-v2__card:hover{
  position:relative;
  z-index:2;
  transform:none!important;
  box-shadow:inset 0 0 0 1px #8A6A28,0 18px 38px rgba(35,26,8,.1)!important;
}

/* --- requested-header-pricing-responsibility-cases-faq-footer-update --- */
/* Scrolled header only. */
@media (min-width:1024px){
  .hero-desktop-header.is-sticky{background:#021836!important;}
}
@media (max-width:1023px){
  .mobile-header.is-scrolled{background:#021836!important;}
}

/* Block 6 only: tariff cards matched to the supplied reference. */
#pricing .pricing-v2-card{
  min-height:594px!important;
  padding:10px!important;
  border:0!important;
  border-radius:16px!important;
  background:#FEFEFE!important;
  box-shadow:none!important;
}
#pricing .pricing-v2-card:hover{
  border-color:transparent!important;
  box-shadow:0 16px 34px rgba(2,24,54,.14)!important;
}
#pricing .pricing-v2-card__tier{
  width:max-content!important;
  min-height:32px!important;
  padding:0 14px!important;
  border-radius:10px!important;
  align-self:flex-start!important;
}
#pricing .pricing-v2-card:not(.pricing-v2-card--accent):not(.pricing-v2-card--premium) .pricing-v2-card__tier,
#pricing .pricing-v2-card--premium .pricing-v2-card__tier{
  background:#E8C880!important;
  color:#231A08!important;
}
#pricing .pricing-v2-card--accent .pricing-v2-card__tier{
  background:#8A6A28!important;
  color:#fff!important;
}
#pricing .pricing-v2-card__price{
  margin:14px 6px 8px!important;
  color:#111318!important;
}
#pricing .pricing-v2-card__audience{
  margin:10px 6px 18px!important;
  color:#36424E!important;
}
#pricing .pricing-v2-card__button.service-slide__link{
  width:calc(100% - 12px)!important;
  min-height:40px!important;
  margin:0 6px 14px!important;
  padding:0 14px!important;
  border-radius:9px!important;
  background:#231A08!important;
  color:#fff!important;
}
#pricing .pricing-v2-card__list{
  margin:0 6px 6px!important;
  padding:0 0 2px!important;
  border-top:0!important;
  color:#03131F!important;
}
#pricing .pricing-v2-card__list li{color:#03131F!important;}
@media(max-width:680px){
  #pricing .pricing-v2-card{min-height:auto!important;}
}

/* Block 9 only: darker copy and cards reduced by exactly 10px. */
#responsibility .responsibility-v2__card{
  min-height:290px!important;
  color:#231A08!important;
}
#responsibility .responsibility-v2__card .h3,
#responsibility .responsibility-v2__card p{color:#231A08!important;}
@media(max-width:1100px){
  #responsibility .responsibility-v2__card{min-height:270px!important;}
}
@media(max-width:767px){
  #responsibility .responsibility-v2__card{min-height:240px!important;}
}

/* Block 10 only: result label accent. */
#cases .cases-v2__result-label{color:#D4B26A!important;}

/* Block 15 only: opened questions keep no fill and use a dark-blue outline/copy. */
.faq-section .faq-list--reference details[open]{
  background:transparent!important;
  border:1px solid #021836!important;
  color:#021836!important;
}
.faq-section .faq-list--reference details[open] summary,
.faq-section .faq-list--reference details[open]>p{color:#021836!important;}

/* Footer only: full-bleed background with the existing inner content grid. */
.footer{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
}

/* --- block15-contact-update --- */
/* Block 15 only — matched to supplied reference */
.final-cta--framed{background:#fff;padding:clamp(72px,7vw,112px) 0}
.final-cta--framed .container{width:min(calc(100% - 2*var(--pad)),1440px)}
.final-cta__panel{position:relative;isolation:isolate;overflow:hidden;min-height:520px;border-radius:28px;background:#231A08;box-shadow:none}
.final-cta__panel:before{content:"";position:absolute;inset:0;z-index:-2;background:url("../img/calculator-business-center.jpg") center/cover no-repeat;opacity:.28}
.final-cta__panel:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(35,26,8,.985) 0%,rgba(35,26,8,.955) 58%,rgba(35,26,8,.88) 100%)}
.final-cta__content{min-height:520px;padding:58px 58px 50px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(330px,.72fr);grid-template-rows:auto auto 1fr;column-gap:78px;align-items:start;color:#fff}
.final-cta__content>.h2{grid-column:1;grid-row:1;margin:0;max-width:660px;font-size:clamp(42px,3.15vw,52px);font-weight:500;line-height:.99;letter-spacing:-.018em;color:#fff}
.final-cta__content>p{grid-column:1;grid-row:2;margin:12px 0 0;max-width:620px;font-size:14px;line-height:1.45;color:#D4B26A}
.final-cta__actions{grid-column:1;grid-row:3;align-self:end;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:18px;margin:34px 0 0}
.final-cta__actions .button{width:250px;max-width:calc(50% - 9px);height:48px;min-height:48px;padding:0 22px;border-radius:9px;font-size:14px;font-weight:500;white-space:nowrap}
.final-cta__actions .button--primary{background:#B8944D;color:#fff;border-color:#B8944D}
.final-cta__actions .button--primary:hover{background:#B8944D}
.final-cta__messenger-menu{position:relative;margin:0;width:250px;max-width:calc(50% - 9px)}
.final-cta__messenger-menu>summary{list-style:none;cursor:pointer}
.final-cta__messenger-menu>summary::-webkit-details-marker{display:none}
.final-cta__messenger-menu>summary.button{width:100%;max-width:none;background:rgba(255,255,255,.02);border-color:rgba(255,255,255,.68);color:#fff}
.final-cta__messenger-options{position:absolute;left:0;bottom:calc(100% + 10px);z-index:5;min-width:100%;padding:8px;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(35,26,8,.2)}
.final-cta__messenger-options a{display:block;padding:10px 12px;border-radius:8px;color:#231A08;font-size:14px;font-weight:600;white-space:nowrap}
.final-cta__messenger-options a:hover{background:#E8C880;color:#231A08}
.final-cta__contacts{grid-column:2;grid-row:1/4;align-self:center;display:grid;grid-template-columns:1fr;gap:10px;margin:0;width:100%;max-width:360px;justify-self:end}
.final-cta__contacts>a,.final-cta__contacts>div{min-height:104px;padding:19px 22px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(232,200,128,.26);border-radius:8px;background:rgba(35,26,8,.58);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:none;color:#fff;text-decoration:none}
.final-cta__contacts span{display:block;margin-bottom:7px;font-size:11px;line-height:1.35;color:#D4B26A}
.final-cta__contacts strong{display:block;font-size:15px;line-height:1.35;font-weight:600;color:#fff}
.messenger-float{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;flex-direction:column;gap:10px}
.messenger-float__link{display:flex;align-items:center;gap:9px;min-width:128px;padding:8px 12px 8px 8px;border-radius:12px;background:rgba(35,26,8,.92);border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 30px rgba(0,0,0,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease}
.messenger-float__link:hover{transform:translateY(-2px);background:#231A08}
.messenger-float__link span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#fff;color:#231A08;font-size:11px;font-weight:700;letter-spacing:.02em}.messenger-float__link span img{width:18px;height:18px;display:block;object-fit:contain}
.messenger-float__link b{font-size:13px;font-weight:600}
@media(max-width:980px){
  .final-cta__panel{min-height:0}
  .final-cta__content{min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;padding:42px 34px}
  .final-cta__content>.h2,.final-cta__content>p,.final-cta__actions,.final-cta__contacts{grid-column:1}
  .final-cta__content>.h2{grid-row:1}.final-cta__content>p{grid-row:2}.final-cta__actions{grid-row:3;align-self:auto}.final-cta__contacts{grid-row:4;margin-top:36px;grid-template-columns:repeat(3,minmax(0,1fr));align-self:auto;max-width:none;justify-self:stretch}
  .final-cta__contacts>a,.final-cta__contacts>div{min-height:108px;padding:18px}
}
@media(max-width:760px){
  .final-cta--framed{padding:72px 0}
  .final-cta__content>p{font-size:16px;line-height:1.45}
  .final-cta__panel{border-radius:24px}
  .final-cta__content{padding:28px 22px}
  .final-cta__content>.h2{font-size:40px}
  .final-cta__desktop-break{display:none}
  .final-cta__actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%;margin-top:28px}
  .final-cta__actions .button,.final-cta__messenger-menu{width:100%;max-width:none}
  .final-cta__messenger-menu>summary.button{width:100%}
  .final-cta__contacts{grid-template-columns:1fr;margin-top:28px}
  .final-cta__contacts>a,.final-cta__contacts>div{min-height:auto}
  .messenger-float{right:14px;bottom:14px;flex-direction:row}.messenger-float__link{min-width:0;padding:7px}.messenger-float__link b{display:none}.messenger-float__link span{width:36px;height:36px;flex-basis:36px}
}

/* Block 15 refinement: scoped only to final CTA */
@media (min-width: 981px){
  .final-cta__content>p{
    max-width:none;
    white-space:nowrap;
    font-size:17px;
    line-height:1.45;
    font-weight:500;
    letter-spacing:-.015em;
  }
  .final-cta__desktop-break{display:none!important;}
  .final-cta__actions{
    justify-self:start;
    justify-content:flex-start;
    margin-left:0;
    padding-left:0;
    width:auto;
  }
}

/* Block 9 only: requested accent word in section heading. */
#responsibility .responsibility-v2__intro .h2 span{color:#D4B26A!important;}

/* --- calculator-nav-button-colors-final --- */
#calculator .calc-actions #calc-prev{
  background:#fff!important;
  border-color:#fff!important;
  color:#231A08!important;
}
#calculator .calc-actions #calc-prev:not(:disabled):hover,
#calculator .calc-actions #calc-prev:not(:disabled):focus-visible{
  background:#E8C880!important;
  border-color:#E8C880!important;
  color:#231A08!important;
}
#calculator .calc-actions #calc-next,
#calculator .calc-actions #calc-submit,
#calculator .calc-actions #calc-next:hover,
#calculator .calc-actions #calc-next:focus-visible,
#calculator .calc-actions #calc-submit:hover,
#calculator .calc-actions #calc-submit:focus-visible{
  background:#8A6A28!important;
  border-color:#8A6A28!important;
  color:#fff!important;
}

/* --- requested-hero-pricing-process-footer-colors --- */
/* Main CTA and the large CTAs in blocks 6 and 8. */
.hero .hero-copy .split-ref-button .split-ref-button__label,
.hero .hero-copy .split-ref-button .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__label,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow{
  background:#D4B26A!important;
  color:#231A08!important;
}
.hero .hero-copy .split-ref-button .split-ref-button__arrow img,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow img,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow img{
  filter:brightness(0) saturate(100%) invert(8%) sepia(38%) saturate(1057%) hue-rotate(2deg) brightness(88%) contrast(99%)!important;
}
.hero .hero-copy .split-ref-button:hover .split-ref-button__label,
.hero .hero-copy .split-ref-button:hover .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__arrow,
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__label,
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__arrow{
  background:#D4B26A!important;
  color:#231A08!important;
}

/* Hero information cards: match card 02 in block 8. */
main#top > section.hero .hero-bottom-card{
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  color:#fff!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}

/* Block 6 pricing tier labels. */
#pricing .pricing-v2-card:not(.pricing-v2-card--accent):not(.pricing-v2-card--premium) .pricing-v2-card__tier,
#pricing .pricing-v2-card--premium .pricing-v2-card__tier{
  background:#E8C880!important;
  color:#231A08!important;
}
#pricing .pricing-v2-card--accent .pricing-v2-card__tier{
  background:#8A6A28!important;
  color:#fff!important;
}

/* Footer only. */
.footer{
  background:#8A6A28!important;
  color:#fff!important;
}
.footer .brand,
.footer .brand span,
.footer .footer-grid p,
.footer .footer-grid nav a,
.footer .footer-grid b,
.footer .footer-grid .text-link,
.footer .footer-bottom,
.footer .footer-bottom span,
.footer .footer-bottom a,
.footer .footer-bottom__credit,
.footer .footer-bottom__credit span{
  color:#fff!important;
}
.footer .footer-bottom{border-top-color:rgba(255,255,255,.25)!important;}
.footer .footer-lead-cta{
  background:#231A08!important;
  border:1px solid #231A08!important;
  color:#fff!important;
}
.footer .footer-lead-cta:hover,
.footer .footer-lead-cta:focus-visible{
  background:transparent!important;
  border-color:#231A08!important;
  color:#fff!important;
}

/* --- block2-added-cards-centered --- */
/* Block 2 only: center the two added cards in the third desktop row. */
@media (min-width:1101px){
  #services .services-carousel__track .service-slide--09{grid-column:2;}
  #services .services-carousel__track .service-slide--10{grid-column:3;}
}

/* --- global-button-arrow-hover-rotation --- */
/* Arrow hover behavior for all existing arrow buttons except the two split blue CTAs */
.service-slide__link:not(.split-ref-button) .service-slide__arrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.service-slide__link:not(.split-ref-button) .service-slide__arrow-up{
  opacity:1!important;
  visibility:visible!important;
  transform:rotate(0deg)!important;
  transition:transform .32s cubic-bezier(.22,.61,.36,1), opacity .2s ease!important;
}
.service-slide__link:not(.split-ref-button) .service-slide__arrow-down{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.service-slide__link:not(.split-ref-button):hover .service-slide__arrow-up,
.service-slide__link:not(.split-ref-button):focus-visible .service-slide__arrow-up{
  transform:rotate(45deg)!important;
}
@media (prefers-reduced-motion: reduce){
  .service-slide__link:not(.split-ref-button) .service-slide__arrow-up{transition:none!important;}
}

/* --- disable-button-lift-hover --- */
/* Keep button hover states in place: no vertical lift. Other hover effects remain unchanged. */
button:hover,
.button:hover,
a[class*="button"]:hover,
a[class*="btn"]:hover,
[class*="__button"]:hover,
[class*="__btn"]:hover,
.service-slide__link:hover,
.messenger-float__link:hover {
  transform: none !important;
}

/* --- hero-info-cards-refinement --- */
/* Hero only — three-line title + info cards under buttons */
.hero .hero-copy{width:min(1160px,94vw)!important;max-width:none!important}
.hero .hero-copy .hero-title{max-width:1100px!important}
.hero .hero-copy .hero-title{display:block!important;white-space:pre-line!important}
.hero .hero-copy>small{display:block!important;margin:14px auto 0!important;color:#D4B26A!important}
.hero .hero-copy>.hero-facts{position:static!important;width:100%!important;margin:42px auto 0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;background:transparent!important;box-shadow:none!important}
.hero .hero-copy>.hero-facts article{min-height:144px!important;padding:24px 28px!important;display:flex!important;align-items:center!important;gap:22px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:10px!important;background:rgba(255,255,255,.055)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-align:left!important}
.hero .hero-copy>.hero-facts article>div{min-width:0}
.hero .hero-copy>.hero-facts b{display:block!important;color:#fff!important;font-size:18px!important;line-height:1.3!important;font-weight:700!important;white-space:normal!important}
.hero .hero-copy>.hero-facts p{margin:7px 0 0!important;color:#D4B26A!important;font-size:13px!important;line-height:1.45!important;white-space:normal!important}
.hero-fact-icon-new{width:68px;height:68px;flex:0 0 68px;display:grid;place-items:center;color:#fff}
.hero-fact-icon-new svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media (min-width:981px){
  .hero-shell{justify-content:flex-start!important}
  .hero-content{padding-top:0!important}
  .hero .hero-copy>.hero-facts{margin-top:44px!important}
}
@media (max-width:1180px){
  .hero .hero-copy .hero-title{white-space:pre-line!important}
  .hero .hero-copy>.hero-facts{gap:12px!important}
  .hero .hero-copy>.hero-facts article{padding:20px!important;gap:16px!important}
  .hero-fact-icon-new{width:56px;height:56px;flex-basis:56px}.hero-fact-icon-new svg{width:50px;height:50px}
}
@media (max-width:760px){
  .hero .hero-copy>.hero-facts{grid-template-columns:1fr!important;margin-top:30px!important}
  .hero .hero-copy>.hero-facts article{min-height:auto!important;padding:18px 20px!important}
  .hero .hero-copy>small{font-size:12px!important}
}

/* --- global-golos-uppercase-headings --- */
/* Requested typography change only: all site headings use Golos Text SemiBold in uppercase. */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3{
  font-family:"Golos Text",Arial,sans-serif!important;
  font-weight:600!important;
  text-transform:uppercase!important;
}

/* --- hero-smaller-with-bottom-cards --- */
/* Hero-only refinement: smaller main rectangle + three equal cards below it. */
@media (min-width:1024px){
  .hero-shell{min-height:610px!important;padding-bottom:54px!important;}
  .hero-bottom-cards{width:min(calc(100% - 64px),1440px);margin:18px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
  .hero-bottom-card{height:170px;border-radius:22px;background:#231A08;}
}
@media (max-width:1023px){
  .hero-shell{min-height:0!important;}
  .hero-bottom-cards{width:calc(100% - 32px);margin:14px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
  .hero-bottom-card{height:130px;border-radius:18px;background:#231A08;}
}
@media (max-width:700px){
  .hero-bottom-cards{grid-template-columns:1fr;}
  .hero-bottom-card{height:112px;}
}

/* Keep the three hero information panels visible beneath the hero content. */
main#top > section.hero{
  overflow:visible!important;
  padding-bottom:30px!important;
}
main#top > section.hero .hero-bottom-cards{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:20!important;
  width:min(calc(100% - 2*var(--pad)),var(--container))!important;
  margin:18px auto 0!important;
  padding:0!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
main#top > section.hero .hero-bottom-card{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:21!important;
  min-height:170px!important;
  height:170px!important;
  padding:24px!important;
  border-radius:22px!important;
  background:#231A08!important;
  color:#fff!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  text-align:center!important;
}
main#top > section.hero .hero-bottom-card__icon{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:70px!important;
  height:70px!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
main#top > section.hero .hero-bottom-card__title{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
@media (min-width:1024px){
  main#top > section.hero .hero-shell{
    height:auto!important;
    min-height:calc(100svh - 205px)!important;
  }
  main#top > section.hero .hero-bottom-cards{margin-top:18px!important;}
}
@media (max-width:767px){
  main#top > section.hero .hero-bottom-cards{
    width:calc(100% - 32px)!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  main#top > section.hero .hero-bottom-card{
    min-height:128px!important;
    height:128px!important;
    padding:18px!important;
    flex-direction:row!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  main#top > section.hero .hero-bottom-card__icon{
    width:58px!important;
    height:58px!important;
    flex:0 0 58px!important;
    margin-right:14px!important;
  }
  main#top > section.hero .hero-bottom-card__title{
    text-align:left!important;
    font-size:16px!important;
  }
}

/* --- hero-centered-content-only --- */
/* Hero only — center all textual content without affecting other sections. */
.hero .hero-content{width:100%!important;display:flex!important;justify-content:center!important;}
.hero .hero-copy{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.hero .hero-copy .hero-title,.hero .hero-copy p,.hero .hero-copy small{text-align:center!important;margin-left:auto!important;margin-right:auto!important;}
.hero .hero-copy p span{display:block!important;text-align:center!important;}
.hero .hero-copy .button-row{justify-content:center!important;}

/* --- hero-reference-exact-user-20260814 --- */
/* HERO ONLY — exact visual adaptation to supplied reference. Header and all following sections are untouched. */
.hero{
  background:#fff!important;
  padding:0 0 34px!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
.hero .hero-shell{
  width:min(calc(100% - 64px),1440px)!important;
  min-height:610px!important;
  padding:72px 70px 58px!important;
  border-radius:28px!important;
  background:#231A08!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .hero-content{
  width:100%!important;
  padding:0!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .hero-copy{
  width:min(1120px,92%)!important;
  max-width:none!important;
  margin:0 auto!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title{
  max-width:1120px!important;
  margin:0 auto 54px!important;
  color:#fff!important;
  font-family:"Golos Text",Arial,sans-serif!important;
  font-size:clamp(46px,3.55vw,58px)!important;
  font-weight:600!important;
  line-height:1.08!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title{
  display:block!important;
  white-space:pre-line!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title :is(span,b,strong,em,mark){
  color:#D4B26A!important;
  font-style:normal!important;
}
.hero .hero-copy>p{
  max-width:720px!important;
  margin:0 auto 28px!important;
  color:#D4B26A!important;
  font-size:16px!important;
  font-weight:500!important;
  line-height:1.6!important;
  text-align:center!important;
}
.hero .hero-copy>p span{
  display:inline!important;
  white-space:normal!important;
}
.hero .hero-copy .button-row{
  margin:26px auto 0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
}
.hero .hero-copy .button{
  height:54px!important;
  min-height:54px!important;
  font-size:14px!important;
  border-radius:8px!important;
}
.hero .hero-copy .split-ref-button{
  width:auto!important;
  min-width:358px!important;
  max-width:none!important;
}
.hero .hero-copy .button--ghost-dark{
  width:auto!important;
  min-width:275px!important;
  max-width:none!important;
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.45)!important;
}
.hero .hero-copy>small{
  display:block!important;
  margin:14px auto 0!important;
  color:#B8944D!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.hero .hero-bottom-cards{
  width:min(calc(100% - 64px),1440px)!important;
  margin:18px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  padding:0!important;
}
.hero .hero-bottom-card{
  height:170px!important;
  min-height:170px!important;
  border-radius:22px!important;
  background:#231A08!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  text-align:center!important;
  border:0!important;
  box-shadow:none!important;
}
.hero .hero-bottom-card__icon{
  display:block!important;
  width:84px!important;
  height:84px!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
.hero .hero-bottom-card__title{
  color:#fff!important;
  font-family:"Golos Text",Arial,sans-serif!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:600!important;
  letter-spacing:.04em!important;
}
.hero .hero-parallax,.hero .hero-facts{display:none!important}

@media (max-width:1280px){
  .hero .hero-shell{min-height:570px!important;padding:58px 48px 50px!important}
  .hero .hero-copy .hero-title{font-size:48px!important;letter-spacing:.035em!important}
  .hero .hero-copy .hero-title{white-space:pre-line!important}
}
@media (max-width:1023px){
  .hero{padding:18px 0 28px!important}
  .hero .hero-shell{
    width:calc(100% - 32px)!important;
    min-height:520px!important;
    padding:50px 28px 44px!important;
    border-radius:24px!important;
  }
  .hero .hero-copy{width:100%!important}
  .hero .hero-copy .hero-title{font-size:clamp(38px,6.6vw,52px)!important;margin-bottom:34px!important}
  .hero .hero-copy .hero-title{white-space:pre-line!important}
  .hero .hero-copy .button-row{flex-wrap:wrap!important}
  .hero .hero-bottom-cards{width:calc(100% - 32px)!important;gap:12px!important}
  .hero .hero-bottom-card{height:148px!important;min-height:148px!important;border-radius:18px!important}
  .hero .hero-bottom-card__icon{width:68px!important;height:68px!important}
  .hero .hero-bottom-card__title{font-size:17px!important}
}
@media (max-width:700px){
  .hero .hero-shell{min-height:0!important;padding:42px 20px 38px!important}
  .hero .hero-copy .hero-title{font-size:36px!important;line-height:1.08!important;letter-spacing:.025em!important}
  .hero .hero-copy>p{font-size:15px!important}
  .hero .hero-copy .button-row{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .hero .hero-copy .split-ref-button,
  .hero .hero-copy .button--ghost-dark{width:100%!important;min-width:0!important}
  .hero .hero-bottom-cards{grid-template-columns:1fr!important}
  .hero .hero-bottom-card{height:132px!important;min-height:132px!important}
}

/* --- hero-reference-161024-only --- */
/* Only the main hero block is changed to match the supplied reference. */
.hero{
  background:#fff!important;
  padding:18px 0 8px!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
.hero .hero-shell{
  width:calc(100% - 20px)!important;
  max-width:none!important;
  min-height:612px!important;
  margin:0 auto!important;
  padding:72px 52px 70px!important;
  border-radius:28px!important;
  background:#231A08!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .hero-content{
  width:100%!important;
  min-height:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .hero-copy{
  width:min(1180px,96%)!important;
  max-width:none!important;
  margin:0 auto!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 58px!important;
  color:#fff!important;
  font-family:"Golos Text",Arial,sans-serif!important;
  font-size:clamp(46px,3.65vw,58px)!important;
  font-weight:600!important;
  line-height:1.12!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title{
  display:block!important;
  width:100%!important;
  white-space:pre-line!important;
  text-align:center!important;
}
.hero .hero-copy .hero-title :is(span,b,strong,em,mark){
  color:#D4B26A!important;
  font-style:normal!important;
}
.hero .hero-copy>p{
  width:min(760px,84%)!important;
  max-width:760px!important;
  margin:0 auto 26px!important;
  color:#D4B26A!important;
  font-size:16px!important;
  font-weight:500!important;
  line-height:1.6!important;
  text-align:center!important;
}
.hero .hero-copy>p span{display:inline!important;white-space:normal!important}
.hero .hero-copy .button-row{
  margin:26px auto 0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
}
.hero .hero-copy .button{
  height:54px!important;
  min-height:54px!important;
  border-radius:8px!important;
  font-size:14px!important;
}
.hero .hero-copy .split-ref-button{min-width:360px!important;width:auto!important}
.hero .hero-copy .button--ghost-dark{
  min-width:275px!important;
  width:auto!important;
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.46)!important;
}
.hero .hero-copy>small{
  display:block!important;
  margin:14px auto 0!important;
  color:#B8944D!important;
  font-size:12px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.hero .hero-bottom-cards{display:none!important}
@media (max-width:1280px){
  .hero .hero-shell{min-height:570px!important;padding:60px 38px!important}
  .hero .hero-copy .hero-title{font-size:48px!important}
}
@media (max-width:1023px){
  .hero{padding:14px 0 6px!important}
  .hero .hero-shell{width:calc(100% - 24px)!important;min-height:520px!important;padding:52px 28px!important;border-radius:24px!important}
  .hero .hero-copy{width:100%!important}
  .hero .hero-copy .hero-title{font-size:clamp(36px,6.4vw,48px)!important;margin-bottom:38px!important}
  .hero .hero-copy .hero-title{white-space:pre-line!important}
  .hero .hero-copy .button-row{flex-wrap:wrap!important}
}
@media (max-width:700px){
  .hero .hero-shell{min-height:0!important;padding:42px 20px!important}
  .hero .hero-copy .hero-title{font-size:34px!important;line-height:1.12!important;letter-spacing:.02em!important;margin-bottom:30px!important}
  .hero .hero-copy>p{width:100%!important;font-size:15px!important}
  .hero .hero-copy .button-row{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .hero .hero-copy .split-ref-button,.hero .hero-copy .button--ghost-dark{width:100%!important;min-width:0!important}
}

/* --- hero-reference-161553-only --- */
/* HERO ONLY — match the supplied 16:15:53 reference. Header and all later sections remain untouched. */
.hero{
  background:#fff!important;
  padding:18px 0 8px!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
.hero .hero-shell{
  width:calc(100% - 20px)!important;
  max-width:none!important;
  min-height:612px!important;
  margin:0 auto!important;
  padding:72px 52px 70px!important;
  border-radius:28px!important;
  background:#231A08!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .hero-content{width:100%!important;min-height:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.hero .hero-copy{width:min(1180px,96%)!important;max-width:none!important;margin:0 auto!important;text-align:center!important;}
.hero .hero-copy .hero-title{
  width:100%!important;max-width:1180px!important;margin:0 auto 58px!important;color:#fff!important;
  font-family:"Golos Text",Arial,sans-serif!important;font-size:clamp(46px,3.65vw,58px)!important;font-weight:600!important;
  line-height:1.12!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-align:center!important;
}
.hero .hero-copy .hero-title{display:block!important;width:100%!important;white-space:pre-line!important;text-align:center!important;}
.hero .hero-copy .hero-title :is(span,b,strong,em,mark){color:#D4B26A!important;font-style:normal!important;}
.hero .hero-copy>p{width:min(760px,84%)!important;max-width:760px!important;margin:0 auto 26px!important;color:#D4B26A!important;font-size:16px!important;font-weight:500!important;line-height:1.6!important;text-align:center!important;}
.hero .hero-copy>p span{display:inline!important;white-space:normal!important;}
.hero .hero-copy .button-row{margin:26px auto 0!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;}
.hero .hero-copy .button{height:54px!important;min-height:54px!important;border-radius:8px!important;font-size:14px!important;}
.hero .hero-copy .split-ref-button{min-width:360px!important;width:auto!important;}
.hero .hero-copy .button--ghost-dark{min-width:275px!important;width:auto!important;background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.46)!important;}
.hero .hero-copy>small{display:block!important;margin:14px auto 0!important;color:#B8944D!important;font-size:12px!important;line-height:1.45!important;text-align:center!important;}
.hero .hero-bottom-cards{
  width:calc(100% - 20px)!important;max-width:none!important;margin:18px auto 0!important;padding:0!important;
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;
}
.hero .hero-bottom-card{
  height:170px!important;min-height:170px!important;border-radius:22px!important;background:#231A08!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;
  text-align:center!important;border:0!important;box-shadow:none!important;
}
.hero .hero-bottom-card__icon{display:block!important;width:84px!important;height:84px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;}
.hero .hero-bottom-card__title{color:#fff!important;font-family:"Golos Text",Arial,sans-serif!important;font-size:20px!important;line-height:1.25!important;font-weight:600!important;letter-spacing:.04em!important;}
.hero .hero-parallax,.hero .hero-facts{display:none!important;}
@media (max-width:1280px){
  .hero .hero-shell{min-height:570px!important;padding:60px 38px!important;}
  .hero .hero-copy .hero-title{font-size:48px!important;}
  .hero .hero-bottom-card{height:150px!important;min-height:150px!important;}
}
@media (max-width:1023px){
  .hero{padding:14px 0 8px!important;}
  .hero .hero-shell{width:calc(100% - 24px)!important;min-height:520px!important;padding:52px 28px!important;border-radius:24px!important;}
  .hero .hero-copy{width:100%!important;}
  .hero .hero-copy .hero-title{font-size:clamp(36px,6.4vw,48px)!important;margin-bottom:38px!important;}
  .hero .hero-copy .hero-title{white-space:pre-line!important;}
  .hero .hero-copy .button-row{flex-wrap:wrap!important;}
  .hero .hero-bottom-cards{width:calc(100% - 24px)!important;gap:12px!important;}
  .hero .hero-bottom-card{height:140px!important;min-height:140px!important;border-radius:18px!important;}
  .hero .hero-bottom-card__icon{width:66px!important;height:66px!important;}
  .hero .hero-bottom-card__title{font-size:17px!important;}
}
@media (max-width:700px){
  .hero .hero-shell{min-height:0!important;padding:42px 20px!important;}
  .hero .hero-copy .hero-title{font-size:34px!important;line-height:1.12!important;letter-spacing:.02em!important;margin-bottom:30px!important;}
  .hero .hero-copy>p{width:100%!important;font-size:15px!important;}
  .hero .hero-copy .button-row{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  .hero .hero-copy .split-ref-button,.hero .hero-copy .button--ghost-dark{width:100%!important;min-width:0!important;}
  .hero .hero-bottom-cards{grid-template-columns:1fr!important;}
  .hero .hero-bottom-card{height:128px!important;min-height:128px!important;}
}

/* --- hero-container-width-alignment --- */
/* HERO ONLY: align the main hero rectangle and three cards with the site's standard container width. */
.hero .hero-shell,
.hero .hero-bottom-cards{
  width:min(calc(100% - 2*var(--pad)),var(--container))!important;
  max-width:var(--container)!important;
}
@media (max-width:1023px){
  .hero .hero-shell,
  .hero .hero-bottom-cards{
    width:min(calc(100% - 2*var(--pad)),var(--container))!important;
  }
}

/* Hero composition: remove floating parallax objects and overlay the header. */
main#top > section.hero .hero-float-stage{
  display:none!important;
}
@media (min-width:1024px){
  .desktop-header-wrap{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:2147483646!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:18px max(32px,calc((100vw - 1440px)/2))!important;
  }
  .desktop-header-wrap .hero-desktop-header{
    width:100%!important;
  }
  main#top > section.hero{
    height:auto!important;
    min-height:100svh!important;
    overflow:visible!important;
  }
  main#top > section.hero .hero-shell{
    height:auto!important;
    min-height:calc(100svh - 188px)!important;
  }
}

/* Hero header brand. */
.desktop-header-wrap .hero-brand,
.desktop-header-wrap .hero-brand span{
  color:#fff!important;
}

/* --- hero-floating-office-objects --- */
/* HERO ONLY: decorative 3D office objects with restrained levitation + pointer parallax. */
.hero .hero-shell{position:relative!important;isolation:isolate!important;overflow:hidden!important;}
.hero .hero-content{position:relative!important;z-index:5!important;}
.hero-float-stage{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;border-radius:inherit;}
.hero-float-item{position:absolute;width:var(--w);left:var(--x);top:var(--y);opacity:var(--opacity,.82);filter:blur(var(--blur,0px));transform:translate3d(var(--mx,0px),var(--my,0px),0) rotate(var(--rot,0deg));transform-origin:center;will-change:transform;transition:transform .18s cubic-bezier(.2,.8,.2,1);}
.hero-float-item img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 26px rgba(0,0,0,.32));animation:heroObjectFloat var(--floatDur,6.8s) ease-in-out var(--floatDelay,0s) infinite alternate;will-change:transform;}
@keyframes heroObjectFloat{0%{transform:translate3d(0,-5px,0) rotate(-1.2deg)}50%{transform:translate3d(3px,4px,0) rotate(.8deg)}100%{transform:translate3d(-2px,9px,0) rotate(1.4deg)}}
/* Keep the central copy/action safe zone visually clean. */
.hero-float-item--pen{--x:-1.5%;--y:8%;--w:124px;--rot:-28deg;--opacity:.72;--floatDur:7.4s;}
.hero-float-item--clips{--x:3%;--y:73%;--w:112px;--rot:8deg;--opacity:.58;--blur:.4px;--floatDur:8.2s;}
.hero-float-item--paperclip{--x:91%;--y:7%;--w:96px;--rot:14deg;--opacity:.62;--blur:.5px;--floatDur:7.8s;}
.hero-float-item--pushpins{--x:89%;--y:73%;--w:108px;--rot:-10deg;--opacity:.7;--floatDur:6.9s;}
.hero-float-item--binder{--x:-2.5%;--y:39%;--w:132px;--rot:-8deg;--opacity:.74;--floatDur:7.1s;}
.hero-float-item--briefcase{--x:88%;--y:36%;--w:142px;--rot:7deg;--opacity:.74;--floatDur:8.5s;}
.hero-float-item--calculator{--x:4%;--y:51%;--w:116px;--rot:-7deg;--opacity:.72;--floatDur:7.7s;}
.hero-float-item--calendar{--x:78%;--y:-4%;--w:120px;--rot:8deg;--opacity:.48;--blur:.8px;--floatDur:8.8s;}
.hero-float-item--cabinet{--x:4%;--y:-6%;--w:114px;--rot:-5deg;--opacity:.48;--blur:.8px;--floatDur:9.1s;}
.hero-float-item--folder{--x:92%;--y:55%;--w:118px;--rot:10deg;--opacity:.62;--floatDur:7.6s;}
.hero-float-item--laptop{--x:75%;--y:79%;--w:148px;--rot:-6deg;--opacity:.58;--blur:.35px;--floatDur:8.7s;}
.hero-float-item--printer{--x:14%;--y:82%;--w:130px;--rot:5deg;--opacity:.52;--blur:.6px;--floatDur:9s;}
.hero-float-item--stamp{--x:68%;--y:-5%;--w:100px;--rot:-12deg;--opacity:.52;--blur:.5px;--floatDur:7.9s;}
@media (max-width:1280px){
  .hero-float-item{transform:translate3d(var(--mx,0px),var(--my,0px),0) rotate(var(--rot,0deg)) scale(.88);}
  .hero-float-item--briefcase{--x:89%;}.hero-float-item--binder{--x:-4%;}
}
@media (max-width:1023px){
  .hero-float-stage{opacity:.72;}
  .hero-float-item--clips,.hero-float-item--paperclip,.hero-float-item--printer,.hero-float-item--cabinet,.hero-float-item--folder{display:none;}
  .hero-float-item--pen{--x:-4%;--y:12%;--w:90px}.hero-float-item--binder{--x:-5%;--y:58%;--w:96px}.hero-float-item--calculator{--x:1%;--y:75%;--w:88px}
  .hero-float-item--briefcase{--x:88%;--y:56%;--w:104px}.hero-float-item--pushpins{--x:88%;--y:78%;--w:80px}.hero-float-item--calendar{--x:83%;--y:-2%;--w:88px}.hero-float-item--laptop{--x:74%;--y:84%;--w:108px}.hero-float-item--stamp{--x:72%;--y:-3%;--w:76px}
}
@media (max-width:700px){
  .hero-float-stage{opacity:.46;}
  .hero-float-item--binder,.hero-float-item--calculator,.hero-float-item--briefcase,.hero-float-item--calendar{display:none;}
  .hero-float-item--pen{--x:-7%;--y:6%;--w:72px}.hero-float-item--stamp{--x:79%;--y:2%;--w:60px}.hero-float-item--pushpins{--x:82%;--y:80%;--w:64px}.hero-float-item--laptop{--x:-2%;--y:85%;--w:88px}
}
@media (prefers-reduced-motion:reduce){.hero-float-item{transition:none!important}.hero-float-item img{animation:none!important}}

/* --- block2-centered-heading-update --- */
/* Block 2 only: centered two-line heading and centered subtitle */
#services .services-carousel-copy{
  justify-content:center;
  text-align:center;
}
#services .services-carousel-copy>div{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}
#services .services-carousel-copy .services-title-two-lines{
  max-width:none;
  width:100%;
  white-space:pre-line;
  text-align:center;
}
#services .services-title-two-lines :is(span,b,strong,em,mark){
  color:#D4B26A;
}
#services .services-carousel-copy p{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* --- block2-subtitle-gradient-cards-update --- */
/* Block 2 only: one-line subtitle + soft blue card gradient based on supplied reference */
@media (min-width: 768px){
  #services .services-carousel-copy p{
    max-width:none!important;
    width:max-content!important;
    white-space:nowrap!important;
  }
}
#services .service-slide,
#services .service-slide--01,
#services .service-slide--02,
#services .service-slide--03,
#services .service-slide--04,
#services .service-slide--05,
#services .service-slide--06,
#services .service-slide--07,
#services .service-slide--08{
  --slide-bg:#FEFEFE!important;
  background:#FEFEFE!important;
  color:#231A08!important;
  box-shadow:none!important;
  border:1px solid #8A6A28!important;
}
#services .service-slide::before{
  display:none!important;
}
#services .service-slide::after{
  display:none!important;
}
#services .service-slide__content .h3{
  color:#231A08!important;
}
#services .service-slide__content p{
  color:#B8944D!important;
}
#services .services-carousel-copy>p{color:#231A08!important;}
#services .service-slide__index{
  color:rgba(35,26,8,.28)!important;
}
#services .service-slide__link{
  background:#231A08!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#services .service-slide__link .service-slide__arrow img{
  filter:brightness(0) invert(1)!important;
}
#services .service-slide:hover .service-slide__link,
#services .service-slide:focus-within .service-slide__link{
  background:#FEFEFE!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#services .service-slide__link:hover,
#services .service-slide__link:focus-visible{
  background:#D4B26A!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#services .service-slide:hover .service-slide__link .service-slide__arrow img,
#services .service-slide:focus-within .service-slide__link .service-slide__arrow img,
#services .service-slide__link:hover .service-slide__arrow img,
#services .service-slide__link:focus-visible .service-slide__arrow img{
  filter:brightness(0) invert(1)!important;
}
@media (max-width:767px){
  #services .services-carousel-copy p{
    width:auto!important;
    white-space:normal!important;
  }
}

/* --- block3-split-layout --- */
/* Third block only — split into two equal visual panels */
#calculator .calculator-frame--split{
  min-height:0; padding:0; overflow:visible; border-radius:0; background:transparent;
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:20px; align-items:stretch;
}
#calculator .calculator-panel{min-width:0; border-radius:30px; overflow:hidden;}
#calculator .calculator-panel--copy{
  position:relative; isolation:isolate; min-height:650px; padding:clamp(42px,5vw,72px);
  display:flex; align-items:center; color:#fff; background:#231A08;
}
#calculator .calculator-panel__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;}
#calculator .calculator-panel__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(35,26,8,.97),rgba(35,26,8,.83));}
#calculator .calculator-panel--copy .calculator-copy{max-width:560px;}
#calculator .calculator-panel--copy .calculator-copy .h2{margin:0;color:#fff;}
#calculator .calculator-panel--copy .calculator-copy p{max-width:520px;margin:30px 0 0;color:#fff;font-size:17px;line-height:1.55;}
#calculator .calculator-panel--calc{
  min-height:650px; height:100%; margin:0; padding:clamp(28px,3vw,38px);
  border-radius:30px; display:flex; flex-direction:column; justify-content:center;
  background:#231A08; color:#fff; box-shadow:none; border:1px solid rgba(255,255,255,.08);
}
#calculator .calculator-panel--calc .calc-card__topline,
#calculator .calculator-panel--calc .calc-step .h3,
#calculator .calculator-panel--calc .form-grid label,
#calculator .calculator-panel--calc .consent{color:#fff;}
#calculator .calculator-panel--calc .calc-progress{background:rgba(255,255,255,.14);}
#calculator .calculator-panel--calc .option-grid label span,
#calculator .calculator-panel--calc input,
#calculator .calculator-panel--calc select{background:#231A08;color:#fff;border-color:rgba(255,255,255,.12);}
#calculator .calculator-panel--calc .option-grid label:hover span{border-color:#D4B26A;}
#calculator .calculator-panel--calc input::placeholder{color:rgba(255,255,255,.55);}
#calculator .calculator-panel--calc .calc-actions{margin-top:auto;}
#calculator .calculator-v2__intro .h2 span{color:#D4B26A;}
@media(max-width:1100px){
  #calculator .calculator-frame--split{grid-template-columns:1fr;gap:18px;}
  #calculator .calculator-panel--copy,#calculator .calculator-panel--calc{min-height:auto;}
  #calculator .calculator-panel--copy{padding:44px 36px;}
  #calculator .calculator-panel--calc{max-width:none;}
}
@media(max-width:767px){
  #calculator .calculator-frame--split{gap:14px;}
  #calculator .calculator-panel{border-radius:24px;}
  #calculator .calculator-panel--copy{padding:32px 22px;}
  #calculator .calculator-panel--copy .calculator-copy p{font-size:16px;margin-top:20px;}
  #calculator .calculator-panel--calc{padding:22px;border-radius:24px;}
}

/* --- block7-heading-update --- */
/* Block 7 only */
.why-v2__head{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;}
.why-v2__head .h2{max-width:none!important;width:100%!important;text-align:center!important;}
.why-v2__head p{max-width:none!important;text-align:center!important;}
.why-v2__head .h2 span{color:#D4B26A!important;}
@media (min-width: 981px){.why-v2__head .h2{white-space:nowrap!important;}}

/* --- block9-responsibility-block2-style --- */
/* Block 9 only (#responsibility): background matches Block 2; title stays at top, all body text sits at the bottom. */
#responsibility .responsibility-v2__card{
  background:#FEFEFE!important;
  background-image:none!important;
  color:#231A08!important;
  border:1px solid #8A6A28!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
}
#responsibility .responsibility-v2__card::before,
#responsibility .responsibility-v2__card::after{display:none!important;}
#responsibility .responsibility-v2__card .h3{
  color:#231A08!important;
  flex:0 0 auto!important;
}
#responsibility .responsibility-v2__card .h3 + p{
  margin-top:auto!important;
}
#responsibility .responsibility-v2__card p{
  color:#B8944D!important;
}

/* --- block9-centered-heading-only --- */
/* Block 9 only: center section heading/subtitle; keep desktop heading on one line. */
#responsibility .responsibility-v2__intro{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  max-width:none!important;
}
#responsibility .responsibility-v2__intro .h2{
  text-align:center!important;
  max-width:none!important;
  white-space:nowrap!important;
}
#responsibility .responsibility-v2__intro p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:900px){
  #responsibility .responsibility-v2__intro .h2{white-space:normal!important;}
}

/* --- block15-reference-layout-v2 --- */
/* Block 15 only — split main information panel + three separate contact cards */
#contacts.final-cta--framed{background:#fff;padding:clamp(72px,7vw,112px) 0}
#contacts .final-cta__panel{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,2.08fr) minmax(280px,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
  overflow:visible!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#contacts .final-cta__panel:before,#contacts .final-cta__panel:after{display:none!important}
#contacts .final-cta__content{
  min-height:470px!important;
  padding:54px 56px 46px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  color:#fff!important;
  border-radius:24px!important;
  background:#231A08!important;
  overflow:hidden!important;
}
#contacts .final-cta__content>.h2{
  margin:0!important;
  max-width:690px!important;
  color:#fff!important;
}
#contacts .final-cta__content>p{
  margin:14px 0 0!important;
  max-width:690px!important;
  white-space:pre-line!important;
  color:#D4B26A!important;
}
#contacts .final-cta__actions{
  margin:auto 0 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  width:auto!important;
}
/* First CTA = exact split-button language used on the hero */
#contacts .final-cta__primary.split-ref-button{
  width:310px!important;
  max-width:100%!important;
  height:56px!important;
  min-height:56px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  display:inline-flex!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:5px!important;
  overflow:visible!important;
  font-family:"Manrope",Arial,sans-serif!important;
  font-size:17px!important;
  font-weight:400!important;
  transition:gap .28s var(--ease)!important;
}
#contacts .final-cta__primary .split-ref-button__label{
  flex:1 1 auto!important;
  min-width:0!important;
  height:56px!important;
  padding:0 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:8px!important;
  background:#D4B26A!important;
  color:#fff!important;
  white-space:nowrap!important;
  transition:border-radius .28s var(--ease)!important;
}
#contacts .final-cta__primary .split-ref-button__arrow{
  flex:0 0 56px!important;
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#D4B26A!important;
  transition:border-radius .28s var(--ease),transform .28s var(--ease)!important;
}
#contacts .final-cta__primary .split-ref-button__arrow img{width:22px!important;height:22px!important;display:block!important;object-fit:contain!important}
#contacts .final-cta__primary:hover{gap:0!important;background:transparent!important}
#contacts .final-cta__primary:hover .split-ref-button__label{border-radius:8px 0 0 8px!important}
#contacts .final-cta__primary:hover .split-ref-button__arrow{border-radius:0 8px 8px 0!important;transform:translateX(-1px)!important}
/* Second CTA = same ghost button as on the hero */
#contacts .final-cta__messenger-menu{position:relative!important;width:auto!important;max-width:none!important;margin:0!important}
#contacts .final-cta__messenger-menu>summary.button{
  width:auto!important;
  min-width:270px!important;
  height:56px!important;
  min-height:56px!important;
  padding:0 24px!important;
  border-radius:8px!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.55)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  font-weight:400!important;
}
#contacts .final-cta__messenger-menu>summary.button:hover{background:#D4B26A!important;border-color:#D4B26A!important;color:#231A08!important}
/* Three separate right-side information rectangles */
#contacts .final-cta__contacts{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  align-self:stretch!important;
  justify-self:stretch!important;
}
#contacts .final-cta__contacts>a,#contacts .final-cta__contacts>div{
  min-height:0!important;
  padding:24px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:0!important;
  border-radius:18px!important;
  background:#231A08!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#fff!important;
}
#contacts .final-cta__contacts span{margin-bottom:8px!important;color:#D4B26A!important;font-size:12px!important}
#contacts .final-cta__contacts strong{color:#fff!important;font-size:16px!important;line-height:1.35!important}
@media(max-width:980px){
  #contacts .final-cta__panel{grid-template-columns:1fr!important}
  #contacts .final-cta__content{min-height:430px!important;padding:42px 34px!important}
  #contacts .final-cta__contacts{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:1fr!important}
  #contacts .final-cta__contacts>a,#contacts .final-cta__contacts>div{min-height:120px!important}
}
@media(max-width:760px){
  #contacts .final-cta__content{min-height:0!important;padding:30px 22px!important}
  #contacts .final-cta__actions{margin-top:30px!important;display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  #contacts .final-cta__primary.split-ref-button,#contacts .final-cta__messenger-menu,#contacts .final-cta__messenger-menu>summary.button{width:100%!important;min-width:0!important}
  #contacts .final-cta__contacts{grid-template-columns:1fr!important;grid-template-rows:none!important}
  #contacts .final-cta__contacts>a,#contacts .final-cta__contacts>div{min-height:104px!important}
}

/* Block 15 refinement: keep CTAs locked to the left and make the three right cards exactly span the left card height */
#contacts .final-cta__actions{
  align-self:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
  justify-content:flex-start!important;
}
#contacts .final-cta__contacts{
  height:470px!important;
  min-height:470px!important;
}
#contacts .final-cta__contacts>a,#contacts .final-cta__contacts>div{
  height:100%!important;
}
@media(max-width:980px){
  #contacts .final-cta__contacts{height:auto!important;min-height:0!important;}
  #contacts .final-cta__contacts>a,#contacts .final-cta__contacts>div{height:auto!important;}
}

/* --- steps-hover-descriptions-20260817 --- */
/* Only blocks 8 and 13: fixed-height step cards; descriptions appear on hover without shifting layout. */
#process.process-v2 .process-v2__pill{
  height:160px!important;
  min-height:160px!important;
  box-sizing:border-box;
}
#workflow.workflow-v2 .workflow-v2__card{
  height:170px!important;
  min-height:170px!important;
  box-sizing:border-box;
}
#process.process-v2 .process-v2__pill > p,
#workflow.workflow-v2 .workflow-v2__card > p{
  opacity:0!important;
  visibility:hidden;
  transform:translateY(6px);
  transition:opacity .28s ease, transform .28s ease, visibility 0s linear .28s;
}
#process.process-v2 .process-v2__pill:hover > p,
#process.process-v2 .process-v2__pill:focus-within > p,
#workflow.workflow-v2 .workflow-v2__card:hover > p,
#workflow.workflow-v2 .workflow-v2__card:focus-within > p{
  opacity:.78!important;
  visibility:visible;
  transform:translateY(0);
  transition:opacity .28s ease, transform .28s ease, visibility 0s;
}
@media (max-width:980px){
  #process.process-v2 .process-v2__pill,
  #workflow.workflow-v2 .workflow-v2__card{
    height:160px!important;
    min-height:160px!important;
  }
}
@media (hover:none){
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > p{
    opacity:.78!important;
    visibility:visible;
    transform:none;
  }
}

/* --- steps-hover-centered-fixed-20260817 --- */
/* Only blocks 8 and 13: reserve full description space, center index/title initially, reveal all content on hover. */
#process.process-v2 .process-v2__pill,
#workflow.workflow-v2 .workflow-v2__card{
  position:relative!important;
  height:190px!important;
  min-height:190px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  overflow:hidden!important;
  transition:background-color .28s ease!important;
}
#process.process-v2 .process-v2__pill > .process-v2__index,
#process.process-v2 .process-v2__pill > .h3,
#workflow.workflow-v2 .workflow-v2__card > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card > .h3{
  transform:translateY(0)!important;
  transition:transform .28s ease!important;
}
#process.process-v2 .process-v2__pill > p,
#workflow.workflow-v2 .workflow-v2__card > p{
  position:absolute!important;
  left:var(--card-pad, 22px)!important;
  right:var(--card-pad, 22px)!important;
  bottom:22px!important;
  margin:0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(8px)!important;
  transition:opacity .28s ease, transform .28s ease, visibility 0s linear .28s!important;
}
#process.process-v2 .process-v2__pill:hover,
#process.process-v2 .process-v2__pill:focus-within,
#workflow.workflow-v2 .workflow-v2__card:hover,
#workflow.workflow-v2 .workflow-v2__card:focus-within{
  justify-content:flex-start!important;
}
#process.process-v2 .process-v2__pill:hover > .process-v2__index,
#process.process-v2 .process-v2__pill:hover > .h3,
#process.process-v2 .process-v2__pill:focus-within > .process-v2__index,
#process.process-v2 .process-v2__pill:focus-within > .h3,
#workflow.workflow-v2 .workflow-v2__card:hover > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card:hover > .h3,
#workflow.workflow-v2 .workflow-v2__card:focus-within > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card:focus-within > .h3{
  transform:translateY(0)!important;
}
#process.process-v2 .process-v2__pill:hover > p,
#process.process-v2 .process-v2__pill:focus-within > p,
#workflow.workflow-v2 .workflow-v2__card:hover > p,
#workflow.workflow-v2 .workflow-v2__card:focus-within > p{
  opacity:.78!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  transition:opacity .28s ease, transform .28s ease, visibility 0s!important;
}
@media (max-width:980px){
  #process.process-v2 .process-v2__pill,
  #workflow.workflow-v2 .workflow-v2__card{height:190px!important;min-height:190px!important;}
}
@media (hover:none){
  #process.process-v2 .process-v2__pill,
  #workflow.workflow-v2 .workflow-v2__card{justify-content:flex-start!important;}
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > p{opacity:.78!important;visibility:visible!important;transform:none!important;}
}

/* --- steps-number-compact-workflow-room-20260817 --- */
/* Only blocks 8 and 13: compact number badges; a little more room in block 13 hover cards. */
#process.process-v2 .process-v2__index,
#workflow.workflow-v2 .workflow-v2__index{
  align-self:center!important;
  width:max-content!important;
  min-width:28px!important;
  height:24px!important;
  padding:0 8px!important;
  box-sizing:border-box!important;
  flex:0 0 auto!important;
}
#workflow.workflow-v2 .workflow-v2__card{
  height:230px!important;
  min-height:230px!important;
}
#workflow.workflow-v2 .workflow-v2__timeline{
  min-height:510px!important;
}
@media (max-width:1100px){
  #workflow.workflow-v2 .workflow-v2__timeline{min-height:0!important;}
  #workflow.workflow-v2 .workflow-v2__card{height:220px!important;min-height:220px!important;}
}
@media (max-width:767px){
  #workflow.workflow-v2 .workflow-v2__card{height:210px!important;min-height:210px!important;}
}

/* --- steps-hover-slide-up-20260817 --- */
/* Only blocks 8 and 13: title and description slide upward smoothly on hover without changing card geometry. */
#process.process-v2 .process-v2__pill,
#workflow.workflow-v2 .workflow-v2__card{
  justify-content:center!important;
}
#process.process-v2 .process-v2__pill > .process-v2__index,
#process.process-v2 .process-v2__pill > .h3,
#workflow.workflow-v2 .workflow-v2__card > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card > .h3{
  transition:transform .52s cubic-bezier(.22,.61,.36,1)!important;
  will-change:transform;
}
#process.process-v2 .process-v2__pill > p,
#workflow.workflow-v2 .workflow-v2__card > p{
  transform:translateY(24px)!important;
  transition:
    opacity .48s cubic-bezier(.22,.61,.36,1),
    transform .52s cubic-bezier(.22,.61,.36,1),
    visibility 0s linear .52s!important;
}
#process.process-v2 .process-v2__pill:hover,
#process.process-v2 .process-v2__pill:focus-within,
#workflow.workflow-v2 .workflow-v2__card:hover,
#workflow.workflow-v2 .workflow-v2__card:focus-within{
  justify-content:center!important;
}
#process.process-v2 .process-v2__pill:hover > .process-v2__index,
#process.process-v2 .process-v2__pill:focus-within > .process-v2__index,
#process.process-v2 .process-v2__pill:hover > .h3,
#process.process-v2 .process-v2__pill:focus-within > .h3,
#workflow.workflow-v2 .workflow-v2__card:hover > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card:focus-within > .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__card:hover > .h3,
#workflow.workflow-v2 .workflow-v2__card:focus-within > .h3{
  transform:translateY(-34px)!important;
}
#process.process-v2 .process-v2__pill:hover > p,
#process.process-v2 .process-v2__pill:focus-within > p,
#workflow.workflow-v2 .workflow-v2__card:hover > p,
#workflow.workflow-v2 .workflow-v2__card:focus-within > p{
  opacity:.78!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  transition:
    opacity .48s cubic-bezier(.22,.61,.36,1),
    transform .52s cubic-bezier(.22,.61,.36,1),
    visibility 0s!important;
}
@media (prefers-reduced-motion:reduce){
  #process.process-v2 .process-v2__pill > .process-v2__index,
  #process.process-v2 .process-v2__pill > .h3,
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > .workflow-v2__index,
  #workflow.workflow-v2 .workflow-v2__card > .h3,
  #workflow.workflow-v2 .workflow-v2__card > p{transition:none!important;}
}

/* --- block2-card-palette-update --- */
#services .service-slide{background:#FEFEFE!important;border:1px solid #8A6A28!important;}

/* --- block11-block16-deep-blue-gradient --- */
/* Blocks 11 and 16 only: static diagonal gradient treatment. */
#team .team-profile-card__content,
#contacts .final-cta__content,
#contacts .final-cta__contacts>a,
#contacts .final-cta__contacts>div{
  background-image:linear-gradient(135deg,#051C2C 0%,#021836 100%)!important;
  background-color:#051C2C!important;
  background-size:100% 100%!important;
  background-position:0 0!important;
  transition:none!important;
}

#contacts .final-cta__content>.h2 span{
  color:#D4B26A!important;
}

/* --- block2-f7-scroll-reveal-update --- */
/* Block 2 only: neutral card background + smooth staggered reveal on scroll */
#services .service-slide,
#services .service-slide--01,
#services .service-slide--02,
#services .service-slide--03,
#services .service-slide--04,
#services .service-slide--05,
#services .service-slide--06,
#services .service-slide--07,
#services .service-slide--08{
  --slide-bg:#FEFEFE!important;
  background:#FEFEFE!important;
  opacity:0;
  transform:translateY(24px) scale(.985);
  transition:opacity .72s cubic-bezier(.22,.61,.36,1), transform .72s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
#services.is-cards-visible .service-slide{opacity:1;transform:translateY(0) scale(1);}
#services.is-cards-visible .service-slide:nth-child(1){transition-delay:.04s;}
#services.is-cards-visible .service-slide:nth-child(2){transition-delay:.10s;}
#services.is-cards-visible .service-slide:nth-child(3){transition-delay:.16s;}
#services.is-cards-visible .service-slide:nth-child(4){transition-delay:.22s;}
#services.is-cards-visible .service-slide:nth-child(5){transition-delay:.28s;}
#services.is-cards-visible .service-slide:nth-child(6){transition-delay:.34s;}
#services.is-cards-visible .service-slide:nth-child(7){transition-delay:.40s;}
#services.is-cards-visible .service-slide:nth-child(8){transition-delay:.46s;}
@media (prefers-reduced-motion: reduce){
  #services .service-slide{opacity:1!important;transform:none!important;transition:none!important;}
}

/* --- block5-text-color-only --- */
/* Block 5 only: card text color. */
#scope-services .scope-card,
#scope-services .scope-card .h3,
#scope-services .scope-card ul,
#scope-services .scope-card li,
#scope-services .scope-card p,
#scope-services .scope-card span{
  color:#231A08!important;
}

/* --- block5-reference-images-only-v2 --- */
/* Block 5 only. Existing card dimensions/content remain unchanged; only reference images and requested title accents are added. */
#scope-services .scope-accent{color:#D4B26A!important;}
#scope-services .scope-card{position:relative!important;overflow:hidden!important;}
#scope-services .scope-card__top,#scope-services .scope-card>ul{position:relative!important;z-index:2!important;width:60%!important;}
#scope-services .scope-card__image{position:absolute!important;z-index:1!important;right:18px!important;bottom:14px!important;width:34%!important;height:68%!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;pointer-events:none!important;}
#scope-services .scope-card__image img{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;}
@media(max-width:760px){#scope-services .scope-card__top,#scope-services .scope-card>ul{width:64%!important;}#scope-services .scope-card__image{right:10px!important;bottom:10px!important;width:32%!important;height:58%!important;}}

/* --- mobile-text-containment-fix-20260818 --- */
/* Mobile only: keep text inside its own cards/blocks without changing desktop layout. */
@media (max-width:767px){
  main section *, footer *, .modal__panel *{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }
  main section :is(h1,h2,h3,h4,h5,h6,p,li,a,span,label,button),
  footer :is(h1,h2,h3,h4,h5,h6,p,li,a,span,label,button),
  .modal__panel :is(h1,h2,h3,h4,h5,h6,p,li,a,span,label,button){
    overflow-wrap:anywhere;
    word-break:normal;
  }
  /* Rules that intentionally force one-line desktop headings must not overflow on phones. */
  #scope-services .scope-card .h3,
  .why-v2__head .h2,
  #process .h2, #workflow .h2,
  #responsibility .h2{
    white-space:normal!important;
  }
  /* Controls may wrap their labels rather than extend beyond their container. */
  .button, .split-ref-button, .final-cta__actions .button,
  .final-cta__messenger-options a{
    white-space:normal!important;
    height:auto;
    min-height:48px;
    line-height:1.2;
    text-align:center;
  }
  /* Long card copy stays clipped by neither fixed widths nor horizontal overflow. */
  .scope-card__top, .scope-card>ul, .process-v2__pill, .workflow-v2__card,
  .responsibility-card, .team-card, .testimonial-card{
    min-width:0!important;
  }
}

/* --- unnamed --- */
/* Block 3 only: selected calculator option */
#calculator .calculator-panel--calc .option-grid input:checked + span{
  background:#D4B26A!important;
  border-color:#D4B26A!important;
  color:#231A08!important;
}

/* --- block5-reference-layout-only --- */
/* Block 5 only: arrange the four existing cards as a compact 2×2 reference grid. */
#scope-services .scope-grid.scope-grid--approved{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
#scope-services .scope-card{
  width:100%!important;
  min-width:0!important;
  min-height:190px!important;
  height:auto!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
}
@media (max-width:760px){
  #scope-services .scope-grid.scope-grid--approved{grid-template-columns:1fr!important;}
}

/* --- block5-centered-title-singleline-f7-only --- */
/* Block 5 only: centered section title, single-line card titles, Block 2 card background. */
#scope-services .scope-services__intro{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#scope-services .scope-services__intro .h2{
  text-align:center!important;
}
#scope-services .scope-card{
  background:#D4B26A!important;
}
#scope-services .scope-card .h3{
  white-space:nowrap!important;
}
#scope-services .scope-card .h3 br{
  display:none!important;
}
#scope-services .scope-card .scope-card__title--two span{
  display:inline!important;
}
#scope-services .scope-card .scope-card__title--two span + span::before{
  content:" "!important;
}
@media (max-width:760px){
  #scope-services .scope-card .h3{white-space:normal!important;}
}

/* Block 13: two-row notes */
.workflow-v2__notes-line > p{margin:0;}
.workflow-v2__notes-line > p + p{margin-top:8px;}

/* --- block8-13-card-title-center-section12-13-heading-center-20260817 --- */
/* Requested update only: card titles in blocks 8/13 + section headings in blocks 12/13. */
#process.process-v2 .process-v2__pill > .h3,
#workflow.workflow-v2 .workflow-v2__card > .h3{
  width:100%!important;
  text-align:center!important;
  align-self:center!important;
}
#reviews.testimonials-v2 .testimonials-v2__intro,
#workflow.workflow-v2 .workflow-v2__intro{
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  align-items:center!important;
}
#reviews.testimonials-v2 .testimonials-v2__intro .h2,
#workflow.workflow-v2 .workflow-v2__intro .h2{
  width:100%!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* --- block13-heading-exact-center-20260817 --- */
/* Requested update only: exact horizontal centering of block 13 heading. */
#workflow.workflow-v2 .workflow-v2__intro{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  margin-inline:0!important;
  padding-inline:0!important;
  text-align:center!important;
}
#workflow.workflow-v2 .workflow-v2__intro .h2{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
  transform:none!important;
}

/* --- steps-hover-smooth-text-20260817 --- */
/* Only blocks 8 and 13: smoother description fade in/out on step-card hover. */
#process.process-v2 .process-v2__pill > p,
#workflow.workflow-v2 .workflow-v2__card > p{
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  transition:
    opacity .46s cubic-bezier(.22,.61,.36,1),
    transform .46s cubic-bezier(.22,.61,.36,1),
    visibility 0s linear .46s!important;
  will-change:opacity,transform;
}
#process.process-v2 .process-v2__pill:hover > p,
#process.process-v2 .process-v2__pill:focus-within > p,
#workflow.workflow-v2 .workflow-v2__card:hover > p,
#workflow.workflow-v2 .workflow-v2__card:focus-within > p{
  opacity:.78!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  transition:
    opacity .46s cubic-bezier(.22,.61,.36,1),
    transform .46s cubic-bezier(.22,.61,.36,1),
    visibility 0s!important;
}
@media (prefers-reduced-motion:reduce){
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > p{
    transition:none!important;
    transform:none!important;
  }
}
@media (hover:none){
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > p{
    opacity:.78!important;
    visibility:visible!important;
    transform:none!important;
  }
}

/* --- mobile-header-overlap-fix-20260818 --- */
/* Mobile only: keep fixed header from covering hero content or modal dialogs. */
@media (max-width:1023px){
  .mobile-header{z-index:120!important;}
  .mobile-menu{z-index:121!important;}
  .hero{padding-top:100px!important;}
  .modal{z-index:1000!important;padding-top:92px!important;padding-bottom:20px!important;align-items:center!important;}
  .modal__panel{max-height:calc(100svh - 112px)!important;}
}

/* --- mobile-hero-button-modal-title-fix --- */
@media (max-width:700px){
  /* Only the primary CTA on the hero: keep its label inside the button. */
  .hero .hero-copy .split-ref-button__label{
    font-size:12px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    padding-left:12px!important;
    padding-right:8px!important;
  }
  .hero .hero-copy .split-ref-button__arrow{
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
  }

  /* Modal heading/close control: reserve space so they never overlap. */
  .modal__panel{
    padding:26px 20px 24px!important;
    padding-top:70px!important;
  }
  .modal__panel > .h2{
    font-size:30px!important;
    line-height:1.02!important;
    letter-spacing:-.02em!important;
    max-width:100%!important;
    margin:0 0 12px!important;
  }
  .modal__close{
    top:14px!important;
    right:14px!important;
    width:44px!important;
    height:44px!important;
    z-index:10!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
}
@media (max-width:390px){
  .hero .hero-copy .split-ref-button__label{font-size:11px!important;}
  .modal__panel > .h2{font-size:27px!important;}
}

/* --- mobile-text-containment-and-modal-layer-fix-20260818 --- */
/* Mobile only: allow every text-bearing control and container to wrap safely. */
@media (max-width:767px){
  main section *, footer *, .modal__panel *{
    min-width:0!important;
    max-width:100%;
    box-sizing:border-box;
  }
  main section :is(h1,h2,h3,h4,h5,h6,p,li,span,label,a,button),
  footer :is(h1,h2,h3,h4,h5,h6,p,li,span,label,a,button),
  .modal__panel :is(h1,h2,h3,h4,h5,h6,p,li,span,label,a,button){
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    white-space:normal!important;
  }

  /* Main hero CTA: keep the label inside the split button on narrow phones. */
  .hero .hero-copy .split-ref-button__label{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    height:100%!important;
    padding-left:10px!important;
    padding-right:8px!important;
    font-size:clamp(10px,3.2vw,12px)!important;
    line-height:1.15!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    text-align:center!important;
  }
  .hero .hero-copy .split-ref-button{
    display:flex!important;
    align-items:stretch!important;
    width:100%!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    gap:0!important;
    overflow:hidden!important;
    border-radius:8px!important;
  }
  .hero .hero-copy .split-ref-button__label{
    height:56px!important;
    min-height:56px!important;
    border-radius:8px 0 0 8px!important;
  }
  .hero .hero-copy .split-ref-button__arrow{
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    height:56px!important;
    border-radius:0 8px 8px 0!important;
  }

  .button,
  .split-ref-button,
  .service-slide__link,
  .solution-gallery-card__action,
  .pricing-v2-card__button,
  .process-v2__cta,
  .final-cta__actions .button,
  .final-cta__messenger-options a{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    min-width:0!important;
    max-width:100%!important;
    line-height:1.2!important;
  }
  #scope-services .scope-card .h3,
  #scope-services .scope-card .scope-card__title--two span,
  .pricing-v2-card__tier,
  .pricing-v2-card__price,
  .testimonials-v2__stars{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  /* Modal: reserve a dedicated top zone for the close control. */
  .modal{
    z-index:1000!important;
    padding:12px!important;
    align-items:center!important;
  }
  .modal__panel{
    width:min(560px,100%)!important;
    max-height:calc(100svh - 24px)!important;
    padding:76px 18px 22px!important;
    overflow:auto!important;
  }
  .modal__panel > .h2{
    max-width:100%!important;
    margin:0 0 12px!important;
    font-size:clamp(22px,7vw,28px)!important;
    line-height:1.1!important;
    letter-spacing:-.015em!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .modal__close{
    top:12px!important;
    right:12px!important;
    width:44px!important;
    height:44px!important;
    z-index:20!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
}

/* Desktop only: keep every modal above the header stacking context. */
@media (min-width:1024px){
  .modal{z-index:2147483647!important;}
}

/* --- modal-top-layer-and-backdrop-blur-20260818 --- */
/* Keep both mobile and desktop modals above the sticky header stacking layer. */
.modal{
  z-index:2147483647!important;
  isolation:isolate!important;
}
.modal__backdrop{
  z-index:0!important;
  background:rgba(2,8,15,.58)!important;
  backdrop-filter:blur(16px) saturate(.86)!important;
  -webkit-backdrop-filter:blur(16px) saturate(.86)!important;
}
.modal__panel{
  z-index:1!important;
}

/* --- mobile-steps-static-readable-20260818 --- */
/* Mobile only: keep the five-step cards static and show all text without clipping. */
@media (max-width:767px){
  #process.process-v2 .process-v2__pill,
  #workflow.workflow-v2 .workflow-v2__card{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:18px 16px!important;
    overflow:visible!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }
  #process.process-v2 .process-v2__pill:hover,
  #process.process-v2 .process-v2__pill:focus-within,
  #workflow.workflow-v2 .workflow-v2__card:hover,
  #workflow.workflow-v2 .workflow-v2__card:focus-within{
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }
  #process.process-v2 .process-v2__pill > .process-v2__index,
  #process.process-v2 .process-v2__pill > .h3,
  #workflow.workflow-v2 .workflow-v2__card > .workflow-v2__index,
  #workflow.workflow-v2 .workflow-v2__card > .h3{
    position:static!important;
    transform:none!important;
    margin:0 0 9px!important;
    transition:none!important;
    animation:none!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  #process.process-v2 .process-v2__pill > p,
  #workflow.workflow-v2 .workflow-v2__card > p{
    position:static!important;
    display:block!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    overflow:visible!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    transition:none!important;
    animation:none!important;
  }
}

/* --- block2-card-palette-final --- */
#services .service-slide{background:#FEFEFE!important;border:1px solid #8A6A28!important;}
#responsibility .responsibility-v2__card{background:#FEFEFE!important;background-image:none!important;border:1px solid #8A6A28!important;color:#231A08!important;box-shadow:none!important;}
#responsibility .responsibility-v2__card::before,#responsibility .responsibility-v2__card::after{display:none!important;}
#responsibility .responsibility-v2__card .h3{color:#231A08!important;}
#responsibility .responsibility-v2__card p{color:#B8944D!important;}
section .section-intro p,
section [class*="__intro"]>p,
#services .services-carousel-copy>p,
#calculator .calculator-copy>p,
#scope-services .scope-services__intro>p,
#pricing .pricing-v2__intro>p,
#responsibility .responsibility-v2__intro>p,
#cases .cases-v2__intro>p,
#reviews .testimonials-v2__intro>p,
#process .process-v2__intro p,
#workflow .workflow-v2__intro p,
#why .why-v2__head>p,
.faq-section .faq-section__intro>p{color:#231A08!important;}
#services .service-slide:hover .service-slide__link,
#services .service-slide:focus-within .service-slide__link,
#services .service-slide__link:hover,
#services .service-slide__link:focus-visible{background:#8A6A28!important;color:#fff!important;}

/* Block 2: fixed three-column card grid, equal compact cards. */
@media (min-width:768px){
  #services .services-carousel__viewport{overflow:visible!important;border-radius:0!important;}
  #services .services-carousel__track{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(3,220px)!important;
    grid-auto-rows:220px!important;
    gap:14px!important;
    width:100%!important;
    transform:none!important;
    transition:none!important;
  }
  #services .service-slide{
    grid-column:auto!important;
    grid-row:auto!important;
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    height:220px!important;
    padding:22px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  #services .service-slide__content{max-width:100%!important;min-width:0!important;}
  #services .service-slide__content .h3{
    max-width:calc(100% - 30px)!important;
    font-size:clamp(18px,1.45vw,24px)!important;
    line-height:1.12!important;
    overflow-wrap:anywhere!important;
  }
  #services .service-slide__content p{
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.4!important;
    overflow-wrap:anywhere!important;
  }
  #services .service-slide__link{
    max-width:100%!important;
    min-height:36px!important;
    padding:0 12px!important;
    font-size:12px!important;
    white-space:normal!important;
  }
  #services .services-carousel__controls{display:none!important;}
}
@media (max-width:767px){
  #services .services-carousel__track{grid-template-columns:1fr!important;grid-template-rows:none!important;grid-auto-rows:auto!important;}
  #services .service-slide{height:auto!important;min-height:270px!important;}
}

/* Block 2: place heading/subtitle in the first two grid cells, then cards in order. */
@media (min-width:768px){
  #services .services-carousel-layout{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
  #services .services-carousel-copy,
  #services .services-carousel,
  #services .services-carousel__viewport,
  #services .services-carousel__track{display:contents!important;}
  #services .services-carousel-copy>div{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    grid-column:1 / span 2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    text-align:left!important;
    padding:0 4px!important;
  }
  #services .services-carousel-copy .services-title-two-lines{
    width:100%!important;
    max-width:100%!important;
    text-align:left!important;
    margin:0!important;
    font-size:clamp(38px,3.35vw,58px)!important;
    line-height:.98!important;
  }
  #services .services-carousel-copy p{
    width:100%!important;
    max-width:100%!important;
    margin:22px 0 0!important;
    text-align:left!important;
    white-space:normal!important;
    font-size:clamp(16px,1.35vw,20px)!important;
    line-height:1.35!important;
    font-weight:600!important;
  }
  #services .service-slide{
    grid-column:auto!important;
    grid-row:auto!important;
    height:220px!important;
    min-height:0!important;
  }
}

/* Blocks 8 and 13: match cards 1 and 3 text to the dark text used in card 5. */
#process.process-v2 .process-v2__step:nth-of-type(1) .process-v2__pill,
#process.process-v2 .process-v2__step:nth-of-type(3) .process-v2__pill,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(1) .workflow-v2__card,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(3) .workflow-v2__card{
  color:#231A08!important;
}
#process.process-v2 .process-v2__step:nth-of-type(1) .process-v2__index,
#process.process-v2 .process-v2__step:nth-of-type(3) .process-v2__index,
#process.process-v2 .process-v2__step:nth-of-type(1) .process-v2__pill .h3,
#process.process-v2 .process-v2__step:nth-of-type(3) .process-v2__pill .h3,
#process.process-v2 .process-v2__step:nth-of-type(1) .process-v2__pill p,
#process.process-v2 .process-v2__step:nth-of-type(3) .process-v2__pill p,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(1) .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(3) .workflow-v2__index,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(1) .workflow-v2__card .h3,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(3) .workflow-v2__card .h3,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(1) .workflow-v2__card p,
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(3) .workflow-v2__card p{
  color:#231A08!important;
}

/* Requested subtitle and card-number colors. */
#process.process-v2 .process-v2__intro p,
#contacts.final-cta .final-cta__content>p,
.final-cta.final-cta--framed .final-cta__content>p{
  color:#fff!important;
  opacity:1!important;
}
#workflow.workflow-v2 .workflow-v2__step:nth-of-type(5) .workflow-v2__index{
  color:#231A08!important;
  border-color:#231A08!important;
}

/* Footer bottom row: copyright and policy on the left, agency credit on the right. */
.footer .footer-bottom{
  align-items:center!important;
  gap:20px!important;
}
.footer .footer-bottom__left{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  min-width:0!important;
}
.footer .footer-bottom__left a,
.footer .footer-bottom__credit{
  color:#231A08!important;
}
.footer .footer-bottom__credit{
  text-align:right!important;
  white-space:nowrap!important;
}
.footer .footer-bottom__credit span{font-weight:700!important;}
@media(max-width:767px){
  .footer .footer-bottom{align-items:flex-start!important;}
  .footer .footer-bottom__left{flex-direction:column!important;align-items:flex-start!important;gap:6px!important;}
  .footer .footer-bottom__credit{text-align:left!important;white-space:normal!important;}
}

/* Block 2: dark description text in service cards. */
#services .service-slide__content p{
  color:#231A08!important;
}

/* Header CTA only. */
.hero-desktop-header .hero-header-cta{
  color:#231A08!important;
  transition:background-color .2s ease,color .2s ease!important;
}
.hero-desktop-header .hero-header-cta:hover,
.hero-desktop-header .hero-header-cta:focus-visible{
  background:#8A6A28!important;
  color:#fff!important;
}

/* Block 5: white list bullets. */
#scope-services .scope-card li::marker{
  color:#fff!important;
}

/* Block 7 card palette. */
#about .why-v2-card--01{background:#231A08!important;color:#fff!important;}
#about .why-v2-card--02{background:#8A6A28!important;color:#fff!important;}
#about .why-v2-card--03{background:#B8944D!important;color:#231A08!important;}
#about .why-v2-card--04{background:#D4B26A!important;color:#231A08!important;}
#about .why-v2-card--01 .h3,#about .why-v2-card--01 p,
#about .why-v2-card--02 .h3,#about .why-v2-card--02 p,
#about .why-v2-card--03 .h3,#about .why-v2-card--03 p,
#about .why-v2-card--04 .h3,#about .why-v2-card--04 p{
  color:inherit!important;
}
#about .why-v2__head>p{
  color:#231A08!important;
}
#workflow.workflow-v2 .workflow-v2__intro>div>p{
  color:#fff!important;
  opacity:1!important;
}

/* Hero only: use the supplied image as a full-bleed screen background. */
main#top > section.hero{
  background-image:linear-gradient(90deg,rgba(35,26,8,.62) 0%,rgba(35,26,8,.34) 54%,rgba(35,26,8,.16) 100%),url("../img/hero-fullscreen-bg.png")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
@media (min-width:1024px){
  main#top > section.hero{
    min-height:100svh!important;
    height:100svh!important;
    padding:0!important;
    overflow:hidden!important;
  }
  main#top > section.hero .hero-shell{
    width:100%!important;
    max-width:none!important;
    min-height:100svh!important;
    height:100svh!important;
    padding:72px max(32px,calc((100vw - 1440px)/2)) 44px!important;
    border-radius:0!important;
    background:transparent!important;
  }
}
@media (max-width:1023px){
  main#top > section.hero{
    min-height:100svh!important;
    padding:0!important;
  }
  main#top > section.hero .hero-shell{
    width:100%!important;
    min-height:100svh!important;
    padding:46px 24px 28px!important;
    border-radius:0!important;
    background:transparent!important;
  }
}

/* Final visibility override for hero information panels. */
main#top > section.hero .hero-bottom-cards{
  display:grid!important;visibility:visible!important;opacity:1!important;
  position:relative!important;z-index:20!important;
  width:min(calc(100% - 2*var(--pad)),var(--container))!important;
  margin:18px auto 0!important;padding:0!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;
}
main#top > section.hero .hero-bottom-card{
  display:flex!important;visibility:visible!important;opacity:1!important;
  position:relative!important;z-index:21!important;
  min-height:170px!important;height:170px!important;padding:24px!important;
  border-radius:22px!important;background:#231A08!important;color:#fff!important;
  align-items:center!important;justify-content:center!important;
  flex-direction:column!important;text-align:center!important;
}
main#top > section.hero .hero-bottom-card__icon{
  display:block!important;visibility:visible!important;opacity:1!important;
  width:70px!important;height:70px!important;object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
main#top > section.hero .hero-bottom-card__title{
  display:block!important;visibility:visible!important;opacity:1!important;
  color:#fff!important;font-size:18px!important;line-height:1.25!important;font-weight:700!important;
}
@media (min-width:1024px){
  main#top > section.hero{height:auto!important;min-height:100svh!important;overflow:visible!important;padding-bottom:30px!important;}
  main#top > section.hero .hero-shell{height:auto!important;min-height:calc(100svh - 205px)!important;}
}
@media (max-width:767px){
  main#top > section.hero .hero-bottom-cards{width:calc(100% - 32px)!important;grid-template-columns:1fr!important;gap:12px!important;}
  main#top > section.hero .hero-bottom-card{min-height:128px!important;height:128px!important;padding:18px!important;flex-direction:row!important;justify-content:flex-start!important;text-align:left!important;}
  main#top > section.hero .hero-bottom-card__icon{width:58px!important;height:58px!important;flex:0 0 58px!important;margin-right:14px!important;}
  main#top > section.hero .hero-bottom-card__title{text-align:left!important;font-size:16px!important;}
}

/* --- hero-layered-parallax-v2 --- */
/* First screen only: layered sky and buildings. */
main#top > section.hero{
  --hero-pointer-x:0;
  --hero-pointer-y:0;
  position:relative!important;
  isolation:isolate!important;
  background:none!important;
}
main#top > section.hero .hero-parallax-layers{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
  background:#231A08 url("../img/hero-parallax-sky.png") center/cover no-repeat!important;
}
main#top > section.hero .hero-parallax-layer,
main#top > section.hero .hero-parallax-shade{
  position:absolute!important;
  inset:-3%!important;
  width:106%!important;
  height:106%!important;
}
main#top > section.hero .hero-parallax-layer{
  display:block!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
}
main#top > section.hero .hero-parallax-layer--sky{
  z-index:1!important;
  transform:translate3d(calc(var(--hero-pointer-x) * -4px),calc(var(--hero-pointer-y) * -3px),0) scale(1.035)!important;
  transition:transform 850ms cubic-bezier(.2,.7,.2,1)!important;
}
main#top > section.hero .hero-parallax-layer--distant{
  z-index:2!important;
  transform-origin:72% 100%!important;
  transform:translate3d(calc(var(--hero-pointer-x) * 5px),calc(var(--hero-pointer-y) * 3px),0) scale(1.01)!important;
  transition:transform 850ms cubic-bezier(.2,.7,.2,1)!important;
}
main#top > section.hero .hero-parallax-layer--main{
  z-index:3!important;
  transform-origin:100% 100%!important;
  transform:translate3d(calc(var(--hero-pointer-x) * 14px),calc(var(--hero-pointer-y) * 8px),0) scale(1.015)!important;
  transition:transform 850ms cubic-bezier(.2,.7,.2,1)!important;
}
main#top > section.hero .hero-parallax-shade{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:4!important;
  background:linear-gradient(90deg,rgba(35,26,8,.62) 0%,rgba(35,26,8,.30) 54%,rgba(35,26,8,.12) 100%)!important;
}
main#top > section.hero .hero-shell,
main#top > section.hero .hero-bottom-cards{
  position:relative!important;
  z-index:5!important;
}
@media (hover:hover) and (pointer:fine){
  main#top > section.hero.is-parallax-active .hero-parallax-layer--sky{
    transform:translate3d(calc(var(--hero-pointer-x) * -6px),calc(var(--hero-pointer-y) * -4px),0) scale(1.085)!important;
  }
  main#top > section.hero.is-parallax-active .hero-parallax-layer--distant{
    transform:translate3d(calc(var(--hero-pointer-x) * 7px),calc(var(--hero-pointer-y) * 4px),0) scale(.955)!important;
  }
  main#top > section.hero.is-parallax-active .hero-parallax-layer--main{
    transform:translate3d(calc(var(--hero-pointer-x) * 18px),calc(var(--hero-pointer-y) * 10px),0) scale(1.065)!important;
  }
}
@media (max-width:767px){
  main#top > section.hero .hero-parallax-layer,
  main#top > section.hero .hero-parallax-shade{
    inset:0!important;width:100%!important;height:100%!important;
  }
  main#top > section.hero .hero-parallax-layer--sky{transform:scale(1.02)!important;}
  main#top > section.hero .hero-parallax-layer--distant{transform:scale(1)!important;}
  main#top > section.hero .hero-parallax-layer--main{transform:scale(1.01)!important;}
}
@media (prefers-reduced-motion:reduce){
  main#top > section.hero .hero-parallax-layer{transition:none!important;transform:none!important;}
}

/* First screen only: force the background to reach both viewport edges. */
main#top > section.hero{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
main#top > section.hero .hero-parallax-layers{
  left:-2px!important;
  right:-2px!important;
  width:auto!important;
}

/* --- hero-header-nav-home-colors-final --- */
@media (min-width:1024px){
  .hero-desktop-header:not(.is-sticky) .hero-nav a{color:#231A08!important;}
  .hero-desktop-header:not(.is-sticky) .hero-nav a:hover,
  .hero-desktop-header:not(.is-sticky) .hero-nav a:focus-visible{
    background:#E8C880!important;color:#231A08!important;
  }
  .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active,
  .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active:hover,
  .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active:focus-visible{
    background:#8A6A28!important;color:#fff!important;
  }
}

/* --- requested-hero-pricing-process-footer-colors-final --- */
.hero .hero-copy .split-ref-button .split-ref-button__label,
.hero .hero-copy .split-ref-button .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__label,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow{
  background:#D4B26A!important;color:#231A08!important;
}
.hero .hero-copy .split-ref-button .split-ref-button__arrow img,
#pricing .pricing-v2__calc.split-ref-button .split-ref-button__arrow img,
#process.process-v2 .process-v2__cta.split-ref-button .split-ref-button__arrow img{
  filter:brightness(0) saturate(100%) invert(8%) sepia(38%) saturate(1057%) hue-rotate(2deg) brightness(88%) contrast(99%)!important;
}
.hero .hero-copy .split-ref-button:hover .split-ref-button__label,
.hero .hero-copy .split-ref-button:hover .split-ref-button__arrow,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__label,
#pricing .pricing-v2__calc.split-ref-button:hover .split-ref-button__arrow,
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__label,
#process.process-v2 .process-v2__cta.split-ref-button:hover .split-ref-button__arrow{
  background:#D4B26A!important;color:#231A08!important;
}
main#top > section.hero .hero-bottom-card{
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  color:#fff!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
#pricing .pricing-v2-card:not(.pricing-v2-card--accent):not(.pricing-v2-card--premium) .pricing-v2-card__tier,
#pricing .pricing-v2-card--premium .pricing-v2-card__tier{
  background:#E8C880!important;color:#231A08!important;
}
#pricing .pricing-v2-card--accent .pricing-v2-card__tier{
  background:#8A6A28!important;color:#fff!important;
}
.footer{background:#8A6A28!important;color:#fff!important;}
.footer .brand,
.footer .brand span,
.footer .footer-grid p,
.footer .footer-grid nav a,
.footer .footer-grid b,
.footer .footer-grid .text-link,
.footer .footer-bottom,
.footer .footer-bottom span,
.footer .footer-bottom a,
.footer .footer-bottom__credit,
.footer .footer-bottom__credit span{color:#fff!important;}
.footer .footer-bottom{border-top-color:rgba(255,255,255,.25)!important;}
.footer .footer-lead-cta{
  background:#231A08!important;border:1px solid #231A08!important;color:#fff!important;
}
.footer .footer-lead-cta:hover,
.footer .footer-lead-cta:focus-visible{
  background:transparent!important;border-color:#231A08!important;color:#fff!important;
}

/* --- requested-messenger-checkbox-contact-cta-final --- */
/* Only the two floating Telegram/Viber quick-contact buttons. */
.messenger-float .messenger-float__link{
  background:#021836!important;
}
.messenger-float .messenger-float__link:hover,
.messenger-float .messenger-float__link:focus-visible{
  background:#0a2c54!important;
}

/* Only the consent checkbox on the calculator's final step. */
#calculator .calc-step .consent input[type="checkbox"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  margin:0!important;
  border:1px solid #fff!important;
  border-radius:4px!important;
  background-color:#fff!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:15px 15px!important;
  cursor:pointer!important;
}
#calculator .calc-step .consent input[type="checkbox"]:checked{
  background-color:#fff!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5 8.2 14.5 16 5.8' fill='none' stroke='%238A6A28' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}

/* First button in block 15: same colors and arrow treatment as the main hero CTA. */
#contacts .final-cta__primary .split-ref-button__label,
#contacts .final-cta__primary .split-ref-button__arrow,
#contacts .final-cta__primary:hover .split-ref-button__label,
#contacts .final-cta__primary:hover .split-ref-button__arrow,
#contacts .final-cta__primary:focus-visible .split-ref-button__label,
#contacts .final-cta__primary:focus-visible .split-ref-button__arrow{
  background:#D4B26A!important;
  color:#231A08!important;
}
#contacts .final-cta__primary .split-ref-button__arrow img{
  filter:none!important;
}

/* --- calculator-subtitle-white-final --- */
#calculator .calculator-panel--copy .calculator-copy>p{
  color:#fff!important;
}

/* --- faq-two-column-question-form-final --- */
.faq-section .faq-section__layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:28px;
  align-items:start;
}
.faq-section .faq-list--reference{
  gap:6px!important;
}
.faq-section .faq-list--reference summary{
  min-height:50px!important;
  padding:0 12px 0 16px!important;
  font-size:15px!important;
}
.faq-section .faq-list--reference details>p{
  padding:0 56px 16px 16px!important;
  font-size:14px!important;
}
.faq-section .faq-list--reference .faq-arrow{
  width:30px!important;
  height:30px!important;
  flex-basis:30px!important;
}
.faq-section .faq-list--reference .faq-arrow img{
  width:14px!important;
  height:14px!important;
}
.faq-section .faq-question-card{
  position:relative;
  top:auto;
  min-height:574px;
  padding:30px;
  border:1px solid #E8C880;
  border-radius:10px;
  background:#D4B26A;
  color:#231A08;
}
.faq-section .faq-question-card__title{
  margin:0;
  color:#231A08;
  font-family:"Golos Text",Arial,sans-serif;
  font-size:clamp(32px,2.6vw,42px);
  font-weight:600;
  line-height:1.02;
  letter-spacing:-.025em;
  text-transform:uppercase;
  text-align:center;
}
.faq-section .faq-question-form{
  margin-top:22px;
  gap:12px;
}
.faq-section .faq-question-form label{
  color:#231A08;
  font-size:14px;
}
.faq-section .faq-question-form input,
.faq-section .faq-question-form textarea{
  width:100%;
  border:1px solid rgba(35,26,8,.28);
  border-radius:12px;
  background:#fff;
  color:#231A08;
  outline:none;
}
.faq-section .faq-question-form input{
  min-height:44px;
  padding:0 14px;
}
.faq-section .faq-question-form textarea{
  min-height:96px;
  padding:13px 14px;
  resize:vertical;
}
.faq-section .faq-question-form input:focus,
.faq-section .faq-question-form textarea:focus{
  border-color:#8A6A28;
}
.faq-section .faq-question-form .consent{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:2px!important;
  color:#231A08!important;
  font-size:12px!important;
}
.faq-section .faq-question-form .consent input{
  width:16px!important;
  min-width:16px!important;
  height:16px!important;
  min-height:16px!important;
  padding:0!important;
  accent-color:#231A08;
}
.faq-section .faq-question-form .button{
  width:100%;
  min-height:48px;
  margin-top:2px;
  background:#231A08!important;
  border-color:#231A08!important;
  color:#fff!important;
}
.faq-section .faq-question-form .button:hover,
.faq-section .faq-question-form .button:focus-visible{
  background:#8A6A28!important;
  border-color:#8A6A28!important;
  color:#fff!important;
}
.faq-section .faq-question-card__telegram{
  margin:14px 0 0;
  color:#231A08;
  font-size:14px;
  line-height:1.4;
  text-align:center;
}
.faq-section .faq-question-card__telegram a{
  color:#231A08;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:980px){
  .faq-section .faq-section__layout{grid-template-columns:1fr;}
  .faq-section .faq-question-card{height:auto;}
}
@media(max-width:767px){
  .faq-section .faq-section__layout{gap:18px;}
  .faq-section .faq-question-card{padding:26px 20px;border-radius:10px;}
  .faq-section .faq-question-card__title{font-size:32px;}
  .faq-section .faq-list--reference summary{min-height:48px!important;font-size:14px!important;}
}

/* --- faq-sticky-question-card --- */
/* Block 14 only: keep the question form visible while the FAQ list scrolls. */
@media(min-width:981px){
  .faq-section{
    overflow:visible!important;
  }
  .faq-section .faq-question-card{
    position:sticky!important;
    top:104px!important;
    align-self:start!important;
  }
}

/* --- footer-match-header-colors --- */
/* Footer only: match the current sticky header and its CTA button. */
.footer{
  background:#021836!important;
}
.footer .footer-lead-cta{
  background:#D4B26A!important;
  border-color:#D4B26A!important;
  color:#231A08!important;
}
.footer .footer-lead-cta:hover,
.footer .footer-lead-cta:focus-visible{
  background:#8A6A28!important;
  border-color:#8A6A28!important;
  color:#fff!important;
}

/* --- block6-list-text-color --- */
/* Block 6 only: change list copy without affecting the existing checkmarks. */
#pricing .pricing-v2-card__list li{
  color:#03131F!important;
}

/* --- block11-subtitle-stats-alignment --- */
/* Block 11 only: keep the subtitle on one desktop line and center both stat cards. */
@media (min-width:981px){
  #team .team-profile__intro>p{
    max-width:none!important;
    white-space:nowrap!important;
  }
}
#team .team-profile-card__stats>div{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

/* --- block9-text-color-final --- */
/* Block 9 only: final cascade guard for the requested dark-blue card copy. */
#responsibility .responsibility-v2__card,
#responsibility .responsibility-v2__card .h3,
#responsibility .responsibility-v2__card p{color:#231A08!important;}

body.privacy-page{
  margin:0;
  background:#fff;
  color:#231A08;
  font-family:"Golos Text",Arial,sans-serif;
}
.privacy-page *{box-sizing:border-box}
.privacy-page a{color:#8A6A28;text-decoration-thickness:1px;text-underline-offset:4px;transition:color .2s ease}
.privacy-page a:hover,.privacy-page a:focus-visible{color:#B8944D}
.privacy-page a:focus-visible{outline:3px solid rgba(212,178,106,.45);outline-offset:4px;border-radius:4px}
.privacy-hero{--privacy-pointer-x:0;--privacy-pointer-y:0;position:relative;overflow:hidden;height:50svh;min-height:420px;background:#231A08;isolation:isolate}
.privacy-hero__background{position:absolute;inset:0;overflow:hidden;background:#231A08}
.privacy-hero__layer,.privacy-hero__shade{position:absolute;inset:-3%;width:106%;height:106%}
.privacy-hero__layer{display:block;max-width:none;object-fit:cover;object-position:center;will-change:transform;backface-visibility:hidden;transition:transform 850ms cubic-bezier(.2,.7,.2,1)}
.privacy-hero__layer--sky{z-index:1;transform:translate3d(calc(var(--privacy-pointer-x) * -4px),calc(var(--privacy-pointer-y) * -3px),0) scale(1.035)}
.privacy-hero__layer--distant{z-index:2;transform-origin:72% 100%;transform:translate3d(calc(var(--privacy-pointer-x) * 5px),calc(var(--privacy-pointer-y) * 3px),0) scale(1.01)}
.privacy-hero__layer--main{z-index:3;transform-origin:100% 100%;transform:translate3d(calc(var(--privacy-pointer-x) * 14px),calc(var(--privacy-pointer-y) * 8px),0) scale(1.015)}
.privacy-hero__shade{inset:0;width:100%;height:100%;z-index:4;background:linear-gradient(90deg,rgba(35,26,8,.62) 0%,rgba(35,26,8,.34) 54%,rgba(35,26,8,.16) 100%)}
.privacy-hero__content{position:relative;z-index:5;width:min(calc(100% - 48px),1440px);height:100%;margin:0 auto;padding:94px 24px 24px;display:grid;place-items:center;text-align:center}
.privacy-hero__title{width:100%;max-width:1180px;margin:0;color:#fff;font-family:"Golos Text",Arial,sans-serif;font-size:clamp(46px,3.65vw,58px);font-weight:600;line-height:1.12;letter-spacing:.035em;text-transform:uppercase;text-align:center}
@media(hover:hover) and (pointer:fine){
  .privacy-hero.is-parallax-active .privacy-hero__layer--sky{transform:translate3d(calc(var(--privacy-pointer-x) * -6px),calc(var(--privacy-pointer-y) * -4px),0) scale(1.085)}
  .privacy-hero.is-parallax-active .privacy-hero__layer--distant{transform:translate3d(calc(var(--privacy-pointer-x) * 7px),calc(var(--privacy-pointer-y) * 4px),0) scale(.955)}
  .privacy-hero.is-parallax-active .privacy-hero__layer--main{transform:translate3d(calc(var(--privacy-pointer-x) * 18px),calc(var(--privacy-pointer-y) * 10px),0) scale(1.065)}
}
@media(prefers-reduced-motion:reduce){
  .privacy-hero__layer{transition:none;transform:none!important}
}
.privacy-layout{width:min(calc(100% - 48px),1180px);margin:0 auto;padding:72px 0 104px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:72px;align-items:start}
.privacy-toc{position:sticky;top:24px;padding:24px;border:1px solid #D4B26A;border-radius:18px;background:#FEFEFE}
.privacy-toc strong{display:block;margin-bottom:14px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}
.privacy-toc ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #8A6A28;
}
.privacy-toc li+li{margin-top:10px}
.privacy-toc a{font-size:14px;line-height:1.45}
.privacy-content{min-width:0}
.privacy-breadcrumb{grid-column:1/-1;display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 -38px;color:#231A08;font-size:14px;line-height:1.4}
.privacy-breadcrumb a{color:#8A6A28;transition:color .2s ease}
.privacy-breadcrumb a:hover,.privacy-breadcrumb a:focus-visible{color:#231A08}
.privacy-breadcrumb span[aria-current="page"]{color:#231A08}
.privacy-content h2{margin:42px 0 20px;padding-top:34px;border-top:1px solid rgba(138,106,40,.28);color:#231A08;font-size:clamp(28px,3.2vw,42px);font-weight:600;line-height:1.08;letter-spacing:-.025em;text-transform:uppercase;scroll-margin-top:28px}
.privacy-content>h2:first-child{margin-top:0;padding-top:0;border-top:0}
.privacy-content h3{margin:28px 0 12px;color:#8A6A28;font-size:20px;font-weight:600;line-height:1.3}
.privacy-content p,.privacy-content li{font-size:16px;line-height:1.75}
.privacy-content p{margin:0 0 16px}
.privacy-content ul,.privacy-content ol{margin:18px 0 22px;padding-left:24px}
.privacy-content li+li{margin-top:10px}
.privacy-content li::marker{color:#8A6A28;font-weight:700}
.privacy-content strong{font-weight:700;color:#231A08}
.privacy-content mark{padding:.08em .3em;border-radius:4px;background:#E8C880;color:#231A08}
#contacts-policy .final-cta__contacts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin-top:24px!important}
#contacts-policy .final-cta__contacts>a,#contacts-policy .final-cta__contacts>div{min-height:120px!important;padding:24px 28px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border:1px solid #8A6A28!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;color:#231A08!important}
#contacts-policy .final-cta__contacts span{margin-bottom:8px!important;color:#231A08!important;font-size:12px!important}
#contacts-policy .final-cta__contacts strong{color:#231A08!important;font-size:16px!important;line-height:1.35!important}
.privacy-page .footer a,.privacy-page .footer p,.privacy-page .footer b,.privacy-page .footer span,.privacy-page .footer strong{color:#fff!important}
.privacy-page .footer-grid nav a{text-decoration:none}
.privacy-page .footer-bottom{align-items:center!important;gap:20px!important;border-top:0!important}
.privacy-page .footer-bottom__left{display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important}
.privacy-page .footer-lead-cta{display:inline-flex;align-items:center;justify-content:center;background:#D4B26A!important;border-color:#D4B26A!important;color:#231A08!important;text-decoration:none!important}
.privacy-page .footer-lead-cta:hover,.privacy-page .footer-lead-cta:focus-visible{background:#8A6A28!important;border-color:#8A6A28!important;color:#fff!important}
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a{color:#231A08!important}
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a:hover,
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a:focus-visible{background:#E8C880!important;color:#231A08!important}
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active,
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active:hover,
.privacy-page .hero-desktop-header:not(.is-sticky) .hero-nav a.is-active:focus-visible{background:#8A6A28!important;color:#fff!important}
.privacy-page .hero-desktop-header .hero-header-cta{color:#231A08!important;transition:background-color .2s ease,color .2s ease!important}
.privacy-page .hero-desktop-header .hero-header-cta:hover,
.privacy-page .hero-desktop-header .hero-header-cta:focus-visible{background:#8A6A28!important;color:#fff!important}
@media(max-width:820px){
  .privacy-layout{width:min(calc(100% - 32px),1180px)}
  .privacy-hero{height:50svh;min-height:320px}
  .privacy-hero__content{width:min(calc(100% - 32px),1180px);padding:86px 16px 16px}
  .privacy-hero__title{font-size:clamp(36px,6.4vw,48px)}
  .privacy-layout{padding:46px 0 72px;grid-template-columns:1fr;gap:34px}
  .privacy-breadcrumb{margin-bottom:0}
  .privacy-toc{position:static}
  .privacy-content h2{padding-top:24px;margin-top:32px}
}
@media(max-width:760px){
  #contacts-policy .final-cta__contacts{grid-template-columns:1fr!important}
  #contacts-policy .final-cta__contacts>a,#contacts-policy .final-cta__contacts>div{min-height:104px!important}
  .privacy-page .footer-bottom{align-items:flex-start!important}
  .privacy-page .footer-bottom__left{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}
}
@media(max-width:520px){
  .privacy-toc{padding:20px}
  .privacy-content p,.privacy-content li{font-size:15px;line-height:1.7}
  .privacy-hero__title{font-size:34px;line-height:1.12;letter-spacing:.02em}
}
