/* ChillSSL marketing — design tokens from developer brief */

:root {
  --brand-primary: #3b82f6;
  --brand-primary-dark: #2563eb;
  --brand-accent: #73c4b8;
  --bg-header: #ffffff;
  --bg-page: #f8fafc;
  --bg-subtle: #f9fafb;
  --bg-blue-wash: #f2faff;
  --bg-blue-light: #eff6ff;
  --bg-dark-block: #334155;
  --text-heading: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-on-blue: #3b82f6;
  --text-on-dark: #f8fafc;
  --border-light: #cbd5e1;
  --border-medium: #94a3b8;
  --brand-primary-10: rgba(59, 130, 246, 0.1);
  --brand-primary-20: rgba(59, 130, 246, 0.2);
  --text-primary: #0f172a;
  --bg-footer: #f8fafc;
  --border-primary: #cbd5e1;
  --website-gray-lightsuper: #f9fafb;
  --website-blue-skylight: #f2faff;
}

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

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-body);
  background: var(--bg-page);
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  color: var(--text-heading);
}

/* Feature pages — match Vercel /features layout (Work Sans body, Plus Jakarta headings) */
.font-heading {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -0.01em;
}

.font-heading h1,
.font-heading h2,
.font-heading h3,
.font-heading h4,
.font-heading h5,
.font-heading h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.font-heading p {
  line-height: 1.6;
}

.font-heading .text-lg,
.font-heading .text-xl {
  line-height: 1.5;
}

.font-heading .text-3xl,
.font-heading .text-4xl {
  line-height: 1.2;
}

.eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--text-on-blue);
  margin: 0 0 0.5rem;
}

.body-large {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

@media (min-width: 640px) {
  .body-large { font-size: 20px; }
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-heading);
  text-decoration: none;
}

button.nav-link {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

.nav-link--dropdown {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link:hover {
  color: var(--brand-primary);
}

.nav-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.nav-chevron svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.text-small { font-size: 14px; font-weight: 400; }
.text-muted { color: var(--text-muted); }

.container-xl { max-width: 1280px; margin: 0 auto; }
.container-md { max-width: 768px; margin: 0 auto; }
.container-sm { max-width: 672px; margin: 0 auto; }

.px-site {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .px-site { padding-left: 24px; padding-right: 24px; }
}

@media (min-width: 1024px) {
  .px-site { padding-left: 32px; padding-right: 32px; }
}

.btn-primary {
  display: inline-block;
  background-color: var(--brand-primary-dark);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.btn-primary:hover { opacity: 0.9; }

.btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: var(--brand-primary-dark);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid var(--brand-primary-dark);
  text-decoration: none;
}

.btn-signup {
  display: inline-block;
  background-color: var(--brand-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.btn-signup:hover { opacity: 0.9; }

.btn-login {
  display: inline-block;
  background-color: transparent;
  color: var(--text-heading);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
}

/* Black Friday / Cyber Week banner (banner-head_blackfriday2026.php) */
.bf-banner-2026 {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 1rem;
  background: linear-gradient(to right, #3b82f6, #9333ea);
}

.bf-banner-2026__link {
  color: inherit;
  text-decoration: none;
}

.bf-banner-2026__link:hover {
  text-decoration: underline;
}

.bf-banner-2026__mobile {
  display: block;
}

.bf-banner-2026__desktop {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bf-banner-2026__desktop-lead {
  display: inline-block;
}

@media (min-width: 640px) {
  .bf-banner-2026__mobile { display: none; }
  .bf-banner-2026__desktop { display: flex; }
}

.bf-banner-2026__coupon {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  background: #fff;
  color: #111827;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.bf-banner-2026__coupon-text {
  color: #111827;
  text-decoration: none;
}

.bf-banner-2026__coupon-text:hover {
  text-decoration: underline;
}

.bf-banner-2026__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.25rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  color: #4b5563;
  flex-shrink: 0;
}

.bf-banner-2026__copy:hover {
  background: #f3f4f6;
  color: #111827;
}

/* Site chrome — promo banner + header stick together at viewport top */
.site-chrome {
  position: sticky;
  top: 0;
  z-index: 100;
  /* Force its own compositor layer so scroll doesn't desync the sticky paint. */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-header {
  position: relative;
  height: 65px;
  background: var(--bg-header);
  border-bottom: 1px solid rgba(203, 213, 225, 0.5);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 65px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-family: 'Poppins', sans-serif;
  color: var(--text-heading);
  text-decoration: none;
}

.site-logo__mark {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.site-logo__text {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #263460;
}

.site-logo__chill {
  font-weight: 700;
}

.site-logo__ssl {
  font-weight: 300;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .site-header__actions { display: none; }
}

/* ── Burger button ────────────────────────────────────────────── */
.burger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-heading);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .burger-btn { display: flex; }
}

/* ── Mobile menu overlay ─────────────────────────────────────── */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 0 1.5rem;
}

.mobile-menu__backdrop {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.4);
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  height: 65px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.5);
  flex-shrink: 0;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-heading);
}

.mobile-menu__nav {
  flex: 1;
  padding: 1rem 0;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-heading);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.mobile-menu__link:hover,
.mobile-menu__link:focus {
  color: var(--brand-primary);
  background: var(--bg-gray-50, #f8fafc);
}

.mobile-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.mobile-menu__chevron svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
}

.mobile-menu__sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5rem;
  background: var(--bg-gray-50, #f8fafc);
}

.mobile-menu__sub-link {
  display: block;
  padding: 0.625rem 1.5rem 0.625rem 2.25rem;
  font-size: 0.9375rem;
  color: var(--text-body);
  text-decoration: none;
}

.mobile-menu__sub-link:hover {
  color: var(--brand-primary);
}

.mobile-menu__sub-link--all {
  font-weight: 600;
  border-top: 1px solid rgba(203, 213, 225, 0.6);
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

.mobile-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem 0;
  border-top: 1px solid rgba(203, 213, 225, 0.5);
  margin-top: auto;
}

.mobile-menu__btn-login {
  display: block;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-heading);
  background: var(--bg-gray-100, #f1f5f9);
  text-decoration: none;
}

.mobile-menu__btn-login:hover { background: #e2e8f0; }

.mobile-menu__btn-signup {
  display: block;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: var(--brand-accent);
  text-decoration: none;
}

.mobile-menu__btn-signup:hover { opacity: 0.9; }

/* Only render mobile menu on small screens — hide on desktop */
@media (min-width: 901px) {
  .burger-btn { display: none !important; }
  .mobile-menu,
  .mobile-menu__backdrop { display: none !important; }
}

.site-main { min-height: 40vh; }

.page-section {
  padding: 80px 0;
}

/* ——— Homepage (matches chillssl.com / CertAlert Homepage.tsx) ——— */

.home {
  background: var(--bg-page);
}

.home-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--text-on-blue);
  margin: 0;
}

