:root {
  --ink: #10233f;
  --ink-soft: #52627a;
  --blue: #1a63e9;
  --blue-dark: #1049b1;
  --blue-soft: #eaf2ff;
  --navy: #071a33;
  --teal: #0c9f91;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --line: #dce4ef;
  --success: #16855b;
  --shadow-sm: 0 8px 24px rgba(16, 35, 63, 0.07);
  --shadow-md: 0 20px 60px rgba(9, 35, 74, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(26, 99, 233, .34); outline-offset: 3px; }

.site-shell { min-height: 100vh; overflow: hidden; background: #fff; }
.page-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.top-strip { background: var(--navy); color: #dce7f6; font-size: 12px; }
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-strip span { display: inline-flex; align-items: center; gap: 7px; }
.top-strip a { color: #fff; font-weight: 700; }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,228,239,.8); backdrop-filter: blur(16px); box-shadow: 0 6px 24px rgba(16,35,63,.035); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 218px; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), #5a8dff); color: #fff; font-size: 17px; font-weight: 850; letter-spacing: -.04em; box-shadow: 0 9px 24px rgba(26,99,233,.22); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 16px; letter-spacing: -.03em; }
.brand-copy span { margin-top: 5px; color: #6d7b8e; font-size: 11px; font-weight: 650; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 5px; }
.main-nav a { padding: 10px 12px; color: #4b5b70; border-radius: 10px; font-size: 14px; font-weight: 650; }
.main-nav a:hover { background: var(--surface-soft); color: var(--blue); }
.main-nav a.active { background: var(--blue-soft); color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.language-switcher { position: relative; min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 9px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: #52647b; }
.language-switcher > svg { flex: 0 0 auto; color: var(--blue); }
.language-switcher-label { font-size: 11px; font-weight: 750; }
.language-switcher select { width: 80px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 750; cursor: pointer; }
.language-switcher-credit { padding-left: 7px; border-left: 1px solid #e3e9f1; color: #8a97a8; font-size: 8px; font-weight: 700; }
.google-translate-mount { position: fixed; width: 1px; height: 1px; overflow: hidden; opacity: .01; pointer-events: none; }
.goog-te-banner-frame, iframe.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
.header-search { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; display: grid; place-items: center; color: #54657d; }
.header-search:hover { border-color: #a9bfdd; color: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }
.mobile-nav { display: none; }

.hero-section { position: relative; padding: 82px 0 74px; background: linear-gradient(135deg, #f7faff 0%, #edf5ff 56%, #f8fbff 100%); border-bottom: 1px solid #e8eef7; }
.hero-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(26,99,233,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(26,99,233,.035) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 90%); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .6; pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; right: -110px; top: -125px; background: radial-gradient(circle, rgba(60,127,255,.18), transparent 68%); }
.hero-orb-two { width: 260px; height: 260px; left: -120px; bottom: -120px; background: radial-gradient(circle, rgba(12,159,145,.12), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .72fr); gap: 76px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #1755bb; background: rgba(255,255,255,.85); border: 1px solid #d5e5ff; border-radius: 999px; font-size: 12px; font-weight: 750; letter-spacing: .03em; box-shadow: 0 6px 18px rgba(36,92,176,.06); }
.hero-copy h1 { max-width: 650px; margin: 22px 0 18px; font-size: clamp(44px, 5.3vw, 74px); line-height: .99; letter-spacing: -.06em; font-weight: 780; }
.hero-copy h1 span { display: block; color: var(--blue); }
.hero-lead { max-width: 640px; margin: 0 0 28px; color: #53647b; font-size: 18px; line-height: 1.7; }
.home-search { position: relative; max-width: 670px; display: flex; padding: 7px; border: 1px solid #d5e1f0; border-radius: 17px; background: #fff; box-shadow: var(--shadow-md); }
.home-search-icon { display: grid; place-items: center; width: 46px; color: #718095; }
.home-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; }
.home-search input::placeholder { color: #8a97a8; }
.home-search button { min-width: 112px; border: 0; border-radius: 12px; background: var(--blue); color: white; font-weight: 750; cursor: pointer; transition: .2s ease; }
.home-search button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.search-results { position: absolute; z-index: 30; top: calc(100% + 8px); left: 0; right: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-md); }
.search-result { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid #edf1f6; }
.search-result:last-child { border-bottom: 0; }
.search-result:hover { background: #f6f9ff; }
.search-result strong { display: block; font-size: 14px; }
.search-result span { display: block; margin-top: 4px; color: #718095; font-size: 12px; }
.search-result svg { flex: 0 0 auto; color: var(--blue); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #5e6f84; font-size: 12px; font-weight: 600; }
.hero-assurances span { display: inline-flex; align-items: center; gap: 6px; }
.hero-assurances svg { color: var(--success); }
.popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; max-width: 680px; margin-top: 15px; }
.popular-searches > span { color: #7b899b; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.popular-searches a { padding: 6px 9px; border: 1px solid #d8e4f2; border-radius: 999px; background: rgba(255,255,255,.82); color: #52657c; font-size: 10px; font-weight: 650; transition: .18s ease; }
.popular-searches a:hover { border-color: #a9c4e8; background: #fff; color: var(--blue); transform: translateY(-1px); }

.hero-panel { padding: 20px; border: 1px solid rgba(203,218,239,.88); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 30px 80px rgba(32,75,132,.12); backdrop-filter: blur(18px); }
.hero-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 4px 2px 15px; color: #718095; font-size: 11px; font-weight: 650; }
.hero-panel-top div { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 750; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #19b982; box-shadow: 0 0 0 4px rgba(25,185,130,.12); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stat-card { min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid #e1e8f1; border-radius: 18px; background: #fff; }
.stat-card-primary { background: linear-gradient(145deg, #1b65e8, #174fb7); color: #fff; border-color: transparent; box-shadow: 0 16px 30px rgba(26,99,233,.2); }
.stat-card strong { font-size: 33px; line-height: 1; letter-spacing: -.05em; }
.stat-card span { margin-top: 9px; color: #6b7a8f; font-size: 11px; font-weight: 650; }
.stat-card-primary span { color: #d8e7ff; }
.hero-feature { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 14px; border: 1px solid #e1e8f1; border-radius: 17px; background: #fff; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eaf8f5; color: var(--teal); }
.hero-feature div:nth-child(2) { min-width: 0; flex: 1; }
.hero-feature span, .hero-feature strong { display: block; }
.hero-feature span { color: #7b889a; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; }
.hero-feature strong { margin-top: 4px; font-size: 13px; }
.hero-feature a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #f1f5fa; color: var(--blue); }
.hero-note { display: flex; align-items: flex-start; gap: 7px; margin: 14px 3px 0; color: #7c899a; font-size: 10px; line-height: 1.5; }
.hero-note svg { flex: 0 0 auto; color: #6f8197; }

.section-block { padding: 86px 0; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-kicker { display: block; margin-bottom: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: #8ed8ff; }
.section-heading-row h2, .quick-copy h2, .mission-copy h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 3.4vw, 43px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading-row p { margin: 10px 0 0; color: #6a798d; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 750; white-space: nowrap; }
.text-link:hover { gap: 11px; }

.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .22s ease; }
.category-card:hover { transform: translateY(-3px); border-color: #bcd0ee; box-shadow: var(--shadow-sm); }
.category-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; }
.category-icon svg { width: 22px; height: 22px; }
.category-icon-blue { background: #e9f1ff; color: #2468dc; }
.category-icon-green { background: #e9f8f1; color: #16845a; }
.category-icon-purple { background: #f2ebff; color: #7754d5; }
.category-icon-orange { background: #fff1e5; color: #d76b19; }
.category-icon-cyan { background: #e6f8fa; color: #108998; }
.category-icon-rose { background: #ffedf0; color: #c84863; }
.category-card h3 { margin: 0; font-size: 14px; line-height: 1.35; }
.category-card span { display: block; margin-top: 5px; color: #8490a0; font-size: 11px; }
.category-arrow { position: absolute; right: 14px; bottom: 14px; color: #a7b3c3; opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.category-card:hover .category-arrow { opacity: 1; transform: translateX(0); }

.services-section { background: var(--surface-soft); border-block: 1px solid #eaf0f6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 296px; padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .22s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #b9cdea; box-shadow: var(--shadow-sm); }
.service-card:focus-within { border-color: #9dbbe3; box-shadow: var(--shadow-sm); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.service-card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-soft); color: var(--blue); }
.status-badge { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 999px; background: #e9f8f1; color: #14724f; font-size: 10px; font-weight: 750; }
.service-card h3 { margin: 20px 0 7px; font-size: 18px; letter-spacing: -.025em; }
.service-category { color: var(--blue); font-size: 11px; font-weight: 700; }
.service-summary { flex: 1; margin: 13px 0 18px; color: #69798d; font-size: 13px; line-height: 1.65; }
.service-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.service-meta span { padding: 6px 9px; border-radius: 8px; background: #f3f6fa; color: #68788d; font-size: 10px; font-weight: 650; }
.service-card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid #edf1f5; color: var(--blue); font-size: 12px; font-weight: 750; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 750; transition: .2s ease; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button-secondary { background: #fff; border-color: #cfdbe9; color: #26405f; }
.button-secondary:hover { border-color: #9cb8db; color: var(--blue); }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: #eaf3ff; }
.mobile-action { display: none; margin-top: 24px; }

.process-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, #f6f9fe); border-top: 1px solid #edf2f8; }
.process-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(26,99,233,.08), transparent 70%); pointer-events: none; }
.compact-heading { max-width: 820px; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-grid article { position: relative; min-height: 230px; padding: 25px; overflow: hidden; border: 1px solid #dce6f1; border-radius: 21px; background: rgba(255,255,255,.9); box-shadow: 0 12px 38px rgba(15,47,89,.055); }
.process-grid article > span { position: absolute; right: 18px; top: 13px; color: #e6edf7; font-size: 44px; font-weight: 850; letter-spacing: -.07em; }
.process-grid article > svg { position: relative; width: 48px; height: 48px; padding: 12px; border-radius: 14px; background: var(--blue-soft); color: var(--blue); }
.process-grid h3 { position: relative; margin: 24px 0 9px; font-size: 17px; letter-spacing: -.025em; }
.process-grid p { position: relative; margin: 0; color: #6e7f94; font-size: 12px; line-height: 1.7; }
.forms-callout { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; margin-top: 16px; padding: 22px; border: 1px solid #cdddf0; border-radius: 20px; background: linear-gradient(135deg, #eef5ff, #fff 65%); }
.forms-callout-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: #fff; }
.forms-callout span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.forms-callout h3 { margin: 4px 0; font-size: 16px; letter-spacing: -.02em; }
.forms-callout p { margin: 0; color: #728196; font-size: 10px; line-height: 1.55; }

.quick-section { position: relative; background: linear-gradient(135deg, #071a33, #0b2c54); color: #fff; }
.quick-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%, rgba(46,121,238,.25), transparent 32%), radial-gradient(circle at 90% 90%, rgba(22,172,158,.16), transparent 28%); pointer-events: none; }
.quick-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: center; }
.quick-copy h2 { color: #fff; }
.quick-copy p { max-width: 470px; margin: 16px 0 26px; color: #b9c9db; font-size: 15px; line-height: 1.7; }
.quick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-item { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.07); transition: .2s ease; }
.quick-item:first-child { grid-column: 1 / -1; }
.quick-item:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); transform: translateY(-2px); }
.quick-mark { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: #fff; color: var(--blue); font-weight: 850; }
.quick-item div:nth-child(2) { min-width: 0; flex: 1; }
.quick-item strong, .quick-item span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quick-item strong { font-size: 12px; }
.quick-item span { margin-top: 4px; color: #9fb1c6; font-size: 10px; }
.quick-item svg { color: #8ba4bf; }

.mission-section { background: #fff; }
.mission-card { display: flex; align-items: center; gap: 26px; padding: 34px; border: 1px solid #d9e4f0; border-radius: 24px; background: linear-gradient(135deg, #f9fbff, #f1f7ff); box-shadow: var(--shadow-sm); }
.mission-badge { width: 76px; height: 76px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 21px; background: var(--navy); color: #fff; font-size: 24px; font-weight: 850; letter-spacing: -.05em; }
.mission-copy { min-width: 0; flex: 1; }
.mission-copy h2 { font-size: 29px; }
.mission-copy p { max-width: 700px; margin: 10px 0 0; color: #66778c; font-size: 13px; line-height: 1.7; }

.site-footer { background: #061426; color: #b8c6d8; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 48px; padding: 62px 0 42px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand > p { max-width: 360px; margin: 18px 0; font-size: 12px; line-height: 1.75; }
.independent-note { display: inline-flex; align-items: center; gap: 7px; color: #8fa5bd; font-size: 11px; }
.footer-column h3 { margin: 0 0 16px; color: #fff; font-size: 12px; }
.footer-column a, .footer-column span { display: block; margin: 10px 0; color: #a8b8cb; font-size: 11px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

/* Inner pages */
.page-hero { position: relative; padding: 72px 0 68px; overflow: hidden; background: linear-gradient(135deg, #f7faff, #edf5ff); border-bottom: 1px solid #dfe8f4; }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(26,99,233,.16), transparent 70%); }
.page-hero .page-container { position: relative; z-index: 1; }
.page-hero h1, .legal-hero h1 { max-width: 780px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.page-hero p, .legal-hero p { max-width: 710px; margin: 18px 0 0; color: #607188; font-size: 16px; line-height: 1.7; }
.directory-section { background: var(--surface-soft); }
.directory-layout { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 28px; align-items: start; }
.filter-panel { position: sticky; top: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.filter-heading { display: flex; align-items: center; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid #edf1f5; color: var(--ink); font-size: 13px; }
.filter-heading svg { color: var(--blue); }
.filter-panel label { display: block; margin-top: 18px; }
.filter-panel label > span { display: block; margin-bottom: 7px; color: #586a80; font-size: 11px; font-weight: 750; }
.filter-panel select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #d7e1ec; border-radius: 10px; background: #fff; color: var(--ink); font-size: 12px; }
.clear-filters { display: flex; align-items: center; gap: 6px; margin-top: 17px; padding: 0; border: 0; background: transparent; color: #bc3d55; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter-trust { margin-top: 22px; padding: 14px; border-radius: 12px; background: #f0f6ff; }
.filter-trust strong { color: #2155a5; font-size: 11px; }
.filter-trust p { margin: 7px 0 0; color: #718197; font-size: 10px; line-height: 1.55; }
.directory-toolbar { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 19px; }
.directory-search, .wide-search { display: flex; align-items: center; gap: 10px; border: 1px solid #d6e0eb; background: #fff; }
.directory-search { width: min(460px, 70%); height: 46px; padding: 0 14px; border-radius: 12px; }
.directory-search svg, .wide-search svg { color: #7c899a; }
.directory-search input, .wide-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.directory-toolbar > span { color: #77869a; font-size: 11px; }
.directory-toolbar > span strong { color: var(--ink); }
.category-chips { display: flex; gap: 8px; margin: -4px 0 19px; padding: 4px 1px 7px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #bfd0e5 transparent; }
.category-chips button { flex: 0 0 auto; min-height: 36px; padding: 0 12px; border: 1px solid #d7e1ec; border-radius: 999px; background: #fff; color: #5e6f84; font-size: 10px; font-weight: 700; cursor: pointer; }
.category-chips button:hover { border-color: #aac2e1; color: var(--blue); }
.category-chips button.active { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(26,99,233,.18); }
.empty-state { grid-column: 1 / -1; padding: 60px 24px; text-align: center; border: 1px dashed #cbd8e7; border-radius: 18px; background: #fff; }
.empty-state > svg { color: #8ca3bf; }
.empty-state h2 { margin: 14px 0 7px; font-size: 20px; }
.empty-state p { margin: 0 0 18px; color: #748397; font-size: 13px; }

/* Service details */
.detail-hero { padding: 30px 0 58px; background: linear-gradient(135deg, #f8fbff, #edf5ff); border-bottom: 1px solid #dfe8f3; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #7d8a9b; font-size: 10px; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs strong { color: #506177; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; color: var(--blue); font-size: 11px; font-weight: 750; }
.detail-heading-grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: end; }
.verified-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: #e8f8f1; color: #13724f; font-size: 10px; font-weight: 750; }
.detail-heading-grid h1 { margin: 15px 0 13px; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.detail-heading-grid p { max-width: 720px; margin: 0; color: #607188; font-size: 15px; line-height: 1.72; }
.detail-category { display: inline-flex; margin-top: 17px; padding: 7px 10px; border: 1px solid #cfe0f8; border-radius: 8px; color: var(--blue); background: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; }
.detail-facts { padding: 18px; border: 1px solid #d6e2f0; border-radius: 19px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.detail-facts > div { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid #e9eef5; }
.detail-facts > div:first-child { padding-top: 2px; }
.detail-facts > div:last-child { padding-bottom: 2px; border-bottom: 0; }
.detail-facts svg { width: 18px; height: 18px; color: var(--blue); }
.detail-facts span, .detail-facts strong { display: block; }
.detail-facts span { color: #7e8b9d; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.detail-facts strong { margin-top: 4px; color: var(--ink); font-size: 11px; letter-spacing: 0; text-transform: none; }
.detail-content-section { background: var(--surface-soft); }
.detail-jumpbar { position: sticky; z-index: 31; top: 76px; border-bottom: 1px solid #dfe7f0; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.detail-jumpbar > div { min-height: 54px; display: flex; align-items: center; gap: 7px; overflow-x: auto; }
.detail-jumpbar span { flex: 0 0 auto; margin-right: 5px; color: #8390a1; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.detail-jumpbar a { flex: 0 0 auto; padding: 7px 10px; border-radius: 8px; color: #5b6c81; font-size: 10px; font-weight: 700; }
.detail-jumpbar a:hover { background: var(--blue-soft); color: var(--blue); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.detail-main { display: grid; gap: 18px; }
.content-card { padding: 28px; scroll-margin-top: 148px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.content-card-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.content-card-heading > svg { width: 42px; height: 42px; padding: 11px; border-radius: 12px; color: var(--blue); background: var(--blue-soft); }
.content-card-heading span { color: #8190a3; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.content-card-heading h2 { margin: 3px 0 0; font-size: 20px; letter-spacing: -.03em; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; padding: 12px; border-radius: 11px; background: #f7f9fc; color: #4f6177; font-size: 12px; line-height: 1.5; }
.check-list svg { flex: 0 0 auto; margin-top: 1px; color: var(--success); }
.document-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.document-grid > div { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #e4eaf1; border-radius: 12px; }
.document-grid span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #edf4ff; color: var(--blue); font-size: 10px; font-weight: 800; }
.document-grid strong { font-size: 11px; line-height: 1.4; }
.step-list { padding: 0; margin: 0; list-style: none; }
.step-list li { position: relative; display: flex; gap: 14px; padding-bottom: 19px; }
.step-list li:last-child { padding-bottom: 0; }
.step-list li::before { content: ""; position: absolute; left: 17px; top: 35px; bottom: 0; width: 1px; background: #d8e4f2; }
.step-list li:last-child::before { display: none; }
.step-list > li > span { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; }
.step-list strong { display: block; margin: 2px 0 4px; color: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.step-list p { margin: 0; color: #627389; font-size: 12px; line-height: 1.6; }
.file-list { display: grid; gap: 10px; }
.file-list a { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid #e1e8f0; border-radius: 12px; }
.file-list a:hover { border-color: #b6cae5; background: #f8fbff; }
.file-type { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #ffecef; color: #bf3e55; font-size: 9px; font-weight: 850; }
.file-list a > div { min-width: 0; flex: 1; }
.file-list strong, .file-list a > div span { display: block; }
.file-list strong { font-size: 12px; }
.file-list a > div span { margin-top: 4px; color: #8591a0; font-size: 10px; }
.file-list svg { color: var(--blue); }
.detail-sidebar { position: sticky; top: 22px; }
.action-card { padding: 24px; border-radius: 20px; background: var(--navy); color: #fff; box-shadow: var(--shadow-md); }
.action-card h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.action-card > p { margin: 9px 0 18px; color: #aebed1; font-size: 11px; line-height: 1.6; }
.action-list { display: grid; gap: 8px; }
.action-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 43px; padding: 0 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.06); color: #e5eef8; font-size: 11px; font-weight: 650; }
.action-list a:hover { background: rgba(255,255,255,.12); }
.official-main-link { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; border-radius: 11px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 750; }
.safety-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #9fb1c5; font-size: 9px; line-height: 1.55; }
.safety-note svg { flex: 0 0 auto; color: #5cd2b2; }
.safety-note strong { display: block; margin-bottom: 2px; color: #d8e4f1; }
.related-section { background: #fff; }

/* Quick links and resources */
.wide-search { width: min(760px, 100%); height: 56px; margin: -112px auto 65px; position: relative; z-index: 3; padding: 0 18px; border-radius: 15px; box-shadow: var(--shadow-md); }
.wide-search input { font-size: 14px; }
.link-groups { display: grid; gap: 56px; }
.link-group-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.link-group-heading h2 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.link-group-heading > span { color: #8290a1; font-size: 10px; }
.link-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.link-card { min-height: 210px; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: .2s ease; }
.link-card:hover { transform: translateY(-3px); border-color: #b7cae3; box-shadow: var(--shadow-sm); }
.link-card-pinned { border-color: #abc6ec; background: linear-gradient(155deg, #fff, #f2f7ff); }
.link-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.link-logo { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #eaf2ff; color: var(--blue); font-size: 14px; font-weight: 850; }
.recommended-badge { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 999px; background: #fff4d8; color: #956300; font-size: 8px; font-weight: 800; }
.link-card h3 { margin: 17px 0 7px; font-size: 14px; line-height: 1.4; }
.link-card p { flex: 1; margin: 0; color: #748397; font-size: 11px; line-height: 1.6; }
.open-label { display: flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--blue); font-size: 10px; font-weight: 750; }
.download-notice { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 25px; padding: 17px; border: 1px solid #cce8df; border-radius: 14px; background: #effaf6; }
.download-notice svg { flex: 0 0 auto; color: var(--success); }
.download-notice strong { font-size: 12px; }
.download-notice p { margin: 4px 0 0; color: #667b75; font-size: 10px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-card { min-height: 310px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.resource-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: #ffecef; color: #c34258; }
.resource-category { margin-top: 17px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.resource-card h2 { margin: 7px 0 8px; font-size: 17px; letter-spacing: -.025em; }
.resource-card p { flex: 1; margin: 0; color: #708095; font-size: 11px; line-height: 1.65; }
.resource-meta { display: flex; gap: 8px; margin: 15px 0; }
.resource-meta span { padding: 5px 8px; border-radius: 7px; background: #f2f5f8; color: #748397; font-size: 9px; }
.resource-card > a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; border-radius: 10px; background: #edf4ff; color: var(--blue); font-size: 11px; font-weight: 750; }
.resource-card > a:hover { background: var(--blue); color: #fff; }

/* Legal pages */
.legal-hero { padding: 72px 0 54px; background: #f5f8fc; border-bottom: 1px solid #e1e8f0; }
.legal-content { max-width: 820px; }
.legal-content section { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid #e5eaf0; }
.legal-content section:last-child { border: 0; }
.legal-content h2 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.025em; }
.legal-content p { margin: 0; color: #66778c; font-size: 13px; line-height: 1.8; }

/* Administration */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 244px 1fr; background: #f3f6fa; color: var(--ink); }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 19px 14px; background: #071a33; color: #b9c8da; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 2px 6px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.admin-brand .brand-mark { width: 38px; height: 38px; border-radius: 11px; font-size: 14px; }
.admin-brand div { min-width: 0; flex: 1; }
.admin-brand strong, .admin-brand span { display: block; }
.admin-brand strong { color: #fff; font-size: 13px; }
.admin-brand div span { margin-top: 4px; color: #748ba6; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.admin-brand > button { display: none; border: 0; background: transparent; color: #a8bbd1; }
.admin-sidebar nav { display: grid; gap: 3px; margin-top: 20px; }
.admin-sidebar nav button { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 0; border-radius: 10px; background: transparent; color: #9fb1c6; font-size: 11px; font-weight: 650; text-align: left; cursor: pointer; }
.admin-sidebar nav button:hover { color: #fff; background: rgba(255,255,255,.06); }
.admin-sidebar nav button.active { color: #fff; background: linear-gradient(135deg, #246deb, #1856c1); box-shadow: 0 10px 20px rgba(3,42,99,.35); }
.admin-sidebar-footer { display: grid; gap: 3px; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.admin-sidebar-footer a { min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 10px; border-radius: 9px; color: #879db7; font-size: 10px; }
.admin-sidebar-footer a:hover { color: #fff; background: rgba(255,255,255,.05); }
.admin-main { min-width: 0; }
.admin-topbar { height: 68px; display: flex; align-items: center; justify-content: flex-end; gap: 11px; padding: 0 30px; border-bottom: 1px solid #dfe6ef; background: #fff; }
.admin-topbar > div:nth-child(2) { text-align: right; }
.admin-topbar span, .admin-topbar strong { display: block; }
.admin-topbar span { color: #8b97a7; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.admin-topbar strong { margin-top: 3px; font-size: 11px; }
.admin-user-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: #e9f2ff; color: var(--blue); font-size: 13px; font-weight: 800; }
.admin-menu-button { display: none; margin-right: auto; border: 0; background: transparent; color: var(--ink); }
.admin-content { width: min(1260px, calc(100% - 56px)); margin: 0 auto; padding: 42px 0 70px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.admin-heading > div > span { display: block; margin-bottom: 7px; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-heading h1 { margin: 0; font-size: 31px; letter-spacing: -.045em; }
.admin-heading p { margin: 8px 0 0; color: #738296; font-size: 11px; }
.admin-primary { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 750; cursor: pointer; }
.admin-primary:hover { background: var(--blue-dark); }
.admin-primary:disabled { opacity: .6; cursor: wait; }
.admin-notice { position: fixed; z-index: 120; top: 18px; left: 50%; transform: translateX(-50%); min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-radius: 10px; box-shadow: var(--shadow-md); color: #fff; font-size: 11px; font-weight: 700; }
.admin-notice.success { background: #11845a; }
.admin-notice.error { background: #b9384f; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.admin-stat-grid article { position: relative; min-height: 155px; display: flex; flex-direction: column; padding: 18px; border: 1px solid #dce4ed; border-radius: 16px; background: #fff; }
.admin-stat-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 10px; }
.admin-stat-icon.blue { background: #e9f2ff; color: #2366d4; }.admin-stat-icon.purple { background: #f1ebff; color: #7550d0; }.admin-stat-icon.green { background: #e9f8f1; color: #16845a; }.admin-stat-icon.orange { background: #fff1e5; color: #d56c1c; }
.admin-stat-grid article > span:nth-child(2) { color: #78879a; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.admin-stat-grid article strong { margin-top: 5px; font-size: 30px; letter-spacing: -.05em; }
.admin-stat-grid article small { margin-top: auto; color: #8c98a7; font-size: 9px; }
.admin-two-column { display: grid; grid-template-columns: 1.35fr .85fr; gap: 16px; margin-top: 16px; }
.admin-panel { padding: 20px; border: 1px solid #dce4ed; border-radius: 16px; background: #fff; }
.admin-panel-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #edf1f5; }
.admin-panel-heading span { color: #8592a2; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.admin-panel-heading h2 { margin: 4px 0 0; font-size: 16px; }
.admin-panel-heading svg { color: var(--blue); }
.activity-list > div { display: flex; align-items: center; gap: 10px; min-height: 56px; border-bottom: 1px solid #edf1f5; }
.activity-list > div:last-child { border-bottom: 0; }
.activity-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #46b98f; box-shadow: 0 0 0 4px #eaf8f2; }
.activity-list > div > div { min-width: 0; flex: 1; }
.activity-list strong { display: block; font-size: 10px; }
.activity-list p { margin: 3px 0 0; overflow: hidden; color: #8693a3; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.activity-list time { color: #97a2b0; font-size: 8px; }
.admin-empty-copy { padding: 30px 0; color: #8995a4; font-size: 10px; text-align: center; }
.health-list { display: grid; gap: 20px; padding-top: 21px; }
.health-list > div > span { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.health-list strong { font-size: 10px; }.health-list em { color: #7e8b9b; font-size: 9px; font-style: normal; }
.health-list > div > div { height: 7px; overflow: hidden; border-radius: 999px; background: #edf1f5; }
.health-list i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1c66e6, #4c90ff); }

.admin-table-panel { overflow: hidden; border: 1px solid #dce4ed; border-radius: 16px; background: #fff; }
.admin-table-tools { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 16px; border-bottom: 1px solid #e5ebf2; }
.admin-table-tools > div { width: 300px; height: 37px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid #dce4ed; border-radius: 9px; }
.admin-table-tools svg { color: #8995a4; }.admin-table-tools input { min-width: 0; flex: 1; border: 0; outline: 0; font-size: 10px; }
.admin-table-tools > span { color: #8b97a6; font-size: 9px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; }
.admin-table-wrap th { padding: 11px 16px; background: #f8fafc; color: #7e8b9b; font-size: 8px; text-align: left; text-transform: uppercase; letter-spacing: .06em; }
.admin-table-wrap td { padding: 13px 16px; border-top: 1px solid #edf1f5; color: #526278; font-size: 10px; }
.admin-table-wrap td:first-child { max-width: 300px; }
.admin-table-wrap td strong, .admin-table-wrap td span { display: block; }
.admin-table-wrap td strong { color: var(--ink); font-size: 10px; }
.admin-table-wrap td:first-child > span { max-width: 270px; margin-top: 4px; overflow: hidden; color: #8b97a6; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.admin-status { display: inline-flex !important; width: fit-content; padding: 5px 8px; border-radius: 999px; font-size: 8px !important; font-weight: 800; text-transform: capitalize; }
.admin-status.published { background: #e8f8f1; color: #147451; }.admin-status.draft { background: #fff3d9; color: #936500; }
.row-actions { display: flex; justify-content: flex-end; gap: 4px; }
.row-actions a, .row-actions button, .danger-icon { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #dce4ed; border-radius: 8px; background: #fff; color: #66778d; cursor: pointer; }
.row-actions a:hover, .row-actions button:hover { color: var(--blue); border-color: #a9c0de; }.row-actions .danger:hover, .danger-icon:hover { color: #bf3a52; border-color: #e6b2bc; background: #fff7f8; }

.category-admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-admin-grid article { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 14px; border: 1px solid #dce4ed; border-radius: 14px; background: #fff; }
.category-dot { width: 13px; height: 45px; flex: 0 0 auto; border-radius: 6px; }.category-dot.blue { background: #3c7ce6; }.category-dot.green { background: #2aa977; }.category-dot.purple { background: #805ed8; }.category-dot.orange { background: #e47b2a; }.category-dot.cyan { background: #26a6b4; }.category-dot.rose { background: #d85f78; }
.category-admin-grid article > div { min-width: 0; flex: 1; }
.category-admin-grid strong, .category-admin-grid span, .category-admin-grid small { display: block; }
.category-admin-grid strong { font-size: 11px; }.category-admin-grid span { margin-top: 3px; color: #8895a4; font-size: 8px; }.category-admin-grid small { margin-top: 8px; color: #66778d; font-size: 9px; }
.category-admin-grid button { width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 8px; background: #f5f7fa; color: #8290a1; }
.resource-admin-grid { display: grid; gap: 10px; }
.resource-admin-grid article { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid #dce4ed; border-radius: 13px; background: #fff; }
.resource-admin-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #ffecef; color: #c34359; }
.resource-admin-grid article > div { min-width: 0; flex: 1; }
.resource-admin-grid article > div span, .resource-admin-grid strong, .resource-admin-grid small { display: block; }
.resource-admin-grid article > div span { color: var(--blue); font-size: 8px; text-transform: uppercase; }.resource-admin-grid strong { margin-top: 3px; font-size: 11px; }.resource-admin-grid small { margin-top: 5px; color: #8996a6; font-size: 8px; }
.danger-icon { margin-left: 7px; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.settings-grid article { min-height: 170px; padding: 22px; border: 1px solid #dce4ed; border-radius: 16px; background: #fff; }
.settings-grid article > span { color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.settings-grid h2 { margin: 14px 0 8px; font-size: 17px; }.settings-grid p { margin: 0; color: #738397; font-size: 10px; line-height: 1.65; }

.editor-overlay { position: fixed; z-index: 110; inset: 0; display: flex; justify-content: flex-end; background: rgba(3,15,31,.55); backdrop-filter: blur(4px); }
.editor-panel { width: min(720px, 94vw); height: 100%; overflow-y: auto; background: #fff; box-shadow: -20px 0 60px rgba(3,18,39,.18); }
.editor-panel > header { position: sticky; z-index: 2; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid #e1e7ef; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.editor-panel > header span { color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.editor-panel > header h2 { margin: 4px 0 0; font-size: 20px; }.editor-panel > header button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #dce4ed; border-radius: 9px; background: #fff; color: #617289; }
.admin-form { padding: 25px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: block; }
.form-grid label.wide, .form-grid .wide { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 7px; color: #52637a; font-size: 9px; font-weight: 750; }
.form-grid input:not([type="checkbox"]), .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d6e0eb; border-radius: 9px; background: #fff; color: var(--ink); font-size: 10px; }
.form-grid input:not([type="checkbox"]), .form-grid select { height: 41px; padding: 0 11px; }
.form-grid textarea { min-height: 94px; padding: 11px; line-height: 1.55; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid rgba(26,99,233,.18); border-color: #8aafe1; }
.check-field { display: flex !important; align-items: center; gap: 8px; min-height: 41px; }
.check-field span { margin: 0 !important; }.check-field input { accent-color: var(--blue); }
.file-input { height: auto !important; padding: 10px !important; }
.form-divider { position: relative; height: 1px; margin: 6px 0; background: #e3e9f0; text-align: center; }
.form-divider span { position: relative; top: -8px; display: inline-block; padding: 0 9px; background: #fff; color: #929eac; font-size: 8px; }
.form-actions { position: sticky; bottom: -25px; display: flex; justify-content: flex-end; gap: 8px; margin: 27px -25px -25px; padding: 15px 25px; border-top: 1px solid #e1e7ef; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.form-actions > button:first-child { min-height: 39px; padding: 0 14px; border: 1px solid #d6e0eb; border-radius: 9px; background: #fff; color: #607188; font-size: 10px; font-weight: 700; }

.admin-gate { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(135deg, #f5f9ff, #eaf2ff); }
.admin-gate-card { width: min(620px, 100%); padding: 44px; border: 1px solid #d4e1f0; border-radius: 24px; background: #fff; box-shadow: var(--shadow-md); text-align: center; }
.admin-gate-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 16px; background: #eaf2ff; color: var(--blue); }
.admin-gate h1 { margin: 0; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; }.admin-gate p { margin: 16px auto 24px; color: #68798f; font-size: 12px; line-height: 1.7; }.admin-gate-actions { display: flex; justify-content: center; gap: 8px; }
.not-found-page { min-height: 620px; display: grid; place-items: center; padding: 60px 20px; background: linear-gradient(135deg, #f8fbff, #edf5ff); text-align: center; }
.not-found-page > div { width: min(650px, 100%); }.not-found-page > div > span { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 17px; background: #e8f1ff; color: var(--blue); }.not-found-page h1 { margin: 8px 0 13px; font-size: clamp(35px, 5vw, 54px); line-height: 1.05; letter-spacing: -.05em; }.not-found-page p { margin: 0 auto; max-width: 540px; color: #687a90; font-size: 13px; line-height: 1.7; }.not-found-page > div > p:first-of-type { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.not-found-page > div > div { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { display: grid; gap: 3px; padding-block: 0 15px; }
  .mobile-nav a { padding: 11px 12px; border-radius: 9px; color: #4c5d72; font-size: 13px; font-weight: 650; }
  .mobile-nav a:hover { background: var(--surface-soft); color: var(--blue); }
  .mobile-nav a.active { background: var(--blue-soft); color: var(--blue); }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead, .home-search { margin-inline: auto; }
  .hero-assurances { justify-content: center; }
  .hero-panel { width: min(620px, 100%); margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-layout { grid-template-columns: 1fr; gap: 36px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .detail-heading-grid { grid-template-columns: 1fr; gap: 28px; }
  .detail-facts { max-width: 620px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; }
  .link-card-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .forms-callout { grid-template-columns: auto 1fr; }
  .forms-callout .button { grid-column: 2; width: max-content; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: fixed; z-index: 130; left: 0; top: 0; width: 244px; transform: translateX(-100%); transition: transform .2s ease; }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-brand > button { display: grid; place-items: center; }
  .admin-overlay { position: fixed; z-index: 125; inset: 0; border: 0; background: rgba(3,15,31,.48); }
  .admin-menu-button { display: grid; place-items: center; }
  .admin-stat-grid { grid-template-columns: 1fr 1fr; }
  .category-admin-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .page-container { width: min(100% - 28px, 1180px); }
  .top-strip-inner { min-height: 31px; justify-content: center; }
  .top-strip-inner > span:last-child { display: none; }
  .header-inner { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 9px; }
  .header-search { display: none; }
  .language-switcher { min-height: 40px; padding-inline: 8px; }
  .language-switcher-label, .language-switcher-credit { display: none; }
  .language-switcher select { width: 67px; }
  .hero-section { padding: 56px 0 48px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .home-search { padding: 6px; }
  .home-search-icon { width: 38px; }
  .home-search button { min-width: 78px; }
  .hero-assurances { gap: 9px 14px; }
  .hero-assurances span { font-size: 10px; }
  .popular-searches { justify-content: center; }
  .hero-panel { padding: 14px; border-radius: 21px; }
  .stat-card { min-height: 104px; padding: 14px; }
  .stat-card strong { font-size: 29px; }
  .section-block { padding: 62px 0; }
  .section-heading-row { align-items: flex-start; margin-bottom: 25px; }
  .section-heading-row .text-link, .desktop-action { display: none; }
  .category-grid, .service-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 88px; }
  .service-card { min-height: 276px; }
  .mobile-action { display: flex; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 205px; padding: 22px; }
  .forms-callout { grid-template-columns: 1fr; align-items: start; padding: 20px; }
  .forms-callout .button { grid-column: auto; width: 100%; }
  .forms-callout-icon { width: 48px; height: 48px; }
  .quick-list { grid-template-columns: 1fr; }
  .quick-item:first-child { grid-column: auto; }
  .mission-card { align-items: flex-start; flex-direction: column; padding: 25px; }
  .mission-badge { width: 60px; height: 60px; border-radius: 17px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 48px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 54px 0 52px; }
  .directory-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .directory-toolbar { align-items: stretch; flex-direction: column; }
  .directory-search { width: 100%; }
  .check-list, .document-grid { grid-template-columns: 1fr; }
  .content-card { padding: 20px; }
  .detail-hero { padding-top: 20px; }
  .detail-jumpbar { top: 68px; }
  .detail-jumpbar > div { width: 100%; padding-inline: 14px; }
  .wide-search { margin: -88px auto 50px; }
  .link-card-grid, .resource-grid { grid-template-columns: 1fr; }
  .admin-topbar { padding: 0 16px; }
  .admin-content { width: min(100% - 28px, 1260px); padding-top: 28px; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-stat-grid, .admin-two-column, .category-admin-grid, .settings-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide, .form-grid .wide { grid-column: auto; }
  .editor-panel { width: 100%; }
  .admin-form, .editor-panel > header { padding-inline: 18px; }
  .form-actions { margin-inline: -18px; padding-inline: 18px; }
  .admin-gate-card { padding: 30px 22px; }
  .admin-gate-actions { flex-direction: column; }
  .site-shell { padding-bottom: 68px; }
  .support-dock { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1.25fr; gap: 0; padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid #d6e1ed; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
  .support-dock a { min-width: 0; min-height: 46px; border-radius: 11px; box-shadow: none; }
  .support-call { margin-right: 7px; }
}

/* Configurable brand identity */
.brand-mark.has-logo { overflow: hidden; padding: 4px; background: #fff; border: 1px solid #d9e3ef; box-shadow: 0 8px 22px rgba(13,40,77,.1); }
.brand-mark.has-logo img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: inherit; }
.field-help { display: block; margin-top: 7px; color: #7e8b9c; font-size: 9px; line-height: 1.45; }

/* Page-wide disclaimer */
.site-disclaimer-band { border-top: 1px solid #d8e4f2; border-bottom: 1px solid #d8e4f2; background: #eef5ff; color: #29415f; }
.site-disclaimer-band > div { min-height: 90px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding-block: 18px; }
.site-disclaimer-band svg { color: var(--blue); }
.site-disclaimer-band strong { display: block; color: var(--ink); font-size: 12px; }
.site-disclaimer-band p { max-width: 850px; margin: 4px 0 0; color: #5d6f85; font-size: 10px; line-height: 1.6; }
.site-disclaimer-band a { padding: 9px 12px; border: 1px solid #b8cce6; border-radius: 9px; background: #fff; color: var(--blue); font-size: 9px; font-weight: 750; white-space: nowrap; }

/* Service-specific form library */
.form-library-intro { margin: -5px 0 18px; color: #66788e; font-size: 11px; line-height: 1.65; }
.service-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.service-form-grid > a { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); align-content: start; gap: 12px; padding: 16px; border: 1px solid #dde6f0; border-radius: 14px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.service-form-grid > a:hover { transform: translateY(-2px); border-color: #a9c4e8; box-shadow: 0 11px 27px rgba(15,47,89,.08); }
.service-form-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--blue-soft); color: var(--blue); }
.service-form-grid > a > div { min-width: 0; }
.service-form-grid > a > div > span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.service-form-grid strong { display: block; margin-top: 4px; font-size: 12px; line-height: 1.4; }
.service-form-library h2 small { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 6px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 10px; vertical-align: 2px; }
.service-form-grid p { margin: 5px 0 0; color: #78879a; font-size: 9px; line-height: 1.5; }
.service-form-action { grid-column: 2; display: inline-flex; align-items: center; gap: 5px; width: max-content; margin-top: 3px; color: var(--blue); font-size: 9px; font-weight: 750; }

/* Administration settings */
.settings-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.settings-summary article { min-width: 0; display: flex; align-items: flex-start; gap: 11px; padding: 16px; border: 1px solid #dbe4ee; border-radius: 14px; background: #fff; }
.settings-summary svg { flex: 0 0 auto; color: var(--blue); }.settings-summary strong, .settings-summary span { display: block; }.settings-summary strong { font-size: 11px; }.settings-summary span { margin-top: 4px; color: #7b899a; font-size: 8px; line-height: 1.5; overflow-wrap: anywhere; }
.settings-form { padding: 0; overflow: hidden; border: 1px solid #dce4ed; border-radius: 17px; background: #fff; }
.settings-form > section { padding: 24px; border-bottom: 1px solid #e3e9f0; }
.settings-section-title { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 20px; }.settings-section-title > svg { color: var(--blue); }.settings-section-title h2 { margin: 0; font-size: 16px; }.settings-section-title p { margin: 4px 0 0; color: #7b899a; font-size: 9px; }
.color-input { height: 46px !important; padding: 5px !important; cursor: pointer; }
.brand-setting-preview { width: min(210px, 100%); height: 92px; display: block; margin-top: 10px; padding: 10px; object-fit: contain; border: 1px solid #d9e2ec; border-radius: 12px; background: #f8fafc; }
.favicon-setting-preview { width: 64px; height: 64px; display: block; margin-top: 10px; padding: 5px; object-fit: contain; border: 1px solid #d9e2ec; border-radius: 12px; background: #f8fafc; }
.settings-save { display: flex; justify-content: flex-end; padding: 17px 24px; background: #f8fafc; }

/* Persistent contact actions */
.support-dock { position: fixed; z-index: 120; right: 18px; bottom: 20px; display: grid; gap: 8px; }
.support-dock a { min-width: 126px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 13px; color: #fff; font-size: 11px; font-weight: 800; box-shadow: 0 12px 30px rgba(7,26,51,.2); transition: transform .18s ease, box-shadow .18s ease; }
.support-dock a:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7,26,51,.26); }
.support-call { background: var(--navy); }
.support-whatsapp { background: #168a52; }

@media (max-width: 820px) {
  .service-form-grid { grid-template-columns: 1fr; }
  .settings-summary { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-disclaimer-band > div { grid-template-columns: auto 1fr; align-items: start; }.site-disclaimer-band a { grid-column: 1 / -1; text-align: center; }
  .service-form-grid > a { padding: 14px; }.service-form-icon { width: 37px; height: 37px; }.service-form-action { grid-column: 1 / -1; }
  .settings-form > section { padding: 20px 16px; }.settings-save { padding: 15px 16px; }.settings-save .admin-primary { width: 100%; justify-content: center; }
  .footer-column a, .footer-column span { min-height: 30px; display: flex; align-items: center; }
  .support-dock { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1.25fr; gap: 0; padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid #d6e1ed; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
  .support-dock a { min-width: 0; min-height: 46px; border-radius: 11px; box-shadow: none; }
  .support-call { margin-right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Scheduled promotions */
.promotion-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(3,15,31,.7); backdrop-filter: blur(8px); animation: promotion-fade .22s ease both; }
.promotion-dialog { position: relative; width: min(540px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.34); animation: promotion-rise .28s ease both; }
.promotion-dialog > img { display: block; width: 100%; max-height: 310px; object-fit: cover; background: #eaf2ff; }
.promotion-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(7,26,51,.76); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.promotion-copy { padding: 24px 26px 25px; }
.promotion-copy > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.promotion-copy h2 { margin: 8px 0 7px; font-size: 27px; line-height: 1.15; letter-spacing: -.04em; }
.promotion-copy p { margin: 0 0 18px; color: #63748a; font-size: 13px; line-height: 1.65; }
.promotion-copy a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 18px; border-radius: 11px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 750; }
.promotion-copy small { display: block; margin-top: 13px; color: #8995a5; font-size: 9px; }
@keyframes promotion-fade { from { opacity: 0; } }
@keyframes promotion-rise { from { opacity: 0; transform: translateY(16px) scale(.98); } }

/* Scam alerts */
.scam-list-page .page-hero { background: linear-gradient(135deg, #fff8f5, #fff 54%, #f2f7ff); }
.scam-directory { background: #f7f9fc; }
.scam-safety-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; margin-bottom: 30px; padding: 20px 22px; border: 1px solid #f2c8bd; border-radius: 18px; background: #fff6f3; color: #963c2a; }
.scam-safety-banner > svg { color: #c94c32; }
.scam-safety-banner strong, .scam-safety-banner span { display: block; }
.scam-safety-banner strong { font-size: 13px; }.scam-safety-banner span { margin-top: 4px; color: #7d5f5a; font-size: 11px; line-height: 1.5; }
.scam-safety-banner a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 13px; border-radius: 10px; background: #a33b27; color: #fff; font-size: 10px; font-weight: 750; white-space: nowrap; }
.scam-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.scam-list-summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 0 0 20px; }
.scam-list-summary > span { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #dce5f1; border-radius: 999px; background: #fff; color: #31445f; font-size: 10px; font-weight: 800; }
.scam-list-summary p { max-width: 620px; margin: 0; color: #6c7b8f; font-size: 11px; line-height: 1.55; text-align: right; }
.scam-card { overflow: hidden; border: 1px solid #dfe6ef; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(16,35,63,.05); transition: .2s ease; }
.scam-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.scam-card-image { height: 190px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #e9eff8, #f8fafc); color: #cc5943; }
.scam-card-image.placeholder { align-content: center; gap: 10px; }
.scam-card-image.placeholder span { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.72); color: inherit; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.scam-tone-0 .scam-card-image.placeholder { background: linear-gradient(135deg, #ffe4df, #fff5f2); color: #c23c26; }
.scam-tone-1 .scam-card-image.placeholder { background: linear-gradient(135deg, #e1ebff, #f3f7ff); color: #2865d8; }
.scam-tone-2 .scam-card-image.placeholder { background: linear-gradient(135deg, #e1f8f1, #f4fffb); color: #138463; }
.scam-tone-3 .scam-card-image.placeholder { background: linear-gradient(135deg, #f0e7ff, #faf6ff); color: #7b43c6; }
.scam-tone-4 .scam-card-image.placeholder { background: linear-gradient(135deg, #fff0d9, #fff9ee); color: #b66a13; }
.scam-tone-5 .scam-card-image.placeholder { background: linear-gradient(135deg, #e1f5fa, #f4fcfe); color: #16788c; }
.scam-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }.scam-card:hover .scam-card-image img { transform: scale(1.025); }
.scam-card-copy { padding: 20px; }.scam-card-meta { display: flex; align-items: center; gap: 8px; color: #6f7d90; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.scam-recency { margin-left: auto; padding: 4px 7px; border-radius: 999px; font-size: 8px; font-weight: 850; }
.scam-recency.latest { background: #132c4d; color: #fff; }
.scam-recency.popular { background: #e9f1ff; color: #235fbe; }
.severity { display: inline-flex; align-items: center; width: max-content; padding: 5px 8px; border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.severity.low { background: #e8f7ef; color: #17734d; }.severity.medium { background: #fff1cc; color: #8c6200; }.severity.high { background: #ffdfd7; color: #a83e29; }.severity.critical { background: #8d2530; color: #fff; }
.scam-card h2 { margin: 13px 0 8px; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }.scam-card h2 a:hover { color: var(--blue); }
.scam-card p { min-height: 58px; margin: 0; color: #69798e; font-size: 11px; line-height: 1.65; }
.scam-card-copy > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #edf1f5; }
.scam-card-copy > div:last-child span, .scam-card-copy > div:last-child a { display: inline-flex; align-items: center; gap: 5px; font-size: 9px; font-weight: 700; }.scam-card-copy > div:last-child span { color: #7e8b9d; }.scam-card-copy > div:last-child a { color: var(--blue); }
.scam-empty { display: grid; justify-items: center; padding: 70px 24px; border: 1px dashed #cbd8e7; border-radius: 22px; background: #fff; text-align: center; }.scam-empty > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #fff0ec; color: #bd4b35; }.scam-empty h2 { margin: 16px 0 7px; }.scam-empty p { margin: 0; color: #748397; font-size: 12px; }
.scam-detail-hero { padding: 28px 0 64px; border-bottom: 1px solid #f0dbd5; background: linear-gradient(135deg, #fff8f5, #fff 64%); }
.scam-detail-title { max-width: 860px; margin-top: 38px; }.scam-detail-title h1 { margin: 15px 0 14px; font-size: clamp(38px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.055em; }.scam-detail-title > p { max-width: 760px; margin: 0; color: #627288; font-size: 16px; line-height: 1.7; }
.scam-publish-date { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: #7a8798; font-size: 11px; font-weight: 650; }
.scam-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 38px; }
.scam-article { overflow: hidden; border: 1px solid #dfe6ef; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }.scam-cover { display: block; width: 100%; max-height: 450px; object-fit: cover; }
.rich-scam-content { padding: 34px; color: #34465d; font-size: 14px; line-height: 1.8; }.rich-scam-content > :first-child { margin-top: 0; }.rich-scam-content > :last-child { margin-bottom: 0; }.rich-scam-content h2 { margin: 32px 0 10px; color: var(--ink); font-size: 25px; line-height: 1.25; letter-spacing: -.035em; }.rich-scam-content h3 { margin: 26px 0 8px; color: var(--ink); font-size: 19px; }.rich-scam-content p { margin: 0 0 17px; }.rich-scam-content ul, .rich-scam-content ol { padding-left: 22px; }.rich-scam-content li { margin: 7px 0; }.rich-scam-content blockquote { margin: 24px 0; padding: 16px 18px; border-left: 4px solid #e55d45; border-radius: 0 12px 12px 0; background: #fff4f1; }.rich-scam-content a { color: var(--blue); font-weight: 700; text-decoration: underline; }.rich-scam-content img { display: block; max-width: 100%; height: auto; margin: 24px auto; border-radius: 14px; }
.scam-report-card { position: sticky; top: 28px; padding: 24px; border: 1px solid #f0c7bd; border-radius: 20px; background: #fff8f6; }.scam-report-card > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: #ffe4dd; color: #b43e27; }.scam-report-card h2 { margin: 16px 0 8px; font-size: 20px; }.scam-report-card p { margin: 0 0 16px; color: #705f61; font-size: 11px; line-height: 1.65; }.scam-report-card a { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 8px; padding: 11px 12px; border: 1px solid #e6bcb2; border-radius: 10px; background: #fff; color: #a43825; font-size: 10px; font-weight: 750; }.scam-report-card small { display: block; margin-top: 16px; color: #8a7779; font-size: 9px; line-height: 1.5; }

/* Marketing editors */
.editor-panel-wide { width: min(900px, 96vw); }
.admin-empty-state { display: grid; justify-items: center; gap: 7px; padding: 48px 20px; color: #718096; text-align: center; }.admin-empty-state svg { color: var(--blue); }.admin-empty-state strong { color: var(--ink); font-size: 13px; }.admin-empty-state span { font-size: 10px; }
.admin-image-preview { display: block; width: 100%; max-height: 220px; margin-top: 10px; object-fit: cover; border: 1px solid #d9e2ec; border-radius: 12px; }
.schedule-help { display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px; border: 1px solid #cfe0f7; border-radius: 11px; background: #f3f8ff; color: var(--blue); }.schedule-help svg { flex: 0 0 auto; }.schedule-help p { margin: 0; color: #5c6e86; font-size: 9px; line-height: 1.55; }.schedule-help strong { display: block; margin-bottom: 2px; color: var(--ink); }
.rich-editor { overflow: hidden; border: 1px solid #d6e0eb; border-radius: 11px; background: #fff; }.rich-editor:focus-within { border-color: #8aafe1; box-shadow: 0 0 0 2px rgba(26,99,233,.14); }
.rich-editor-toolbar { display: flex; flex-wrap: wrap; gap: 4px; padding: 8px; border-bottom: 1px solid #dfe6ef; background: #f7f9fc; }.rich-editor-toolbar button { width: 32px; height: 30px; display: grid; place-items: center; border: 1px solid #d6e0eb; border-radius: 7px; background: #fff; color: #52647a; cursor: pointer; }.rich-editor-toolbar button:hover { border-color: #9bb8dc; color: var(--blue); }
.rich-editor-surface { min-height: 300px; padding: 18px; outline: 0; color: #33475e; font-size: 11px; line-height: 1.7; }.rich-editor-surface h2 { color: var(--ink); font-size: 20px; }.rich-editor-surface img { display: block; max-width: 100%; height: auto; margin: 16px auto; border-radius: 10px; }.rich-editor > small { display: block; padding: 9px 12px; border-top: 1px solid #e6ebf2; color: #8591a0; font-size: 8px; }

@media (max-width: 980px) {
  .scam-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scam-detail-layout { grid-template-columns: 1fr; }.scam-report-card { position: static; }
}

@media (max-width: 680px) {
  .promotion-backdrop { padding: 12px; }.promotion-dialog { border-radius: 18px; }.promotion-dialog > img { max-height: 230px; }.promotion-copy { padding: 20px; }.promotion-copy h2 { font-size: 23px; }
  .scam-safety-banner { grid-template-columns: auto 1fr; align-items: start; }.scam-safety-banner a { grid-column: 1 / -1; justify-content: center; }
  .scam-grid { grid-template-columns: 1fr; }.scam-card-image { height: 210px; }.scam-card p { min-height: 0; }
  .scam-list-summary { display: block; }.scam-list-summary p { margin-top: 10px; text-align: left; }
  .scam-detail-title { margin-top: 28px; }.rich-scam-content { padding: 22px; }.scam-detail-hero { padding-bottom: 46px; }
}

/* Modern category system, page motion and service thumbnails */
.tone-blue { --tone: #2563eb; --tone-dark: #1648b8; --tone-soft: #eaf1ff; --tone-wash: #f5f8ff; }
.tone-green { --tone: #0f9f72; --tone-dark: #087557; --tone-soft: #e5f8f1; --tone-wash: #f3fbf8; }
.tone-purple { --tone: #7c4fe0; --tone-dark: #5b32b9; --tone-soft: #f0eaff; --tone-wash: #faf7ff; }
.tone-orange { --tone: #ea7a21; --tone-dark: #b95410; --tone-soft: #fff0e3; --tone-wash: #fff9f4; }
.tone-cyan { --tone: #0797ac; --tone-dark: #087184; --tone-soft: #e3f7fa; --tone-wash: #f3fbfc; }
.tone-rose { --tone: #dd4f70; --tone-dark: #ae3150; --tone-soft: #ffebf0; --tone-wash: #fff7f9; }

.site-shell main { animation: page-enter .42s cubic-bezier(.2,.8,.2,1) both; }
.service-grid .service-card, .category-grid .category-card { animation: card-reveal .48s cubic-bezier(.2,.8,.2,1) both; }
.service-grid > :nth-child(2), .category-grid > :nth-child(2) { animation-delay: 45ms; }
.service-grid > :nth-child(3), .category-grid > :nth-child(3) { animation-delay: 90ms; }
.service-grid > :nth-child(4), .category-grid > :nth-child(4) { animation-delay: 135ms; }
.service-grid > :nth-child(n+5), .category-grid > :nth-child(n+5) { animation-delay: 180ms; }
@keyframes page-enter { from { opacity: 0; transform: translateY(8px); } }
@keyframes card-reveal { from { opacity: 0; transform: translateY(13px) scale(.985); } }

.category-card:has(.category-icon-blue) { background: linear-gradient(145deg, #fff, #f2f6ff); }
.category-card:has(.category-icon-green) { background: linear-gradient(145deg, #fff, #f1fbf7); }
.category-card:has(.category-icon-purple) { background: linear-gradient(145deg, #fff, #f8f4ff); }
.category-card:has(.category-icon-orange) { background: linear-gradient(145deg, #fff, #fff7f0); }
.category-card:has(.category-icon-cyan) { background: linear-gradient(145deg, #fff, #f0fbfc); }
.category-card:has(.category-icon-rose) { background: linear-gradient(145deg, #fff, #fff4f7); }

.service-card { min-height: 365px; padding: 0; overflow: hidden; border-color: color-mix(in srgb, var(--tone) 19%, #dbe3ec); background: linear-gradient(165deg, #fff 50%, var(--tone-wash)); box-shadow: 0 12px 32px rgba(12,38,75,.055); }
.service-card:hover { border-color: color-mix(in srgb, var(--tone) 46%, #cbd7e7); box-shadow: 0 20px 46px color-mix(in srgb, var(--tone) 13%, transparent); }
.service-card-visual { position: relative; height: 156px; overflow: hidden; background: linear-gradient(135deg, var(--tone-soft), var(--tone-wash)); }
.service-card-visual::after { content: ""; position: absolute; width: 150px; height: 150px; right: -48px; top: -78px; border-radius: 50%; border: 28px solid color-mix(in srgb, var(--tone) 10%, transparent); }
.service-card-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-visual > img { transform: scale(1.045); }
.service-card-art { width: 100%; height: 100%; display: grid; place-items: center; color: color-mix(in srgb, var(--tone) 48%, white); }
.service-card-art svg { width: 68px; height: 68px; stroke-width: 1.25; transform: rotate(-7deg); }
.service-card-icon { position: absolute; z-index: 2; left: 20px; bottom: -21px; width: 46px; height: 46px; border: 4px solid #fff; background: var(--tone); color: #fff; box-shadow: 0 9px 22px color-mix(in srgb, var(--tone) 25%, transparent); }
.service-card .status-badge { position: absolute; z-index: 2; right: 12px; top: 12px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.9); color: var(--tone-dark); backdrop-filter: blur(8px); }
.service-card-body { flex: 1; display: flex; flex-direction: column; padding: 30px 20px 20px; }
.service-card .service-category { color: var(--tone-dark); }
.service-card h3 { margin: 7px 0 0; font-size: 19px; }
.service-card .service-summary { margin-top: 11px; }
.service-card .service-meta span { background: color-mix(in srgb, var(--tone-soft) 70%, white); color: color-mix(in srgb, var(--tone-dark) 72%, #53657b); }
.service-card .service-card-link { color: var(--tone-dark); }
.service-card .service-card-link svg { transition: transform .2s ease; }
.service-card:hover .service-card-link svg { transform: translateX(3px); }

.detail-hero[class*="tone-"] { background: linear-gradient(135deg, var(--tone-wash), #edf5ff 70%, #fff); }
.detail-hero[class*="tone-"] .verified-pill { background: var(--tone-soft); color: var(--tone-dark); }
.detail-hero[class*="tone-"] .detail-category { border-color: color-mix(in srgb, var(--tone) 28%, white); color: var(--tone-dark); }
.detail-side-stack { display: grid; gap: 12px; }
.detail-thumbnail { height: 184px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--tone) 25%, #dce4ee); border-radius: 19px; background: var(--tone-soft); box-shadow: var(--shadow-sm); }
.detail-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* AJAX download library */
.download-search-panel { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.download-search-box { width: min(720px, 100%); height: 56px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border: 1px solid #ccdae9; border-radius: 16px; background: #fff; box-shadow: 0 13px 34px rgba(13,42,80,.08); }
.download-search-box > svg { color: var(--blue); }
.download-search-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.download-search-box button { width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 9px; background: #f0f4f9; color: #65768a; cursor: pointer; }
.ajax-status { flex: 0 0 auto; color: #66778d; font-size: 10px; font-weight: 750; }
.ajax-status.loading { color: var(--blue); }
.download-category-chips { display: flex; gap: 8px; margin-bottom: 30px; padding: 4px 0 8px; overflow-x: auto; scrollbar-width: thin; }
.download-category-chips button { min-height: 38px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid #d7e1ec; border-radius: 999px; background: #fff; color: #5c6e84; font-size: 10px; font-weight: 700; cursor: pointer; }
.download-category-chips button span { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 999px; background: #eef3f8; font-size: 8px; }
.download-category-chips button.active { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 9px 22px rgba(26,99,233,.18); }
.download-category-chips button.active span { background: rgba(255,255,255,.2); }
.resource-groups { display: grid; gap: 42px; transition: opacity .18s ease; }
.resource-groups.is-loading { opacity: .48; }
.resource-group > header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.resource-group > header > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: var(--tone-soft); color: var(--tone); }
.resource-group > header > div { min-width: 0; flex: 1; }
.resource-group > header p { margin: 0; color: #8995a4; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resource-group > header h2 { margin: 3px 0 0; font-size: 24px; letter-spacing: -.035em; }
.resource-group > header > strong { padding: 7px 10px; border-radius: 999px; background: var(--tone-soft); color: var(--tone-dark); font-size: 9px; }
.resource-card { min-height: 300px; border-top: 3px solid var(--tone); background: linear-gradient(165deg, #fff 55%, var(--tone-wash)); box-shadow: 0 12px 32px rgba(16,35,63,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.resource-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px color-mix(in srgb, var(--tone) 12%, transparent); }
.resource-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.resource-card-top > span { padding: 6px 8px; border-radius: 7px; background: var(--tone-soft); color: var(--tone-dark); font-size: 8px; font-weight: 850; letter-spacing: .06em; }
.resource-card .resource-icon { background: var(--tone-soft); color: var(--tone); }
.resource-card h3 { margin: 17px 0 8px; font-size: 17px; line-height: 1.35; letter-spacing: -.025em; }
.resource-card > a { background: var(--tone-soft); color: var(--tone-dark); }
.resource-card > a:hover { background: var(--tone); color: #fff; }
.downloads-empty { display: grid; justify-items: center; padding: 62px 22px; border: 1px dashed #c4d4e6; border-radius: 22px; background: #fff; text-align: center; }
.downloads-empty > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--blue-soft); color: var(--blue); }
.downloads-empty h2 { margin: 16px 0 7px; }.downloads-empty p { margin: 0 0 19px; color: #718096; font-size: 12px; }
.download-search-error { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid #efc4c9; border-radius: 13px; background: #fff2f4; color: #a4384c; font-size: 11px; }
.download-search-error button { border: 0; background: transparent; color: inherit; font-weight: 800; cursor: pointer; }

/* Frontend service requests */
.empty-state > div { display: flex; justify-content: center; gap: 8px; }
.service-request-cta { margin-top: 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 22px; border: 1px solid #cadbef; border-radius: 20px; background: linear-gradient(135deg, #eef5ff, #fff 65%); box-shadow: 0 12px 34px rgba(15,47,89,.055); }
.request-cta-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--navy); color: #fff; }
.service-request-cta > div > span, .request-form-heading span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.service-request-cta h2 { margin: 4px 0; font-size: 17px; letter-spacing: -.025em; }
.service-request-cta p { margin: 0; color: #6d7e93; font-size: 10px; line-height: 1.6; }
.service-request-cta.open { display: block; padding: 0; overflow: hidden; background: #fff; }
.service-request-cta form { padding: 24px; }
.request-form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.request-form-heading h2 { font-size: 22px; }
.request-form-heading > button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #d8e1eb; border-radius: 10px; background: #fff; color: #617287; cursor: pointer; }
.request-form-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.request-form-grid label > span { display: block; margin-bottom: 7px; color: #52647a; font-size: 10px; font-weight: 750; }
.request-form-grid label small { color: #8b97a7; font-size: 8px; font-weight: 600; }
.request-form-grid input, .request-form-grid textarea { width: 100%; border: 1px solid #d6e0eb; border-radius: 11px; background: #fff; color: var(--ink); font-size: 11px; }
.request-form-grid input { height: 43px; padding: 0 11px; }.request-form-grid textarea { padding: 11px; resize: vertical; line-height: 1.55; }
.request-form-grid input:focus, .request-form-grid textarea:focus { outline: 3px solid rgba(26,99,233,.12); border-color: #8baee0; }
.request-form-grid .wide { grid-column: 1 / -1; }
.request-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.request-error { margin-top: 12px !important; padding: 10px 12px; border-radius: 9px; background: #fff0f2; color: #a9394c !important; }
.request-form-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.request-success { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 25px; }
.request-success > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #e5f8f0; color: #11805a; }

/* Service editor media and visitor requests */
.editor-panel:has(.service-assets-manager) { width: min(980px, 96vw); }
.service-assets-manager { padding: 25px; border-top: 1px solid #dfe6ee; background: #f7f9fc; }
.service-assets-title > span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.service-assets-title h3 { margin: 4px 0; font-size: 18px; }.service-assets-title p { margin: 0; color: #78879a; font-size: 9px; }
.service-assets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.service-thumbnail-manager, .service-document-manager { padding: 18px; border: 1px solid #dce4ed; border-radius: 15px; background: #fff; }
.asset-panel-heading { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }.asset-panel-heading > svg { color: var(--blue); }.asset-panel-heading strong, .asset-panel-heading span { display: block; }.asset-panel-heading strong { font-size: 11px; }.asset-panel-heading span { margin-top: 3px; color: #8290a1; font-size: 8px; }
.service-assets-manager label { display: block; margin-top: 11px; }.service-assets-manager label > span { display: block; margin-bottom: 6px; color: #5a6b80; font-size: 8px; font-weight: 750; }.service-assets-manager input:not([type="file"]), .service-assets-manager textarea { width: 100%; border: 1px solid #d6e0eb; border-radius: 9px; color: var(--ink); font-size: 9px; }.service-assets-manager input:not([type="file"]) { height: 38px; padding: 0 10px; }.service-assets-manager textarea { padding: 10px; resize: vertical; }
.service-thumbnail-preview { height: 142px; display: grid; place-items: center; gap: 7px; overflow: hidden; border: 1px dashed #bccde1; border-radius: 12px; background: #f4f7fb; color: #8290a2; font-size: 8px; }.service-thumbnail-preview.has-image { display: block; border-style: solid; }.service-thumbnail-preview img { width: 100%; height: 100%; object-fit: cover; }
.asset-actions { display: flex; justify-content: flex-end; gap: 7px; margin-top: 13px; }.asset-remove { display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 0 11px; border: 1px solid #ebcbd0; border-radius: 9px; background: #fff; color: #ad3e50; font-size: 8px; font-weight: 750; cursor: pointer; }.asset-upload-wide { width: 100%; justify-content: center; margin-top: 13px; }
.linked-service-documents { margin-top: 14px; padding: 17px; border: 1px solid #dce4ed; border-radius: 15px; background: #fff; }.linked-service-documents > div:first-child { display: flex; justify-content: space-between; gap: 12px; }.linked-service-documents > div:first-child strong, .linked-service-documents > div:first-child span { font-size: 9px; }.linked-service-documents > div:first-child span { color: #7c899a; }.linked-service-documents > div:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }.linked-service-documents article { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid #e1e7ef; border-radius: 10px; }.linked-service-documents article > svg { color: var(--blue); }.linked-service-documents article > div { min-width: 0; flex: 1; }.linked-service-documents article strong, .linked-service-documents article span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.linked-service-documents article strong { font-size: 8px; }.linked-service-documents article span { margin-top: 3px; color: #8591a1; font-size: 7px; }.linked-service-documents article button { border: 0; background: transparent; color: #b54153; cursor: pointer; }.linked-service-documents > p { margin: 12px 0 0; color: #8290a1; font-size: 9px; }
.service-assets-locked { display: flex; align-items: flex-start; gap: 11px; padding: 17px 24px; border-top: 1px solid #dfe6ee; background: #f1f6fc; color: var(--blue); }.service-assets-locked strong, .service-assets-locked span { display: block; }.service-assets-locked strong { font-size: 10px; }.service-assets-locked span { margin-top: 3px; color: #708095; font-size: 8px; }
.request-admin-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 16px; }.request-admin-summary article { padding: 15px; border: 1px solid #dce4ed; border-radius: 13px; background: #fff; }.request-admin-summary span, .request-admin-summary strong { display: block; }.request-admin-summary span { color: #7d8999; font-size: 8px; }.request-admin-summary strong { margin-top: 5px; font-size: 23px; }.request-filter { display: flex; align-items: center; gap: 8px; }.request-filter select { height: 36px; border: 1px solid #d6e0eb; border-radius: 9px; background: #fff; color: var(--ink); font-size: 9px; }.request-status { height: 32px; padding: 0 8px; border: 1px solid #d8e1eb; border-radius: 8px; background: #fff; font-size: 8px; font-weight: 750; text-transform: capitalize; }.request-status.new { color: #b56400; background: #fff6dc; }.request-status.reviewing { color: #1c5ea9; background: #edf5ff; }.request-status.planned { color: #6b42b4; background: #f4efff; }.request-status.added { color: #14724f; background: #e9f8f1; }.request-status.closed { color: #657181; background: #f0f3f6; }
.admin-stat-grid { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }

@media (max-width: 980px) {
  .service-assets-grid { grid-template-columns: 1fr; }
  .linked-service-documents > div:nth-child(2) { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-shell main { animation-duration: .3s; }
  .service-card { min-height: 350px; }
  .service-card-visual {
    height: clamp(132px, 36vw, 156px);
    aspect-ratio: auto;
  }
  .detail-thumbnail,
  .scam-card-image,
  .service-thumbnail-preview {
    height: clamp(160px, 46vw, 200px);
    aspect-ratio: auto;
  }
  .detail-thumbnail img,
  .scam-card-image img,
  .service-thumbnail-preview img {
    object-fit: contain;
  }
  .service-card-visual > img { object-fit: cover; }
  .detail-thumbnail img { background: var(--tone-soft); }
  .scam-card-image img,
  .service-thumbnail-preview img { background: #eef3f8; }
  .service-card:hover .service-card-visual > img,
  .scam-card:hover .scam-card-image img { transform: none; }
  .scam-cover {
    height: clamp(170px, 50vw, 230px);
    max-height: 230px;
    object-fit: contain;
  }
  .admin-image-preview {
    height: clamp(150px, 45vw, 190px);
    max-height: 190px;
    object-fit: contain;
  }
  .promotion-dialog > img {
    height: clamp(145px, 45vw, 210px);
    max-height: 210px;
    object-fit: contain;
  }
  .rich-scam-content img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }
  .download-search-panel { align-items: stretch; flex-direction: column; }.download-search-box { width: 100%; }.ajax-status { padding-left: 4px; }
  .resource-group > header { align-items: flex-start; }.resource-group > header > strong { margin-left: auto; }.resource-group > header h2 { font-size: 20px; }
  .service-request-cta { grid-template-columns: 1fr; align-items: start; }.service-request-cta > .button { width: 100%; }.request-form-grid { grid-template-columns: 1fr; }.request-form-grid .wide { grid-column: auto; }.request-form-actions { flex-direction: column-reverse; }.request-form-actions .button { width: 100%; }.request-success { grid-template-columns: 1fr; text-align: center; justify-items: center; }.request-success .button { width: 100%; }
  .empty-state > div { flex-direction: column; }.empty-state > div .button { width: 100%; }
  .service-assets-manager { padding: 20px 16px; }.request-admin-summary { grid-template-columns: 1fr 1fr; }
}

/* CodeIgniter/Hostinger edition additions */
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -80px; padding: 11px 15px; border-radius: 9px; background: #fff; color: var(--ink); box-shadow: var(--shadow-md); font-size: 13px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.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; }
[hidden] { display: none !important; }
.brand-logo { width: 44px; height: 44px; flex: 0 0 auto; object-fit: contain; border-radius: 12px; }
.category-mark { display: inline-grid; place-items: center; font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: -.02em; }
.service-card-icon .category-mark { color: #fff; }
.process-icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-soft); color: var(--blue); font-size: 19px; }
.google-language-widget { min-width: 118px; max-width: 150px; min-height: 40px; display: flex; align-items: center; padding: 0 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.google-language-widget .goog-te-gadget { color: transparent !important; font-size: 0 !important; }
.google-language-widget select.goog-te-combo { max-width: 126px; margin: 0 !important; border: 0; outline: 0; background: #fff; color: var(--ink); font-size: 11px; font-weight: 700; }
.goog-logo-link, .goog-te-gadget > span, .goog-te-banner-frame.skiptranslate { display: none !important; }
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }

.flash-message { position: relative; z-index: 35; border-bottom: 1px solid transparent; font-size: 12px; font-weight: 650; }
.flash-message .page-container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.flash-message button { border: 0; background: transparent; color: inherit; font-size: 20px; cursor: pointer; }
.flash-success { border-color: #b8e4d0; background: #edf9f3; color: #126b4a; }
.flash-warning { border-color: #efdc9e; background: #fff9e9; color: #825e00; }
.flash-error { border-color: #edc0c7; background: #fff2f4; color: #9e3445; }

.page-disclaimer { border-top: 1px solid #dce6f1; background: #f4f7fb; }
.page-disclaimer .page-container { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding-block: 14px; }
.page-disclaimer .page-container > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e6effc; color: var(--blue); font-weight: 900; }
.page-disclaimer p { margin: 0; color: #64758a; font-size: 10px; line-height: 1.6; }
.page-disclaimer p strong { color: var(--ink); }
.page-disclaimer a { color: var(--blue); font-size: 10px; font-weight: 800; white-space: nowrap; }
.support-dock { position: fixed; z-index: 38; right: max(16px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 9px; }
.support-dock a { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 11px 28px rgba(8,30,59,.2); font-size: 12px; font-weight: 900; }
.support-call { background: var(--blue); font-size: 19px !important; }.support-whatsapp { background: #16a864; }

.directory-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.directory-toolbar > strong, .download-search-panel > strong { flex: 0 0 auto; color: #718095; font-size: 12px; }
.directory-search { width: min(720px, 100%); min-height: 56px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid #ccd9e8; border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(14,44,84,.08); }
.directory-search > span { color: var(--blue); font-size: 20px; }.directory-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }.directory-search button { width: 32px; height: 32px; border: 0; border-radius: 9px; background: #f0f4f8; color: #65768a; cursor: pointer; }
.filter-row { display: flex; gap: 8px; margin-bottom: 30px; padding: 2px 0 10px; overflow-x: auto; scrollbar-width: thin; }
.filter-row button { min-height: 40px; flex: 0 0 auto; padding: 0 15px; border: 1px solid #d4deea; border-radius: 999px; background: #fff; color: #5d6e83; font-size: 11px; font-weight: 750; cursor: pointer; }
.filter-row button:hover { border-color: #abc1df; color: var(--blue); }.filter-row button.active { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 9px 24px rgba(26,99,233,.2); }
.directory-empty { justify-items: center; padding: 66px 22px; border: 1px dashed #c4d3e5; border-radius: 22px; background: #fff; text-align: center; }
.directory-empty:not([hidden]) { display: grid; }.directory-empty > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--blue-soft); color: var(--blue); font-size: 26px; }.directory-empty h2 { margin: 17px 0 7px; }.directory-empty p { margin: 0 0 20px; color: #718095; font-size: 12px; }
.request-cta-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--navy); color: #fff; font-size: 22px; }

.promotion-backdrop, .request-modal-backdrop { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(4,19,38,.72); backdrop-filter: blur(8px); }
.promotion-card { position: relative; width: min(620px, 100%); max-height: calc(100vh - 44px); overflow: auto; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.3); }
.promotion-card > img { display: block; width: 100%; max-height: 340px; object-fit: cover; background: #eef3f8; }
.promotion-copy { padding: 25px; }.promotion-copy > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.promotion-copy h2 { margin: 7px 0 9px; font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }.promotion-copy p { margin: 0 0 20px; color: #66778c; font-size: 12px; line-height: 1.7; }
.promotion-close, .request-modal-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 38px; height: 38px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: rgba(255,255,255,.92); color: #263c57; font-size: 22px; cursor: pointer; box-shadow: 0 7px 18px rgba(0,0,0,.12); }
.request-modal { position: relative; width: min(560px, 100%); max-height: calc(100vh - 44px); overflow: auto; padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.request-form-heading h2 { margin: 6px 0 8px; font-size: 26px; letter-spacing: -.035em; }.request-form-heading p { margin: 0 0 20px; color: #6c7c90; font-size: 11px; line-height: 1.65; }
.request-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.request-modal form label:first-of-type, .request-modal form label:last-of-type, .request-form-status, .request-modal form > button { grid-column: 1 / -1; }.request-modal label > span { display: block; margin-bottom: 6px; color: #52647a; font-size: 10px; font-weight: 750; }.request-modal input, .request-modal textarea { width: 100%; border: 1px solid #d3deea; border-radius: 10px; color: var(--ink); background: #fff; }.request-modal input { height: 44px; padding: 0 12px; }.request-modal textarea { padding: 11px 12px; resize: vertical; }.request-form-status { min-height: 20px; color: #65768b; font-size: 10px; }.request-form-status.success { color: #13734f; }.request-form-status.error { color: #a9394a; }

.download-category-group { margin-top: 28px; }.download-group-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }.download-group-heading span { color: var(--blue); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.download-group-heading h2 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.035em; }.download-group-heading > strong { color: #7c8999; font-size: 10px; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.download-card { min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 17px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; transition: .2s ease; }.download-card:hover { transform: translateY(-2px); border-color: #b3c9e5; box-shadow: var(--shadow-sm); }.download-file-mark { width: 46px; height: 50px; display: grid; place-items: center; border-radius: 12px; background: #eaf2ff; color: var(--blue); font-size: 9px; font-weight: 900; }.download-card > div { min-width: 0; }.download-card > div > span { color: var(--blue); font-size: 8px; font-weight: 750; }.download-card h3 { margin: 4px 0; font-size: 13px; line-height: 1.35; }.download-card p { margin: 0; overflow: hidden; color: #748397; font-size: 9px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.download-card small { display: block; margin-top: 6px; color: #8c98a7; font-size: 8px; }.download-card > a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: #fff; font-size: 18px; }

.quick-link-search { margin-bottom: 38px; }.quick-group + .quick-group { margin-top: 54px; }.quick-group .section-heading-row { margin-bottom: 18px; }.quick-group .section-heading-row > span { color: #7c899a; font-size: 10px; font-weight: 750; }.quick-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.quick-link-card { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 13px; min-height: 138px; padding: 18px; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; transition: .2s ease; }.quick-link-card:hover { transform: translateY(-3px); border-color: #afc6e3; box-shadow: var(--shadow-sm); }.quick-link-card > div { min-width: 0; }.quick-link-card small { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: #eaf2ff; color: var(--blue); font-size: 7px; font-weight: 850; text-transform: uppercase; }.quick-link-card h3 { margin: 6px 0; font-size: 14px; }.quick-link-card p { margin: 0; color: #718095; font-size: 9px; line-height: 1.55; }.quick-link-card > span:last-child { color: var(--blue); }

.legal-content { width: min(850px, calc(100% - 40px)); }.legal-card { padding: clamp(24px, 5vw, 48px); border: 1px solid #dce5ef; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }.legal-card section + section { margin-top: 30px; padding-top: 25px; border-top: 1px solid #e8edf3; }.legal-card h2 { margin: 0 0 9px; font-size: 20px; }.legal-card p { margin: 0; color: #64758a; font-size: 13px; line-height: 1.8; }.legal-card > p:last-child { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e8edf3; }
.detail-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.content-card-heading > b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-size: 18px; }
.detail-facts b { width: 21px; color: var(--blue); font-size: 14px; text-align: center; }

@media (max-width: 980px) {
  .google-language-widget { min-width: 105px; max-width: 118px; }
  .quick-link-grid { grid-template-columns: 1fr 1fr; }
  .download-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .page-container { width: min(100% - 28px, 1180px); }
  .top-strip-inner { min-height: 38px; }.top-strip-inner > span { max-width: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand { min-width: 0; }.brand-copy strong { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.brand-copy span { display: none; }
  .google-language-widget { min-width: 88px; max-width: 92px; padding: 0 5px; }.google-language-widget select.goog-te-combo { max-width: 78px; }
  .header-search { display: none; }
  .page-disclaimer .page-container { grid-template-columns: auto 1fr; }.page-disclaimer a { grid-column: 2; }
  .directory-toolbar, .download-search-panel { align-items: stretch; flex-direction: column; }.directory-toolbar > strong, .download-search-panel > strong { padding-left: 4px; }
  .filter-row { margin-inline: -14px; padding-inline: 14px; }
  .service-card { min-height: 0; }
  .service-card-visual { width: 100%; height: clamp(150px, 50vw, 215px); aspect-ratio: auto; }
  .service-card-visual > img { width: 100%; height: 100%; object-fit: cover; }
  .detail-thumbnail { width: 100%; height: clamp(180px, 54vw, 240px); }.detail-thumbnail img { object-fit: cover; }
  .request-modal { padding: 25px 18px; }.request-modal form { grid-template-columns: 1fr; }.request-modal form label, .request-modal form label:first-of-type, .request-modal form label:last-of-type, .request-form-status, .request-modal form > button { grid-column: auto; }
  .promotion-card > img { height: clamp(160px, 51vw, 225px); object-fit: cover; }
  .quick-link-grid { grid-template-columns: 1fr; }.quick-link-card { min-height: 120px; }
  .download-card { grid-template-columns: auto 1fr; }.download-card > a { grid-column: 2; width: 100%; }
  .download-category-chips { margin-inline: -14px; padding-inline: 14px; }
  .support-dock a { width: 44px; height: 44px; }
}
