:root {
  --primary: #f59e0b;
  --secondary: #1e40af;
  --text: #1a1a1a;
  --muted: #6b7280;
  --light: #f8fafc;
  --border: #e5e7eb;
}

* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--secondary);
}
.wide-container,
.article-container {
  width: calc(100% - 40px);
  max-width: 900px;
  margin-inline: auto;
}
.site-header {
  padding: 6px 20px 18px;
  background: #d1d1d1;
}
.header-inner {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.advertorial {
  padding: 4px 0 10px;
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header > .site-logo {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.site-logo img {
  width: 340px;
  max-height: 56px;
}
.header-cta {
  flex-shrink: 0;
  padding: 12px 20px;
  border-radius: 4px;
  background: #e31c23;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  background: var(--light);
  color: var(--muted);
  font-size: 0.85rem;
}
.breadcrumb .wide-container {
  display: flex;
  gap: 8px;
  align-items: center;
}
.breadcrumb strong {
  color: var(--primary);
}
.hero {
  padding: 50px 0 30px;
  text-align: center;
}
h1,
h2,
.choice-prompt,
.cta-box {
  font-family: Georgia, "Times New Roman", serif;
}
h1 {
  margin: 0 0 20px;
  font-size: 2.6rem;
  line-height: 1.25;
}
.hero-subhead {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 1.3rem;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 20px 0;
  border-block: 1px solid var(--border);
}
.author-avatar {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
}
.author-details {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.4;
}
.author-details span {
  color: var(--muted);
  font-size: 0.8rem;
}
.meta-divider {
  width: 1px;
  height: 35px;
  background: var(--border);
}
.meta-item {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.meta-item img {
  width: 18px;
  height: 18px;
}
.featured-image-section {
  padding: 30px 10px;
}
.image-frame {
  width: min(100%, 900px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 15%);
}
.image-frame > img {
  width: 100%;
  height: 451px;
  object-fit: cover;
  object-position: 56% 68%;
}
.image-frame figcaption {
  padding: 12px 16px;
  background: var(--light);
  color: var(--muted);
  text-align: center;
  font-size: 0.85rem;
  font-style: italic;
}
.article-section {
  padding: 20px 0 0;
}
.article-container > p {
  margin: 0 5px 20px;
  font-size: 1.1rem;
  line-height: 1.85;
}
.article-container > .lead {
  font-size: 1.25rem;
}
.article-container > h2 {
  margin: 15px 5px;
  font-size: 1.6rem;
  line-height: 1.35;
}
.choice-block {
  margin-bottom: 20px;
}
.choice-prompt {
  display: block;
  padding: 20px 28px;
  background: var(--secondary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.choice-grid > a {
  display: flex;
  flex-direction: column;
  padding: 25px 5px;
  text-decoration: none;
}
.choice-grid img {
  width: 100%;
  aspect-ratio: 750 / 503;
  border-radius: 8px;
  object-fit: cover;
}
.choice-grid span {
  margin-top: 5px;
  padding: 9px 5px;
  border-radius: 4px;
  background: var(--secondary);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.choice-grid span:hover,
.year-grid a:hover,
.choice-prompt:hover {
  background: #031a5e;
}
.year-section {
  padding: 0 0 10px;
}
.year-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 10px 0 0;
}
.year-grid a {
  padding: 5px;
  border-radius: 8px;
  background: var(--secondary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}
.testimonial-section {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto 30px;
}
.testimonial-section blockquote {
  margin: 0;
  padding: 24px 28px;
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  background: #dadcdd;
  box-shadow: 0 2px 12px rgb(0 0 0 / 6%);
  font-style: italic;
}
.options-section {
  padding-top: 0;
}
.final-image {
  display: block;
  width: min(100%, 500px);
  margin: 10px auto 30px;
}
.cta-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 35px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--secondary), #1e3a8a);
  color: #fff;
  text-align: center;
}
.cta-box h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.cta-box p {
  margin: 0 0 20px;
  font-family: "Open Sans", Arial, sans-serif;
}
.cta-box small {
  display: block;
  margin-top: 15px;
  color: rgb(255 255 255 / 70%);
  font-family: "Open Sans", Arial, sans-serif;
}
.cta-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  width: 145px;
  padding: 5px;
  transform: rotate(45deg);
  background: #dc2626;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 16px 40px;
  border-radius: 50px;
  background: var(--primary);
  color: var(--text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgb(245 158 11 / 40%);
}
.cta-button img {
  width: 20px;
  height: 20px;
}
.site-footer {
  padding: 35px 20px;
  background: #0f172a;
  color: rgb(255 255 255 / 60%);
  text-align: center;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.site-footer a {
  color: rgb(255 255 255 / 70%);
  text-decoration: none;
}
.site-footer p {
  margin: 14px 0 0;
  font-size: 0.8rem;
}
.legal-main {
  min-height: calc(100vh - 216px);
  padding: 45px 20px 70px;
}
.legal-content {
  width: min(100%, 800px);
  margin: auto;
  overflow-wrap: anywhere;
}
.legal-content h1 {
  margin-bottom: 12px;
  font-size: 2.3rem;
}
.legal-content h2 {
  margin: 30px 0 8px;
  font-size: 1.35rem;
}
.legal-content p,
.legal-content li {
  line-height: 1.75;
}
.legal-content .updated {
  color: var(--muted);
}

@media (max-width: 700px) {
  .wide-container,
  .article-container {
    width: calc(100% - 20px);
  }
  .site-header {
    padding: 4px 10px 14px;
  }
  .advertorial {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .header-bar {
    gap: 10px;
  }
  .site-logo img {
    width: 240px;
    max-height: 42px;
  }
  .header-cta {
    padding: 8px 12px;
    font-size: 12px;
  }
  h1 {
    margin-inline: 10px;
    font-size: 2rem;
  }
  .hero-subhead {
    margin-inline: 10px;
    font-size: 1.1rem;
  }
  .hero {
    padding-top: 35px;
  }
  .meta-divider {
    display: none;
  }
  .article-meta {
    gap: 12px;
  }
  .featured-image-section {
    padding-top: 20px;
  }
  .image-frame > img {
    height: 200px;
    object-fit: contain;
  }
  .choice-prompt {
    padding: 18px 20px;
    font-size: 18px;
  }
  .choice-grid > a {
    padding: 25px 5px;
  }
  .choice-grid span {
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 3px;
    font-size: 18px;
    line-height: 1.2;
  }
  .year-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .year-grid a {
    font-size: 18px;
  }
  .article-container > p {
    margin-inline: 5px;
  }
  .cta-box {
    padding: 35px 20px;
  }
  .cta-button {
    padding: 15px 25px;
  }
  .legal-main {
    padding-inline: 16px;
  }
  .legal-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .article-meta {
    flex-direction: column;
  }
  .author-details {
    text-align: center;
  }
  .choice-grid span {
    font-size: 15px;
  }
  .breadcrumb {
    font-size: 0.75rem;
  }
}
