@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --ink: #121417;
  --muted: #5f6773;
  --line: #dfe3e8;
  --paper: #ffffff;
  --soft: #f5f7f9;
  --brand: #0b4a6f;
  --accent: #b42318;
  --premium-ink: #08111f;
  --premium-blue: #2457ff;
  --premium-emerald: #16c784;
  --premium-amber: #ffb020;
  --premium-coral: #ff5a6a;
  --premium-surface: #f4f7fb;
  --max: 1180px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.site-header__inner,
.site-footer__inner,
.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
}

.hero {
  padding: 34px 0 20px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

h1,
h2,
h3 {
  font-family: Archivo, Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin: 0 0 12px;
  font-size: clamp(34px, 6vw, 60px);
}

.deck {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 32px;
  padding: 30px 0 46px;
}

.article-list {
  display: grid;
  gap: 22px;
}

.story-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.story-card img {
  width: 220px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--soft);
}

.story-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.story-card h2 a {
  color: var(--ink);
  text-decoration: none;
}

.meta {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 4px;
  color: var(--muted);
  font-size: 14px;
}

.byline {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.summary {
  margin: 0 0 10px;
  color: #2c333a;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag {
  display: inline-flex;
  padding: 3px 9px;
  border: 1px solid var(--line);
  color: #36404a;
  text-decoration: none;
  font-size: 12px;
}

.side-panel {
  border-left: 3px solid var(--brand);
  padding-left: 18px;
}

.side-panel h2 {
  margin-top: 0;
  font-size: 18px;
}

.side-panel ul {
  padding-left: 18px;
  margin: 0;
}

.article {
  width: min(780px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.article h1 {
  font-size: clamp(32px, 5vw, 52px);
}

.article-hero {
  margin: 26px 0 22px;
}

.article-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.article-body p {
  margin: 0 0 18px;
  font-size: 18px;
}

.article-body h2 {
  margin: 30px 0 10px;
  font-size: 24px;
}

.source-list {
  padding-left: 20px;
}

.author-box {
  margin-top: 34px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  background: var(--soft);
}

.author-box h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.author-box p {
  margin: 0;
  color: #2c333a;
  font-size: 15px;
}

.video-card,
.deep-explain-box {
  margin: 28px 0;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  background: #f8fafb;
  padding: 16px;
}

.video-card h2,
.deep-explain-box h2 {
  margin-top: 0;
}

.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #101820;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.info-card,
.verdict-box,
.step-list {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 10px 28px rgba(12, 44, 70, 0.08);
}

.info-card {
  padding: 16px;
}

.info-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 14px;
  text-transform: uppercase;
}

.info-card p {
  margin: 0;
  font-size: 15px;
}

.verdict-box {
  margin: 26px 0;
  padding: 20px;
  border-left: 5px solid var(--accent);
}

.verdict-box h2 {
  margin-top: 0;
}

.action-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.source-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--brand);
  background: #ffffff;
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.step-list {
  counter-reset: step;
  list-style: none;
  padding: 6px 18px;
  margin: 20px 0;
}

.step-list li {
  counter-increment: step;
  position: relative;
  margin: 14px 0;
  padding-left: 44px;
}

.step-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.guide-hero-panel {
  margin: 22px 0 26px;
  padding: 22px;
  border: 1px solid #d8e8ff;
  background:
    radial-gradient(circle at 20% 20%, rgba(18, 132, 255, 0.16), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(255, 184, 48, 0.18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #fff8e8 100%);
}

.guide-hero-panel h2 {
  margin-top: 0;
  font-size: 26px;
}

.money-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.money-metric {
  min-height: 96px;
  padding: 14px;
  border: 1px solid #dce6f2;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(12, 44, 70, 0.08);
}

.money-metric strong {
  display: block;
  color: var(--accent);
  font-size: 13px;
  text-transform: uppercase;
}

.money-metric span {
  display: block;
  margin-top: 6px;
  color: #17202a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.guide-table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 44, 70, 0.07);
}

.guide-table th,
.guide-table td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  background: #0b4a6f;
  color: #fff;
}

.warning-box {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #ffd7a8;
  border-left: 5px solid #f59f00;
  background: #fff8e8;
}

.warning-box h2,
.warning-box h3 {
  margin-top: 0;
}

.premium-guide {
  background:
    linear-gradient(180deg, #f7faff 0%, #ffffff 34%, #f7fbff 100%);
}

.premium-guide .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.premium-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.premium-hero {
  position: relative;
  overflow: hidden;
  margin: 30px auto 26px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(36, 87, 255, 0.16);
  background:
    radial-gradient(circle at 78% 14%, rgba(22, 199, 132, 0.22), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(255, 176, 32, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef4ff 52%, #f2fbf7 100%);
  box-shadow: 0 24px 70px rgba(8, 17, 31, 0.10);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(36, 87, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 87, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.premium-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.85fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(36, 87, 255, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: var(--premium-blue);
  font-family: Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 780px;
  font-size: clamp(38px, 6vw, 72px);
  color: var(--premium-ink);
}

.premium-hero .deck {
  max-width: 680px;
  color: #334155;
  font-size: clamp(18px, 2vw, 21px);
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--premium-blue);
  background: var(--premium-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(36, 87, 255, 0.20);
}

.premium-btn.secondary {
  background: #fff;
  color: var(--premium-blue);
  box-shadow: none;
}

.premium-dashboard {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(116, 118, 136, 0.26);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(8, 17, 31, 0.13);
}

.premium-dashboard::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(36, 87, 255, 0.12);
  pointer-events: none;
}

.dashboard-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.dashboard-kicker {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-value {
  margin: 0;
  color: var(--premium-ink);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
  font-weight: 900;
}

.mini-chart {
  min-height: 170px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(15, 23, 42, 0.92)),
    radial-gradient(circle at 85% 20%, rgba(22, 199, 132, 0.50), transparent 28%);
  color: #fff;
  overflow: hidden;
}

.mini-chart svg {
  width: 100%;
  height: 110px;
}

.dashboard-chips,
.premium-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-chip,
.premium-metric-card,
.path-card,
.premium-card {
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(8, 17, 31, 0.06);
}

.dashboard-chip {
  padding: 12px;
}

.dashboard-chip strong,
.premium-metric-card strong {
  display: block;
  color: #64748b;
  font-family: Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dashboard-chip span,
.premium-metric-card span {
  display: block;
  margin-top: 5px;
  color: var(--premium-ink);
  font-weight: 900;
  line-height: 1.25;
}

.premium-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.premium-toc {
  position: sticky;
  top: 96px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(8, 17, 31, 0.06);
}

.premium-toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--premium-ink);
}

.premium-toc a {
  display: block;
  padding: 8px 0;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
}

.premium-content {
  min-width: 0;
}

.premium-section {
  margin: 0 0 26px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(148, 163, 184, 0.30);
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.055);
}

.premium-section.tint-blue {
  background: linear-gradient(135deg, #ffffff, #eef4ff);
}

.premium-section.tint-green {
  background: linear-gradient(135deg, #ffffff, #f2fbf7);
}

.premium-section.tint-amber {
  background: linear-gradient(135deg, #ffffff, #fff8e8);
}

.premium-section h2 {
  margin-top: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.travel-luxe {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 185, 86, 0.22), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(63, 131, 248, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf8ef 0%, #f7fbff 36%, #ffffff 100%);
}

.travel-luxe .premium-hero {
  border-color: rgba(15, 76, 129, 0.16);
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 158, 11, 0.22), transparent 30%),
    radial-gradient(circle at 92% 86%, rgba(20, 184, 166, 0.20), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eff8ff 54%, #fff7e8 100%);
}

.travel-luxe .premium-badge,
.travel-pill {
  border-color: rgba(15, 76, 129, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: #0f4c81;
}

.travel-luxe .premium-btn {
  border-color: #0f4c81;
  background: #0f4c81;
  box-shadow: 0 12px 28px rgba(15, 76, 129, 0.20);
}

.travel-luxe .premium-btn.secondary {
  background: #fff;
  color: #0f4c81;
}

.travel-visual {
  overflow: hidden;
  border: 1px solid rgba(15, 76, 129, 0.16);
  background: #fff;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
}

.travel-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.travel-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.travel-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.travel-decision {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.travel-decision-card {
  padding: 22px;
  border: 1px solid rgba(15, 76, 129, 0.16);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.travel-decision-card strong {
  display: block;
  margin-bottom: 8px;
  color: #b45309;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.travel-decision-card span {
  display: block;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.04;
}

.travel-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.travel-check-card {
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.30);
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.travel-check-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0f4c81;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.travel-check-card span {
  display: block;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.travel-timeline {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

.travel-timeline-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
}

.travel-timeline-item strong {
  color: #0f4c81;
}

.travel-source-note {
  padding: 16px 18px;
  border-left: 5px solid #f59e0b;
  background: #fff8e8;
}

.creator-luxe {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 184, 166, 0.22), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(255, 176, 32, 0.20), transparent 32%),
    linear-gradient(180deg, #fbfff8 0%, #f6fbff 36%, #ffffff 100%);
}

.creator-luxe .premium-hero {
  border-color: rgba(17, 94, 89, 0.18);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 176, 32, 0.26), transparent 30%),
    radial-gradient(circle at 92% 84%, rgba(20, 184, 166, 0.24), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f4fff6 48%, #eef6ff 100%);
}

.creator-luxe .premium-badge,
.creator-pill {
  border-color: rgba(17, 94, 89, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #0f766e;
}

.creator-luxe .premium-btn {
  border-color: #0f766e;
  background: #0f766e;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.20);
}

.creator-luxe .premium-btn.secondary {
  background: #fff;
  color: #0f766e;
}

.creator-visual {
  overflow: hidden;
  border: 1px solid rgba(17, 94, 89, 0.16);
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.14);
}

.creator-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.creator-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.creator-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.creator-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.creator-score {
  display: grid;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 176, 32, 0.28), transparent 34%),
    linear-gradient(135deg, #0f172a, #0f766e);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 38px rgba(15, 118, 110, 0.20);
}

.creator-score strong {
  display: block;
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1;
}

.creator-score span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.creator-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.creator-card {
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 255, 252, 0.92));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.065);
}

.creator-card:nth-child(2) {
  background: linear-gradient(145deg, #fff, #fff8e8);
}

.creator-card:nth-child(3) {
  background: linear-gradient(145deg, #fff, #eef6ff);
}

.creator-card:nth-child(4) {
  background: linear-gradient(145deg, #fff, #f4f1ff);
}

.creator-card strong {
  display: block;
  margin-bottom: 10px;
  color: #0f766e;
  font-family: Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.creator-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.creator-flow {
  display: grid;
  gap: 12px;
  counter-reset: launch-step;
}

.creator-flow li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.30);
  background: #fff;
  list-style: none;
}

.creator-flow li::before {
  counter-increment: launch-step;
  content: counter(launch-step);
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #0f766e;
  color: #fff;
  font-weight: 950;
}

.creator-video {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: center;
}

.creator-video .video-embed {
  margin: 0;
}

.creator-warning {
  border-left: 6px solid #f97316;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.94));
}

.creator-glow-note {
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.25), transparent 26%),
    linear-gradient(135deg, #2563eb 0%, #0f766e 55%, #f59e0b 135%);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.20);
}

.creator-glow-note h3,
.creator-glow-note p {
  color: #fff;
}

.creator-glow-note h3 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .premium-shell {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .premium-hero {
    padding: 24px 20px;
  }

  .premium-hero-grid {
    grid-template-columns: 1fr;
  }

  .premium-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 42px);
    overflow-wrap: anywhere;
  }

  .premium-hero .deck {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .travel-decision,
  .travel-check-grid,
  .creator-answer,
  .creator-card-grid,
  .creator-video {
    grid-template-columns: 1fr;
  }

  .travel-timeline-item {
    grid-template-columns: 1fr;
  }

  .travel-pill {
    max-width: 100%;
    white-space: normal;
  }

  .creator-pill {
    max-width: 100%;
    white-space: normal;
  }

  .premium-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.premium-section p,
.premium-section li {
  font-size: 17px;
}

.premium-metric-card {
  min-height: 112px;
  padding: 16px;
  border-top: 5px solid var(--premium-blue);
}

.premium-metric-card.green {
  border-top-color: var(--premium-emerald);
}

.premium-metric-card.amber {
  border-top-color: var(--premium-amber);
}

.premium-metric-card.coral {
  border-top-color: var(--premium-coral);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.path-card {
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.path-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(36, 87, 255, 0.12);
}

.path-card .num {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  place-items: center;
  background: var(--premium-blue);
  color: #fff;
  font-weight: 900;
}

.premium-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #fff;
}

.premium-table th,
.premium-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  text-align: left;
  vertical-align: top;
}

.premium-table th {
  background: #08111f;
  color: #fff;
}

.premium-table tr:nth-child(even) td {
  background: #f8fbff;
}

.status-chip {
  display: inline-flex;
  padding: 4px 8px;
  background: #eef4ff;
  color: var(--premium-blue);
  font-size: 12px;
  font-weight: 800;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.source-card {
  padding: 14px;
  border: 1px solid rgba(36, 87, 255, 0.20);
  background: #fff;
  text-decoration: none;
  color: var(--premium-ink);
}

.source-card strong {
  display: block;
  color: var(--premium-blue);
}

.premium-faq details {
  margin: 10px 0;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.30);
  background: #fff;
}

.premium-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.mask-visual {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  margin: 18px 0;
  padding: 42px 54px 54px 88px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(36, 87, 255, 0.95), rgba(22, 199, 132, 0.86)),
    radial-gradient(circle at 78% 20%, rgba(255, 176, 32, 0.55), transparent 30%);
  clip-path: polygon(0 0, 100% 0, 94% 88%, 8% 100%);
  color: #fff;
}

.mask-visual div {
  position: relative;
  inset: auto;
  max-width: 720px;
  z-index: 1;
}

.mask-visual strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
}

.mask-visual p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.signal-card {
  padding: 18px;
  border: 1px solid rgba(36, 87, 255, 0.18);
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 176, 32, 0.18), transparent 38%),
    linear-gradient(145deg, #ffffff, #f5fbff);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.signal-card:nth-child(2) {
  background: linear-gradient(145deg, #ffffff, #f2fbf7);
}

.signal-card:nth-child(3) {
  background: linear-gradient(145deg, #ffffff, #fff8e8);
}

.signal-card:nth-child(4) {
  background: linear-gradient(145deg, #ffffff, #f4f1ff);
}

.signal-card strong {
  display: block;
  margin-bottom: 10px;
  color: #0f766e;
  font-family: Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.signal-card span {
  display: block;
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid #d8e3f6;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.info-table th,
.info-table td {
  padding: 16px;
  border-bottom: 1px solid #e6eefb;
  text-align: left;
  vertical-align: top;
}

.info-table th {
  background: #0b1b36;
  color: #fff;
  font-family: Archivo, Poppins, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.info-table tr:last-child td {
  border-bottom: 0;
}

.info-table td:first-child {
  color: #0b55d9;
  font-weight: 800;
  white-space: nowrap;
}

.ai-glow-note {
  margin: 18px 0;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #111827 0%, #2457ff 56%, #16c784 130%);
  box-shadow: 0 18px 46px rgba(36, 87, 255, 0.20);
}

.ai-glow-note h2,
.ai-glow-note h3,
.ai-glow-note p {
  color: #fff;
}

.ai-glow-note h2,
.ai-glow-note h3 {
  margin-top: 0;
}

.magazine-page {
  background: #fafafa;
  color: #1a1a1a;
  overflow-x: hidden;
}

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

.magazine-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.mag-shell {
  width: min(1600px, calc(100% - 32px));
  margin: 0 auto;
}

.mag-hero {
  position: relative;
  min-height: clamp(520px, 64vw, 720px);
  margin: 28px auto 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #111;
}

.mag-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.mag-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.36) 46%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, transparent 44%);
}

.mag-hero-copy,
.mag-hero-strip {
  position: relative;
  z-index: 1;
}

.mag-hero-copy {
  max-width: 780px;
  padding: clamp(34px, 7vw, 86px);
}

.mag-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 88px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.mag-hero h1 em {
  display: inline-block;
  padding: 0 18px 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-style: italic;
  font-weight: 400;
}

.mag-hero .deck {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
}

.mag-hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 42px clamp(28px, 6vw, 72px) 34px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
}

.mag-hero-note {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 14px;
}

.mag-hero-note strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.16;
}

.mag-hero-note span {
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 54px;
}

.mag-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mag-card .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
}

.mag-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.mag-card:hover img {
  transform: scale(1.04);
}

.mag-card h2,
.mag-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.12;
}

.mag-card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.mag-pill {
  display: inline-flex;
  width: max-content;
  padding: 4px 7px;
  background: #1a1a1a;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
}

.mag-article-body {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: clamp(24px, 5vw, 72px);
}

.mag-article-body h2 {
  margin: 34px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.mag-article-body p,
.mag-article-body li {
  color: #30343a;
  font-size: 18px;
}

.mag-answer {
  margin: 0 0 32px;
  padding: 26px;
  border-left: 5px solid #1a1a1a;
  background: #f7f7f4;
}

.mag-answer h2 {
  margin-top: 0;
}

.mag-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  margin: 38px 0;
  border: 1px solid #eaeaea;
  background: #fff;
}

.mag-split .panel {
  padding: clamp(24px, 4vw, 56px);
}

.mag-split .dark {
  display: grid;
  place-items: center;
  min-height: 330px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 34%), #101214;
  color: #fff;
  text-align: center;
}

