﻿/* LIFA Global Trade - premium static website design system */
:root {
  --navy: #0F1E36;
  --deep-ink: #07111E;
  --secondary-navy: #132B4A;
  --gold: #C9A84C;
  --gold-light: #E2C47A;
  --muted-gold: #BFA15A;
  --cream: #F4F0E5;
  --off-white: #F8FAFD;
  --white: #FFFFFF;
  --body-text: #182033;
  --muted-text: #667386;
  --line: #DCE3ED;
  --shadow: 0 18px 45px rgba(7, 17, 30, 0.10);
  --primary-font: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --secondary-font: "Times New Roman", Times, serif;
  --heading-font: "Cormorant Garamond", "Playfair Display", "Libre Baskerville", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
html[lang="ar"] { direction: rtl; }
html[lang="ar"] body { text-align: right; direction: rtl; }
body {
  margin: 0;
  font-family: var(--primary-font);
  color: var(--body-text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* RTL support for Arabic */
html[lang="ar"] .container { direction: rtl; }
html[lang="ar"] .hero-content { text-align: right; }
html[lang="ar"] .section-heading { text-align: center; }
html[lang="ar"] .grid { direction: rtl; }
html[lang="ar"] .footer-main { direction: rtl; text-align: right; }
html[lang="ar"] .main-nav { direction: ltr; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(226, 196, 122, .72);
  outline-offset: 3px;
}
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
h1, h2, h3, h4 {
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
  margin: 0 0 18px;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 800; color: var(--white); max-width: 840px; }
h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); font-weight: 700; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 700; }
h4 { font-size: 1.28rem; font-weight: 700; }
@supports (text-wrap: balance) {
  h1, h2, h3 { text-wrap: balance; }
}
@supports (text-wrap: pretty) {
  p, li { text-wrap: pretty; }
}
p { margin: 0 0 18px; }
p,
li,
blockquote,
figcaption,
.text-muted,
.section-heading p,
.hero-content p,
.signal-item p,
.card p,
.link-card p,
.media-card p,
.checklist-item p,
.compare-table td,
.process-step p,
.cta-band p,
.faq-answer,
.upload-help,
.form-note,
.static-form-message,
.guide-content .lead,
.lifa-muted,
.lifa-mini,
.lifa-list-muted,
.lifa-top-border-note,
.scenario-note,
.site-footer p,
.site-footer li,
.footer-bottom-content p,
.trustpilot-text,
.trustpilot-subtitle {
  font-family: var(--secondary-font);
}
ul, ol { padding-left: 20px; margin: 0; }
li + li { margin-top: 8px; }
.eyebrow {
  display: inline-block;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  font-size: .78rem;
  margin-bottom: 16px;
}
.text-muted { color: var(--muted-text); }
.gold { color: var(--gold); }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background:
    radial-gradient(ellipse 900px 160px at 15% 0%, rgba(226,196,122,.1), transparent 60%),
    linear-gradient(90deg, var(--deep-ink), var(--navy));
  border-bottom: 1px solid rgba(226, 196, 122, .18);
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease, min-height .25s ease;
}
.site-header::after {
  content: ""; display: block; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(226,196,122,.55) 20%, rgba(226,196,122,.55) 80%, transparent);
  opacity: 0; transition: opacity .25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 18px 40px rgba(7,17,30,.3); border-color: rgba(226,196,122,.4);
  backdrop-filter: blur(10px);
}
.site-header.is-scrolled::after { opacity: 1; }
.site-header .container { width: min(1560px, calc(100% - 40px)); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; transition: transform .25s ease; }
.brand:hover { transform: scale(1.03); }
.brand img { width: 188px; max-height: 64px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,.28)); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; min-width: 0; }
.main-nav a {
  position: relative; color: rgba(255,255,255,.92); font-size: .88rem; font-weight: 700; padding: 30px 2px 26px;
  border-bottom: 3px solid transparent; white-space: nowrap; letter-spacing: .01em;
  transition: color .18s ease, border-color .18s ease;
}
.main-nav a::before {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: -3px; height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  transition: left .22s cubic-bezier(.2,.8,.2,1), right .22s cubic-bezier(.2,.8,.2,1); border-radius: 3px 3px 0 0;
}
.main-nav a:hover { color: var(--gold-light); }
.main-nav a:hover::before { left: 0; right: 0; }
.main-nav a.active { color: var(--gold-light); }
.main-nav a.active::before { left: 0; right: 0; }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--deep-ink); border: 1px solid rgba(255,255,255,.24);
  padding: 13px 22px; border-radius: 999px; font-weight: 900; text-transform: uppercase;
  font-size: .78rem; letter-spacing: .04em; white-space: nowrap; box-shadow: 0 10px 24px rgba(201,168,76,.28);
  position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.header-cta::before {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.55) 48%, transparent 66%);
  transition: transform .55s ease;
}
.header-cta:hover::before { transform: translateX(120%); }
.header-cta:hover, .btn-primary:hover { color: var(--deep-ink); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(201,168,76,.34); }
.menu-toggle {
  display: none;
  position: relative;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(226,196,122,.42);
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.03)),
    rgba(7,17,30,.42);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 12px 24px rgba(7,17,30,.24);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.menu-toggle span {
  position: absolute;
  left: 12px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-light), var(--white));
  box-shadow: 0 0 10px rgba(226,196,122,.24);
  transition: transform .22s ease, opacity .18s ease, top .22s ease;
}
.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 22px; width: 17px; }
.menu-toggle span:nth-child(3) { top: 30px; }
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(226,196,122,.82);
  background:
    linear-gradient(145deg, rgba(226,196,122,.16), rgba(255,255,255,.04)),
    rgba(7,17,30,.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 15px 30px rgba(7,17,30,.32);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translateX(-7px);
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}
/* Language Switcher - HIDDEN BY DEFAULT (Automatic detection mode) */
.language-switcher {
  position: relative; display: flex; align-items: center; margin-left: 18px;
}
.language-switcher-hidden {
  display: none; /* Hidden by default - auto-detection only */
  visibility: hidden;
}
.language-switcher-hidden[style*="display: flex"],
.language-switcher:not(.language-switcher-hidden) {
  display: flex !important;
  visibility: visible;
}
.language-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(226,196,122,.32);
  color: rgba(255,255,255,.92); padding: 8px 12px; border-radius: 8px;
  font-size: .81rem; font-weight: 600; cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.language-toggle:hover {
  background: rgba(255,255,255,.12); border-color: rgba(226,196,122,.64); color: var(--gold-light);
}
.language-icon { font-size: 1.1em; }
.language-label { min-width: 26px; text-align: center; }
.dropdown-arrow { transition: transform .2s ease; }
.language-toggle:hover .dropdown-arrow { color: var(--gold-light); }
.language-dropdown {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: linear-gradient(135deg, rgba(19,43,74,.96), rgba(7,17,30,.96));
  border: 1px solid rgba(226,196,122,.32); border-radius: 12px;
  box-shadow: 0 24px 48px rgba(7,17,30,.48);
  padding: 10px; min-width: 180px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1200; backdrop-filter: blur(12px);
}
.language-dropdown.open {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
}
.language-dropdown {
  max-height: 400px; overflow-y: auto;
}
.language-option {
  display: flex; align-items: center; gap: 12px;
  width: 100%; background: transparent; border: none;
  color: rgba(255,255,255,.78); padding: 10px 12px; border-radius: 8px;
  font-size: .82rem; cursor: pointer; text-align: left;
  transition: background .18s ease, color .18s ease;
}
.language-option:hover, .language-option.active {
  background: rgba(226,196,122,.18); color: var(--gold-light);
}
.language-flag {
  font-size: 1.3em; min-width: 24px; text-align: center;
}
.language-name {
  font-weight: 600; flex: 1;
}
.language-eng {
  font-size: .75rem; color: rgba(255,255,255,.56);
}
.nav-item { position: relative; display: flex; }
.nav-item > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-caret { width: 9px; height: 9px; margin-top: -2px; flex: 0 0 auto; transition: transform .2s ease; }
.nav-item:hover .nav-caret, .nav-item:focus-within .nav-caret { transform: rotate(180deg); }
.dropdown-panel {
  position: absolute; top: calc(100% + 1px); left: 50%;
  transform: translateX(-50%) translateY(10px) scale(.985);
  margin-left: var(--dropdown-shift, 0px);
  width: min(920px, calc(100vw - 32px));
  background:
    radial-gradient(circle at 12% 12%, rgba(226,196,122,.16), transparent 30%),
    linear-gradient(155deg, rgba(19,43,74,.98), rgba(7,17,30,.98));
  border: 1px solid rgba(226,196,122,.34); border-radius: 18px;
  box-shadow: 0 34px 80px rgba(7,17,30,.55);
  padding: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px; min-width: 0; max-width: calc(100vw - 32px);
  opacity: 0; visibility: hidden; pointer-events: none; overflow: hidden;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 1100;
  backdrop-filter: blur(14px);
}
.dropdown-panel::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
}
.dropdown-panel::after {
  content: ""; position: absolute; right: -70px; bottom: -90px; width: 220px; height: 220px;
  border: 1px solid rgba(226,196,122,.16); border-radius: 50%; pointer-events: none;
}
.dropdown-panel a {
  position: relative; display: flex; align-items: center; min-height: 42px;
  color: rgba(255,255,255,.86); font-size: .84rem; font-weight: 700; text-transform: none;
  padding: 10px 12px 10px 32px; border-radius: 10px; border-bottom: 0 !important; white-space: normal; line-height: 1.35;
  background: rgba(255,255,255,.035);
  transition: background .18s ease, color .18s ease, padding-left .18s ease, transform .18s ease;
}
.dropdown-panel a::before {
  content: ""; position: absolute; left: 13px; top: 50%; width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid rgba(226,196,122,.72); background: rgba(226,196,122,.14);
  transform: translateY(-50%); transition: background .18s ease, transform .18s ease;
}
.dropdown-panel a:hover, .dropdown-panel a:focus-visible {
  color: var(--gold-light); background: rgba(226,196,122,.12); padding-left: 36px; transform: translateY(-1px);
}
.dropdown-panel a:hover::before, .dropdown-panel a:focus-visible::before { background: var(--gold-light); transform: translateY(-50%) scale(1.15); }
.dropdown-panel a.dropdown-viewall {
  grid-column: 1 / -1; order: -1; margin: 0 0 6px; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px;
  color: var(--gold-light); font-weight: 900; text-transform: uppercase; font-size: .72rem; letter-spacing: .1em;
  border: 1px solid rgba(226,196,122,.42) !important; border-radius: 999px; padding: 10px 15px 10px 16px;
  background: linear-gradient(135deg, rgba(226,196,122,.16), rgba(226,196,122,.05)); justify-self: start; min-height: 0;
}
.dropdown-panel a.dropdown-viewall::before { display: none; }
.dropdown-panel a.dropdown-viewall::after {
  content: "\2192"; font-weight: 900; transition: transform .2s ease;
}
.dropdown-panel a.dropdown-viewall:hover, .dropdown-panel a.dropdown-viewall:focus-visible {
  padding-left: 16px; background: rgba(226,196,122,.2); border-color: var(--gold-light) !important;
}
.dropdown-panel a.dropdown-viewall:hover::after { transform: translateX(4px); }
.nav-item:hover .dropdown-panel, .nav-item:focus-within .dropdown-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0) scale(1);
}
.dropdown-toggle { display: none; }
.hero {
  position: relative;
  min-height: 700px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--deep-ink);
  isolation: isolate;
  width: 100%;
}
.hero.compact { min-height: 500px; }
.hero-media, .hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center; filter: saturate(1.08) contrast(1.04) brightness(1.02);
}
.hero-media { opacity: 1; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(7,17,30,.92) 0%, rgba(15,30,54,.85) 25%, rgba(7,17,30,.75) 50%, rgba(15,30,54,.65) 75%, rgba(7,17,30,.8) 100%);
  backdrop-filter: blur(0.5px);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse at bottom right, rgba(201,168,76,.08) 0%, transparent 50%),
              radial-gradient(ellipse at top left, rgba(201,168,76,.05) 0%, transparent 60%);
  pointer-events: none;
}
.hero-slider { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover; object-position: center;
}
.hero-slide.active { opacity: 1; }
.hero-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 120px 0 120px 70px;
  gap: 80px;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 720px;
  flex: 0 1 auto;
  width: auto;
  margin-left: 0;
}

.hero-content > :not(.hero-actions) {
  flex: 0 0 auto;
  max-width: 680px;
  text-align: left;
}

.hero-content > * { opacity: 0; transform: translateY(18px); animation: lifaHeroReveal .9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
.hero-content > *:nth-child(1) { animation-delay: 0s; }
.hero-content > *:nth-child(2) { animation-delay: .12s; }
.hero-content > *:nth-child(3) { animation-delay: .24s; }
.hero-content > *:nth-child(4) { animation-delay: .36s; }
.hero-content .breadcrumb, .hero-content .eyebrow, .hero-content h1, .hero-content p {
  text-shadow: 0 4px 20px rgba(0,0,0,.65), 0 2px 8px rgba(0,0,0,.4);
  letter-spacing: 0.2px;
}
.hero-content .eyebrow {
  font-size: 0.92rem; font-weight: 900; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 24px; display: block; position: relative; padding-top: 20px;
}
.hero-content .eyebrow::before {
  content: ""; position: absolute; top: 0; left: 0; width: 48px; height: 2px;
  background: linear-gradient(90deg, var(--gold-light), transparent);
}
.hero-content h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 800; line-height: 1.15;
  color: var(--white); margin-bottom: 32px; max-width: 950px;
  letter-spacing: -0.02em; text-transform: none;
}
.hero-content p {
  color: rgba(255,255,255,.95); font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  max-width: 780px; line-height: 1.65; margin-bottom: 0;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
  margin-left: 0;
  position: relative;
  width: auto;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.hero-actions::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), transparent);
  border-radius: 2px;
}

.hero-actions .btn:first-child {
  margin-bottom: 0;
  margin-left: 0;
  transform: none;
  animation: lifaHeroReveal .9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: .3s;
}

.hero-actions .btn:last-child {
  margin-left: 0;
  transform: none;
  animation: lifaHeroReveal .9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: .36s;
}

.cta-actions, .form-actions {
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center; margin-top: 40px;
}
.hero .btn {
  padding: 14px 32px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: none;
  position: relative;
  overflow: visible;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  min-width: 180px;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.hero .btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: inherit; opacity: 0; transition: opacity 0.25s ease;
}
.hero .btn::after {
  content: ""; opacity: 0; transition: opacity 0.25s ease;
}
.hero .btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--deep-ink);
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.2);
  position: relative;
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.3);
}
.hero .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-130%);
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.55) 48%, transparent 66%);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.hero .btn-primary::after {
  content: "→";
  position: absolute;
  right: 14px;
  opacity: 0;
  font-size: 1.1em;
  font-weight: 900;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hero .btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(201, 168, 76, 0.4);
}
.hero .btn-primary:hover::before {
  transform: translateX(130%);
}
.hero .btn-primary:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
.hero .btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(201, 168, 76, 0.2);
}
.hero .btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--gold);
  position: relative;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.15);
}
.hero .btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-130%);
  background: linear-gradient(115deg, transparent 30%, rgba(226,196,122,.35) 48%, transparent 66%);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.hero .btn-secondary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero .btn-secondary:hover {
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold-light);
  transform: translateY(-3px);
  border-color: var(--gold-light);
  box-shadow: 0 12px 32px rgba(201, 168, 76, 0.22);
}
.hero .btn-secondary:hover::before {
  transform: translateX(130%);
}
.hero .btn-secondary:hover::after {
  opacity: 1;
}
.hero .btn-secondary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(201, 168, 76, 0.15);
}
@keyframes shimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.7), inset 0 0 0 0 rgba(201, 168, 76, 0.2); }
  50% { box-shadow: 0 0 0 10px rgba(201, 168, 76, 0), inset 0 0 0 2px rgba(201, 168, 76, 0.1); }
}
@keyframes slide-in-up {
  from { transform: translateY(8px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes float-hover {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}
@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ============================================================
   Button system — one premium, animated language site-wide.
   Modeled on the header CTA: gold gradient, dark ink, a diagonal
   shine sweep on hover, a smooth gold-glow lift, and an arrow
   that slides in. Applies to every .btn on every page.
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 13px 28px; border-radius: 8px; font-weight: 800;
  text-transform: none; font-size: .875rem; letter-spacing: .03em; border: 1px solid transparent;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, color .25s ease, background .25s ease, border-color .25s ease;
  position: relative; overflow: hidden; cursor: pointer; white-space: nowrap;
  isolation: isolate;
}
/* diagonal shine that sweeps across on hover */
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  transform: translateX(-130%);
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.5) 48%, transparent 66%);
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.btn:hover::before { transform: translateX(130%); }
/* trailing arrow that eases in on hover */
.btn::after {
  content: "\2192"; margin-left: -4px; max-width: 0; opacity: 0; overflow: hidden;
  font-weight: 900; transform: translateX(-4px);
  transition: max-width .3s ease, opacity .3s ease, transform .3s ease, margin-left .3s ease;
}
.btn:hover::after { max-width: 1.4em; opacity: 1; transform: translateX(0); margin-left: 0; }

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--deep-ink);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 10px 26px rgba(201,168,76,.28);
  font-weight: 900;
}
.btn-primary:hover {
  color: var(--deep-ink);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(201,168,76,.42);
}
.btn-primary:active { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(201,168,76,.3); }

.btn-secondary {
  color: var(--gold);
  border: 1.5px solid var(--gold);
  background: rgba(201,168,76,.05);
  box-shadow: 0 6px 18px rgba(7,17,30,.05);
  font-weight: 800;
}
.btn-secondary:hover {
  border-color: var(--gold-light);
  color: var(--muted-gold);
  background: rgba(201,168,76,.14);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(201,168,76,.22);
}
.btn-secondary:active { transform: translateY(-1px); }

