/* ═══════════════════════════════════════════
   HOUSE OF SCALE — GLOBAL CSS
   Brand variables + utility classes for Elementor
   ═══════════════════════════════════════════ */

/* ── BRAND CSS VARIABLES ── */
:root {
  --navy:    #1E3A50;
  --navy2:   #2E5470;
  --steel:   #4A6880;
  --pale:    #EDF3F8;
  --subtle:  #F5F8FA;
  --cream:   #FAFCFD;
  --white:   #FFFFFF;
  --ink:     #0E1E28;
  --muted:   #7A92A3;
  --border:  #D8E6EF;
  --gold:    #C9A84C;
  --gold-lt: #E8D08A;
  --serif:   'Playfair Display', Georgia, serif;
  --sans:    'DM Sans', sans-serif;
}

/* ── BASE ── */
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
}

/* ── ELEMENTOR OVERRIDES ── */
.elementor-page { background: var(--cream); }
.e-con, .elementor-section { position: relative; }

/* Remove Elementor default body padding */
body.elementor-page { padding-top: 0 !important; }

/* ── TYPOGRAPHY UTILITIES ── */
.hos-serif   { font-family: var(--serif) !important; }
.hos-sans    { font-family: var(--sans)  !important; }
.hos-italic  { font-style: italic !important; }
.hos-gold    { color: var(--gold) !important; }
.hos-navy    { color: var(--navy) !important; }
.hos-white   { color: var(--white) !important; }
.hos-muted   { color: var(--muted) !important; }
.hos-ink     { color: var(--ink) !important; }
.hos-uppercase { text-transform: uppercase !important; letter-spacing: .12em !important; }

/* ── BACKGROUND UTILITIES ── */
.hos-bg-navy   { background: var(--navy)  !important; }
.hos-bg-ink    { background: var(--ink)   !important; }
.hos-bg-pale   { background: var(--pale)  !important; }
.hos-bg-subtle { background: var(--subtle)!important; }
.hos-bg-cream  { background: var(--cream) !important; }
.hos-bg-white  { background: var(--white) !important; }
.hos-bg-gold   { background: var(--gold)  !important; }

/* ── BUTTONS ── */
.hos-btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--ink) !important;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  font-family: var(--sans);
  text-decoration: none;
}
.hos-btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); color: var(--ink) !important; }

.hos-btn-navy {
  display: inline-block;
  background: var(--navy);
  color: var(--white) !important;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  font-family: var(--sans);
  text-decoration: none;
}
.hos-btn-navy:hover { background: var(--navy2); transform: translateY(-2px); color: var(--white) !important; }

.hos-btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--white) !important;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 36px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.25);
  cursor: pointer;
  transition: border-color .2s, transform .15s;
  font-family: var(--sans);
  text-decoration: none;
}
.hos-btn-ghost:hover { border-color: rgba(255,255,255,.6); transform: translateY(-2px); color: var(--white) !important; }

/* ── SECTION EYEBROW ── */
.hos-eyebrow {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--steel);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.hos-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); display: inline-block; }
.hos-eyebrow.light { color: rgba(255,255,255,.4); }
.hos-eyebrow.light::before { background: var(--gold); }
.hos-eyebrow.center { justify-content: center; }

/* ── SERVICE CARD ── */
.hos-service-card {
  padding: 40px 32px;
  border: 1px solid var(--border);
  position: relative;
  transition: background .25s;
  overflow: hidden;
  cursor: default;
}
.hos-service-card:hover { background: var(--pale); }
.hos-service-num { font-family: var(--serif); font-size: 32px; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 18px; transition: color .25s; }
.hos-service-card:hover .hos-service-num { color: var(--gold); }
.hos-service-title { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.hos-service-desc  { font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--muted); }
.hos-service-more  { margin-top: 20px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); font-weight: 500; opacity: 0; transform: translateX(-8px); transition: all .25s; }
.hos-service-card:hover .hos-service-more { opacity: 1; transform: translateX(0); }

/* ── RESULT CARD ── */
.hos-result-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px 32px;
  transition: all .25s;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.hos-result-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--navy); }
.hos-result-card:hover { box-shadow: 0 8px 40px rgba(30,58,80,.1); transform: translateY(-4px); border-color: var(--navy); }
.hos-result-tag  { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--steel); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.hos-result-tag::before { content: ''; width: 16px; height: 1px; background: var(--gold); }
.hos-result-stat  { font-family: var(--serif); font-size: 52px; font-weight: 700; color: var(--navy); line-height: 1; margin-bottom: 8px; }
.hos-result-label { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.hos-result-desc  { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.hos-result-brand { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--steel); }

/* ── TESTIMONIAL CARD ── */
.hos-testi-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  transition: box-shadow .25s;
  background: var(--white);
}
.hos-testi-card:hover { box-shadow: 0 8px 40px rgba(30,58,80,.08); }
.hos-testi-stars  { color: var(--gold); letter-spacing: 3px; font-size: 14px; margin-bottom: 18px; }
.hos-testi-text   { font-family: var(--serif); font-size: 15px; font-weight: 400; font-style: italic; line-height: 1.7; color: var(--ink); margin-bottom: 24px; }
.hos-testi-author { display: flex; align-items: center; gap: 12px; }
.hos-testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--pale); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--navy); flex-shrink: 0; font-family: var(--serif); }
.hos-testi-name   { font-size: 13px; font-weight: 600; color: var(--ink); }
.hos-testi-brand  { font-size: 11px; color: var(--muted); }

