/*
 * Versora 2.2 — product polish layer
 * Final visual normalization for header, sections, buttons, cards, forms,
 * content pages, portfolio, blog and WooCommerce.
 */
:root{
  --vsr-polish-bg:#f4f6f8;
  --vsr-polish-paper:#ffffff;
  --vsr-polish-ink:#11151c;
  --vsr-polish-muted:#687180;
  --vsr-polish-line:rgba(17,21,28,.09);
  --vsr-polish-dark:#0a0d13;
  --vsr-polish-dark-2:#111620;
  --vsr-polish-accent:#ffb116;
  --vsr-polish-accent-2:#ffcb5d;
  --vsr-polish-radius-sm:12px;
  --vsr-polish-radius:18px;
  --vsr-polish-radius-lg:26px;
  --vsr-polish-shadow:0 18px 48px rgba(18,24,33,.08);
  --vsr-polish-shadow-hover:0 28px 70px rgba(18,24,33,.14);
}

/* WordPress admin bar: one offset only. This removes the white 32/46px gap. */
html{margin-top:0!important}
body.admin-bar{padding-top:0!important}
body.admin-bar #wpadminbar{position:fixed!important;top:0!important}
body.admin-bar.versora-header-ready .vsr-header{margin-top:0!important;top:32px!important}
body.admin-bar .vsr-site-shell,body.admin-bar #page{margin-top:0!important;padding-top:0!important}
@media(max-width:782px){
  body.admin-bar{padding-top:0!important}
  body.admin-bar.versora-header-ready .vsr-header{top:46px!important}
}