.home-eyebrow-center {
  text-align: center;
  margin-bottom: 0.5rem;
}

.home-hero {
  background: linear-gradient(to bottom right, var(--bg-blue-light), #fff, var(--bg-blue-light));
  padding: 6rem 0;
}

@media (min-width: 640px) {
  .home-hero { padding: 8rem 0; }
}

.home-hero__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.home-hero__copy {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.home-hero__title {
  font-size: 1.875rem;
  line-height: 1.375;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0;
}

@media (min-width: 640px) {
  .home-hero__title { font-size: 3rem; line-height: 1.25; }
}

.home-hero__title-light {
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.home-hero__lead {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--text-body);
}

@media (min-width: 640px) {
  .home-hero__lead { font-size: 1.125rem; }
}

@media (min-width: 1024px) {
  .home-hero__lead { font-size: 1.25rem; line-height: 1.75; }
}

.home-hero__cta {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-hero__cta .btn-primary {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.home-hero__cta-note {
  margin: 0.5rem 0 0;
  opacity: 0.6;
}

.home-hero__explore {
  margin-top: 1.25rem;
  display: inline-block;
}

.home-hero__slider-wrap {
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .home-hero__slider-wrap { margin-top: 6rem; }
}

.home-theme-slider {
  max-width: 80rem;
  margin: 0 auto;
}

.home-theme-slider__toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.home-theme-slider__toggle .home-theme-slider__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: inherit;
  border-radius: 0.375rem;
  cursor: pointer;
  color: var(--text-muted);
}

.home-theme-slider__toggle {
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.home-theme-slider__btn.is-active {
  background: #1e293b;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.home-theme-slider__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(15, 23, 42, 0.08);
  touch-action: pan-y;
}

.home-theme-slider__panel {
  transition: opacity 0.3s ease;
}

/* Default: dark screenshot in flow */
.home-theme-slider__panel[data-theme="light"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.home-theme-slider[data-active="dark"] .home-theme-slider__panel[data-theme="dark"] {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.home-theme-slider[data-active="light"] .home-theme-slider__panel[data-theme="dark"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.home-theme-slider[data-active="light"] .home-theme-slider__panel[data-theme="light"] {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.home-theme-slider__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.home-theme-slider__hint {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .home-theme-slider__hint { display: none; }
}

.home-theme-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.home-theme-slider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  border: none;
  padding: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.home-theme-slider__dot.is-active {
  width: 2rem;
  background: var(--brand-primary);
}

.home-platform {
  margin-top: 8rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .home-platform { margin-top: 6rem; }
}

.home-platform__intro {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.home-platform__headline {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--text-heading);
  margin: 0.5rem 0 0;
}

@media (min-width: 640px) {
  .home-platform__headline { font-size: 2.25rem; }
}

.home-platform__text {
  margin: 1.5rem auto 0;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-body);
  max-width: 42rem;
}

.home-platform__grid {
  margin: 4rem auto 0;
  max-width: 42rem;
  display: grid;
  gap: 2rem 2rem;
  list-style: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .home-platform__grid {
    max-width: none;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
  }
}

.home-platform__item dt {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--text-heading);
  margin: 0;
}

.home-platform__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  background: var(--brand-primary-dark);
  color: #fff;
}

.home-platform__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.home-platform__item dd {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--text-body);
}

.home-feature-focus {
  margin-top: 8rem;
  padding: 4rem 0 5rem;
  background: var(--bg-subtle);
}

@media (min-width: 640px) {
  .home-feature-focus { margin-top: 6rem; padding: 5rem 0; }
}

.home-feature-focus__title {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 1.5rem;
}

.home-feature-focus__intro {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-body);
  max-width: 42rem;
  margin: 0 auto 3rem;
}

.home-feature-focus__grid {
  display: grid;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-feature-focus__grid { grid-template-columns: repeat(3, 1fr); }
}

.home-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 1rem;
}

.home-card__img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.home-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text-heading);
}

