
/* HOME - preserve approved look */
.tth-home-hero{
  min-height:610px!important;
  width:100%!important;
  background-size:cover!important;
  background-position:center!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
}
.tth-home-overlay{
  position:absolute!important;inset:0!important;
  background:linear-gradient(90deg,rgba(2,25,66,.68),rgba(2,25,66,.12),transparent)!important;
}
.tth-home-copy{position:relative!important;color:#fff!important}
.tth-home-copy h1{font-size:clamp(46px,6vw,78px)!important;max-width:800px!important;line-height:1.02!important;margin:0 0 18px!important}
.tth-home-copy p{font-size:20px!important;max-width:680px!important;line-height:1.7!important}
.tth-home-copy .tth-btn{margin-right:10px!important}

/* INTERNAL HERO - full artwork, not cropped, not tiny */
.tth-internal-hero{
  width:100%!important;
  height:360px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  padding:0!important;
  background:linear-gradient(180deg,#edf7ff 0%,#f8fbff 100%)!important;
}
.tth-internal-hero img{
  display:block!important;
  width:100%!important;
  max-width:1440px!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
}

/* Stats */
.tth-stats{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:14px!important}
.tth-stats>div{padding:22px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(17,55,97,.05)!important}
.tth-stats strong{display:block!important;color:var(--blue)!important;font-size:25px!important}
.tth-stats span{color:var(--muted)!important;font-size:13px!important}

/* Directory */
.tth-filter{
  display:grid!important;
  grid-template-columns:1.35fr 1fr 1fr 1fr auto!important;
  gap:12px!important;
  padding:16px!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--shadow)!important;
}
.tth-filter input,.tth-filter select,
.tth-form input,.tth-form select,.tth-form textarea{
  width:100%!important;
  min-height:44px!important;
  padding:12px 14px!important;
  border:1px solid #d8e1ec!important;
  border-radius:11px!important;
  font:inherit!important;
  color:#1f2937!important;
  background:#fff!important;
  box-shadow:none!important;
}
.tth-directory-meta{margin:18px 0!important;color:var(--muted)!important}
.tth-agent-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}
.tth-agent-grid.loading{opacity:.55!important}
.tth-agent-card{
  min-height:300px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  padding:22px!important;
  box-shadow:0 12px 30px rgba(8,44,88,.07)!important;
  display:flex!important;
  flex-direction:column!important;
}
.tth-agent-card.featured{
  border-color:#8dbbff!important;
  box-shadow:0 16px 36px rgba(11,94,203,.16)!important;
}
.tth-agent-head{display:flex!important;gap:13px!important;align-items:flex-start!important}
.tth-agent-logo{
  width:50px!important;height:50px!important;flex:0 0 50px!important;
  background:#eaf2ff!important;border-radius:14px!important;
  display:grid!important;place-items:center!important;
  color:var(--blue)!important;font-weight:900!important
}
.tth-agent-card h3{margin:0 0 7px!important;font-size:20px!important;line-height:1.2!important;color:#1b2433!important}
.tth-agent-card p{margin:12px 0!important;color:var(--muted)!important;font-size:14px!important}
.tth-agent-card small{display:block!important;color:var(--muted)!important;font-size:12px!important;line-height:1.5!important}
.tth-badge{display:inline-block!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:900!important}
.tth-badge.verified{background:#e9fbef!important;color:#067647!important}
.tth-badge.free{background:#f2f4f7!important;color:#475467!important}
.tth-tags{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin:8px 0 14px!important}
.tth-tags span{background:#f4f7fb!important;padding:6px 8px!important;border-radius:7px!important;font-size:11px!important;color:#344054!important}
.tth-card-actions{display:flex!important;align-items:center!important;gap:14px!important;margin-top:auto!important;padding-top:18px!important}
.tth-card-actions>a:not(.tth-btn){color:#d63861!important;font-size:13px!important;font-weight:600!important}

/* Forms */
.tth-form-width{max-width:1120px!important}
.tth-form{background:#fff!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:32px!important;box-shadow:var(--shadow)!important}
.tth-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
.tth-form label{display:block!important;font-size:13px!important;font-weight:700!important;color:#344054!important}
.tth-form input,.tth-form select,.tth-form textarea{margin-top:7px!important}
.tth-form fieldset{border:0!important;padding:22px 0!important;margin:0!important}
.tth-checks{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}
.tth-checks input{width:auto!important;min-height:0!important;margin:0 6px 0 0!important}

/* Quote */
.tth-quote-layout{display:grid!important;grid-template-columns:260px minmax(0,1fr) 260px!important;gap:30px!important;align-items:start!important}
.tth-quote-form{padding:38px!important}
.tth-flyer{display:block!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:var(--shadow)!important;color:var(--blue)!important;font-weight:800!important;text-align:center!important}
.tth-flyer img{display:block!important;width:100%!important;height:auto!important}
.tth-flyer span{display:block!important;padding:14px!important;background:#fff!important}

/* General internal cards */
.tth-info-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
.tth-info-grid>div,.tth-info-grid>a,.tth-contact-grid>div{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;
  padding:24px!important;color:var(--text)!important;box-shadow:0 10px 26px rgba(17,55,97,.05)!important
}
.tth-contact-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important}

/* Dashboard */
.tth-dashboard{display:grid!important;grid-template-columns:240px 1fr!important;min-height:80vh!important;background:#f4f7fb!important}
.tth-dashboard aside{background:#072653!important;color:#fff!important;padding:26px!important}
.tth-dashboard aside img{width:170px!important;filter:brightness(0) invert(1)!important}
.tth-dashboard aside a{display:block!important;color:#d8e7fb!important;padding:11px!important;border-radius:8px!important}
.tth-dashboard aside a.active{background:#174783!important}
.tth-dash-main{padding:34px!important;overflow:auto!important}
.tth-dash-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
.tth-dash-cards>div{background:#fff!important;padding:22px!important;border-radius:16px!important}
.tth-table{width:100%!important;border-collapse:collapse!important;background:#fff!important;min-width:900px!important}
.tth-table th,.tth-table td{padding:13px!important;border-bottom:1px solid var(--line)!important;text-align:left!important;vertical-align:top!important}

@media(max-width:1180px){
  .tth-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tth-quote-layout{grid-template-columns:1fr!important}
  .tth-flyer{max-width:520px!important;margin:auto!important}
  .tth-filter{grid-template-columns:1fr 1fr!important}
  .tth-filter button{grid-column:1/-1!important}
  .tth-stats{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:760px){
  .tth-internal-hero{height:240px!important}
  .tth-agent-grid,.tth-info-grid,.tth-contact-grid,.tth-form-grid,.tth-checks{grid-template-columns:1fr!important}
  .tth-filter{grid-template-columns:1fr!important}
  .tth-stats{grid-template-columns:repeat(2,1fr)!important}
  .tth-dashboard{grid-template-columns:1fr!important}
  .tth-dashboard aside{min-height:auto!important}
}

/* v4.2.1 full-width internal hero */
.tth-site .tth-internal-hero{
  width:100%!important;
  height:460px!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#eaf5ff!important;
}
.tth-site .tth-internal-hero img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:760px){
  .tth-site .tth-internal-hero{height:280px!important}
}

/* v4.2 premium polish + interaction states */
.tth-section{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.tth-section-head span{background:#edf5ff;border:1px solid #d7e8ff;border-radius:999px;padding:7px 11px;letter-spacing:.09em}
.tth-section-head h1,.tth-section-head h2{letter-spacing:-.035em}
.tth-btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.tth-btn:hover{transform:translateY(-1px)}
.tth-btn-primary{box-shadow:0 9px 20px rgba(11,94,203,.20)!important}
.tth-btn-primary:hover{background:#084fae!important;box-shadow:0 12px 26px rgba(11,94,203,.28)!important}
.tth-filter{position:relative}
.tth-filter.is-searching:after{content:"";position:absolute;right:18px;top:18px;width:18px;height:18px;border:2px solid #d7e5f7;border-top-color:var(--blue);border-radius:50%;animation:tthSpin .7s linear infinite}
@keyframes tthSpin{to{transform:rotate(360deg)}}
.tth-filter input:focus,.tth-filter select:focus,.tth-form input:focus,.tth-form select:focus,.tth-form textarea:focus{outline:none!important;border-color:#86b8f5!important;box-shadow:0 0 0 4px rgba(11,94,203,.09)!important}
.tth-agent-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.tth-agent-card:hover{transform:translateY(-4px);border-color:#cadcf2!important;box-shadow:0 18px 42px rgba(8,44,88,.11)!important}
.tth-agent-card.featured:before{content:"Featured";display:inline-flex;align-self:flex-start;margin:-7px 0 13px;padding:5px 9px;border-radius:999px;background:#edf5ff;color:#0b5ecb;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.tth-form{background:linear-gradient(180deg,#fff,#fbfdff)!important}
.tth-form legend{font-size:14px;font-weight:900;color:#25334a;margin-bottom:10px}
.tth-checks label{border:1px solid #e2e9f2;border-radius:10px;padding:10px 12px;background:#fff;transition:.18s ease}
.tth-checks label:hover{border-color:#b8d3f4;background:#f7fbff}
.tth-empty-state{grid-column:1/-1;padding:48px 24px;text-align:center;border:1px dashed #cdd9e8;border-radius:20px;background:#fbfdff;color:#667085}
.tth-empty-state strong{display:block;color:#233044;font-size:18px;margin-bottom:6px}
.tth-dashboard{min-height:calc(100vh - 80px)!important}
.tth-dashboard aside{background:linear-gradient(180deg,#061e45,#092e64)!important;position:sticky!important;top:0!important;height:100vh!important;box-shadow:12px 0 30px rgba(5,31,68,.08)}
.tth-dashboard aside h2{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#8fb9ef;margin:22px 10px 10px}
.tth-dashboard aside a{margin:4px 0;font-weight:700;transition:.18s ease}
.tth-dashboard aside a:hover{background:rgba(255,255,255,.08);color:#fff!important}
.tth-dashboard aside a.active{background:linear-gradient(90deg,#1761b9,#1f73d0)!important;color:#fff!important;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.tth-dash-main{background:radial-gradient(circle at top right,#eef6ff 0,transparent 36%),#f5f8fc!important}
.tth-dash-main>h1{margin-top:0;font-size:34px;letter-spacing:-.03em;color:#152238}
.tth-dash-cards>div{border:1px solid #e4ebf3;box-shadow:0 10px 28px rgba(8,44,88,.06)!important}
.tth-table{border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(8,44,88,.06)!important;border:1px solid #e4ebf3}
.tth-table th{background:#f6f9fd;color:#475467;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.tth-table td{color:#344054}
.tth-table tr:hover td{background:#fbfdff}
.tth-table select,.tth-table input{min-height:38px;border:1px solid #dbe4ef;border-radius:9px;padding:8px;background:#fff}
.tth-table button{min-height:38px;border:0;border-radius:9px;padding:8px 13px;background:#0b5ecb;color:#fff;font-weight:800;cursor:pointer}
.tth-login{max-width:520px!important;margin:auto!important;background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px!important;box-shadow:var(--shadow)}
.tth-login h1{margin-top:0;letter-spacing:-.03em}
.tth-login label{font-size:13px;font-weight:800;color:#344054}
.tth-login input[type=text],.tth-login input[type=password]{width:100%;min-height:46px;border:1px solid #d8e1ec;border-radius:11px;padding:12px;margin-top:6px}
.tth-login input[type=submit]{border:0;border-radius:11px;padding:12px 20px;background:#0b5ecb;color:#fff;font-weight:900;cursor:pointer}
@media(max-width:760px){.tth-dashboard aside{position:relative!important;height:auto!important}.tth-dashboard aside img{width:145px!important}.tth-dash-main{padding:20px!important}.tth-dash-main>h1{font-size:28px}.tth-form{padding:22px!important}}


/* v4.2.2 verified-agent details modal */
.tth-card-actions button.tth-btn{border:0;cursor:pointer;font-family:inherit}
.tth-agent-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:22px}
.tth-agent-modal.is-open{display:flex}
.tth-agent-modal-backdrop{position:absolute;inset:0;background:rgba(5,18,38,.62);backdrop-filter:blur(6px)}
.tth-agent-modal-dialog{position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;padding:30px;box-shadow:0 30px 80px rgba(4,27,60,.30);animation:tthModalIn .2s ease}
@keyframes tthModalIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
.tth-agent-modal-close{position:absolute;right:18px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#f1f5f9;color:#24364d;font-size:26px;line-height:1;cursor:pointer}
.tth-agent-modal-top{display:flex;gap:16px;align-items:flex-start;padding-right:44px}
.tth-agent-modal-logo{width:64px;height:64px;flex:0 0 64px;border-radius:18px;background:linear-gradient(145deg,#e7f1ff,#d6e9ff);color:#0b5ecb;display:grid;place-items:center;font-size:25px;font-weight:900}
.tth-agent-modal-top h2{margin:8px 0 4px!important;font-size:26px!important;line-height:1.15!important;color:#172033!important;letter-spacing:-.02em}
.tth-agent-modal-top p{margin:0!important;color:#667085!important;font-size:14px!important}
.tth-agent-modal-services{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}
.tth-agent-modal-services span{background:#f1f6fd;border:1px solid #e3edf9;border-radius:999px;padding:7px 10px;font-size:12px;color:#344054;font-weight:700}
.tth-agent-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tth-agent-contact-grid>div{border:1px solid #e1e8f0;background:#fbfdff;border-radius:15px;padding:15px 16px;min-width:0}
.tth-agent-contact-grid span{display:block;color:#667085;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;margin-bottom:6px}
.tth-agent-contact-grid a{display:block;color:#0b5ecb!important;font-size:15px;font-weight:800;overflow-wrap:anywhere;text-decoration:none!important}
.tth-agent-contact-grid a.is-empty{color:#98a2b3!important;pointer-events:none}
.tth-agent-contact-wide{grid-column:1/-1}
.tth-agent-verified-note{margin:18px 0 0!important;padding-top:16px;border-top:1px solid #edf1f5;color:#667085!important;font-size:12px!important}
body.tth-modal-open{overflow:hidden}
@media(max-width:620px){.tth-agent-modal{padding:12px}.tth-agent-modal-dialog{padding:24px 18px;border-radius:20px}.tth-agent-modal-top{gap:12px}.tth-agent-modal-logo{width:52px;height:52px;flex-basis:52px}.tth-agent-modal-top h2{font-size:21px!important}.tth-agent-contact-grid{grid-template-columns:1fr}.tth-agent-contact-wide{grid-column:auto}}


/* =========================================================
   v4.3 PREMIUM DIRECTORY + STAFF OPERATIONS
   ========================================================= */
.tth-directory-shell{padding:60px 0 78px;background:linear-gradient(180deg,#fff 0,#f7fbff 100%)}
.tth-directory-intro{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:28px}
.tth-directory-intro>div:first-child{max-width:760px}
.tth-kicker{display:inline-block;color:#0b5ecb;font-size:12px;font-weight:900;letter-spacing:.15em;margin-bottom:10px}
.tth-directory-intro h1{font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.035em;margin:0 0 14px;color:#15233b}
.tth-directory-intro p{margin:0;color:#667085;font-size:17px;line-height:1.7}
.tth-directory-trust{display:flex;background:#fff;border:1px solid #e3ebf4;border-radius:18px;box-shadow:0 16px 40px rgba(18,61,108,.08);overflow:hidden}
.tth-directory-trust div{min-width:118px;padding:17px 19px;border-right:1px solid #e9eef5}
.tth-directory-trust div:last-child{border-right:0}
.tth-directory-trust strong{display:block;color:#0b5ecb;font-size:24px;line-height:1}
.tth-directory-trust span{display:block;color:#667085;font-size:11px;margin-top:7px;font-weight:700}

.tth-filter-luxury{grid-template-columns:1.35fr 1fr 1fr 1fr auto!important;padding:10px!important;background:#fff!important;border:1px solid #dfe8f2!important;border-radius:22px!important;box-shadow:0 20px 55px rgba(9,50,98,.10)!important}
.tth-filter-field{display:flex;align-items:center;gap:10px;padding:8px 12px;border-right:1px solid #e8edf3;min-width:0}
.tth-filter-field>span{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-weight:900}
.tth-filter-field>div{min-width:0;width:100%}
.tth-filter-field label{display:block;font-size:10px;letter-spacing:.08em;font-weight:900;color:#7b8798;text-transform:uppercase;margin:0 0 2px}
.tth-filter-luxury input,.tth-filter-luxury select{border:0!important;padding:2px 0!important;min-height:28px!important;border-radius:0!important;font-size:14px!important;box-shadow:none!important;outline:0!important}
.tth-filter-luxury button{align-self:stretch!important;min-width:145px!important;border-radius:15px!important}
.tth-directory-bar{display:flex;justify-content:space-between;align-items:center;margin:20px 2px 18px;color:#667085;font-size:14px}
.tth-directory-bar strong{color:#17243b;font-size:18px}
.tth-directory-legend{display:flex;gap:8px}
.tth-directory-legend span{padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800}
.tth-directory-legend .verified{background:#e9fbef;color:#067647}.tth-directory-legend .free{background:#f1f3f6;color:#667085}

.tth-agent-grid-luxury{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
.tth-agent-card{position:relative;overflow:hidden;min-height:360px!important;padding:24px!important;border-radius:24px!important;border:1px solid #e1e8f0!important;background:linear-gradient(180deg,#fff,#fcfdff)!important;box-shadow:0 12px 34px rgba(17,54,96,.07)!important}
.tth-agent-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 55px rgba(9,52,103,.13)!important}
.tth-agent-card.is-verified{border-color:#c7dcfa!important}
.tth-agent-card.featured{border-color:#8fbdfb!important;background:linear-gradient(180deg,#fff 0,#f7fbff 100%)!important}
.tth-feature-ribbon{position:absolute;right:-34px;top:18px;transform:rotate(42deg);width:145px;text-align:center;background:linear-gradient(90deg,#0a5dc7,#2b7ddd);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;padding:6px 0;box-shadow:0 5px 12px rgba(5,67,145,.2)}
.tth-agent-head{padding-right:18px!important}
.tth-agent-head .grow{min-width:0}
.tth-agent-logo{width:58px!important;height:58px!important;flex:0 0 58px!important;border-radius:17px!important;background:linear-gradient(145deg,#edf5ff,#dcecff)!important;font-size:20px!important;box-shadow:inset 0 0 0 1px #d3e5fb}
.tth-agent-card h3{font-size:21px!important;line-height:1.2!important;letter-spacing:-.02em!important;margin-bottom:8px!important}
.tth-agent-badges{display:flex;flex-wrap:wrap;gap:6px}
.tth-badge.pan{background:#eef4ff;color:#315d9f}
.tth-agent-location{display:flex;align-items:center;gap:8px;margin:20px 0 14px;padding:12px 13px;background:#f8fafc;border:1px solid #edf1f5;border-radius:13px;color:#44546a;font-size:13px}
.tth-agent-location>span{color:#0b5ecb;font-size:16px}.tth-agent-location em{margin-left:auto;font-style:normal;font-size:11px;color:#0b5ecb;font-weight:800}
.tth-agent-services-label{font-size:10px;letter-spacing:.10em;font-weight:900;color:#98a2b3;margin-bottom:8px}
.tth-agent-card-foot{margin-top:auto;padding-top:16px;border-top:1px solid #edf1f5}
.tth-agent-card-foot small{min-height:35px}
.tth-card-actions{padding-top:14px!important}
.tth-view-agent{width:100%!important}
.tth-claim-link{font-size:12px!important;font-weight:800!important;color:#d63861!important}

.tth-dashboard-premium{grid-template-columns:270px minmax(0,1fr)!important;background:#f4f7fb!important;min-height:100vh!important}
.tth-dash-sidebar{background:linear-gradient(180deg,#061b3d 0%,#08295b 100%)!important;padding:24px 18px!important;position:sticky!important;top:0!important;height:100vh!important;display:flex!important;flex-direction:column!important;box-shadow:12px 0 35px rgba(8,31,65,.08)}
.tth-dash-brand{padding:0 10px 22px;border-bottom:1px solid rgba(255,255,255,.09)}
.tth-dash-brand img{filter:none!important;width:190px!important;max-height:65px;object-fit:contain}
.tth-dash-brand>span{display:block;color:#79a8e2;font-size:9px;letter-spacing:.18em;font-weight:900;margin:6px 0 0 5px}
.tth-dash-user{display:flex;gap:11px;align-items:center;margin:18px 7px;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.05)}
.tth-dash-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#2680df,#0b5ecb);color:#fff;font-weight:900}
.tth-dash-user strong{display:block;color:#fff;font-size:13px}.tth-dash-user span{display:block;color:#8faed3;font-size:10px;margin-top:3px}
.tth-dash-nav{display:flex;flex-direction:column;gap:5px}
.tth-dash-nav a{display:flex!important;align-items:center;gap:11px;padding:11px 13px!important;border-radius:11px!important;color:#c9daee!important;font-size:13px;font-weight:750!important}
.tth-dash-nav a i{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.06);font-style:normal}
.tth-dash-nav a:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.tth-dash-nav a.active{background:linear-gradient(90deg,#0b5ecb,#2278d5)!important;color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.tth-dash-side-bottom{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}
.tth-dash-side-bottom a{display:block!important;color:#afc7e5!important;padding:10px 13px!important;font-size:12px;font-weight:700}.tth-dash-side-bottom a.logout{color:#ffb4bd!important}
.tth-dash-workspace{min-width:0}
.tth-dash-topbar{height:98px;background:#fff;border-bottom:1px solid #e5ebf2;display:flex;justify-content:space-between;align-items:center;padding:0 38px;position:sticky;top:0;z-index:20}
.tth-dash-topbar .eyebrow{display:block;font-size:9px;letter-spacing:.16em;font-weight:900;color:#0b5ecb;margin-bottom:5px}
.tth-dash-topbar h1{margin:0!important;font-size:28px!important;letter-spacing:-.025em}
.tth-dash-top-actions{display:flex;align-items:center;gap:12px}
.tth-dash-chip,.tth-dash-date{padding:9px 12px;border-radius:10px;background:#f5f8fc;color:#506176!important;font-size:11px;font-weight:800;border:1px solid #e3e9f1}
.tth-dash-main{padding:30px 38px 50px!important}
.tth-dash-main>h1{display:none!important}
.tth-dash-welcome{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;border-radius:22px;background:linear-gradient(115deg,#062653,#0a5ec7);color:#fff;margin-bottom:22px;box-shadow:0 18px 38px rgba(7,49,105,.18)}
.tth-dash-welcome span{font-size:10px;letter-spacing:.13em;font-weight:900;color:#a8cdf7}.tth-dash-welcome h2{font-size:28px;margin:5px 0 8px}.tth-dash-welcome p{max-width:700px;margin:0;color:#d3e5fa;font-size:13px;line-height:1.6}.tth-dash-welcome .tth-btn{background:#fff!important;color:#0b5ecb!important}
.tth-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}
.tth-kpi{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e4eaf1;border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(16,50,89,.045)}
.tth-kpi>i{width:44px;height:44px;flex:0 0 44px;border-radius:13px;display:grid;place-items:center;background:#edf5ff;color:#0b5ecb;font-style:normal;font-weight:900}
.tth-kpi span,.tth-kpi small{display:block}.tth-kpi span{font-size:11px;font-weight:800;color:#667085}.tth-kpi strong{display:block;font-size:26px;line-height:1.1;margin:3px 0;color:#15233b}.tth-kpi small{font-size:10px;color:#98a2b3}
.tth-dash-two-col{display:grid;grid-template-columns:1.3fr .9fr;gap:18px}
.tth-dash-panel{background:#fff;border:1px solid #e4eaf1;border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(16,50,89,.045)}
.tth-panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.tth-panel-head span{display:block;font-size:9px;letter-spacing:.12em;color:#0b5ecb;font-weight:900}.tth-panel-head h3{margin:4px 0 0;font-size:18px}.tth-panel-head>a{font-size:11px;font-weight:800;color:#0b5ecb!important}
.tth-recent-item{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #edf1f5}.tth-recent-item:last-child{border-bottom:0}.mini-logo{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#edf5ff;color:#0b5ecb;font-weight:900}.grow{flex:1}.tth-recent-item strong{display:block;font-size:12px}.tth-recent-item .grow span{display:block;color:#8a96a6;font-size:10px;margin-top:3px}
.tth-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase}.tth-status.verified{background:#e9fbef;color:#067647}.tth-status.unverified{background:#f0f2f5;color:#667085}.tth-status.suspended{background:#fff4e5;color:#b54708}.tth-status.rejected{background:#fff0f0;color:#b42318}
.tth-quick-panel>a{display:flex!important;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #edf1f5;color:#17233a!important}.tth-quick-panel>a:last-child{border-bottom:0}.tth-quick-panel>a>i{width:34px;height:34px;border-radius:10px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-style:normal}.tth-quick-panel>a strong,.tth-quick-panel>a span{display:block}.tth-quick-panel>a strong{font-size:12px}.tth-quick-panel>a span{font-size:10px;color:#98a2b3;margin-top:2px}.tth-quick-panel>a b{margin-left:auto;color:#0b5ecb}
.tth-admin-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.tth-admin-search{display:grid;grid-template-columns:minmax(260px,1fr) 190px auto;gap:10px;flex:1}.tth-admin-search input,.tth-admin-search select{border:1px solid #dbe3ed;border-radius:11px;background:#fff;padding:11px 13px;font:inherit}.tth-toolbar-count{background:#fff;border:1px solid #e1e8f0;border-radius:13px;padding:10px 15px;min-width:90px;text-align:center}.tth-toolbar-count strong,.tth-toolbar-count span{display:block}.tth-toolbar-count strong{font-size:18px}.tth-toolbar-count span{font-size:9px;color:#98a2b3;text-transform:uppercase;font-weight:800}
.tth-admin-agent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tth-admin-agent-card{background:#fff;border:1px solid #e2e8f0;border-radius:19px;padding:19px;box-shadow:0 8px 22px rgba(16,50,89,.045)}.tth-admin-agent-top{display:flex;gap:12px;align-items:flex-start}.tth-admin-agent-logo{width:46px;height:46px;flex:0 0 46px;border-radius:13px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-weight:900}.tth-admin-agent-title{display:flex;gap:8px;align-items:center}.tth-admin-agent-title h3{margin:0;font-size:15px;line-height:1.25}.tth-admin-agent-title .featured{font-size:8px;padding:4px 6px;border-radius:999px;background:#edf5ff;color:#0b5ecb;font-weight:900}.tth-admin-agent-top p{margin:5px 0 0;font-size:11px;color:#7b8798}.tth-admin-agent-meta{display:grid;grid-template-columns:1.4fr 1fr .6fr;gap:8px;margin:16px 0}.tth-admin-agent-meta>div{padding:9px 10px;border-radius:10px;background:#f8fafc;border:1px solid #eef1f5;min-width:0}.tth-admin-agent-meta span,.tth-admin-agent-meta strong{display:block}.tth-admin-agent-meta span{font-size:8px;color:#98a2b3;text-transform:uppercase;font-weight:900;margin-bottom:3px}.tth-admin-agent-meta strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tth-admin-agent-meta a{color:#0b5ecb!important}.tth-admin-agent-action{display:grid;grid-template-columns:160px 1fr auto;gap:8px;padding-top:14px;border-top:1px solid #edf1f5}.tth-admin-agent-action select,.tth-admin-agent-action input{border:1px solid #dbe3ed;border-radius:9px;padding:9px 10px;font-size:11px}.tth-admin-agent-action button{border:0;background:#0b5ecb;color:#fff;border-radius:9px;padding:9px 13px;font-weight:800;font-size:11px;cursor:pointer}

@media(max-width:1180px){
 .tth-directory-intro{align-items:flex-start;flex-direction:column}.tth-filter-luxury{grid-template-columns:1fr 1fr!important}.tth-filter-field{border-right:0;border-bottom:1px solid #e8edf3}.tth-filter-luxury button{grid-column:1/-1}
 .tth-kpi-grid{grid-template-columns:repeat(2,1fr)}.tth-dash-two-col{grid-template-columns:1fr}.tth-admin-agent-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .tth-directory-trust{width:100%}.tth-directory-trust div{flex:1;min-width:0;padding:13px}.tth-directory-trust strong{font-size:20px}
 .tth-directory-legend{display:none}.tth-filter-luxury{grid-template-columns:1fr!important}.tth-agent-grid-luxury{grid-template-columns:1fr!important}
 .tth-dashboard-premium{grid-template-columns:1fr!important}.tth-dash-sidebar{position:relative!important;height:auto!important}.tth-dash-topbar{position:relative;height:auto;padding:20px;align-items:flex-start}.tth-dash-top-actions{display:none}.tth-dash-main{padding:20px!important}.tth-kpi-grid{grid-template-columns:1fr}.tth-dash-welcome{align-items:flex-start;flex-direction:column}.tth-admin-search{grid-template-columns:1fr}.tth-admin-toolbar{align-items:stretch;flex-direction:column}.tth-admin-agent-meta{grid-template-columns:1fr}.tth-admin-agent-action{grid-template-columns:1fr}
}

/* =========================================================
   TravelTradeHub Staff Dashboard — LOCKED Agent Manager UI
   ========================================================= */
.tth-dashboard-locked{grid-template-columns:255px minmax(0,1fr)!important;background:#f5f8fc!important}
.tth-dashboard-locked .tth-dash-sidebar{padding:18px 14px!important;background:linear-gradient(180deg,#061a3b 0%,#082653 100%)!important}
.tth-dashboard-locked .tth-dash-brand{padding:4px 10px 18px!important}.tth-dashboard-locked .tth-dash-brand img{width:190px!important;height:auto!important;max-height:58px!important}.tth-dashboard-locked .tth-dash-brand>span{font-size:8px!important;letter-spacing:.16em!important;color:#8eb9ed!important}
.tth-dash-nav-locked{margin-top:15px!important}.tth-dash-nav-locked a{position:relative!important;padding:10px 12px!important;font-size:12px!important}.tth-dash-nav-locked a b{margin-left:auto;background:#e8455f;color:#fff;min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:9px}
.tth-dashboard-locked .tth-dash-side-bottom .tth-dash-user{margin:0 0 10px!important;padding:10px!important}
.tth-dash-topbar-locked{height:78px!important;padding:0 30px!important}.tth-dashboard-search-wrap{width:min(620px,58vw);height:42px;border:1px solid #dfe7f0;border-radius:12px;background:#f8fafc;display:flex;align-items:center;padding:0 13px;gap:9px}.tth-dashboard-search-wrap span{color:#8190a3;font-size:18px}.tth-dashboard-search-wrap input{border:0!important;outline:0!important;background:transparent!important;width:100%;font-size:12px!important;box-shadow:none!important}
.tth-dashboard-locked .tth-dash-main{padding:26px 30px 52px!important}
.tth-agent-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.tth-agent-page-head span{display:block;color:#0b5ecb;font-size:9px;letter-spacing:.14em;font-weight:900}.tth-agent-page-head h2{font-size:27px;margin:5px 0 4px;letter-spacing:-.025em}.tth-agent-page-head p{margin:0;color:#7b8797;font-size:11px}.tth-agent-add-btn{border:0;border-radius:11px;background:#0b5ecb;color:#fff;padding:11px 16px;font-weight:850;font-size:11px;cursor:pointer;box-shadow:0 8px 20px rgba(11,94,203,.18)}
.tth-agent-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}.tth-agent-kpis>div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;box-shadow:0 5px 16px rgba(23,49,81,.04)}.tth-agent-kpis i{width:32px;height:32px;border-radius:10px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-style:normal;margin-bottom:9px}.tth-agent-kpis span,.tth-agent-kpis small{display:block}.tth-agent-kpis span{font-size:9px;font-weight:850;color:#68778b}.tth-agent-kpis strong{display:block;font-size:22px;color:#13213a;margin:2px 0}.tth-agent-kpis small{font-size:8px;color:#9aa5b3}
.tth-agent-tabs{display:flex;gap:3px;align-items:center;background:#fff;border:1px solid #e3e9f0;border-radius:13px;padding:5px;margin-bottom:12px;overflow:auto}.tth-agent-tabs a{white-space:nowrap;padding:8px 11px!important;border-radius:9px;color:#667589!important;font-size:10px;font-weight:800!important}.tth-agent-tabs a b{display:inline-block;margin-left:5px;color:#91a0b2}.tth-agent-tabs a.active{background:#0b5ecb!important;color:#fff!important}.tth-agent-tabs a.active b{color:#dbeaff}
.tth-agent-filterbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tth-agent-filterbar form{display:grid;grid-template-columns:minmax(250px,1.6fr) 180px 145px auto auto;gap:8px;flex:1}.tth-agent-filterbar input,.tth-agent-filterbar select{height:38px;border:1px solid #dce5ef;border-radius:10px;background:#fff;padding:0 11px;font-size:10px}.tth-agent-filterbar button{border:0;border-radius:10px;background:#0b5ecb;color:#fff;padding:0 15px;font-weight:800;font-size:10px}.tth-agent-filterbar form>a{height:38px;display:grid!important;place-items:center;padding:0 12px!important;border:1px solid #dce5ef;border-radius:10px;background:#fff;color:#596a7e!important;font-size:10px;font-weight:800}.tth-agent-filterbar>span{font-size:9px;color:#8a97a8;white-space:nowrap}
.tth-agent-manage-list{display:flex;flex-direction:column;gap:11px}.tth-agent-manage-card{display:flex;gap:15px;background:#fff;border:1px solid #e1e8f0;border-radius:16px;padding:15px;box-shadow:0 5px 18px rgba(20,46,78,.04)}.tth-manage-logo{width:72px;height:72px;flex:0 0 72px;border-radius:14px;background:#f7f9fc;border:1px solid #e5eaf0;display:grid;place-items:center;overflow:hidden}.tth-manage-logo img{width:100%;height:100%;object-fit:contain;padding:6px}.tth-manage-logo span{font-size:24px;font-weight:900;color:#0b5ecb}.tth-manage-body{min-width:0;flex:1}.tth-manage-title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.tth-manage-title h3{font-size:14px;margin:0}.tth-manage-title em{font-style:normal;font-size:8px;padding:4px 7px;border-radius:999px;background:#edf5ff;color:#0b5ecb;font-weight:900}.tth-manage-title .tth-status{margin-left:auto}.tth-manage-location{font-size:10px;color:#7a8798;margin:5px 0 8px}.tth-manage-location b{color:#0b5ecb}.tth-manage-services{display:flex;gap:5px;flex-wrap:wrap}.tth-manage-services span{font-size:8px;padding:4px 7px;border-radius:999px;background:#f4f6f9;color:#58687b;font-weight:750}.tth-manage-contact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:10px}.tth-manage-contact span{font-size:9px;color:#68778a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fafbfc;border:1px solid #eef1f4;border-radius:8px;padding:7px 8px}.tth-manage-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef2f6;margin-top:10px;padding-top:10px}.tth-manage-foot small{font-size:8px;color:#99a4b1}.tth-edit-agent{border:1px solid #cfe0f6;border-radius:9px;background:#f2f7fe;color:#0b5ecb;padding:8px 12px;font-weight:850;font-size:9px;cursor:pointer}.tth-empty-state{padding:40px;text-align:center;background:#fff;border:1px dashed #d8e1ec;border-radius:16px}.tth-empty-state strong,.tth-empty-state span{display:block}.tth-empty-state span{font-size:11px;color:#8d98a8;margin-top:4px}
.tth-dash-notice{padding:11px 14px;border-radius:11px;margin-bottom:14px;font-size:10px;font-weight:800}.tth-dash-notice.success{background:#ecf9f1;color:#067647;border:1px solid #c7ecd6}.tth-dash-notice.error{background:#fff0f1;color:#b42318;border:1px solid #f5c9cd}
.tth-agent-drawer-backdrop{position:fixed;inset:0;background:rgba(3,18,40,.4);opacity:0;visibility:hidden;transition:.2s;z-index:99990}.tth-agent-drawer-backdrop.open{opacity:1;visibility:visible}.tth-agent-drawer{position:fixed;top:0;right:0;width:min(620px,94vw);height:100vh;background:#fff;z-index:99991;box-shadow:-24px 0 55px rgba(7,27,58,.18);transform:translateX(103%);transition:.25s ease;overflow:auto}.tth-agent-drawer.open{transform:translateX(0)}.tth-drawer-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:20px 22px;background:#fff;border-bottom:1px solid #e9eef4}.tth-drawer-head span{font-size:8px;letter-spacing:.14em;font-weight:900;color:#0b5ecb}.tth-drawer-head h3{margin:4px 0 0;font-size:20px}.tth-drawer-head button{width:34px;height:34px;border:0;border-radius:10px;background:#f2f5f8;font-size:22px;color:#5b6879;cursor:pointer}.tth-agent-drawer form{padding:20px 22px 30px}.tth-logo-editor{display:flex;gap:14px;align-items:center;padding:14px;border:1px solid #e5ebf2;border-radius:14px;background:#f9fbfd;margin-bottom:16px}.tth-logo-preview{width:76px;height:76px;flex:0 0 76px;border-radius:13px;background:#fff;border:1px solid #e2e8f0;display:grid;place-items:center;color:#0b5ecb;font-size:24px;font-weight:900;overflow:hidden}.tth-logo-preview img{width:100%;height:100%;object-fit:contain;padding:6px}.tth-logo-editor strong,.tth-logo-editor small{display:block}.tth-logo-editor strong{font-size:11px;margin-bottom:7px}.tth-logo-editor small{font-size:8px;color:#98a3b1;margin-top:5px}.tth-upload-btn{display:inline-block;background:#0b5ecb;color:#fff;padding:7px 10px;border-radius:8px;font-size:8px;font-weight:850;cursor:pointer}.tth-upload-btn input{display:none}.tth-remove-logo{font-size:8px;margin-left:8px;color:#6d7a8d}.tth-form-grid{display:grid;gap:10px;margin-bottom:10px}.tth-form-grid.two{grid-template-columns:1fr 1fr}.tth-form-grid.three{grid-template-columns:1fr 1fr 1fr}.tth-agent-drawer label,.tth-service-editor>span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.04em;color:#6f7e90;font-weight:900}.tth-agent-drawer input[type=text],.tth-agent-drawer input[type=email],.tth-agent-drawer input[type=url],.tth-agent-drawer input:not([type]),.tth-agent-drawer select,.tth-agent-drawer textarea{width:100%;margin-top:5px;border:1px solid #dce4ee;border-radius:9px;background:#fff;padding:9px 10px;font-size:10px;box-shadow:none}.tth-check-row{display:flex;gap:12px;flex-wrap:wrap;padding:10px 0 12px}.tth-check-row label{text-transform:none;font-size:9px;letter-spacing:0;color:#4f5f73}.tth-service-editor{margin:4px 0 14px}.tth-service-checks{max-height:145px;overflow:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;margin-top:7px;border:1px solid #e4eaf1;border-radius:11px;padding:10px;background:#fafbfd}.tth-service-checks label{text-transform:none;font-size:8px;letter-spacing:0;color:#59697c;font-weight:700}.tth-full-label{margin-top:4px}.tth-drawer-note{margin-top:11px;padding:10px 11px;border-radius:9px;background:#edf5ff;color:#426281;font-size:8px;line-height:1.55}.tth-drawer-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #e7edf4;margin:18px -22px -30px;padding:14px 22px;display:flex;justify-content:flex-end;gap:8px}.tth-drawer-actions button{border-radius:9px;padding:10px 15px;font-size:9px;font-weight:850;cursor:pointer}.tth-drawer-actions .secondary{border:1px solid #dbe3ed;background:#fff;color:#536176}.tth-drawer-actions .primary{border:0;background:#0b5ecb;color:#fff}
.tth-agent-logo img{width:100%;height:100%;object-fit:contain;padding:5px;border-radius:inherit}
@media(max-width:1200px){.tth-agent-kpis{grid-template-columns:repeat(3,1fr)}.tth-manage-contact{grid-template-columns:1fr 1fr}.tth-agent-filterbar form{grid-template-columns:1fr 1fr 1fr}.tth-agent-filterbar form button,.tth-agent-filterbar form>a{grid-row:2}}
@media(max-width:760px){.tth-agent-page-head{align-items:flex-start;flex-direction:column}.tth-agent-kpis{grid-template-columns:1fr 1fr}.tth-agent-filterbar{align-items:stretch;flex-direction:column}.tth-agent-filterbar form{grid-template-columns:1fr}.tth-agent-filterbar form button,.tth-agent-filterbar form>a{grid-row:auto}.tth-agent-manage-card{align-items:flex-start}.tth-manage-logo{width:52px;height:52px;flex-basis:52px}.tth-manage-contact{grid-template-columns:1fr}.tth-manage-foot{align-items:flex-start;gap:8px;flex-direction:column}.tth-form-grid.two,.tth-form-grid.three,.tth-service-checks{grid-template-columns:1fr}.tth-dashboard-search-wrap{width:100%}.tth-dash-topbar-locked{padding:14px 18px!important}}

/* ===== TravelTradeHub consolidated v4.4 enhancements ===== */
html.tth-modal-open,body.tth-modal-open{overflow:hidden!important}
.tth-agent-drawer-backdrop{position:fixed!important;inset:0!important;z-index:2147483000!important}.tth-agent-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;height:100dvh!important;z-index:2147483001!important;overscroll-behavior:contain}
.tth-login-error{padding:13px 15px;margin:0 0 16px;border:1px solid #fecaca;border-radius:12px;background:#fff1f2;color:#b42318;font-weight:700}
/* leads */
.tth-leads-head span,.tth-home-kicker{color:#0b5ecb;font-size:11px;letter-spacing:.14em;font-weight:900}.tth-leads-head h2{font-size:30px;margin:5px 0}.tth-leads-head p{color:#6b7b90;margin:0}.tth-lead-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:20px 0}.tth-lead-kpis>div{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:16px;box-shadow:0 8px 24px rgba(18,45,78,.05)}.tth-lead-kpis i{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#edf5ff;color:#0b5ecb;font-style:normal}.tth-lead-kpis span{display:block;color:#718096;font-size:10px;font-weight:800;margin-top:9px}.tth-lead-kpis strong{font-size:24px}.tth-lead-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:14px}.tth-lead-toolbar input{flex:1;height:42px;border:1px solid #dce5ef;border-radius:11px;padding:0 13px}.tth-lead-toolbar span{font-size:11px;color:#8190a3}.tth-lead-list{display:flex;flex-direction:column;gap:11px}.tth-lead-card{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:15px;box-shadow:0 7px 22px rgba(18,45,78,.045)}.tth-lead-avatar{width:54px;height:54px;flex:0 0 54px;border-radius:14px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-size:21px;font-weight:900}.tth-lead-core{flex:1;min-width:0}.tth-lead-title{display:flex;align-items:center;gap:7px}.tth-lead-title h3{margin:0;font-size:14px}.tth-lead-title span{font-size:8px;font-weight:900;padding:5px 7px;border-radius:999px}.tth-lead-title .source{background:#e8f2ff;color:#0b5ecb}.tth-lead-title .source.b2b{background:#fff4d9;color:#8a5b00}.tth-lead-title .status{margin-left:auto;background:#eef2f6;color:#596a7e}.tth-lead-title .status.new{background:#ecfdf3;color:#15803d}.tth-lead-core>p{font-size:11px;color:#65758a;margin:6px 0}.tth-lead-contact{display:flex;gap:7px;flex-wrap:wrap}.tth-lead-contact span{font-size:9px;color:#65758a;background:#f8fafc;border:1px solid #edf1f5;border-radius:8px;padding:6px 8px}.tth-lead-meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:9px}.tth-lead-meta small{color:#8a98a9;font-size:9px}.tth-view-lead{border:0;border-radius:9px;background:#0b5ecb;color:#fff;padding:9px 12px;font-weight:850;font-size:9px;cursor:pointer}.tth-lead-empty{background:#fff;border:1px dashed #d9e2ed;border-radius:17px;padding:35px;text-align:center}.tth-lead-empty span{display:block;color:#8090a3;margin-top:5px}.tth-lead-modal-bg{position:fixed;inset:0;background:rgba(3,18,40,.46);opacity:0;visibility:hidden;z-index:2147483000;transition:.2s}.tth-lead-modal-bg.open{opacity:1;visibility:visible}.tth-lead-drawer{position:fixed;top:0;right:0;width:min(560px,94vw);height:100dvh;background:#fff;z-index:2147483001;transform:translateX(103%);transition:.25s;overflow:auto;box-shadow:-20px 0 50px rgba(7,27,58,.2)}.tth-lead-drawer.open{transform:none}.tth-lead-drawer-head{position:sticky;top:0;background:#071f47;color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.tth-lead-drawer-head span{font-size:9px;letter-spacing:.14em;color:#8fc4ff;font-weight:900}.tth-lead-drawer-head h3{margin:4px 0 0}.tth-lead-drawer-head button{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-size:22px}.tth-lead-drawer-body{padding:20px}.tth-lead-source-hero{display:flex;justify-content:space-between;background:#edf5ff;border-radius:12px;padding:12px;color:#0b5ecb;font-size:11px;font-weight:900}.tth-lead-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0}.tth-lead-detail-grid div{border:1px solid #e6ebf2;border-radius:11px;padding:11px}.tth-lead-detail-grid span{display:block;color:#8a97a8;font-size:8px;text-transform:uppercase;font-weight:900}.tth-lead-detail-grid strong{display:block;font-size:11px;margin-top:4px}.tth-lead-requirement{background:#f8fafc;border-radius:12px;padding:14px}.tth-lead-requirement span{font-size:8px;color:#738297;font-weight:900}.tth-lead-requirement p{font-size:12px;line-height:1.6}.tth-lead-actions{display:flex;gap:9px;margin-top:15px}.tth-lead-actions a{flex:1;text-align:center;padding:11px;border-radius:10px;background:#0b5ecb;color:#fff!important;font-weight:850;font-size:10px}
/* verify luxury */
.tth-verify-luxury{padding:72px 0;background:radial-gradient(circle at 50% 0,#eaf4ff 0,#fff 45%)}.tth-verify-intro{text-align:center;max-width:760px;margin:auto}.tth-verify-intro>span{color:#0b5ecb;font-size:11px;letter-spacing:.16em;font-weight:900}.tth-verify-intro h1{font-size:48px;margin:8px 0 10px;color:#0b1f3a}.tth-verify-intro p{color:#697a90}.tth-verify-search{max-width:850px;margin:28px auto 24px;display:flex;padding:8px;background:#fff;border:1px solid #dfe8f3;border-radius:16px;box-shadow:0 14px 40px rgba(17,59,105,.1)}.tth-verify-search input{flex:1;border:0!important;outline:0;padding:0 15px;font-size:15px}.tth-verify-search button{border:0;border-radius:11px;background:#0b5ecb;color:#fff;padding:14px 22px;font-weight:850}.tth-verified-hero{position:relative;overflow:hidden;max-width:980px;margin:28px auto;background:linear-gradient(145deg,#061e45,#0a3974);color:#fff;border-radius:28px;padding:40px;text-align:center;box-shadow:0 24px 60px rgba(6,30,69,.2)}.tth-verified-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(44,147,255,.18);filter:blur(20px);top:-210px;left:50%;transform:translateX(-50%)}.tth-verified-seal{position:relative;margin:auto;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f5c95b,#fff1a7);color:#073063;font-size:36px;font-weight:900;box-shadow:0 0 0 9px rgba(255,255,255,.08)}.tth-verified-label{display:block;color:#f3cf69;font-size:10px;letter-spacing:.18em;font-weight:900;margin-top:18px}.tth-verified-hero h2{font-size:34px;margin:7px 0}.tth-verified-hero>p{color:#d7e7fb}.tth-verified-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:26px}.tth-verified-grid>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:13px}.tth-verified-grid span{display:block;color:#9fb7d4;font-size:9px;text-transform:uppercase}.tth-verified-grid strong{display:block;margin-top:5px;font-size:12px}.tth-verified-grid .green{color:#7ef0ac}.tth-verified-foot{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.tth-verified-foot b,.tth-verified-foot span{display:block}.tth-verified-foot b{color:#8ff3b5}.tth-verified-foot span{font-size:10px;color:#aac0d9;margin-top:4px}.tth-verify-disclaimer{max-width:980px;margin:20px auto 0;border:1px solid #e1e8f0;border-radius:15px;background:#fff;padding:16px 18px}.tth-verify-disclaimer strong{font-size:12px}.tth-verify-disclaimer p{margin:5px 0 0;color:#718096;font-size:11px;line-height:1.6}.tth-verify-invalid{max-width:760px;margin:25px auto;padding:35px;text-align:center;background:#fff5f5;border:1px solid #fecaca;border-radius:20px}.tth-verify-invalid>div{font-size:30px;color:#b42318}
/* certificate view */
.tth-certificate-view{padding:50px 0;background:#f3f6fa}.tth-cert-view-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.tth-cert-view-top span{font-size:10px;letter-spacing:.14em;color:#0b5ecb;font-weight:900}.tth-cert-view-top h1{margin:4px 0}.tth-certificate-canvas{aspect-ratio:1.414/1;max-width:1180px;margin:auto;background-size:100% 100%;background-repeat:no-repeat;background-position:center;position:relative;box-shadow:0 24px 60px rgba(10,34,70,.16);background-color:#fff}.tth-certificate-inner{position:absolute;inset:8% 9%;text-align:center;display:flex;flex-direction:column;align-items:center}.tth-certificate-logo{width:27%;max-height:13%;object-fit:contain}.tth-cert-kicker{margin-top:1.5%;font-size:clamp(7px,1vw,13px);letter-spacing:.2em;color:#a47b19;font-weight:900}.tth-certificate-inner h2{font-family:Georgia,serif;color:#092c59;font-size:clamp(22px,3.2vw,48px);margin:1% 0}.tth-cert-certify{font-family:Georgia,serif;font-style:italic;color:#68768a;margin:1% 0}.tth-certificate-inner h3{font-family:Georgia,serif;font-size:clamp(22px,3.6vw,52px);color:#a97916;margin:1% 0;border-bottom:1px solid #d9bd70;padding:0 3% 1%}.tth-cert-statement{max-width:72%;font-size:clamp(9px,1.15vw,16px);line-height:1.5;color:#445269}.tth-cert-dynamic{width:82%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5%;margin-top:1%}.tth-cert-dynamic>div{border-top:1px solid #d8e0e9;padding-top:2%}.tth-cert-dynamic span{display:block;font-size:clamp(6px,.75vw,10px);text-transform:uppercase;color:#8190a3;font-weight:800}.tth-cert-dynamic strong{display:block;font-size:clamp(8px,1vw,13px);margin-top:2%;color:#102a4c}.tth-cert-dynamic .active{color:#15803d}.tth-cert-dynamic .revoked{color:#be123c}.tth-cert-bottom{width:82%;display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;text-align:left}.tth-partner-badge{display:inline-block;border:1px solid #d9b54c;background:#fff8df;color:#89600c;border-radius:999px;padding:7px 10px;font-size:clamp(6px,.75vw,10px);font-weight:900}.tth-cert-bottom p{font-size:clamp(7px,.8vw,11px);color:#65758a}.tth-cert-qr{text-align:center}.tth-cert-qr img{width:clamp(58px,8vw,105px);height:auto;background:#fff;padding:4px}.tth-cert-qr b{display:block;font-size:clamp(6px,.7vw,9px);color:#102a4c}.tth-cert-legal{font-size:clamp(5px,.6vw,8px);color:#8794a4;margin-top:1%}
/* home expansion */
.tth-home-stats{padding-top:38px!important;padding-bottom:38px!important}.tth-agent-growth{padding:78px 0;background:linear-gradient(120deg,#f7fbff,#fff)}.tth-growth-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}.tth-growth-grid h2,.tth-home-center h2{font-size:clamp(34px,3.2vw,50px);line-height:1.08;margin:8px 0 14px;color:#0b1f3a}.tth-growth-grid h2 b{color:#0b70d9}.tth-growth-grid>div>p{color:#65758a;font-size:16px;line-height:1.7;max-width:720px}.tth-growth-checks{display:grid;gap:12px;margin:22px 0}.tth-growth-checks span{font-weight:750;color:#263b55}.tth-growth-card{background:#071f47;color:#fff;border-radius:24px;padding:34px;box-shadow:0 24px 50px rgba(7,31,71,.18)}.tth-growth-card strong{font-size:25px}.tth-growth-card p{color:#c4d7ed!important}.tth-growth-card a{display:inline-flex;background:#fff;color:#0b5ecb;padding:12px 17px;border-radius:10px;font-weight:850;margin:7px 0 14px}.tth-growth-card small{display:block;color:#93aac5;line-height:1.5}.tth-home-benefits,.tth-home-features,.tth-verify-journey{padding:78px 0}.tth-home-center{text-align:center;max-width:800px;margin:0 auto 35px}.tth-home-center p{color:#6c7c90}.tth-benefit-three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tth-benefit-three article{border:1px solid #e2e8f0;border-radius:20px;padding:28px;text-align:center;box-shadow:0 10px 30px rgba(15,50,90,.05)}.tth-benefit-three article>div{width:62px;height:62px;margin:auto;border-radius:18px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-size:26px;font-weight:900}.tth-benefit-three h3{font-size:19px}.tth-benefit-three p{color:#718096;line-height:1.6;font-size:13px}.tth-home-features{background:#f7f9fc}.tth-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.tth-feature-grid article{display:flex;gap:14px;background:#fff;border:1px solid #e6ebf2;border-radius:15px;padding:18px}.tth-feature-grid i{width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:#edf5ff;color:#0b5ecb;display:grid;place-items:center;font-style:normal;font-weight:900}.tth-feature-grid h3{font-size:15px;margin:0 0 5px}.tth-feature-grid p{font-size:12px;color:#718096;margin:0;line-height:1.5}.tth-journey{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:center}.tth-journey>div{border:1px solid #e3e9f1;border-radius:17px;padding:20px;min-height:150px}.tth-journey b{display:block;color:#0b5ecb;font-size:22px}.tth-journey strong,.tth-journey span{display:block}.tth-journey strong{margin:9px 0 5px}.tth-journey span{color:#718096;font-size:11px;line-height:1.5}.tth-journey i{color:#a7b4c4;font-style:normal}.tth-home-final-cta{padding:60px 0;background:linear-gradient(120deg,#061e45,#0b4f9b);color:#fff}.tth-home-final-cta .tth-container{display:flex;justify-content:space-between;align-items:center;gap:30px}.tth-home-final-cta span{font-size:10px;letter-spacing:.15em;color:#8fc4ff;font-weight:900}.tth-home-final-cta h2{font-size:34px;margin:7px 0}.tth-home-final-cta p{color:#c6d9ef}.tth-home-final-cta .tth-btn-outline{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.35)!important;margin-left:8px}
@media(max-width:900px){.tth-lead-kpis{grid-template-columns:repeat(2,1fr)}.tth-lead-card{align-items:flex-start}.tth-lead-meta{margin-left:auto}.tth-verified-grid{grid-template-columns:1fr 1fr}.tth-growth-grid,.tth-benefit-three,.tth-feature-grid{grid-template-columns:1fr}.tth-journey{grid-template-columns:1fr}.tth-journey i{display:none}.tth-home-final-cta .tth-container{align-items:flex-start;flex-direction:column}.tth-cert-dynamic{width:92%}.tth-cert-statement{max-width:90%}}
@media(max-width:600px){.tth-lead-card{flex-wrap:wrap}.tth-lead-meta{width:100%;align-items:flex-start}.tth-lead-detail-grid,.tth-verified-grid{grid-template-columns:1fr}.tth-verify-search{flex-direction:column;gap:8px}.tth-verify-search input{min-height:46px}.tth-verified-hero{padding:30px 18px}.tth-verify-intro h1{font-size:36px}.tth-certificate-inner{inset:7%}.tth-certificate-logo{width:32%}.tth-cert-dynamic{grid-template-columns:1fr 1fr}.tth-cert-bottom{width:92%}}