.mag-split .dark strong {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mag-side {
  position: sticky;
  top: 92px;
}

.mag-side-card {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.mag-side-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mag-source-list a {
  display: block;
  margin: 10px 0;
  color: #1a1a1a;
}

.app-guide-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 143, 31, 0.18), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(27, 199, 168, 0.16), transparent 28%),
    #fbfcf7;
  color: #10202a;
  overflow-x: hidden;
}

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

.app-guide-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.app-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.app-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin: 28px auto 24px;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(20, 120, 98, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 253, 245, 0.92)),
    radial-gradient(circle at 86% 15%, rgba(255, 143, 31, 0.28), transparent 32%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.app-hero > *,
.app-layout > *,
.app-article > * {
  min-width: 0;
}

.app-hero h1 {
  max-width: 760px;
  color: #0f172a;
  font-size: clamp(38px, 5.8vw, 72px);
  letter-spacing: 0;
}

.app-hero .deck {
  color: #334155;
  font-size: clamp(18px, 2vw, 21px);
}

.app-hero-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(20, 120, 98, 0.16);
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.app-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #f8fffb;
}

.app-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.app-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(20, 120, 98, 0.18);
  background: #ffffff;
  color: #115e59;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.app-article {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.055);
}

.app-article h2 {
  margin: 36px 0 12px;
  font-size: clamp(28px, 3.4vw, 42px);
}