.btn-outline {
  color: var(--gold);
  border: 1.5px solid var(--gold);
  background: transparent;
  padding: 11px 28px;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 0.85rem;
}
.btn-outline:hover {
  color: var(--muted-gold);
  transform: translateY(-3px);
  border-color: var(--gold-light);
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.24);
  background: rgba(201, 168, 76, 0.1);
}
.btn-outline:active {
  transform: translateY(-1px) scale(0.99);
}
.section { position: relative; padding: 40px 0; }
.section-tight { padding: 50px 0; }
.section-muted { background: linear-gradient(180deg, var(--off-white), var(--white)); }
.section-dark { background: linear-gradient(135deg, var(--deep-ink), var(--navy)); color: var(--white); }
.section-dark h2, .section-dark h3, .section-dark h4, .section-dark p, .section-dark li { color: var(--white); }
.section-dark .card h3, .section-dark .link-card h3, .section-dark .media-card h3 { color: var(--navy); }
.section-dark .card p, .section-dark .link-card p, .section-dark .media-card p { color: var(--muted-text); }
.section-heading { max-width: 790px; margin: 0 auto 34px; text-align: center; }
.section-heading p { color: var(--muted-text); }
.section-dark .section-heading p { color: rgba(255,255,255,.76); }
.signal-strip {
  position: relative; z-index: 5; margin-top: -48px;
  background: radial-gradient(circle at 15% 0%, rgba(226,196,122,.10), transparent 55%), linear-gradient(135deg, var(--deep-ink), var(--navy));
  border: 1px solid rgba(226,196,122,.35); border-radius: 10px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden;
}
.signal-strip::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 1;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
}
.signal-item {
  padding: 26px 24px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start;
  position: relative;
}
.signal-item::after {
  content: ""; position: absolute; top: 14%; bottom: 14%; right: 0; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(226,196,122,.28), transparent);
}
.signal-item:last-child::after { display: none; }
.signal-item .lifa-number-badge {
  width: 52px; height: 52px; min-width: 52px; min-height: 52px; margin: 0; border-radius: 14px;
  background: linear-gradient(145deg, #16294a, #0e1c33 70%);
  border: 1.5px solid rgba(226,196,122,.55);
  box-shadow: 0 10px 24px rgba(7,17,30,.4), inset 0 1px 0 rgba(226,196,122,.15);
  font-size: 22px; position: relative; overflow: hidden;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94), box-shadow .3s ease, border-color .3s ease;
}
.signal-item .lifa-number-badge::before {
  content: ""; position: absolute; inset: -40%; z-index: 0;
  background: conic-gradient(from 0deg, transparent, rgba(226,196,122,.55), transparent 30%);
  opacity: 0; transition: opacity .35s ease; animation: floatBtnSpin 3.2s linear infinite; animation-play-state: paused;
}
.signal-item:hover .lifa-number-badge {
  transform: translateY(-4px) scale(1.04);
  border-color: var(--gold-light);
  box-shadow: 0 16px 32px rgba(7,17,30,.5), 0 0 20px rgba(226,196,122,.25), inset 0 1px 0 rgba(226,196,122,.2);
}
.signal-item:hover .lifa-number-badge::before { opacity: 1; animation-play-state: running; }
.signal-icon, .step-number {
  width: 56px; height: 56px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--gold-light); color: var(--white); font-weight: 800; font-size: 1.2rem; letter-spacing: 0.8px;
  background: linear-gradient(135deg, #0F2432 0%, #132B4A 50%, #1A3F5A 100%);
  box-shadow: 0 12px 32px rgba(15, 30, 54, 0.35), inset 0 1px 0 rgba(226, 196, 122, 0.2);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; overflow: hidden; text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.card-icon {
  width: auto; height: auto; padding: 16px 20px; border-radius: 12px; display: inline-flex;
  flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  border: 2px solid var(--gold-light); color: var(--white); font-weight: 700; letter-spacing: 0.5px;
  background: linear-gradient(135deg, #0F2432 0%, #132B4A 50%, #1A3F5A 100%);
  box-shadow: 0 12px 32px rgba(15, 30, 54, 0.35), inset 0 1px 0 rgba(226, 196, 122, 0.2);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; overflow: hidden;
}
.card-icon svg {
  width: 40px; height: 40px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.card-icon .tier-label {
  font-size: 0.85rem; text-align: center; line-height: 1.2; max-width: 80px;
}
.signal-icon::before, .card-icon::before, .step-number::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(45deg, transparent 40%, rgba(226, 196, 122, 0.12) 50%, transparent 60%);
  opacity: 0; transition: opacity 0.35s ease;
}
.signal-icon::after, .card-icon::after, .step-number::after {
  content: ""; position: absolute; inset: -2px; border-radius: 12px;
  border: 2px solid rgba(226, 196, 122, 0.3);
  opacity: 0; transition: border-color 0.35s ease;
}
.signal-item h3 { color: var(--white); font-family: inherit; font-size: .98rem; margin-bottom: 4px; }
.signal-item p { color: rgba(255,255,255,.76); font-size: .86rem; margin: 0; line-height: 1.55; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.card, .media-card, .link-card, .form-panel, .quote-panel, .faq-item {
  background: linear-gradient(168deg, var(--white) 0%, #FBFCFF 100%);
  border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 26px rgba(7,17,30,.07);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.card, .media-card, .link-card {
  position: relative; overflow: hidden; margin: 0;
}
.card::before, .media-card::before, .link-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease; z-index: 2;
}
.card:hover::before, .media-card:hover::before, .link-card:hover::before { transform: scaleX(1); }
/* Luxury plaque frame on cards — an inset gold hairline frame with jewelled
   gold corner brackets (top-left + bottom-right), the same signature motif as
   the premium image frames. Reads as a fine engraved border, navy/gold brand */
.card::after, .link-card::after {
  content: ""; position: absolute; inset: 9px; z-index: 1; pointer-events: none;
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 6px;
  background:
    radial-gradient(160px 160px at top right, rgba(201,168,76,.08), transparent 70%),
    linear-gradient(90deg, var(--gold), var(--gold-light)) no-repeat left top / 26px 2px,
    linear-gradient(180deg, var(--gold), var(--gold-light)) no-repeat left top / 2px 26px,
    linear-gradient(90deg, var(--gold-light), var(--gold)) no-repeat right bottom / 26px 2px,
    linear-gradient(180deg, var(--gold-light), var(--gold)) no-repeat right bottom / 2px 26px;
  transition: border-color .35s ease, box-shadow .35s ease;
}
.card:hover::after, .link-card:hover::after {
  border-color: rgba(201,168,76,.62);
  box-shadow: inset 0 0 24px rgba(201,168,76,.07);
}
.card:hover, .media-card:hover, .link-card:hover, .quote-panel:hover {
  transform: translateY(-7px); box-shadow: 0 26px 54px rgba(7,17,30,.16); border-color: rgba(201,168,76,.5);
}
a.card, a.media-card, a.link-card { cursor: pointer; }
.card, .link-card { padding: 30px; }
.card h3, .link-card h3 { font-size: 1.45rem; }
.card-icon {
  margin-bottom: 18px;
}
.card-icon::before { opacity: 0; }
.card:hover .card-icon, .link-card:hover .card-icon {
  transform: translateY(-4px) scale(1.1);
  background: linear-gradient(135deg, #132B4A 0%, #1A3F5A 50%, #254B6F 100%);
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(201, 168, 76, 0.25), inset 0 1px 0 rgba(226, 196, 122, 0.3);
}
.card:hover .card-icon::before, .link-card:hover .card-icon::before {
  opacity: 1;
}
.card:hover .card-icon::after, .link-card:hover .card-icon::after {
  opacity: 1;
  border-color: var(--gold-light);
}
.card p, .link-card p { color: var(--muted-text); }
.card-link {
  display: inline-flex; align-items: center; gap: 7px; color: var(--muted-gold); font-weight: 900;
  text-transform: uppercase; font-size: .78rem; letter-spacing: .05em;
  transition: color .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-link::after {
  content: "\2192"; display: inline-block; font-weight: 900; transition: transform .25s ease;
}
.card-link:hover { color: var(--gold); }
.card:hover .card-link::after, .link-card:hover .card-link::after, .media-card:hover .card-link::after { transform: translateX(5px); }
.site-network {
  border-top: 1px solid rgba(201,168,76,.22);
  border-bottom: 1px solid rgba(201,168,76,.18);
}
.site-network .section-heading {
  margin-bottom: 26px;
}
.site-network .link-card {
  min-height: 100%;
}
.site-network .network-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .1em;
  margin-bottom: 12px;
}
.site-network .network-meta::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: rgba(201,168,76,.14);
}
.site-network-index .grid {
  margin-bottom: 34px;
}
.site-network-index h2 {
  margin-top: 18px;
}
.media-card p {
  color: var(--muted-text); transition: color .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media-card:hover p { color: var(--body-text); }
.media-card { overflow: hidden; }
.media-card img {
  width: 100%; height: 210px; object-fit: cover; object-position: center;
  background: linear-gradient(135deg, var(--off-white), var(--cream));
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .5s ease;
  filter: brightness(1);
}
.media-card:hover img { transform: scale(1.08); filter: brightness(1.05); }
/* Gold corner bracket over media-card photos — echoes the image-frame signature */
.media-card:has(> img)::after {
  content: ""; position: absolute; top: 12px; left: 12px; z-index: 2;
  width: 36px; height: 36px; pointer-events: none;
  border-top: 2px solid var(--gold-light); border-left: 2px solid var(--gold-light);
  border-top-left-radius: 6px; opacity: .9;
  transition: width .35s ease, height .35s ease, opacity .35s ease;
}
.media-card:has(> img):hover::after { width: 48px; height: 48px; opacity: 1; }
.media-card div { padding: 22px; }
.media-card h3 {
  margin-bottom: 8px; transition: color .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: var(--navy);
}
.media-card:hover h3 {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ===== Premium layered image frame — navy/gold signature treatment =====
   Layer 1 (::before): offset gold echo frame behind the photo (depth)
   Layer 2 (img):      photo with card-matching radius, gold hairline, deep shadow
   Layer 3 (::after):  gold corner brackets + navy scrim anchoring the image into the palette */
.image-frame {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  margin: 0 16px 16px 0;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.image-frame img {
  width: 100%; height: 420px; object-fit: cover; object-position: center;
  position: relative; z-index: 1;
  border-radius: 10px;
  border: 1px solid rgba(201,168,76,.32);
  box-shadow: 0 18px 44px rgba(7,17,30,.16);
  transition: box-shadow .45s ease;
}
.image-frame::before {
  content: ""; position: absolute; z-index: 0;
  top: 18px; left: 18px; right: -16px; bottom: -16px;
  border: 1.5px solid rgba(201,168,76,.5);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,168,76,.10), rgba(201,168,76,0) 55%);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .45s ease;
}
.image-frame::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  border-radius: 10px; pointer-events: none;
  background:
    linear-gradient(90deg, var(--gold-light), var(--gold)) no-repeat left 14px top 14px / 44px 2px,
    linear-gradient(180deg, var(--gold-light), var(--gold)) no-repeat left 14px top 14px / 2px 44px,
    linear-gradient(90deg, var(--gold), var(--gold-light)) no-repeat right 14px bottom 14px / 44px 2px,
    linear-gradient(180deg, var(--gold), var(--gold-light)) no-repeat right 14px bottom 14px / 2px 44px,
    linear-gradient(to top, rgba(7,17,30,.30), rgba(7,17,30,0) 38%);
  opacity: .92;
  transition: opacity .45s ease;
}
.image-frame:hover { transform: translate(-4px, -4px); }
.image-frame:hover::before { transform: translate(8px, 8px); border-color: rgba(201,168,76,.8); }
.image-frame:hover::after { opacity: 1; }
.image-frame:hover img { box-shadow: 0 30px 64px rgba(7,17,30,.24); }
/* Frames with a visible caption: square off the photo bottom, style the caption
   as a white card bar with a gold accent, and drop the scrim + bottom bracket
   so they never darken the caption text */
.image-frame:has(figcaption) img { border-radius: 10px 10px 0 0; }
.image-frame:has(figcaption)::after {
  background:
    linear-gradient(90deg, var(--gold-light), var(--gold)) no-repeat left 14px top 14px / 44px 2px,
    linear-gradient(180deg, var(--gold-light), var(--gold)) no-repeat left 14px top 14px / 2px 44px;
}
.image-frame figcaption {
  position: relative; z-index: 1;
  background: linear-gradient(180deg, var(--white), #FBFCFF);
  border: 1px solid var(--line); border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 16px 24px 18px;
  color: var(--muted-text);
  font-size: .95rem; line-height: 1.55;
  display: flex; flex-direction: column; gap: 8px;
}
.image-frame figcaption::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), rgba(201,168,76,0) 70%);
}
/* Editorial caption: gold micro-eyebrow (matches the site eyebrow system) above
   a refined descriptive line — one coherent caption treatment site-wide */
.image-frame figcaption .cap-tag {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 9px;
  text-transform: uppercase; letter-spacing: .14em; font-weight: 800;
  font-size: .68rem; color: var(--muted-gold);
}
.image-frame figcaption .cap-tag::before {
  content: ""; width: 18px; height: 2px; border-radius: 2px; flex: 0 0 18px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.image-frame figcaption .cap-text {
  color: var(--navy); font-size: .97rem; line-height: 1.55; font-weight: 500;
}
/* Plain-text captions (no structured spans) still read as the refined body line */
.image-frame figcaption { color: var(--muted-text); }
.article-inline-image {
  margin: 30px 0 34px;
}
.article-inline-image.image-frame {
  background: var(--white);
}
.article-inline-image.image-frame img {
  display: block;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.article-inline-image figcaption {
  padding: 15px 20px 16px;
}
/* Article inline images keep the frame but stay calm while reading — no hover motion */
.article-inline-image.image-frame:hover { transform: none; }
.article-inline-image.image-frame:hover::before { transform: none; }
.article-inline-image.image-frame:hover img {
  transform: none;
  box-shadow: 0 18px 44px rgba(7,17,30,.16);
}
.image-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-list { display: grid; gap: 14px; margin-top: 22px; }
.feature-list li { list-style: none; position: relative; padding-left: 28px; color: var(--body-text); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.feature-list a { color: var(--navy); text-decoration: none; font-weight: 500; transition: color .2s ease, text-decoration .2s ease; cursor: pointer; }
.feature-list a:hover { color: var(--gold); text-decoration: underline; }
.feature-list a:active { color: var(--navy); }
.checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; }
.checklist-item { display: flex; gap: 14px; align-items: flex-start; }
.checklist-icon {
  flex: 0 0 auto; width: 28px; height: 28px; margin-top: 2px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy);
  font-weight: 900; font-size: .82rem; box-shadow: 0 4px 10px rgba(201,168,76,.24);
}
.checklist-item h3, .checklist-item h4 { margin: 0 0 4px; font-family: inherit; font-size: 1rem; color: var(--navy); font-weight: 800; }
.checklist-item p { margin: 0; color: var(--muted-text); font-size: .92rem; line-height: 1.6; }
.section-dark .checklist-item h3, .section-dark .checklist-item h4, .section-dark .checklist-item p { color: var(--white); }
.section-dark .checklist-item p { color: rgba(255,255,255,.76); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 26px rgba(7,17,30,.06); }
.compare-table { width: 100%; min-width: 480px; border-collapse: collapse; background: var(--white); }
.compare-table th {
  background: linear-gradient(135deg, var(--navy), var(--deep-ink)); color: var(--white); text-align: left;
  padding: 14px 18px; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 800;
}
.compare-table td { padding: 14px 18px; border-top: 1px solid var(--line); color: var(--body-text); font-size: .92rem; line-height: 1.55; vertical-align: top; }
.compare-table tr:nth-child(even) td { background: var(--off-white); }
.home-answer .section-heading {
  max-width: 920px;
}
.home-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.home-hero .hero-content {
  max-width: 760px;
}
.home-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.65rem, 5.2vw, 4.35rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.home-hero .hero-content p {
  max-width: 740px;
  line-height: 1.55;
}
.home-hero .blog-hero-list {
  margin-top: 22px;
  gap: 10px;
}
.home-hero .hero-actions {
  margin-top: 26px;
}
.contact-hero .hero-content {
  max-width: 780px;
}
.contact-hero .hero-content h1 {
  max-width: 860px;
  font-size: clamp(2.55rem, 5vw, 4.15rem);
  line-height: 1.07;
}
.contact-hero .hero-content p {
  max-width: 760px;
  line-height: 1.55;
}
.contact-hero .blog-hero-list {
  max-width: 760px;
  margin-top: 22px;
  gap: 10px;
}
.contact-hero .hero-actions {
  margin-top: 28px;
}
.services-hero .hero-content {
  max-width: 790px;
}
.services-hero .hero-content h1 {
  max-width: 880px;
  font-size: clamp(2.5rem, 4.9vw, 4.1rem);
  line-height: 1.07;
}
.services-hero .hero-content p {
  max-width: 760px;
  line-height: 1.55;
}
.services-hero .blog-hero-list {
  max-width: 760px;
  margin-top: 22px;
  gap: 10px;
}
.services-hero .hero-actions {
  margin-top: 28px;
}
.product-categories-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.product-categories-hero .hero-content {
  max-width: 760px;
}
.product-categories-hero .hero-content h1 {
  max-width: 820px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.product-categories-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.product-categories-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.product-categories-hero .hero-actions {
  margin-top: 26px;
}
.product-machinery-hero,
.product-used-machinery-hero,
.product-construction-equipment-hero,
.product-spare-parts-hero,
.product-packaging-printing-hero,
.product-jewelry-fashion-hero,
.product-consumer-goods-hero,
.product-electronics-accessories-hero,
.product-mobile-accessories-hero,
.product-home-furniture-decor-hero,
.product-home-textiles-hero,
.product-apparel-textiles-hero,
.product-beauty-tools-cosmetic-packaging-hero,
.product-pet-products-hero,
.product-toys-kids-products-hero,
.product-hardware-tools-hero,
.product-baby-maternity-products-hero,
.product-building-materials-hero,
.product-ecommerce-products-hero,
.product-energy-lighting-hero,
.product-furniture-hardware-fittings-hero,
.product-garden-outdoor-living-hero,
.product-kitchenware-small-appliances-hero,
.product-oem-odm-products-hero,
.product-office-promotional-products-hero,
.product-auto-parts-hero {
  min-height: min(760px, calc(100vh - 12px));
}
.product-machinery-hero .hero-content-wrapper,
.product-used-machinery-hero .hero-content-wrapper,
.product-construction-equipment-hero .hero-content-wrapper,
.product-spare-parts-hero .hero-content-wrapper,
.product-packaging-printing-hero .hero-content-wrapper,
.product-jewelry-fashion-hero .hero-content-wrapper,
.product-consumer-goods-hero .hero-content-wrapper,
.product-electronics-accessories-hero .hero-content-wrapper,
.product-mobile-accessories-hero .hero-content-wrapper,
.product-home-furniture-decor-hero .hero-content-wrapper,
.product-home-textiles-hero .hero-content-wrapper,
.product-apparel-textiles-hero .hero-content-wrapper,
.product-beauty-tools-cosmetic-packaging-hero .hero-content-wrapper,
.product-pet-products-hero .hero-content-wrapper,
.product-toys-kids-products-hero .hero-content-wrapper,
.product-hardware-tools-hero .hero-content-wrapper,
.product-baby-maternity-products-hero .hero-content-wrapper,
.product-building-materials-hero .hero-content-wrapper,
.product-ecommerce-products-hero .hero-content-wrapper,
.product-energy-lighting-hero .hero-content-wrapper,
.product-furniture-hardware-fittings-hero .hero-content-wrapper,
.product-garden-outdoor-living-hero .hero-content-wrapper,
.product-kitchenware-small-appliances-hero .hero-content-wrapper,
.product-oem-odm-products-hero .hero-content-wrapper,
.product-office-promotional-products-hero .hero-content-wrapper,
.product-auto-parts-hero .hero-content-wrapper {
  padding-top: clamp(62px, 7vh, 82px);
  padding-bottom: clamp(58px, 6vh, 78px);
}
.product-machinery-hero .hero-content,
.product-used-machinery-hero .hero-content,
.product-construction-equipment-hero .hero-content,
.product-spare-parts-hero .hero-content,
.product-packaging-printing-hero .hero-content,
.product-jewelry-fashion-hero .hero-content,
.product-consumer-goods-hero .hero-content,
.product-electronics-accessories-hero .hero-content,
.product-mobile-accessories-hero .hero-content,
.product-home-furniture-decor-hero .hero-content,
.product-home-textiles-hero .hero-content,
.product-apparel-textiles-hero .hero-content,
.product-beauty-tools-cosmetic-packaging-hero .hero-content,
.product-pet-products-hero .hero-content,
.product-toys-kids-products-hero .hero-content,
.product-hardware-tools-hero .hero-content,
.product-baby-maternity-products-hero .hero-content,
.product-building-materials-hero .hero-content,
.product-ecommerce-products-hero .hero-content,
.product-energy-lighting-hero .hero-content,
.product-furniture-hardware-fittings-hero .hero-content,
.product-garden-outdoor-living-hero .hero-content,
.product-kitchenware-small-appliances-hero .hero-content,
.product-oem-odm-products-hero .hero-content,
.product-office-promotional-products-hero .hero-content,
.product-auto-parts-hero .hero-content {
  max-width: 760px;
}
.product-machinery-hero .hero-content h1,
.product-used-machinery-hero .hero-content h1,
.product-construction-equipment-hero .hero-content h1,
.product-spare-parts-hero .hero-content h1,
.product-packaging-printing-hero .hero-content h1,
.product-jewelry-fashion-hero .hero-content h1,
.product-consumer-goods-hero .hero-content h1,
.product-electronics-accessories-hero .hero-content h1,
.product-mobile-accessories-hero .hero-content h1,
.product-home-furniture-decor-hero .hero-content h1,
.product-home-textiles-hero .hero-content h1,
.product-apparel-textiles-hero .hero-content h1,
.product-beauty-tools-cosmetic-packaging-hero .hero-content h1,
.product-pet-products-hero .hero-content h1,
.product-toys-kids-products-hero .hero-content h1,
.product-hardware-tools-hero .hero-content h1,
.product-baby-maternity-products-hero .hero-content h1,
.product-building-materials-hero .hero-content h1,
.product-ecommerce-products-hero .hero-content h1,
.product-energy-lighting-hero .hero-content h1,
.product-furniture-hardware-fittings-hero .hero-content h1,
.product-garden-outdoor-living-hero .hero-content h1,
.product-kitchenware-small-appliances-hero .hero-content h1,
.product-oem-odm-products-hero .hero-content h1,
.product-office-promotional-products-hero .hero-content h1,
.product-auto-parts-hero .hero-content h1 {
  max-width: 790px;
  font-size: clamp(2.48rem, 4.35vw, 3.68rem);
  line-height: 1.06;
  margin-bottom: 22px;
}
.product-machinery-hero .hero-content p,
.product-used-machinery-hero .hero-content p,
.product-construction-equipment-hero .hero-content p,
.product-spare-parts-hero .hero-content p,
.product-packaging-printing-hero .hero-content p,
.product-jewelry-fashion-hero .hero-content p,
.product-consumer-goods-hero .hero-content p,
.product-electronics-accessories-hero .hero-content p,
.product-mobile-accessories-hero .hero-content p,
.product-home-furniture-decor-hero .hero-content p,
.product-home-textiles-hero .hero-content p,
.product-apparel-textiles-hero .hero-content p,
.product-beauty-tools-cosmetic-packaging-hero .hero-content p,
.product-pet-products-hero .hero-content p,
.product-toys-kids-products-hero .hero-content p,
.product-hardware-tools-hero .hero-content p,
.product-baby-maternity-products-hero .hero-content p,
.product-building-materials-hero .hero-content p,
.product-ecommerce-products-hero .hero-content p,
.product-energy-lighting-hero .hero-content p,
.product-furniture-hardware-fittings-hero .hero-content p,
.product-garden-outdoor-living-hero .hero-content p,
.product-kitchenware-small-appliances-hero .hero-content p,
.product-oem-odm-products-hero .hero-content p,
.product-office-promotional-products-hero .hero-content p,
.product-auto-parts-hero .hero-content p {
  max-width: 735px;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.54;
}
.product-machinery-hero .blog-hero-list,
.product-used-machinery-hero .blog-hero-list,
.product-construction-equipment-hero .blog-hero-list,
.product-spare-parts-hero .blog-hero-list,
.product-packaging-printing-hero .blog-hero-list,
.product-jewelry-fashion-hero .blog-hero-list,
.product-consumer-goods-hero .blog-hero-list,
.product-electronics-accessories-hero .blog-hero-list,
.product-mobile-accessories-hero .blog-hero-list,
.product-home-furniture-decor-hero .blog-hero-list,
.product-home-textiles-hero .blog-hero-list,
.product-apparel-textiles-hero .blog-hero-list,
.product-beauty-tools-cosmetic-packaging-hero .blog-hero-list,
.product-pet-products-hero .blog-hero-list,
.product-toys-kids-products-hero .blog-hero-list,
.product-hardware-tools-hero .blog-hero-list,
.product-baby-maternity-products-hero .blog-hero-list,
.product-building-materials-hero .blog-hero-list,
.product-ecommerce-products-hero .blog-hero-list,
.product-energy-lighting-hero .blog-hero-list,
.product-furniture-hardware-fittings-hero .blog-hero-list,
.product-garden-outdoor-living-hero .blog-hero-list,
.product-kitchenware-small-appliances-hero .blog-hero-list,
.product-oem-odm-products-hero .blog-hero-list,
.product-office-promotional-products-hero .blog-hero-list,
.product-auto-parts-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 20px;
  gap: 9px;
}
.product-machinery-hero .blog-hero-list li,
.product-used-machinery-hero .blog-hero-list li,
.product-construction-equipment-hero .blog-hero-list li,
.product-spare-parts-hero .blog-hero-list li,
.product-packaging-printing-hero .blog-hero-list li,
.product-jewelry-fashion-hero .blog-hero-list li,
.product-consumer-goods-hero .blog-hero-list li,
.product-electronics-accessories-hero .blog-hero-list li,
.product-mobile-accessories-hero .blog-hero-list li,
.product-home-furniture-decor-hero .blog-hero-list li,
.product-home-textiles-hero .blog-hero-list li,
.product-apparel-textiles-hero .blog-hero-list li,
.product-beauty-tools-cosmetic-packaging-hero .blog-hero-list li,
.product-pet-products-hero .blog-hero-list li,
.product-toys-kids-products-hero .blog-hero-list li,
.product-hardware-tools-hero .blog-hero-list li,
.product-baby-maternity-products-hero .blog-hero-list li,
.product-building-materials-hero .blog-hero-list li,
.product-ecommerce-products-hero .blog-hero-list li,
.product-energy-lighting-hero .blog-hero-list li,
.product-furniture-hardware-fittings-hero .blog-hero-list li,
.product-garden-outdoor-living-hero .blog-hero-list li,
.product-kitchenware-small-appliances-hero .blog-hero-list li,
.product-oem-odm-products-hero .blog-hero-list li,
.product-office-promotional-products-hero .blog-hero-list li,
.product-auto-parts-hero .blog-hero-list li {
  font-size: .98rem;
  line-height: 1.42;
}
.product-machinery-hero .hero-actions,
.product-used-machinery-hero .hero-actions,
.product-construction-equipment-hero .hero-actions,
.product-spare-parts-hero .hero-actions,
.product-packaging-printing-hero .hero-actions,
.product-jewelry-fashion-hero .hero-actions,
.product-consumer-goods-hero .hero-actions,
.product-electronics-accessories-hero .hero-actions,
.product-mobile-accessories-hero .hero-actions,
.product-home-furniture-decor-hero .hero-actions,
.product-home-textiles-hero .hero-actions,
.product-apparel-textiles-hero .hero-actions,
.product-beauty-tools-cosmetic-packaging-hero .hero-actions,
.product-pet-products-hero .hero-actions,
.product-toys-kids-products-hero .hero-actions,
.product-hardware-tools-hero .hero-actions,
.product-baby-maternity-products-hero .hero-actions,
.product-building-materials-hero .hero-actions,
.product-ecommerce-products-hero .hero-actions,
.product-energy-lighting-hero .hero-actions,
.product-furniture-hardware-fittings-hero .hero-actions,
.product-garden-outdoor-living-hero .hero-actions,
.product-kitchenware-small-appliances-hero .hero-actions,
.product-oem-odm-products-hero .hero-actions,
.product-office-promotional-products-hero .hero-actions,
.product-auto-parts-hero .hero-actions {
  margin-top: 26px;
}
.product-spare-parts-hero .hero-content-wrapper {
  padding-top: clamp(46px, 5.6vh, 64px);
  padding-bottom: clamp(48px, 5vh, 66px);
}
.product-spare-parts-hero .hero-content h1 {
  font-size: clamp(2.36rem, 4.08vw, 3.48rem);
}
.product-spare-parts-hero .blog-hero-list {
  margin-top: 16px;
}
.product-spare-parts-hero .hero-actions {
  margin-top: 22px;
}
.product-packaging-printing-hero .hero-content-wrapper {
  padding-top: clamp(46px, 5.6vh, 64px);
  padding-bottom: clamp(48px, 5vh, 66px);
}
.product-packaging-printing-hero .hero-content h1 {
  font-size: clamp(2.36rem, 4.08vw, 3.48rem);
}
.product-packaging-printing-hero .blog-hero-list {
  margin-top: 16px;
}
.product-packaging-printing-hero .hero-actions {
  margin-top: 22px;
}
.product-jewelry-fashion-hero .hero-content-wrapper {
  padding-top: clamp(34px, 4.4vh, 52px);
  padding-bottom: clamp(38px, 4.2vh, 54px);
}
.product-jewelry-fashion-hero .hero-content h1 {
  font-size: clamp(2.26rem, 3.84vw, 3.28rem);
}
.product-jewelry-fashion-hero .blog-hero-list {
  margin-top: 10px;
  gap: 7px;
}
.product-jewelry-fashion-hero .hero-actions {
  margin-top: 12px;
}
.product-consumer-goods-hero .hero-content-wrapper {
  padding-top: clamp(34px, 4.4vh, 52px);
  padding-bottom: clamp(38px, 4.2vh, 54px);
}
.product-consumer-goods-hero .hero-content h1 {
  font-size: clamp(2.26rem, 3.84vw, 3.28rem);
}
.product-consumer-goods-hero .blog-hero-list {
  margin-top: 10px;
  gap: 7px;
}
.product-consumer-goods-hero .hero-actions {
  margin-top: 12px;
}
.product-electronics-accessories-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-electronics-accessories-hero .hero-content h1 {
  font-size: clamp(2.12rem, 3.55vw, 3.04rem);
}
.product-electronics-accessories-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-electronics-accessories-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-mobile-accessories-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-mobile-accessories-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.48vw, 3rem);
}
.product-mobile-accessories-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-mobile-accessories-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-home-furniture-decor-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-home-furniture-decor-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.45vw, 2.96rem);
}
.product-home-furniture-decor-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-home-furniture-decor-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-home-textiles-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-home-textiles-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.42vw, 2.94rem);
}
.product-home-textiles-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-home-textiles-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-apparel-textiles-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-apparel-textiles-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.42vw, 2.94rem);
}
.product-apparel-textiles-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-apparel-textiles-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-beauty-tools-cosmetic-packaging-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-beauty-tools-cosmetic-packaging-hero .hero-content h1 {
  font-size: clamp(2.04rem, 3.28vw, 2.82rem);
}
.product-beauty-tools-cosmetic-packaging-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-beauty-tools-cosmetic-packaging-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-pet-products-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-pet-products-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.45vw, 2.98rem);
}
.product-pet-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-pet-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-toys-kids-products-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-toys-kids-products-hero .hero-content h1 {
  font-size: clamp(2.04rem, 3.28vw, 2.82rem);
}
.product-toys-kids-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-toys-kids-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-hardware-tools-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-hardware-tools-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.45vw, 2.98rem);
}
.product-hardware-tools-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-hardware-tools-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}