.home-card__text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--text-body);
  margin: 0 0 1rem;
}

.home-card__link {
  font-size: 0.875rem;
  color: var(--brand-primary-dark);
  text-decoration: none;
  margin-top: auto;
}

.home-card__link:hover {
  text-decoration: underline;
}

.home-everything {
  margin-top: 8rem;
  padding: 4rem 0 5rem;
  background: var(--bg-blue-wash);
}

@media (min-width: 640px) {
  .home-everything { margin-top: 6rem; }
}

.home-everything__intro {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.home-everything__headline {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
  color: var(--text-heading);
}

@media (min-width: 640px) {
  .home-everything__headline { font-size: 2.25rem; }
}

.home-everything__text {
  margin: 1.5rem auto 0;
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 42rem;
  color: var(--text-body);
}

.home-everything__grid {
  margin: 4rem auto 0;
  max-width: 80rem;
  display: grid;
  gap: 2.5rem 2rem;
  padding: 0;
}

@media (min-width: 640px) {
  .home-everything__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .home-everything__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    gap: 2rem 2rem;
  }
}

.home-everything__item dt {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--text-heading);
  margin: 0;
}

.home-everything__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  background: var(--brand-primary-dark);
  color: #fff;
}

.home-everything__lucide {
  width: 1.5rem;
  height: 1.5rem;
}

.home-everything__item dd {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--text-body);
}

.home-problem-wrap {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .home-problem-wrap { margin-top: 6rem; }
}

.home-problem {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  background: var(--bg-dark-block);
  border-radius: 1.5rem;
  padding: 5rem 1.5rem 4rem;
  color: var(--text-on-dark);
}

@media (min-width: 640px) {
  .home-problem { padding: 6rem 2rem 5rem; }
}

.home-problem__intro {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.home-problem__eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #93c5fd;
  margin: 0;
}

.home-problem__headline {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
  color: #fff;
}

@media (min-width: 640px) {
  .home-problem__headline { font-size: 2.25rem; }
}

.home-problem__text {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #e2e8f0;
}

.home-problem__text strong {
  color: #fff;
  font-weight: 600;
}

.home-problem__grid {
  margin-top: 3rem;
  display: grid;
  gap: 2rem 2.5rem;
}

@media (min-width: 1024px) {
  .home-problem__grid { grid-template-columns: repeat(3, 1fr); margin-top: 4rem; }
}

.home-problem__col {
  padding: 2rem;
}

.home-problem__icon-wrap {
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-problem__icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.25);
}

.home-problem__icon-wrap::after {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.75);
}

.home-problem__lucide {
  position: relative;
  z-index: 1;
  color: #fff;
}

.home-problem__col-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
}

.home-problem__col-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #e2e8f0;
  margin: 0;
}

.home-problem__cta {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
}

.home-problem__cta .btn-primary {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.home-built {
  margin-top: 8rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 640px) {
  .home-built { margin-top: 6rem; }
}

.home-built__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-heading);
}

@media (min-width: 640px) {
  .home-built__title { font-size: 2.25rem; }
}

.home-built__text {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-body);
}

.home-built__quote {
  margin: 2rem auto 0;
  max-width: 42rem;
  padding-left: 1rem;
  border-left: 4px solid var(--brand-primary);
  text-align: left;
  font-size: 1.125rem;
  font-style: italic;
  color: var(--text-body);
}

.home-built__quote p {
  margin: 0;
}

.home-glacier {
  position: relative;
  isolation: isolate;
  margin-top: 8rem;
  padding: 6rem 0;
}

@media (min-width: 640px) {
  .home-glacier { margin-top: 6rem; padding: 8rem 0; }
}

.home-glacier__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 199px,
      #e5e7eb 199px,
      #e5e7eb 200px
    ),
    #f9fafb;
  opacity: 0.9;
  mask-image: radial-gradient(100% 100% at top right, #000, transparent);
}

.home-glacier__inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.home-glacier__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-heading);
}

@media (min-width: 640px) {
  .home-glacier__title { font-size: 2.25rem; }
}

.home-glacier__text {
  margin: 1.5rem auto 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-body);
}

.home-glacier__actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.home-glacier__learn {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-heading);
  text-decoration: none;
}

.home-glacier__learn:hover {
  color: var(--brand-primary-dark);
}

.site-footer {
  margin-top: 96px;
  padding: 48px 0 32px;
  border-top: 1px solid var(--border-light);
  background: var(--bg-page);
}

.site-footer__inner p {
  margin: 0;
}

/* Blog — CertAlert parity (index, tag, category, post) */

.blog-index {
  padding: 2rem 0;
}

.blog-index__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-index__header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-index__title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
  color: var(--text-heading);
  text-wrap: balance;
}

@media (min-width: 640px) {
  .blog-index__title {
    font-size: 3rem;
  }
}

.blog-index__intro {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-body);
}

.blog-index__empty {
  text-align: center;
  padding: 3rem 0;
}

.blog-index__empty-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--text-heading);
}

.blog-index__empty-text {
  margin: 0;
  color: var(--text-muted);
}