.app-article p,
.app-article li {
  font-size: 17px;
}

.app-answer {
  margin: 0 0 30px;
  padding: 24px;
  border-left: 6px solid #ff8f1f;
  background: linear-gradient(135deg, #fff8ec, #f0fdfa);
}

.app-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 36px;
}

.app-feature-card {
  min-height: 220px;
  padding: 20px;
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.app-feature-card .icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  place-items: center;
  font-size: 25px;
  font-weight: 900;
}

.app-feature-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.app-feature-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
}

.app-feature-card.qr .icon { background: #ecfdf5; color: #047857; }
.app-feature-card.face .icon { background: #eff6ff; color: #1d4ed8; }
.app-feature-card.update .icon { background: #fff7ed; color: #c2410c; }
.app-feature-card.lock .icon { background: #fef2f2; color: #b91c1c; }

.official-shot-grid,
.review-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 32px;
}

.official-shot {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #f8fafc;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.official-shot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.official-shot figcaption {
  padding: 10px 12px 12px;
  color: #475569;
}

.review-signal {
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #f8fafc;
}

.review-signal strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
}

.app-side {
  position: sticky;
  top: 94px;
}

.app-side-card {
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.app-side-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-link-list a {
  display: block;
  margin: 10px 0;
  color: #0f766e;
  font-weight: 700;
}

.app-language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.app-language-switcher a,
.app-language-switcher span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(20, 120, 98, 0.20);
  background: #fff;
  color: #115e59;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.app-language-switcher [aria-current="page"] {
  background: #115e59;
  color: #fff;
}

@media (max-width: 900px) {
  .mag-hero-strip,
  .mag-feature-grid,
  .mag-layout,
  .mag-split {
    grid-template-columns: 1fr;
  }

  .mag-side {
    position: static;
  }

  .app-hero,
  .app-layout,
  .app-feature-grid,
  .official-shot-grid,
  .review-signal-grid {
    grid-template-columns: 1fr;
  }

  .app-side {
    position: static;
  }
}

@media (max-width: 560px) {
  .mag-shell {
    width: 100%;
  }

  .mag-hero {
    margin-top: 28px;
    min-height: auto;
  }

  .mag-hero img {
    opacity: 0.16;
    object-position: right center;
  }

  .mag-hero-copy {
    width: 100%;
    max-width: none;
    padding: 36px 28px 28px;
    overflow-wrap: anywhere;
  }

  .mag-hero h1 {
    max-width: 330px;
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1;
  }

  .mag-hero .deck {
    max-width: 330px;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .mag-hero-strip {
    gap: 14px;
    padding: 24px 28px 32px;
  }

  .mag-article-body {
    padding: 28px;
  }

  .mag-feature-grid {
    gap: 24px;
  }

  .app-shell {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .app-hero {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    gap: 18px;
    overflow: hidden;
  }

  .app-hero > div {
    width: 100%;
    max-width: 330px;
  }

  .app-hero h1 {
    max-width: 330px;
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .app-hero .deck {
    max-width: 330px;
    overflow-wrap: anywhere;
  }

  .app-hero-visual {
    justify-self: center;
  }

  .app-hero-visual,
  .app-hero-visual img {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .app-article {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
  }

  .app-feature-card,
  .official-shot,
  .review-signal,
  .app-side-card {
    width: 100%;
    max-width: 100%;
  }

  .app-topline span {
    max-width: 100%;
    white-space: normal;
  }
}

.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
  font-size: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  padding: 28px 0;
  font-size: 14px;
}

.contact-panel {
  max-width: 640px;
  padding: 38px 0 60px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.button--secondary {
  background: #fff;
  color: var(--brand);
}

.publication-home {
  background:
    radial-gradient(circle at 8% 0%, rgba(11, 74, 111, 0.08), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(255, 176, 32, 0.12), transparent 28%),
    #ffffff;
}

.publication-home .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.publication-hero {
  padding: clamp(36px, 6vw, 76px) 0;
  border-bottom: 1px solid rgba(223, 227, 232, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92)),
    radial-gradient(circle at 78% 18%, rgba(11, 74, 111, 0.14), transparent 34%);
}

.publication-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.publication-hero h1 {
  max-width: 930px;
  font-size: clamp(40px, 6.2vw, 76px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.publication-hero__panel {
  padding: 24px;
  border: 1px solid rgba(11, 74, 111, 0.16);
  background:
    radial-gradient(circle at 78% 4%, rgba(255, 176, 32, 0.22), transparent 30%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(12, 44, 70, 0.10);
}

.publication-hero__panel strong {
  display: block;
  margin-bottom: 16px;
  font-family: Archivo, Poppins, sans-serif;
  font-size: 22px;
}

.publication-hero__panel span {
  display: block;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: #2c333a;
  font-weight: 700;
}

.home-section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 46px);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
}

.text-link {
  color: var(--brand);
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.featured-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(223, 227, 232, 0.95);
  background: #fff;
  box-shadow: 0 24px 62px rgba(12, 44, 70, 0.11);
}

.featured-story-card__image {
  min-height: 100%;
  background: #eef3f8;
}

.featured-story-card__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.featured-story-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.featured-story-card h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
}

.featured-story-card h2 a,
.home-card h3 a,
.topic-list a {
  color: var(--ink);
  text-decoration: none;
}

.featured-story-card h2 a:hover,
.home-card h3 a:hover,
.topic-list a:hover {
  color: var(--brand);
  text-decoration: underline;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(223, 227, 232, 0.94);
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 44, 70, 0.07);
}

.home-card__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.home-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.home-card p:last-child {
  margin-bottom: 0;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.topic-card {
  padding: 22px;
  border: 1px solid rgba(223, 227, 232, 0.95);
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 199, 132, 0.12), transparent 28%),
    #ffffff;
  box-shadow: 0 14px 36px rgba(12, 44, 70, 0.065);
}

.topic-card:nth-child(2n) {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 176, 32, 0.16), transparent 28%),
    #ffffff;
}

.topic-card__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

.topic-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.topic-card__link {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.topic-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.topic-list li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.topic-list a {
  display: block;
  font-weight: 800;
  line-height: 1.3;
}

.topic-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 22px;
}

.trust-card,
.about-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(223, 227, 232, 0.95);
  background: #fff;
  box-shadow: 0 16px 44px rgba(12, 44, 70, 0.07);
}