/* Base page canvas and rhythm. */
body.versora-fa{background:var(--vsr-polish-bg);color:var(--vsr-polish-ink)}
body.versora-fa .vsr-site-shell{background:var(--vsr-polish-bg)}
body.versora-fa .versora-main{position:relative;overflow:clip}
body.versora-fa .versora-container{width:min(1240px,calc(100% - 40px))}
body.versora-fa :where(.versora-section,.versora-ui-section,.versora-case-section,.versora-ui-related,.versora-process-section){padding-block:clamp(68px,7vw,96px)}
body.versora-fa :where(.versora-section,.versora-ui-section,.versora-case-section,.versora-ui-related,.versora-process-section)+:where(.versora-section,.versora-ui-section,.versora-case-section,.versora-ui-related,.versora-process-section){border-top:1px solid rgba(17,21,28,.045)}
body.versora-fa :where(.versora-soft-section,.versora-ref-soft,.versora-case-section.is-soft,.versora-ui-related){background:linear-gradient(180deg,#f7f8fa 0%,#f1f4f7 100%)}
body.versora-fa :where(.versora-dark-section,.versora-ui-section.is-dark,.versora-ref-dark,.versora-ui-final,.versora-ref-final,.versora-case-next){background:radial-gradient(circle at 82% 8%,rgba(255,177,22,.11),transparent 26%),linear-gradient(145deg,#121720,#090c12);color:#fff}

/* Global header — tighter, attached to the top, more premium. */
body.versora-header-ready .vsr-header{
  min-height:72px!important;
  background:rgba(8,11,16,.985)!important;
  border-bottom-color:rgba(255,255,255,.075)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.015)!important;
  backdrop-filter:saturate(150%) blur(16px);
  -webkit-backdrop-filter:saturate(150%) blur(16px);
}
body.versora-header-ready .vsr-header.is-scrolled{
  background:rgba(7,10,15,.965)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.28)!important;
}
.vsr-header__bar,.vsr-header__layout{min-height:72px!important}
.vsr-header-container{width:min(1360px,calc(100% - 46px))!important}
.vsr-header__layout{grid-template-columns:minmax(250px,auto) minmax(390px,1fr) minmax(250px,auto)!important;gap:clamp(16px,2.2vw,34px)!important}
.vsr-header__brand{gap:9px!important}
.vsr-header__logo{width:48px!important;height:48px!important;flex-basis:48px!important}
.vsr-header-logo,.vsr-header__logo-image{width:48px!important;height:48px!important;filter:drop-shadow(0 0 13px rgba(255,177,22,.24))!important}
.vsr-header__brand-copy strong{font-size:1rem!important;letter-spacing:-.012em!important}
.vsr-header__brand-copy small{font-size:.58rem!important;opacity:.86}
.vsr-menu{gap:3px!important}
.vsr-menu>li>a{min-height:42px!important;padding-inline:12px!important;border-radius:10px!important;color:rgba(255,255,255,.72)!important;font-size:.72rem!important;font-weight:760!important}
.vsr-menu>li:hover>a,.vsr-menu>li.current-menu-item>a,.vsr-menu>li.current-menu-ancestor>a{background:rgba(255,255,255,.052)!important;color:#fff!important}
.vsr-menu>li>a::after{right:14px!important;left:14px!important;bottom:4px!important}
.vsr-header__actions{gap:8px!important}
.vsr-header-action,.vsr-menu-toggle{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:12px!important;background:#11151d!important;border-color:rgba(255,255,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.vsr-header-action:hover,.vsr-menu-toggle:hover{background:rgba(255,177,22,.10)!important;border-color:rgba(255,177,22,.55)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}
.vsr-header-cart__count{top:-5px!important;left:-5px!important;min-width:18px!important;height:18px!important;border:2px solid #0b0e14!important;font-size:.54rem!important}
.vsr-header__cta{height:42px!important;min-width:118px!important;padding-inline:16px!important;border-radius:12px!important;background:linear-gradient(180deg,#ffc23e,#ffad0b)!important;box-shadow:0 10px 28px rgba(255,177,22,.18)!important;font-size:.72rem!important}
.vsr-header__cta:hover{background:linear-gradient(180deg,#ffd264,#ffb116)!important;box-shadow:0 13px 34px rgba(255,177,22,.26)!important}

/* One button language everywhere. */
body.versora-fa :where(.versora-btn,.vsr-button,.vsr-home-button,.vsr-inner-hero__button,.vsr-product-card__button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit){
  min-height:48px;
  padding:11px 19px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  clip-path:none!important;
  background:linear-gradient(180deg,var(--vsr-polish-accent-2),var(--vsr-polish-accent))!important;
  color:#11151c!important;
  box-shadow:0 10px 26px rgba(255,177,22,.16)!important;
  font-family:var(--vsr-font-fa,"IRANYekan",Tahoma,Arial,sans-serif)!important;
  font-size:.82rem!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
  line-height:1.4!important;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease!important;
}
body.versora-fa :where(.versora-btn,.vsr-button,.vsr-home-button,.vsr-inner-hero__button,.vsr-product-card__button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit):hover{
  transform:translateY(-2px)!important;
  box-shadow:0 16px 36px rgba(255,177,22,.22)!important;
}
body.versora-fa :where(.versora-btn-dark,.vsr-home-button--dark){background:#111720!important;color:#fff!important;border-color:#111720!important;box-shadow:0 10px 24px rgba(17,23,32,.13)!important}
body.versora-fa :where(.versora-btn-outline,.vsr-home-button--secondary,.vsr-inner-hero__button.is-secondary){background:transparent!important;color:inherit!important;border-color:rgba(125,135,150,.35)!important;box-shadow:none!important}
body.versora-fa :where(.versora-dark-section,.versora-ref-dark,.versora-ui-final,.versora-ref-final,.vsr-inner-hero) :where(.versora-btn-outline,.vsr-home-button--secondary,.vsr-inner-hero__button.is-secondary){color:#fff!important;border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.035)!important}
body.versora-fa :where(.versora-dark-section,.versora-ref-dark,.versora-ui-final,.versora-ref-final,.vsr-inner-hero) :where(.versora-btn-outline,.vsr-home-button--secondary,.vsr-inner-hero__button.is-secondary):hover{border-color:rgba(255,177,22,.55)!important;background:rgba(255,177,22,.08)!important}

/* Headings, kickers and copy. */
body.versora-fa :where(.versora-title,.versora-section-head h2,.versora-ui-section-head h2,.versora-ref-section-head h2,.versora-case-heading h2,.versora-ui-listing-head h2,.vsr-home-heading h2,.vsr-product-section-head h2){
  color:var(--vsr-polish-ink);font-weight:950!important;letter-spacing:-.025em!important;text-transform:none!important;line-height:1.32!important
}
body.versora-fa :where(.versora-kicker,.versora-ui-section-head>div>span,.versora-ref-section-head>span,.versora-case-heading>span,.versora-ui-listing-head>div>span,.vsr-home-kicker,.vsr-product-kicker){
  color:#b87800!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important
}
body.versora-fa :where(.versora-copy,.versora-ui-section-head p,.versora-ref-section-head p,.vsr-home-heading p,.vsr-product-section-head p){color:var(--vsr-polish-muted)!important;line-height:1.95!important}
body.versora-fa :where(.versora-dark-section,.versora-ui-section.is-dark,.versora-ref-dark,.versora-ui-final,.versora-ref-final,.vsr-inner-hero) :where(h1,h2,h3,strong){color:#fff!important}
body.versora-fa :where(.versora-dark-section,.versora-ui-section.is-dark,.versora-ref-dark,.versora-ui-final,.versora-ref-final,.vsr-inner-hero) :where(p,.versora-copy){color:rgba(255,255,255,.67)!important}

/* Hero on inner pages — integrated with header and not oversized. */
body.versora-inner-page .vsr-inner-hero{padding:clamp(62px,7vw,88px) 0!important;min-height:0!important;background:radial-gradient(circle at 82% 24%,rgba(255,177,22,.20),transparent 27%),linear-gradient(145deg,#111720,#080b10)!important;border-bottom:1px solid rgba(255,255,255,.07)}
body.versora-inner-page .vsr-inner-hero__container{width:min(1240px,calc(100% - 40px))!important}
body.versora-inner-page .vsr-inner-hero__grid{gap:clamp(42px,6vw,78px)!important}
body.versora-inner-page .vsr-inner-hero__content{max-width:660px!important}
body.versora-inner-page .vsr-inner-hero h1{margin:10px 0 0!important;font-size:clamp(2.7rem,5.2vw,5.35rem)!important;line-height:1.08!important;letter-spacing:-.035em!important}
body.versora-inner-page .vsr-inner-hero h1 em{color:var(--vsr-polish-accent)!important;font-style:normal!important}
body.versora-inner-page .vsr-inner-hero__copy{max-width:64ch!important;margin-top:20px!important;font-size:.95rem!important;line-height:2!important}
body.versora-inner-page .vsr-inner-hero__actions{margin-top:25px!important;gap:10px!important}
body.versora-inner-page .vsr-inner-hero__visual{max-width:560px!important;justify-self:start}
body.versora-inner-page .vsr-inner-hero__figure{aspect-ratio:16/11!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 32px 80px rgba(0,0,0,.34)!important;overflow:hidden}
body.versora-inner-page .vsr-inner-hero__figure img{transform:scale(1.005);transition:transform .55s ease}
body.versora-inner-page .vsr-inner-hero:hover .vsr-inner-hero__figure img{transform:scale(1.03)}
body.versora-inner-page .vsr-inner-hero__facts{position:relative;margin:-36px 18px 0!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:16px!important;background:rgba(13,17,24,.94)!important;box-shadow:0 18px 44px rgba(0,0,0,.24)!important;backdrop-filter:blur(12px)}
body.versora-inner-page .vsr-inner-hero__facts dt{color:#ffbd38!important;font-size:.65rem!important;font-weight:900!important}
body.versora-inner-page .vsr-inner-hero__facts dd{color:#fff!important;font-size:.78rem!important;font-weight:800!important}

/* All content cards and process blocks. */
body.versora-fa :where(.versora-ui-card,.versora-content-card,.versora-package-card,.versora-ref-info-card:not(.is-dark),.versora-service-archive-card,.versora-solution-card,.versora-post-body,.versora-case-panel,.vsr-home-service-card,.vsr-home-testimonial-card){
  border:1px solid var(--vsr-polish-line)!important;
  border-radius:var(--vsr-polish-radius)!important;
  background:rgba(255,255,255,.98)!important;
  color:var(--vsr-polish-ink)!important;
  box-shadow:var(--vsr-polish-shadow)!important;
}
body.versora-fa .versora-project-card{border:1px solid rgba(255,255,255,.08)!important;border-radius:var(--vsr-polish-radius)!important;background:#151a23!important;box-shadow:var(--vsr-polish-shadow)!important}
body.versora-fa :where(.versora-ref-info-card.is-dark,.versora-ref-use-card,.versora-side-card,.versora-detail-aside){border-color:rgba(255,255,255,.10)!important;background:linear-gradient(145deg,#171d27,#0d1118)!important;color:#fff!important;box-shadow:0 20px 48px rgba(0,0,0,.14)!important}
body.versora-fa :where(.vsr-home-package-card,.vsr-home-blog-card){border:1px solid rgba(255,255,255,.10)!important;border-radius:var(--vsr-polish-radius)!important;background:#151a23!important;color:#fff!important;box-shadow:0 20px 55px rgba(0,0,0,.14)!important}
body.versora-fa :where(.versora-ui-card,.versora-content-card,.versora-package-card,.versora-ref-info-card,.versora-service-archive-card,.versora-solution-card,.versora-project-card,.vsr-home-service-card,.vsr-home-testimonial-card,.vsr-home-package-card,.vsr-home-blog-card){transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
body.versora-fa :where(.versora-ui-card,.versora-content-card,.versora-package-card,.versora-ref-info-card,.versora-service-archive-card,.versora-solution-card,.versora-project-card,.vsr-home-service-card,.vsr-home-testimonial-card,.vsr-home-package-card,.vsr-home-blog-card):hover{transform:translateY(-5px);border-color:rgba(255,177,22,.27)!important;box-shadow:var(--vsr-polish-shadow-hover)!important}
body.versora-fa :where(.versora-ui-card,.versora-package-card,.versora-ref-info-card,.versora-case-panel,.versora-ref-use-card){padding:clamp(22px,2.7vw,32px)!important}
body.versora-fa :where(.versora-ui-card,.versora-package-card,.versora-ref-info-card,.versora-case-panel,.versora-ref-use-card) h3{margin-top:0!important;font-size:1.12rem!important;line-height:1.55!important}
body.versora-fa :where(.versora-ui-card,.versora-package-card,.versora-ref-info-card,.versora-case-panel,.versora-ref-use-card) p{font-size:.86rem!important;line-height:1.95!important}
body.versora-fa :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article){position:relative;overflow:hidden;padding:26px!important;border-radius:18px!important;border:1px solid var(--vsr-polish-line)!important;background:#fff!important;color:var(--vsr-polish-ink)!important;box-shadow:0 14px 38px rgba(18,24,33,.055)!important}
body.versora-fa :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article)::after{content:"";position:absolute;inset:auto -36px -46px auto;width:130px;height:130px;border:1px solid rgba(255,177,22,.11);border-radius:50%;pointer-events:none}
body.versora-fa :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) b{display:inline-grid;place-items:center;min-width:42px;height:42px;margin-bottom:18px;padding-inline:10px;border-radius:11px;background:rgba(255,177,22,.12);color:#a66a00;font-size:.76rem;font-weight:950}

/* Lists, splits and media. */
body.versora-fa .versora-ui-split{gap:clamp(40px,6vw,76px)!important}
body.versora-fa .versora-ui-split-media{min-height:390px!important;border-radius:24px!important;border:1px solid rgba(17,21,28,.08)!important;box-shadow:0 24px 60px rgba(18,24,33,.12)!important}
body.versora-fa .versora-ui-feature-list{gap:9px!important}
body.versora-fa .versora-ui-feature-list li{padding:13px 42px 13px 14px!important;border:1px solid rgba(17,21,28,.055)!important;border-radius:12px!important;background:#f8f9fa!important;color:#303846!important}
body.versora-fa .versora-ui-feature-list li::before{display:grid;place-items:center;width:20px;height:20px;top:12px!important;right:13px!important;border-radius:50%;background:rgba(255,177,22,.16);font-size:.72rem}

/* The "شروع شفاف" gateway should feel like a real product block. */
.versora-order-gateway-wrap{padding:42px 0!important;background:linear-gradient(180deg,#0e131b,#0a0e14)!important}
.versora-order-gateway{grid-template-columns:78px minmax(0,1fr) auto!important;gap:30px!important;padding:34px 36px!important;border-radius:26px!important;border-color:rgba(255,255,255,.105)!important;background:radial-gradient(circle at 88% 10%,rgba(255,177,22,.20),transparent 28%),linear-gradient(135deg,#171d27,#0d1118)!important;box-shadow:0 30px 80px rgba(0,0,0,.26)!important}
.versora-order-gateway__mark{width:68px!important;height:68px!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(255,177,22,.18),rgba(255,177,22,.05))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.versora-order-gateway__copy h2{font-size:clamp(1.65rem,2.8vw,2.7rem)!important;letter-spacing:-.025em!important}
.versora-order-gateway__copy p{max-width:720px!important;font-size:.86rem!important;color:rgba(255,255,255,.67)!important}
.versora-order-gateway__actions{gap:10px!important}

/* Forms, contact, booking and modal. */
body.versora-fa :where(.versora-contact-form-shell,.versora-booking-form-card,.woocommerce form.checkout,.woocommerce form.login,.woocommerce form.register,.woocommerce form.woocommerce-ResetPassword){border:1px solid var(--vsr-polish-line)!important;border-radius:22px!important;background:#fff!important;color:var(--vsr-polish-ink)!important;box-shadow:var(--vsr-polish-shadow)!important}
body.versora-fa :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),select,textarea){min-height:50px!important;border-radius:12px!important;border:1px solid #d9dee6!important;background:#fff!important;color:#151a22!important;box-shadow:inset 0 1px 1px rgba(17,21,28,.02)!important}
body.versora-fa :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),select,textarea):focus{border-color:#d49313!important;box-shadow:0 0 0 4px rgba(255,177,22,.12)!important;outline:0!important}
body.versora-fa label{font-size:.79rem!important;font-weight:820!important;color:#303846!important}
.versora-project-modal__backdrop{background:rgba(4,7,11,.80)!important;backdrop-filter:blur(12px)!important}
.versora-project-modal__dialog{width:min(900px,100%)!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 40px 120px rgba(0,0,0,.52)!important}
.versora-project-modal__head{padding:20px 24px!important;background:rgba(255,255,255,.97)!important}
.versora-project-modal__body{padding:26px!important}

/* Blog, archive and single content. */
body.versora-fa .versora-ui-listing{padding-block:clamp(66px,7vw,92px)!important;background:linear-gradient(180deg,#f5f7f9,#fff)!important}
body.versora-fa .versora-ui-listing-head{margin-bottom:32px!important;padding-bottom:22px;border-bottom:1px solid rgba(17,21,28,.08)}
body.versora-fa .versora-post-grid{gap:22px!important}
body.versora-fa .versora-post-image{overflow:hidden;border-radius:18px 18px 0 0!important}
body.versora-fa .versora-post-image img{transition:transform .45s ease}
body.versora-fa article:hover .versora-post-image img{transform:scale(1.035)}
body.versora-fa .versora-article-layout{gap:42px!important;padding-block:clamp(58px,7vw,88px)!important}
body.versora-fa .versora-article{padding:clamp(26px,4vw,48px)!important;border:1px solid var(--vsr-polish-line);border-radius:22px;background:#fff;box-shadow:var(--vsr-polish-shadow)}
body.versora-fa .versora-article :where(h2,h3,h4){margin-top:1.7em;line-height:1.5!important}
body.versora-fa .versora-article :where(p,li){color:#3d4654;line-height:2.05!important}
body.versora-fa .versora-side-card{position:sticky;top:104px;padding:26px!important;background:linear-gradient(145deg,#171d27,#0d1118)!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 24px 60px rgba(0,0,0,.16)!important}
body.versora-fa .versora-side-card :where(h3,p){color:inherit!important}
body.versora-fa .versora-side-card p{opacity:.67}

/* Packages, projects and case studies. */
body.versora-fa .versora-package-card{position:relative;overflow:hidden}
body.versora-fa .versora-package-card::before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,transparent,var(--vsr-polish-accent),transparent);opacity:.68}
body.versora-fa .versora-package-price{color:#a66a00!important;font-size:1.1rem!important;font-weight:950!important}
body.versora-fa .versora-project-card{overflow:hidden!important}
body.versora-fa .versora-project-card img{transition:transform .5s ease}
body.versora-fa .versora-project-card:hover img{transform:scale(1.035)}
body.versora-fa .versora-project-info{padding:22px 24px 25px!important}
body.versora-fa .versora-case-section{background:#fff}
body.versora-fa .versora-case-heading{margin-bottom:28px!important}
body.versora-fa .versora-case-panel{background:#fff!important}
body.versora-fa .versora-case-quote{border:1px solid rgba(255,255,255,.10)!important;border-radius:24px!important;background:radial-gradient(circle at 84% 14%,rgba(255,177,22,.14),transparent 28%),#111720!important;box-shadow:0 28px 70px rgba(0,0,0,.18)!important}
body.versora-fa .versora-case-next{padding:62px 0!important}

/* Home page: same design system, richer surfaces. */
body.versora-front-page .vsr-home-section{padding-block:clamp(74px,8vw,108px)!important}
body.versora-front-page .vsr-home-services,body.versora-front-page .vsr-home-testimonials{background:linear-gradient(180deg,#f7f8fa,#f1f4f7)!important}
body.versora-front-page .vsr-home-packages{background:linear-gradient(180deg,#0c0f15,#121720)!important;color:#fff!important}
body.versora-front-page .vsr-home-hero{border-bottom:1px solid rgba(255,255,255,.07)}
body.versora-front-page .vsr-home-hero__figure{border-radius:26px!important;box-shadow:0 38px 90px rgba(0,0,0,.34)!important}
body.versora-front-page .vsr-home-heading h2{letter-spacing:-.028em!important;line-height:1.28!important}
body.versora-front-page .vsr-home-service-card__media,body.versora-front-page .vsr-home-blog-card__media{border-radius:17px 17px 0 0!important;overflow:hidden}
body.versora-front-page .vsr-home-final{background:radial-gradient(circle at 80% 20%,rgba(255,177,22,.18),transparent 28%),linear-gradient(145deg,#111720,#080b10)!important}

/* WooCommerce catalog, product, cart, checkout and account. */
body.vsr-commerce-cart,body.vsr-commerce-checkout,body.vsr-commerce-account{background:#f4f6f8!important}
body.vsr-commerce :where(.vsr-commerce-page__body){padding-block:clamp(62px,7vw,92px)!important}
body.vsr-commerce :where(.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content){border-radius:20px!important;border:1px solid var(--vsr-polish-line)!important;background:#fff!important;box-shadow:var(--vsr-polish-shadow)!important}
body.vsr-commerce .woocommerce-message,body.vsr-commerce .woocommerce-info,body.vsr-commerce .woocommerce-error{border-radius:14px!important;border:1px solid rgba(17,21,28,.09)!important;background:#fff!important;box-shadow:0 10px 28px rgba(18,24,33,.06)!important}
body.vsr-commerce table.shop_table{border-radius:16px!important;overflow:hidden;border-color:rgba(17,21,28,.08)!important}

/* Footer — readable headings and proper dark treatment. */
.versora-footer{margin:0!important;background:radial-gradient(circle at 82% 8%,rgba(255,177,22,.10),transparent 24%),#090c12!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.08)!important}
.versora-footer :where(h2,h3,h4,.versora-footer-col>strong,.versora-brand-footer strong){color:#fff!important}
.versora-footer :where(p,li,a,small,span){color:rgba(255,255,255,.65)!important}
.versora-footer a:hover{color:#ffbe39!important}
.versora-footer-main{padding-top:68px!important;padding-bottom:56px!important}
.versora-footer-grid{gap:34px!important}
.versora-footer-col h3{margin:0 0 16px!important;font-size:.84rem!important;font-weight:900!important;color:#fff!important}
.versora-footer-menu{display:grid!important;gap:9px!important}
.versora-footer-menu a{font-size:.76rem!important;line-height:1.75!important}
.versora-footer-bottom{padding-block:18px!important;border-top-color:rgba(255,255,255,.08)!important}
.versora-phone-ltr{direction:ltr!important;unicode-bidi:embed!important;text-align:right!important;display:inline-block!important}

/* Empty states, legal pages, 404. */
body.versora-fa :where(.versora-ui-empty,.versora-empty-card,.vsr-shop-empty){padding:clamp(34px,5vw,58px)!important;border:1px dashed rgba(17,21,28,.15)!important;border-radius:20px!important;background:#fff!important;text-align:center!important}
body.versora-fa :where(.versora-ui-legal-content,.versora-trust-policy-content){padding:clamp(26px,4vw,46px)!important;border:1px solid var(--vsr-polish-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--vsr-polish-shadow)!important}
body.versora-fa .versora-error-page{min-height:60vh;display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,rgba(255,177,22,.11),transparent 28%),#0b0f15;color:#fff}

/* Motion should be elegant, not jumpy. */
body.vsr-motion-enabled :where(.versora-reveal,.vsr-home-reveal){transition-duration:.55s!important;transition-timing-function:cubic-bezier(.22,.61,.36,1)!important}
body.vsr-motion-enabled :where(.versora-text-link,.vsr-home-text-link){transition:color .18s ease,transform .18s ease!important}
body.vsr-motion-enabled :where(.versora-text-link,.vsr-home-text-link):hover{transform:translateX(-3px)}

/* Responsive polish. */
@media(max-width:1080px){
  .vsr-header__layout{display:flex!important;grid-template-columns:none!important;min-height:70px!important}
  .vsr-header-container{width:calc(100% - 28px)!important}
  body.versora-fa :where(.versora-ui-card-grid,.versora-card-grid,.versora-package-grid,.versora-project-grid,.versora-post-grid,.versora-solution-grid){gap:18px!important}
  .versora-order-gateway{grid-template-columns:68px minmax(0,1fr)!important;padding:30px!important}
  .versora-order-gateway__actions{grid-column:1/-1!important;justify-content:flex-start!important}
}
@media(max-width:782px){
  body.versora-fa .versora-container,body.versora-inner-page .vsr-inner-hero__container{width:calc(100% - 24px)!important}
  body.versora-fa :where(.versora-section,.versora-ui-section,.versora-case-section,.versora-ui-related,.versora-process-section){padding-block:56px!important}
  body.versora-inner-page .vsr-inner-hero{padding:48px 0 54px!important}
  body.versora-inner-page .vsr-inner-hero h1{font-size:clamp(2.3rem,10vw,3.8rem)!important}
  body.versora-inner-page .vsr-inner-hero__visual{max-width:100%!important}
  .versora-order-gateway{grid-template-columns:1fr!important;gap:18px!important;padding:24px 20px!important;border-radius:20px!important}
  .versora-order-gateway__mark{width:56px!important;height:56px!important}
  .versora-order-gateway__actions{grid-column:auto!important;display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .versora-order-gateway__actions .versora-btn{width:100%!important}
  .versora-project-modal__body{padding:18px!important}
  .versora-footer-main{padding-top:52px!important;padding-bottom:42px!important}
}
@media(max-width:560px){
  .vsr-header-container{width:calc(100% - 18px)!important}
  .vsr-header__bar,.vsr-header__layout{min-height:64px!important}
  .vsr-header__logo,.vsr-header-logo,.vsr-header__logo-image{width:42px!important;height:42px!important;flex-basis:42px!important}
  body.versora-fa :where(.versora-btn,.vsr-button,.vsr-home-button,.vsr-inner-hero__button,.vsr-product-card__button,.woocommerce a.button,.woocommerce button.button){width:100%;justify-content:center}
  body.versora-fa :where(.versora-ui-actions,.versora-ref-actions,.vsr-home-actions){display:grid!important;grid-template-columns:1fr!important;width:100%!important}
}
@media(prefers-reduced-motion:reduce){
  body.versora-fa *,body.versora-fa *::before,body.versora-fa *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Feature rows used by services/about/support/solutions. */
body.versora-fa .versora-ui-feature-list article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;padding:16px 17px;border:1px solid var(--vsr-polish-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,24,33,.04)}
body.versora-fa .versora-ui-feature-list article>b{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:rgba(255,177,22,.13);color:#a66a00;font-size:.72rem;font-weight:950}
body.versora-fa .versora-ui-feature-list article h3{margin:0 0 4px;font-size:.96rem;line-height:1.55}
body.versora-fa .versora-ui-feature-list article p{margin:0;color:var(--vsr-polish-muted);font-size:.82rem;line-height:1.9}

/* Services cards have a clear commerce footer. */
body.versora-fa .versora-ui-card>span{display:inline-flex;margin-bottom:12px;color:#a66a00;font-size:.68rem;font-weight:900}
body.versora-fa .versora-ui-card ul{display:grid;gap:8px;margin:20px 0;padding:0;list-style:none}
body.versora-fa .versora-ui-card ul li{position:relative;padding-right:24px;color:#46505e;font-size:.78rem;line-height:1.8}
body.versora-fa .versora-ui-card ul li::before{content:"";position:absolute;right:3px;top:.78em;width:7px;height:7px;border-radius:50%;background:var(--vsr-polish-accent);box-shadow:0 0 0 4px rgba(255,177,22,.12)}
body.versora-fa .versora-commerce-price-row{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:22px;padding-top:17px;border-top:1px solid var(--vsr-polish-line)}
body.versora-fa .versora-commerce-price-row small{color:#7a8492;font-size:.68rem;font-weight:750}
body.versora-fa .versora-commerce-price-row strong{color:#171b24;font-size:1rem;font-weight:950}
body.versora-fa .versora-commerce-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}
body.versora-fa .versora-commerce-buy{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 13px;border-radius:10px;background:#111720;color:#fff!important;font-size:.72rem;font-weight:900}

/* Contact page. */
body.versora-fa .versora-contact-ref-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:26px;align-items:start}
body.versora-fa .versora-contact-form-shell{padding:clamp(24px,4vw,40px)!important}
body.versora-fa .versora-contact-guides{display:grid;gap:14px}
body.versora-fa .versora-ref-mini-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
body.versora-fa .versora-ref-mini-tags span{padding:7px 10px;border:1px solid rgba(17,21,28,.08);border-radius:999px;background:#f6f8fa;color:#596473;font-size:.68rem;font-weight:800}
body.versora-fa .versora-contact-reference .versora-contact-link{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;border:1px solid rgba(17,21,28,.08);border-radius:12px;background:#f8f9fb;color:#11151c;transition:.18s ease}
body.versora-fa .versora-contact-reference .versora-contact-link:hover{border-color:rgba(255,177,22,.32);background:#fff8e9}

/* FAQ / accordion. */
body.versora-fa .versora-home-accordion{display:grid;gap:10px}
body.versora-fa .versora-accordion-item{overflow:hidden;border:1px solid var(--vsr-polish-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 26px rgba(18,24,33,.035)!important}
body.versora-fa .versora-accordion-item>button,body.versora-fa .versora-accordion-item>summary{width:100%;min-height:58px;padding:14px 18px;border:0;background:transparent;color:#1b2028;text-align:right;font-weight:900;cursor:pointer}
body.versora-fa .versora-accordion-body{padding:0 18px 18px;color:#667180;line-height:1.95}

/* WordPress systems page. */
body.versora-fa .versora-wp-flow-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:36px;align-items:center}
body.versora-fa .versora-wp-meters{display:grid;gap:14px;padding:26px;border:1px solid var(--vsr-polish-line);border-radius:20px;background:#fff;box-shadow:var(--vsr-polish-shadow)}
body.versora-fa .versora-ref-two-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body.versora-fa .versora-ref-two-cards>*{padding:28px;border:1px solid var(--vsr-polish-line);border-radius:18px;background:#fff;box-shadow:var(--vsr-polish-shadow)}

/* Single service / solution detail. */
body.versora-fa .versora-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:36px;align-items:start}
body.versora-fa .versora-detail-grid>.versora-entry{padding:clamp(26px,4vw,44px);border:1px solid var(--vsr-polish-line);border-radius:20px;background:#fff;box-shadow:var(--vsr-polish-shadow)}
body.versora-fa .versora-detail-aside{position:sticky;top:104px;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(145deg,#171d27,#0d1118);color:#fff;box-shadow:0 20px 48px rgba(0,0,0,.14)}
body.versora-fa .versora-detail-aside :where(h2,h3,p,strong){color:inherit}
body.versora-fa .versora-detail-aside p{opacity:.67}
body.versora-fa .versora-process-section{background:linear-gradient(180deg,#f7f8fa,#f1f4f7)}

/* Archive service / solution layouts. */
body.versora-fa .versora-service-archive-grid{display:grid;gap:20px}
body.versora-fa .versora-service-archive-card{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);overflow:hidden!important}
body.versora-fa .versora-service-archive-card>img{width:100%;height:100%;min-height:290px;object-fit:cover}
body.versora-fa .versora-service-archive-card>div{padding:clamp(22px,3vw,34px)}
body.versora-fa .versora-solution-body{padding:24px}

/* Project archive filter and badges. */
body.versora-fa .versora-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;padding:8px;border:1px solid var(--vsr-polish-line);border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(18,24,33,.04)}
body.versora-fa .versora-filter :where(button,a){min-height:38px;padding:8px 13px;border:0;border-radius:9px;background:transparent;color:#596473;font-size:.72rem;font-weight:850;cursor:pointer}
body.versora-fa .versora-filter :where(button,a):hover,body.versora-fa .versora-filter .is-active{background:#111720;color:#fff}
body.versora-fa .versora-project-badges{display:flex;flex-wrap:wrap;gap:6px}
body.versora-fa .versora-project-badges span{padding:5px 8px;border-radius:999px;background:rgba(255,177,22,.14);color:#ffbf3c;font-size:.62rem;font-weight:850}

/* Case study facts / metrics. */
body.versora-fa .versora-case-facts{padding:26px 0;background:#111720;color:#fff}
body.versora-fa .versora-case-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.08)}
body.versora-fa .versora-case-fact{padding:18px;background:#111720}
body.versora-fa .versora-case-fact span{display:block;color:#ffbd38;font-size:.64rem;font-weight:900}
body.versora-fa .versora-case-fact strong{display:block;margin-top:6px;color:#fff;font-size:.82rem}
body.versora-fa .versora-case-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.versora-fa .versora-case-metric{padding:24px;border:1px solid var(--vsr-polish-line);border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(18,24,33,.045)}

/* Booking / auth. */
body.versora-fa .versora-booking-main{padding:clamp(58px,7vw,86px) 0;background:linear-gradient(180deg,#f5f7f9,#fff)}
body.versora-fa .versora-booking-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:28px;align-items:start}
body.versora-fa .versora-booking-form-card{padding:clamp(22px,3vw,34px)}
body.versora-fa .versora-auth-main{min-height:calc(100vh - 72px);display:grid;align-items:center;padding:clamp(54px,7vw,90px) 0;background:radial-gradient(circle at 75% 18%,rgba(255,177,22,.12),transparent 24%),linear-gradient(145deg,#111720,#090c12)}
body.versora-fa .versora-auth-container{width:min(720px,calc(100% - 28px))}
body.versora-fa .versora-auth-card{padding:clamp(24px,4vw,38px)!important}
body.versora-fa .versora-auth-tabs{display:flex;gap:7px;padding:6px;border-radius:12px;background:#f1f3f6}
body.versora-fa .versora-auth-tabs button{flex:1;min-height:40px;border:0;border-radius:8px;background:transparent;font-size:.76rem;font-weight:850;cursor:pointer}
body.versora-fa .versora-auth-tabs button.is-active{background:#fff;box-shadow:0 5px 18px rgba(18,24,33,.08)}

/* Trust/legal navigation. */
body.versora-fa .versora-ui-legal-layout{display:grid;grid-template-columns:minmax(210px,270px) minmax(0,1fr);gap:28px;align-items:start}
body.versora-fa .versora-ui-legal-nav,body.versora-fa .versora-trust-policy-sidebar{position:sticky;top:104px;display:grid;gap:5px;padding:16px;border:1px solid var(--vsr-polish-line);border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(18,24,33,.05)}
body.versora-fa .versora-ui-legal-nav a,body.versora-fa .versora-trust-policy-sidebar a{padding:10px 11px;border-radius:9px;color:#5e6876;font-size:.73rem;font-weight:800}
body.versora-fa .versora-ui-legal-nav a:hover,body.versora-fa .versora-trust-policy-sidebar a:hover{background:#fff5df;color:#9b6500}
body.versora-fa .versora-trust-policy-main{padding:clamp(58px,7vw,86px) 0;background:linear-gradient(180deg,#f5f7f9,#fff)}
body.versora-fa .versora-trust-policy-sidebar h2{margin:5px 0 10px}
body.versora-fa .versora-trust-policy-content{padding:clamp(26px,4vw,46px);border:1px solid var(--vsr-polish-line);border-radius:22px;background:#fff;box-shadow:var(--vsr-polish-shadow)}
body.versora-fa .versora-trust-policy-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 26px}
body.versora-fa .versora-trust-policy-meta span{padding:6px 9px;border-radius:999px;background:#f3f5f7;color:#697382;font-size:.65rem}
body.versora-fa .versora-trust-policy-notice{margin-top:30px;padding:16px;border-right:3px solid var(--vsr-polish-accent);border-radius:10px;background:#fff8e8;color:#5f4a1c}

@media(max-width:980px){
  body.versora-fa :where(.versora-contact-ref-grid,.versora-wp-flow-grid,.versora-detail-grid,.versora-booking-grid,.versora-ui-legal-layout){grid-template-columns:1fr}
  body.versora-fa :where(.versora-detail-aside,.versora-ui-legal-nav,.versora-trust-policy-sidebar){position:static!important}
  body.versora-fa .versora-service-archive-card{grid-template-columns:1fr}
  body.versora-fa .versora-case-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  body.versora-fa .versora-ref-two-cards,body.versora-fa .versora-case-metrics{grid-template-columns:1fr}
  body.versora-fa .versora-case-facts-grid{grid-template-columns:1fr}
  body.versora-fa .versora-commerce-card-actions{align-items:stretch;flex-direction:column}
  body.versora-fa .versora-commerce-buy{width:100%}
}

/* =========================
   Versora 2.3 — contrast and component integrity
   Light surfaces stay dark-on-light; dark surfaces stay light-on-dark.
   ========================= */
body.versora-fa :where(
  .versora-ui-card,
  .versora-content-card,
  .versora-package-card,
  .versora-ref-info-card:not(.is-dark),
  .versora-ref-two-cards>article,
  .versora-wp-meters,
  .versora-case-metric,
  .versora-case-panel,
  .versora-contact-form-shell,
  .versora-booking-form-card,
  .versora-ui-legal-content,
  .versora-trust-policy-content,
  .versora-detail-grid>.versora-entry,
  .versora-article,
  .versora-ui-empty,
  .versora-empty-card,
  .vsr-shop-empty
){color:#11151c!important}
body.versora-fa :where(
  .versora-ui-card,
  .versora-content-card,
  .versora-package-card,
  .versora-ref-info-card:not(.is-dark),
  .versora-ref-two-cards>article,
  .versora-wp-meters,
  .versora-case-metric,
  .versora-case-panel,
  .versora-contact-form-shell,
  .versora-booking-form-card,
  .versora-ui-legal-content,
  .versora-trust-policy-content,
  .versora-detail-grid>.versora-entry,
  .versora-article
) :where(h1,h2,h3,h4,h5,h6,strong,dt){color:#11151c!important}
body.versora-fa :where(
  .versora-ui-card,
  .versora-content-card,
  .versora-package-card,
  .versora-ref-info-card:not(.is-dark),
  .versora-ref-two-cards>article,
  .versora-wp-meters,
  .versora-case-metric,
  .versora-case-panel,
  .versora-contact-form-shell,
  .versora-booking-form-card,
  .versora-ui-legal-content,
  .versora-trust-policy-content,
  .versora-detail-grid>.versora-entry,
  .versora-article
) :where(p,li,dd){color:#4f5968!important}

/* Process/step cards follow the section palette instead of fighting it. */
body.versora-fa :where(.versora-ui-section:not(.is-dark),.versora-ref-soft,.versora-soft-section,.versora-process-section) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article){background:#fff!important;color:#11151c!important;border-color:rgba(17,21,28,.09)!important}
body.versora-fa :where(.versora-ui-section:not(.is-dark),.versora-ref-soft,.versora-soft-section,.versora-process-section) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) :where(h2,h3,strong){color:#11151c!important}
body.versora-fa :where(.versora-ui-section:not(.is-dark),.versora-ref-soft,.versora-soft-section,.versora-process-section) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) p{color:#596473!important;opacity:1!important}
body.versora-fa :where(.versora-ui-section.is-dark,.versora-ref-dark,.versora-dark-section,.versora-ui-final,.versora-ref-final) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article){background:rgba(255,255,255,.055)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important;box-shadow:none!important}
body.versora-fa :where(.versora-ui-section.is-dark,.versora-ref-dark,.versora-dark-section,.versora-ui-final,.versora-ref-final) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) :where(h2,h3,strong){color:#fff!important}
body.versora-fa :where(.versora-ui-section.is-dark,.versora-ref-dark,.versora-dark-section,.versora-ui-final,.versora-ref-final) :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) p{color:rgba(255,255,255,.68)!important;opacity:1!important}

/* Dark information cards on contact/final sections. */
body.versora-fa :where(.versora-ref-info-card.is-dark,.versora-ref-use-card,.versora-side-card,.versora-detail-aside){background:radial-gradient(circle at 88% 10%,rgba(255,177,22,.12),transparent 28%),linear-gradient(145deg,#171d27,#0d1118)!important;color:#fff!important;border-color:rgba(255,255,255,.10)!important}
body.versora-fa :where(.versora-ref-info-card.is-dark,.versora-ref-use-card,.versora-side-card,.versora-detail-aside) :where(h2,h3,h4,strong,dt,dd,a){color:#fff!important}
body.versora-fa :where(.versora-ref-info-card.is-dark,.versora-ref-use-card,.versora-side-card,.versora-detail-aside) p{color:rgba(255,255,255,.68)!important;opacity:1!important}
body.versora-fa .versora-ref-info-card.is-dark .versora-ref-mini-tags :where(span,b){display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.07);color:#fff!important;font-size:.68rem;font-weight:850}

/* Homepage preserves its intended dark product/blog cards. */
body.versora-front-page :where(.vsr-home-package-card,.vsr-home-blog-card){background:#151a23!important;color:#fff!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 20px 55px rgba(0,0,0,.14)!important}
body.versora-front-page :where(.vsr-home-package-card,.vsr-home-blog-card) :where(h2,h3,strong,a){color:#fff!important}
body.versora-front-page :where(.vsr-home-package-card,.vsr-home-blog-card) :where(p,li){color:rgba(255,255,255,.68)!important}
body.versora-front-page :where(.vsr-home-service-card,.vsr-home-testimonial-card){background:#fff!important;color:#11151c!important}
body.versora-front-page :where(.vsr-home-service-card,.vsr-home-testimonial-card) :where(h2,h3,strong){color:#11151c!important}
body.versora-front-page :where(.vsr-home-service-card,.vsr-home-testimonial-card) :where(p,li){color:#596473!important}

/* Portfolio cards remain image-led dark cards. */
body.versora-fa .versora-project-card{background:#151a23!important;color:#fff!important}
body.versora-fa .versora-project-card .versora-project-info :where(h2,h3,strong,a){color:#fff!important}
body.versora-fa .versora-project-card .versora-project-info p{color:rgba(255,255,255,.68)!important}


/* Flexible process grids: three- and four-step layouts stay balanced on desktop. */
body.versora-fa :where(.versora-ui-process,.versora-ref-steps,.versora-process-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))!important;align-items:stretch!important}
body.versora-fa :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article){min-height:220px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}
body.versora-fa :where(.versora-ui-process>article,.versora-ref-steps>article,.versora-process-grid>article) p{margin-top:auto!important;padding-top:10px!important}

/* Authentication keeps its intentional dark premium surface. */
body.versora-fa .versora-auth-card{background:rgba(27,29,37,.94)!important;color:#fff!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 28px 90px rgba(0,0,0,.32)!important}
body.versora-fa .versora-auth-card :where(h1,h2,h3,strong,label){color:#fff!important}
body.versora-fa .versora-auth-card p{color:#c2c6d0!important}
body.versora-fa .versora-auth-card :where(input[type=text],input[type=email],input[type=password],input[type=tel],textarea,select){background:#121319!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}
body.versora-fa .versora-auth-card :where(input,textarea)::placeholder{color:rgba(255,255,255,.45)!important}

/* Contact forms and light controls are always readable. */
body.versora-fa :where(.versora-contact-form-shell,.versora-booking-form-card,.woocommerce form.checkout,.woocommerce form.login,.woocommerce form.register,.woocommerce form.woocommerce-ResetPassword) :where(h1,h2,h3,h4,strong,label){color:#11151c!important}
body.versora-fa :where(.versora-contact-form-shell,.versora-booking-form-card,.woocommerce form.checkout,.woocommerce form.login,.woocommerce form.register,.woocommerce form.woocommerce-ResetPassword) :where(p,small){color:#596473!important}
body.versora-fa :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),select,textarea){color:#11151c!important;background:#fff!important}
body.versora-fa :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),textarea)::placeholder{color:#7b8492!important;opacity:1!important}

/* Footer contact links must remain dark — the contact-page card style must never leak here. */
.versora-footer .versora-contact-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 10px!important;padding:13px 14px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important;color:#fff!important}
.versora-footer .versora-contact-link:hover{border-color:rgba(255,177,22,.35)!important;background:rgba(255,177,22,.08)!important}
.versora-footer .versora-contact-link span{color:rgba(255,255,255,.55)!important;font-size:.68rem!important}
.versora-footer .versora-contact-link strong{color:#fff!important;font-size:.78rem!important;direction:ltr!important;unicode-bidi:embed!important;text-align:left!important}
.versora-footer .versora-phone-ltr{direction:ltr!important;unicode-bidi:embed!important;text-align:left!important}
.versora-ltr-value{direction:ltr!important;unicode-bidi:embed!important;text-align:left!important;display:inline-block!important}

/* Header is physically attached to viewport/top document edge. */
body:not(.admin-bar).versora-header-ready .vsr-header{top:0!important;margin-top:0!important}
body:not(.admin-bar) .vsr-site-shell,body:not(.admin-bar) #page{margin-top:0!important;padding-top:0!important}
body.admin-bar.versora-header-ready .vsr-header{top:var(--vsr-admin-offset,32px)!important;margin-top:0!important}

@media(max-width:782px){
  body.versora-fa :where(.versora-contact-ref-grid,.versora-wp-flow-grid,.versora-detail-grid,.versora-booking-grid,.versora-ui-legal-layout){grid-template-columns:1fr!important}
  body.versora-fa :where(.versora-ui-process,.versora-ref-steps,.versora-process-grid){grid-template-columns:1fr!important}
}

/* ==========================================================================\n   Versora R14 — Phase 2 / Premium Service Single\n   Scope: service detail route only; safe for Native + Elementor runtime.\n   ========================================================================== */
.vsr-inner-hero--service-single{padding-block:clamp(58px,6.4vw,92px) clamp(64px,7vw,104px);background:linear-gradient(128deg,#070b11 0%,#0e151f 54%,#171108 100%)}
.vsr-inner-hero--service-single .vsr-inner-hero__ambient{background:radial-gradient(circle at 82% 26%,rgba(255,177,22,.24),transparent 28%),radial-gradient(circle at 16% 75%,rgba(79,105,145,.16),transparent 32%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,auto,64px 64px,64px 64px}
.vsr-inner-hero--service-single .vsr-inner-hero__grid{grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:clamp(42px,6vw,82px)}
.vsr-inner-hero--service-single .vsr-inner-hero__eyebrow{padding:7px 11px;border:1px solid rgba(255,177,22,.22);border-radius:999px;background:rgba(255,177,22,.07)}
.vsr-inner-hero--service-single .vsr-inner-hero__eyebrow::before{width:18px}
.vsr-inner-hero--service-single h1{max-width:12ch;margin-block:15px 19px;font-size:clamp(3rem,5.3vw,5.7rem);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
.vsr-inner-hero--service-single .vsr-inner-hero__copy{max-width:60ch;color:rgba(255,255,255,.68);font-size:clamp(.98rem,1.18vw,1.1rem);line-height:2.05}
.vsr-inner-hero--service-single .vsr-inner-hero__actions{margin-top:30px;gap:12px}
.vsr-inner-hero--service-single .vsr-inner-hero__button{min-height:52px;padding-inline:22px;border-radius:14px}
.vsr-inner-hero--service-single .vsr-inner-hero__visual{padding:14px 12px 0}
.vsr-inner-hero--service-single .vsr-inner-hero__visual::before{content:"";position:absolute;inset:-16px auto auto -14px;width:86px;height:86px;border:1px solid rgba(255,177,22,.24);border-radius:24px;transform:rotate(14deg);pointer-events:none}
.vsr-inner-hero--service-single .vsr-inner-hero__figure{aspect-ratio:1.08;border-radius:30px;border-color:rgba(255,255,255,.16);box-shadow:0 38px 100px rgba(0,0,0,.48)}
.vsr-inner-hero--service-single .vsr-inner-hero__figure::before{inset:16px;border-radius:21px}
.vsr-inner-hero--service-single .vsr-inner-hero__facts{margin:-42px 22px 0;border-radius:18px;background:rgba(8,12,18,.92);box-shadow:0 24px 60px rgba(0,0,0,.36)}
.vsr-inner-hero--service-single .vsr-inner-hero__facts>div{padding:17px 15px}
.vsr-inner-hero--service-single .vsr-inner-hero__facts dt{font-size:.63rem;letter-spacing:.01em}
.vsr-inner-hero--service-single .vsr-inner-hero__facts dd{font-size:.78rem}

.vsr-service-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.vsr-service-section-head>div{max-width:780px}
.vsr-service-section-head h2{max-width:18ch;margin:10px 0 0;color:#111720;font-size:clamp(2rem,3.9vw,3.65rem);line-height:1.28;font-weight:950;letter-spacing:-.035em;text-wrap:balance}
.vsr-service-section-head>p{max-width:540px;margin:0;color:#667180;line-height:1.95}
.vsr-service-section-head__index{display:grid;place-items:center;width:62px;height:62px;border:1px solid #e5dfd3;border-radius:20px;background:#fff;color:#c98400;font-size:.76rem;font-weight:950;box-shadow:0 16px 36px rgba(18,24,33,.05)}

.vsr-service-overview{position:relative;overflow:hidden;background:linear-gradient(180deg,#f6f8fb 0%,#fff 100%)}
.vsr-service-overview::before{content:"";position:absolute;right:-160px;top:80px;width:340px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,177,22,.10),transparent 68%);pointer-events:none}
.vsr-service-overview__grid{display:grid;grid-template-columns:minmax(0,1.13fr) minmax(320px,.87fr);gap:22px;align-items:stretch}
.vsr-service-overview__story{position:relative;padding:clamp(30px,4vw,54px)!important;border:1px solid #e6e9ee!important;border-radius:28px!important;background:#fff!important;box-shadow:0 24px 70px rgba(16,24,40,.06)!important}
.vsr-service-overview__story::after{content:"";position:absolute;left:26px;top:26px;width:10px;height:10px;border-radius:50%;background:#ffb116;box-shadow:0 0 0 7px rgba(255,177,22,.11)}
.vsr-service-overview__label{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;color:#a56d00;font-size:.7rem;font-weight:950}
.vsr-service-overview__label::before{content:"";width:26px;height:2px;background:#ffb116}
.vsr-service-overview__content{color:#4f5a67;font-size:.98rem;line-height:2.15}
.vsr-service-overview__content :where(h2,h3,h4){margin:1.5em 0 .55em;color:#111720;font-weight:950;line-height:1.5}
.vsr-service-overview__content p:first-child{margin-top:0}.vsr-service-overview__content p:last-child{margin-bottom:0}
.vsr-service-overview__content :where(ul,ol){display:grid;gap:9px;padding-inline-start:22px}

.vsr-service-deliverables{display:flex;flex-direction:column;overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at 88% 4%,rgba(255,177,22,.17),transparent 30%),linear-gradient(145deg,#151c26,#090d13);color:#fff;box-shadow:0 28px 74px rgba(7,12,20,.18)}
.vsr-service-deliverables__top>span{display:inline-flex;padding:6px 9px;border:1px solid rgba(255,177,22,.22);border-radius:999px;background:rgba(255,177,22,.08);color:#ffbd38;font-size:.6rem;font-weight:950;letter-spacing:.08em}
.vsr-service-deliverables__top h3{margin:13px 0 8px;color:#fff;font-size:clamp(1.45rem,2vw,2rem);font-weight:950}
.vsr-service-deliverables__top p{margin:0;color:rgba(255,255,255,.58);font-size:.8rem;line-height:1.9}
.vsr-service-deliverables ul{display:grid;gap:0;margin:24px 0 0;padding:0;list-style:none}
.vsr-service-deliverables li{display:grid!important;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:center;padding:13px 0;border-top:1px solid rgba(255,255,255,.08);color:#fff!important}
.vsr-service-deliverables li b{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,177,22,.18);border-radius:9px;background:rgba(255,177,22,.07);color:#ffbd38;font-size:.59rem}
.vsr-service-deliverables li span{font-size:.78rem;font-weight:780;line-height:1.7}
.vsr-service-deliverables__empty{margin-top:24px;padding:16px;border:1px dashed rgba(255,255,255,.15);border-radius:15px;color:rgba(255,255,255,.58);font-size:.78rem;line-height:1.9}

.vsr-service-fit{margin-top:28px;padding-top:28px;border-top:1px solid #e8ebef}
.vsr-service-fit__head{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:28px;align-items:end;margin-bottom:20px}
.vsr-service-fit__head h3{max-width:17ch;margin:8px 0 0;color:#111720;font-size:clamp(1.65rem,3vw,2.8rem);font-weight:950;line-height:1.35;text-wrap:balance}
.vsr-service-fit__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.vsr-service-fit__card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:15px;min-height:174px;padding:22px;border:1px solid #e3e7ec;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(18,24,33,.04);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.vsr-service-fit__card:hover{transform:translateY(-4px);border-color:rgba(255,177,22,.38);box-shadow:0 22px 50px rgba(18,24,33,.08)}
.vsr-service-fit__card>b{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#111720;color:#ffba31;font-size:.67rem}
.vsr-service-fit__card h4{margin:3px 0 8px;color:#111720;font-size:1rem;font-weight:950}
.vsr-service-fit__card p{margin:0;color:#687382;font-size:.78rem;line-height:1.95}

.vsr-service-commerce{background:#fff}
.vsr-service-commerce__shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);gap:clamp(28px,5vw,68px);align-items:center;padding:clamp(28px,5vw,62px);border:1px solid #e4e7ec;border-radius:32px;background:linear-gradient(135deg,#fff 0%,#fbfcfd 54%,#fff8e8 100%);box-shadow:0 30px 90px rgba(18,24,33,.07)}
.vsr-service-commerce__intro h2{max-width:14ch;margin:11px 0 15px;color:#10161f;font-size:clamp(2rem,4vw,3.8rem);line-height:1.26;font-weight:950;letter-spacing:-.035em;text-wrap:balance}
.vsr-service-commerce__intro>p{max-width:62ch;margin:0;color:#64707d;line-height:2}
.vsr-service-commerce__signals{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}
.vsr-service-commerce__signals span{padding:8px 11px;border:1px solid #e3e6ea;border-radius:999px;background:#fff;color:#4f5965;font-size:.68rem;font-weight:850}
.vsr-service-commerce__card{position:relative;overflow:hidden;padding:27px;border:1px solid rgba(255,255,255,.09);border-radius:25px;background:radial-gradient(circle at 88% 0,rgba(255,177,22,.22),transparent 31%),linear-gradient(145deg,#171e28,#0b1017);color:#fff;box-shadow:0 28px 64px rgba(9,14,21,.22)}
.vsr-service-commerce__card::after{content:"";position:absolute;left:-42px;bottom:-52px;width:150px;aspect-ratio:1;border:1px solid rgba(255,177,22,.16);border-radius:50%}
.vsr-service-commerce__eyebrow{display:block;color:#ffbd38;font-size:.68rem;font-weight:950}
.vsr-service-commerce__price{display:block;margin:11px 0 7px;color:#fff;font-size:clamp(1.65rem,2.6vw,2.5rem);font-weight:950;line-height:1.4}
.vsr-service-commerce__price :where(.amount,.woocommerce-Price-amount){color:#fff!important}
.vsr-service-commerce__card>p{margin:0;color:rgba(255,255,255,.6);font-size:.76rem;line-height:1.9}
.vsr-service-commerce__card ul{display:grid;gap:9px;margin:21px 0;padding:17px 0;border-block:1px solid rgba(255,255,255,.09);list-style:none}
.vsr-service-commerce__card li{position:relative;padding-right:18px;color:rgba(255,255,255,.76);font-size:.72rem;line-height:1.8}
.vsr-service-commerce__card li::before{content:"";position:absolute;right:0;top:.7em;width:7px;height:7px;border-radius:50%;background:#ffb116;box-shadow:0 0 0 4px rgba(255,177,22,.09)}
.vsr-service-commerce__actions{display:grid;grid-template-columns:1fr;gap:9px;position:relative;z-index:2}
.vsr-service-commerce__actions .versora-btn{width:100%;min-height:48px;border-radius:13px!important}
.vsr-service-commerce__actions .versora-btn-dark{border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}

.vsr-service-process{position:relative;overflow:hidden;padding-block:clamp(66px,7vw,94px)!important;background:linear-gradient(135deg,#0b1017,#121923 56%,#19130a)!important}
.vsr-service-process::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(255,177,22,.15),transparent 30%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,70px 70px,70px 70px;pointer-events:none}
.vsr-service-process>.versora-container{position:relative;z-index:1}
.vsr-service-process .versora-ui-section-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:end;margin-bottom:34px}
.vsr-service-process .versora-ui-section-head h2{max-width:14ch!important;color:#fff!important;font-size:clamp(2rem,4vw,3.8rem)!important;line-height:1.25!important}
.vsr-service-process .versora-ui-section-head>p{max-width:55ch;margin:0;color:rgba(255,255,255,.59)!important;line-height:1.95}
.vsr-service-process .versora-ui-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid rgba(255,255,255,.09);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.04)!important;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.vsr-service-process .versora-ui-process>article{position:relative;min-height:250px;padding:28px 24px!important;border:0!important;border-left:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;background:rgba(11,16,23,.78)!important;box-shadow:none!important;color:#fff!important}
.vsr-service-process .versora-ui-process>article:last-child{border-left:0!important}
.vsr-service-process .versora-ui-process>article::after{content:"";position:absolute;right:24px;bottom:24px;width:34px;height:2px;background:rgba(255,177,22,.45)}
.vsr-service-process .versora-ui-process b{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,177,22,.2);border-radius:14px;background:rgba(255,177,22,.07);color:#ffbd38!important;font-size:.72rem!important}
.vsr-service-process .versora-ui-process h3{margin:32px 0 8px!important;color:#fff!important;font-size:1.15rem!important;font-weight:950!important}
.vsr-service-process .versora-ui-process p{margin:0!important;color:rgba(255,255,255,.57)!important;font-size:.77rem!important;line-height:1.95!important}

.vsr-service-trust{padding:clamp(62px,7vw,92px) 0;background:#f6f8fb}
.vsr-service-trust__shell{overflow:hidden;border:1px solid #e4e7ec;border-radius:32px;background:#fff;box-shadow:0 28px 80px rgba(17,24,39,.06)}
.vsr-service-trust__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:32px;align-items:end;padding:clamp(28px,4vw,50px)}
.vsr-service-trust__head h2{max-width:17ch;margin:11px 0 0;color:#111720;font-size:clamp(2rem,3.8vw,3.55rem);font-weight:950;line-height:1.28;letter-spacing:-.035em;text-wrap:balance}
.vsr-service-trust__head>p{margin:0;color:#66717d;line-height:1.95}
.vsr-service-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid #e7eaee;background:#fbfcfd}
.vsr-service-trust__grid article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:25px;border-left:1px solid #e7eaee}
.vsr-service-trust__grid article:last-child{border-left:0}
.vsr-service-trust__grid b{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#fff2d8;color:#9d6700;font-size:.65rem}
.vsr-service-trust__grid h3{margin:2px 0 6px;color:#111720;font-size:.95rem;font-weight:950}
.vsr-service-trust__grid p{margin:0;color:#707b87;font-size:.73rem;line-height:1.9}
.vsr-service-final{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(24px,3vw,36px);background:linear-gradient(135deg,#111923,#0a0f16);color:#fff}
.vsr-service-final span{color:#ffbd38;font-size:.68rem;font-weight:900}
.vsr-service-final h3{margin:5px 0 0;color:#fff;font-size:clamp(1.35rem,2.3vw,2.1rem);font-weight:950}
.vsr-service-final>div:last-child{display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.vsr-service-final__link{color:rgba(255,255,255,.68)!important;font-size:.75rem;font-weight:850;text-decoration:none!important}
.vsr-service-final__link:hover{color:#fff!important}

.vsr-service-related{background:#fff}
.vsr-service-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vsr-service-related__card{overflow:hidden;border:1px solid #e4e7ec;border-radius:24px;background:#fff;box-shadow:0 16px 46px rgba(18,24,33,.05);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.vsr-service-related__card:hover{transform:translateY(-5px);border-color:rgba(255,177,22,.36);box-shadow:0 26px 60px rgba(18,24,33,.09)}
.vsr-service-related__media{position:relative;display:block;aspect-ratio:1.45;overflow:hidden;background:#e9ecf0}
.vsr-service-related__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,11,17,.55));pointer-events:none}
.vsr-service-related__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.vsr-service-related__card:hover .vsr-service-related__media img{transform:scale(1.035)}
.vsr-service-related__media span{position:absolute;z-index:2;right:15px;bottom:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(10,14,20,.72);color:#ffbd38;font-size:.63rem;font-weight:950;backdrop-filter:blur(10px)}
.vsr-service-related__body{display:flex;flex-direction:column;min-height:240px;padding:21px}
.vsr-service-related__body>small{color:#a66f05;font-size:.64rem;font-weight:900}
.vsr-service-related__body h3{margin:8px 0 8px;color:#111720;font-size:1.18rem;font-weight:950;line-height:1.55}
.vsr-service-related__body h3 a{color:inherit!important;text-decoration:none!important}
.vsr-service-related__body p{margin:0;color:#6c7783;font-size:.78rem;line-height:1.9}
.vsr-service-related__link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:#8f6000!important;font-size:.74rem;font-weight:950;text-decoration:none!important}

@media(max-width:1050px){
  .vsr-inner-hero--service-single .vsr-inner-hero__grid{grid-template-columns:1fr;gap:42px}
  .vsr-inner-hero--service-single .vsr-inner-hero__visual{max-width:760px}
  .vsr-service-overview__grid,.vsr-service-commerce__shell,.vsr-service-trust__head{grid-template-columns:1fr}
  .vsr-service-fit__grid,.vsr-service-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vsr-service-process .versora-ui-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vsr-service-process .versora-ui-process>article:nth-child(2){border-left:0!important}
  .vsr-service-process .versora-ui-process>article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)!important}
}
@media(max-width:760px){
  .vsr-inner-hero--service-single{padding-block:42px 52px}
  .vsr-inner-hero--service-single h1{font-size:clamp(2.35rem,11.2vw,3.7rem)}
  .vsr-inner-hero--service-single .vsr-inner-hero__visual{padding:0}
  .vsr-inner-hero--service-single .vsr-inner-hero__visual::before{display:none}
  .vsr-inner-hero--service-single .vsr-inner-hero__figure{border-radius:22px;aspect-ratio:16/11}
  .vsr-inner-hero--service-single .vsr-inner-hero__facts{margin:-28px 10px 0}
  .vsr-service-section-head{align-items:start}.vsr-service-section-head__index{width:48px;height:48px;border-radius:15px}
  .vsr-service-section-head h2{font-size:clamp(1.85rem,8.5vw,2.75rem)}
  .vsr-service-overview__story,.vsr-service-deliverables{border-radius:21px!important;padding:23px!important}
  .vsr-service-fit__head{grid-template-columns:1fr;gap:12px}
  .vsr-service-fit__grid,.vsr-service-related__grid{grid-template-columns:1fr}
  .vsr-service-commerce__shell{padding:20px;border-radius:24px}
  .vsr-service-commerce__card{padding:22px;border-radius:21px}
  .vsr-service-process .versora-ui-section-head{grid-template-columns:1fr;gap:14px}
  .vsr-service-process .versora-ui-process{grid-template-columns:1fr}
  .vsr-service-process .versora-ui-process>article{min-height:0!important;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .vsr-service-process .versora-ui-process>article:last-child{border-bottom:0!important}
  .vsr-service-process .versora-ui-process h3{margin-top:18px!important}
  .vsr-service-trust__shell{border-radius:24px}
  .vsr-service-trust__grid{grid-template-columns:1fr}
  .vsr-service-trust__grid article{border-left:0;border-bottom:1px solid #e7eaee}.vsr-service-trust__grid article:last-child{border-bottom:0}
  .vsr-service-final{align-items:flex-start;flex-direction:column}.vsr-service-final>div:last-child{width:100%}.vsr-service-final .versora-btn{flex:1}
}
@media(max-width:520px){
  .vsr-service-section-head{display:grid;grid-template-columns:1fr auto;gap:14px}
  .vsr-service-fit__card{min-height:0;padding:18px}
  .vsr-service-commerce__signals{display:grid;grid-template-columns:1fr 1fr}
  .vsr-service-commerce__signals span{text-align:center}
}

/* ==========================================================================
   Versora R16 — Phase 4 / Full Elementor Editability
   Atomic Service + Article sections; shared by Native and Elementor runtime.
   ========================================================================== */
.vsr-service-story-block{padding-bottom:28px}
.vsr-service-story-block .vsr-service-overview__story{max-width:980px;margin-inline:auto}
.vsr-service-deliverables-section{position:relative;padding:28px 0 clamp(64px,7vw,96px);background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%)}
.vsr-service-deliverables-section .vsr-service-deliverables{max-width:980px;margin-inline:auto;padding:clamp(28px,4vw,48px)}
.vsr-service-deliverables-section .vsr-service-deliverables__top{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:20px;align-items:center}
.vsr-service-deliverables-section .vsr-service-deliverables__top>span{grid-row:1/3;align-self:start;margin-top:4px}
.vsr-service-deliverables-section .vsr-service-deliverables__top h3{margin-top:0}
.vsr-service-deliverables-section .vsr-service-deliverables ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px}
.vsr-service-fit-section{padding:clamp(64px,7vw,94px) 0;background:#f7f8fa}
.vsr-service-fit-section .vsr-service-fit{margin-top:0;padding-top:0;border-top:0}
.vsr-service-final-section{padding:0 0 clamp(64px,7vw,92px);background:#f6f8fb}
.vsr-service-final-section .vsr-service-final{overflow:hidden;border-radius:0 0 32px 32px;box-shadow:0 28px 80px rgba(17,24,39,.07)}
body.vec-true-elementor-service .elementor-widget-versora-service-story>.elementor-widget-container,
body.vec-true-elementor-service .elementor-widget-versora-service-deliverables>.elementor-widget-container,
body.vec-true-elementor-service .elementor-widget-versora-service-fit>.elementor-widget-container,
body.vec-true-elementor-service .elementor-widget-versora-service-process>.elementor-widget-container,
body.vec-true-elementor-service .elementor-widget-versora-service-final-cta>.elementor-widget-container{width:100%;max-width:none;margin:0;padding:0}

.vsr-article-tools-section{position:relative;padding:24px 0;background:#f7f8fa}
.vsr-article-tools-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}
.vsr-article-tools-shell .vsr-article-toc{padding:18px 20px}
.vsr-article-tools-shell .vsr-article-toc ol{display:flex;flex-wrap:wrap;gap:6px}
.vsr-article-tools-shell .vsr-article-toc li{flex:0 1 auto}
.vsr-article-tools-shell .vsr-article-toc a{padding:8px 10px;border:1px solid #edf0f3;border-right-width:1px;border-radius:10px;background:#fbfcfd}
.vsr-article-tools-shell .vsr-article-toc .is-level-3 a{padding-right:10px}
.vsr-article-tools-shell .vsr-article-share{min-width:210px}
.vsr-article-layout.is-content-only{grid-template-columns:minmax(0,790px);justify-content:center}
body.vec-true-elementor-article .elementor-widget-versora-article-tools>.elementor-widget-container,
body.vec-true-elementor-article .elementor-widget-versora-article-body>.elementor-widget-container,
body.vec-true-elementor-article .elementor-widget-versora-article-author>.elementor-widget-container,
body.vec-true-elementor-article .elementor-widget-versora-article-related-services>.elementor-widget-container,
body.vec-true-elementor-article .elementor-widget-versora-article-related-posts>.elementor-widget-container,
body.vec-true-elementor-article .elementor-widget-versora-article-final-cta>.elementor-widget-container{width:100%;max-width:none;margin:0;padding:0}

@media(max-width:900px){
  .vsr-service-deliverables-section .vsr-service-deliverables ul{grid-template-columns:1fr}
  .vsr-article-tools-shell{grid-template-columns:1fr}
  .vsr-article-tools-shell .vsr-article-share{min-width:0}
}
@media(max-width:640px){
  .vsr-service-deliverables-section .vsr-service-deliverables__top{grid-template-columns:1fr}
  .vsr-service-deliverables-section .vsr-service-deliverables__top>span{grid-row:auto;width:max-content;margin-bottom:10px}
  .vsr-service-final-section .vsr-service-final{border-radius:0 0 24px 24px}
  .vsr-article-tools-shell .vsr-article-toc ol{display:grid;grid-template-columns:1fr}
}

/* R25 — modal overflow hard stop: vertical scroll only, never horizontal. */
html:has(.versora-project-modal.is-open),body.vsr-project-modal-open{overflow-x:hidden!important}
.versora-project-modal{max-width:100vw!important;overflow:hidden!important;contain:layout paint}
.versora-project-modal__dialog{width:min(920px,calc(100vw - 44px))!important;max-width:calc(100vw - 44px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable;box-sizing:border-box!important}
.versora-project-modal__head,.versora-project-modal__body,.versora-project-modal .versora-contact-form,.versora-project-modal .versora-form-head,.versora-project-modal .versora-form-grid,.versora-project-modal .versora-form-grid label,.versora-project-modal .versora-field-full{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
.versora-project-modal .versora-form-grid>*{min-width:0!important;max-width:100%!important}
.versora-project-modal :where(input:not([type="checkbox"]),select,textarea,button){min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
.versora-project-modal input[type="file"]{width:100%!important;overflow:hidden!important}
.versora-project-modal :where(pre,code,a,p,span,strong){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:720px){.versora-project-modal{padding:8px!important}.versora-project-modal__dialog{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;border-radius:18px!important;scrollbar-gutter:auto}.versora-project-modal__head{padding:14px 15px!important}.versora-project-modal__body{padding:15px!important}}