/* ── INDUSTRY CARD ── */
.hos-ind-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  transition: all .25s;
  cursor: default;
  background: var(--white);
}
.hos-ind-card:hover { border-color: var(--navy); background: var(--pale); transform: translateY(-3px); }
.hos-ind-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.hos-ind-name { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }

/* ── PROCESS STEP ── */
.hos-process-step {
  padding: 40px 28px;
  border-right: 1px solid rgba(255,255,255,.08);
  text-align: center;
  position: relative;
}
.hos-process-step:last-child { border-right: none; }
.hos-ps-num   { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--gold); margin: 0 auto 20px; }
.hos-ps-title { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-bottom: 10px; }
.hos-ps-body  { font-size: 12px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,.4); }
.hos-ps-arrow { position: absolute; top: 50%; right: -14px; transform: translateY(-50%); font-size: 18px; color: rgba(255,255,255,.15); z-index: 1; }

/* ── FAQ ── */
.hos-faq-item { border-bottom: 1px solid var(--border); }
.hos-faq-q    { width: 100%; text-align: left; background: none; border: none; padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--ink); transition: color .2s; }
.hos-faq-q:hover { color: var(--navy); }
.hos-faq-chevron { font-size: 18px; color: var(--muted); flex-shrink: 0; transition: transform .3s; }
.hos-faq-item.open .hos-faq-chevron { transform: rotate(45deg); }
.hos-faq-a        { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.hos-faq-a-inner  { font-size: 14px; font-weight: 300; line-height: 1.85; color: var(--muted); padding: 0 0 24px; }
.hos-faq-item.open .hos-faq-a { max-height: 300px; }

/* ── CONTACT FORM ── */
.hos-contact-form { display: flex; flex-direction: column; gap: 16px; max-width: 560px; margin: 0 auto; }
.hos-form-row     { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hos-form-field   { display: flex; flex-direction: column; gap: 6px; }
.hos-form-label   { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); font-weight: 500; }
.hos-form-input, .hos-form-select, .hos-form-textarea {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  width: 100%;
  transition: border-color .2s;
  -webkit-appearance: none;
}
.hos-form-input:focus, .hos-form-select:focus, .hos-form-textarea:focus {
  outline: none;
  border-color: rgba(255,255,255,.3);
}
.hos-form-input::placeholder, .hos-form-textarea::placeholder { color: rgba(255,255,255,.25); }
.hos-form-select { color: var(--white); }
.hos-form-select option { background: var(--navy); color: var(--white); }
.hos-form-textarea { resize: vertical; min-height: 120px; }
.hos-form-msg { font-size: 14px; text-align: center; padding: 16px; border-radius: 8px; display: none; }
.hos-form-msg.success { background: rgba(74,180,120,.15); color: #4ab478; display: block; }
.hos-form-msg.error   { background: rgba(220,80,80,.15); color: #e05050; display: block; }

/* ── MARQUEE ── */
.hos-marquee-wrap  { background: var(--ink); padding: 16px 0; overflow: hidden; }
.hos-marquee-track { display: flex; white-space: nowrap; animation: hos-marquee 25s linear infinite; }
.hos-marquee-item  { flex-shrink: 0; padding: 0 28px; font-size: 12px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.35); display: flex; align-items: center; gap: 28px; }
.hos-marquee-item::after { content: '✦'; color: var(--gold); font-size: 8px; }
@keyframes hos-marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── LOGO GRID ── */
.hos-logo-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 0; border: 1px solid var(--border); }
.hos-logo-cell { padding: 28px 20px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 13px; font-weight: 500; color: var(--muted); text-align: center; transition: all .25s; min-height: 72px; letter-spacing: .04em; }
.hos-logo-cell:nth-child(6n) { border-right: none; }
.hos-logo-cell:nth-last-child(-n+6) { border-bottom: none; }
.hos-logo-cell:hover { background: var(--pale); color: var(--navy); }
.hos-logo-cell.hidden { display: none; }

/* ── FILTER BUTTONS ── */
.hos-filter-wrap { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.hos-filter-btn  { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; padding: 7px 18px; border-radius: 100px; background: transparent; border: 1px solid var(--border); color: var(--muted); cursor: pointer; transition: all .2s; font-family: var(--sans); }
.hos-filter-btn.active, .hos-filter-btn:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* ── HERO STAT BAR ── */
.hos-stat-bar     { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.08); width: 100%; }
.hos-stat-item    { padding: 32px 24px; border-right: 1px solid rgba(255,255,255,.08); text-align: center; }
.hos-stat-item:last-child { border-right: none; }
.hos-stat-num     { font-family: var(--serif); font-size: 40px; font-weight: 700; color: var(--white); line-height: 1; }
.hos-stat-suffix  { font-size: 20px; font-weight: 400; color: rgba(255,255,255,.4); }
.hos-stat-lbl     { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-top: 8px; font-weight: 400; }

/* ── HERO BADGE ── */
.hos-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; padding: 6px 18px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 400; }
.hos-badge-dot  { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: hos-pulse 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes hos-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }

/* ── SCROLL REVEAL ── */
.hos-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.hos-reveal.visible { opacity: 1; transform: translateY(0); }
.hos-d1{transition-delay:.08s} .hos-d2{transition-delay:.16s} .hos-d3{transition-delay:.24s}
.hos-d4{transition-delay:.32s} .hos-d5{transition-delay:.4s}  .hos-d6{transition-delay:.48s}

/* ── FOUNDER CARD ── */
.hos-founder-item { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.07); display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
.hos-founder-item:last-child { border-bottom: none; }
.hos-founder-mono { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 14px; font-weight: 700; color: var(--white); }
.hos-founder-name { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.hos-founder-role { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 10px; }
.hos-founder-bio  { font-size: 13px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.45); }
.hos-founder-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.hos-founder-tag  { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); }

/* ── PROOF CARD ── */
.hos-proof-card      { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 24px; }
.hos-proof-num       { font-family: var(--serif); font-size: 44px; font-weight: 700; color: var(--white); line-height: 1; }
.hos-proof-suffix    { font-size: 22px; font-weight: 400; color: rgba(255,255,255,.4); }
.hos-proof-lbl       { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-top: 6px; font-weight: 400; }
.hos-proof-desc      { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.35); margin-top: 8px; line-height: 1.6; }

/* ── NAV LOGO ── */
.hos-nav-logo-top { font-family: var(--serif); font-size: 10px; font-weight: 400; letter-spacing: .55em; text-transform: uppercase; color: var(--steel); line-height: 1; display: block; }
.hos-nav-logo-bot { font-family: var(--serif); font-size: 20px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); line-height: 1; display: block; }

/* ── FOOTER LOGO ── */
.hos-footer-logo-top { font-family: var(--serif); font-size: 11px; font-weight: 400; letter-spacing: .45em; text-transform: uppercase; color: rgba(255,255,255,.3); }
.hos-footer-logo-bot { font-family: var(--serif); font-size: 26px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-top: 3px; }

/* ── FOOTER BADGE ── */
.hos-footer-badge { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; padding: 5px 12px; border-radius: 100px; border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); display: inline-block; }

/* ── WHY POINT ── */
.hos-why-point { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.07); display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.hos-why-point:last-child { border-bottom: none; }
.hos-why-num   { font-family: var(--serif); font-size: 22px; font-weight: 400; font-style: italic; color: var(--gold); line-height: 1; padding-top: 2px; }
.hos-why-title { font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 6px; }
.hos-why-body  { font-size: 13px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.4); }

/* ── TRUST AVATARS ── */
.hos-trust-wrap    { display: flex; align-items: center; gap: 16px; }
.hos-trust-avatars { display: flex; }
.hos-trust-avatar  { width: 32px; height: 32px; border-radius: 50%; background: var(--steel); border: 2px solid var(--navy); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: var(--white); margin-left: -8px; }
.hos-trust-avatar:first-child { margin-left: 0; }
.hos-trust-stars   { color: var(--gold); letter-spacing: 2px; font-size: 13px; }
.hos-trust-text    { font-size: 12px; color: rgba(255,255,255,.35); }

/* ── BG TEXT WATERMARK ── */
.hos-bg-word {
  position: absolute;
  font-family: var(--serif);
  font-weight: 700;
  color: rgba(255,255,255,.025);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  white-space: nowrap;
}

/* ── PARTNER LOGOS ── */
.hos-partner-logos { display: flex; align-items: center; gap: 28px; opacity: .4; flex-wrap: wrap; justify-content: center; }
.hos-partner-logo  { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--white); }

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .hos-stat-bar         { grid-template-columns: repeat(2,1fr); }
  .hos-stat-item:nth-child(3) { grid-column: span 2; border-right: none; }
  .hos-logo-grid        { grid-template-columns: repeat(3,1fr); }
  .hos-logo-cell:nth-child(6n)  { border-right: 1px solid var(--border); }
  .hos-logo-cell:nth-child(3n)  { border-right: none; }
  .hos-form-row         { grid-template-columns: 1fr; }
  .hos-partner-logos    { display: none; }
}