.product-auto-parts-hero .hero-content-wrapper {
  padding-top: clamp(30px, 4vh, 48px);
  padding-bottom: clamp(34px, 3.8vh, 50px);
}
.product-auto-parts-hero .hero-content h1 {
  font-size: clamp(2.08rem, 3.45vw, 2.98rem);
}
.product-auto-parts-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-auto-parts-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-baby-maternity-products-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-baby-maternity-products-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-baby-maternity-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-baby-maternity-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-building-materials-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-building-materials-hero .hero-content h1 {
  font-size: clamp(2.02rem, 3.22vw, 2.84rem);
}
.product-building-materials-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-building-materials-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-ecommerce-products-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-ecommerce-products-hero .hero-content h1 {
  font-size: clamp(2.04rem, 3.28vw, 2.88rem);
}
.product-ecommerce-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-ecommerce-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-energy-lighting-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-energy-lighting-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-energy-lighting-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-energy-lighting-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-furniture-hardware-fittings-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-furniture-hardware-fittings-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-furniture-hardware-fittings-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-furniture-hardware-fittings-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-garden-outdoor-living-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-garden-outdoor-living-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-garden-outdoor-living-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-garden-outdoor-living-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-kitchenware-small-appliances-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-kitchenware-small-appliances-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-kitchenware-small-appliances-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-kitchenware-small-appliances-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-oem-odm-products-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-oem-odm-products-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-oem-odm-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-oem-odm-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.product-office-promotional-products-hero .hero-content-wrapper {
  padding-top: clamp(28px, 3.8vh, 46px);
  padding-bottom: clamp(32px, 3.6vh, 48px);
}
.product-office-promotional-products-hero .hero-content h1 {
  font-size: clamp(1.98rem, 3.12vw, 2.76rem);
}
.product-office-promotional-products-hero .blog-hero-list {
  margin-top: 6px;
  gap: 5px;
}
.product-office-promotional-products-hero .hero-actions {
  margin-top: 6px;
  transform: translateY(-10px);
}
.industries-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.industries-hero .hero-content {
  max-width: 760px;
}
.industries-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.industries-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.industries-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.industries-hero .hero-actions {
  margin-top: 26px;
}
.countries-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.countries-hero .hero-content {
  max-width: 760px;
}
.countries-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.countries-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.countries-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.countries-hero .hero-actions {
  margin-top: 26px;
}
.process-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.process-hero .hero-content {
  max-width: 760px;
}
.process-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.process-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.process-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.process-hero .hero-actions {
  margin-top: 26px;
}
.knowledge-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.knowledge-hero .hero-content {
  max-width: 760px;
}
.knowledge-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.knowledge-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.knowledge-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.knowledge-hero .hero-actions {
  margin-top: 26px;
}
.tools-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.tools-hero .hero-content {
  max-width: 760px;
}
.tools-hero .hero-content h1 {
  max-width: 830px;
  font-size: clamp(2.62rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.tools-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.tools-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.tools-hero .hero-actions {
  margin-top: 26px;
}
.service-product-sourcing-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-product-sourcing-hero .hero-content {
  max-width: 760px;
}
.service-product-sourcing-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-product-sourcing-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-product-sourcing-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-product-sourcing-hero .hero-actions {
  margin-top: 26px;
}
.service-supplier-search-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-supplier-search-hero .hero-content {
  max-width: 760px;
}
.service-supplier-search-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-supplier-search-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-supplier-search-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-supplier-search-hero .hero-actions {
  margin-top: 26px;
}
.service-supplier-verification-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-supplier-verification-hero .hero-content {
  max-width: 760px;
}
.service-supplier-verification-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-supplier-verification-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-supplier-verification-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-supplier-verification-hero .hero-actions {
  margin-top: 26px;
}
.service-factory-verification-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-factory-verification-hero .hero-content {
  max-width: 760px;
}
.service-factory-verification-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-factory-verification-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-factory-verification-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-factory-verification-hero .hero-actions {
  margin-top: 26px;
}
.service-quotation-comparison-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-quotation-comparison-hero .hero-content {
  max-width: 760px;
}
.service-quotation-comparison-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-quotation-comparison-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-quotation-comparison-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-quotation-comparison-hero .hero-actions {
  margin-top: 26px;
}
.service-procurement-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-procurement-coordination-hero .hero-content {
  max-width: 760px;
}
.service-procurement-coordination-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-procurement-coordination-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-procurement-coordination-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-procurement-coordination-hero .hero-actions {
  margin-top: 26px;
}
.service-order-follow-up-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-order-follow-up-hero .hero-content {
  max-width: 760px;
}
.service-order-follow-up-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-order-follow-up-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-order-follow-up-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-order-follow-up-hero .hero-actions {
  margin-top: 26px;
}
.service-quality-control-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-quality-control-coordination-hero .hero-content {
  max-width: 760px;
}
.service-quality-control-coordination-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-quality-control-coordination-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-quality-control-coordination-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-quality-control-coordination-hero .hero-actions {
  margin-top: 26px;
}
.service-inspection-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-inspection-coordination-hero .hero-content {
  max-width: 760px;
}
.service-inspection-coordination-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-inspection-coordination-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-inspection-coordination-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-inspection-coordination-hero .hero-actions {
  margin-top: 26px;
}
.service-shipping-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-shipping-coordination-hero .hero-content {
  max-width: 760px;
}
.service-shipping-coordination-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.52rem, 4.7vw, 4.05rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-shipping-coordination-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-shipping-coordination-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-shipping-coordination-hero .hero-actions {
  margin-top: 26px;
}
.service-china-visit-support-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-china-visit-support-hero .hero-content {
  max-width: 760px;
}
.service-china-visit-support-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-china-visit-support-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-china-visit-support-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-china-visit-support-hero .hero-actions {
  margin-top: 26px;
}
.service-oem-odm-sourcing-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-oem-odm-sourcing-hero .hero-content {
  max-width: 760px;
}
.service-oem-odm-sourcing-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.58rem, 4.9vw, 4.16rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-oem-odm-sourcing-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-oem-odm-sourcing-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-oem-odm-sourcing-hero .hero-actions {
  margin-top: 26px;
}
.service-private-label-sourcing-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-private-label-sourcing-hero .hero-content {
  max-width: 760px;
}
.service-private-label-sourcing-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 4.65vw, 4rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-private-label-sourcing-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-private-label-sourcing-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-private-label-sourcing-hero .hero-actions {
  margin-top: 26px;
}
.service-ecommerce-sourcing-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-ecommerce-sourcing-hero .hero-content {
  max-width: 760px;
}
.service-ecommerce-sourcing-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 4.65vw, 4rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-ecommerce-sourcing-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-ecommerce-sourcing-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-ecommerce-sourcing-hero .hero-actions {
  margin-top: 26px;
}
.service-sample-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-sample-coordination-hero .hero-content {
  max-width: 760px;
}
.service-sample-coordination-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 4.65vw, 4rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-sample-coordination-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-sample-coordination-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-sample-coordination-hero .hero-actions {
  margin-top: 26px;
}
.service-custom-packaging-labeling-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-custom-packaging-labeling-hero .hero-content {
  max-width: 760px;
}
.service-custom-packaging-labeling-hero .hero-content h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 4.65vw, 4rem);
  line-height: 1.06;
  margin-bottom: 24px;
}
.service-custom-packaging-labeling-hero .hero-content p {
  max-width: 735px;
  line-height: 1.55;
}
.service-custom-packaging-labeling-hero .blog-hero-list {
  max-width: 740px;
  margin-top: 22px;
  gap: 10px;
}
.service-custom-packaging-labeling-hero .hero-actions {
  margin-top: 26px;
}
.service-product-certification-support-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-product-certification-support-hero .hero-content {
  max-width: 780px;
}
.service-product-certification-support-hero .hero-content h1 {
  max-width: 880px;
  font-size: clamp(2.36rem, 4.28vw, 3.72rem);
  line-height: 1.07;
  margin-bottom: 24px;
}
.service-product-certification-support-hero .hero-content p {
  max-width: 755px;
  line-height: 1.55;
}
.service-product-certification-support-hero .blog-hero-list {
  max-width: 760px;
  margin-top: 22px;
  gap: 10px;
}
.service-product-certification-support-hero .hero-actions {
  margin-top: 26px;
}
.service-warehouse-fulfillment-coordination-hero .hero-content-wrapper {
  padding-top: clamp(76px, 8vh, 96px);
  padding-bottom: clamp(72px, 7vh, 92px);
}
.service-warehouse-fulfillment-coordination-hero .hero-content {
  max-width: 780px;
}
.service-warehouse-fulfillment-coordination-hero .hero-content h1 {
  max-width: 880px;
  font-size: clamp(2.38rem, 4.35vw, 3.78rem);
  line-height: 1.07;
  margin-bottom: 24px;
}
.service-warehouse-fulfillment-coordination-hero .hero-content p {
  max-width: 755px;
  line-height: 1.55;
}
.service-warehouse-fulfillment-coordination-hero .blog-hero-list {
  max-width: 760px;
  margin-top: 22px;
  gap: 10px;
}
.service-warehouse-fulfillment-coordination-hero .hero-actions {
  margin-top: 26px;
}
.services-hero .hero-content {
  padding-left: clamp(10px, 1.4vw, 22px);
}
.services-hero .hero-content h1 {
  font-size: clamp(2.35rem, 4.25vw, 3.72rem);
  line-height: 1.08;
}
.home-command-grid {
  align-items: stretch;
}
.home-command-image img {
  height: 100%;
  min-height: 430px;
}
.home-prep {
  background:
    radial-gradient(circle at 8% 10%, rgba(201,168,76,.10), transparent 28%),
    linear-gradient(180deg, var(--white), var(--off-white));
}
.home-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.home-check-grid .checklist-item {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(7,17,30,.07);
}
@media (max-width: 760px) {
  .checklist, .home-check-grid { grid-template-columns: 1fr; }
  .home-command-image img { min-height: 280px; }
}
.process-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px; align-items: stretch;
}
.process-step {
  position: relative; min-height: 214px; text-align: left; padding: 24px; border-radius: 10px;
  background: linear-gradient(180deg, var(--white), #FBFCFF);
  border: 1px solid rgba(201,168,76,.36); overflow: hidden;
  box-shadow: 0 16px 34px rgba(7,17,30,.12);
  display: grid; grid-template-rows: auto auto 1fr; gap: 12px;
  color: var(--navy);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.process-step::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.process-step:hover::before { transform: scaleX(1); }
.process-step:hover { transform: translateY(-6px); border-color: rgba(226,196,122,.72); box-shadow: 0 26px 50px rgba(7,17,30,.18); }
.section-muted .process-step, .process-step.light { background: linear-gradient(180deg, var(--white), #FBFCFF); border-color: rgba(201,168,76,.36); }
.process-step h3, .section-dark .process-step h3 {
  color: var(--navy); font-family: inherit; font-size: 1.02rem; line-height: 1.25; margin: 0;
}
.process-step p, .section-dark .process-step p {
  color: var(--muted-text); font-size: .92rem; line-height: 1.58; margin: 0;
}
.step-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 2px; }
.step-number {
  width: 44px; height: 44px; flex: 0 0 44px; margin: 0;
  background: linear-gradient(150deg, rgba(226,196,122,.24), rgba(201,168,76,.1)); color: var(--gold); border-color: rgba(201,168,76,.72);
  box-shadow: 0 6px 14px rgba(201,168,76,.16); transition: transform .3s ease, box-shadow .3s ease;
}
.process-step:hover .step-number { transform: scale(1.08); box-shadow: 0 10px 22px rgba(201,168,76,.32); }
.step-icon {
  width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold); background: rgba(15,30,54,.04); border: 1px solid rgba(201,168,76,.26);
  transition: transform .3s ease, background .3s ease;
}
.process-step:hover .step-icon { transform: rotate(-8deg) scale(1.08); background: rgba(201,168,76,.14); }
.step-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
@media (min-width: 1281px) {
  .process-grid { position: relative; }
  .process-step:not(:last-child)::after {
    content: "\2192"; position: absolute; top: 34px; right: -14px; z-index: 3;
    width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-weight: 900; font-size: .95rem;
  }
}
.cta-band {
  background: linear-gradient(135deg, var(--deep-ink), var(--navy)); color: var(--white);
  border: 1px solid rgba(226,196,122,.28); border-radius: 8px; padding: 34px;
  display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; box-shadow: var(--shadow);
}
.cta-band h2, .cta-band p { color: var(--white); }
.cta-band p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.faq-wrap { max-width: 900px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  overflow: hidden; border-left: 3px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.faq-item:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(7,17,30,.1); }
.faq-item.open { border-left-color: var(--gold); box-shadow: 0 20px 44px rgba(7,17,30,.12); }
.faq-question {
  width: 100%; border: 0; background: transparent; padding: 22px 24px; text-align: left;
  color: var(--navy); font-weight: 900; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; cursor: pointer; transition: color .2s ease;
}
.faq-question:hover { color: var(--muted-gold); }
.faq-question span:first-child { flex: 1 1 auto; min-width: 0; }
.faq-question span:last-child {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; border: 1px solid rgba(201,168,76,.4);
  color: var(--gold); font-weight: 900; font-size: 1rem; line-height: 1;
  transition: transform .3s ease, background .25s ease, color .25s ease;
}
.faq-item.open .faq-question span:last-child { transform: rotate(135deg); background: var(--gold); color: var(--deep-ink); }
/* Safety net: if a page's FAQ button has no separate icon span, the lone span
   must render as the question text, not as the round gold icon */
.faq-question span:only-child {
  flex: 1 1 auto; min-width: 0; width: auto; height: auto; border: 0; border-radius: 0;
  display: inline; color: inherit; font-size: inherit;
}
.faq-answer {
  max-height: 0; overflow: hidden; padding: 0 24px; color: var(--muted-text);
  opacity: 0; transition: max-height .32s ease, opacity .25s ease, padding .25s ease;
}
.faq-item.open .faq-answer { max-height: 320px; opacity: 1; padding: 0 24px 22px; }
.form-panel, .quote-panel {
  padding: 34px; border-radius: 18px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(226,196,122,.62), rgba(220,227,237,.72)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 24px 60px rgba(7,17,30,.10), 0 4px 14px rgba(7,17,30,.05);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; color: var(--navy); font-weight: 800; margin-bottom: 9px; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
/* ===== PREMIUM UNIFIED INPUT SYSTEM (shared by site forms + tools) ===== */
.field input, .field select, .field textarea,
.tool-field input, .tool-field select, .tool-field textarea,
.tool-form input, .tool-form select, .tool-form textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  min-height: 52px;
  background: linear-gradient(180deg, #FFFFFF, #F7FAFE);
  color: var(--body-text);
  font: inherit;
  font-size: .97rem;
  box-shadow: 0 1px 2px rgba(15,30,54,.045), inset 0 1px 0 rgba(255,255,255,.9);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.field input::placeholder, .field textarea::placeholder,
.tool-field input::placeholder, .tool-form input::placeholder,
.tool-field textarea::placeholder { color: #9AA6B6; opacity: 1; }
.field input:hover, .field select:hover, .field textarea:hover,
.tool-field input:hover, .tool-field select:hover, .tool-field textarea:hover,
.tool-form input:hover, .tool-form select:hover, .tool-form textarea:hover {
  border-color: #BFCADA;
}
.field select,
.tool-field select,
.tool-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  cursor: pointer;
  background-image:
    linear-gradient(180deg, #FFFFFF, #F7FAFE),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C9A84C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: center, right 17px center;
  background-size: auto, 12px 8px;
}
.field input, .field textarea,
.tool-field input, .tool-field textarea,
.tool-form input, .tool-form textarea { caret-color: var(--gold); }
.field input:focus, .field select:focus, .field textarea:focus,
.tool-field input:focus, .tool-field select:focus, .tool-field textarea:focus,
.tool-form input:focus, .tool-form select:focus, .tool-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(201,168,76,.16), 0 8px 20px rgba(201,168,76,.13);
  transform: translateY(-1px);
}
.field textarea, .tool-field textarea, .tool-form textarea { min-height: 130px; resize: vertical; line-height: 1.6; transform: none; }
.field textarea:focus, .tool-field textarea:focus, .tool-form textarea:focus { transform: none; }
/* Remove the old CSS-drawn chevron now that selects carry their own SVG. */
.field:has(select)::after { content: none; }
/* On-brand form control accents (checkboxes, radios, text selection). */
.field input[type="checkbox"], .field input[type="radio"],
.tool-field input[type="checkbox"], .tool-field input[type="radio"],
.form-panel input[type="checkbox"], .form-panel input[type="radio"],
.request-form input[type="checkbox"], .request-form input[type="radio"] {
  accent-color: var(--gold);
  min-height: 0;
  width: auto;
}
.field input::selection, .field textarea::selection,
.tool-field input::selection, .tool-field textarea::selection { background: rgba(201,168,76,.28); }
.document-upload {
  grid-column: 1 / -1; border: 1px dashed rgba(201,168,76,.72); border-radius: 10px;
  padding: 20px; background: linear-gradient(135deg, rgba(244,240,229,.68), rgba(248,250,253,.96));
}
.document-upload label { margin-bottom: 8px; }
.document-upload .upload-zone {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: flex-start;
  padding: 18px; border-radius: 10px; background: rgba(255,255,255,.82); border: 1px solid rgba(220,227,237,.86);
}
.upload-icon {
  width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 6px 16px rgba(201,168,76,.28); flex: 0 0 auto; margin-top: 2px;
}
.upload-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.document-upload input[type="file"] {
  width: 100%; min-height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
}
.document-upload input[type="file"]::file-selector-button {
  border: 1px solid rgba(201,168,76,.55); border-radius: 999px; background: var(--navy); color: var(--white);
  padding: 10px 18px; margin-right: 12px; font-weight: 800; cursor: pointer; transition: background .18s ease, color .18s ease;
}
.document-upload input[type="file"]::file-selector-button:hover { background: var(--secondary-navy); color: var(--gold-light); }
.upload-help { color: var(--muted-text); font-size: .86rem; margin: 10px 0 0; line-height: 1.55; }
.selected-files:empty { display: none; }
.selected-files {
  margin: 14px 0 0; padding-top: 12px; border-top: 1px dashed rgba(220,227,237,.9);
}
.file-count-badge {
  display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-weight: 800; font-size: .84rem; margin-bottom: 8px;
}
.file-count-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
}
.file-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.file-chip {
  display: inline-flex; align-items: center; gap: 6px; max-width: 100%;
  background: var(--off-white); border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 12px 6px 10px; font-size: .82rem; font-weight: 700; color: var(--navy);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.file-chip::before { content: "\1F4CE"; font-size: .78rem; }
.form-note, .static-form-message { color: var(--muted-text); font-size: .92rem; margin-top: 16px; }
.static-form-message { display: none; border-left: 3px solid var(--gold); padding: 13px 14px; background: var(--off-white); }
.static-form-message.visible { display: block; }
.contact-list { display: grid; gap: 16px; }
.contact-list a, .contact-list div, .contact-list button {
  padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white);
  box-shadow: 0 12px 28px rgba(7,17,30,.06);
}
.contact-list a, .contact-list button {
  display: block; width: 100%; text-align: left; font: inherit; color: inherit; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.contact-list a:hover, .contact-list button:hover {
  transform: translateY(-3px); box-shadow: 0 20px 38px rgba(7,17,30,.14); border-color: rgba(201,168,76,.55);
}
.contact-list .card-link {
  display: inline-flex; align-items: center; gap: 7px; color: var(--muted-gold); font-weight: 900;
  text-transform: uppercase; font-size: .74rem; letter-spacing: .05em; margin-top: 10px;
}
.contact-list .card-link::after {
  content: "\2192"; display: inline-block; font-weight: 900; transition: transform .25s ease;
}
.contact-list a:hover .card-link, .contact-list button:hover .card-link { color: var(--navy); }
.contact-list a:hover .card-link::after, .contact-list button:hover .card-link::after { transform: translateX(5px); }
.contact-list .wechat-contact-card {
  display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: center;
  border-color: rgba(201,168,76,.36); background: linear-gradient(135deg, var(--white), var(--off-white));
}
.contact-list .wechat-contact-card img {
  width: 82px; height: 82px; object-fit: contain; border-radius: 10px; border: 1px solid var(--line); background: var(--white); padding: 5px;
}
.view-all-row { justify-content: center; margin-top: 58px; padding-top: 30px; position: relative; }
.view-all-row::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 64px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
}
.view-all-row .btn-outline {
  position: relative;
  padding: 10px 28px;
  border-width: 1.5px;
  border-color: var(--gold);
  background: transparent;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 0.85rem;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.view-all-row .btn-outline:hover {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  border-color: var(--gold-light);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.2);
  transform: translateY(-2px);
}
.site-footer {
  background: linear-gradient(135deg, var(--deep-ink), var(--navy));
  color: var(--white);
  padding: 0;
  margin-top: 72px;
}
.footer-main {
  padding: 48px 0 0;
  border-bottom: none;
}
.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: 1;
}
.footer-logo {
  width: 260px;
  max-height: 110px;
  object-fit: contain;
}
.brand-tagline {
  font-size: .95rem;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  margin: 0;
  letter-spacing: .3px;
}
.contact-quick {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.contact-method {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding: 0;
  background: none;
  border: none;
  transition: all .2s ease;
  white-space: nowrap;
}
.contact-method-button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.contact-method:hover {
  transform: translateX(4px);
}
.method-label {
  font-size: .73rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--gold-light);
}
.method-value {
  font-size: .88rem;
  color: rgba(255,255,255,.88);
  font-weight: 400;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  grid-column: 2 / 5;
}
.link-section h4 {
  font-size: .92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold-light);
  margin: 0 0 14px;
}
.link-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.link-section a {
  font-size: .95rem;
  color: rgba(255,255,255,.75);
  transition: color .2s ease, padding-left .2s ease;
  padding-left: 0;
  display: inline-block;
  line-height: 1.5;
}
.link-section a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}
.site-footer p, .site-footer li { color: rgba(255,255,255,.78); }
.footer-bottom {
  background: rgba(0,0,0,.2);
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom-content {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}
.footer-bottom-content p {
  margin: 0;
  font-size: .85rem;
  color: rgba(255,255,255,.65);
}
.footer-bottom-content a {
  color: var(--gold-light);
  transition: color .2s ease;
}
.footer-bottom-content a:hover {
  color: var(--white);
}
.company-info {
  font-size: .8rem !important;
  font-weight: 500;
}
.floating-contact { position: fixed; right: 18px; bottom: max(18px, env(safe-area-inset-bottom)); z-index: 1200; display: grid; gap: 10px; }
body:has(.main-nav.open) .floating-contact,
body:has(.wechat-modal.open) .floating-contact {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.float-btn {
  width: 54px; height: 54px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 32% 28%, #1a2d4d, var(--navy) 65%);
  color: var(--white); position: relative; isolation: isolate;
  border: 1.5px solid rgba(201,168,76,.55);
  box-shadow: 0 12px 28px rgba(7,17,30,.35), 0 0 0 1px rgba(226,196,122,.08) inset;
  cursor: pointer; font-weight: 900; line-height: 1; padding: 0;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.float-btn::before {
  content: ""; position: absolute; inset: -3px; border-radius: 50%; z-index: -1;
  background: conic-gradient(from 0deg, transparent 0%, rgba(226,196,122,.9) 8%, transparent 22%);
  opacity: 0; transition: opacity .3s ease;
  animation: floatBtnSpin 2.6s linear infinite;
  animation-play-state: paused;
}
.float-btn:hover::before, .float-btn:focus-visible::before { opacity: 1; animation-play-state: running; }
@keyframes floatBtnSpin { to { transform: rotate(360deg); } }
.float-btn::after {
  content: ""; position: absolute; right: -2px; bottom: -2px; width: 15px; height: 15px; border-radius: 50%;
  border: 2px solid var(--navy); box-shadow: 0 2px 6px rgba(7,17,30,.4);
}
.float-btn.whatsapp::after { background: linear-gradient(145deg, #3adc72, #1fa855); }
.float-btn.wechat::after { background: linear-gradient(145deg, #4fdf6a, #1f9e3a); }
.float-btn img {
  width: 27px; height: 27px; object-fit: contain; display: block; pointer-events: none;
  position: relative; z-index: 1;
  filter: drop-shadow(0 2px 5px rgba(7,17,30,.3));
  transition: transform .22s ease;
}
.float-btn:hover img, .float-btn:focus-visible img { transform: scale(1.08); }
.float-btn:hover, .float-btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(7,17,30,.4), 0 0 22px rgba(226,196,122,.28);
  border-color: rgba(226,196,122,.95);
  outline: none;
}
.floating-contact { overflow: visible; }
.wechat-modal {
  position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center;
  background: rgba(7,17,30,.72); padding: 20px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.wechat-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.modal-card {
  background: radial-gradient(circle at 50% 0%, rgba(201,168,76,.12), transparent 58%), var(--white);
  border-radius: 14px;
  width: min(340px, calc(100vw - 32px));
  padding: clamp(26px, 4vw, 32px);
  position: relative;
  box-shadow: var(--shadow);
  transform: translateY(12px) scale(.98);
  transition: transform .22s ease;
  overflow: hidden;
  text-align: center;
}
.wechat-modal.open .modal-card { transform: translateY(0) scale(1); }
.modal-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
}
.modal-card::after {
  content: "";
  position: absolute; inset: 16px; z-index: 0; pointer-events: none; border-radius: 6px; opacity: .6;
  background:
    linear-gradient(var(--gold), var(--gold)) top left / 18px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top left / 2px 18px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top right / 18px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top right / 2px 18px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom left / 18px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom left / 2px 18px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom right / 18px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom right / 2px 18px no-repeat;
}
.wechat-modal .modal-card h2 {
  display: block; position: relative; z-index: 1;
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: var(--navy);
  margin: 2px 0 14px;
  letter-spacing: .01em;
}
.wechat-modal .modal-card h2::before {
  content: "Scan to Connect";
  display: block;
  font-family: var(--primary-font);
  font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted-gold);
  margin-bottom: 8px;
}
.wechat-modal .modal-card p { display: none; }
.wechat-modal .modal-card p.text-muted {
  display: block; position: relative; z-index: 1;
  font-size: .86rem; line-height: 1.5; color: var(--muted-text);
  max-width: 280px; margin: 14px auto 0;
}
.modal-close { position: absolute; right: 10px; top: 8px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 1.7rem; line-height: 1; cursor: pointer; color: var(--navy); box-shadow: 0 6px 18px rgba(7,17,30,.12); }
.qr-image {
  width: min(240px, calc(100vw - 140px));
  height: min(240px, calc(100vw - 140px));
  margin: 0 auto;
  border: 2px solid var(--gold);
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
  display: block;
  position: relative; z-index: 1;
  color: var(--navy);
  font-weight: 900;
  object-fit: contain;
  box-shadow: 0 10px 26px rgba(7,17,30,.12);
}
.wechat-qr-placeholder span { border: 1px solid rgba(201,168,76,.4); width: 122px; height: 122px; display: grid; place-items: center; border-radius: 6px; color: var(--muted-gold); }
.breadcrumb { color: rgba(255,255,255,.78); font-weight: 800; font-size: .82rem; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: rgba(255,255,255,.82); }
.breadcrumb a:hover { color: var(--gold-light); }
.legal-copy { max-width: 900px; margin: 0 auto; }
.legal-copy h2 { margin-top: 34px; }
.table-scroll { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.guide-content { max-width: 920px; margin: 0 auto; padding: 56px 0; }
.guide-content > section { margin-bottom: 42px; }
.guide-content .lead { font-size: 1.08rem; color: var(--muted-text); }
.guide-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.guide-table th, .guide-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.guide-table th { color: var(--navy); background: var(--off-white); font-weight: 900; }
.guide-table tr:last-child td { border-bottom: 0; }
.lifa-muted { color: var(--muted-text); }
.lifa-mini { color: var(--muted-text); font-size: .9rem; line-height: 1.55; }
.lifa-spacer-top { margin-top: 12px; }
.lifa-section-gap { margin-bottom: 40px; }
.lifa-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7,17,30,.06);
  padding: 20px;
}
.lifa-soft-panel {
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}
.lifa-note {
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid rgba(201,168,76,.24);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 16px;
  color: var(--body-text);
  box-shadow: 0 10px 24px rgba(7,17,30,.05);
}
.lifa-note-info { border-left-color: var(--gold); }
.lifa-note-success { border-left-color: #74a87a; }
.lifa-note-warning { border-left-color: var(--gold-light); background: linear-gradient(135deg, #fffaf0, var(--white)); }
.lifa-note-danger { border-left-color: #b94a48; background: linear-gradient(135deg, #fff7f6, var(--white)); }
.lifa-step-row {
  display: flex;
  gap: 16px;
  padding: 18px;
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(7,17,30,.05);
}
.lifa-step-badge {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid rgba(201,168,76,.65);
  font-weight: 900;
}
.lifa-flex-choice { display: flex; gap: 12px; cursor: pointer; }
.lifa-stack-sm { display: flex; flex-direction: column; gap: 12px; }
.lifa-stack-md { display: flex; flex-direction: column; gap: 16px; }
.lifa-inline-link {
  color: var(--muted-gold);
  font-weight: 800;
  display: inline-block;
  margin-top: 12px;
}
.lifa-inline-link:hover { color: var(--navy); }
.lifa-total-row { background: var(--off-white); }
.lifa-total-cell { text-align: right; font-weight: 900; color: var(--navy); }
.lifa-tool-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid rgba(201,168,76,.45);
  background: var(--gold);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lifa-tool-button:hover {
  background: var(--muted-gold);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(201,168,76,.18);
}
.lifa-select-compact {
  width: 100%;
  max-width: 300px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: var(--white);
  color: var(--body-text);
}
.lifa-center { text-align: center; }
.lifa-no-margin { margin: 0; }
.lifa-mt-0 { margin-top: 0; }
.lifa-mt-2 { margin-top: 2px; }
.lifa-mt-20 { margin-top: 20px; }
.lifa-mt-24 { margin-top: 24px; }
.lifa-mt-48 { margin-top: 48px; }
.lifa-mb-0 { margin-bottom: 0; }
.lifa-mb-8 { margin-bottom: 8px; }
.lifa-mb-12 { margin-bottom: 12px; }
.lifa-mb-16 { margin-bottom: 16px; }
.lifa-mb-20 { margin-bottom: 20px; }
.lifa-mb-24 { margin-bottom: 24px; }
.lifa-mb-32 { margin-bottom: 32px; }
.lifa-gap-16 { gap: 16px; }
.lifa-gap-24 { gap: 24px; }
.lifa-max-700 { max-width: 700px; }
.lifa-list-muted { color: var(--muted-text); line-height: 1.8; padding-left: 20px; }
.lifa-list-compact { margin: 0 0 12px 20px; padding: 0; }
.lifa-danger-text { color: #b94a48; }
.lifa-success-text { color: #5f9d66; }
.lifa-large-strong { font-size: 1.125rem; font-weight: 900; color: var(--navy); }
.lifa-border-row { border-bottom: 1px solid var(--line); }
.lifa-kv-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 8px; }
.lifa-kv-row-divided { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.lifa-kv-total { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-top: 8px; border-top: 2px solid var(--gold); font-weight: 900; }
.lifa-top-border-note { font-size: .9rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted-text); }
.lifa-grid-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.lifa-grid-tight { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.lifa-overflow-x { overflow-x: auto; }
.lifa-table-head { background: var(--off-white); }
.lifa-table-cell { padding: 12px; }
.lifa-table-head-cell { padding: 12px; text-align: left; border-bottom: 2px solid var(--line); color: var(--navy); }
.lifa-table-right { text-align: right; }
.lifa-strong { color: var(--navy); font-size: 1rem; }
.lifa-code-panel {
  background: var(--off-white);
  padding: 24px;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid var(--line);
}
.lifa-code-text {
  font-size: .86rem;
  line-height: 1.6;
  color: var(--navy);
  font-family: Consolas, "Courier New", monospace;
}
.lifa-pre-wrap { white-space: pre-wrap; word-wrap: break-word; }
.calculator-group {
  margin: 2rem 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7,17,30,.06);
}
.calculator-input { margin: 1rem 0; }
.calculator-input label { display: block; font-weight: 800; margin-bottom: .5rem; color: var(--navy); }
.calculator-input input {
  width: 100%;
  max-width: 300px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: var(--white);
  color: var(--body-text);
}
.calculator-result {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, var(--white), var(--off-white));
  border: 1px solid rgba(116,168,122,.28);
  border-left: 4px solid #74a87a;
  border-radius: 8px;
}
.calculator-result strong { color: var(--navy); font-size: 1.15em; }
.highlight-box, .result-panel, .tool-panel {
  border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 8px; background: linear-gradient(135deg, var(--white), var(--off-white));
  box-shadow: 0 12px 28px rgba(7,17,30,.06); padding: 22px;
}
.hub-list { display: grid; gap: 14px; margin-top: 22px; }
.hub-list a { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 20px rgba(7,17,30,.05); }
.hub-list a:hover { border-color: rgba(201,168,76,.55); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(7,17,30,.09); }
.hub-list strong { color: var(--navy); }
.hub-list span { color: var(--muted-gold); font-weight: 900; white-space: nowrap; }
.tool-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.tool-form label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
/* .tool-form input/select/textarea styled by the PREMIUM UNIFIED INPUT SYSTEM above. */
.tool-form .full { grid-column: 1 / -1; }
.result-panel { margin-top: 18px; color: var(--navy); }
.result-panel strong { color: var(--gold); }
.scenario-note { font-size: .94rem; color: var(--muted-text); border-left: 3px solid var(--gold); padding: 12px 14px; background: var(--off-white); border-radius: 6px; }
@keyframes lifaHeroReveal {
  to { opacity: 1; transform: translateY(0); }
}
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js section.reveal { opacity: 1 !important; transform: translateY(0) !important; }
.js .section-muted.reveal { opacity: 1 !important; }
.js .media-card { opacity: 1 !important; transform: translateY(0) !important; }
.js .process-step.reveal { transition-delay: var(--reveal-delay, 0ms); }
@media (max-width: 1280px) {
  .signal-strip, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1560px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .82rem; }
  .nav-item > a { gap: 4px; }
  .header-cta { padding: 12px 16px; font-size: .74rem; }
  .brand img { width: 168px; }
}
@media (max-width: 1360px) {
  .main-nav { gap: 10px; }
  .main-nav a { font-size: .77rem; }
  .nav-item > a { gap: 3px; }
  .header-cta { padding: 9px 12px; font-size: .71rem; }
  .brand img { width: 140px; }
}
@media (max-width: 1220px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 142px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 72px; display: flex; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--deep-ink); padding: 8px 20px 20px; border-top: 1px solid rgba(226,196,122,.18);
    max-height: 0; opacity: 0; overflow: hidden; pointer-events: none; transform: translateY(-8px);
    transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
  }
  .main-nav.open { max-height: calc(100vh - 72px); overflow-y: auto; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .95rem; }
  .header-cta { display: none; }
  .main-nav { flex-direction: column; }
  .nav-item { flex-direction: column; width: 100%; }
  .nav-item > a { border-bottom: 1px solid rgba(255,255,255,.08); width: 100%; justify-content: space-between; }
  .dropdown-toggle {
    display: inline-flex; align-items: center; justify-content: center; margin-left: auto;
    width: 30px; height: 30px; background: transparent; border: 0; color: var(--white); cursor: pointer;
  }
  .dropdown-toggle svg { transition: transform .2s ease; }
  .nav-item.open .dropdown-toggle svg { transform: rotate(180deg); }
  .nav-caret { display: none; }
  .dropdown-panel {
    position: static; left: auto; right: auto; width: 100%; transform: none; margin-left: 0; opacity: 1; visibility: visible; pointer-events: auto;
    display: grid; grid-auto-flow: row !important; grid-template-rows: none !important; grid-template-columns: 1fr;
    max-width: none; min-width: 0; box-shadow: none; border: 0; border-radius: 0;
    background: rgba(7,17,30,.5); padding: 0; gap: 0;
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .nav-item.open .dropdown-panel { max-height: 900px; padding: 6px 0 10px 14px; }
  .dropdown-panel::before { display: none; }
  .dropdown-panel a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06) !important; }
  .dropdown-panel a::before { display: none; }
  .dropdown-panel a:hover, .dropdown-panel a:focus-visible { padding-left: 0; }
  .dropdown-panel a.dropdown-viewall {
    grid-row: auto; order: 1; margin: 4px 14px 2px 0; justify-self: stretch;
    display: flex; justify-content: space-between;
  }
}
@media (max-width: 860px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 520px; }
  .hero.compact { min-height: 420px; }
  .hero-content-wrapper {
    padding: 58px 0 58px 50px;
  }
  .home-hero .hero-content-wrapper {
    padding: 48px 0 54px 50px;
  }
  .hero-content {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-left: 0;
    max-width: 700px;
  }
  .hero-actions {
    flex-direction: row;
    width: auto;
    max-width: 100%;
    align-items: center;
    margin-left: 0;
    margin-top: 32px;
    gap: 20px;
  }
  .hero-actions .btn {
    transform: none !important;
  }
  .hero-actions .btn:first-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .hero-actions .btn:last-child {
    margin-left: 0;
  }
  .hero-actions::before {
    top: -32px;
  }
  .home-hero .hero-content h1 {
    font-size: clamp(2.3rem, 6.8vw, 3.4rem);
    margin-bottom: 18px;
  }
  .home-hero .hero-content p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home-hero .blog-hero-list {
    margin-top: 16px;
    gap: 8px;
  }
  .home-hero .blog-hero-list li {
    font-size: .92rem;
    line-height: 1.38;
    padding-left: 26px;
  }
  .home-hero .blog-hero-list li::before {
    width: 10px;
    height: 10px;
    top: .38em;
  }
  .home-hero .hero-actions {
    margin-top: 20px;
  }
  .split, .grid-2, .grid-3, .grid-4, .image-grid, .footer-grid, .cta-band { grid-template-columns: 1fr; }
  .tool-form { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-strip { margin-top: 0; border-radius: 0; grid-template-columns: 1fr; }
  .signal-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .image-frame img { height: 310px; }
  .image-frame { margin: 0 10px 10px 0; }
  .image-frame::before { top: 12px; left: 12px; right: -10px; bottom: -10px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  h1 { font-size: 2.24rem; }
  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-top: 28px;
    align-items: flex-start;
    margin-left: 0;
  }
  .hero-actions .btn {
    width: 100%;
    min-width: 100%;
  }
  .hero-actions .btn:first-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .hero-actions .btn:last-child {
    margin-left: 0;
  }
  .hero-actions::before {
    display: none;
  }
  .cta-actions, .form-actions { align-items: stretch; flex-direction: column; }
  .btn {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.25;
  }
  .hero { min-height: auto; align-items: flex-start; }
  .hero.compact { min-height: 400px; }
  .hero-content-wrapper {
    padding: 72px 0 78px 28px;
  }
  .home-hero .hero-content-wrapper {
    padding: 54px 0 60px 28px;
  }
  .hero-content {
    padding: 0;
    flex-direction: column;
    margin-left: 0;
  }
  .hero-content .eyebrow {
    font-size: .78rem;
    letter-spacing: .24em;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .hero-content h1 {
    font-size: clamp(2.32rem, 10.8vw, 3rem);
    line-height: 1.08;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .home-hero .hero-content h1 {
    font-size: clamp(2.05rem, 9.4vw, 2.62rem);
    line-height: 1.08;
    margin-bottom: 16px;
  }
  .hero-content p {
    font-size: 1.06rem;
    line-height: 1.58;
    margin-bottom: 22px;
  }
  .home-hero .hero-content p {
    font-size: .96rem;
    line-height: 1.46;
    margin-bottom: 0;
  }
  .home-hero .blog-hero-list {
    margin-top: 14px;
    gap: 7px;
  }
  .home-hero .blog-hero-list li {
    font-size: .86rem;
    line-height: 1.34;
    padding-left: 24px;
  }
  .home-hero .blog-hero-list li::before {
    width: 9px;
    height: 9px;
    top: .36em;
  }
  .home-hero .hero-actions {
    margin-top: 18px;
  }
  .hero .btn {
    min-height: 48px;
    padding: 13px 20px;
    font-size: .9rem;
    line-height: 1.3;
    width: 100%;
    min-width: auto;
    transform: none !important;
  }
  .section { padding: 54px 0; }
  .card, .link-card, .form-panel, .quote-panel { padding: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; }
  .media-card img { height: 185px; }
  .footer-bottom { display: grid; }
  .floating-contact {
    display: grid;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 8px;
  }
  .float-btn {
    width: 48px;
    height: 48px;
    box-shadow: 0 10px 24px rgba(7,17,30,.3);
  }
  .float-btn img {
    width: 24px;
    height: 24px;
  }
  .float-btn::after {
    width: 13px;
    height: 13px;
  }
  .document-upload { padding: 14px; }
  .document-upload .upload-zone { grid-template-columns: 1fr; padding: 14px; }
  .upload-icon { margin-bottom: 4px; }
  .document-upload input[type="file"]::file-selector-button { padding: 9px 12px; margin-right: 8px; font-size: .92rem; }
  .compare-table, .guide-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .compare-table {
    min-width: 0;
    table-layout: fixed;
  }
  .compare-table th, .compare-table td {
    padding: 12px 14px;
    overflow-wrap: anywhere;
  }
  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-links-grid {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-logo {
    width: 130px;
    max-height: 55px;
  }
  .brand-tagline {
    font-size: .88rem;
    line-height: 1.5;
  }
  .contact-quick {
    gap: 10px;
  }
  .contact-method {
    padding: 9px 10px;
    font-size: .85rem;
  }
  .link-section h4 {
    font-size: .8rem;
    margin-bottom: 10px;
  }
  .link-section a {
    font-size: .85rem;
  }
  .footer-main {
    padding: 36px 0 24px;
  }
}
@media (max-width: 900px) and (max-height: 520px) {
  .home-hero {
    min-height: 390px;
  }
  .home-hero .hero-content-wrapper {
    padding: 26px 0 30px 40px;
  }
  .home-hero .hero-content .eyebrow {
    font-size: .68rem;
    letter-spacing: .18em;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-top: 14px;
  }
  .home-hero .hero-content h1 {
    font-size: clamp(1.9rem, 5.8vw, 2.45rem);
    line-height: 1.04;
    margin-bottom: 12px;
    max-width: 640px;
  }
  .home-hero .hero-content p {
    max-width: 650px;
    font-size: .9rem;
    line-height: 1.38;
  }
  .home-hero .blog-hero-list {
    display: none;
  }
  .home-hero .hero-actions {
    margin-top: 16px;
    gap: 12px;
  }
  .home-hero .btn {
    min-height: 44px;
    padding: 11px 18px;
    font-size: .82rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero-content > *, .js .reveal, .js .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-slide.active, .hero-media, .media-card:hover img, .image-frame:hover img,
  .image-frame:hover, .image-frame:hover::before {
    transform: none !important;
  }
}
/* ===== FOOTER RESPONSIVE OPTIMIZATION - ALL DEVICES ===== */

/* Tablet Optimization (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  
  .footer-brand {
    grid-column: 1 / -1;
  }
  
  .footer-links-grid {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  
  .footer-logo {
    width: 200px;
    max-height: 85px;
  }
  
  .brand-tagline {
    font-size: .92rem;
  }
  
  .contact-quick {
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .contact-method {
    font-size: .9rem;
  }
  
  .link-section h4 {
    font-size: .88rem;
  }
  
  .link-section a {
    font-size: .92rem;
  }
  
  .footer-bottom-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Medium Mobile Optimization (640px - 767px) */
@media (max-width: 767px) and (min-width: 640px) {
  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
    gap: 12px;
  }

  .footer-links-grid {
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .footer-logo {
    width: 150px;
    max-height: 65px;
  }
  
  .brand-tagline {
    font-size: .9rem;
    line-height: 1.5;
    max-width: 300px;
  }
  
  .contact-quick {
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .contact-method {
    font-size: .87rem;
    padding: 6px 8px;
  }
  
  .method-label {
    font-size: .7rem;
  }
  
  .method-value {
    font-size: .85rem;
  }
  
  .link-section h4 {
    font-size: .82rem;
    margin-bottom: 10px;
  }
  
  .link-section a {
    font-size: .87rem;
  }
  
  .footer-bottom {
    padding: 18px 0;
  }
  
  .footer-bottom-content p {
    font-size: .82rem;
  }
  
  .footer-main {
    padding: 32px 0 20px;
  }
}

/* Small Mobile Optimization (<=639px) */
@media (max-width: 639px) {
  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand {
    grid-column: auto;
    gap: 10px;
  }

  .footer-links-grid {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-logo {
    width: 120px;
    max-height: 50px;
  }
  
  .brand-tagline {
    font-size: .85rem;
    line-height: 1.4;
  }
  
  .contact-quick {
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .contact-method {
    font-size: .8rem;
    padding: 6px 8px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }
  
  .method-label {
    font-size: .65rem;
    min-width: 50px;
  }
  
  .method-value {
    font-size: .8rem;
    flex: 1;
  }
  
  .link-section h4 {
    font-size: .78rem;
    margin-bottom: 8px;
  }
  
  .link-section ul {
    gap: 8px;
  }
  
  .link-section a {
    font-size: .82rem;
  }
  
  .footer-bottom {
    padding: 16px 0;
  }
  
  .footer-bottom-content {
    gap: 6px;
  }
  
  .footer-bottom-content p {
    font-size: .75rem;
    line-height: 1.4;
  }
  
  .company-info {
    font-size: .7rem !important;
  }
  
  .footer-main {
    padding: 28px 0 16px;
  }
}

/* Extra Small Mobile (<=480px) */
@media (max-width: 480px) {
  .footer-logo {
    width: 110px;
    max-height: 45px;
  }

  .brand-tagline {
    font-size: .8rem;
  }

  .contact-quick {
    gap: 4px;
  }

  .contact-method {
    font-size: .75rem;
    padding: 4px 6px;
  }

  .method-label {
    font-size: .6rem;
    min-width: 45px;
  }

  .method-value {
    font-size: .75rem;
  }

  .link-section h4 {
    font-size: .75rem;
    margin-bottom: 6px;
  }

  .link-section a {
    font-size: .78rem;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-links-grid {
    grid-column: auto;
  }

  .footer-main {
    padding: 24px 0 12px;
  }
}

/* Updated footer styles v2 */

/* Founder page portrait and hero image polish */
.founder-hero::before {
  background: linear-gradient(105deg, rgba(7,17,30,.96) 0%, rgba(7,17,30,.9) 34%, rgba(7,17,30,.66) 62%, rgba(7,17,30,.48) 100%);
}
.founder-hero-media {
  object-position: 68% 28%;
}
.founder-hero .hero-content h1 {
  max-width: 860px;
  color: var(--white);
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 5px 26px rgba(0,0,0,.82), 0 2px 10px rgba(0,0,0,.68);
}
.founder-hero .hero-content p {
  max-width: 760px;
  color: rgba(255,255,255,.96);
}
.founder-portrait-frame {
  aspect-ratio: 4 / 5;
}
.founder-portrait-frame img {
  height: 100%;
  min-height: 520px;
  object-position: center top;
}

/* Footer logo professional scale override */
.footer-logo {
  width: clamp(230px, 17vw, 300px);
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
  object-position: left center;
}
.footer-brand {
  gap: 18px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer-logo {
    width: min(36vw, 270px);
    max-height: 118px;
  }
}

@media (max-width: 767px) {
  .footer-content {
    gap: 30px;
  }
  .footer-brand {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .footer-logo {
    width: min(70vw, 260px);
    max-height: 112px;
    margin: 0 auto 4px;
    object-position: center;
  }
  .brand-tagline {
    max-width: 36rem;
    margin-inline: auto;
    font-size: .95rem;
    line-height: 1.58;
  }
  .contact-quick {
    width: 100%;
    max-width: 380px;
    margin-inline: auto;
  }
  .founder-hero {
    min-height: 840px;
    align-items: flex-end;
  }
  .founder-hero::before {
    background: linear-gradient(180deg, rgba(7,17,30,.34) 0%, rgba(7,17,30,.55) 32%, rgba(7,17,30,.88) 70%, rgba(7,17,30,.98) 100%);
  }
  .founder-hero-media {
    object-position: 58% top;
  }
  .founder-hero .hero-content-wrapper {
    align-items: flex-end;
    padding: 390px 0 54px;
  }
  .founder-hero .hero-content {
    max-width: 100%;
    padding: 0 18px;
  }
  .founder-hero .hero-content .eyebrow {
    font-size: .72rem;
    letter-spacing: .22em;
    line-height: 1.55;
    margin-bottom: 14px;
  }
  .founder-hero .hero-content h1 {
    font-size: clamp(1.86rem, 8.1vw, 2.38rem);
    line-height: 1.08;
    margin-bottom: 16px;
  }
  .founder-hero .hero-content p {
    font-size: .94rem;
    line-height: 1.5;
    max-width: 36rem;
  }
  .founder-portrait-frame img {
    min-height: 440px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    width: min(76vw, 240px);
    max-height: 104px;
  }
  .brand-tagline {
    font-size: .92rem;
  }
  .founder-portrait-frame img {
    min-height: 380px;
  }
}

/* Footer redesign: modern integrated brand band, consistent across page templates */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(48px, 6vw, 78px);
  font-family: var(--primary-font);
  background:
    linear-gradient(90deg, rgba(201,168,76,.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #081322 0%, #07111E 100%);
  background-size: 72px 100%, auto;
  border-top: 1px solid rgba(201,168,76,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), rgba(226,196,122,.2), transparent 76%);
  opacity: .9;
}
.site-footer::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.028));
  pointer-events: none;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}
.site-footer .footer-main {
  padding: clamp(34px, 4.4vw, 54px) 0 0;
}
.footer-content,
.site-footer > .container > .footer-main {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.45fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  padding-bottom: clamp(28px, 4vw, 44px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand {
  position: relative;
  grid-column: auto;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.footer-brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 64px;
  height: 2px;
  background: var(--gold-light);
}
.footer-logo {
  width: clamp(144px, 10vw, 176px);
  max-width: 58%;
  max-height: 78px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.26));
}
.footer-brand p,
.brand-tagline {
  max-width: 31rem;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-family: var(--primary-font);
  font-size: .88rem;
  line-height: 1.62;
  letter-spacing: 0;
}
.contact-quick,
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.contact-method,
.footer-contact .contact-method {
  display: flex;
  min-width: 0;
  min-height: 38px;
  justify-content: center;
  gap: 5px;
  padding: 8px 11px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  white-space: normal;
  box-shadow: none;
  transform: none;
}
.contact-quick .contact-method {
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
}
.footer-contact .contact-method {
  flex-direction: row;
  align-items: center;
}
.contact-method svg {
  flex: 0 0 auto;
  color: var(--gold-light);
}
.contact-method:hover,
.contact-method:focus-visible {
  color: var(--white);
  background: rgba(201,168,76,.12);
  border-color: rgba(201,168,76,.38);
  transform: translateY(-1px);
}
.method-label {
  color: var(--gold-light);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.15;
}
.method-label::after {
  content: ":";
  letter-spacing: 0;
}
.method-value {
  max-width: 100%;
  color: rgba(255,255,255,.84);
  font-size: .8rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.footer-links-grid {
  grid-column: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 54px);
  align-self: start;
}
.link-section,
.footer-section {
  min-width: 0;
}
.link-section h4,
.footer-section h4 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 9px;
  color: var(--gold-light);
  font-family: var(--primary-font);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.link-section h4::after,
.footer-section h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(226,196,122,.9), transparent);
}
.link-section ul,
.footer-section ul {
  list-style: none;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
}
.link-section a,
.footer-section a {
  display: inline-flex;
  max-width: 100%;
  color: rgba(255,255,255,.7);
  font-family: var(--primary-font);
  font-size: .86rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: color .2s ease, transform .2s ease, opacity .2s ease;
}
.link-section a:hover,
.footer-section a:hover {
  color: var(--gold-light);
  padding-left: 0;
  transform: translateX(3px);
}
.footer-bottom {
  margin: 0;
  padding: 16px 0 18px;
  background: rgba(0,0,0,.14);
  border-top: 0;
}
.footer-bottom-content,
.site-footer > .container > .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 22px;
  text-align: left;
}
.footer-bottom-content p,
.site-footer > .container > .footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: .74rem;
  line-height: 1.45;
}
.footer-bottom-content a {
  color: rgba(255,255,255,.78);
}
.footer-bottom-content a:hover {
  color: var(--gold-light);
}

@media (max-width: 980px) {
  .footer-content,
  .site-footer > .container > .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .site-footer {
    margin-top: 44px;
    background:
      linear-gradient(90deg, rgba(201,168,76,.07) 0 1px, transparent 1px 100%),
      linear-gradient(180deg, #081322 0%, #07111E 100%);
    background-size: 52px 100%, auto;
  }
  .site-footer .footer-main {
    padding-top: 32px;
  }
  .footer-content,
  .site-footer > .container > .footer-main {
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-brand {
    align-items: start;
    text-align: left;
    gap: 13px;
    padding: 0 0 2px;
  }
  .footer-logo {
    width: 132px;
    max-width: 42vw;
    max-height: 62px;
    object-position: left center;
  }
  .footer-brand p,
  .brand-tagline {
    max-width: 30rem;
    font-size: .82rem;
    line-height: 1.52;
  }
  .contact-quick,
  .footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .contact-method,
  .footer-contact .contact-method {
    justify-content: flex-start;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 7px;
  }
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .link-section ul,
  .footer-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
  }
  .link-section a,
  .footer-section a {
    font-size: .82rem;
  }
  .footer-bottom-content,
  .site-footer > .container > .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .footer-logo {
    width: 142px;
    max-width: 54vw;
  }
  .link-section ul,
  .footer-section ul {
    grid-template-columns: 1fr;
  }
}

/* Carousel auto-rotation handled by main .hero-slide rules above */

/* ===== BLOG INDEX PREMIUM PAGE ===== */
.blog-index-hero .hero-content h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 5.7vw, 6.2rem);
  line-height: 1.02;
  font-weight: 700;
}
.blog-index-hero .hero-content p {
  max-width: 760px;
}
.blog-hero-list {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.blog-hero-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255,255,255,.92);
  font-family: var(--font-body);
  font-weight: 650;
  line-height: 1.5;
  text-shadow: 0 3px 14px rgba(0,0,0,.5);
}
.blog-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 14px;
  height: 14px;
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201,168,76,.12);
}
.blog-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 42px;
  align-items: center;
}
.blog-featured-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  margin-bottom: 14px;
}
.blog-featured-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.blog-topic-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.blog-topic-strip .link-card {
  min-height: 100%;
}
@media (max-width: 860px) {
  .blog-index-hero .hero-content h1 {
    font-size: clamp(2.8rem, 9vw, 4.4rem);
  }
  .blog-featured-layout,
  .blog-topic-strip {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .blog-index-hero .hero-content h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: 1.08;
  }
  .blog-hero-list {
    gap: 12px;
    margin-top: 22px;
  }
  .blog-hero-list li {
    padding-left: 28px;
    font-size: .96rem;
  }
  .blog-hero-list li::before {
    width: 11px;
    height: 11px;
  }
}

