@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root {
  --white: #ffffff;
  --color-lz82bjso: #777;
  --color-m3o2y1ny: #d90432;
}
body {
  font-family: "DM Sans", Arial, sans-serif;
}
p {
  font-size: 18px;
}
/* Page Layout Wrappers */
.main-content {
  max-width: 917px;
  margin: 0 auto;
  padding: 0 15px;
}
.round-img {
  border-radius: 25px;
  width: 100%;
}
.highlight-text {
  color: rgb(192, 57, 43);
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
/* Responsive Display Utilities */
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
/* Advertorial Header Tag */
.adv-tag-header {
  text-align: center;
  padding: 10px 0;
}
.adv-tag-header h2 {
  font-size: 14px;
  margin: 0;
}
.adv-tag-header span {
  color: var(--color-lz82bjso);
}
/* Top Navigation Header */
.site-header {
  max-width: 917px;
  margin: 0 auto;
  padding: 10px 15px 30px 15px;
  border-bottom: 1px solid #cbd5e0;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Component: Quote Button Header */
.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 215px;
  height: 47px;
  background-color: var(--color-m3o2y1ny);
  color: #ffffff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.quote-btn:hover {
  background-color: #b8032a;
  transform: translateY(-1px);
}
.quote-btn .quote-btn-arrow {
  font-size: 18px;
  line-height: 1;
}
/* Component: Mobile Byline */
.advm-wrap {
  font-family: "DM Sans", Arial, sans-serif;
}
.advm-rule, .advd-rule {
  border: none;
  border-top: 1px solid #d6dcf0;
  margin: 0;
}
.advm-row {
  display: flex;
  align-items: center;
  padding: 14px 4px;
}
.advm-avatar, .advd-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 8px;
}
.advm-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.advm-verified-badge, .advd-verified-badge {
  color: #1d9bf0;
  font-size: 12px;
  margin-left: 2px;
}
.advm-meta {
  display: block;
  margin-top: 1px;
  font-size: 13px;
  color: #808080;
}
/* Component: Desktop Byline */
.advd-wrap {
  font-family: "DM Sans", Arial, sans-serif;
}
.advd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px;
}
.advd-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advd-text {
  font-size: 14px;
  color: #808080;
}
.advd-text b {
  color: #333;
}
.advd-social {
  display: flex;
  gap: 6px;
}
.advd-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.advd-fb {
  background: #1877F2;
}
.advd-ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.advd-x {
  background: #000000;
}
.advd-yt {
  background: #FF0000;
}
.advd-tt {
  background: #000000;
}
.advd-pin {
  background: #E60023;
}
/* Component: Age Card Selector */
.age-section {
  width: 100%;
  margin: 20px auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.age-banner {
  display: block;
  background: var(--color-m3o2y1ny);
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-decoration: none;
}
.age-banner:hover {
  background: #b00329;
}
.age-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.age-card {
  display: flex;
  flex-direction: column;
  border: 2.5px solid #d0d0d0;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
}
.age-card:hover {
  border-color: var(--color-m3o2y1ny);
  transform: translateY(-3px);
}
.age-card img {
  width: 100%;
  display: block;
}
.age-card-label {
  border-top: 2.5px solid #d0d0d0;
  text-align: center;
  padding: 16px 12px;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
}
/* Component: Age Number Grid */
.agn-wrapper {
  width: 100%;
  margin: 20px auto;
}
.agn-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.agn-btn {
  background: var(--color-m3o2y1ny);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.agn-btn:hover {
  background: #b00329;
  transform: scale(1.07);
}
/* Footer Section Styles */
.site-footer {
  margin-top: 50px;
  padding: 40px 15px 30px;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.footer-container {
  max-width: 917px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.footer-nav a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: var(--color-m3o2y1ny);
  text-decoration: underline;
}
.footer-divider {
  color: #a0a0a0;
  font-size: 12px;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 20px;
}
.footer-disclaimer p {
  margin-bottom: 12px;
  font-size: 12px;
}
.footer-disclaimer a {
  color: #444444;
  text-decoration: underline;
  font-size: 12px;
}
.footer-disclaimer a:hover {
  color: var(--color-m3o2y1ny);
}
.footer-copyright {
  font-size: 12px;
  color: #888888;
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  width: 100%;
}
.footer-copyright p {
  margin: 0;
  font-size: 12px;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--color-m3o2y1ny);
  color: #ffffff;
  border-radius: 8px;
  font-size: 20px;
}
.logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}
.logo-accent {
  color: var(--color-m3o2y1ny);
}
/* Footer Specific Adjustments */
.footer-brand .logo-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.footer-brand .logo-text {
  font-size: 20px;
  color: #333333;
}
/* Mobile Adjustments */
@media (max-width: 640px) {
  .title-section h1 {
    font-size: 21px !important;
    line-height: 30px;
  }
  .age-banner {
    font-size: 18px;
    padding: 14px 16px;
  }
  .age-grid {
    gap: 14px;
  }
  .age-card-label {
    font-size: 22px;
    padding: 12px;
  }
  .agn-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
  }
  .agn-btn {
    font-size: 16px;
    border-radius: 9px;
  }
}
@media (max-width: 480px) {
  .age-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .age-card-label {
    font-size: 26px;
  }
}