.blog-index__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 3rem;
}

@media (min-width: 640px) {
  .blog-index__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .blog-index__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card — mirrors Next blog list / tag / category cards */
.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.blog-card__media {
  position: relative;
  width: 100%;
}

.blog-card__media-link {
  display: block;
}

.blog-card__img {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  background: var(--bg-subtle);
}

.blog-card__ring {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.45);
}

.blog-card__body {
  width: 100%;
}

.blog-card__meta {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1;
}

.blog-card__time {
  color: var(--text-muted);
}

.blog-card__pill {
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #475569;
  text-decoration: none;
}

.blog-card__pill:hover {
  background: #e2e8f0;
}

.blog-card__text {
  position: relative;
}

.blog-card__title {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.blog-card__title a {
  color: var(--text-heading);
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #2563eb;
}

.blog-card__excerpt {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-body);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* Single post — mirrors app/blog/[slug]/page.tsx */
.blog-post-page {
  padding: 2rem 0;
}

.blog-post-page__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .blog-post-page__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blog-post-page__header {
  margin-bottom: 3rem;
}

.blog-post-page__meta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.blog-post-page__time {
  color: var(--text-muted);
}

.blog-post-page__pill {
  position: relative;
  z-index: 10;
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #475569;
  text-decoration: none;
}

.blog-post-page__pill:hover {
  background: #e2e8f0;
}

.blog-post-page__title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  color: var(--text-heading);
}

.blog-post-page__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-bottom: 3rem;
}

.blog-post-page__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

.blog-post-page__hero-ring {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px var(--border-light);
}

.blog-post-page__intro-wrap {
  margin-bottom: 2rem;
}

.blog-post-page__intro {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.625;
  color: var(--text-body);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.blog-post-page__intro > *:first-child {
  margin-top: 0;
}

.blog-post-page__intro > *:last-child {
  margin-bottom: 0;
}

.blog-post-page__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

/* Prose — Tailwind prose-slate–style (light site) */
.blog-prose.rte {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-body);
  max-width: none;
}

.blog-prose.rte > *:first-child {
  margin-top: 0;
}

.blog-prose.rte h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--text-heading);
}

.blog-prose.rte h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  color: var(--text-heading);
}

.blog-prose.rte h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.75rem 0 0.5rem;
  color: var(--text-heading);
}

.blog-prose.rte h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--text-heading);
}

.blog-prose.rte p,
.blog-prose.rte ul,
.blog-prose.rte ol {
  margin: 0 0 1rem;
}

.blog-prose.rte ul,
.blog-prose.rte ol {
  padding-left: 1.5rem;
}

.blog-prose.rte ul { list-style-type: disc; }
.blog-prose.rte ol { list-style-type: decimal; }

.blog-prose.rte li {
  margin-bottom: 0.375rem;
}

.blog-prose.rte a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-prose.rte img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.blog-prose.rte code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  background: var(--bg-subtle);
  border-radius: 4px;
}

.blog-post-page__tags {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.blog-post-page__tags-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--text-heading);
}

.blog-post-page__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-post-page__tag {
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
}

.blog-post-page__tag:hover {
  background: #e2e8f0;
}

/* ==========================================================
   DESIGN TOKENS — Marketing Pages
   ========================================================== */

:root {
  --bg-gray-100: #f3f4f6;
  --bg-blue-50: #eff6ff;
  --bg-blue-100: #dbeafe;
  --bg-indigo-50: #eef2ff;
  --bg-white: #ffffff;
  --bg-dark-900: #111827;
  --bg-dark-800: #1f2937;
  --bg-dark-700: #374151;

  --border-blue-200: #bfdbfe;
  --border-indigo-200: #c7d2fe;
  --border-gray-200: #e5e7eb;
  --border-gray-300: #d1d5db;

  --text-secondary: #4b5563;
  --text-secondary-muted: #6b7280;
  --text-blue-600: #2563eb;
  --text-white: #ffffff;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;

  --card-border: #e2e8f0;
  --bg-secondary: #f1f5f9;
}

/* ==========================================================
   REUSABLE PATTERNS — Sections & Layouts
   ========================================================== */

.section-hero-gray {
  background: var(--bg-gray-100);
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .section-hero-gray { padding: 5rem 0; }
}

.section-hero-gradient {
  background: linear-gradient(to bottom right, var(--bg-blue-50), var(--bg-white), var(--bg-blue-50));
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .section-hero-gradient { padding: 5rem 0; }
}

.section-white {
  background: var(--bg-white);
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .section-white { padding: 5rem 0; }
}

.section-gray {
  background: var(--bg-gray-100);
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .section-gray { padding: 5rem 0; }
}

.section-dark {
  background: var(--bg-dark-900);
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .section-dark { padding: 5rem 0; }
}

.section-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .section-heading { font-size: 2.25rem; }
}

.section-subheading {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--text-secondary);
  max-width: 48rem;
}

.text-body-secondary {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}

.text-blue-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-blue-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

/* ==========================================================
   REUSABLE PATTERNS — Cards & Boxes
   ========================================================== */

.card-bordered {
  background: var(--bg-white);
  border: 1px solid var(--border-gray-200);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}
.card-bordered:hover {
  box-shadow: var(--shadow-md);
}