/* ===== BLOG ARTICLE PREMIUM TEMPLATE ===== */
.blog-article-hero .hero-content h1 {
  max-width: 860px;
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  line-height: 1.03;
  font-weight: 700;
}
.blog-article-hero .hero-content p {
  max-width: 780px;
}
.article-copy {
  width: 100%;
  max-width: 860px;
  min-width: 0;
  margin: 0 auto;
}
.article-copy h2 {
  margin-top: 42px;
}
.article-copy h2:first-child {
  margin-top: 0;
}
.article-copy p {
  font-size: 1.08rem;
  line-height: 1.78;
  color: var(--body-text);
}
.article-copy .feature-list {
  margin-bottom: 30px;
}
.article-side-note {
  border-left: 3px solid var(--gold);
  background: linear-gradient(135deg, rgba(201,168,76,.11), rgba(244,240,229,.42));
  padding: 22px 24px;
  border-radius: 0 8px 8px 0;
  margin: 30px 0;
}
.article-side-note p {
  margin: 0;
  font-weight: 650;
}
@media (max-width: 860px) {
  .blog-article-hero .hero-content h1 {
    font-size: clamp(2.7rem, 8.6vw, 4.3rem);
  }
}
@media (max-width: 520px) {
  .blog-article-hero .hero-content h1 {
    font-size: clamp(2.18rem, 10vw, 3rem);
    line-height: 1.08;
  }
  .article-copy p {
    font-size: 1rem;
  }
}

