@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-var.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  
  /* SaaS Premium Military/Solid Color Palette */
  --ink: #0f172a;
  --ink-soft: #334155;
  --ink-muted: #64748b;
  
  --teal: #0f766e;
  --teal-dark: #115e59;
  --mint: #f0fdfa;
  
  --paper: #ffffff;
  --canvas: #f8fafc;
  --line: #cbd5e1; /* Much crisper slate-300 solid border */
  
  --red: #be123c;
  --red-glow: rgba(190, 18, 60, 0.05);
  --green: #0f766e;
  --green-glow: rgba(15, 118, 110, 0.05);
  --amber: #b45309;
  
  --shadow: none;
  --radius: 4px;
  --radius-lg: 6px;
  --shell: 1120px;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f8fafc;
  --ink-soft: #cbd5e1;
  --ink-muted: #64748b;
  
  --teal: #2dd4bf;
  --teal-dark: #14b8a6;
  --mint: rgba(45, 212, 191, 0.1);
  
  --paper: #0f172a; /* Solid slate-900 instead of muddy dark */
  --canvas: #020617; /* Solid slate-950 */
  --line: #334155; /* Solid slate-700 border */
  
  --red: #f43f5e;
  --red-glow: rgba(244, 63, 94, 0.1);
  --green: #2dd4bf;
  --green-glow: rgba(45, 212, 191, 0.1);
  --amber: #fbbf24;
  
  --shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

html { overflow-x: clip; scroll-behavior: smooth; background: var(--canvas); font-size: 16px; font-family: var(--font-sans); }
html[data-text-size="large"] { font-size: 18px; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-size: 0.9375rem;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; border: 0; background: transparent; cursor: pointer; transition: all 0.2s; }
img { max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

/* Hide native number inputs spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
@media (min-width: 768px) {
  .shell { width: min(calc(100% - 64px), var(--shell)); }
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--paper); padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.skip-link:focus { top: 16px; }

/* MARKET TOP STRIP (Always dark and elegant) */
.market-strip { position: relative; background: #070a13; color: #94a3b8; font-size: 0.8125rem; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.market-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.market-strip-note { display: inline-flex; align-items: center; gap: 7px; color: #64748b; }
.sync-glyph { width: 12px; height: 12px; border: 1.5px solid currentColor; border-left-color: transparent; border-radius: 50%; display: inline-block; }
.market-sync-line { position: absolute; inset: auto 0 0; height: 2px; overflow: hidden; }

.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.15); }
.is-market-closed .live-dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15); }

/* SITE HEADER */
.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 85%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
}
.brand-symbol-icon { display: block; width: 17px; height: 17px; fill: none; stroke: #fff; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand-wordmark { display: inline-flex; align-items: baseline; gap: 3px; color: var(--ink); font-size: 19px; letter-spacing: -0.03em; white-space: nowrap; }
.brand-wordmark > span { font-weight: 800; }
.brand-wordmark strong { color: var(--teal); font: inherit; font-weight: 900; }

.desktop-nav { display: flex; align-items: stretch; gap: 28px; align-self: stretch; }
.desktop-nav a { position: relative; display: grid; place-items: center; color: var(--ink-soft); font-size: 0.875rem; font-weight: 600; transition: color 0.2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--ink); }
.desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--teal); }

.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); cursor: pointer; color: var(--ink-soft); transition: all 0.2s; }
.icon-button:hover { border-color: var(--teal); color: var(--teal); background: var(--canvas); }

/* Sun/Moon Toggle Visibility */
#theme-toggle .icon-sun { display: none; }
#theme-toggle .icon-moon { display: block; }
:root[data-theme="dark"] #theme-toggle .icon-sun { display: block; }
:root[data-theme="dark"] #theme-toggle .icon-moon { display: none; }

.text-size-control { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.text-size-control button { min-width: 36px; height: 36px; padding: 0 8px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .8125rem; font-weight: 800; transition: background-color 0.2s; }
.text-size-control button:last-child { border-right: 0; }
.text-size-control button:hover { background: var(--canvas); }

.mobile-menu-button { display: none; }
.mobile-nav { padding: 0 20px 18px; border-top: 1px solid var(--line); background: var(--paper); display: none; }
.mobile-nav a { display: block; padding: 12px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-nav a[aria-current="page"] { color: var(--teal); }

/* HERO SECTIONS (Clean Grid Dotted Pattern + Gradient Overlay) */
.hero-band {
  padding: 48px 0 40px;
  background: var(--paper);
  border-bottom: 1.5px solid var(--line);
  background-image: radial-gradient(var(--line) 1px, transparent 1px);
  background-size: 24px 24px;
  position: relative;
}
.hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.03) 0%, transparent 50%, rgba(15, 118, 110, 0.02) 100%);
  pointer-events: none;
}
:root[data-theme="dark"] .hero-band::before {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.04) 0%, transparent 50%, rgba(45, 212, 191, 0.02) 100%);
}
.hero-grid {
  display: grid;
  grid-template-areas:
    "header"
    "converter"
    "details";
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

@media (min-width: 850px) {
  .hero-grid {
    grid-template-areas:
      "header converter"
      "details converter";
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: start;
  }
}

.price-hero-header {
  grid-area: header;
  display: flex;
  flex-direction: column;
}
.price-hero-details {
  grid-area: details;
  display: flex;
  flex-direction: column;
}
.converter-card {
  grid-area: converter;
}
@media (min-width: 850px) {
  .converter-card {
    align-self: center;
  }
}
.hero-band h1 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--ink) 40%, var(--teal-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-intro { color: var(--ink-soft); font-size: 1rem; margin: 8px 0 16px; font-weight: 500; }

.current-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 24px 0 20px; border-block: 1px solid var(--line); }
.price-label { display: block; color: var(--ink-muted); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.price-unit { display: inline-block; color: var(--ink-soft); font-size: 1.25rem; font-weight: 800; margin-left: 4px; }
.current-price {
  display: block;
  margin: 0;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.1;
  font-weight: 900;
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.price-display-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.price-change-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-change-label {
  font-size: 0.75rem;
  color: var(--ink-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.change-badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
}
.change-badge.up { background: var(--green-glow); color: var(--green); }
.change-badge.down { background: var(--red-glow); color: var(--red); }
.change-badge.neutral { background: var(--line); color: var(--ink-soft); }

.price-meta { display: flex; justify-content: space-between; gap: 18px; margin-top: 14px; color: var(--ink-soft); font-size: 0.8125rem; }
.price-meta a { color: var(--teal); font-weight: 700; }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.listen-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 6px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink-soft); cursor: pointer; font-size: 0.8125rem; font-weight: 700; transition: all 0.2s; }
.listen-button svg { width: 14px; height: 14px; }
.listen-button:hover { border-color: var(--teal); color: var(--teal); background: var(--canvas); }

/* TRUST BADGES (Credibility markers) */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.trust-badge svg {
  color: var(--teal);
  flex-shrink: 0;
}

/* HORIZONTAL SAAS CONVERTER DESIGN */
.converter-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.converter-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.converter-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 850;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.converter-badge {
  font-size: 0.75rem;
  font-weight: 800;
  background: var(--mint);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  font-family: var(--font-mono);
}
:root[data-theme="dark"] .converter-badge {
  color: var(--teal);
  background: rgba(45, 212, 191, 0.05);
  border-color: var(--line);
}

.converter-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  position: relative;
}

