/*
Theme Name: HorusSignals
Theme URI: https://horussignals.com
Author: HorusSignals
Description: Bilingual WordPress theme for HorusSignals trading analysis, supported-broker tools, and shop products.
Version: 2.2.8.1
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: horussignals
*/

:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --panel-2: #f3f5f7;
  --text: #182329;
  --muted: #59666d;
  --gold: #c39004;
  --teal: #c39004;
  --rose: #ff4f7a;
  --line: rgba(244, 246, 255, 0.12);
  --shadow: 0 24px 70px rgba(195, 144, 4, 0.16);
  --logo-height: 54px;
  --logo-max-width: 216px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main,
section,
article,
aside,
form,
iframe,
table,
.section-inner,
.nav-shell,
.footer-inner,
.grid > *,
.post-grid > * {
  min-width: 0;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

pre,
code {
  overflow-wrap: anywhere;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  backdrop-filter: blur(18px);
}

.site-header-static {
  position: relative;
}

.nav-shell,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 28, 255, 0.54);
  border-radius: 50%;
  color: var(--gold);
  background: radial-gradient(circle, rgba(6, 28, 255, 0.34), rgba(63, 99, 255, 0.08) 58%, transparent);
}

.brand-logo,
.brand-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.brand-logo {
  width: var(--logo-max-width) !important;
  max-width: min(var(--logo-max-width), 42vw) !important;
  height: var(--logo-height) !important;
  max-height: var(--logo-height) !important;
  overflow: hidden;
  flex: 0 1 auto;
}

.brand-logo .custom-logo-link {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.brand-logo img,
.brand-logo .custom-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.brand-name {
  font-size: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sitewide-banner-ads {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: #f5f7f3;
}

.sitewide-banner-footer-top {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.sitewide-banner-inner {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 14px;
}

.hs-banner-columns-1 {
  grid-template-columns: minmax(0, 1fr);
}

.hs-banner-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-banner-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-banner-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sitewide-banner-item,
.sitewide-banner-item a {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}

.sitewide-banner-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.sitewide-banner-item a {
  transition: opacity 160ms ease, transform 160ms ease;
}

.sitewide-banner-item a:hover,
.sitewide-banner-item a:focus-visible {
  opacity: 0.9;
  transform: translateY(-1px);
}

.sitewide-banner-item img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: contain;
  background: #f3f5f7;
}

.social-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.social-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 118px;
  min-height: 38px;
  padding: 10px 16px 10px 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.social-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.social-icon,
.social-icon svg,
.social-logo {
  display: block;
  width: 16px;
  height: 16px;
}

.social-icon svg,
.social-logo {
  fill: currentColor;
}

.social-logo {
  object-fit: contain;
}

.social-label {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.social-mark {
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0;
}

.social-button-facebook {
  background: #1877f2;
  border-color: rgba(24, 119, 242, 0.7);
}

.social-button-youtube {
  background: #ff0033;
  border-color: rgba(255, 0, 51, 0.7);
}

.social-button-tiktok {
  background: #010101;
  border-color: rgba(37, 244, 238, 0.5);
}

.social-button-instagram {
  background: #e4405f;
  border-color: rgba(228, 64, 95, 0.7);
}

.social-button-pinterest {
  background: #e60023;
  border-color: rgba(230, 0, 35, 0.7);
}

.social-button-x {
  background: #111;
}

.social-button-telegram {
  background: #229ed9;
  border-color: rgba(34, 158, 217, 0.7);
}

.social-button-discord {
  background: #5865f2;
  border-color: rgba(88, 101, 242, 0.7);
}

.social-button-zalo {
  background: #0068ff;
  border-color: rgba(0, 104, 255, 0.7);
}

.social-button-linkedin {
  background: #0a66c2;
  border-color: rgba(10, 102, 194, 0.7);
}

.social-button-github {
  background: #24292f;
}

.social-button:hover {
  border-color: rgba(255, 255, 255, 0.58);
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.social-buttons-footer {
  max-width: none;
}

.lang-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  min-width: 96px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.lang-switch button {
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.lang-switch button.is-active {
  color: #ffffff;
  background: var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
}

.button-primary {
  color: #ffffff;
  background: var(--gold);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 44%, #ffffff 100%), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-content {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 126px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.lead {
  max-width: 680px;
  color: #425c50;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.broker-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.broker-buttons-header {
  max-width: 260px;
}

.broker-buttons-header .button {
  min-height: 38px;
  padding: 0 13px;
  font-size: 0.82rem;
}

.broker-summary {
  display: grid;
  gap: 10px;
}

.broker-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.broker-summary-text {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.55;
}

.broker-summary-text strong {
  color: var(--text);
  font-weight: 900;
}

.broker-summary-item .button {
  min-height: 34px;
  padding: 0 12px;
  white-space: nowrap;
}

.earn-mini-steps .broker-summary {
  margin-top: 10px;
}

.earn-mini-steps .broker-summary-item,
.step-card .broker-summary-item {
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 0;
}

.earn-mini-steps .broker-summary-item .button,
.step-card .broker-summary-item .button {
  width: 100%;
  border-radius: 6px;
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: #f6f7f5;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 32px;
}

.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(63, 99, 255, 0.3);
  border-radius: 999px;
  color: #344d43;
  background: rgba(6, 28, 255, 0.12);
  font-size: 0.86rem;
  font-weight: 700;
}

.analysis-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.analysis-table th,
.analysis-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.analysis-table th {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.84rem;
  text-transform: uppercase;
}

.analysis-table tr:last-child td {
  border-bottom: 0;
}

.live-signals-panel {
  display: grid;
  gap: 18px;
}

.live-signals-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
}

.live-signal-filter {
  display: grid;
  grid-template-columns: minmax(220px, 320px) auto;
  align-items: end;
  max-width: 620px;
  margin: 0;
}

.live-signal-status {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.86rem;
  font-weight: 800;
}

.live-affiliate-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 159, 28, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 159, 28, 0.11), rgba(38, 244, 189, 0.07)),
    rgba(255, 255, 255, 0.04);
}