/* ===== TRUSTPILOT SECTION - PREMIUM COMPACT DESIGN ===== */
.trustpilot-section {
  position: relative;
  padding: 60px 0;
  background: #FFFFFF;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}

.trustpilot-section::before {
  display: none;
}

.trustpilot-section::after {
  display: none;
}

.trustpilot-content {
  position: relative;
  z-index: 2;
  background: #F5F2EB;
  border-radius: 24px;
  padding: 50px 50px;
  box-shadow: 0 10px 40px rgba(7, 17, 30, 0.08);
  border: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: grid;
  grid-template-columns: 1fr 320px;
  row-gap: 16px;
  column-gap: 50px;
  align-items: center;
  min-height: auto;
  grid-auto-flow: row dense;
}

.trustpilot-content:hover {
  /* No hover effect needed for badge-only layout */
}

.trustpilot-section:hover .trustpilot-content {
  box-shadow: none;
  border-color: transparent;
  transform: none;
}

.trustpilot-header {
  display: contents;
}

.trustpilot-icon {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  background: url('../icons/trustpilot-google-badge.png') center / 128% no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  box-shadow:
    0 25px 60px rgba(201, 168, 76, 0.18),
    0 0 40px rgba(201, 168, 76, 0.08);
  padding: 6px;
  border: 3px solid #C9A84C;
  background-color: #FFFFFF;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation: trustpilot-float 6s ease-in-out infinite;
  grid-column: 2;
  grid-row: 1 / 5;
}

@keyframes trustpilot-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

.trustpilot-header-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  gap: 8px;
  position: relative;
  text-align: left;
}