@media (min-width: 600px) {
  .converter-row {
    flex-direction: row;
    align-items: flex-end; /* Align inputs to the bottom so swap sits inline */
    gap: 12px;
  }
}

.calc-field-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calc-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink-muted);
  letter-spacing: 0.06em;
}
.calc-input-wrapper, .calc-body {
  position: relative;
  display: flex;
  align-items: center;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
  overflow: hidden;
  transition: all 0.15s ease;
}
.calc-input-wrapper:focus-within, .calc-body:focus-within {
  border-color: var(--teal);
  background: var(--paper);
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.15);
}
:root[data-theme="dark"] .calc-input-wrapper:focus-within,
:root[data-theme="dark"] .calc-body:focus-within {
  box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.15);
}
.calc-input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 10px 54px 10px 12px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  outline: none;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}
.calc-currency-tag {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--ink-muted);
}

/* KEY INTERACTIVE SWAP BUTTON REDESIGN (MATCHES VALOR-UF) */
.btn-swap-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 4px;
  margin: 0;
  align-self: center;
  flex-shrink: 0;
  z-index: 6;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 600px) {
  .btn-swap-horizontal {
    align-self: flex-end;
    margin-bottom: 4px;
  }
}
.btn-swap-horizontal .swap-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--line);
  color: var(--ink-soft);
  box-shadow: var(--shadow);
  transition: all 0.2s ease;
}
.btn-swap-horizontal:hover .swap-circle,
.btn-swap-horizontal:focus-visible .swap-circle {
  border-color: var(--teal);
  color: var(--teal);
  transform: rotate(180deg) scale(1.05);
}
:root[data-theme="dark"] .btn-swap-horizontal .swap-circle {
  background: #0f172a;
  border-color: var(--teal);
  color: var(--teal);
}
:root[data-theme="dark"] .btn-swap-horizontal:hover .swap-circle {
  background: var(--teal);
  color: #080b0f;
}

.btn-swap-horizontal .swap-direction-text {
  display: none;
}

@media (max-width: 600px) {
  .btn-swap-horizontal {
    margin: 8px auto;
    padding: 2px;
  }
  .btn-swap-horizontal .swap-circle svg {
    transform: rotate(90deg);
    transition: transform 0.25s ease;
  }
  .btn-swap-horizontal:hover .swap-circle svg {
    transform: rotate(270deg);
  }
  .btn-swap-horizontal:hover .swap-circle {
    transform: scale(1.05);
  }
}

.converter-actions-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 480px) {
  .converter-actions-row {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}

.action-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.primary-action {
  background: var(--teal);
  color: #ffffff;
  border: 1.5px solid var(--teal-dark);
}
.primary-action:hover {
  background: var(--teal-dark);
}
.secondary-action {
  border: 1.5px solid var(--line);
  background: var(--paper);
  color: var(--ink-soft);
}
.secondary-action:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--canvas);
}

.converter-helper {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-muted);
  text-align: center;
  margin: 0;
}

/* SECTIONS AND INNER PAGES */
.main-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; padding: 56px 0; }
@media (min-width: 1025px) {
  .main-grid { grid-template-columns: minmax(0, 1.3fr) 0.7fr; gap: 64px; }
}

.section-block { margin-bottom: 56px; }
.section-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1.1em;
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  border-radius: 2px;
}

/* SCROLL FADE-IN ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeUp 0.5s ease-out both;
}

/* CHARTS CARD */
.chart-card { background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.chart-wrapper { position: relative; height: 260px; width: 100%; }

.chart-stats-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid var(--line);
}
.chart-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.chart-stat-lbl {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink-muted);
  letter-spacing: 0.08em;
}
.chart-stat-val {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 850;
  color: var(--ink);
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}

/* SIDEBAR STYLINGS */
.sidebar { display: flex; flex-direction: column; gap: 32px; }
.widget-card { background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.widget-title {
  margin: 0 0 20px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-title::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 1em;
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  border-radius: 2px;
}

.variation-list { display: flex; flex-direction: column; gap: 12px; }
.var-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.var-item:last-child { border-bottom: 0; padding-bottom: 0; }
.var-label { font-size: 0.875rem; color: var(--ink-soft); font-weight: 500; }
.var-value { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--ink); }

