/*
Theme Name: Tech Hut
Theme URI: https://techhutelectronics.com
Author: Tech Hut Used Elect. Devices & Computer Trading LLC
Author URI: https://techhutelectronics.com
Description: A fast, SEO-ready custom WordPress theme built for Tech Hut Used Elect. Devices & Computer Trading LLC (Sharjah, UAE). Purpose-built for used and refurbished IT trading, ITAD / secure IT asset disposal, buy-back, bulk supply and import-export. Includes plugin-free enquiry forms with a built-in leads inbox, one-click demo setup, LocalBusiness schema and a WhatsApp click-to-chat button.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techhut
Tags: business, e-commerce, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* =========================================================
   1. TOKENS
   ========================================================= */
:root{
  --th-navy:#0A1F44;
  --th-navy-2:#12305F;
  --th-navy-3:#0E2B57;
  --th-blue:#1E7BFF;
  --th-blue-dark:#0B5ED7;
  --th-cyan:#00C2FF;
  --th-amber:#FFB020;
  --th-green:#00A96A;
  --th-red:#E23D3D;
  --th-text:#1B2431;
  --th-muted:#5B6B82;
  --th-line:#E2E9F3;
  --th-bg:#FFFFFF;
  --th-bg-soft:#F4F8FD;
  --th-bg-soft-2:#EAF2FF;
  --th-radius:14px;
  --th-radius-lg:22px;
  --th-shadow:0 2px 6px rgba(10,31,68,.05), 0 12px 32px rgba(10,31,68,.08);
  --th-shadow-lg:0 8px 20px rgba(10,31,68,.08), 0 28px 60px rgba(10,31,68,.12);
  --th-grad:linear-gradient(135deg,var(--th-blue),var(--th-cyan));
  --th-grad-navy:linear-gradient(160deg,var(--th-navy-2),var(--th-navy));
  --th-font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --th-wrap:1200px;
  --th-header-h:76px;
}

/* =========================================================
   2. RESET / BASE
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--th-font);font-size:17px;line-height:1.7;color:var(--th-text);background:var(--th-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
svg{display:block}
a{color:var(--th-blue);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--th-blue-dark)}
h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;color:var(--th-navy);margin:0 0 .6em;letter-spacing:-.02em}
h1{font-size:clamp(2rem,4.4vw,3.35rem)}
h2{font-size:clamp(1.65rem,3.1vw,2.5rem)}
h3{font-size:clamp(1.2rem,2vw,1.5rem)}
h4{font-size:1.1rem}
p{margin:0 0 1.1em}
ul,ol{margin:0 0 1.2em;padding-left:1.3em}
li{margin-bottom:.45em}
blockquote{margin:1.5em 0;padding:1.2em 1.6em;background:var(--th-bg-soft);border-left:5px solid var(--th-blue);border-radius:0 var(--th-radius) var(--th-radius) 0;font-size:1.05em}
blockquote p:last-child{margin-bottom:0}
hr{border:0;border-top:1px solid var(--th-line);margin:2.5em 0}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}
pre{background:var(--th-navy);color:#dbe7ff;padding:1.1em 1.3em;border-radius:var(--th-radius);overflow:auto}
code{background:var(--th-bg-soft-2);padding:.15em .4em;border-radius:5px;color:var(--th-navy)}
table{width:100%;border-collapse:collapse;margin:0 0 1.5em;font-size:.97em}
th,td{padding:.85em 1em;border:1px solid var(--th-line);text-align:left}
th{background:var(--th-bg-soft);color:var(--th-navy);font-weight:700}
tbody tr:nth-child(even){background:#FAFCFF}
figure{margin:0 0 1.5em}
figcaption{font-size:.88em;color:var(--th-muted);margin-top:.6em}
:focus-visible{outline:3px solid var(--th-cyan);outline-offset:2px;border-radius:4px}
::selection{background:var(--th-blue);color:#fff}

/* =========================================================
   3. LAYOUT HELPERS
   ========================================================= */