.trustpilot-header-text::before {
  display: none;
}

.trustpilot-header-text::after {
  display: none;
}

.trustpilot-header-text h3 {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 16px 0;
  color: var(--navy);
  line-height: 1.2;
  font-family: var(--heading-font);
  grid-column: 1;
}

.trustpilot-rating {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  align-items: center;
  grid-column: 1;
}

.trustpilot-stars {
  display: inline-flex;
  font-size: 0.7rem;
  color: var(--muted-gold);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.trustpilot-rating-text {
  display: inline-block;
  font-size: 0.65rem;
  color: var(--muted-gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.trustpilot-description {
  color: rgba(80, 80, 80, 0.85);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0 0 20px 0;
  max-width: 100%;
  font-weight: 400;
  letter-spacing: 0.2px;
  grid-column: 1;
  font-family: var(--secondary-font);
}

.trustpilot-description::before {
  display: none;
}

.trustpilot-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 8px 0 12px 0;
  align-items: center;
  grid-column: 1;
}

.trustpilot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease, background .3s ease, color .3s ease;
  border: 1.5px solid transparent;
  cursor: pointer;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* shared shine sweep — matches the .btn system */
.trustpilot-btn::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  transform: translateX(-130%);
  background: linear-gradient(115deg, transparent 30%, rgba(226,196,122,.34) 48%, transparent 66%);
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.trustpilot-btn:hover::before { transform: translateX(130%); }

.trustpilot-btn::after {
  content: '→';
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.trustpilot-btn-primary {
  background: linear-gradient(135deg, var(--deep-ink), var(--navy));
  color: var(--gold);
  border: 1.5px solid rgba(201, 168, 76, 0.25);
  box-shadow: 0 8px 24px rgba(7, 17, 30, 0.12);
}

.trustpilot-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(7, 17, 30, 0.18);
  border-color: rgba(201, 168, 76, 0.5);
}

.trustpilot-btn-primary:hover::after {
  transform: translateX(4px);
}

.trustpilot-btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--gold);
  font-weight: 700;
  box-shadow: none;
}

.trustpilot-btn-secondary::after {
  color: var(--gold);
}

.trustpilot-btn-secondary:hover {
  background: rgba(201, 168, 76, 0.05);
  border-color: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(201, 168, 76, 0.15);
}

.trustpilot-btn-secondary:hover::after {
  transform: translateX(4px);
  color: var(--gold-light);
}

.trustpilot-cta-text {
  font-size: 0.8rem;
  color: var(--muted-gold);
  margin: 0;
  font-style: normal;
  letter-spacing: 0.15px;
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  position: relative;
  grid-column: 1;
  font-weight: 500;
}

.trustpilot-cta-text::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  font-weight: 800;
  font-size: 0.65rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(201, 168, 76, 0.15);
}

/* Responsive Trustpilot Section */
@media (max-width: 1024px) {
  .trustpilot-content {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: flex-start;
    padding: 36px 40px;
  }

  .trustpilot-header {
    align-items: center;
    width: 100%;
  }

  .trustpilot-icon {
    width: min(260px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    background-size: 128%;
    grid-column: 1;
    grid-row: auto;
  }

  .trustpilot-header-text {
    width: 100%;
    text-align: center;
  }

  .trustpilot-header-text h3 {
    font-size: 1.6rem;
  }

  .trustpilot-header-text h3 {
    font-size: 2rem;
  }

  .trustpilot-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .trustpilot-section {
    padding: 80px 0;
  }

  .trustpilot-content {
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: center;
    padding: 56px;
    border-radius: 24px;
  }

  .trustpilot-icon {
    width: min(240px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    background-size: 112%;
    grid-column: 1;
    grid-row: auto;
  }

  .trustpilot-header-text {
    text-align: center;
    width: 100%;
  }

  .trustpilot-header-text h3 {
    font-size: 2.2rem;
  }

  .trustpilot-description {
    font-size: 0.97rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.72;
  }

  .trustpilot-actions {
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .trustpilot-btn {
    padding: 13px 32px;
    font-size: 0.91rem;
  }

  .trustpilot-cta-text {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .trustpilot-section {
    padding: 64px 0;
  }

  .trustpilot-content {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 44px 28px;
    border-radius: 20px;
  }

  .trustpilot-header {
    align-items: center;
  }

  .trustpilot-header-text {
    width: 100%;
    text-align: center;
  }

  .trustpilot-icon {
    width: min(220px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    background-size: 112%;
    grid-column: 1;
    grid-row: auto;
  }

  .trustpilot-header-text h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .trustpilot-description {
    font-size: 0.94rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.68;
  }

  .trustpilot-actions {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .trustpilot-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 28px;
    font-size: 0.9rem;
  }

  .trustpilot-cta-text {
    font-size: 0.82rem;
    justify-content: center;
  }

  .trustpilot-cta-text {
    font-size: 0.75rem;
    text-align: center;
  }
}

/* ===== LIFA NUMBERED BADGES - Premium Circular Style ===== */

.lifa-number-badge {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  border: 1.5px solid #C9A84C;
  background: #F8F5EA;
  color: #0F1E36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 8px 24px rgba(15, 30, 54, 0.1);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-right: 12px;
}

.lifa-number-badge:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 36px rgba(15, 30, 54, 0.15);
  border-color: #BFA15A;
}

.lifa-number-badge:active {
  transform: translateY(-1px) scale(0.98);
}

/* Responsive sizing */
@media (max-width: 768px) {
  .lifa-number-badge {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 18px;
    box-shadow: 0 6px 18px rgba(15, 30, 54, 0.08);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .lifa-number-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(15, 30, 54, 0.06);
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
/* Image Optimization Stylesheet - Rule 40 */
@import url("./image-optimization.css");

/* Tool callout — inline link to relevant sourcing tool on service/guide pages */
.tool-callout {
  display: flex; align-items: center; gap: 24px; background: #fff;
  border: 1px solid rgba(201,168,76,.25); border-radius: 16px; padding: 32px 36px;
  box-shadow: 0 12px 30px rgba(15,30,54,.06);
}
.tool-callout-icon {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #e2c47a); color: #0f1e36;
  display: flex; align-items: center; justify-content: center; font-size: 1.6em;
}
.tool-callout-text { flex: 1; }
.tool-callout-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35em; color: #0f1e36; margin-bottom: 6px; }
.tool-callout-text p { font-size: .95em; color: #55606f; margin: 0; }
.tool-callout .btn { flex-shrink: 0; }
@media (max-width: 720px) {
  .tool-callout { flex-direction: column; align-items: flex-start; text-align: left; padding: 28px 24px; }
  .tool-callout .btn { width: 100%; text-align: center; }
}

/* ===== SITE-WIDE DESIGN REFRESH (matches homepage) ===== */
/* Gold italic accent available in any hero headline */
.hero-content h1 em { font-style: italic; color: var(--gold-light); }

/* Keep the gold divider above hero buttons clear of a preceding bullet list */
.blog-hero-list ~ .hero-actions { margin-top: 46px; }
.blog-hero-list ~ .hero-actions::before { top: -26px; }
@media (max-width: 860px) {
  .blog-hero-list ~ .hero-actions { margin-top: 38px; }
  .blog-hero-list ~ .hero-actions::before { top: -21px; }
}
@media (max-width: 520px) {
  .blog-hero-list ~ .hero-actions { margin-top: 34px; }
  .blog-hero-list ~ .hero-actions::before { top: -19px; }
}

@media (max-width: 520px) {
  .product-machinery-hero,
  .product-used-machinery-hero,
  .product-construction-equipment-hero,
  .product-spare-parts-hero,
  .product-packaging-printing-hero,
  .product-jewelry-fashion-hero,
  .product-consumer-goods-hero,
  .product-electronics-accessories-hero,
  .product-mobile-accessories-hero,
  .product-home-furniture-decor-hero,
  .product-home-textiles-hero,
  .product-apparel-textiles-hero,
  .product-beauty-tools-cosmetic-packaging-hero,
  .product-pet-products-hero,
  .product-toys-kids-products-hero,
  .product-hardware-tools-hero,
  .product-baby-maternity-products-hero,
  .product-building-materials-hero,
  .product-ecommerce-products-hero,
  .product-energy-lighting-hero,
  .product-furniture-hardware-fittings-hero,
  .product-garden-outdoor-living-hero,
  .product-kitchenware-small-appliances-hero,
  .product-oem-odm-products-hero,
  .product-office-promotional-products-hero,
  .product-auto-parts-hero {
    min-height: 720px;
  }
  .product-machinery-hero .hero-content-wrapper,
  .product-used-machinery-hero .hero-content-wrapper,
  .product-construction-equipment-hero .hero-content-wrapper,
  .product-spare-parts-hero .hero-content-wrapper,
  .product-packaging-printing-hero .hero-content-wrapper,
  .product-jewelry-fashion-hero .hero-content-wrapper,
  .product-consumer-goods-hero .hero-content-wrapper,
  .product-electronics-accessories-hero .hero-content-wrapper,
  .product-mobile-accessories-hero .hero-content-wrapper,
  .product-home-furniture-decor-hero .hero-content-wrapper,
  .product-home-textiles-hero .hero-content-wrapper,
  .product-apparel-textiles-hero .hero-content-wrapper,
  .product-beauty-tools-cosmetic-packaging-hero .hero-content-wrapper,
  .product-pet-products-hero .hero-content-wrapper,
  .product-toys-kids-products-hero .hero-content-wrapper,
  .product-hardware-tools-hero .hero-content-wrapper,
  .product-baby-maternity-products-hero .hero-content-wrapper,
  .product-building-materials-hero .hero-content-wrapper,
  .product-ecommerce-products-hero .hero-content-wrapper,
  .product-energy-lighting-hero .hero-content-wrapper,
  .product-furniture-hardware-fittings-hero .hero-content-wrapper,
  .product-garden-outdoor-living-hero .hero-content-wrapper,
  .product-kitchenware-small-appliances-hero .hero-content-wrapper,
  .product-oem-odm-products-hero .hero-content-wrapper,
  .product-office-promotional-products-hero .hero-content-wrapper,
  .product-auto-parts-hero .hero-content-wrapper {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .product-machinery-hero .hero-content .eyebrow,
  .product-used-machinery-hero .hero-content .eyebrow,
  .product-construction-equipment-hero .hero-content .eyebrow,
  .product-spare-parts-hero .hero-content .eyebrow,
  .product-packaging-printing-hero .hero-content .eyebrow,
  .product-jewelry-fashion-hero .hero-content .eyebrow,
  .product-consumer-goods-hero .hero-content .eyebrow,
  .product-electronics-accessories-hero .hero-content .eyebrow,
  .product-mobile-accessories-hero .hero-content .eyebrow,
  .product-home-furniture-decor-hero .hero-content .eyebrow,
  .product-home-textiles-hero .hero-content .eyebrow,
  .product-apparel-textiles-hero .hero-content .eyebrow,
  .product-beauty-tools-cosmetic-packaging-hero .hero-content .eyebrow,
  .product-pet-products-hero .hero-content .eyebrow,
  .product-toys-kids-products-hero .hero-content .eyebrow,
  .product-hardware-tools-hero .hero-content .eyebrow,
  .product-baby-maternity-products-hero .hero-content .eyebrow,
  .product-building-materials-hero .hero-content .eyebrow,
  .product-ecommerce-products-hero .hero-content .eyebrow,
  .product-energy-lighting-hero .hero-content .eyebrow,
  .product-furniture-hardware-fittings-hero .hero-content .eyebrow,
  .product-garden-outdoor-living-hero .hero-content .eyebrow,
  .product-kitchenware-small-appliances-hero .hero-content .eyebrow,
  .product-oem-odm-products-hero .hero-content .eyebrow,
  .product-office-promotional-products-hero .hero-content .eyebrow,
  .product-auto-parts-hero .hero-content .eyebrow {
    font-size: .68rem;
    letter-spacing: .2em;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .product-machinery-hero .hero-content h1,
  .product-used-machinery-hero .hero-content h1,
  .product-construction-equipment-hero .hero-content h1,
  .product-spare-parts-hero .hero-content h1,
  .product-packaging-printing-hero .hero-content h1,
  .product-jewelry-fashion-hero .hero-content h1,
  .product-consumer-goods-hero .hero-content h1,
  .product-electronics-accessories-hero .hero-content h1,
  .product-mobile-accessories-hero .hero-content h1,
  .product-home-furniture-decor-hero .hero-content h1,
  .product-home-textiles-hero .hero-content h1,
  .product-apparel-textiles-hero .hero-content h1,
  .product-beauty-tools-cosmetic-packaging-hero .hero-content h1,
  .product-pet-products-hero .hero-content h1,
  .product-toys-kids-products-hero .hero-content h1,
  .product-hardware-tools-hero .hero-content h1,
  .product-baby-maternity-products-hero .hero-content h1,
  .product-building-materials-hero .hero-content h1,
  .product-ecommerce-products-hero .hero-content h1,
  .product-energy-lighting-hero .hero-content h1,
  .product-furniture-hardware-fittings-hero .hero-content h1,
  .product-garden-outdoor-living-hero .hero-content h1,
  .product-kitchenware-small-appliances-hero .hero-content h1,
  .product-oem-odm-products-hero .hero-content h1,
  .product-office-promotional-products-hero .hero-content h1,
  .product-auto-parts-hero .hero-content h1 {
    font-size: clamp(2.05rem, 8.4vw, 2.42rem);
    line-height: 1.08;
    margin-bottom: 14px;
  }
  .product-machinery-hero .hero-content p,
  .product-used-machinery-hero .hero-content p,
  .product-construction-equipment-hero .hero-content p,
  .product-spare-parts-hero .hero-content p,
  .product-packaging-printing-hero .hero-content p,
  .product-jewelry-fashion-hero .hero-content p,
  .product-consumer-goods-hero .hero-content p,
  .product-electronics-accessories-hero .hero-content p,
  .product-mobile-accessories-hero .hero-content p,
  .product-home-furniture-decor-hero .hero-content p,
  .product-home-textiles-hero .hero-content p,
  .product-apparel-textiles-hero .hero-content p,
  .product-beauty-tools-cosmetic-packaging-hero .hero-content p,
  .product-pet-products-hero .hero-content p,
  .product-toys-kids-products-hero .hero-content p,
  .product-hardware-tools-hero .hero-content p,
  .product-baby-maternity-products-hero .hero-content p,
  .product-building-materials-hero .hero-content p,
  .product-ecommerce-products-hero .hero-content p,
  .product-energy-lighting-hero .hero-content p,
  .product-furniture-hardware-fittings-hero .hero-content p,
  .product-garden-outdoor-living-hero .hero-content p,
  .product-kitchenware-small-appliances-hero .hero-content p,
  .product-oem-odm-products-hero .hero-content p,
  .product-office-promotional-products-hero .hero-content p,
  .product-auto-parts-hero .hero-content p {
    font-size: .94rem;
    line-height: 1.45;
  }
  .product-machinery-hero .blog-hero-list,
  .product-used-machinery-hero .blog-hero-list,
  .product-construction-equipment-hero .blog-hero-list,
  .product-spare-parts-hero .blog-hero-list,
  .product-packaging-printing-hero .blog-hero-list,
  .product-jewelry-fashion-hero .blog-hero-list,
  .product-consumer-goods-hero .blog-hero-list,
  .product-electronics-accessories-hero .blog-hero-list,
  .product-mobile-accessories-hero .blog-hero-list,
  .product-home-furniture-decor-hero .blog-hero-list,
  .product-home-textiles-hero .blog-hero-list,
  .product-apparel-textiles-hero .blog-hero-list,
  .product-beauty-tools-cosmetic-packaging-hero .blog-hero-list,
  .product-pet-products-hero .blog-hero-list,
  .product-toys-kids-products-hero .blog-hero-list,
  .product-hardware-tools-hero .blog-hero-list,
  .product-baby-maternity-products-hero .blog-hero-list,
  .product-building-materials-hero .blog-hero-list,
  .product-ecommerce-products-hero .blog-hero-list,
  .product-energy-lighting-hero .blog-hero-list,
  .product-furniture-hardware-fittings-hero .blog-hero-list,
  .product-garden-outdoor-living-hero .blog-hero-list,
  .product-kitchenware-small-appliances-hero .blog-hero-list,
  .product-oem-odm-products-hero .blog-hero-list,
  .product-office-promotional-products-hero .blog-hero-list,
  .product-auto-parts-hero .blog-hero-list {
    display: none;
  }
  .product-machinery-hero .hero-actions,
  .product-used-machinery-hero .hero-actions,
  .product-construction-equipment-hero .hero-actions,
  .product-spare-parts-hero .hero-actions,
  .product-packaging-printing-hero .hero-actions,
  .product-jewelry-fashion-hero .hero-actions,
  .product-consumer-goods-hero .hero-actions,
  .product-electronics-accessories-hero .hero-actions,
  .product-mobile-accessories-hero .hero-actions,
  .product-home-furniture-decor-hero .hero-actions,
  .product-home-textiles-hero .hero-actions,
  .product-apparel-textiles-hero .hero-actions,
  .product-beauty-tools-cosmetic-packaging-hero .hero-actions,
  .product-pet-products-hero .hero-actions,
  .product-toys-kids-products-hero .hero-actions,
  .product-hardware-tools-hero .hero-actions,
  .product-baby-maternity-products-hero .hero-actions,
  .product-building-materials-hero .hero-actions,
  .product-ecommerce-products-hero .hero-actions,
  .product-energy-lighting-hero .hero-actions,
  .product-furniture-hardware-fittings-hero .hero-actions,
  .product-garden-outdoor-living-hero .hero-actions,
  .product-kitchenware-small-appliances-hero .hero-actions,
  .product-oem-odm-products-hero .hero-actions,
  .product-office-promotional-products-hero .hero-actions,
  .product-auto-parts-hero .hero-actions {
    margin-top: 28px;
  }
}

/* Signal strip hover polish */
.signal-item { transition: background .3s ease, transform .3s ease; border-radius: 6px; }
.signal-item:hover { background: rgba(201,168,76,.08); transform: translateY(-3px); }
.signal-item:hover h3 { color: var(--gold-light); }

/* Cinematic image zoom on media cards */
.media-card { overflow: hidden; }
.media-card img { transition: transform .5s cubic-bezier(.25,.46,.45,.94); }
.media-card:hover img { transform: scale(1.04); }

/* Process steps lift on hover */
.process-step { transition: transform .3s ease, box-shadow .3s ease; }
.process-step:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(7,17,30,.28); }

/* Gold radial glow inside CTA bands */
.cta-band { position: relative; overflow: hidden; }
.cta-band::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(201,168,76,.14) 0%, transparent 55%);
  pointer-events: none;
}

/* ===== KNOWLEDGE PLATFORM ARTICLE COMPONENTS (reusable on every guide) ===== */
.reading-progress {
  position: fixed; top: 0; left: 0; z-index: 1200;
  width: 100%; height: 4px; background: transparent; pointer-events: none;
}
.reading-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.article-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px; align-items: start;
}
.article-layout > * {
  min-width: 0;
}
.article-toc {
  position: sticky; top: 96px;
  background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  padding: 24px; box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
}
.article-toc h2 {
  font-size: 1.2rem; margin: 0 0 14px;
}
.article-toc ol {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 4px;
  counter-reset: toc;
}
.article-toc a {
  display: flex; gap: 10px; align-items: baseline;
  padding: 7px 10px; border-radius: 6px; text-decoration: none;
  color: var(--body-text); font-size: .92rem; line-height: 1.4;
  counter-increment: toc; transition: background .2s ease, color .2s ease;
}
.article-toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--heading-font); font-weight: 700; color: var(--gold);
  font-size: .88rem;
}
.article-toc a:hover { background: rgba(201,168,76,.1); }
.article-toc a.active { background: rgba(201,168,76,.14); color: var(--navy); font-weight: 650; }
.table-scroll { overflow-x: auto; margin: 30px 0; border-radius: 10px; box-shadow: var(--shadow); }
.kc-table {
  width: 100%; border-collapse: collapse; background: var(--white);
  font-size: .95rem; min-width: 640px;
}
.kc-table caption {
  caption-side: top; text-align: left; font-family: var(--heading-font);
  font-size: 1.15rem; font-weight: 700; color: var(--navy);
  padding: 14px 16px; background: var(--cream);
}
.kc-table th {
  background: var(--navy); color: var(--white); text-align: left;
  padding: 13px 16px; font-weight: 650; font-size: .88rem;
  letter-spacing: .04em; text-transform: uppercase;
}
.kc-table td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.kc-table tbody tr:nth-child(even) { background: rgba(244,240,229,.45); }
.kc-table tbody tr:hover { background: rgba(201,168,76,.09); }
.kc-table td strong { color: var(--navy); }
.kc-timeline { position: relative; margin: 34px 0; padding-left: 34px; display: grid; gap: 26px; }
.kc-timeline::before {
  content: ""; position: absolute; left: 10px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(201,168,76,.15));
}
.kc-timeline-item { position: relative; }
.kc-timeline-item::before {
  content: ""; position: absolute; left: -31px; top: 5px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(201,168,76,.15);
}
.kc-timeline-item h3 { margin: 0 0 6px; font-size: 1.25rem; }
.kc-timeline-item p { margin: 0; color: var(--muted-text); }
.kc-definition {
  background: var(--cream); border-radius: 10px; padding: 26px 28px; margin: 30px 0;
  border-left: 4px solid var(--gold);
}
.kc-definition p { margin: 0; font-size: 1.12rem; line-height: 1.7; }
.kc-definition p strong { color: var(--navy); }
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; order: -1; }
}
@media (max-width: 760px) {
  .article-inline-image {
    margin: 24px 0 28px;
  }
  .article-inline-image.image-frame img {
    aspect-ratio: 4 / 3;
  }
  .article-inline-image figcaption {
    padding: 10px 12px 12px;
    font-size: .9rem;
  }
}