.card-highlight {
  background: var(--bg-blue-50);
  border: 1px solid var(--border-blue-200);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.card-mission {
  background: linear-gradient(to right, var(--bg-blue-50), var(--bg-indigo-50));
  border: 1px solid var(--border-blue-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.card-cta {
  background: var(--bg-white);
  border: 1px solid var(--border-gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.card-dark {
  background: var(--bg-dark-800);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

/* ==========================================================
   REUSABLE PATTERNS — Grids
   ========================================================== */

.grid-2 { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 2rem; }

@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ==========================================================
   REUSABLE PATTERNS — Steps / Numbers
   ========================================================== */

.step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background: var(--brand-primary);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1;
  margin-bottom: 0.5rem;
}

/* ==========================================================
   REUSABLE PATTERNS — Icon feature cards
   ========================================================== */

.icon-feature {
  text-align: center;
}

.icon-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-lg);
  background: var(--brand-primary);
  color: #fff;
  margin-bottom: 1rem;
}

.icon-feature__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 0.5rem;
}

.icon-feature__text {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================
   REUSABLE PATTERNS — Pricing cards
   ========================================================== */

.pricing-card {
  background: var(--bg-white);
  border: 1px solid var(--border-gray-200);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}

.pricing-card--popular {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 2px var(--brand-primary-20), var(--shadow-md);
  position: relative;
}

.pricing-card__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.pricing-card__name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 0.5rem;
}

.pricing-card__price {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1;
}

.pricing-card__period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-secondary-muted);
}

.pricing-card__annual {
  font-size: 0.875rem;
  color: var(--text-secondary-muted);
  margin-top: 0.25rem;
}

.pricing-card__desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 1rem 0;
}

.pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.pricing-card__check {
  flex-shrink: 0;
  color: #16a34a;
  margin-top: 0.125rem;
}

.pricing-card__cta {
  margin-top: 1.5rem;
}

.pricing-card__note {
  font-size: 0.75rem;
  color: var(--text-secondary-muted);
  text-align: center;
  margin-top: 0.75rem;
}

/* ==========================================================
   REUSABLE PATTERNS — FAQ
   ========================================================== */

.cssl-faq-btn {
  cursor: pointer;
}

/* Answer body — extra top padding (dt/dd FAQs and button+div mobile accordions) */
dt + dd > div,
.cssl-faq-btn + div > div {
  padding-top: 0.75rem;
}

/* Marketing tables — match Vercel MarketingTable component */
.cssl-marketing-table {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

.cssl-marketing-table__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.cssl-marketing-table__head {
  background: var(--website-gray-lightsuper);
}

.cssl-marketing-table__th {
  padding: 1rem 1.5rem;
  text-align: left;
  vertical-align: top;
}

.cssl-marketing-table__th--w-quarter { width: 25%; }
.cssl-marketing-table__th--w-three-eighth { width: 37.5%; }
.cssl-marketing-table__th--w-half { width: 50%; }

.cssl-marketing-table__th-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.cssl-marketing-table__th-explainer {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4b5563;
}

.cssl-marketing-table__th-stack {
  display: flex;
  flex-direction: column;
}

.cssl-marketing-table__th-stack [data-lucide] {
  width: 1.5rem;
  height: 1.5rem;
  color: #3b82f6;
  margin-bottom: 0.5rem;
}

.cssl-marketing-table__td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.cssl-marketing-table__td--compact {
  padding: 0.75rem 1rem;
}

.cssl-marketing-table__th--compact {
  padding: 0.75rem 1rem;
}

.cssl-marketing-table tbody tr:hover {
  background: #f9fafb;
}

.cssl-marketing-table__main {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.cssl-marketing-table__sub {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #4b5563;
}

.cssl-marketing-table--shadow {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.bg-website-blue-skylight {
  background-color: var(--website-blue-skylight);
}

.cssl-pro-tip {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 2px solid #c7d2fe;
  border-radius: 0.5rem;
}

.cssl-pro-tip__title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #312e81;
}

.cssl-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cssl-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.cssl-check-list li:last-child {
  margin-bottom: 0;
}

.cssl-check-list .cssl-check-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #16a34a;
}

/* Certificate lifecycle timeline */
.cssl-lifecycle-timeline {
  position: relative;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  border-left: 2px dashed #d1d5db;
}

.cssl-lifecycle-timeline > li {
  position: relative;
  margin-left: 2rem;
  margin-bottom: 2.5rem;
}

.cssl-lifecycle-timeline > li:last-child {
  margin-bottom: 0;
}

.cssl-lifecycle-timeline__marker {
  position: absolute;
  left: -2.5rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  box-shadow: 0 0 0 8px #fff;
}

.cssl-lifecycle-timeline__card {
  margin-top: -0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
}

/* Icon circle callout box */
.cssl-icon-circle-box {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px dashed #bfdbfe;
  border-radius: 0.5rem;
  background: #fff;
}

.cssl-icon-circle-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #dbeafe;
}

.cssl-icon-circle-box__icon .fa-regular {
  font-size: 1.25rem;
  color: #2563eb;
}

