/* Tarhestan — Header */
:root{
	--th-primary:#0e7c66;--th-accent:#f2b84b;--th-bg:#fff;--th-text:#16211e;
	--th-muted:color-mix(in srgb,var(--th-text) 58%,var(--th-bg));
	--th-line:color-mix(in srgb,var(--th-text) 10%,var(--th-bg));
	--th-sunk:color-mix(in srgb,var(--th-text) 4%,var(--th-bg));
	--th-tint:color-mix(in srgb,var(--th-primary) 9%,var(--th-bg));
	--th-mark:color-mix(in srgb,var(--th-accent) 55%,transparent);
	--th-ring:0 0 0 3px color-mix(in srgb,var(--th-primary) 30%,transparent);
	--th-max:1320px;--th-h:78px;--th-h-compact:66px;--th-logo:140px;--th-logo-m:110px;
	--th-ease:cubic-bezier(.3,.7,.2,1);
}
html.th-lock{overflow:hidden}
.th-modal[hidden],.th-header [hidden],.th-drawer [hidden],.th-search [hidden]{display:none!important}
.th-i{display:block;flex:none}

/* Skip link */
.th-skip{position:absolute;top:-100px;right:1rem;z-index:100001;padding:.6rem 1rem;border-radius:10px;background:var(--th-primary);color:#fff!important;font-weight:700}
.th-skip:focus{top:1rem}
#th-content{display:block;height:0;outline:0}

/* ---------- Bar ---------- */
.th-header{position:relative;z-index:9990;background:var(--th-bg);color:var(--th-text);border-bottom:1px solid var(--th-line);font-family:inherit;direction:rtl;transition:box-shadow .3s,background-color .3s,transform .35s var(--th-ease)}
.th-header *,.th-header *::before,.th-header *::after,.th-drawer *,.th-modal *,.th-search *{box-sizing:border-box}
.th-header,.th-drawer,.th-modal,.th-search{text-align:right;line-height:1.7}
.th-header :is(ul,li,p),.th-drawer :is(ul,li,p){text-align:right}
.th-header a,.th-drawer a,.th-modal a{text-decoration:none}
.th-header--sticky{position:fixed;top:0;right:0;left:0}
.admin-bar .th-header--sticky{top:32px}
.th-header-spacer{height:var(--th-h)}
.th-header.is-scrolled{background:color-mix(in srgb,var(--th-bg) 86%,transparent);backdrop-filter:saturate(1.5) blur(16px);-webkit-backdrop-filter:saturate(1.5) blur(16px);box-shadow:0 10px 30px -18px rgba(16,33,28,.35);border-bottom-color:transparent}
.th-header.is-hidden{transform:translateY(-110%)}
.th-bar{display:flex;align-items:center;gap:clamp(.75rem,2vw,2rem);max-width:var(--th-max);height:var(--th-h);margin:0 auto;padding:0 clamp(1rem,2.5vw,2rem);transition:height .3s var(--th-ease)}
.th-header.is-scrolled .th-bar{height:var(--th-h-compact)}

.th-logo{display:flex;align-items:center;flex:none}
.th-logo__img{display:block;width:var(--th-logo);max-width:none;height:auto;max-height:56px;object-fit:contain;transition:transform .3s var(--th-ease)}
.th-header.is-scrolled .th-logo__img{transform:scale(.9)}
.th-logo__text{font-size:1.25rem;font-weight:800;color:var(--th-primary);white-space:nowrap}

/* ---------- Buttons ---------- */
.th-header button,.th-drawer button,.th-modal button,.th-search button{font-family:inherit;text-transform:none;letter-spacing:normal}
.th-iconbtn:not(#th-x){position:relative;display:inline-grid;place-items:center;width:42px;height:42px;min-height:0;padding:0;margin:0;border:1px solid var(--th-line);border-radius:12px;background:var(--th-bg);color:var(--th-text);cursor:pointer;box-shadow:none;transition:background .2s,border-color .2s,color .2s}
.th-iconbtn:not(#th-x):hover{background:var(--th-sunk);color:var(--th-primary)}
:is(.th-header,.th-drawer,.th-modal,.th-search) :is(a,button,input):focus:not(#th-x){outline:none}
:is(.th-header,.th-drawer,.th-modal,.th-search) :is(a,button):focus-visible:not(#th-x){box-shadow:var(--th-ring)}
.th-burger:not(#th-x){display:none}

.th-cart__count,.th-dot{position:absolute;top:-6px;left:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;border:2px solid var(--th-bg);background:var(--th-primary);color:#fff;font-size:11px;font-weight:800;line-height:15px;text-align:center}
.th-dot{background:#e0455d}

/* ---------- Desktop nav ---------- */
.th-nav{flex:1;min-width:0;align-self:stretch;display:flex;justify-content:center}
.th-nav__list{display:flex;align-items:stretch;gap:.15rem;margin:0;padding:0;list-style:none}
.th-nav__item{display:flex;align-items:center;margin:0}
.th-nav__link{display:flex;align-items:center;height:42px;padding:0 .8rem;border-radius:11px;color:var(--th-text)!important;font-size:.95rem;font-weight:600;white-space:nowrap;transition:background .2s,color .2s}
.th-nav__item.has-mega .th-nav__link{padding-left:.25rem;border-radius:0 11px 11px 0}
.th-nav__link:hover,.th-nav__item.is-open>.th-nav__link{background:var(--th-sunk);color:var(--th-primary)!important}
.th-nav__item.is-current>.th-nav__link{background-image:linear-gradient(transparent 62%,var(--th-mark) 62%,var(--th-mark) 88%,transparent 88%);background-size:calc(100% - 1.6rem) 100%;background-position:center;background-repeat:no-repeat}
.th-nav__item.has-mega.is-current>.th-nav__link{background-size:calc(100% - 1.05rem) 100%;background-position:left .25rem center}
.th-nav__caret:not(#th-x){display:grid;place-items:center;width:28px;height:42px;min-height:0;padding:0 0 0 .35rem;margin:0;border:0;border-radius:11px 0 0 11px;background:transparent;color:var(--th-muted);cursor:pointer;box-shadow:none}
.th-nav__caret .th-i{transition:transform .25s var(--th-ease)}
.th-nav__item:hover>.th-nav__caret,.th-nav__item.is-open>.th-nav__caret{background:var(--th-sunk);color:var(--th-primary)}
.th-nav__item.is-open>.th-nav__caret .th-i{transform:rotate(180deg)}
.th-nav__empty{align-self:center;font-size:.85rem;color:var(--th-muted)!important;border:1px dashed var(--th-line);padding:.4rem .8rem;border-radius:10px}

/* ---------- Mega menu ---------- */
.th-mega{position:absolute;top:100%;right:0;left:0;padding:0 clamp(1rem,2.5vw,2rem);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s,transform .28s var(--th-ease),visibility 0s .28s;pointer-events:none}
.th-nav__item.is-open>.th-mega{opacity:1;visibility:visible;transform:none;transition:opacity .22s,transform .28s var(--th-ease);pointer-events:auto}
.th-mega::before{content:"";position:absolute;top:-14px;right:0;left:0;height:14px}
.th-mega__inner{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:1.25rem;max-width:calc(var(--th-max) - 2rem);margin:.6rem auto 0;padding:1.25rem;background:var(--th-bg);border:1px solid var(--th-line);border-radius:22px;box-shadow:0 30px 70px -30px rgba(16,33,28,.4),0 2px 6px rgba(16,33,28,.04)}
.th-mega__inner--full{grid-template-columns:1fr}
.th-mega__intro{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.5rem;border-radius:16px;background:radial-gradient(120% 90% at 100% 0,color-mix(in srgb,var(--th-accent) 26%,transparent),transparent 60%),var(--th-tint)}
.th-mega__title{margin:0;font-size:1.3rem;font-weight:800;line-height:1.5;color:var(--th-text)}
.th-mega__desc{margin:0;font-size:.9rem;line-height:1.9;color:var(--th-muted)}
.th-mega__all{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;padding-top:.75rem;font-size:.9rem;font-weight:700;color:var(--th-primary)!important}
.th-mega__all:hover .th-i{transform:translateX(-4px)}
.th-mega__all .th-i{transition:transform .2s}
.th-mega__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.35rem 1rem;align-content:start;margin:0;padding:0;list-style:none}
.th-mega__col{margin:0;min-width:0}
.th-mega__card{display:flex;align-items:flex-start;gap:.8rem;padding:.8rem;border-radius:14px;color:var(--th-text)!important;transition:background .2s}
.th-mega__card:hover,.th-mega__col.is-current>.th-mega__card{background:var(--th-sunk)}
.th-mega__icon{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--th-tint);color:var(--th-primary);transition:background .2s,color .2s}
.th-mega__card:hover .th-mega__icon{background:var(--th-primary);color:#fff}
.th-mega__text{display:grid;gap:.15rem;min-width:0}
.th-mega__text strong{font-size:.95rem;font-weight:700;line-height:1.6}
.th-mega__text small{font-size:.8rem;line-height:1.7;color:var(--th-muted)}
.th-mega__links{margin:0 0 .5rem;padding:0 .8rem;list-style:none}
.th-mega__links li{margin:0}
.th-mega__links a{position:relative;display:block;padding:.35rem 1rem .35rem 0;font-size:.875rem;color:var(--th-muted)!important;transition:color .15s}
.th-mega__links a::before{content:"";position:absolute;right:.1rem;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:var(--th-line);transition:background .15s}
.th-mega__links a:hover,.th-mega__links a.is-current{color:var(--th-primary)!important}
.th-mega__links a:hover::before,.th-mega__links a.is-current::before{background:var(--th-accent)}
.th-mega__card:has(.th-mega__icon)+.th-mega__links{padding-right:calc(.8rem + 42px + .8rem)}

.th-dim{position:fixed;inset:0;z-index:9980;background:rgba(12,24,20,.28);opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s .25s}
body.th-mega-open .th-dim{opacity:1;visibility:visible;transition:opacity .25s}

/* ---------- Actions ---------- */
.th-actions{display:flex;align-items:center;gap:.55rem;flex:none;margin-inline-start:auto}
.th-nav+.th-actions{margin-inline-start:0}
.th-consult{display:inline-flex;align-items:center;gap:.55rem;height:44px;padding:0 .5rem 0 1rem;border:1.5px solid color-mix(in srgb,var(--th-primary) 28%,transparent);border-radius:13px;color:var(--th-primary)!important;font-weight:700;font-size:.9rem;white-space:nowrap;transition:background .2s,border-color .2s}
.th-consult:hover{background:var(--th-tint);border-color:var(--th-primary)}
.th-consult__icon{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--th-tint)}
.th-consult__live{position:absolute;top:-3px;left:-3px;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid var(--th-bg)}
.th-consult__live::after{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid #22c55e;animation:th-live 2s ease-out infinite}
@keyframes th-live{from{transform:scale(1);opacity:.8}to{transform:scale(2.4);opacity:0}}
.th-login{display:inline-flex;align-items:center;gap:.5rem;height:44px;padding:0 1.1rem;border-radius:13px;background:linear-gradient(135deg,#16213E,#0F3460);color:#fff!important;font-weight:700;font-size:.9rem;white-space:nowrap;transition:background .2s,transform .12s}
.th-login:hover{background:#272561a6;}
.th-login:active{transform:scale(.98)}

/* User menu */
.th-user{position:relative}
.th-user__btn:not(#th-x){display:flex;align-items:center;gap:.5rem;height:44px;min-height:0;margin:0;padding:0 .35rem 0 .7rem;border:1px solid var(--th-line);border-radius:13px;background:var(--th-bg);color:var(--th-text);font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:none}
.th-user__btn:not(#th-x):hover,.th-user.is-open .th-user__btn:not(#th-x){background:var(--th-sunk)}
.th-user__avatar{width:34px;height:34px;border-radius:10px;object-fit:cover}
.th-user__name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.th-user__btn .th-i{color:var(--th-muted);transition:transform .25s}
.th-user.is-open .th-user__btn .th-i{transform:rotate(180deg)}
.th-user__menu{position:absolute;top:calc(100% + 10px);left:0;width:290px;padding:.5rem;background:var(--th-bg);border:1px solid var(--th-line);border-radius:18px;box-shadow:0 26px 60px -24px rgba(16,33,28,.42);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s,transform .25s var(--th-ease),visibility 0s .25s}
.th-user.is-open .th-user__menu{opacity:1;visibility:visible;transform:none;transition:opacity .2s,transform .25s var(--th-ease)}
.th-user__head{display:flex;align-items:center;gap:.7rem;padding:.7rem;margin-bottom:.35rem;border-radius:13px;background:var(--th-tint);color:var(--th-text)!important}
.th-user__head img{width:44px;height:44px;border-radius:12px;object-fit:cover}
.th-user__head span{display:grid;min-width:0}
.th-user__head strong{font-size:.93rem}
.th-user__head small{font-size:.78rem;color:var(--th-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;direction:ltr;text-align:right}
.th-user__links{margin:0;padding:0;list-style:none;max-height:min(56vh,420px);overflow:auto}
.th-user__links li{margin:0}
.th-user__links a,.th-user__logout{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:11px;font-size:.9rem;color:var(--th-text)!important;transition:background .15s,color .15s}
.th-user__links a:hover{background:var(--th-sunk);color:var(--th-primary)!important}
.th-user__links a span{flex:1}
.th-user__links svg{color:var(--th-muted);flex:none}
.th-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--th-accent);color:#2a1d00;font-size:11px;font-weight:800;line-height:22px;text-align:center}
.th-user__logout{margin-top:.35rem;border-top:1px solid var(--th-line);border-radius:0 0 11px 11px;padding-top:.75rem;color:#c2344d!important}
.th-user__logout:hover{background:color-mix(in srgb,#c2344d 7%,transparent)}

/* ---------- Drawer (mobile) ---------- */
.th-drawer{position:fixed;inset:0;z-index:99990;visibility:hidden;transition:visibility 0s .35s;direction:rtl}
.th-drawer.is-open{visibility:visible;transition:none}
.th-drawer__backdrop{position:absolute;inset:0;background:rgba(12,24,20,.45);opacity:0;transition:opacity .3s}
.th-drawer.is-open .th-drawer__backdrop{opacity:1}
.th-drawer__panel{position:absolute;top:0;bottom:0;right:0;display:flex;flex-direction:column;width:min(88vw,370px);background:var(--th-bg);color:var(--th-text);box-shadow:-20px 0 60px -20px rgba(0,0,0,.35);transform:translateX(105%);transition:transform .35s var(--th-ease)}
.th-drawer.is-open .th-drawer__panel{transform:none}
.th-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid var(--th-line)}
.th-drawer__top .th-logo__img{width:var(--th-logo-m)}
.th-drawer__me{display:flex;align-items:center;gap:.75rem;margin:1rem 1.1rem 0;padding:.75rem;border-radius:14px;background:var(--th-tint);color:var(--th-text)!important}
.th-drawer__me img{width:44px;height:44px;border-radius:12px;object-fit:cover}
.th-drawer__me span{display:grid;flex:1}
.th-drawer__me small{color:var(--th-primary);font-size:.8rem}
.th-drawer__search{display:flex;align-items:center;gap:.5rem;margin:1rem 1.1rem 0;padding:0 .85rem;height:46px;border:1.5px solid var(--th-line);border-radius:13px;color:var(--th-muted);transition:border-color .2s}
.th-drawer__search:focus-within{border-color:var(--th-primary)}
.th-drawer__search input:not(#th-x){flex:1;min-width:0;height:100%;padding:0;margin:0;border:0;outline:0;background:transparent;box-shadow:none;font:inherit;font-size:.95rem;color:var(--th-text)}
.th-drawer__nav{flex:1;overflow-y:auto;padding:.75rem .6rem;overscroll-behavior:contain}
.th-acc{margin:0;padding:0;list-style:none}
.th-acc__item{margin:0}
.th-acc__row{display:flex;align-items:center;border-radius:12px}
.th-acc__item.is-current>.th-acc__row{background:var(--th-tint)}
.th-acc__link{flex:1;display:flex;align-items:center;gap:.65rem;min-height:48px;padding:0 .75rem;font-size:1rem;font-weight:600;color:var(--th-text)!important}
.th-acc__link .th-i{color:var(--th-primary)}
.th-acc--sub .th-acc__link{min-height:42px;font-size:.92rem;font-weight:500;color:var(--th-muted)!important}
.th-acc__toggle:not(#th-x){display:grid;place-items:center;width:44px;height:44px;min-height:0;padding:0;margin:0;border:0;border-radius:11px;background:transparent;color:var(--th-muted);cursor:pointer;box-shadow:none}
.th-acc__toggle .th-i{transition:transform .25s var(--th-ease)}
.th-acc__toggle[aria-expanded="true"] .th-i{transform:rotate(180deg);color:var(--th-primary)}
.th-acc__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s var(--th-ease)}
.th-acc__panel>div{overflow:hidden}
.th-acc__item.is-open>.th-acc__panel{grid-template-rows:1fr}
.th-acc--sub{margin:0 1rem .35rem 0;padding-right:.5rem;border-right:2px solid var(--th-line)}
.th-drawer__foot{display:grid;gap:.6rem;padding:1rem 1.1rem calc(1rem + env(safe-area-inset-bottom));border-top:1px solid var(--th-line)}
.th-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;height:48px;border-radius:13px;font-weight:700;font-size:.95rem}
.th-btn--primary{background:var(--th-primary);color:#fff!important}
.th-btn--soft{background:var(--th-tint);color:var(--th-primary)!important}
.th-btn--ghost{border:1px solid var(--th-line);color:var(--th-text)!important}

/* ---------- Search overlay ---------- */
.th-search{position:fixed;inset:0;z-index:99995;display:flex;justify-content:center;padding:clamp(4rem,14vh,9rem) 1rem 1rem;visibility:hidden;transition:visibility 0s .3s;direction:rtl}
.th-search.is-open{visibility:visible;transition:none}
.th-search__backdrop{position:absolute;inset:0;background:rgba(12,24,20,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .3s}
.th-search.is-open .th-search__backdrop{opacity:1}
.th-search__box{position:relative;display:flex;align-items:center;gap:.75rem;width:min(680px,100%);height:64px;padding:0 .6rem 0 1.25rem;border-radius:18px;background:var(--th-bg);color:var(--th-muted);box-shadow:0 30px 80px -20px rgba(0,0,0,.45);opacity:0;transform:translateY(-12px) scale(.98);transition:opacity .25s,transform .3s var(--th-ease)}
.th-search.is-open .th-search__box{opacity:1;transform:none}
.th-search__box input:not(#th-x){flex:1;min-width:0;height:100%;padding:0;margin:0;border:0;outline:0;background:transparent;box-shadow:none;font:inherit;font-size:1.1rem;color:var(--th-text)}

/* ---------- Consult modal ---------- */
.th-modal{position:fixed;inset:0;z-index:99996;display:grid;place-items:center;padding:1rem;direction:rtl;color:var(--th-text)}
.th-modal__backdrop{position:absolute;inset:0;background:rgba(12,24,20,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .25s}
.th-modal.is-open .th-modal__backdrop{opacity:1}
.th-modal__dialog{position:relative;width:100%;max-width:560px;max-height:calc(100dvh - 2rem);overflow-y:auto;padding:1.75rem;background:var(--th-bg);border-radius:24px;box-shadow:0 40px 90px -30px rgba(0,0,0,.5);opacity:0;transform:translateY(14px) scale(.97);transition:opacity .25s,transform .3s var(--th-ease);overscroll-behavior:contain}
.th-modal.is-open .th-modal__dialog{opacity:1;transform:none}
.th-modal__close:not(#th-x){position:absolute;top:1rem;left:1rem;display:grid;place-items:center;width:38px;height:38px;min-height:0;padding:0;margin:0;border:0;border-radius:50%;background:var(--th-sunk);color:var(--th-muted);cursor:pointer;box-shadow:none}
.th-modal__close:not(#th-x):hover{color:var(--th-text)}
.th-modal__view{display:none}
.th-modal__view.is-active{display:block;animation:th-in .3s var(--th-ease) both}
@keyframes th-in{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:none}}
.th-modal__head{margin:0 0 1.25rem;padding-left:2.5rem}
.th-modal__title{margin:0;font-size:1.3rem;font-weight:800;line-height:1.6}
.th-modal__sub{margin:.35rem 0 0;font-size:.92rem;line-height:1.8;color:var(--th-muted)}
.th-modal__back:not(#th-x){display:inline-flex;align-items:center;gap:.35rem;min-height:0;margin:0 0 .9rem;padding:0;border:0;background:none;color:var(--th-muted);font-size:.875rem;cursor:pointer;box-shadow:none}
.th-modal__back:not(#th-x):hover{color:var(--th-primary)}
.th-options{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
.th-option:not(#th-x){position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;min-height:0;margin:0;padding:1.25rem;border:1.5px solid var(--th-line);border-radius:18px;background:var(--th-bg);color:var(--th-text);font:inherit;text-align:right;cursor:pointer;box-shadow:none;transition:border-color .2s,box-shadow .2s,transform .2s}
.th-option:not(#th-x):hover{border-color:var(--th-primary);box-shadow:0 14px 30px -18px color-mix(in srgb,var(--th-primary) 70%,transparent);transform:translateY(-2px)}
.th-option__icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:var(--th-tint);color:var(--th-primary)}
.th-option--call .th-option__icon{background:color-mix(in srgb,#22c55e 14%,var(--th-bg));color:#15803d}
.th-option__body{display:grid;gap:.3rem}
.th-option__body strong{font-size:1.02rem;font-weight:800}
.th-option__body small{display:flex;align-items:center;gap:.3rem;font-size:.82rem;line-height:1.7;color:var(--th-muted)}
.th-option__num{margin-top:.35rem;padding:.45rem .75rem;border-radius:10px;background:var(--th-sunk);font-size:1.1rem;font-weight:800;letter-spacing:.02em;text-align:center;color:var(--th-text)}
.th-option__go{position:absolute;top:1.25rem;left:1.1rem;color:var(--th-muted);transition:transform .2s,color .2s}
.th-option:hover .th-option__go{transform:translateX(-4px);color:var(--th-primary)}

/* Generic styling for form plugins inside the modal */
.th-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),.th-form select,.th-form textarea{width:100%;max-width:100%;min-height:46px;padding:.55rem .85rem;margin:0;border:1.5px solid var(--th-line);border-radius:12px;background:var(--th-bg);color:var(--th-text);font:inherit;font-size:.95rem;box-shadow:none;transition:border-color .2s,box-shadow .2s}
.th-form textarea{min-height:110px;resize:vertical}
.th-form :is(input,select,textarea):focus{outline:none;border-color:var(--th-primary);box-shadow:var(--th-ring)}
.th-form label{font-size:.88rem;font-weight:600}
.th-form p{margin:0 0 .9rem}
.th-form :is(input[type=submit],button[type=submit],.wpforms-submit,.gform_button){width:100%;min-height:48px;padding:0 1.25rem;border:0;border-radius:13px;background:var(--th-primary);color:#fff;font:inherit;font-weight:700;font-size:.95rem;cursor:pointer}
.th-form :is(input[type=submit],button[type=submit]):hover{background:color-mix(in srgb,var(--th-primary) 86%,#000)}
.th-form__empty{padding:1rem;border:1.5px dashed var(--th-line);border-radius:14px;color:var(--th-muted);text-align:center}
.th-form__empty a{color:var(--th-primary)}

/* ---------- Responsive ---------- */
@media (max-width:1180px){
	.th-consult__label{display:none}
	.th-consult{padding:0 .4rem;width:44px;justify-content:center}
	.th-nav__link{padding:0 .6rem;font-size:.9rem}
}
@media (max-width:1024px){
	:root{--th-h:66px;--th-h-compact:60px}
	.th-nav{display:none}
	.th-burger:not(#th-x){display:inline-grid}
	.th-bar{gap:.6rem}
	.th-logo__img{width:var(--th-logo-m)}
	.th-actions{margin-inline-start:auto}
	.th-user__name,.th-user__btn>.th-i{display:none}
	.th-user__btn:not(#th-x){padding:0 4px;height:42px}
	.th-login__label{display:none}
	.th-login{width:42px;padding:0;justify-content:center;height:42px}
	.th-consult{height:42px;width:42px;border-radius:12px}
	.th-consult__icon{background:transparent}
	.th-dim{display:none}
}
@media (max-width:782px){
	.admin-bar .th-header--sticky{top:46px}
}
@media (max-width:420px){
	.th-actions{gap:.35rem}
	.th-iconbtn:not(#th-x){width:38px;height:38px}
	.th-actions>.th-iconbtn[data-th-search-open]{display:none}
}
@media (max-width:560px){
	.th-modal{place-items:end stretch;padding:0}
	.th-modal__dialog{max-width:none;border-radius:24px 24px 0 0;padding:1.4rem 1.25rem calc(1.4rem + env(safe-area-inset-bottom));transform:translateY(100%)}
	.th-modal__dialog::before{content:"";display:block;width:42px;height:4px;margin:-.5rem auto 1rem;border-radius:4px;background:var(--th-line)}
	.th-options{grid-template-columns:1fr}
	.th-option:not(#th-x){flex-direction:row;align-items:center}
	.th-option--call .th-option__body{flex:1}
	.th-user__menu{position:fixed;top:calc(var(--th-h) + 8px);right:.75rem;left:.75rem;width:auto}
}
@media (prefers-reduced-motion:reduce){
	.th-header *,.th-drawer *,.th-modal *,.th-search *,.th-header{transition-duration:.01ms!important;animation-duration:.01ms!important}
}
.vc_rtl-columns-reverse .vc_hidden-sm > .vc_column-inner > .wpb_wrapper > .vc_do_btn .vc_general {
    color: #fff !important;
}
