.t15-page {
  --ink: #05070a;
  --ink-soft: #0b0f14;
  --ink-panel: #121820;
  --paper: #ffffff;
  --paper-bright: #ffffff;
  --sand: #f1f3f5;
  --line: #d9dee4;
  --line-dark: rgba(255, 255, 255, .14);
  --text: #11151a;
  --muted: #59636d;
  --muted-dark: #aeb7c0;
  --cyan: #00b5f1;
  --ice: #7bd7ff;
  --blue: #0039a6;
  --orange: #ff5e14;
  --orange-dark: #c5420c;
  --lime: #34d399;
  --green: #34d399;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.t15-page *,
.t15-page *::before,
.t15-page *::after { box-sizing: border-box; }

.t15-page a { color: inherit; text-decoration: none; }
.t15-page .trade-container { margin: 0 auto; max-width: 1300px; padding-inline: 28px; width: 100%; }
.t15-page .sr-only { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; }

.t15-page :focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.t15-page .site-header {
  backdrop-filter: blur(16px);
  background: rgba(5, 7, 10, .96);
  border-bottom: 1px solid var(--line-dark);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.t15-page .site-header .trade-container { align-items: center; display: flex; gap: 26px; min-height: 42px; }
.t15-page .brand img { display: block; height: 36px; width: auto; }
.t15-page .site-nav { display: flex; gap: 30px; margin-left: auto; }
.t15-page .site-nav a { color: #c5cbd1; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.t15-page .site-nav a:hover,
.t15-page .header-action:hover { color: #fff; }
.t15-page .header-action {
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 7px;
  color: #f5f6f7;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 14px;
  transition: background .2s ease, transform .2s ease;
}
.t15-page .header-action:hover { background: rgba(255, 255, 255, .08); transform: translateY(-1px); }
.t15-page .trade-mobile-menu { display: none; margin-left: auto; position: relative; }
.t15-page .trade-mobile-menu summary { border: 1px solid var(--line-dark); border-radius: 7px; cursor: pointer; list-style: none; padding: 7px; }
.t15-page .trade-mobile-menu summary::-webkit-details-marker { display: none; }
.t15-page .trade-mobile-menu summary span { background: #ffffff; display: block; height: 2px; margin: 4px; width: 18px; }
.t15-page .trade-mobile-menu nav { background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 12px; display: grid; gap: 12px; min-width: 220px; padding: 17px; position: absolute; right: 0; top: 45px; z-index: 10; }
.t15-page .trade-mobile-menu nav a { color: #e6e8eb; font-size: 13px; }

.t15-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 181, 241, .24), transparent 26rem),
    radial-gradient(circle at 14% 86%, rgba(255, 94, 20, .14), transparent 24rem),
    var(--ink);
  color: #f7f8f9;
  isolation: isolate;
  overflow: hidden;
  padding: 62px 0 66px;
  position: relative;
}
.t15-hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 86%);
  opacity: .45;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.t15-hero::after { border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; content: ""; height: 540px; pointer-events: none; position: absolute; right: -180px; top: -220px; width: 540px; }
.t15-crumbs { align-items: center; color: #8d969f; display: flex; flex-wrap: wrap; font-size: 10px; gap: 10px; letter-spacing: .12em; position: relative; text-transform: uppercase; z-index: 1; }
.t15-crumbs a { color: #e3e6e9; transition: color .2s ease; }
.t15-crumbs a:hover { color: var(--ice); }
.t15-hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); padding-top: 54px; position: relative; z-index: 1; }
.t15-eyebrow,
.t15-kicker { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .2em; margin: 0; text-transform: uppercase; }
.t15-section .t15-kicker,
.t15-cta .t15-kicker { color: var(--orange-dark); }
.t15-hero h1 { font-size: clamp(2.9rem, 4.8vw, 4.5rem); letter-spacing: -.07em; line-height: .99; margin: 20px 0 25px; max-width: 720px; }
.t15-hero h1 span,
.t15-hero h1 em { display: block; }
.t15-hero h1 em { color: var(--ice); font-style: normal; margin-top: .12em; }
.t15-lede { color: #c4c9cf; font-size: 16px; line-height: 1.8; max-width: 650px; }
.t15-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.t15-primary,
.t15-secondary { align-items: center; border-radius: 7px; display: inline-flex; font-size: 13px; font-weight: 800; justify-content: center; min-height: 47px; padding: 11px 21px; transition: box-shadow .2s ease, transform .2s ease, background .2s ease; }
.t15-page .t15-primary { background: linear-gradient(135deg, #ff7a3c, var(--orange)); box-shadow: 0 18px 40px -18px rgba(255, 94, 20, .6); color: #ffffff; }
.t15-primary:hover { background: linear-gradient(135deg, #ff8d58, #ff5e14); box-shadow: 0 22px 46px -16px rgba(255, 94, 20, .8); transform: translateY(-2px); }
.t15-secondary { border: 1px solid rgba(255, 255, 255, .3); color: #f1f3f5; }
.t15-secondary:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .7); transform: translateY(-2px); }
.t15-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.t15-meta span { background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: #c5cbd1; font-size: 11px; padding: 5px 10px; }

.t15-hero-card {
  background: var(--paper-bright);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  box-shadow: 18px 24px 64px -34px rgba(0, 0, 0, .9);
  color: var(--text);
  padding: 28px;
  transform: none;
}
.t15-card-top { align-items: center; display: flex; justify-content: space-between; }
.t15-card-top span:first-child { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.t15-signal-badge { background: #e5f8ff; border: 1px solid rgba(0, 181, 241, .4); border-radius: 999px; color: #0039a6; font-size: 10px; font-weight: 850; letter-spacing: .08em; padding: 5px 9px; text-transform: uppercase; }
.t15-signal-score { color: var(--ink); display: block; font-size: clamp(3.6rem, 7vw, 5.8rem); letter-spacing: -.1em; line-height: .9; margin: 34px 0 13px; }
.t15-hero-card > p { color: var(--muted); font-size: 13px; margin: 0; }
.t15-rule { background: var(--line); height: 1px; margin: 27px 0 19px; }
.t15-card-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.t15-card-grid span { color: var(--muted); display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.t15-card-grid b { color: var(--ink); display: block; font-size: 16px; margin-top: 3px; }
.t15-card-grid small { color: var(--muted); display: block; font-size: 11px; margin-top: 3px; }

.t15-page-nav { backdrop-filter: blur(14px); background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); border-top: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 8px 20px rgba(0, 0, 0, .06); max-width: 100%; overflow: hidden; padding: 15px 0; position: sticky; top: 72px; z-index: 8; }
.t15-page-nav .trade-container { align-items: center; display: flex; gap: 25px; overflow-x: auto; scrollbar-width: none; }
.t15-page-nav .trade-container::-webkit-scrollbar { display: none; }
.t15-page-nav span { border-right: 1px solid var(--line); color: var(--muted); flex: 0 0 auto; font-size: 10px; font-weight: 850; letter-spacing: .13em; padding-right: 17px; text-transform: uppercase; }
.t15-page-nav a { color: #35404b; flex: 0 0 auto; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.t15-page-nav a:hover { color: var(--blue); }

.t15-kpis { background: var(--ink-soft); border-bottom: 1px solid var(--line-dark); padding: 42px 0 46px; }
.t15-kpi-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.t15-kpi { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; min-height: 130px; padding: 23px; position: relative; transition: border-color .2s ease, transform .2s ease; }
.t15-kpi::before { background: var(--cyan); content: ""; height: 3px; left: 0; position: absolute; right: 0; top: -1px; }
.t15-kpi:nth-child(2)::before { background: var(--lime); }
.t15-kpi:nth-child(3)::before { background: var(--blue); }
.t15-kpi:nth-child(4)::before { background: var(--orange); }
.t15-kpi:hover { border-color: rgba(255, 255, 255, .46); transform: translateY(-3px); }
.t15-kpi span,
.t15-kpi small { color: var(--muted-dark); display: block; font-size: 11px; }
.t15-kpi strong { color: #f5f6f7; display: block; font-size: 31px; letter-spacing: -.065em; line-height: 1.2; margin: 11px 0 6px; }
.t15-kpi.is-accent strong { color: var(--ice); }

.t15-section { background: var(--paper); border-top: 1px solid var(--line); padding: 82px 0; }
.t15-section.tint { background: var(--sand); }
.t15-heading { display: grid; gap: 48px; grid-template-columns: 1.18fr .82fr; margin-bottom: 38px; }
.t15-heading > div { border-left: 3px solid var(--orange); padding-left: 17px; }
.t15-heading h2 { color: var(--ink); font-size: clamp(1.9rem, 3vw, 2.65rem); letter-spacing: -.06em; line-height: 1.05; margin: 8px 0; }
.t15-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; padding-top: 8px; }
.t15-copy-grid,
.t15-fact-grid,
.t15-related-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.t15-card,
.t15-fact,
.t15-related { background: var(--paper-bright); border: 1px solid rgba(24, 37, 51, .11); border-radius: 17px; box-shadow: 0 16px 36px rgba(0, 0, 0, .06); padding: 26px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.t15-card:hover,
.t15-fact:hover,
.t15-related:hover { border-color: rgba(17, 21, 26, .48); box-shadow: 0 20px 42px rgba(0, 0, 0, .1); transform: translateY(-3px); }
.t15-card h3,
.t15-fact h3,
.t15-related h3 { color: var(--ink); font-size: 19px; letter-spacing: -.025em; line-height: 1.25; margin: 11px 0 13px; }
.t15-card p,
.t15-fact p,
.t15-related p { color: #56606a; font-size: 14px; line-height: 1.7; margin: 0; }
.t15-label { color: var(--muted); display: block; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.t15-value { color: var(--ink); display: block; font-size: 27px; letter-spacing: -.06em; margin: 8px 0; }
.t15-fact-list { display: grid; gap: 0; margin: 0; }
.t15-fact-list div { border-top: 1px solid var(--line); display: flex; gap: 20px; justify-content: space-between; padding: 13px 0; }
.t15-fact-list div:first-child { border-top: 0; padding-top: 0; }
.t15-fact-list dt { color: var(--muted); font-size: 12px; }
.t15-fact-list dd { color: var(--ink); font-size: 12px; font-weight: 800; margin: 0; text-align: right; }

.t15-evidence-grid { align-items: start; display: grid; gap: 25px; grid-template-columns: .82fr 1.18fr; }
.t15-product-observation { background: linear-gradient(145deg, #0039a6, #06101d 78%); border: 1px solid rgba(0, 181, 241, .42); border-radius: 17px; box-shadow: 0 18px 40px rgba(0, 57, 166, .2); color: #f5f7f9; padding: 27px; }
.t15-product-observation .t15-kicker { color: #74ddff; }
.t15-product-observation h3 { font-size: 21px; letter-spacing: -.035em; line-height: 1.2; margin: 10px 0 26px; }
.t15-observation-value { border-bottom: 1px solid rgba(255, 255, 255, .16); padding-bottom: 20px; }
.t15-observation-value strong { color: #fff; display: block; font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: -.065em; line-height: 1; }
.t15-observation-value span { color: #b9c7d5; display: block; font-size: 12px; line-height: 1.5; margin-top: 8px; }
.t15-product-observation .t15-fact-list { margin-top: 20px; }
.t15-product-observation .t15-fact-list div { border-color: rgba(255, 255, 255, .13); }
.t15-product-observation .t15-fact-list dt { color: #b9c7d5; }
.t15-product-observation .t15-fact-list dd { color: #fff; }
.t15-product-observation .t15-table-note { color: #b9c7d5; line-height: 1.55; margin: 20px 0 0; }
.t15-table-wrap { background: var(--paper-bright); border: 1px solid rgba(24, 37, 51, .12); border-radius: 17px; box-shadow: 0 16px 36px rgba(0, 0, 0, .06); overflow: auto; }
.t15-table { border-collapse: collapse; min-width: 100%; width: 100%; }
.t15-table caption { caption-side: top; color: var(--ink); font-size: 13px; font-weight: 850; padding: 0 0 11px; text-align: left; }
.t15-table th { background: #eef0f2; color: #303840; font-size: 10px; font-weight: 850; letter-spacing: .1em; padding: 16px 18px; text-align: left; text-transform: uppercase; white-space: nowrap; }
.t15-table td { border-top: 1px solid #e0e4e8; color: #33404b; font-size: 13px; padding: 16px 18px; vertical-align: top; }
.t15-table tbody tr:nth-child(even) td { background: rgba(0, 0, 0, .025); }
.t15-table tbody tr:hover td { background: rgba(0, 0, 0, .05); }
.t15-table-note { color: var(--muted); font-size: 12px; margin: 13px 2px 0; }
.t15-sparkline { background: var(--ink); border-radius: 17px; box-shadow: 0 16px 36px rgba(0, 0, 0, .15); margin: 0 0 22px; overflow: hidden; padding: 18px 18px 14px; }
.t15-sparkline svg { color: var(--cyan); display: block; height: auto; width: 100%; }
.t15-sparkline svg circle { fill: var(--cyan); }
.t15-sparkline svg polyline { stroke: var(--cyan); }
.t15-sparkline svg text { fill: #aeb7c0; }
.t15-sparkline figcaption { color: #aeb7c0; font-size: 12px; line-height: 1.55; padding: 10px 4px 0; }
.t15-chart-heading { align-items: baseline; display: flex; justify-content: space-between; padding: 0 4px 10px; }
.t15-chart-heading span { color: #fff; font-size: 13px; font-weight: 850; }
.t15-chart-heading small { color: #aeb7c0; font-size: 11px; }
.t15-evidence-actions { align-items: center; background: #eef9fd; border: 1px solid rgba(0, 181, 241, .3); border-radius: 17px; display: flex; gap: 28px; justify-content: space-between; margin-top: 25px; padding: 25px 27px; }
.t15-evidence-actions h3 { color: var(--ink); font-size: 20px; letter-spacing: -.035em; margin: 8px 0; }
.t15-evidence-actions p:not(.t15-kicker) { color: #526270; font-size: 13px; line-height: 1.65; margin: 0; max-width: 600px; }
.t15-evidence-actions nav { align-items: center; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.t15-evidence-actions .t15-secondary { border-color: #0039a6; color: #0039a6; }
.t15-evidence-actions .t15-secondary:hover { background: rgba(0, 57, 166, .07); }
.t15-text-link { color: #0039a6; font-size: 12px; font-weight: 800; padding: 8px 3px; text-decoration: underline; text-decoration-color: rgba(0, 57, 166, .35); text-underline-offset: 4px; }
.t15-text-link:hover { color: #ff5e14; }

.t15-signal-grid { display: grid; gap: 22px; grid-template-columns: 1.15fr .85fr; }
.t15-signal-panel { background: var(--paper-bright); border: 1px solid rgba(24, 37, 51, .12); border-left: 4px solid var(--cyan); border-radius: 14px; box-shadow: 0 16px 36px rgba(0, 0, 0, .07); padding: 27px; }
.t15-signal-panel h3 { color: var(--ink); font-size: 21px; letter-spacing: -.035em; line-height: 1.2; margin: 10px 0 12px; }
.t15-signal-panel p { color: #56606a; font-size: 14px; line-height: 1.75; margin: 0; }

.t15-faq-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.t15-faq { background: transparent; border-bottom: 1px solid rgba(24, 37, 51, .18); padding: 8px 4px 23px; }
.t15-faq h3 { color: var(--ink); font-size: 16px; letter-spacing: -.015em; line-height: 1.35; margin: 0 0 9px; }
.t15-faq p { color: #5a6974; font-size: 13px; line-height: 1.7; margin: 0; }

.t15-cta { align-items: center; background: linear-gradient(125deg, #0039a6, #06101d 58%, #0b1b2b); border: 1px solid rgba(0, 181, 241, .46); border-radius: 20px; box-shadow: 0 24px 52px rgba(0, 57, 166, .28); color: #f3f4f6; display: flex; gap: 30px; justify-content: space-between; padding: 30px 32px; }
.t15-cta h2 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.05em; line-height: 1.08; margin: 8px 0; }
.t15-cta p:not(.t15-kicker) { color: #b9c0c7; font-size: 14px; margin: 0; }
.t15-cta .t15-actions { flex: 0 0 auto; margin-top: 0; }
.t15-cta .t15-secondary { border-color: rgba(255, 255, 255, .3); }

.t15-page #signal,
.t15-page #competition { background: var(--ink); border-color: var(--line-dark); color: #f0f1f3; }
.t15-page #signal .t15-heading > div,
.t15-page #competition .t15-heading > div { border-color: var(--lime); }
.t15-page #signal .t15-kicker,
.t15-page #competition .t15-kicker { color: var(--lime); }
.t15-page #signal .t15-heading h2,
.t15-page #competition .t15-heading h2 { color: #f7f8f9; }
.t15-page #signal .t15-heading > p,
.t15-page #competition .t15-heading > p { color: var(--muted-dark); }
.t15-page #signal .t15-signal-panel,
.t15-page #signal .t15-card,
.t15-page #competition .t15-signal-panel { background: var(--ink-panel); border-color: rgba(255, 255, 255, .18); color: #f0f1f3; }
.t15-page #signal .t15-signal-panel h3,
.t15-page #competition .t15-signal-panel h3 { color: #fff; }
.t15-page #signal .t15-signal-panel p,
.t15-page #competition .t15-signal-panel p { color: #b7bec6; }
.t15-page #signal .t15-fact-list div { border-color: var(--line-dark); }
.t15-page #signal .t15-fact-list dt { color: var(--muted-dark); }
.t15-page #signal .t15-fact-list dd { color: #f7f8f9; }
.t15-page #competition .t15-table-wrap { background: var(--ink-panel); border-color: rgba(255, 255, 255, .18); }
.t15-page #competition .t15-table th { background: rgba(255, 255, 255, .06); color: #c8ced4; }
.t15-page #competition .t15-table td { border-color: rgba(255, 255, 255, .1); color: #e7e9ec; }
.t15-page #competition .t15-table tbody tr:nth-child(even) td { background: rgba(255, 255, 255, .025); }
.t15-page #competition .t15-table tbody tr:hover td { background: rgba(255, 255, 255, .08); }

.t15-page .data-attribution { background: #eef9fd; border-top: 1px solid rgba(0, 181, 241, .25); padding: 60px 0; }
.t15-page .data-attribution .section-heading { max-width: 880px; }
.t15-page .data-attribution .section-kicker { color: #a9431d; font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.t15-page .data-attribution h2 { color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.05em; line-height: 1.1; margin: 9px 0 14px; }
.t15-page .data-attribution p { color: #425466; font-size: 14px; line-height: 1.8; margin: 0; }
.t15-page .data-attribution a { color: #0039a6; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.t15-page .site-footer { background: var(--ink); border-top: 1px solid var(--line-dark); margin-top: 0; padding: 52px 0 22px; }
.t15-page .footer-grid { display: grid; gap: 28px; grid-template-columns: 1.5fr repeat(3, 1fr); }
.t15-page .footer-brand { color: #f5f6f7; display: inline-block; font-size: 1.2rem; font-weight: 850; }
.t15-page .footer-brand::before { background: var(--orange); border-radius: 99px; content: ""; display: block; height: 3px; margin-bottom: 11px; width: 28px; }
.t15-page .site-footer p { color: #aeb5bd; font-size: 13px; }
.t15-page .footer-note,
.t15-page .footer-bottom small { color: #9ca5ae !important; }
.t15-page .site-footer h2 { color: #dfe2e6; font-size: 10px; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; }
.t15-page .site-footer nav { display: grid; gap: 8px; }
.t15-page .site-footer nav a { color: #c5cbd1; font-size: 13px; }
.t15-page .site-footer nav a:hover { color: var(--ice); }
.t15-page .site-footer .social-link { align-items: center; display: flex; gap: 8px; }
.t15-page .site-footer .social-link svg { fill: currentColor; height: 18px; width: 18px; }
.t15-page .footer-bottom { align-items: center; border-top: 1px solid var(--line-dark); display: flex; gap: 20px; justify-content: space-between; margin-top: 38px; padding-top: 17px; }
.t15-page .footer-bottom nav { display: flex; gap: 18px; }
.t15-related-status { color: var(--muted); font-size: 11px; }

@media (max-width: 980px) {
  .t15-hero-grid { gap: 42px; grid-template-columns: 1fr; }
  .t15-hero-card { max-width: 520px; }
  .t15-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .t15-heading { gap: 24px; }
  .t15-evidence-grid,
  .t15-signal-grid { grid-template-columns: 1fr; }
  .t15-evidence-actions { align-items: stretch; flex-direction: column; }
  .t15-evidence-actions nav { justify-content: flex-start; }
  .t15-copy-grid,
  .t15-fact-grid,
  .t15-faq-grid,
  .t15-related-grid { grid-template-columns: repeat(2, 1fr); }
  .t15-page .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .t15-page .trade-container { padding-inline: 17px; }
  .t15-page .site-header { padding: 12px 0; }
  .t15-page .brand img { height: 32px; }
  .t15-page .site-nav,
  .t15-page .header-action { display: none; }
  .t15-page .trade-mobile-menu { display: block; }
  .t15-hero { padding: 40px 0 44px; }
  .t15-hero-grid { gap: 34px; padding-top: 36px; }
  .t15-hero h1 { font-size: 2.55rem; letter-spacing: -.065em; }
  .t15-hero-card { padding: 24px; transform: none; }
  .t15-actions { flex-direction: column; }
  .t15-actions a { width: 100%; }
  .t15-page-nav { padding: 12px 0; top: 56px; }
  .t15-page-nav .trade-container { gap: 18px; mask-image: linear-gradient(90deg, #000 0 calc(100% - 30px), transparent 100%); padding-right: 34px; }
  .t15-kpis { padding: 30px 0 34px; }
  .t15-kpi-grid,
  .t15-copy-grid,
  .t15-fact-grid,
  .t15-faq-grid,
  .t15-related-grid { grid-template-columns: 1fr; }
  .t15-kpi { min-height: 0; padding: 19px; }
  .t15-kpi strong { font-size: 27px; }
  .t15-section { padding: 58px 0; }
  .t15-heading { display: block; margin-bottom: 27px; }
  .t15-heading > p { margin-top: 17px; }
  .t15-card,
  .t15-fact,
  .t15-related,
  .t15-signal-panel { padding: 21px; }
  .t15-table-wrap { box-shadow: inset -24px 0 18px -18px rgba(0, 0, 0, .2); overscroll-behavior-x: contain; scrollbar-color: #11151a #dfe3e8; scrollbar-width: auto; }
  .t15-table { min-width: 0; table-layout: fixed; }
  .t15-table th,
  .t15-table td { overflow-wrap: anywhere; padding: 13px; white-space: normal; }
  .t15-product-observation { padding: 22px; }
  .t15-chart-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .t15-evidence-actions { gap: 19px; padding: 22px; }
  .t15-evidence-actions nav { align-items: stretch; flex-direction: column; }
  .t15-evidence-actions nav a { width: 100%; }
  .t15-evidence-actions .t15-text-link { text-align: center; }
  .t15-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .t15-cta .t15-actions { margin-top: 3px; }
  .t15-page .footer-grid { grid-template-columns: 1fr 1fr; }
  .t15-page .footer-grid > div:first-child { grid-column: 1 / -1; }
  .t15-page .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 420px) {
  .t15-hero h1 { font-size: 2.25rem; }
  .t15-page .footer-grid { grid-template-columns: 1fr; }
  .t15-page .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .t15-page *,
  .t15-page *::before,
  .t15-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