.cssl-icon-circle-box__title {
  display: flex;
  align-items: center;
  min-height: 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.cssl-icon-circle-box__body {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #374151;
}

/* Check / alert list items for marketing tables */
.cssl-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cssl-check-item [data-lucide] {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.cssl-check-item--blue [data-lucide] { color: #2563eb; }
.cssl-check-item--red-light [data-lucide] { color: #fca5a5; }
.cssl-check-item--yellow [data-lucide] { color: #ca8a04; }

.cssl-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.faq-list {
  max-width: 48rem;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-gray-200);
  padding: 1rem 0;
}

.faq-item:first-child {
  border-top: 1px solid var(--border-gray-200);
}

.faq-q {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  font-family: inherit;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--text-secondary-muted);
  flex-shrink: 0;
}

.faq-item[open] .faq-q::after {
  content: '−';
}

.faq-a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-top: 0.75rem;
  padding-right: 2rem;
}

/* ==========================================================
   REUSABLE PATTERNS — Prose / Content
   ========================================================== */

.content-body {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}

.content-body p {
  margin-bottom: 1rem;
}

.content-body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-body li {
  margin-bottom: 0.25rem;
}

.content-body strong {
  color: var(--text-heading);
  font-weight: 600;
}

.content-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
}

.content-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-heading);
  margin: 1.5rem 0 0.5rem;
  line-height: 1.4;
}

.content-body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-heading);
  margin: 1.25rem 0 0.5rem;
  line-height: 1.4;
}

.content-intro {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ==========================================================
   REUSABLE PATTERNS — Nav dropdown
   ========================================================== */

.site-nav__item {
  position: relative;
}

.site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-header);
  border: 1px solid var(--border-gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  min-width: 220px;
  padding: 0.5rem 0;
  display: none;
  z-index: 200;
}

.site-nav__item:hover .site-nav__dropdown,
.site-nav__item:focus-within .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown-link {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: var(--text-heading);
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__dropdown-link:hover {
  background: var(--bg-gray-100);
  color: var(--brand-primary);
}

.site-nav__dropdown-link--all {
  font-weight: 600;
  border-top: 1px solid var(--border-gray-200);
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

.site-nav__dropdown-link--section {
  font-weight: 600;
  color: var(--brand-primary);
  border-bottom: 1px solid var(--border-gray-200);
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
}

.mobile-menu__sub-link--section {
  font-weight: 600;
  color: var(--brand-primary);
  border-bottom: 1px solid var(--border-gray-200);
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
}

/* ==========================================================
   REUSABLE PATTERNS — Page-specific overrides
   ========================================================== */

.about-hero {
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .about-hero { padding: 5rem 0; }
}

.about-hero__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-blue-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.about-hero__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .about-hero__title { font-size: 2.5rem; }
}
@media (min-width: 1024px) {
  .about-hero__title { font-size: 3rem; }
}

.about-hero__lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.625;
  max-width: 48rem;
}

.about-author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.about-author__img {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 2px solid var(--border-gray-200);
}

.about-author__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  margin: 0 0 0.25rem;
}

.about-author__role {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0;
}

.about-section {
  margin-bottom: 3rem;
}

.about-divider {
  border: none;
  border-top: 1px solid var(--border-gray-200);
  margin: 0 0 2rem;
}

/* ==========================================================
   HOMEPAGE — Theme slider (shared with ssl-monitoring)
   ========================================================== */

.home-theme-slider {
  /* already defined above, but we re-use it on ssl-monitoring page too */
}

/* ==========================================================
   SSL MONITORING PAGE
   ========================================================== */

.ssl-mon-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .ssl-mon-hero__grid { grid-template-columns: 3fr 2fr; }
}

.ssl-mon-hero__check {
  color: #16a34a;
  flex-shrink: 0;
}

.ssl-mon-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.ssl-mon-hero__bullets li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.ssl-mon-hero__cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ssl-mon-hero__learn {
  font-size: 0.9375rem;
}

.ssl-mon-hero__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1rem;
}
@media (min-width: 640px) {
  .ssl-mon-hero__title { font-size: 3rem; }
}
@media (min-width: 1024px) {
  .ssl-mon-hero__title { font-size: 3.75rem; }
}

.ssl-mon-hero__lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.ssl-mon-hero__text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.ssl-mon-stats__intro {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.failure-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-lg);
  color: #fff;
  margin-bottom: 1rem;
}
.failure-card__icon--red { background: #dc2626; }
.failure-card__icon--yellow { background: #ca8a04; }
.failure-card__icon--green { background: #16a34a; }
.failure-card__icon--purple { background: #9333ea; }

/* ==========================================================
   GLOSSARY PATTERNS
   ========================================================== */

.glossary-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--brand-primary);
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  transition: background 0.15s, border-color 0.15s;
}
.glossary-nav-link:hover {
  background: var(--bg-subtle);
  border-color: var(--brand-primary);
}

.glossary-nav-link-inactive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary-muted);
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  cursor: not-allowed;
}

.glossary-learn-more {
  flex-shrink: 0;
  margin-top: 0.125rem;
  white-space: nowrap;
  font-size: 0.875rem;
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 500;
}
.glossary-learn-more:hover {
  text-decoration: underline;
  color: var(--brand-primary-dark);
}

.glossary-index-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-heading);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 640px) {
  .glossary-index-heading { font-size: 3rem; }
}

.glossary-related-card {
  display: block;
  padding: 1rem;
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  text-decoration: none;
  transition: border-color 0.2s;
}
.glossary-related-card:hover {
  border-color: var(--brand-primary);
}