/* ===== KNOWLEDGE PLATFORM GLOSSARY (searchable trade dictionary) ===== */
.glossary-search {
  max-width: 620px; margin: 0 auto 38px; position: relative;
}
.glossary-search input {
  width: 100%; padding: 16px 20px 16px 52px;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--primary-font); font-size: 1.05rem; color: var(--body-text);
  background: var(--white); box-shadow: var(--shadow);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.glossary-search input:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,168,76,.15);
}
.glossary-search::before {
  content: ""; position: absolute; left: 20px; top: 50%;
  width: 16px; height: 16px; transform: translateY(-50%);
  border: 2px solid var(--muted-text); border-radius: 50%;
  box-sizing: border-box;
}
.glossary-search::after {
  content: ""; position: absolute; left: 33px; top: 62%;
  width: 8px; height: 2px; background: var(--muted-text);
  transform: rotate(45deg);
}
.glossary-count {
  text-align: center; color: var(--muted-text); font-size: .92rem; margin: -26px 0 30px;
}
.glossary-letter {
  font-family: var(--heading-font); font-size: 2rem; font-weight: 700;
  color: var(--gold); border-bottom: 2px solid var(--line);
  padding-bottom: 6px; margin: 42px 0 18px;
}
.glossary-letter:first-of-type { margin-top: 0; }
.glossary-term {
  background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0; padding: 16px 20px; margin-bottom: 12px;
}
.glossary-term h3 {
  font-size: 1.12rem; margin: 0 0 6px; color: var(--navy);
}
.glossary-term p { margin: 0; color: var(--body-text); font-size: .97rem; line-height: 1.6; }
.glossary-term p a { color: var(--muted-gold); font-weight: 650; }
.glossary-empty {
  display: none; text-align: center; color: var(--muted-text); padding: 40px 0;
}

/* ===== PROFESSIONAL FOOTER REDESIGN v2 ===== */
/* Overrides old footer styles with elegant, compact design */

.footer-brand-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-icon {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  flex-shrink: 0;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  color: var(--white);
  line-height: 1.2;
}

.footer-brand-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
  color: var(--gold-light);
}

.method-icon {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  opacity: 0.8;
}

.contact-method:hover .method-icon {
  opacity: 1;
  transform: scale(1.1);
}

.link-section a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--gold-light);
  bottom: -2px;
  left: 0;
  transition: width 0.3s ease;
}

.link-section a:hover::after {
  width: 100%;
}

.company-address {
  font-size: 0.8rem !important;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.footer-links-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.footer-links-bottom a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-bottom a:hover {
  color: var(--white);
}

.divider {
  color: rgba(255, 255, 255, 0.3);
}

/* RTL Support */
html[lang="ar"] .footer-brand-header { flex-direction: row-reverse; }
html[lang="ar"] .contact-method { flex-direction: row-reverse; text-align: right; }
html[lang="ar"] .contact-method:hover { transform: translateX(-4px); }
html[lang="ar"] .link-section a:hover { padding-left: 0; padding-right: 4px; }
html[lang="ar"] .footer-links-bottom { flex-direction: row-reverse; }

/* Responsive Footer Redesign */
@media (max-width: 1024px) and (min-width: 768px) {
  .footer-content { grid-template-columns: 1fr; gap: 48px; }
  .footer-links-grid { grid-template-columns: repeat(3, 1fr); gap: 36px; }
}

@media (max-width: 767px) and (min-width: 640px) {
  .footer-content { grid-template-columns: 1fr; gap: 36px; }
  .footer-links-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .link-section h4 { font-size: 0.82rem; margin-bottom: 8px; }
  .link-section a { font-size: 0.88rem; }
  .brand-tagline { font-size: 0.9rem; }
}

@media (max-width: 639px) {
  .footer-content { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { gap: 16px; }
  .footer-brand-header { gap: 10px; padding-bottom: 10px; }
  .footer-brand-icon { width: 40px; height: 40px; font-size: 1.6rem; }
  .footer-brand-name { font-size: 1rem; }
  .footer-brand-subtitle { font-size: 0.7rem; }
  .brand-tagline { font-size: 0.85rem; line-height: 1.4; }
  .footer-links-grid { grid-template-columns: 1fr; gap: 20px; }
  .link-section h4 { font-size: 0.78rem; padding-bottom: 8px; }
  .link-section a { font-size: 0.85rem; }
  .contact-quick { gap: 8px; flex-direction: column; }
  .contact-method { gap: 8px; font-size: 0.82rem; }
  .method-icon { width: 24px; height: 24px; font-size: 1rem; }
  .method-label { font-size: 0.65rem; }
  .method-value { font-size: 0.8rem; }
  .footer-main { padding: 32px 0 0; }
  .footer-content { padding-bottom: 32px; }
  .footer-bottom { padding: 16px 0; }
  .footer-bottom-content p { font-size: 0.8rem; }
  .footer-links-bottom { gap: 8px; font-size: 0.8rem; }
  .site-footer { margin-top: 60px; }
}

@media (max-width: 479px) {
  .footer-brand-header { gap: 8px; }
  .footer-brand-icon { width: 36px; height: 36px; font-size: 1.4rem; }
  .footer-brand-name { font-size: 0.95rem; }
  .brand-tagline { font-size: 0.82rem; }
  .link-section h4 { font-size: 0.75rem; }
  .link-section a { font-size: 0.82rem; }
  .footer-links-bottom { flex-wrap: wrap; justify-content: center; }
}

/* ===== KNOWLEDGE PLATFORM RESPONSIVE REFINEMENTS (phone/tablet polish) ===== */
/* Shared structure hardening for Knowledge hubs, tutorials, and guide articles */
.knowledge-hero,
.blog-article-hero,
.knowledge-hero .hero-content,
.blog-article-hero .hero-content,
.article-layout,
.article-copy,
.guide-content,
.process-steps,
.process-step,
.card,
.link-card,
.media-card,
.section-heading {
  min-width: 0;
  max-width: 100%;
}
.article-copy :where(h1, h2, h3, h4, p, li, a),
.guide-content :where(h1, h2, h3, h4, p, li, a),
.process-step :where(h3, h4, p, li, a),
.card :where(h3, h4, p, li, a),
.link-card :where(h3, h4, p, li, a),
.media-card :where(h3, h4, p, li, a) {
  overflow-wrap: anywhere;
}
.process-step {
  grid-template-columns: minmax(0, 1fr);
}
.process-step > * {
  min-width: 0;
  max-width: 100%;
}
.article-layout,
.article-layout > *,
.article-toc,
.article-copy,
.guide-content {
  min-width: 0;
}
.table-scroll,
.guide-content .guide-table,
.process-step .kc-table {
  max-width: 100%;
}
.article-copy .image-frame,
.guide-content .image-frame {
  margin-right: 0;
}
.article-copy .image-frame::before,
.guide-content .image-frame::before {
  right: 0;
}
/* Hero text breathing room: wrapper has zero right padding on small screens */
@media (max-width: 860px) {
  .hero-content-wrapper { padding-right: 34px; }
  /* calmer article-hero headline on tablets */
  .blog-article-hero .hero-content h1 { font-size: clamp(2.2rem, 6vw, 2.9rem); line-height: 1.12; }
  .blog-article-hero .hero-content p { font-size: 1rem; line-height: 1.55; }
  html.js body:has(.knowledge-hero) .reveal,
  html.js body:has(.blog-article-hero) .reveal,
  html.js body:has(.article-layout) .reveal,
  html.js body:has(.guide-content) .reveal,
  html.js body:has(.main-nav a[href="/knowledge-center/"].active) .reveal,
  html.js body:has(.knowledge-hero) .reveal.is-visible,
  html.js body:has(.blog-article-hero) .reveal.is-visible,
  html.js body:has(.article-layout) .reveal.is-visible,
  html.js body:has(.guide-content) .reveal.is-visible,
  html.js body:has(.main-nav a[href="/knowledge-center/"].active) .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: .001ms !important;
    transition-delay: 0ms !important;
  }
}
@media (max-width: 520px) {
  .hero-content-wrapper { padding-right: 22px; }
  .blog-article-hero .hero-content h1 { font-size: clamp(1.9rem, 8vw, 2.35rem); }
}

/* Compact TOC on tablet/phone: horizontal jump-bar instead of a tall box before the article */
@media (max-width: 1024px) {
  .article-toc { position: static; order: -1; padding: 14px 16px 10px; }
  .article-toc h2 { font-size: 1rem; margin: 0 0 10px; }
  .article-toc ol { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 8px; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
  .article-toc a {
    flex: 0 0 auto; white-space: nowrap;
    background: var(--cream); border-radius: 999px;
    padding: 8px 14px; font-size: .84rem; gap: 6px;
  }
  .article-toc a::before { font-size: .78rem; }
  .article-toc a.active { background: rgba(201,168,76,.22); }
}

/* Tighter article components on phones */
@media (max-width: 520px) {
  .kc-definition { padding: 20px 18px; }
  .kc-definition p { font-size: 1.02rem; }
  .kc-timeline { padding-left: 28px; gap: 20px; }
  .kc-timeline::before { left: 8px; }
  .kc-timeline-item::before { left: -25px; width: 12px; height: 12px; }
  .kc-timeline-item h3 { font-size: 1.1rem; }
  .glossary-letter { font-size: 1.6rem; margin: 32px 0 14px; }
  .glossary-term { padding: 14px 16px; }
  .kc-table { font-size: .88rem; }
  .kc-table th, .kc-table td { padding: 10px 12px; }
}
@media (max-width: 760px) {
  .process-steps {
    display: grid;
    gap: 22px;
  }
  .process-step {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: clamp(18px, 5vw, 22px);
  }
  .process-step .kc-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .process-step .kc-table th,
  .process-step .kc-table td,
  .guide-content .guide-table th,
  .guide-content .guide-table td {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .article-copy .image-frame,
  .guide-content .image-frame {
    margin-right: 0;
  }
  .article-copy .image-frame::before,
  .guide-content .image-frame::before {
    right: 0;
  }
  .article-copy [style*="grid-template-columns"],
  .guide-content [style*="grid-template-columns"],
  main .container [style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }
  .article-copy [style*="grid-template-columns"] > *,
  .guide-content [style*="grid-template-columns"] > *,
  main .container [style*="grid-template-columns"] > *,
  .article-copy [style*="border-left"],
  .guide-content [style*="border-left"],
  main .container [style*="border-left"] {
    min-width: 0;
    max-width: 100%;
  }
  .article-copy table[style],
  .guide-content table[style],
  main .container table[style] {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .article-copy table[style] th,
  .article-copy table[style] td,
  .guide-content table[style] th,
  .guide-content table[style] td,
  main .container table[style] th,
  main .container table[style] td {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .article-copy .btn,
  .article-copy a.btn,
  .guide-content .btn,
  .guide-content a.btn,
  .cta-band .btn {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
  .cta-band {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100%;
  }
  .cta-band > *,
  .cta-actions {
    min-width: 0;
    max-width: 100%;
  }
  .article-copy,
  .guide-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Hub hero headline: same calm mobile scale as article heroes */
@media (max-width: 860px) {
  .knowledge-hero .hero-content h1 { font-size: clamp(2.2rem, 6vw, 2.9rem); line-height: 1.12; }
}
@media (max-width: 520px) {
  .knowledge-hero .hero-content h1 { font-size: clamp(1.9rem, 8vw, 2.35rem); }
}

/* Footer Brand Logo */
.footer-brand-logo {
  width: auto;
  height: 56px;
  max-width: 140px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .footer-brand-logo {
    height: 48px;
    max-width: 120px;
  }
}

@media (max-width: 639px) {
  .footer-brand-logo {
    height: 44px;
    max-width: 110px;
  }
}

@media (max-width: 479px) {
  .footer-brand-logo {
    height: 40px;
    max-width: 100px;
  }
}

/* ===== FINAL PROFESSIONAL FOOTER DESIGN ===== */
/* Clean, organized layout matching professional screenshot */

.site-footer {
  background: linear-gradient(135deg, var(--deep-ink), var(--navy));
  color: var(--white);
  padding: 0;
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main {
  padding: 64px 0 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: start;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Brand Section */
.footer-brand-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  letter-spacing: 0.3px;
}

.footer-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold-light);
  display: block;
}

.contact-item a,
.contact-link {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.contact-item a:hover,
.contact-link:hover {
  color: var(--gold-light);
}

/* Links Section */
.footer-links-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.column-title {
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}

.footer-column a:hover {
  color: var(--gold-light);
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-copyright {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-copyright a:hover {
  color: var(--white);
}

.footer-address {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

/* RTL Support */
html[lang="ar"] .footer-content { grid-template-columns: 2fr 1fr; direction: rtl; text-align: right; }
html[lang="ar"] .footer-contact-methods { text-align: right; }
html[lang="ar"] .contact-item a { text-align: right; }
html[lang="ar"] .footer-bottom .container { flex-direction: row-reverse; text-align: left; }
html[lang="ar"] .footer-address { text-align: left; }

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-links-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }

  .footer-links-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer-logo {
    max-width: 160px;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .column-title {
    font-size: 0.85rem;
  }

  .footer-column a {
    font-size: 0.9rem;
  }

  .footer-main {
    padding: 48px 0 0;
  }
}

@media (max-width: 640px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer-links-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo {
    max-width: 140px;
  }

  .footer-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .footer-contact-methods {
    gap: 10px;
  }

  .contact-label {
    font-size: 0.65rem;
  }

  .contact-item a,
  .contact-link {
    font-size: 0.88rem;
  }

  .column-title {
    font-size: 0.78rem;
    padding-bottom: 8px;
  }

  .footer-column {
    gap: 12px;
  }

  .footer-column ul {
    gap: 10px;
  }

  .footer-column a {
    font-size: 0.85rem;
  }

  .footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-address {
    text-align: left;
  }

  .footer-main {
    padding: 40px 0 0;
  }

  .site-footer {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .footer-content {
    gap: 24px;
    padding-bottom: 24px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-description {
    font-size: 0.8rem;
  }

  .contact-label {
    font-size: 0.62rem;
  }

  .contact-item a,
  .contact-link {
    font-size: 0.82rem;
  }

  .column-title {
    font-size: 0.74rem;
  }

  .footer-column a {
    font-size: 0.8rem;
  }

  .footer-main {
    padding: 32px 0 0;
  }
}

/* ============================================================
   PREMIUM FOOTER — FINAL DESIGN (wins by source order)
   Gold accent line + logo, pill contact chips, 3 link columns,
   subtle grid texture, split bottom bar. Fully responsive + RTL.
   ============================================================ */

.site-footer {
  position: relative;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 180px),
    linear-gradient(135deg, var(--deep-ink) 0%, var(--navy) 100%);
  color: var(--white);
  padding: 0;
  margin-top: 72px;
  border-top: none;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 18%, var(--gold-light) 50%, var(--gold) 82%, transparent 100%);
}

.footer-main {
  padding: 64px 0 0;
  border-bottom: none;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 90px;
  align-items: start;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

/* Brand column */
.footer-brand-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.footer-accent-line {
  width: 84px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.site-footer .footer-logo {
  width: 190px;
  max-width: 190px;
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: 2px 0 0;
}
.footer-description {
  font-size: .96rem;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin: 0;
  letter-spacing: .2px;
  max-width: 480px;
}

/* Pill contact chips */
.footer-contact-methods {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
}
.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.contact-chip:hover {
  border-color: var(--gold-light);
  background: rgba(201,168,76,.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}
.chip-label {
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold-light);
}
.chip-value {
  font-size: .92rem;
  color: rgba(255,255,255,.92);
  font-weight: 450;
}
.contact-chip:hover .chip-value { color: var(--gold-light); }

/* Link columns */
.footer-links-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  padding-top: 10px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-footer .column-title {
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold-light);
  margin: 0 0 22px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-column a {
  font-size: .97rem;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  transition: color .22s ease, transform .22s ease;
}
.footer-column a::after { content: none; }
.footer-column a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
  padding-left: 0;
}

/* Bottom bar */
.footer-bottom {
  background: rgba(0,0,0,.22);
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom .container { display: block; }
.site-footer .footer-bottom-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  text-align: left;
}
.footer-copyright {
  margin: 0;
  font-size: .86rem;
  color: rgba(255,255,255,.68);
}
.footer-copyright a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color .2s ease;
}
.footer-copyright a:hover { color: var(--white); }
.footer-address {
  margin: 0;
  font-size: .86rem;
  color: rgba(255,255,255,.68);
  text-align: right;
}

/* RTL (Arabic) */
html[lang="ar"] .site-footer .footer-content { direction: rtl; text-align: right; }
html[lang="ar"] .footer-brand-section { align-items: flex-end; }
html[lang="ar"] .footer-contact-methods { align-items: flex-end; }
html[lang="ar"] .footer-column a:hover { transform: translateX(-4px); }
html[lang="ar"] .site-footer .footer-bottom-content { flex-direction: row-reverse; }
html[lang="ar"] .footer-address { text-align: left; }

/* Responsive */
@media (max-width: 1100px) {
  .footer-content { gap: 56px; }
  .footer-links-section { gap: 40px; }
}
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 48px;
  }
  .footer-links-section { grid-template-columns: repeat(3, 1fr); gap: 36px; padding-top: 0; }
  .footer-main { padding: 52px 0 0; }
}
@media (max-width: 767px) {
  .footer-links-section { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .site-footer .footer-logo { width: 170px; }
  .footer-description { font-size: .92rem; }
  .contact-chip { padding: 10px 18px; }
  .chip-value { font-size: .88rem; }
  .site-footer .column-title { font-size: .84rem; margin-bottom: 16px; }
  .footer-column ul { gap: 13px; }
  .footer-column a { font-size: .92rem; }
  .site-footer .footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-address { text-align: left; }
  html[lang="ar"] .footer-address { text-align: right; }
}
@media (max-width: 639px) {
  .footer-content { gap: 36px; padding-bottom: 36px; }
  .footer-links-section { grid-template-columns: 1fr; gap: 28px; }
  .footer-main { padding: 44px 0 0; }
  .site-footer { margin-top: 60px; }
  .site-footer .footer-logo { width: 150px; }
  .footer-contact-methods { width: 100%; }
  .contact-chip { width: 100%; justify-content: flex-start; white-space: normal; }
}
@media (max-width: 400px) {
  .site-footer .footer-logo { width: 135px; }
  .chip-value { font-size: .82rem; }
  .footer-copyright, .footer-address { font-size: .78rem; }
}

/* ============================================================
   LIFA TOOLS PRO — advanced calculator layer
   Switcher strip, pro toolbar, scenario panel, toast, print.
   ============================================================ */

.tool-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}
.tool-switcher-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--body-text);
  background: var(--white);
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.tool-switcher-pill:hover {
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-1px);
}
.tool-switcher-pill.is-current {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  pointer-events: none;
}

.tools-pro-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201,168,76,.06), rgba(201,168,76,.01));
}
.tools-pro-label {
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted-gold);
}
.tools-pro-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pro-btn {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-size: .84rem;
  font-weight: 650;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.pro-btn:hover { border-color: var(--gold); }
.pro-btn-gold {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.pro-btn-gold:hover { background: var(--deep-ink); }
.tools-pro-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--body-text);
  cursor: pointer;
  user-select: none;
}
.tools-pro-live input { accent-color: var(--gold); width: 16px; height: 16px; }

.tools-pro-scenarios { position: relative; }
.tools-pro-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  min-width: 270px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(7,17,30,.16);
}
.tools-pro-save-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.tools-pro-save-row input {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: .86rem;
}
.tools-pro-save-row input:focus { outline: none; border-color: var(--gold); }
.tools-pro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tools-pro-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tools-pro-load {
  flex: 1;
  text-align: left;
  padding: 7px 10px;
  border: none;
  border-radius: 7px;
  background: transparent;
  font-size: .87rem;
  color: var(--navy);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tools-pro-load:hover { background: rgba(201,168,76,.1); }
.tools-pro-delete {
  border: none;
  background: transparent;
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
}
.tools-pro-delete:hover { color: #b3261e; background: rgba(179,38,30,.08); }
.tools-pro-empty {
  font-size: .84rem;
  color: var(--muted-text);
  padding: 6px 4px;
}
.tools-pro-hint {
  margin: 10px 0 0;
  font-size: .76rem;
  color: var(--muted-text);
}

.tools-pro-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 16px);
  z-index: 1400;
  padding: 12px 22px;
  background: var(--deep-ink);
  color: var(--white);
  font-size: .88rem;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,.5);
  box-shadow: 0 14px 34px rgba(7,17,30,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  max-width: min(92vw, 480px);
  text-align: center;
}
.tools-pro-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 640px) {
  .tools-pro-bar { flex-direction: column; align-items: flex-start; }
  .tools-pro-panel { left: auto; right: 0; min-width: 250px; }
  .tool-switcher { gap: 8px; }
  .tool-switcher-pill { padding: 7px 13px; font-size: .8rem; }
}