.trust-card {
  border-left: 6px solid var(--brand);
}

.about-card {
  border-left: 6px solid var(--premium-emerald);
}

.trust-card h2,
.about-card h2 {
  margin-top: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.trust-links,
.footer-directory {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-links a,
.footer-directory a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.footer-directory {
  padding-top: 0;
}

.footer-directory a {
  min-height: 42px;
}

/* Homepage editorial redesign v2 */
.publication-home {
  --home-ink: #0c0f14;
  --home-soft: #f4f5f7;
  --home-red: #e7353f;
  --home-line: #e4e6ea;
  background: #f7f7f5;
}

.publication-home .site-header {
  border-bottom: 1px solid #dfe2e7;
  background: rgba(255, 255, 255, 0.96);
}

.publication-home .site-header__inner {
  min-height: 86px;
}

.publication-home .brand {
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  color: var(--home-red);
}

.publication-home .brand-mark {
  width: 38px;
  height: 38px;
  background: var(--home-red);
  font-family: Archivo, Poppins, sans-serif;
  font-size: 15px;
}

.publication-home .nav {
  gap: 16px;
  font-size: 13px;
  font-weight: 700;
}

.publication-home .nav a {
  color: #1f2933;
}

.publication-home .nav a:hover,
.publication-home .nav a:focus-visible {
  color: var(--home-red);
}

.publication-home .eyebrow {
  color: var(--home-red);
  letter-spacing: 0.08em;
}

.publication-hero {
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--home-line);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
}

.publication-hero__grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
}