.live-affiliate-copy h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.live-affiliate-copy .muted {
  margin: 0;
  max-width: 760px;
}

.live-affiliate-cta .button {
  white-space: nowrap;
}

.live-signals-table-wrap {
  overflow-x: auto;
}

.live-signals-table {
  min-width: 1320px;
}

.live-signals-table td {
  vertical-align: middle;
}

.live-signals-table small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.live-kd-cell span,
.live-kd-cell strong,
.live-trend-detail small {
  display: block;
}

.live-kd-cell span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.live-kd-cell strong {
  margin-top: 4px;
  font-size: 0.9rem;
}

.live-trend-detail {
  min-width: 220px;
}

.live-target {
  min-width: 260px;
  max-width: 360px;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.45;
  white-space: normal;
}

.live-indicator-guide {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.live-indicator-guide h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.live-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.live-guide-grid p {
  margin: 0;
}

.live-guide-grid strong,
.live-guide-grid span {
  display: block;
}

.live-guide-grid strong {
  margin-bottom: 3px;
  color: var(--text);
}

.live-guide-grid span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.signal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.is-buy {
  color: #176344;
}

.is-sell {
  color: #ff4f92;
}

.is-wait {
  color: #606958;
}

.signal-badge.is-buy {
  border-color: rgba(38, 244, 189, 0.32);
  background: rgba(38, 244, 189, 0.11);
}

.signal-badge.is-sell {
  border-color: rgba(255, 79, 146, 0.36);
  background: rgba(255, 79, 146, 0.12);
}

.signal-badge.is-wait {
  border-color: rgba(204, 211, 223, 0.2);
  background: rgba(204, 211, 223, 0.08);
}

.signal-badge.live-intent-ready {
  border-color: rgba(38, 244, 189, 0.42);
  background: rgba(38, 244, 189, 0.15);
  color: #176344;
}

.signal-badge.live-intent-watch {
  border-color: rgba(255, 214, 102, 0.38);
  background: rgba(255, 214, 102, 0.12);
  color: #806117;
}

.signal-badge.live-intent-wait {
  border-color: rgba(204, 211, 223, 0.2);
  background: rgba(204, 211, 223, 0.08);
  color: #606958;
}

.live-signal-empty td {
  color: var(--muted);
}

.analysis-hero .section-inner {
  max-width: 1080px;
}

.analysis-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 720px;
  margin-top: 26px;
}

