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

:root {
  --bg: #f7efe2;
  --bg-strong: #131a2c;
  --surface: #fffdfa;
  --surface-strong: #fff4dd;
  --ink: #1b1f2f;
  --muted: #5f6475;
  --line: #e5d7c3;
  --accent: #dd4c26;
  --accent-deep: #b53517;
  --accent-soft: #ffe1ca;
  --gold: #f3b11f;
  --gold-soft: #fff1c2;
  --success: #117a57;
  --shadow: 0 22px 60px rgba(17, 22, 37, 0.12);
  --radius: 24px;
  --container: min(1120px, calc(100% - 24px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(243, 177, 31, 0.18), transparent 26%),
    linear-gradient(180deg, #fff7ea 0%, #f7efe2 52%, #efe4d2 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  display: block;
}

iframe {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 249, 240, 0.92);
  border-bottom: 1px solid rgba(229, 215, 195, 0.88);
  backdrop-filter: blur(14px);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-inner {
  min-height: 72px;
}

.brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--bg-strong);
}

.top-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-nav a,
.footer-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  background: rgba(221, 76, 38, 0.1);
  color: var(--accent-deep);
  outline: none;
}

.hero {
  padding: 28px 0 12px;
}

.hero-panel,
.support-card,
.article-shell,
.section-card,
.deep-dive-card,
.review-card,
.alt-list,
.notice-strip {
  border: 1px solid rgba(229, 215, 195, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px 20px;
  background:
    radial-gradient(circle at top right, rgba(243, 177, 31, 0.2), transparent 28%),
    linear-gradient(135deg, #161d31 0%, #1f2740 52%, #2b1221 100%);
  color: #fff7ef;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 177, 31, 0.25), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffe9c2;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.hero h2,
.support-card h1,
.support-card h2,
.prose h1,
.prose h2,
.prose h3,
.section-heading h2,
.deep-dive h2 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  max-width: 12ch;
}

.hero-copy {
  margin-top: 18px;
  max-width: 58rem;
  color: rgba(255, 247, 239, 0.86);
  font-size: 1.03rem;
}

.hero-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.metric-grid,
.review-grid,
.deep-dive-grid,
.support-grid {
  display: grid;
  gap: 16px;
}

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

.metric {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.25rem;
}

.metric span {
  display: block;
  color: rgba(255, 247, 239, 0.8);
  font-size: 0.92rem;
}

.notice-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 16px 18px;
  margin: 22px 0 0;
  background: linear-gradient(135deg, rgba(255, 244, 221, 0.94), rgba(255, 225, 202, 0.94));
}

.notice-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(19, 26, 44, 0.06);
  color: var(--bg-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.section {
  padding: 16px 0 0;
}

.section-card {
  padding: 22px 18px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.section-heading h2,
.deep-dive h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.section-heading p,
.deep-dive-intro,
.support-card p,
.prose p,
.prose li {
  color: var(--muted);
}

.widget-frame {
  width: 100%;
  height: 1750px;
  border: none;
  display: block;
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(27, 31, 47, 0.06);
}

.review-grid {
  margin-top: 18px;
}

.review-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 244, 221, 0.98));
}

.review-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-strong);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.review-card h3,
.deep-dive-card h3 {
  margin: 14px 0 8px;
  font-size: 1.3rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.offer-line {
  margin: 10px 0 8px;
  color: var(--accent-deep);
  font-size: 1.05rem;
  font-weight: 800;
}

.rating-pill {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6f4500;
  font-size: 0.85rem;
  font-weight: 800;
}

.review-points,
.alt-list ul,
.deep-dive-points,
.prose ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  box-shadow: 0 14px 28px rgba(181, 53, 23, 0.22);
}

.btn-secondary {
  background: rgba(19, 26, 44, 0.06);
  color: var(--bg-strong);
}

.alt-list {
  padding: 22px 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 241, 194, 0.95));
}

.alt-list h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.alt-list li {
  margin-bottom: 10px;
}

.deep-dive {
  padding-top: 16px;
}

.deep-dive-intro {
  margin: 10px 0 16px;
}

.deep-dive-card {
  padding: 20px 18px;
}

.deep-dive-card .card-kicker {
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-shell,
.support-card {
  padding: 24px 18px;
}

.prose h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.prose h2 {
  margin: 34px 0 16px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.prose h3 {
  margin: 24px 0 12px;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.prose p,
.prose ul,
.prose table {
  margin: 0 0 18px;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(27, 31, 47, 0.08);
}

.prose thead {
  background: #1b2237;
  color: #fff;
}

.prose th,
.prose td {
  padding: 14px 16px;
  border: 1px solid rgba(27, 31, 47, 0.1);
  text-align: left;
}

.prose strong {
  color: var(--ink);
}

.support-hero {
  padding-top: 22px;
}

.support-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.support-card h2 {
  margin: 26px 0 12px;
  font-size: 1.45rem;
}

.support-list {
  margin: 0;
  padding-left: 18px;
}

.site-footer {
  padding: 28px 0 52px;
}

.footer-inner {
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 0 0;
  border-top: 1px solid rgba(95, 100, 117, 0.18);
}

.footer-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.sticky-offer {
  position: fixed;
  right: 12px;
  left: 12px;
  bottom: 12px;
  z-index: 40;
  padding: 16px;
  border: 1px solid rgba(243, 177, 31, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(22, 29, 49, 0.98), rgba(48, 18, 34, 0.98));
  color: #fff;
  box-shadow: 0 24px 56px rgba(15, 18, 31, 0.3);
}

.sticky-offer.is-hidden {
  display: none;
}

.sticky-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.sticky-offer .offer-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(243, 177, 31, 0.16);
  color: #ffe29c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-offer h3 {
  margin: 14px 0 6px;
  font-size: 1.35rem;
  overflow-wrap: anywhere;
}

.sticky-offer p {
  margin: 8px 0 0;
  color: rgba(255, 247, 239, 0.82);
}

.sticky-offer .btn-primary {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 720px) {
  .header-inner,
  .footer-inner {
    flex-direction: row;
    align-items: center;
  }

  .hero-panel,
  .article-shell,
  .support-card,
  .section-card,
  .alt-list {
    padding: 32px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: end;
  }

  .review-grid,
  .deep-dive-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding-top: 20px;
  }
}

@media (min-width: 1040px) {
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sticky-offer {
    left: auto;
    right: 20px;
    bottom: 20px;
    width: 320px;
  }
}