.th-wrap{width:100%;max-width:var(--th-wrap);margin:0 auto;padding:0 22px}
.th-wrap-narrow{max-width:860px}
.th-section{padding:clamp(56px,7vw,104px) 0}
.th-section--soft{background:var(--th-bg-soft)}
.th-section--navy{background:var(--th-navy);color:#D6E3F7}
.th-section--navy h2,.th-section--navy h3,.th-section--navy h4{color:#fff}
.th-grid{display:grid;gap:26px}
.th-g2{grid-template-columns:repeat(2,1fr)}
.th-g3{grid-template-columns:repeat(3,1fr)}
.th-g4{grid-template-columns:repeat(4,1fr)}
.th-center{text-align:center}
.th-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--th-blue);background:var(--th-bg-soft-2);border-radius:100px;padding:7px 16px;margin-bottom:16px}
.th-section--navy .th-eyebrow{background:rgba(30,123,255,.18);color:var(--th-cyan)}
.th-lead{font-size:1.12rem;color:var(--th-muted);max-width:70ch}
.th-section--navy .th-lead{color:#AFC3DE}
.th-center .th-lead{margin-left:auto;margin-right:auto}
.th-head{max-width:760px;margin-bottom:48px}
.th-center .th-head,.th-head.th-center{margin-left:auto;margin-right:auto}
.th-mb0{margin-bottom:0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:var(--th-navy);color:#fff;padding:12px 20px;border-radius:0 0 10px 0}
.skip-link:focus{left:0;color:#fff}

/* =========================================================
   4. BUTTONS
   ========================================================= */
.th-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:inherit;font-size:1rem;font-weight:700;line-height:1;padding:16px 30px;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;text-align:center}
.th-btn svg{width:18px;height:18px;flex:0 0 auto}
.th-btn--primary{background:var(--th-grad);color:#fff;box-shadow:0 10px 24px rgba(30,123,255,.32)}
.th-btn--primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(30,123,255,.42)}
.th-btn--dark{background:var(--th-navy);color:#fff}
.th-btn--dark:hover{background:var(--th-navy-2);color:#fff;transform:translateY(-2px)}
.th-btn--ghost{background:transparent;color:var(--th-navy);border-color:var(--th-line)}
.th-btn--ghost:hover{border-color:var(--th-blue);color:var(--th-blue);background:var(--th-bg-soft)}
.th-btn--light{background:#fff;color:var(--th-navy)}
.th-btn--light:hover{color:var(--th-blue);transform:translateY(-2px)}
.th-btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.42)}
.th-btn--outline-light:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff}
.th-btn--wa{background:#25D366;color:#fff;box-shadow:0 10px 24px rgba(37,211,102,.3)}
.th-btn--wa:hover{background:#1EBE5A;color:#fff;transform:translateY(-2px)}
.th-btn--sm{padding:11px 20px;font-size:.9rem}
.th-btn--block{width:100%}
.th-btns{display:flex;flex-wrap:wrap;gap:14px}
.th-center .th-btns{justify-content:center}

/* =========================================================
   5. HEADER
   ========================================================= */
.th-topbar{background:var(--th-navy);color:#B9CCE8;font-size:.86rem}
.th-topbar .th-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:42px;flex-wrap:wrap}
.th-topbar a{color:#DCE7F8;display:inline-flex;align-items:center;gap:7px}
.th-topbar a:hover{color:#fff}
.th-topbar svg{width:15px;height:15px;color:var(--th-cyan)}
.th-topbar__left,.th-topbar__right{display:flex;align-items:center;gap:22px;flex-wrap:wrap;padding:6px 0}
.th-topbar__badge{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:600}
.th-topbar__badge i{width:8px;height:8px;border-radius:50%;background:#00E08A;display:inline-block}

.th-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.94);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--th-line);transition:box-shadow .25s ease}
.th-header.is-stuck{box-shadow:0 6px 24px rgba(10,31,68,.09)}
.th-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:var(--th-header-h)}
.th-brand{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.th-brand img,.th-brand svg{max-height:52px;width:auto}
.th-brand__text .n{font-weight:900;font-size:1.35rem;color:var(--th-navy);letter-spacing:-.02em;line-height:1.05;display:block}
.th-brand__text .n span{color:var(--th-blue)}
.th-brand__text .t{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--th-muted);font-weight:600}

.th-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.th-nav ul{list-style:none;display:flex;align-items:center;gap:2px;margin:0;padding:0}
.th-nav li{position:relative;margin:0}
.th-nav a{display:block;padding:10px 14px;font-size:.95rem;font-weight:600;color:var(--th-navy);border-radius:9px}
.th-nav a:hover,.th-nav .current-menu-item>a,.th-nav .current_page_item>a,.th-nav .current-menu-parent>a,.th-nav .current-menu-ancestor>a{background:var(--th-bg-soft-2);color:var(--th-blue)}
.th-nav .menu-item-has-children>a::after{content:"";display:inline-block;width:6px;height:6px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.th-nav ul ul{position:absolute;top:calc(100% + 10px);left:0;min-width:252px;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius);box-shadow:var(--th-shadow-lg);padding:8px;display:block;flex-direction:column;align-items:stretch;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:20}
.th-nav li:hover>ul,.th-nav li:focus-within>ul{opacity:1;visibility:visible;transform:translateY(0)}
.th-nav ul ul li{width:100%}
.th-nav ul ul a{padding:11px 14px;font-weight:600;font-size:.92rem}
.th-nav ul ul ul{top:-8px;left:100%}
.th-header__cta{display:flex;align-items:center;gap:10px;flex:0 0 auto}

.th-burger{display:none;width:46px;height:46px;border:1px solid var(--th-line);background:#fff;border-radius:11px;cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.th-burger span{display:block;width:20px;height:2px;background:var(--th-navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.th-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.th-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.th-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* =========================================================
   6. HERO
   ========================================================= */
.th-hero{position:relative;background:var(--th-grad-navy);color:#D6E3F7;overflow:hidden;padding:clamp(56px,6vw,92px) 0 clamp(64px,7vw,110px)}
.th-hero::before{content:"";position:absolute;inset:0;background-image:url('assets/images/pattern-circuit.svg');background-size:220px;opacity:.16;pointer-events:none}
.th-hero::after{content:"";position:absolute;width:640px;height:640px;right:-180px;top:-260px;background:radial-gradient(circle,rgba(0,194,255,.32),transparent 62%);pointer-events:none}
.th-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.th-hero h1{color:#fff;margin-bottom:.4em}
.th-hero h1 em{font-style:normal;background:linear-gradient(120deg,var(--th-cyan),#7ee0ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.th-hero p.th-hero__sub{font-size:1.16rem;color:#B9CCE8;max-width:56ch}
.th-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 30px}
.th-hero__badges span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);color:#DCE7F8;font-size:.84rem;font-weight:600;padding:8px 15px;border-radius:100px}
.th-hero__badges svg{width:15px;height:15px;color:var(--th-cyan)}
.th-hero__art{position:relative}
.th-hero__art img{filter:drop-shadow(0 30px 60px rgba(0,0,0,.35))}
.th-hero__strip{position:relative;z-index:2;margin-top:52px;display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(255,255,255,.12);border-radius:var(--th-radius-lg);overflow:hidden}
.th-hero__stat{background:rgba(10,31,68,.55);padding:26px 22px;text-align:center;backdrop-filter:blur(4px)}
.th-hero__stat b{display:block;font-size:clamp(1.6rem,3vw,2.2rem);color:#fff;font-weight:900;line-height:1.1}
.th-hero__stat span{font-size:.85rem;color:#AFC3DE;font-weight:600}

.th-pagehero{position:relative;background:var(--th-grad-navy);color:#B9CCE8;padding:clamp(48px,5.5vw,78px) 0;overflow:hidden}
.th-pagehero::before{content:"";position:absolute;inset:0;background-image:url('assets/images/pattern-circuit.svg');background-size:200px;opacity:.13}
.th-pagehero__inner{position:relative;z-index:2;max-width:820px}
.th-pagehero h1{color:#fff;margin-bottom:.35em}
.th-crumbs{font-size:.86rem;color:#8FA8CC;margin-bottom:14px}
.th-crumbs a{color:var(--th-cyan)}
.th-crumbs span{margin:0 8px;opacity:.5}

/* =========================================================
   7. CARDS
   ========================================================= */
.th-card{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);padding:30px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;height:100%;display:flex;flex-direction:column}
.th-card:hover{transform:translateY(-5px);box-shadow:var(--th-shadow-lg);border-color:#C9DDFB}
.th-card h3{margin-bottom:.5em;font-size:1.22rem}
.th-card p{color:var(--th-muted);font-size:.98rem;margin-bottom:1em}
.th-card__ico{width:60px;height:60px;border-radius:17px;background:var(--th-bg-soft-2);color:var(--th-blue);display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex:0 0 auto}
.th-card__ico svg{width:29px;height:29px}
.th-card--accent .th-card__ico{background:var(--th-grad);color:#fff}
.th-card__more{margin-top:auto;font-weight:700;font-size:.94rem;display:inline-flex;align-items:center;gap:7px;color:var(--th-blue)}
.th-card__more svg{width:15px;height:15px;transition:transform .2s ease}
.th-card:hover .th-card__more svg{transform:translateX(4px)}
.th-card ul{padding-left:0;list-style:none;margin-bottom:1.1em}
.th-card ul li{position:relative;padding-left:26px;font-size:.95rem;color:var(--th-muted)}
.th-card ul li::before{content:"";position:absolute;left:0;top:.55em;width:14px;height:8px;border-left:2.5px solid var(--th-blue);border-bottom:2.5px solid var(--th-blue);transform:rotate(-45deg)}
.th-section--navy .th-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.th-section--navy .th-card p,.th-section--navy .th-card ul li{color:#AFC3DE}
.th-section--navy .th-card__ico{background:rgba(30,123,255,.2);color:var(--th-cyan)}

/* categories */
.th-cat{display:block;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius);padding:22px 18px;text-align:center;transition:all .22s ease}
.th-cat:hover{border-color:var(--th-blue);box-shadow:var(--th-shadow);transform:translateY(-4px)}
.th-cat__ico{width:52px;height:52px;margin:0 auto 14px;border-radius:14px;background:var(--th-bg-soft-2);color:var(--th-blue);display:flex;align-items:center;justify-content:center}
.th-cat__ico svg{width:26px;height:26px}
.th-cat b{display:block;color:var(--th-navy);font-size:1rem;margin-bottom:3px}
.th-cat span{font-size:.83rem;color:var(--th-muted)}

/* process */
.th-steps{counter-reset:th}
.th-step{position:relative;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);padding:32px 28px 28px;height:100%}
.th-step::before{counter-increment:th;content:counter(th,decimal-leading-zero);position:absolute;top:-18px;left:28px;width:46px;height:46px;border-radius:13px;background:var(--th-grad);color:#fff;font-weight:900;font-size:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(30,123,255,.32)}
.th-step h3{margin-top:14px;font-size:1.12rem}
.th-step p{color:var(--th-muted);font-size:.96rem;margin-bottom:0}

/* feature split */
.th-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.th-split--rev .th-split__art{order:2}
.th-split__art img{border-radius:var(--th-radius-lg);box-shadow:var(--th-shadow-lg)}
.th-checks{list-style:none;padding:0;margin:0 0 28px}
.th-checks li{position:relative;padding-left:38px;margin-bottom:14px;color:var(--th-text)}
.th-checks li strong{display:block;color:var(--th-navy)}
.th-checks li span{color:var(--th-muted);font-size:.95rem}
.th-checks li::before{content:"";position:absolute;left:0;top:2px;width:24px;height:24px;border-radius:8px;background:var(--th-bg-soft-2)}
.th-checks li::after{content:"";position:absolute;left:7px;top:9px;width:11px;height:6px;border-left:2.5px solid var(--th-blue);border-bottom:2.5px solid var(--th-blue);transform:rotate(-45deg)}
.th-section--navy .th-checks li{color:#D6E3F7}
.th-section--navy .th-checks li::before{background:rgba(30,123,255,.22)}
.th-section--navy .th-checks li::after{border-color:var(--th-cyan)}

/* stats */
.th-stat{text-align:center;padding:26px 16px;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius)}
.th-stat b{display:block;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;color:var(--th-blue);line-height:1.1}
.th-stat span{font-size:.9rem;color:var(--th-muted);font-weight:600}

/* testimonials */
.th-quote{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);padding:30px;height:100%;display:flex;flex-direction:column}
.th-quote__stars{color:var(--th-amber);letter-spacing:3px;margin-bottom:12px;font-size:1.05rem}
.th-quote p{font-size:1rem;color:var(--th-text);flex:1}
.th-quote__by{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--th-line)}
.th-quote__av{width:44px;height:44px;border-radius:50%;background:var(--th-grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}
.th-quote__by b{display:block;color:var(--th-navy);font-size:.96rem}
.th-quote__by span{font-size:.85rem;color:var(--th-muted)}

/* logos / trust strip */
.th-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.th-trust span{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--th-line);border-radius:100px;padding:10px 20px;font-weight:700;font-size:.9rem;color:var(--th-navy)}
.th-trust svg{width:17px;height:17px;color:var(--th-blue)}

/* CTA band */
.th-cta{position:relative;background:var(--th-grad-navy);color:#D6E3F7;border-radius:var(--th-radius-lg);padding:clamp(36px,5vw,62px);overflow:hidden}
.th-cta::before{content:"";position:absolute;inset:0;background-image:url('assets/images/pattern-circuit.svg');background-size:200px;opacity:.14}
.th-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:34px;flex-wrap:wrap}
.th-cta h2{color:#fff;margin-bottom:.35em}
.th-cta p{color:#AFC3DE;margin-bottom:0;max-width:62ch}

/* FAQ */
.th-faq{border:1px solid var(--th-line);border-radius:var(--th-radius);overflow:hidden;background:#fff}
.th-faq+.th-faq{margin-top:12px}
.th-faq__q{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:none;border:0;padding:20px 24px;font-family:inherit;font-size:1.03rem;font-weight:700;color:var(--th-navy);text-align:left;cursor:pointer;line-height:1.45}
.th-faq__q:hover{background:var(--th-bg-soft)}
.th-faq__q i{flex:0 0 auto;width:26px;height:26px;border-radius:8px;background:var(--th-bg-soft-2);position:relative;margin-top:2px;transition:background .2s ease}
.th-faq__q i::before,.th-faq__q i::after{content:"";position:absolute;left:50%;top:50%;background:var(--th-blue);border-radius:2px;transform:translate(-50%,-50%);transition:transform .25s ease}
.th-faq__q i::before{width:12px;height:2px}
.th-faq__q i::after{width:2px;height:12px}
.th-faq.is-open .th-faq__q i::after{transform:translate(-50%,-50%) rotate(90deg)}
.th-faq.is-open .th-faq__q i{background:var(--th-blue)}
.th-faq.is-open .th-faq__q i::before,.th-faq.is-open .th-faq__q i::after{background:#fff}
.th-faq__a{display:none;padding:0 24px 22px;color:var(--th-muted)}
.th-faq.is-open .th-faq__a{display:block}
.th-faq__a p:last-child{margin-bottom:0}

/* =========================================================
   8. FORMS
   ========================================================= */
.th-form{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);padding:clamp(24px,3.4vw,38px);box-shadow:var(--th-shadow)}
.th-form h3{margin-bottom:.3em}
.th-form__intro{color:var(--th-muted);font-size:.97rem;margin-bottom:24px}
.th-fgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.th-field{display:flex;flex-direction:column;margin-bottom:18px}
.th-field--full{grid-column:1/-1}
.th-field label{font-size:.88rem;font-weight:700;color:var(--th-navy);margin-bottom:7px}
.th-field label .req{color:var(--th-red)}
.th-field small{font-size:.8rem;color:var(--th-muted);margin-top:6px}
input[type=text],input[type=email],input[type=tel],input[type=url],input[type=number],input[type=date],input[type=search],input[type=password],select,textarea{width:100%;font-family:inherit;font-size:.98rem;color:var(--th-text);background:#fff;border:1.5px solid var(--th-line);border-radius:11px;padding:13px 15px;transition:border-color .18s ease,box-shadow .18s ease}
select{appearance:none;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6B82' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:17px;padding-right:44px}
textarea{min-height:132px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--th-blue);box-shadow:0 0 0 4px rgba(30,123,255,.13)}
input::placeholder,textarea::placeholder{color:#9AA9BE}
.th-consent{display:flex;align-items:flex-start;gap:11px;font-size:.87rem;color:var(--th-muted);margin-bottom:20px}
.th-consent input{margin-top:4px;width:17px;height:17px;accent-color:var(--th-blue);flex:0 0 auto}
.th-hp{position:absolute!important;left:-9999px!important;opacity:0;height:0;width:0}
.th-note{background:var(--th-bg-soft);border-radius:11px;padding:13px 16px;font-size:.86rem;color:var(--th-muted);margin-top:18px}
.th-alert{border-radius:12px;padding:16px 20px;margin-bottom:24px;font-weight:600;display:flex;align-items:flex-start;gap:11px}
.th-alert svg{width:20px;height:20px;flex:0 0 auto;margin-top:2px}
.th-alert--ok{background:#E6F8F1;color:#08704A;border:1px solid #B6E7D3}
.th-alert--err{background:#FDECEC;color:#A81E1E;border:1px solid #F6C9C9}
.th-form--dark{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.14)}
.th-form--dark label{color:#fff}
.th-form--dark .th-form__intro,.th-form--dark .th-consent,.th-form--dark .th-note{color:#AFC3DE}
.th-form--dark .th-note{background:rgba(255,255,255,.07)}
.th-form--dark input,.th-form--dark select,.th-form--dark textarea{background:rgba(10,31,68,.5);border-color:rgba(255,255,255,.18);color:#fff}
.th-form--dark input::placeholder,.th-form--dark textarea::placeholder{color:#7E93B4}

/* contact info cards */
.th-info{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius);padding:22px;height:100%}
.th-info__ico{width:48px;height:48px;border-radius:14px;background:var(--th-bg-soft-2);color:var(--th-blue);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.th-info__ico svg{width:22px;height:22px}
.th-info b{display:block;color:var(--th-navy);margin-bottom:3px}
.th-info p{margin:0;color:var(--th-muted);font-size:.95rem}
.th-info a{color:var(--th-navy);font-weight:600}
.th-info a:hover{color:var(--th-blue)}
.th-map{border-radius:var(--th-radius-lg);overflow:hidden;border:1px solid var(--th-line);line-height:0;box-shadow:var(--th-shadow)}
.th-map iframe{width:100%;height:420px;border:0}

/* =========================================================
   9. CONTENT / BLOG
   ========================================================= */
.th-content{font-size:1.05rem}
.th-content > *:first-child{margin-top:0}
.th-content h2{margin-top:1.8em}
.th-content h3{margin-top:1.6em}
.th-content img{border-radius:var(--th-radius)}
.th-content ul li::marker,.th-content ol li::marker{color:var(--th-blue)}
.alignleft{float:left;margin:0 1.6em 1.2em 0}
.alignright{float:right;margin:0 0 1.2em 1.6em}
.aligncenter{margin-left:auto;margin-right:auto}
.alignwide{max-width:1140px;margin-left:auto;margin-right:auto}
.alignfull{max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.wp-caption{max-width:100%}
.sticky .th-post__title::before{content:"★ ";color:var(--th-amber)}

.th-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px;align-items:start}
.th-sidebar .widget{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius);padding:24px;margin-bottom:24px}
.th-sidebar .widget-title,.th-sidebar h2{font-size:1.05rem;margin-bottom:.9em}
.th-sidebar ul{list-style:none;padding:0;margin:0}
.th-sidebar li{padding:9px 0;border-bottom:1px solid var(--th-line);font-size:.95rem}
.th-sidebar li:last-child{border-bottom:0}

.th-post{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}
.th-post:hover{transform:translateY(-4px);box-shadow:var(--th-shadow-lg)}
.th-post__thumb{aspect-ratio:16/9;overflow:hidden;background:var(--th-bg-soft-2)}
.th-post__thumb img{width:100%;height:100%;object-fit:cover}
.th-post__body{padding:24px;display:flex;flex-direction:column;flex:1}
.th-post__meta{font-size:.82rem;color:var(--th-muted);margin-bottom:9px}
.th-post__title{font-size:1.17rem;margin-bottom:.5em}
.th-post__title a{color:var(--th-navy)}
.th-post__title a:hover{color:var(--th-blue)}
.th-post p{color:var(--th-muted);font-size:.96rem}

.th-pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:48px}
.th-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border:1px solid var(--th-line);border-radius:11px;font-weight:700;color:var(--th-navy);background:#fff}
.th-pagination .page-numbers:hover,.th-pagination .current{background:var(--th-grad);color:#fff;border-color:transparent}

.comment-list{list-style:none;padding:0}
.comment-list .children{list-style:none;padding-left:28px}
.comment-body{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius);padding:22px;margin-bottom:18px}
.comment-author img{border-radius:50%;float:left;margin-right:12px}
.comment-meta{font-size:.85rem;color:var(--th-muted);margin-bottom:10px;overflow:hidden}
.comment-respond{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-radius-lg);padding:30px;margin-top:32px}
.comment-form input[type=submit]{background:var(--th-grad);color:#fff;border:0;border-radius:100px;padding:15px 30px;font-weight:700;font-size:1rem;cursor:pointer;font-family:inherit}

/* =========================================================
   10. FOOTER + FLOATING
   ========================================================= */
.th-footer{background:var(--th-navy);color:#A9BFDE;padding-top:clamp(48px,6vw,80px);font-size:.96rem}
.th-footer h4{color:#fff;font-size:1rem;margin-bottom:1.1em;letter-spacing:.02em}
.th-footer a{color:#A9BFDE}
.th-footer a:hover{color:#fff}
.th-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.35fr;gap:40px;padding-bottom:48px}
.th-footer__about img{max-height:52px;margin-bottom:20px}
.th-footer ul{list-style:none;padding:0;margin:0}
.th-footer li{margin-bottom:11px}
.th-footer__contact li{display:flex;gap:12px;align-items:flex-start}
.th-footer__contact svg{width:17px;height:17px;color:var(--th-cyan);flex:0 0 auto;margin-top:5px}
.th-social{display:flex;gap:10px;margin-top:20px}
.th-social a{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff}
.th-social a:hover{background:var(--th-blue)}
.th-social svg{width:18px;height:18px}
.th-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.88rem;color:#8FA8CC}
.th-footer__bottom ul{display:flex;gap:20px;flex-wrap:wrap}
.th-footer__bottom li{margin:0}

.th-float{position:fixed;right:18px;bottom:18px;z-index:950;display:flex;flex-direction:column;gap:12px}
.th-float a{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 26px rgba(10,31,68,.3);transition:transform .2s ease}
.th-float a:hover{transform:scale(1.08);color:#fff}
.th-float svg{width:27px;height:27px}
.th-float__wa{background:#25D366}
.th-float__call{background:var(--th-grad)}
.th-totop{position:fixed;left:18px;bottom:18px;z-index:940;width:46px;height:46px;border-radius:50%;border:1px solid var(--th-line);background:#fff;color:var(--th-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .25s ease;box-shadow:var(--th-shadow)}
.th-totop.is-on{opacity:1;visibility:visible}
.th-totop svg{width:19px;height:19px}

/* mobile sticky action bar */
.th-mobar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:960;background:#fff;border-top:1px solid var(--th-line);padding:9px 10px;gap:9px;box-shadow:0 -6px 22px rgba(10,31,68,.1)}
.th-mobar a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:700;padding:13px 8px;border-radius:11px}
.th-mobar a svg{width:17px;height:17px}
.th-mobar__call{background:var(--th-bg-soft-2);color:var(--th-navy)}
.th-mobar__wa{background:#25D366;color:#fff}
.th-mobar__quote{background:var(--th-grad);color:#fff}

/* animation */
.th-fade{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.th-fade.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.th-fade{opacity:1;transform:none}}

/* =========================================================
   11. RESPONSIVE
   ========================================================= */
@media (max-width:1080px){
  .th-footer__grid{grid-template-columns:1fr 1fr}
  .th-layout{grid-template-columns:1fr}
  .th-g4{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:960px){
  .th-burger{display:flex}
  .th-header__cta .th-btn--ghost{display:none}
  .th-nav{position:fixed;top:0;right:0;bottom:0;width:min(88vw,360px);background:#fff;flex-direction:column;align-items:stretch;padding:88px 20px 110px;overflow-y:auto;box-shadow:-14px 0 40px rgba(10,31,68,.18);transform:translateX(102%);transition:transform .3s ease;z-index:995;margin:0}
  .th-nav.is-open{transform:translateX(0)}
  .th-nav ul{flex-direction:column;align-items:stretch;gap:2px;width:100%}
  .th-nav a{padding:14px 16px;font-size:1rem;border-bottom:1px solid var(--th-line);border-radius:0}
  .th-nav ul ul{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0 0 0 14px;min-width:0;display:none}
  .th-nav li.is-open>ul{display:block}
  .th-nav .menu-item-has-children>a::after{float:right;transform:rotate(45deg)}
  .th-nav li.is-open>a::after{transform:rotate(-135deg)}
  .th-scrim{position:fixed;inset:0;background:rgba(10,31,68,.5);z-index:990;opacity:0;visibility:hidden;transition:opacity .3s ease}
  .th-scrim.is-on{opacity:1;visibility:visible}
  body.th-lock{overflow:hidden}
  .th-hero__inner{grid-template-columns:1fr;gap:38px}
  .th-hero__art{max-width:520px;margin:0 auto}
  .th-split{grid-template-columns:1fr;gap:34px}
  .th-split--rev .th-split__art{order:0}
  .th-g3{grid-template-columns:repeat(2,1fr)}
  .th-topbar__left span.th-hide-sm{display:none}
}
@media (max-width:760px){
  body{font-size:16px}
  .th-hero__strip{grid-template-columns:repeat(2,1fr)}
  .th-g2,.th-g3,.th-g4{grid-template-columns:1fr}
  .th-fgrid{grid-template-columns:1fr;gap:0}
  .th-footer__grid{grid-template-columns:1fr;gap:32px}
  .th-cta__inner{flex-direction:column;align-items:flex-start}
  .th-btns .th-btn{width:100%}
  .th-mobar{display:flex}
  .th-float{bottom:82px}
  .th-totop{bottom:82px}
  body{padding-bottom:66px}
  .th-topbar{display:none}
  .th-map iframe{height:320px}
  .alignleft,.alignright{float:none;margin:0 0 1.2em}
}
@media print{
  .th-header,.th-topbar,.th-footer,.th-float,.th-mobar,.th-totop,.th-cta{display:none!important}
  body{font-size:12pt;color:#000}
}

/* =========================================================
   12. EXTRAS
   ========================================================= */
.th-checkgroup{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}
@media (max-width:760px){.th-checkgroup{grid-template-columns:1fr}}
.th-checkgroup .th-consent{margin-bottom:6px}
.th-note svg{width:16px;height:16px;flex:0 0 auto;color:var(--th-blue);display:inline-block;vertical-align:-3px;margin-right:6px}
.th-form h3{font-size:1.35rem}
.th-card__ico span{font-weight:900}
.custom-logo-link img{max-height:56px;width:auto}
.th-content .th-faq{margin-bottom:12px}
.th-info__ico svg{width:22px;height:22px}
.th-trust span svg{flex:0 0 auto}
.th-hero__badges svg{flex:0 0 auto}
.th-footer .menu,.th-footer ul.menu{list-style:none;padding:0;margin:0}
.th-footer__bottom .menu{display:flex;gap:20px;flex-wrap:wrap}
.th-quote__av{font-size:1.05rem}
.th-step h3{color:var(--th-navy)}
.th-section--navy .th-step{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.th-section--navy .th-step p{color:#AFC3DE}
.th-content .wp-block-image img{border-radius:var(--th-radius)}
.th-content .wp-block-button__link{background:var(--th-grad);border-radius:100px;padding:14px 28px;font-weight:700}

.th-comments{margin-top:20px}
.th-comments h3{font-size:1.2rem}