.analysis-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  padding: 0 14px;
}

.analysis-filter-panel,
.newsletter-panel,
.booking-panel,
.market-calendar-panel,
.live-economic-calendar,
.market-news-panel,
.market-analysis-digest,
.performance-panel,
.editorial-quality-panel,
.symbol-latest,
.risk-note,
.related-articles,
.live-links-panel,
.social-cta {
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.analysis-filter-panel {
  max-width: 1080px;
  margin-top: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lead-form,
.booking-form {
  display: grid;
  gap: 14px;
}

.analysis-filter-panel label,
.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.analysis-filter-panel input,
.analysis-filter-panel select,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.analysis-filter-panel select,
.lead-form select {
  color-scheme: dark;
}

.analysis-filter-panel select option,
.lead-form select option {
  color: #233a30;
  background: #ffffff;
}

.analysis-filter-panel select option:checked,
.lead-form select option:checked {
  color: #ffffff;
  background: #2563eb;
}

.lead-form textarea {
  min-height: 110px;
  resize: vertical;
}

.filter-actions,
.analysis-card-links,
.live-links-actions,
.social-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.live-links-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(38, 244, 189, 0.08), rgba(255, 159, 28, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.live-links-panel h2 {
  margin: 0 0 8px;
}

.live-links-panel .muted {
  margin: 0;
  max-width: 760px;
}

.live-links-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 18px;
}

.newsletter-panel h2,
.booking-panel h2,
.performance-panel h2,
.market-calendar-panel h2,
.social-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.status-pill {
  display: inline-grid;
  min-height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(63, 99, 255, 0.32);
  font-size: 0.74rem;
  font-weight: 900;
}

.symbol-journal-link {
  border-style: dashed;
  color: var(--muted);
}

.symbol-chart-frame {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #f5f7f3;
}

.market-calendar-grid,
.editorial-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.calendar-source-card,
.editorial-quality-grid article,
.calendar-checklist {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.calendar-source-card,
.editorial-quality-grid article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  color: var(--text);
}

.calendar-source-card strong,
.editorial-quality-grid strong {
  font-size: 0.95rem;
}

.calendar-source-card span,
.editorial-quality-grid span,
.calendar-checklist li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.calendar-checklist {
  margin-top: 14px;
  padding: 18px;
}

.calendar-checklist h3 {
  margin-bottom: 10px;
}

.calendar-checklist ul {
  margin: 0;
  padding-left: 18px;
}

.live-economic-calendar {
  overflow: hidden;
}

.live-calendar-widget {
  min-height: 560px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.live-calendar-widget .tradingview-widget-container__widget {
  min-height: 530px;
}

.live-calendar-widget .tradingview-widget-copyright {
  min-height: 28px;
  padding: 5px 10px;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: right;
}

.live-calendar-widget .blue-text {
  color: #4f9cff;
}

.live-calendar-risk {
  margin-top: 14px;
}

.market-news-widget {
  min-height: 680px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.market-news-widget .tradingview-widget-container__widget {
  min-height: 648px;
}

.market-news-widget .tradingview-widget-copyright {
  min-height: 30px;
  padding: 4px 10px;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.market-news-widget .blue-text {
  color: #4f9cff;
}

.market-analysis-digest {
  margin-top: 26px;
}

.editorial-quality-panel {
  display: grid;
  gap: 18px;
}

.symbol-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 22px;
  align-items: start;
}

.symbol-chart {
  margin-bottom: 20px;
}

.symbol-chart-frame {
  aspect-ratio: 16 / 10;
  min-height: 380px;
}

.symbol-sidebar {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 18px;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.performance-stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.performance-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.performance-stat strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 2rem;
}

.signal-history-table-wrap {
  overflow-x: auto;
}

.signal-history-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.signal-history-table th,
.signal-history-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
}

.signal-history-table th {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.share-actions span {
  color: var(--muted);
  font-weight: 800;
}

.share-actions a,
.related-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.share-actions a {
  padding: 8px 10px;
  color: var(--text);
  font-weight: 800;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-card {
  padding: 16px;
}

.social-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.social-buttons-cta {
  justify-content: flex-end;
}

.analysis-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.analysis-toolbar h2 {
  margin-bottom: 0;
}

.symbol-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.symbol-filter a,
.analysis-symbol {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  font-weight: 800;
}

.symbol-filter a.is-active,
.symbol-filter a:hover {
  border-color: rgba(6, 28, 255, 0.78);
  color: #ffffff;
  background: var(--gold);
}

.analysis-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.analysis-feature-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.analysis-feature-card:first-child {
  grid-column: span 2;
}

.analysis-feature-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(6, 28, 255, 0.42), transparent 42%),
    linear-gradient(315deg, rgba(244, 246, 255, 0.12), transparent 45%),
    #233a30;
  font-size: clamp(1.4rem, 4vw, 3.2rem);
  font-weight: 900;
}

.analysis-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.analysis-feature-body {
  padding: 18px;
}

.analysis-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  margin-bottom: 10px;
}

.analysis-list-panel {
  margin-top: 42px;
}

.section-head.compact {
  margin-bottom: 18px;
}

.analysis-list {
  display: grid;
  gap: 10px;
}

.analysis-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.analysis-pagination .page-numbers {
  display: inline-grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.analysis-pagination .page-numbers.current,
.analysis-pagination .page-numbers:hover {
  border-color: rgba(6, 28, 255, 0.78);
  color: #ffffff;
  background: var(--gold);
}

.analysis-list-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.analysis-list-thumb {
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  color: var(--gold);
  background: #233a30;
  font-size: 0.88rem;
  font-weight: 900;
}

.analysis-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-menu-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.product-menu-tabs a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.product-menu-tabs a:hover,
.product-menu-tabs a.is-active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(210, 168, 83, 0.1);
}

.product-menu-title {
  margin-bottom: 20px;
}

.product-pagination {
  margin-top: 28px;
}

.product-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.product-grid + .live-links-panel,
.product-pagination + .live-links-panel,
.product-more-wrap + .live-links-panel {
  margin-top: 40px;
}

.ad-slot {
  width: min(970px, calc(100% - 32px));
  min-height: 120px;
  margin: 34px auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.ad-slot ins {
  min-height: 90px;
}

.ad-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ad-in-article {
  width: 100%;
  margin: 30px 0;
}

.ad-after-grid,
.ad-before-tools {
  width: 100%;
}

.product-grid-ad {
  grid-column: 1 / -1;
}

.product-grid-ad .ad-slot {
  width: 100%;
  margin: 10px 0;
}

.post-card h3 a,
.tool-card h3 a,
.text-link {
  text-decoration: none;
}

.post-card h3 a:hover,
.tool-card h3 a:hover,
.text-link:hover {
  color: var(--gold);
}

.post-date,
.product-type {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: auto;
  color: var(--gold);
  font-weight: 800;
}

.analysis-snapshot {
  margin-top: 48px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.step-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--gold);
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.earn-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(6, 28, 255, 0.34);
  border-radius: 8px;
  background: rgba(6, 28, 255, 0.1);
}

.earn-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
}

.earn-mini-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.earn-form {
  position: sticky;
  top: 96px;
}

.earn-form label {
  display: block;
  margin: 16px 0 7px;
  color: var(--text);
  font-weight: 800;
}

.earn-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.earn-form button {
  width: 100%;
  margin-top: 18px;
}

.form-message {
  border-radius: 6px;
  padding: 11px 13px;
  font-weight: 800;
}

.form-message.success {
  color: #344d43;
  background: rgba(6, 28, 255, 0.16);
}

.form-message.error {
  color: #983a50;
  background: rgba(224, 91, 114, 0.16);
}

.mql-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mql-card .button,
.card-actions .button {
  align-self: flex-start;
  margin-top: auto;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.product-card-link {
  text-decoration: none;
}

.product-card h3 .product-card-link:hover {
  color: var(--gold);
}

.product-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ffffff;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.card .wp-post-image,
.post-card .wp-post-image,
.tool-card .wp-post-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  overflow: hidden;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.product-footer strong {
  color: var(--gold);
  white-space: nowrap;
}

.post-content {
  max-width: 860px;
}

.post-content figure,
.post-content .wp-block-image {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.post-content img,
.post-content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.post-content .wp-block-cover img,
.post-content .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
}

.post-content p,
.post-content li {
  color: #425c50;
  font-size: 1.06rem;
}

.post-content a {
  color: var(--gold);
}

.signal-buy {
  color: var(--teal);
  font-weight: 800;
}

.signal-watch {
  color: var(--gold);
  font-weight: 800;
}

.signal-sell {
  color: var(--rose);
  font-weight: 800;
}

.notice {
  border-left: 3px solid var(--gold);
  padding: 18px 20px;
  color: #eef1ff;
  background: rgba(6, 28, 255, 0.12);
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tool-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
}

.tool-type-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: #10131b;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1;
}

.tool-type-icon-indicator {
  color: #c39004;
  background: #fff8df;
}

.tool-type-icon-ea {
  color: #07120d;
  background: linear-gradient(135deg, #4dffb8, #d7ff68);
}

.tool-best-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 215, 90, 0.42);
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #ffe66b, #64ffda);
  font-size: 0.78rem;
  font-weight: 950;
}