/* TOOLS CARDS */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.tool-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tool-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(15, 118, 110, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.tool-card-title { margin: 0; font-size: 1.05rem; font-weight: 800; display: flex; align-items: center; gap: 8px; color: var(--ink); letter-spacing: -0.01em; }
.tool-card-title .icon-glyph { color: var(--teal); }
.tool-card p { margin: 0; font-size: 0.875rem; color: var(--ink-soft); line-height: 1.6; }
.tool-card-link { font-size: 0.8125rem; font-weight: 700; color: var(--teal); align-self: start; margin-top: auto; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.tool-card-link::after { content: "→"; }
.tool-card:hover .tool-card-link { gap: 6px; }
 
/* FAQ AND ACCORDIONS */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.faq-item[open] {
  border-color: var(--teal);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.faq-item:hover { border-color: var(--teal); }
.faq-question {
  margin: 0;
  padding: 20px 24px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.015em;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
  transition: color 0.15s;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; content: ""; }
.faq-question::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-question::after {
  transform: rotate(180deg);
}
.faq-item[open] .faq-question {
  color: var(--teal);
}
.faq-answer {
  margin: 0;
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* TABLES AND LISTS */
.table-wrapper { overflow-x: auto; border: 1.5px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.875rem; font-variant-numeric: tabular-nums; }
th, td { padding: 14px 20px; border-bottom: 1px solid var(--line); }
th { background: var(--canvas); font-weight: 800; text-transform: uppercase; font-size: 0.6875rem; letter-spacing: 0.1em; color: var(--ink-muted); }
td { color: var(--ink); }
tr:last-child td { border-bottom: 0; }
tr:nth-child(even) td { background: color-mix(in srgb, var(--canvas) 50%, var(--paper)); }
tr:hover td { background: var(--mint); transition: background 0.15s ease; }

/* FOOTER STYLINGS */
.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding-top: 64px;
  padding-bottom: 40px;
  color: var(--ink-soft);
  font-size: 0.875rem;
  margin-top: 80px;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--teal) 50%, transparent 100%);
  opacity: 0.4;
}
.footer-intro { display: flex; justify-content: space-between; align-items: start; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer-brand { max-width: 480px; }
.footer-brand p { margin: 8px 0 0; color: var(--ink-muted); line-height: 1.5; }
.footer-socials { display: flex; gap: 12px; margin-top: 16px; }
.social-icon { display: flex; width: 36px; height: 36px; border: 1.5px solid var(--line); border-radius: 8px; color: var(--ink-soft); align-items: center; justify-content: center; background: var(--paper); transition: all 0.2s; }
.social-icon:hover { border-color: var(--teal); color: var(--teal); background: var(--canvas); transform: translateY(-2px); }

.footer-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.footer-nav-grid h2 { margin: 0 0 16px; font-size: 0.8125rem; font-weight: 800; text-transform: uppercase; color: var(--ink); letter-spacing: 0.08em; }
.footer-nav-grid a { display: block; padding: 6px 0; color: var(--ink-muted); transition: color 0.2s; }
.footer-nav-grid a:hover { color: var(--teal); }

.footer-bottom { display: flex; justify-content: space-between; gap: 24px; font-size: 0.75rem; color: var(--ink-muted); padding-top: 24px; }

/* PREMIUM EYEBROW TAG */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal);
  background: var(--mint);
  border: 1px solid rgba(13, 148, 136, 0.1);
  padding: 5px 12px;
  border-radius: 99px;
  margin-bottom: 16px;
}
:root[data-theme="dark"] .eyebrow {
  background: rgba(45, 212, 191, 0.1);
  border-color: rgba(45, 212, 191, 0.15);
}

/* LIVE DOT PULSE ANIMATION */
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.4); }
  50% { box-shadow: 0 0 0 6px rgba(13, 148, 136, 0); }
}
.live-dot { animation: pulse-dot 2s ease-in-out infinite; }

/* PREMIUM INFO BLOCKS (Text sections with left accent) */
.info-block {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 28px 28px 28px 24px;
  box-shadow: var(--shadow);
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-block p { margin: 0; }
.info-block ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-block li { line-height: 1.6; }
.info-block strong { color: var(--ink); font-weight: 700; }

/* HERO CONVERTER UPGRADE */
.hero-band .converter-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
}
:root[data-theme="dark"] .hero-band .converter-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
}

/* STATS ROW (Compact KPI display) */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 12px;
}
.stat-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.25s ease;
}
.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 148, 136, 0.2);
}
.stat-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-muted);
  margin-bottom: 6px;
}
.stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}
.stat-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--ink-muted);
  margin-top: 4px;
  font-weight: 500;
}

/* MARKET SYNC LINE GRADIENT ANIMATION */
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.market-sync-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--teal) 50%, transparent 100%);
  animation: shimmer 3s ease-in-out infinite;
}

/* NEW PREMIUM SAAS LAYOUT SECTIONS */
.comparison-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.comparison-intro {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .comparison-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.comp-col {
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s;
}
.comp-col:hover {
  border-color: var(--teal);
}
.comp-header {
  border-bottom: 1.5px solid var(--line);
  padding-bottom: 12px;
}
.comp-header h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--ink);
}
.comp-header span {
  font-size: 0.725rem;
  color: var(--ink-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 4px;
}
.comp-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--ink-soft);
}
.comp-features li {
  line-height: 1.6;
}
.comp-features li strong {
  color: var(--ink);
}

.tools-band {
  background: var(--canvas);
  padding: 64px 0;
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
}
.tools-promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .tools-promo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tool-promo-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  gap: 20px;
  box-shadow: var(--shadow);
  transition: all 0.25s ease;
}
.tool-promo-card:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}
.tool-promo-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--teal);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.tool-promo-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tool-promo-content h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 850;
  color: var(--ink);
}
.tool-promo-content p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.promo-btn {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  text-decoration: none;
}
.promo-btn:hover {
  text-decoration: underline;
}