/* Clean print reports: only the workspace + results */
@media print {
  body.tools-pro-page .site-header,
  body.tools-pro-page .site-footer,
  body.tools-pro-page .floating-contact,
  body.tools-pro-page .tools-pro-bar,
  body.tools-pro-page .tool-switcher,
  body.tools-pro-page .tools-pro-toast,
  body.tools-pro-page .tool-answer-band,
  body.tools-pro-page main > section:not(.tool-workspace-section) {
    display: none !important;
  }
  body.tools-pro-page .tool-workspace { box-shadow: none; }
}

/* ===== Meet the Founder section on About page ===== */
.founder-about-split { margin-bottom: 40px; align-items: center; }
.founder-about-name {
  font-family: var(--heading-font);
  font-size: 1.7rem;
  color: var(--navy);
  margin: 0 0 4px;
}
.founder-about-role {
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted-gold);
  margin: 0 0 16px;
}
.founder-about-cards { margin-top: 8px; }
@media (max-width: 767px) {
  .founder-about-split { margin-bottom: 28px; }
  .founder-about-name { font-size: 1.45rem; }
}

/* ============================================================
   FOOTER — AUTHORITATIVE PREMIUM REDESIGN (2026-07-21)
   Appended last so it wins over all earlier footer blocks.
   Contact pill buttons removed site-wide; layout rebalanced
   into a designed brand band + three link columns.
   ============================================================ */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(56px, 7vw, 88px);
  color: var(--white);
  border-top: none;
  box-shadow: none;
  background:
    radial-gradient(130% 120% at 50% -30%, rgba(201,168,76,.11) 0%, rgba(201,168,76,0) 52%),
    linear-gradient(150deg, #081422 0%, var(--deep-ink) 46%, var(--navy) 100%);
  background-size: auto, auto;
}
/* gold hairline across the very top */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 16%, var(--gold-light) 50%, var(--gold) 84%, transparent 100%);
  opacity: .95;
  z-index: 2;
}
/* faint vertical guide lines for premium texture */
.site-footer::after {
  content: "";
  position: absolute;
  inset: 3px 0 0 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0, rgba(255,255,255,.022) 1px, transparent 1px, transparent 196px);
  pointer-events: none;
  opacity: .7;
  z-index: 0;
}
.site-footer .container { position: relative; z-index: 1; }

.site-footer .footer-main {
  padding: clamp(52px, 5vw, 76px) 0 0;
  border-bottom: none;
}

.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: clamp(40px, 5vw, 76px);
  align-items: stretch;
  padding-bottom: clamp(40px, 4vw, 54px);
  border-bottom: 1px solid rgba(255,255,255,.11);
}

/* -- Brand band -- */
.site-footer .footer-brand-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-right: clamp(28px, 3.5vw, 56px);
}
/* vertical gold divider separating brand from link columns */
.site-footer .footer-brand-section::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(201,168,76,.42) 22%, rgba(201,168,76,.42) 78%, transparent 100%);
}
.site-footer .footer-accent-line {
  width: 72px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 0;
}
.site-footer .footer-logo {
  width: 184px;
  max-width: 184px;
  max-height: none;
  height: auto;
  margin: 2px 0 0;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.32));
}
.site-footer .footer-description {
  margin: 2px 0 0;
  max-width: 380px;
  font-size: .96rem;
  line-height: 1.75;
  letter-spacing: .2px;
  color: rgba(255,255,255,.72);
}

/* -- Link columns -- */
.site-footer .footer-links-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 52px);
  padding-top: 4px;
  align-content: start;
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-footer .column-title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--gold-light);
  border-bottom: none;
}
.site-footer .column-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(201,168,76,0) 100%);
}
.site-footer .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-footer .footer-column a {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-size: .95rem;
  line-height: 1.5;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}
.site-footer .footer-column a::after { content: none; }
.site-footer .footer-column a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

/* -- Bottom bar -- */
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(255,255,255,.07);
}
.site-footer .footer-bottom .container { display: block; }
.site-footer .footer-bottom-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.site-footer .footer-copyright {
  margin: 0;
  font-size: .84rem;
  color: rgba(255,255,255,.62);
}
.site-footer .footer-copyright a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color .2s ease;
}
.site-footer .footer-copyright a:hover { color: var(--white); }
.site-footer .footer-address {
  margin: 0;
  font-size: .84rem;
  color: rgba(255,255,255,.62);
  text-align: right;
}

/* -- RTL -- */
html[lang="ar"] .site-footer .footer-content { direction: rtl; text-align: right; }
html[lang="ar"] .site-footer .footer-brand-section { align-items: flex-end; padding-right: 0; padding-left: clamp(28px, 3.5vw, 56px); }
html[lang="ar"] .site-footer .footer-brand-section::after { right: auto; left: 0; }
html[lang="ar"] .site-footer .footer-logo { object-position: right center; }
html[lang="ar"] .site-footer .column-title::after { left: auto; right: 0; background: linear-gradient(270deg, var(--gold) 0%, rgba(201,168,76,0) 100%); }
html[lang="ar"] .site-footer .footer-column a:hover { transform: translateX(-4px); }
html[lang="ar"] .site-footer .footer-bottom-content { flex-direction: row-reverse; }
html[lang="ar"] .site-footer .footer-address { text-align: left; }

/* -- Responsive -- */
@media (max-width: 1024px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .site-footer .footer-brand-section {
    padding-right: 0;
    max-width: 560px;
  }
  .site-footer .footer-brand-section::after { display: none; }
  html[lang="ar"] .site-footer .footer-brand-section { padding-left: 0; }
}
@media (max-width: 767px) {
  .site-footer .footer-links-section { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .site-footer .footer-logo { width: 168px; }
  .site-footer .footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .site-footer .footer-address { text-align: left; }
  html[lang="ar"] .site-footer .footer-bottom-content { align-items: flex-end; }
  html[lang="ar"] .site-footer .footer-address { text-align: right; }
}
@media (max-width: 560px) {
  .site-footer .footer-links-section { grid-template-columns: 1fr 1fr; gap: 26px 24px; }
  .site-footer .footer-logo { width: 150px; }
  .site-footer .footer-description { font-size: .92rem; }
}
@media (max-width: 380px) {
  .site-footer .footer-links-section { grid-template-columns: 1fr; }
  .site-footer .footer-copyright, .site-footer .footer-address { font-size: .78rem; }
}

/* ============================================================
   SITE-WIDE HERO — LUXURY CINEMATIC REDESIGN (2026-07-22)
   The home hero look applied to EVERY page hero. Home keeps its
   carousel drift + auto-play progress bar; inner pages get the
   same overlay, film grain, glow, corner frame, glass eyebrow,
   gilded headline, ticks and scroll cue on their single image.
   ============================================================ */
.home-hero {
  min-height: min(94vh, 900px);
}

/* --- Cinematic slow drift — carousel (home + any slider) and single image (inner pages) --- */
.hero .hero-slider,
.hero .hero-media {
  animation: heroDrift 22s ease-in-out infinite alternate;
  transform-origin: 62% 42%;
  will-change: transform;
}
.hero .hero-slide,
.hero .hero-media {
  filter: saturate(1.05) contrast(1.06) brightness(1.0);
}

/* --- Richer cinematic overlay on every hero (deeper on the text side, luminous on the image side) --- */
.hero::before {
  background:
    linear-gradient(103deg, rgba(4,10,20,.95) 0%, rgba(6,15,28,.88) 30%, rgba(7,17,30,.62) 58%, rgba(7,17,30,.30) 82%, rgba(7,17,30,.42) 100%),
    linear-gradient(0deg, rgba(4,10,20,.9) 0%, rgba(4,10,20,.15) 32%, transparent 55%);
  backdrop-filter: blur(0.5px);
}
.hero::after {
  background:
    radial-gradient(60% 80% at 88% 30%, rgba(226,196,122,.16) 0%, transparent 55%),
    radial-gradient(50% 60% at 6% 92%, rgba(201,168,76,.14) 0%, transparent 60%);
}

/* --- Decorative FX layer --- */
.hero-fx {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}
.hero-fx-glow {
  position: absolute; left: -10%; bottom: -22%; width: 52%; height: 78%;
  background: radial-gradient(circle at 42% 62%, rgba(226,196,122,.20), transparent 62%);
  filter: blur(8px);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
.hero-fx-grain {
  position: absolute; inset: 0; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.hero-fx-frame {
  position: absolute; top: 38px; right: 40px; width: 116px; height: 116px;
  border-top: 1px solid rgba(226,196,122,.55);
  border-right: 1px solid rgba(226,196,122,.55);
  border-top-right-radius: 5px;
}
.hero-fx-frame::after {
  content: ""; position: absolute; top: 9px; right: 9px; width: 5px; height: 5px;
  border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 12px rgba(226,196,122,.7);
}

/* --- Glass eyebrow pill with a live pulse dot --- */
.hero .hero-content .eyebrow {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 9px 20px 9px 15px; margin-bottom: 26px; padding-top: 9px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(226,196,122,.32);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  font-size: .72rem; font-weight: 800; letter-spacing: .2em;
  color: var(--cream);
  box-shadow: 0 10px 30px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.10);
}
.hero .hero-content .eyebrow::before {
  content: ""; position: static; width: 8px; height: 8px; flex: 0 0 auto;
  border-radius: 50%; background: var(--gold-light);
  box-shadow: 0 0 0 4px rgba(226,196,122,.16), 0 0 10px rgba(226,196,122,.6);
  animation: heroPulse 2.4s ease-in-out infinite;
}

/* --- Gilded headline --- */
.hero .hero-content h1 {
  font-weight: 700; letter-spacing: -.015em; line-height: 1.05;
  text-shadow: 0 6px 30px rgba(0,0,0,.55), 0 2px 10px rgba(0,0,0,.45);
}
.hero .hero-content h1 em {
  font-style: italic; position: relative; white-space: nowrap;
  background: linear-gradient(96deg, var(--gold-light) 0%, var(--gold) 55%, #f2ddaa 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  padding: 0 .04em;
}
.hero .hero-content h1 em::after {
  content: ""; position: absolute; left: 3%; right: 3%; bottom: -.02em; height: .06em;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
  border-radius: 2px; transform: scaleX(0); transform-origin: left center;
  animation: heroUnderline 1.1s cubic-bezier(.22,.61,.36,1) .75s forwards;
}

/* --- Highlights: refined gilded ticks --- */
.hero .blog-hero-list li { font-weight: 600; color: rgba(255,255,255,.9); }
.hero .blog-hero-list li::before {
  border-color: var(--gold-light);
  background: radial-gradient(circle at 50% 50%, rgba(226,196,122,.35), transparent 70%);
  box-shadow: 0 0 0 4px rgba(201,168,76,.10), 0 0 12px rgba(226,196,122,.35);
}

/* --- Auto-play progress bar (HOME carousel indicator only) --- */
.home-hero .hero-progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px; z-index: 3;
  background: rgba(255,255,255,.10); overflow: hidden;
}
.home-hero .hero-progress::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light) 70%, #f2ddaa);
  transform-origin: left center;
  animation: heroProgress 3s linear infinite;
  box-shadow: 0 0 14px rgba(226,196,122,.6);
}

/* --- Scroll cue (all heroes; works as <a> or <button>) --- */
.hero-scroll {
  position: absolute; right: 48px; bottom: 40px; z-index: 3;
  display: inline-flex; flex-direction: column; align-items: center; gap: 12px;
  text-decoration: none; color: rgba(255,255,255,.72);
  font-size: .64rem; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
  background: none; border: 0; cursor: pointer; font-family: inherit;
  transition: color .25s ease;
}
.hero-scroll:hover { color: var(--gold-light); }
.hero-scroll-track {
  position: relative; width: 1px; height: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.06));
  overflow: hidden;
}
.hero-scroll-dot {
  position: absolute; left: 50%; top: 0; width: 4px; height: 9px; margin-left: -2px;
  border-radius: 3px; background: var(--gold-light); box-shadow: 0 0 10px rgba(226,196,122,.7);
  animation: heroScroll 1.9s cubic-bezier(.65,0,.35,1) infinite;
}

/* --- Keyframes --- */
@keyframes heroDrift {
  from { transform: scale(1.03); }
  to   { transform: scale(1.10) translate(-1.6%, -1.1%); }
}
@keyframes heroGlow {
  from { opacity: .7; }
  to   { opacity: 1; }
}
@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(226,196,122,.16), 0 0 10px rgba(226,196,122,.6); }
  50%      { box-shadow: 0 0 0 8px rgba(226,196,122,.04), 0 0 16px rgba(226,196,122,.35); }
}
@keyframes heroUnderline { to { transform: scaleX(1); } }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes heroScroll {
  0%   { transform: translateY(-9px); opacity: 0; }
  25%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { transform: translateY(48px); opacity: 0; }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .home-hero { min-height: min(88vh, 760px); }
  .hero-fx-frame { width: 92px; height: 92px; top: 28px; right: 28px; }
}
@media (max-width: 767px) {
  .hero-fx-frame { display: none; }
  .hero-scroll { display: none; }
  .hero .hero-content .eyebrow { font-size: .66rem; letter-spacing: .16em; padding: 8px 16px 8px 13px; }
  /* Allow multi-word gold accents to wrap on small screens instead of overflowing */
  .hero .hero-content h1 em { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero-slider,
  .hero .hero-media,
  .hero-fx-glow,
  .home-hero .hero-progress::before,
  .hero-scroll-dot,
  .hero .hero-content .eyebrow::before { animation: none !important; }
  .hero .hero-content h1 em::after { animation: none !important; transform: scaleX(1); }
}