.tool-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-meta.stacked {
  align-items: flex-start;
  flex-direction: column;
}

.tool-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: start;
}

.tool-detail-panel {
  position: sticky;
  top: 96px;
}

.product-media {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(6, 28, 255, 0.42), transparent 42%),
    linear-gradient(315deg, rgba(244, 246, 255, 0.12), transparent 44%),
    #233a30;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  text-align: center;
}

.page-hero {
  padding: 96px 0 56px;
  background: linear-gradient(180deg, #f6f7f5, var(--bg));
  border-bottom: 1px solid var(--line);
}

.page-hero .section-inner {
  max-width: 920px;
}

.contact-layout {
  display: grid;
  gap: 18px;
}

.contact-signal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.contact-signal-copy h2,
.contact-social-panel h2,
.contact-video-panel h2 {
  margin: 0 0 10px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-qr-wrap {
  display: flex;
  justify-content: center;
}

.contact-qr {
  width: min(100%, 280px);
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.contact-qr-empty {
  display: grid;
  place-items: center;
  width: min(100%, 280px);
  aspect-ratio: 1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 900;
}

.contact-social-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
}

.contact-video-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.contact-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.contact-video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #05070b;
}

.contact-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-video-card h3 {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.social-buttons-contact {
  gap: 14px;
  margin-top: 18px;
}

.social-buttons-contact .social-button {
  min-width: 154px;
  min-height: 52px;
  padding-left: 50px;
  font-size: 0.95rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.social-buttons-contact .social-icon {
  left: 16px;
}

.social-buttons-contact .social-icon,
.social-buttons-contact .social-icon svg,
.social-buttons-contact .social-logo {
  width: 24px;
  height: 24px;
}

.social-buttons-contact .social-mark {
  font-size: 0.98rem;
}

.download-gate-body {
  min-height: 100vh;
  background: var(--bg);
}

.download-gate {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 180px);
  padding: 28px;
}

.download-gate-card {
  width: min(560px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.download-gate-card form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.download-gate-card input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.download-gate-error {
  margin: 14px 0;
  border-color: rgba(255, 79, 122, 0.45);
  color: #ffd9e2;
}

.download-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #030304;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.footer-copy {
  max-width: 720px;
}

.footer-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  max-width: 460px;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-trust-links a {
  color: var(--muted);
}

.footer-trust-links a:hover {
  color: var(--accent);
}

.footer-widgets {
  display: grid;
  gap: 16px;
  width: min(360px, 100%);
}

.footer-widget h3 {
  margin-bottom: 8px;
  color: var(--text);
}

.footer-widget p {
  margin-bottom: 0;
}

.footer-inner a {
  color: var(--text);
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f7f3;
  box-shadow: var(--shadow);
}

.cookie-consent-text {
  color: var(--muted);
}

.cookie-consent-text p {
  margin-bottom: 0;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

[data-lang-content] {
  display: none;
}

html[data-lang="en"] [data-lang-content="en"],
html[data-lang="vi"] [data-lang-content="vi"] {
  display: block;
}

html[data-lang="en"] span[data-lang-content="en"],
html[data-lang="vi"] span[data-lang-content="vi"] {
  display: inline;
}

@media (max-width: 900px) {
  .nav-shell {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .nav-actions {
    margin-left: auto;
  }

  .social-buttons-header {
    display: none;
  }

  .hs-banner-columns-3,
  .hs-banner-columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head,
  .grid-2,
  .grid-3,
  .grid-4,
  .post-grid,
  .analysis-feature-grid,
  .form-grid,
  .form-grid-3,
  .newsletter-panel,
  .symbol-layout,
  .market-calendar-grid,
  .editorial-quality-grid,
  .market-analysis-digest-grid,
  .live-signals-toolbar,
  .live-signal-filter,
  .live-affiliate-cta,
  .live-guide-grid,
  .performance-grid,
  .related-grid,
  .social-cta,
  .live-links-panel,
  .product-grid,
  .steps-grid,
  .earn-flow,
  .earn-mini-steps,
  .tool-detail-layout,
  .contact-signal-card,
  .contact-video-grid {
    grid-template-columns: 1fr;
  }

  .earn-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .earn-form {
    position: static;
  }

  .broker-summary-item {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .analysis-toolbar,
  .analysis-list-item {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .analysis-toolbar {
    flex-direction: column;
  }

  .symbol-filter {
    justify-content: flex-start;
  }

  .analysis-feature-card:first-child {
    grid-column: auto;
  }

  .tool-detail-panel {
    position: static;
  }

  .symbol-sidebar {
    position: static;
  }

  .social-cta-actions,
  .social-buttons-cta {
    justify-content: flex-start;
  }

  .hero-content {
    padding-top: 76px;
  }

  .footer-inner,
  .footer-trust-links {
    flex-direction: column;
  }

  .footer-widgets,
  .footer-widget {
    width: 100%;
    min-width: 0;
  }

  .cookie-consent {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-actions .button {
    display: none;
  }

  .nav-shell {
    gap: 10px;
  }

  .brand {
    max-width: calc(100% - 96px);
  }

  .brand-logo {
    max-width: min(var(--logo-max-width), 58vw) !important;
  }

  .nav-actions {
    flex: 0 0 auto;
  }

  .lang-switch button {
    min-width: 38px;
  }

  .sitewide-banner-inner,
  .hs-banner-columns-2,
  .hs-banner-columns-3,
  .hs-banner-columns-4 {
    grid-template-columns: 1fr;
  }

  .sitewide-banner-ads {
    padding: 10px 0;
  }

  .sitewide-banner-item img {
    aspect-ratio: 16 / 6;
  }

  .hero {
    min-height: auto;
  }

  .analysis-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .analysis-search {
    grid-template-columns: 1fr;
  }

  .analysis-filter-panel,
  .newsletter-panel,
  .booking-panel,
  .market-calendar-panel,
  .live-economic-calendar,
  .market-news-panel,
  .market-analysis-digest,
  .performance-panel,
  .editorial-quality-panel,
  .symbol-latest,
  .risk-note,
  .related-articles,
  .social-cta {
    padding: 16px;
  }

  .symbol-chart-frame {
    min-height: 300px;
  }

  .section {
    padding: 58px 0;
  }

  .button,
  button,
  input[type="submit"] {
    white-space: normal;
  }
}

/* Editable contact row below all footer columns. */
.footer-contact { width: min(1180px, calc(100% - 40px)); margin: 28px auto 0; padding-top: 18px; border-top: 1px solid var(--line); }
.footer-contact-details { display: flex; justify-content: center; align-items: baseline; gap: 10px 22px; font-style: normal; font-size: 13px; line-height: 1.6; }
.footer-contact-details p { display: flex; gap: 6px; margin: 0; min-width: 0; }
.footer-contact-details strong { white-space: nowrap; }
.footer-contact-details strong::after { content: ":"; }
.footer-contact-details a { color: var(--text); white-space: nowrap; }
@media (max-width: 1100px) { .footer-contact-details { flex-wrap: wrap; } }
@media (max-width: 600px) { .footer-contact-details { justify-content: flex-start; } .footer-contact-address span { overflow-wrap: anywhere; } }