.faq-band {
  padding: 64px 0;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* MOBILE RESPONSIVE ADAPTATIONS */
@media (max-width: 768px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: grid; }
  .footer-intro { flex-direction: column; gap: 24px; }
  .footer-nav-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .text-size-control { display: none; }
  .header-inner { min-height: 56px; }
  .brand-symbol { width: 30px; height: 30px; }
  .brand-wordmark { font-size: 16px; }
  
  .hero-band { padding: 24px 0 16px; background-size: 16px 16px; }
  .hero-intro { margin: 8px 0 12px; font-size: 0.875rem; line-height: 1.5; }
  .current-price { font-size: clamp(26px, 6vw, 34px); }
  .price-unit { font-size: 1.1rem; }
  .price-display-row { margin-top: 8px; margin-bottom: 8px; gap: 12px; }
  .price-change-col { gap: 2px; }
  .change-badge { padding: 3px 6px; font-size: 10px; }
  .price-change-label { font-size: 0.65rem; }
  .hero-ctas { margin-top: 8px; margin-bottom: 12px; gap: 8px; }
  .listen-button { min-height: 36px; font-size: 0.75rem; padding: 4px 10px; }
  .trust-badges { gap: 6px 10px; margin-top: 10px; padding-top: 10px; justify-content: start; }
  .trust-badge { font-size: 0.65rem; }
  
  .converter-card { padding: 16px; gap: 12px; border-radius: var(--radius); }
  .converter-header-row { padding-bottom: 8px; }
  .converter-title { font-size: 0.95rem; }
  .converter-badge { font-size: 0.7rem; padding: 2px 8px; }
  .converter-row { gap: 12px; }
  .calc-label { font-size: 0.65rem; margin-bottom: 4px; }
  .calc-input { font-size: 1.15rem; padding: 8px 48px 8px 10px; }
  .calc-currency-tag { font-size: 0.75rem; right: 10px; }
  .btn-swap-horizontal { margin: 4px auto; }
  .btn-swap-horizontal .swap-circle { width: 36px; height: 36px; }
  .btn-swap-horizontal .swap-direction-text { display: none; }
  .action-btn { min-height: 36px; font-size: 0.75rem; }
  .converter-actions-row { gap: 8px; }
  .converter-helper-text { font-size: 0.7rem; margin-top: 4px; }
  
  .main-grid { padding: 20px 0; gap: 20px; }
  .section-block { margin-bottom: 24px; }
  .section-title { font-size: 1.05rem; margin-bottom: 12px; }
  .chart-card { padding: 12px; }
  .chart-wrapper { height: 180px; }
  .chart-stats-row { margin-bottom: 12px; padding-bottom: 8px; gap: 8px; }
  .chart-stat-val { font-size: 0.95rem; }
  .chart-stat-lbl { font-size: 0.6rem; }
  
  .table-wrapper table th, .table-wrapper table td { padding: 6px 8px; font-size: 0.75rem; }
  .info-block { padding: 16px; font-size: 0.85rem; }
  .sidebar { gap: 20px; }
  .widget-card { padding: 16px; }
  
  .tools-band { padding: 36px 0; }
  .tools-promo-grid { gap: 16px; }
  .tool-promo-card { padding: 16px; gap: 12px; flex-direction: column; text-align: center; align-items: center; }
  .tool-promo-icon { width: 40px; height: 40px; }
  .tool-promo-content h3 { font-size: 1.05rem; }
  .tool-promo-content p { font-size: 0.8rem; }
  .promo-btn { font-size: 0.75rem; margin-top: 4px; }
  
  .comparison-card { padding: 16px; }
  .comparison-intro { font-size: 0.85rem; margin-bottom: 16px; }
  .comp-col { padding: 16px; gap: 10px; }
  .comp-header h3 { font-size: 1.15rem; }
  .comp-header span { font-size: 0.65rem; }
  .comp-features { font-size: 0.8rem; gap: 8px; }
  
  .faq-band { padding: 36px 0; }
  .faq-question { padding: 12px 14px; font-size: 0.85rem; }
  .faq-answer { padding: 0 14px 12px; font-size: 0.8rem; }
  
  .footer-nav-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* Product system: Valor UDI */
.home-quote-stage,
.hero-band:not(.home-quote-stage) {
  background: var(--paper);
  background-image: none;
}
.home-quote-stage::before,
.hero-band:not(.home-quote-stage)::before { display: none; }
.home-quote-stage { padding: 32px 0 0; }
.home-quote-stage .hero-grid {
  display: grid;
  grid-template-areas:
    "header converter"
    "details converter"
    "trust trust";
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: stretch;
}
.home-quote-stage .price-hero-header {
  grid-area: header;
  padding: 12px 36px 14px 0;
}
.home-quote-stage .price-hero-details {
  grid-area: details;
  padding: 0 36px 24px 0;
}
.hero-kicker,
.rate-label {
  display: block;
  color: var(--teal);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rate-label { margin-top: 22px; color: var(--ink-muted); letter-spacing: .04em; }
.home-quote-stage .hero-band h1,
.home-quote-stage h1 {
  margin-top: 3px;
  background: none;
  color: var(--ink);
  -webkit-text-fill-color: currentColor;
  font-size: 2rem;
  letter-spacing: 0;
}
.home-quote-stage .price-display-row { display: block; margin: 5px 0 4px; }
.home-quote-stage .current-price {
  font-family: var(--font-sans);
  font-size: clamp(3.2rem, 5.2vw, 4.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: .98;
  white-space: nowrap;
}
.home-quote-stage .price-unit { margin-left: 8px; font-size: .95rem; letter-spacing: 0; }
.home-quote-stage .quote-date { display: block; color: var(--ink-muted); font-size: .78rem; font-weight: 650; }
.home-quote-stage .price-change-col { flex-direction: row; align-items: center; margin-top: 12px; padding-bottom: 4px; }
.home-quote-stage .hero-intro { max-width: 520px; margin: 10px 0 0; line-height: 1.55; }
.home-quote-stage .hero-ctas { margin: 16px 0 0; }
.home-quote-stage .price-hero-details > .trust-badges { display: none; }

.home-quote-stage .hero-converter {
  grid-area: converter;
  justify-content: center;
  min-width: 0;
  padding: 14px 0 26px 36px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
:root[data-theme="dark"] .home-quote-stage .hero-converter {
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
}
.home-quote-stage .converter-header-row { align-items: flex-start; gap: 16px; padding-bottom: 15px; }
.home-quote-stage .converter-title { margin-top: 3px; font-size: 1.35rem; }
.home-quote-stage .converter-badge { flex: 0 0 auto; margin: 2px 14px 0 0; background: transparent; }
.home-quote-stage .converter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
}
.home-quote-stage .udi-field { order: 1; }
.home-quote-stage .btn-swap-horizontal { order: 2; }
.home-quote-stage .mxn-field { order: 3; }
.home-quote-stage .converter-row.is-reversed .udi-field { order: 3; }
.home-quote-stage .converter-row.is-reversed .mxn-field { order: 1; }
.home-quote-stage .calc-input-wrapper { height: 72px; background: var(--canvas); }
.home-quote-stage .calc-input { min-width: 0; padding: 15px 64px 15px 14px; font-family: var(--font-sans); font-size: 1.25rem; letter-spacing: 0; }
.home-quote-stage .calc-currency-tag { right: 18px; }
.home-quote-stage .calc-input[readonly] { color: var(--ink); cursor: default; }
.home-quote-stage .btn-swap-horizontal { align-self: end; margin: 0 0 7px; padding: 0; }
.home-quote-stage .btn-swap-horizontal .swap-circle {
  width: 50px;
  height: 50px;
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}
.home-quote-stage .btn-swap-horizontal:hover .swap-circle { background: var(--teal-dark); color: #fff; transform: none; }
.home-quote-stage .conversion-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: var(--ink-soft);
  font-size: .84rem;
  white-space: nowrap;
}
.home-quote-stage .conversion-statement > * { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.home-quote-stage .conversion-statement strong { color: var(--ink); }
.converter-quick-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quick-amounts { display: flex; align-items: center; gap: 7px; }
.quick-amounts button,
.reset-converter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 750;
}
.quick-amounts button:hover,
.reset-converter:hover { border-color: var(--teal); color: var(--teal); }
.reset-converter { gap: 6px; }
.home-quote-stage .converter-actions-row { flex-direction: row; }
.home-quote-stage .action-btn { min-height: 44px; }
.home-quote-stage .secondary-action { border-color: #16803f; color: #16803f; }
.home-quote-stage .secondary-action:hover { background: #16803f; border-color: #16803f; color: #fff; }
.hero-trust-bar {
  grid-area: trust;
  display: grid;
  grid-template-columns: .72fr .64fr .64fr;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.hero-trust-bar .trust-badge { min-height: 52px; padding: 0 18px; border-right: 1px solid var(--line); }
.hero-trust-bar .trust-badge:first-child { padding-left: 0; }
.hero-trust-bar .trust-badge:last-child { justify-content: flex-end; border-right: 0; }
.hero-trust-bar a { color: var(--teal); }

.hero-band:not(.home-quote-stage) { padding: 38px 0; }
.hero-band:not(.home-quote-stage) h1 { background: none; color: var(--ink); -webkit-text-fill-color: currentColor; letter-spacing: 0; }
.hero-band:not(.home-quote-stage) .eyebrow { margin-bottom: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.main-grid { gap: 36px; padding: 42px 0; }
.section-block { margin-bottom: 44px; }
.section-title { margin-bottom: 16px; font-size: 1.22rem; letter-spacing: 0; }
.section-title::before,
.widget-title::before { display: none; }
.chart-card,
.widget-card,
.comparison-card,
.tool-promo-card,
.table-wrapper,
.faq-item { border-width: 1px; }
.chart-card,
.widget-card { padding: 20px; }
.stat-card { padding: 15px; border-width: 1px; }
.tools-band { padding: 48px 0; }
.tool-promo-card:hover,
.stat-card:hover { transform: none; }

@media (max-width: 849px) {
  .home-quote-stage { padding-top: 22px; }
  .home-quote-stage .hero-grid {
    grid-template-areas:
      "header"
      "details"
      "converter"
      "trust";
    grid-template-columns: 1fr;
  }
  .home-quote-stage .price-hero-header,
  .home-quote-stage .price-hero-details { padding-right: 0; }
  .home-quote-stage .hero-converter { padding: 20px 0 22px; border-left: 0; border-top: 1px solid var(--line); }
  .hero-trust-bar { grid-template-columns: 1fr; }
  .hero-trust-bar .trust-badge,
  .hero-trust-bar .trust-badge:first-child,
  .hero-trust-bar .trust-badge:last-child { justify-content: flex-start; min-height: 40px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-trust-bar .trust-badge:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  .shell { width: calc(100% - 24px); }
  .market-strip-inner { min-height: 30px; }
  .market-strip-note { display: none; }
  .home-quote-stage h1 { font-size: 1.55rem; }
  .rate-label { margin-top: 16px; }
  .home-quote-stage .current-price { font-size: clamp(2.55rem, 14vw, 3.2rem); }
  .home-quote-stage .price-display-row { display: block; }
  .home-quote-stage .price-unit { display: block; margin: 5px 0 0; font-size: .72rem; }
  .home-quote-stage .price-change-col { margin-top: 9px; }
  .home-quote-stage .hero-intro { font-size: .84rem; }
  .home-quote-stage .converter-header-row { display: block; }
  .home-quote-stage .converter-badge { display: inline-flex; margin-top: 8px; }
  .home-quote-stage .converter-row { grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); gap: 6px; }
  .home-quote-stage .calc-field-group { min-width: 0; }
  .home-quote-stage .calc-label { min-height: 31px; line-height: 1.35; }
  .home-quote-stage .calc-input-wrapper { display: block; height: 92px; padding: 8px; }
  .home-quote-stage .calc-currency-tag { inset: 9px auto auto 9px; transform: none; }
  .home-quote-stage .calc-input { position: absolute; inset: auto 8px 8px; width: calc(100% - 16px); height: 38px; padding: 0; line-height: 38px; text-align: center; }
  .home-quote-stage .btn-swap-horizontal { align-self: end; margin-bottom: 17px; }
  .home-quote-stage .btn-swap-horizontal .swap-circle { width: 48px; height: 48px; }
  .home-quote-stage .btn-swap-horizontal .swap-circle svg { transform: none; }
  .home-quote-stage .conversion-statement { font-size: .74rem; }
  .converter-quick-row { display: block; }
  .quick-amounts { justify-content: center; margin-bottom: 9px; }
  .reset-converter { width: 100%; }
  .home-quote-stage .converter-actions-row { display: grid; grid-template-columns: 1fr 1fr; }
  .home-quote-stage .action-btn { min-width: 0; padding-inline: 8px; }
  .main-grid [style*="grid-template-columns:1fr 1fr"],
  .main-grid [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
  .main-grid { gap: 24px; padding: 24px 0; }
  .main-grid strong[id^="res-"] { max-width: 100%; overflow-wrap: anywhere; }
  .hero-band:not(.home-quote-stage) { padding: 26px 0; }
}

/* Full-width information system */
.home-quote-stage .current-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  max-width: 100%;
  font-size: clamp(3rem, 4.7vw, 3.55rem);
}
.home-quote-stage .price-unit { flex: 0 0 auto; margin-left: 0; padding-right: 10px; }

.market-overview-band {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  background: var(--canvas);
}
.market-overview { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-heading-row .section-title { margin: 3px 0 0; }
.section-link { color: var(--teal); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.market-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  overflow: hidden;
}
.market-kpi { min-width: 0; padding: 16px 18px; border-right: 1px solid var(--line); }
.market-kpi:last-child { border-right: 0; }
.market-kpi span,
.uma-strip span { display: block; color: var(--ink-muted); font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.market-kpi strong { display: block; margin-top: 5px; overflow: hidden; color: var(--ink); font-size: 1.05rem; font-variant-numeric: tabular-nums; text-overflow: ellipsis; white-space: nowrap; }
.market-chart-panel { padding: 20px 22px 14px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.chart-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.chart-panel-head strong { font-size: .9rem; }
.chart-panel-head span { color: var(--ink-muted); font-size: .72rem; font-weight: 650; }
.market-chart-panel .chart-wrapper { height: 300px; margin-top: 12px; }
.uma-strip {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(130px, .6fr));
  border-block: 1px solid var(--line);
  background: var(--paper);
}
.uma-strip > div { display: flex; min-width: 0; min-height: 78px; padding: 13px 18px; border-right: 1px solid var(--line); flex-direction: column; justify-content: center; }
.uma-strip > div:first-child { padding-left: 18px; }
.uma-strip > div:last-child { border-right: 0; }
.uma-strip strong { margin-top: 4px; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.uma-strip-intro strong { font-size: 1.12rem; }
.uma-strip-intro small { margin-top: 2px; color: var(--ink-muted); font-size: .72rem; line-height: 1.35; overflow-wrap: anywhere; }

.conversion-section,
.comparison-section { width: min(calc(100% - 64px), var(--shell)); margin-block: 0; margin-inline: auto; padding: 44px 0; }
.conversion-table-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.conversion-table-grid .table-wrapper { border-radius: var(--radius-lg); }
.product-tools-band { padding: 44px 0; background: var(--paper); }
.product-tools-band .section-title,
.comparison-section .section-title { margin-top: 3px; }
.product-tools-band .tools-promo-grid { gap: 0; border-block: 1px solid var(--line); }
.product-tools-band .tool-promo-card { padding: 26px 28px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.product-tools-band .tool-promo-card:last-child { border-right: 0; }
.comparison-section .comparison-card { padding: 0; border: 0; background: transparent; }
.comparison-section .comparison-intro { max-width: 760px; }
.comparison-section .comparison-grid { gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.comparison-section .comp-col { padding: 24px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.comparison-section .comp-col:last-child { border-right: 0; }
.knowledge-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 40px; padding: 44px 0; }
.knowledge-grid .section-block { align-self: start; height: auto; margin: 0; }
.knowledge-grid .info-block { min-height: 0; padding: 10px 0 10px 24px; border: 0; border-left: 2px solid var(--teal); border-radius: 0; background: transparent; }
.knowledge-grid .widget-card { height: auto; padding: 16px; }
.uma-history-panel,
.uma-history-panel .section-block { align-self: start; height: auto; }
.faq-band { padding: 48px 0; border-top: 1px solid var(--line); background: var(--paper); }
.site-footer { margin-top: 0; }

@media (max-width: 760px) {
  .home-quote-stage .current-price { display: block; font-size: clamp(2.55rem, 14vw, 3.2rem); }
  .home-quote-stage .price-unit { display: block; padding-right: 0; }
  .market-overview-band { padding: 34px 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .market-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-kpi { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .market-kpi:nth-child(2n) { border-right: 0; }
  .market-kpi:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .market-chart-panel { padding: 16px 10px 10px; }
  .market-chart-panel .chart-wrapper { height: 220px; }
  .chart-panel-head { padding-inline: 4px; }
  .uma-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .uma-strip > div { min-height: 68px; padding: 11px 12px; border-bottom: 1px solid var(--line); }
  .uma-strip > div:nth-child(2n) { border-right: 0; }
  .uma-strip-intro { grid-column: 1 / -1; padding-left: 12px !important; }
  .uma-strip > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .conversion-section,
  .comparison-section { width: calc(100% - 24px); padding: 32px 0; }
  .conversion-table-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-tools-band .tools-promo-grid { grid-template-columns: 1fr; }
  .product-tools-band .tool-promo-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-tools-band .tool-promo-card:last-child { border-bottom: 0; }
  .comparison-section .comparison-grid { grid-template-columns: 1fr; }
  .comparison-section .comp-col { border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-section .comp-col:last-child { border-bottom: 0; }
  .knowledge-grid { grid-template-columns: 1fr; gap: 30px; padding: 32px 0; }
}

/* Unified product pages: mortgage, Infonavit and historical search */
.tool-page { background: var(--canvas); }
.tool-page .eyebrow,
:root[data-theme="dark"] .tool-page .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 0;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1.25;
}
.tool-page .eyebrow::before {
  width: 16px;
  height: 2px;
  flex: 0 0 16px;
  border-radius: 1px;
  background: var(--teal);
  content: "";
}
.tool-page-hero { padding: 42px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.tool-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: 48px; }
.tool-page-hero .eyebrow { margin-bottom: 7px; }
.tool-page-hero h1 { margin: 0; color: var(--ink); font-size: clamp(2.1rem, 4vw, 3.25rem); font-weight: 900; line-height: 1.06; letter-spacing: 0; }
.tool-page-hero p { max-width: 760px; margin: 14px 0 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.65; }
.tool-rate-context { min-width: 0; padding: 4px 0 4px 28px; border-left: 1px solid var(--line); }
.tool-rate-context span,
.tool-rate-context small { display: block; color: var(--ink-muted); font-size: .72rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.tool-rate-context strong { display: block; margin: 4px 0; overflow-wrap: anywhere; color: var(--teal); font-size: clamp(1.5rem, 2.5vw, 2.05rem); font-variant-numeric: tabular-nums; line-height: 1.15; }

.tool-workspace,
.history-workspace { margin-block: 36px 48px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.tool-workspace-header { display: flex; min-height: 94px; padding: 22px 28px; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.tool-workspace-header .eyebrow { margin-bottom: 4px; }
.tool-workspace-header h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; }
.tool-workspace-header > p { max-width: 430px; margin: 0; color: var(--ink-muted); font-size: .82rem; font-weight: 600; line-height: 1.5; text-align: right; }

.mortgage-workbench { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); }
.tool-input-panel { min-width: 0; padding: 28px; }
.tool-input-panel--flat { border-bottom: 1px solid var(--line); }
.tool-input-panel h3,
.capacity-panel h3,
.tool-results-panel h3,
.comparison-results h3 { margin: 0; font-size: 1.05rem; }
.tool-input-panel > h3 { margin-bottom: 18px; }
.tool-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tool-field-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tool-field-grid--three .tool-field-wide { grid-column: span 2; }
.tool-field-grid--five { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tool-field-grid--five .tool-field-wide { grid-column: span 2; }
.tool-page .calc-column { min-width: 0; }
.tool-page .calc-header { display: block; margin-bottom: 7px; color: var(--ink-muted); font-size: .7rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.tool-page .calc-body { min-width: 0; height: 58px; border-width: 1px; border-radius: var(--radius); background: var(--canvas); }
.tool-page .calc-input { min-width: 0; height: 100%; padding: 10px 14px; color: var(--ink); font-size: 1rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.tool-page select.calc-input { padding-right: 34px; cursor: pointer; }
.tool-input-with-unit { display: flex; padding-inline: 14px; gap: 9px; }
.tool-input-with-unit .calc-input { flex: 1 1 auto; width: 1px; padding-inline: 0; }
.tool-input-with-unit > span { flex: 0 0 auto; color: var(--ink-muted); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.tool-input-with-unit > .tool-prefix { color: var(--ink); font-size: 1rem; }
.loan-summary-line { display: flex; min-height: 66px; margin-top: 22px; padding-top: 18px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.loan-summary-line span { color: var(--ink-soft); font-size: .82rem; font-weight: 650; }
.loan-summary-line strong { max-width: 58%; overflow-wrap: anywhere; color: var(--teal); font-size: 1.35rem; font-variant-numeric: tabular-nums; text-align: right; }

.capacity-panel { min-width: 0; padding: 28px; border-left: 1px solid var(--line); background: color-mix(in srgb, var(--canvas) 58%, var(--paper)); }
.capacity-panel-heading { margin-bottom: 18px; }
.capacity-panel-heading .eyebrow { margin-bottom: 4px; }
.capacity-panel .tool-field-grid { grid-template-columns: 1fr; }
.risk-meter { margin-top: 20px; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: border-color .2s; }
.risk-meter > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.risk-meter span { color: var(--ink-soft); font-size: .76rem; font-weight: 750; }
.risk-meter strong { font-size: 1.45rem; font-variant-numeric: tabular-nums; }
.risk-meter p { margin: 6px 0 0; color: var(--ink-muted); font-size: .75rem; font-weight: 600; line-height: 1.45; }

.tool-results-panel { padding: 28px; border-top: 1px solid var(--line); }
.tool-results-panel > header { margin-bottom: 18px; }
.tool-results-panel .eyebrow { margin-bottom: 4px; }
.primary-results-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.primary-result { min-width: 0; padding: 22px; border-right: 1px solid var(--line); background: var(--canvas); }
.primary-result:last-child { border-right: 0; }
.primary-result > span { display: block; color: var(--ink-muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.primary-result > strong { display: block; margin: 8px 0 4px; overflow-wrap: anywhere; color: var(--ink); font-size: clamp(1.65rem, 3.2vw, 2.45rem); font-variant-numeric: tabular-nums; line-height: 1.12; }
.primary-result > small { color: var(--ink-soft); font-size: .8rem; font-weight: 600; }
.primary-result--warning { background: var(--red-glow); }
.primary-result--warning > strong { color: var(--red); }
.secondary-metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; border-block: 1px solid var(--line); }
.secondary-metrics-grid > div { min-width: 0; padding: 15px 18px; border-right: 1px solid var(--line); }
.secondary-metrics-grid > div:last-child { border-right: 0; }
.secondary-metrics-grid span { display: block; color: var(--ink-muted); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.secondary-metrics-grid strong { display: block; margin-top: 4px; overflow-wrap: anywhere; font-size: .95rem; font-variant-numeric: tabular-nums; }

.comparison-results { padding: 28px; }
.comparison-results > header { display: flex; margin-bottom: 20px; align-items: end; justify-content: space-between; gap: 32px; }
.comparison-results .eyebrow { margin-bottom: 4px; }
.comparison-results > header p { max-width: 520px; margin: 0; color: var(--ink-muted); font-size: .78rem; font-weight: 600; text-align: right; }
.comparison-result-grid { display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); align-items: stretch; }
.comparison-result { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.comparison-result > span { color: var(--ink-muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.comparison-result > strong { display: block; margin: 9px 0; overflow-wrap: anywhere; font-size: clamp(1.65rem, 3vw, 2.3rem); font-variant-numeric: tabular-nums; line-height: 1.12; }
.comparison-result > p { margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.comparison-result--indexed > strong { color: var(--red); }
.comparison-result--fixed > strong { color: var(--green); }
.comparison-divider { position: relative; display: grid; place-items: center; }
.comparison-divider::before { position: absolute; inset: 0 50%; width: 1px; background: var(--line); content: ""; }
.comparison-divider span { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink-muted); font-size: .72rem; font-weight: 900; }

.history-search-console { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); min-height: 260px; }
.history-date-control { padding: 34px 28px; border-right: 1px solid var(--line); background: color-mix(in srgb, var(--canvas) 58%, var(--paper)); }
.history-date-control .calc-body { height: 64px; margin-top: 8px; }
.history-date-control .calc-input { font-size: 1.05rem; }
.history-date-control > p { margin: 12px 0 0; color: var(--ink-muted); font-size: .76rem; line-height: 1.5; }
.history-result { display: none; min-width: 0; padding: 34px 38px; flex-direction: column; justify-content: center; background: var(--paper); }
.history-result > span { color: var(--ink-muted); font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.history-result > strong { margin: 7px 0; overflow-wrap: anywhere; color: var(--teal); font-size: clamp(2.1rem, 5vw, 3.6rem); font-variant-numeric: tabular-nums; line-height: 1.08; }
.history-result > p { margin: 0; color: var(--ink-soft); font-size: .86rem; font-weight: 650; }
.history-facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.history-facts-grid > div { min-width: 0; padding: 18px 22px; border-right: 1px solid var(--line); }
.history-facts-grid > div:last-child { border-right: 0; }
.history-facts-grid span,
.history-facts-grid small { display: block; color: var(--ink-muted); font-size: .66rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.history-facts-grid strong { display: block; margin: 4px 0; font-size: 1rem; }
.history-facts-grid small { letter-spacing: 0; line-height: 1.4; text-transform: none; }

.tool-guidance-band { padding: 44px 0; border-top: 1px solid var(--line); background: var(--paper); }
.tool-guidance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.tool-guidance-grid > div { min-width: 0; padding: 24px; border-right: 1px solid var(--line); }
.tool-guidance-grid > div:last-child { border-right: 0; }
.tool-guidance-grid > div > span { display: grid; width: 30px; height: 30px; margin-bottom: 17px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-size: .75rem; font-weight: 850; }
.tool-guidance-grid h2 { margin: 0 0 7px; font-size: 1rem; }
.tool-guidance-grid p { margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.55; }
.tool-disclaimer { margin-top: 16px; color: var(--ink-muted); font-size: .72rem; text-align: center; }
.indexed-explainer,
.history-guide-grid { display: grid; grid-template-columns: minmax(240px, .7fr) repeat(2, minmax(0, 1fr)); gap: 34px; align-items: start; }
.indexed-explainer .eyebrow,
.history-guide-grid .eyebrow { margin-bottom: 6px; }
.indexed-explainer h2,
.history-guide-grid h2 { margin: 0; font-size: 1.2rem; line-height: 1.3; }
.indexed-explainer > p,
.history-guide-grid > p { margin: 0; padding-left: 24px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }

@media (max-width: 900px) {
  .tool-page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(220px, .48fr); gap: 28px; }
  .mortgage-workbench { grid-template-columns: 1fr; }
  .capacity-panel { border-top: 1px solid var(--line); border-left: 0; }
  .capacity-panel .tool-field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-field-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-field-grid--five .tool-field-wide { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .tool-page-hero { padding: 28px 0; }
  .tool-page-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .tool-page-hero h1 { font-size: 2rem; }
  .tool-page-hero p { margin-top: 10px; font-size: .88rem; }
  .tool-rate-context { padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .tool-rate-context strong { font-size: 1.5rem; }
  .tool-workspace,
  .history-workspace { width: calc(100% - 24px); margin-block: 20px 28px; }
  .tool-workspace-header { min-height: 0; padding: 18px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .tool-workspace-header h2 { font-size: 1.2rem; }
  .tool-workspace-header > p { text-align: left; }
  .tool-input-panel,
  .capacity-panel,
  .tool-results-panel,
  .comparison-results { padding: 18px; }
  .tool-field-grid,
  .tool-field-grid--three,
  .tool-field-grid--five,
  .capacity-panel .tool-field-grid { grid-template-columns: 1fr; gap: 13px; }
  .tool-field-grid--three .tool-field-wide,
  .tool-field-grid--five .tool-field-wide { grid-column: auto; }
  .tool-page .calc-body { height: 54px; }
  .loan-summary-line { align-items: flex-start; flex-direction: column; gap: 5px; }
  .loan-summary-line strong { max-width: 100%; font-size: 1.15rem; text-align: left; }
  .primary-results-grid,
  .secondary-metrics-grid,
  .history-facts-grid { grid-template-columns: 1fr; }
  .primary-result,
  .secondary-metrics-grid > div,
  .history-facts-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .primary-result:last-child,
  .secondary-metrics-grid > div:last-child,
  .history-facts-grid > div:last-child { border-bottom: 0; }
  .primary-result > strong { font-size: 1.7rem; }
  .comparison-results > header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .comparison-results > header p { text-align: left; }
  .comparison-result-grid { grid-template-columns: 1fr; }
  .comparison-divider { height: 52px; }
  .comparison-divider::before { inset: 0 auto; top: 50%; width: 100%; height: 1px; }
  .comparison-result > strong { font-size: 1.65rem; }
  .history-search-console { grid-template-columns: 1fr; min-height: 0; }
  .history-date-control { padding: 22px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .history-result { min-height: 190px; padding: 24px 18px; }
  .history-result > strong { font-size: 2rem; }
  .tool-guidance-band { padding: 30px 0; }
  .tool-guidance-grid,
  .indexed-explainer,
  .history-guide-grid { grid-template-columns: 1fr; gap: 0; }
  .tool-guidance-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-guidance-grid > div:last-child { border-bottom: 0; }
  .indexed-explainer h2,
  .history-guide-grid h2 { margin-bottom: 18px; }
  .indexed-explainer > p,
  .history-guide-grid > p { padding: 16px 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 360px) {
  .site-header {
    position: static;
  }
  :root[data-theme="dark"] .home-quote-stage .hero-converter {
    border-left: 0;
    border-top: 1px solid var(--line);
    box-shadow: none;
  }
  .home-quote-stage .converter-header-row,
  .home-quote-stage .converter-header-row > div {
    text-align: center;
  }
  .home-quote-stage .converter-badge {
    margin-inline: auto;
  }
  .home-quote-stage .converter-row {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    gap: 4px;
  }
  .home-quote-stage .calc-label {
    min-height: 27px;
    font-size: .61rem;
    letter-spacing: .025em;
    text-align: center;
  }
  .home-quote-stage .calc-input-wrapper {
    height: 88px;
    padding: 7px;
  }
  .home-quote-stage .calc-currency-tag {
    inset: 9px 0 auto;
    width: 100%;
    text-align: center;
  }
  .home-quote-stage .btn-swap-horizontal {
    align-self: end;
    margin: 0 0 15px;
  }
  .home-quote-stage .btn-swap-horizontal .swap-circle {
    width: 42px;
    height: 42px;
  }
  .home-quote-stage .btn-swap-horizontal .swap-direction-text {
    display: none;
  }
  .home-quote-stage .conversion-statement {
    flex-wrap: nowrap;
    font-size: .68rem;
    white-space: nowrap;
  }
}