.glossary-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: var(--brand-primary);
  color: #fff;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: background 0.2s;
}
.glossary-cta-btn:hover {
  background: var(--brand-primary-dark);
}

/* ==========================================================
   RESPONSIVE HELPERS
   ========================================================== */

@media (max-width: 639px) {
  .hidden-mobile { display: none !important; }
}
@media (min-width: 640px) {
  .hidden-desktop { display: none !important; }
}

/* ==========================================================
   FORMBUILDER CONTACT FORM
   ========================================================== */

.InputfieldForm.FormBuilder {
  max-width: 100%;
}

.InputfieldForm.FormBuilder .Inputfield {
  margin-bottom: 1.25rem;
}

.InputfieldForm.FormBuilder .InputfieldHeader {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.InputfieldForm.FormBuilder .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  content: " *";
  color: #dc2626;
  margin-left: 0;
}

.InputfieldForm.FormBuilder input[type="text"],
.InputfieldForm.FormBuilder input[type="email"],
.InputfieldForm.FormBuilder input[type="url"],
.InputfieldForm.FormBuilder input[type="tel"],
.InputfieldForm.FormBuilder input[type="password"],
.InputfieldForm.FormBuilder input[type="number"],
.InputfieldForm.FormBuilder select,
.InputfieldForm.FormBuilder textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: #fff;
  color: var(--text-primary);
  font-size: 0.875rem;
  line-height: 1.5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.InputfieldForm.FormBuilder textarea {
  resize: vertical;
  min-height: 120px;
}

.InputfieldForm.FormBuilder input[type="text"]:focus,
.InputfieldForm.FormBuilder input[type="email"]:focus,
.InputfieldForm.FormBuilder input[type="url"]:focus,
.InputfieldForm.FormBuilder input[type="tel"]:focus,
.InputfieldForm.FormBuilder input[type="password"]:focus,
.InputfieldForm.FormBuilder input[type="number"]:focus,
.InputfieldForm.FormBuilder select:focus,
.InputfieldForm.FormBuilder textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.InputfieldForm.FormBuilder .InputfieldSubmit {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.InputfieldForm.FormBuilder button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: var(--brand-primary, #2563eb);
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.2s;
  line-height: 1.5;
}

.InputfieldForm.FormBuilder button[type="submit"]:hover {
  background: var(--brand-primary-dark, #1d4ed8);
}

.InputfieldForm.FormBuilder button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.InputfieldForm.FormBuilder .input-error.error,
.InputfieldForm.FormBuilder .alert.alert-error.error {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.InputfieldForm.FormBuilder .alert.alert-success.success {
  color: #16a34a;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
}

.InputfieldForm.FormBuilder .description,
.InputfieldForm.FormBuilder .notes {
  font-size: 0.8125rem;
  color: var(--text-secondary, #6b7280);
  margin: 0.25rem 0;
}

.InputfieldForm.FormBuilder .InputfieldContent {
  position: relative;
}

.FormBuilderFrameworkBasic .InputfieldFormBuilderFileUpload + .InputfieldFormBuilderFileUpload {
  margin-top: 0.5rem;
}

/* ==========================================================
   DOCS — CODE BLOCKS & BODY
   ========================================================== */
.docs-body pre {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 0.5rem;
  overflow-x: auto;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.6;
}
.docs-body pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: inherit;
}
.docs-body code:not(pre code) {
  background: #f1f5f9;
  color: #0f172a;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.docs-body h2,
.docs-body h3,
.docs-body h4,
.docs-body h5,
.docs-body h6 {
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.docs-body h2 { font-size: 1.5rem; }
.docs-body h3 { font-size: 1.25rem; }
.docs-body h4 { font-size: 1.125rem; }
.docs-body p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}
.docs-body ul,
.docs-body ol {
  margin: 0 0 1rem 1.5rem;
  color: var(--text-secondary);
}
.docs-body ul { list-style: disc; }
.docs-body ol { list-style: decimal; }
.docs-body a {
  color: var(--brand-primary);
  text-decoration: underline;
}
.docs-body a:hover {
  color: var(--brand-primary-dark);
}
.docs-body blockquote {
  border-left: 4px solid var(--brand-primary);
  padding-left: 1rem;
  margin: 1.25rem 0;
  color: var(--text-secondary);
  font-style: italic;
}
.docs-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}
.docs-body th,
.docs-body td {
  padding: 0.625rem 0.75rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.docs-body th {
  background: #f8fafc;
  font-weight: 600;
  color: var(--text-primary);
}
.docs-body td {
  color: var(--text-secondary);
}

/* Docs sidebar — sticky on desktop */
.docs-sidebar__sticky {
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  padding-right: 0.5rem;
}
@media (max-width: 1023px) {
  .docs-sidebar { margin-bottom: 2rem; }
}

/* ==========================================================
   Deal / Promo pages — includes/deals/*.php
   ========================================================== */

.deal-hero {
  background: linear-gradient(to bottom, var(--bg-blue-light), #ffffff);
  padding: 4rem 0 6rem;
}

.deal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0369a1;
  margin-bottom: 1rem;
}

.deal-hero-title {
  font-size: 2.25rem;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) { .deal-hero-title { font-size: 3rem; } }
@media (min-width: 1024px) { .deal-hero-title { font-size: 3.75rem; } }

.deal-hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-body);
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
@media (min-width: 640px) { .deal-hero-subtitle { font-size: 1.25rem; } }

/* Countdown */
.deal-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.deal-countdown-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0369a1;
}

.deal-countdown-grid {
  display: flex;
  gap: 0.75rem;
}

.deal-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #bae6fd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.deal-countdown-num {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0c4a6e;
  font-variant-numeric: tabular-nums;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.deal-countdown-unit-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0284c7;
  margin-top: 0.25rem;
}

.deal-countdown-expired {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #fee2e2;
  border: 1px solid #fecaca;
  font-size: 0.875rem;
  font-weight: 600;
  color: #b91c1c;
}

/* Coupon CTA */
.deal-coupon-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto 2rem;
  max-width: 28rem;
  text-decoration: none;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}