.publication-hero h1 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 700;
  color: var(--home-ink);
  letter-spacing: 0;
}

.publication-hero .deck {
  max-width: 820px;
  color: #4b5563;
  font-size: 16px;
}

.publication-hero__panel {
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0 18px 36px rgba(12, 15, 20, 0.08);
}

.publication-hero__panel strong {
  font-family: Archivo, Poppins, sans-serif;
  color: var(--home-ink);
}

.hero-actions .button {
  min-height: 48px;
  padding-inline: 20px;
  border-color: var(--home-red);
  background: var(--home-red);
  font-size: 14px;
}

.hero-actions .button--secondary {
  background: #fff;
  color: var(--home-red);
}

.front-page {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: stretch;
  padding: 26px 0 36px;
}

.fresh-rail,
.secondary-column {
  min-width: 0;
}

.fresh-rail {
  padding: 18px 0 0;
}

.fresh-rail h2 {
  margin: 0 0 14px;
  font-size: 26px;
}

.fresh-rail ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fresh-rail li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--home-line);
}

.fresh-rail a {
  display: block;
  color: var(--home-ink);
  font-family: Archivo, Poppins, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.fresh-rail a:hover,
.fresh-rail a:focus-visible {
  color: var(--home-red);
}

.fresh-rail span {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-story-card {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  border: 0;
  background: #111;
  box-shadow: 0 26px 60px rgba(12, 15, 20, 0.22);
}

.featured-story-card__image {
  min-height: 0;
}

.featured-story-card__image img {
  min-height: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.featured-story-card__body {
  padding: 22px 24px 24px;
  background: #111;
  color: #fff;
}

.featured-story-card .meta,
.featured-story-card__body p {
  color: rgba(255, 255, 255, 0.78);
}

.featured-story-card h2 {
  font-size: clamp(26px, 3.2vw, 38px);
}

.featured-story-card h2 a,
.featured-story-card .text-link {
  color: #fff;
}

.featured-story-card .text-link {
  margin-top: 6px;
}

.secondary-column {
  display: grid;
  gap: 18px;
}

.secondary-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--home-line);
}

.secondary-card__image {
  aspect-ratio: 16 / 10;
}

.secondary-card__image img {
  height: 100%;
}

.secondary-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.secondary-card h3 a {
  color: var(--home-ink);
  text-decoration: none;
}

.secondary-card h3 a:hover,
.secondary-card h3 a:focus-visible {
  color: var(--home-red);
  text-decoration: underline;
}

.editorial-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #101318;
  text-decoration: none;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.editorial-media::before {
  content: attr(data-image-system);
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  padding: 5px 8px;
  background: rgba(231, 53, 63, 0.94);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-tone {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.style-a .media-tone {
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.42) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.style-a img {
  filter: saturate(1.12) contrast(1.12) brightness(0.92);
}

.style-b .media-tone {
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(12, 15, 20, 0.04), rgba(12, 15, 20, 0.24));
  box-shadow: inset 0 0 0 1px rgba(12, 15, 20, 0.10);
}

.style-b img {
  filter: saturate(1.2) contrast(1.05);
}

.home-card:hover .editorial-media img,
.featured-story-card:hover .editorial-media img,
.secondary-card:hover .editorial-media img {
  transform: scale(1.045);
}

.home-section {
  padding: 34px 0 44px;
}

.section-heading {
  max-width: none;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--home-ink);
}

.section-heading h2 {
  font-family: Archivo, Poppins, sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
}

.latest-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-card {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 32px rgba(12, 15, 20, 0.08);
}

.home-card__image {
  aspect-ratio: 16 / 9;
}

.home-card__image img {
  height: 100%;
}

.home-card__body {
  padding: 16px 16px 18px;
}

.home-card h3 {
  font-size: 20px;
  line-height: 1.12;
}

.home-card h3 a {
  color: var(--home-ink);
}

.home-card .meta {
  font-size: 12px;
  text-transform: uppercase;
}

.topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.topic-card {
  border: 0;
  background: #fff;
  box-shadow: 0 14px 32px rgba(12, 15, 20, 0.075);
}

.topic-card h3 {
  font-size: 22px;
}

.trust-card,
.about-card {
  border: 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(12, 15, 20, 0.08);
}

.footer-directory {
  border-top: 1px solid var(--home-line);
}

.share-bar {
  margin: 44px 0 12px;
  padding: 24px;
  border: 1px solid #cfe1ea;
  border-left: 5px solid #0b7b72;
  border-radius: 8px;
  background: linear-gradient(135deg, #f4fbff 0%, #f4fff9 100%);
  box-shadow: 0 14px 34px rgba(12, 55, 76, 0.1);
}

.share-bar__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.share-bar__heading strong {
  font-family: Archivo, Poppins, sans-serif;
  font-size: 20px;
  color: #102942;
}

.share-bar__heading span,
.share-bar__status {
  color: var(--muted);
  font-size: 13px;
}

.share-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-action {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #bdd0dc;
  border-radius: 6px;
  background: #fff;
  color: #15364b;
  font: 600 13px Poppins, sans-serif;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.share-action:hover,
.share-action:focus-visible {
  border-color: #0b7b72;
  box-shadow: 0 0 0 3px rgba(11, 123, 114, 0.12);
}

.share-action--whatsapp {
  border-color: #63c99a;
  color: #07693d;
}

.share-action--facebook {
  border-color: #8cace8;
  color: #2455a6;
}

.share-action--twitter {
  border-color: #9aa9b3;
  color: #172b38;
}

.share-bar__status {
  min-height: 20px;
  margin: 12px 0 0;
}

@media (max-width: 980px) {
  .publication-hero__grid,
  .featured-story-card,
  .front-page,
  .latest-grid,
  .topic-grid,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .featured-story-card__image img {
    min-height: 0;
  }

  .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fresh-rail {
    padding-top: 0;
  }

  .fresh-rail ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .secondary-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .secondary-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .premium-guide,
  .premium-guide body {
    overflow-x: hidden;
  }

  .premium-shell {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .premium-hero {
    max-width: calc(100vw - 24px);
    margin: 24px auto;
    padding: 22px 18px;
  }

  .premium-hero > *,
  .premium-hero-grid > *,
  .premium-content,
  .premium-section {
    min-width: 0;
  }

  .premium-hero h1 {
    width: min(100%, 310px);
    max-width: 310px;
    font-size: clamp(30px, 8.2vw, 34px);
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .premium-hero .deck {
    width: min(100%, 310px);
    max-width: 310px;
  }

  .travel-pill-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 310px;
  }

  .creator-pill-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 310px;
  }

  .travel-pill,
  .creator-pill {
    justify-content: center;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
  }

  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .wrap.article,
  .article {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 44px;
    overflow-x: hidden;
  }

  .article h1 {
    max-width: min(100%, 330px);
    font-size: clamp(26px, 7.4vw, 32px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .article .deck,
  .article-body p,
  .article-body li,
  .breadcrumb {
    max-width: min(100%, 330px);
    overflow-wrap: anywhere;
  }

  .article-hero,
  .article-hero img {
    width: 100%;
    max-width: 100%;
  }

  .article-hero img {
    display: block;
    height: auto;
    object-fit: contain;
  }

  .article-hero figcaption {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .nav {
    flex-wrap: wrap;
  }

  .grid,
  .story-card,
  .visual-grid,
  .signal-grid,
  .money-metrics,
  .premium-hero-grid,
  .premium-layout,
  .dashboard-chips,
  .premium-metrics,
  .path-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .premium-toc {
    position: static;
  }

  .mask-visual {
    padding: 34px 26px 44px 42px;
    clip-path: polygon(0 0, 100% 0, 96% 92%, 6% 100%);
  }

  .story-card img {
    width: 100%;
  }

  .info-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .info-table th,
  .info-table td {
    min-width: 160px;
    padding: 13px;
  }

  .share-bar {
    padding: 18px;
  }

  .share-bar__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .share-action {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }

  .publication-hero {
    padding: 30px 0;
  }

  .publication-home .wrap,
  .publication-home .site-header__inner {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
  }

  .publication-home .nav {
    max-width: 100%;
    gap: 10px 14px;
    font-size: 12px;
  }

  .publication-home .nav a,
  .fresh-rail a,
  .secondary-card h3 a,
  .home-card h3 a {
    overflow-wrap: anywhere;
  }

  .publication-hero__grid {
    max-width: 100%;
    overflow: hidden;
  }

  .publication-hero h1 {
    width: min(100%, 330px);
    max-width: 330px;
    font-size: clamp(29px, 8.4vw, 34px);
    overflow-wrap: break-word;
    word-break: normal;
  }

  .publication-hero .deck {
    width: min(100%, 330px);
    max-width: 330px;
    overflow-wrap: break-word;
  }

  .publication-hero__panel,
  .featured-story-card__body,
  .home-card__body,
  .topic-card,
  .trust-card,
  .about-card {
    padding: 18px;
  }

  .hero-actions .button,
  .hero-actions .button--secondary {
    width: 100%;
  }

  .section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .latest-grid,
  .secondary-column,
  .topic-grid,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .front-page {
    padding-top: 20px;
  }

  .fresh-rail ul {
    grid-template-columns: 1fr;
  }

  .featured-story-card__image img {
    min-height: 0;
  }

  .topic-card__head {
    flex-direction: column;
  }
}