@media (min-width: 640px) {
  .deal-coupon-cta {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: none;
  }
}

.deal-coupon-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 2rem;
  background: var(--brand-primary-dark);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media (min-width: 640px) {
  .deal-coupon-label { border-radius: 0.375rem 0 0 0.375rem; }
}

.deal-coupon-code-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 56px;
  padding: 0 1.5rem;
  background: #fff;
  border: 2px dashed #bae6fd;
  border-top: 0;
  border-radius: 0 0 0.375rem 0.375rem;
  transition: border-color 0.2s;
}
@media (min-width: 640px) {
  .deal-coupon-code-box { border-radius: 0 0.375rem 0.375rem 0; border-top: 2px; border-left: 0; }
}
.deal-coupon-cta:hover .deal-coupon-code-box { border-color: #7dd3fc; }

.deal-coupon-code {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0c4a6e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.05em;
}

.deal-coupon-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  color: #0284c7;
  flex-shrink: 0;
  transition: background-color 0.2s, color 0.2s;
}
.deal-coupon-copy:hover { background: #e0f2fe; color: #0c4a6e; }

/* Meta items */
.deal-meta-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto;
  max-width: 48rem;
}
@media (min-width: 768px) {
  .deal-meta-items {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
}

.deal-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.deal-meta-item svg { color: var(--brand-primary); flex-shrink: 0; }
@media (min-width: 768px) { .deal-meta-item { justify-content: flex-start; } }

/* Sections */
.deal-section {
  padding: 4rem 0 6rem;
  background: var(--bg-page);
}
.deal-section--white {
  background: #fff;
}

.deal-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 1rem;
}
.deal-section-subtitle {
  font-size: 1.125rem;
  color: var(--text-body);
  margin: 0;
}

/* Offer cards */
.deal-offer-card {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: border-color 0.2s;
}
.deal-offer-card--highlight {
  border-color: #c1f7d1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #eaf3f8;
}

.deal-offer-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  border: 1px solid;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-primary-dark);
}

.deal-offer-card-head {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  align-items: flex-start;
}
.deal-offer-card-head:has(.deal-offer-card-title--highlight) {
  align-items: center;
}

.deal-offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #e0f2fe;
  color: #0284c7;
  flex-shrink: 0;
}
.deal-offer-icon--highlight {
  background: #bae6fd;
  color: #0369a1;
}

.deal-offer-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  flex: 1;
}
.deal-offer-card-title--highlight { color: var(--brand-primary-dark); }

.deal-offer-card-desc {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.5;
  margin: 0;
}

/* Steps */
.deal-step {
  position: relative;
}
.deal-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.deal-step-card {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.deal-step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-heading);
  margin: 0 0 0.5rem;
}
.deal-step-desc {
  font-size: 0.875rem;
  color: var(--text-body);
  margin: 0;
}

/* Feature cards */
.deal-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.deal-feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background: #e0f2fe;
  color: #0284c7;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.deal-feature-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-heading);
  margin: 0 0 0.25rem;
}
.deal-feature-desc {
  font-size: 0.75rem;
  color: var(--text-body);
  margin: 0;
}

/* FAQ */
.deal-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.deal-faq-item {
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.deal-faq-q {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  cursor: pointer;
  list-style: none;
}
.deal-faq-q::-webkit-details-marker { display: none; }
.deal-faq-q::after {
  content: '+';
  float: right;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-muted);
  transition: transform 0.2s;
}
.deal-faq-item[open] .deal-faq-q::after {
  content: '−';
}
.deal-faq-a {
  padding: 0 1.25rem 1rem;
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}

/* Terms */
.deal-terms-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 1.5rem;
}
.deal-terms-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.6;
}
.deal-terms-list strong { color: var(--text-heading); }

/* CTA section */
.deal-cta-section {
  padding: 4rem 0 6rem;
  background: linear-gradient(to bottom, var(--bg-blue-light), #ffffff);
}
.deal-cta-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-heading);
  margin: 0 0 1.5rem;
}
.deal-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: var(--brand-primary-dark);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
  margin-bottom: 1rem;
}
.deal-cta-btn:hover { background: #1d4ed8; }
.deal-cta-note {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

/* ─── Legal pages ─────────────────────────────────────────── */
.legal-page {
  padding: 3rem 0 5rem;
}

.legal-page__article {
  max-width: 52rem;
  margin: 0 auto;
}

.legal-page__header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light, #e5e7eb);
}

.legal-page__title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 0.5rem;
}

.legal-page__updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
}
