/* lp-layout */
#hero,
#concerns,
#benefits,
#sample,
#services {
  scroll-margin-top: 5rem;
}
@media (min-width: 768px) {
  #hero,
  #concerns,
  #benefits,
  #sample,
  #services {
    scroll-margin-top: 6rem;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 1023px) {
  header .font-heading.leading-snug { max-width: 11rem; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  header .font-heading.leading-snug { max-width: 14rem; }
}
footer .flex.items-center.gap-2 > .font-heading.leading-snug {
  max-width: 18rem;
}
@media (min-width: 768px) {
  footer .flex.items-center.gap-2 > .font-heading.leading-snug {
    max-width: none;
  }
}
#services h3.font-heading,
section .grid > .relative h3.font-heading {
  text-wrap: balance;
}
#pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 0.375rem;
  background-color: oklch(0.23 0.039 195.262);
  color: #fff;
  border: 1px solid oklch(0.35 0.05 195.262 / 0.8);
  box-shadow: 0 8px 24px oklch(0.15 0.03 195.262 / 0.35);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
#pagetop:hover {
  background-color: oklch(0.5 0.036 265.612);
  transform: translateY(-2px);
}
#pagetop i {
  font-size: 1.125rem;
  line-height: 1;
}
#pagetop span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (min-width: 768px) {
  #pagetop {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
  #pagetop i {
    font-size: 1.25rem;
  }
  #pagetop span {
    font-size: 10px;
  }
}
.brand-by-vierklee {
  color: #c8ef34;
}
.brand-logo {
  flex-shrink: 0;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.brand-logo__img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.brand-logo--header {
  background-color: oklch(0.45 0.06 195.262);
}
.brand-logo--header .brand-logo__img--dark {
  display: none;
}
.brand-logo--header .brand-logo__img--light {
  display: block;
}
.site-header.is-scrolled .brand-logo--header {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.site-header.is-scrolled .brand-logo--header .brand-logo__img--dark {
  display: block;
}
.site-header.is-scrolled .brand-logo--header .brand-logo__img--light {
  display: none;
}
.brand-logo--footer {
  background-color: #fff;
}
header .brand-by-vierklee {
  color: #6faa16;
}
.site-header {
  border-bottom: 1px solid transparent;
  background: transparent;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 42, 34, 0.55) 0%, rgba(10, 42, 34, 0) 100%);
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.site-header > div {
  position: relative;
  z-index: 1;
}
.site-header__title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.site-header:not(.is-scrolled) .brand-by-vierklee {
  color: #c8ef34;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.site-header__nav-link {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.site-header__nav-link:hover {
  color: rgba(255, 255, 255, 0.88);
}
.site-header__menu-btn {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.site-header.is-scrolled {
  background: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}
.site-header.is-scrolled::before {
  opacity: 0;
}
.site-header.is-scrolled .site-header__title {
  color: #333;
  text-shadow: none;
}
.site-header.is-scrolled .brand-by-vierklee {
  color: #6faa16;
  text-shadow: none;
}
.site-header.is-scrolled .site-header__nav-link {
  color: #333;
  text-shadow: none;
}
.site-header.is-scrolled .site-header__nav-link:hover {
  color: oklch(0.45 0.06 195.262);
}
.site-header.is-scrolled .site-header__menu-btn {
  color: #333;
  text-shadow: none;
}
.site-header-mobile-nav {
  display: none;
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 49;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 1rem 1rem;
}
@media (min-width: 768px) {
  .site-header-mobile-nav {
    top: 5rem;
  }
}
.site-header-mobile-overlay {
  display: none;
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 48;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .site-header-mobile-overlay {
    top: 5rem;
  }
}
.site-header.is-mobile-nav-open .site-header-mobile-nav,
.site-header.is-mobile-nav-open .site-header-mobile-overlay {
  display: block;
}
.site-header-mobile-nav__link {
  display: block;
  padding: 0.875rem 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-header-mobile-nav__link:last-child {
  border-bottom: none;
}
.site-header-mobile-nav__link:hover {
  color: oklch(0.45 0.06 195.262);
}
.site-header__menu-btn [data-menu-icon-close] {
  display: none;
}
.site-header.is-mobile-nav-open .site-header__menu-btn [data-menu-icon-open] {
  display: none;
}
.site-header.is-mobile-nav-open .site-header__menu-btn [data-menu-icon-close] {
  display: block;
}
#hero .hero-bg {
  background-color: #0a2a22;
  background-image:
    linear-gradient(135deg, rgba(30, 69, 60, 0.88) 0%, rgba(22, 58, 51, 0.9) 42%, rgba(15, 47, 41, 0.92) 72%, rgba(10, 42, 34, 0.94) 100%),
    url("img/hero.jpg");
  background-size: cover;
  background-position: center, center top;
  background-repeat: no-repeat;
}
#hero .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 75% 55% at 88% 12%, rgba(52, 110, 94, 0.16) 0%, transparent 58%);
  pointer-events: none;
}
#hero .hero-content {
  color: #fff;
}
#hero .hero-content h1,
#hero .hero-content p,
#hero .hero-content .hero-badge,
#hero .hero-content .hero-trust {
  color: #fff;
}
#hero .hero-highlight {
  color: #d8f76a;
}
#hero .hero-title-nowrap {
  white-space: nowrap;
}
#hero .hero-title-br {
  display: block;
}
#hero h1.font-heading,
#hero h1.hero-title {
  font-size: 1.875rem;
  line-height: 1.32;
}
@media (min-width: 768px) {
  #hero h1.font-heading,
  #hero h1.hero-title {
    font-size: 3rem;
    line-height: 1.28;
  }
}
@media (min-width: 1024px) {
  #hero h1.font-heading,
  #hero h1.hero-title {
    font-size: 3.75rem;
    line-height: 1.24;
  }
}
#hero .hero-desc-nowrap {
  white-space: nowrap;
}
#hero .hero-desc-br {
  display: none;
}
@media (min-width: 768px) {
  #hero .hero-desc-br {
    display: block;
  }
}
#hero .hero-content .hero-badge {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}
#hero .hero-content .hero-trust {
  opacity: 0.92;
}
#hero .hero-scroll {
  color: rgba(255, 255, 255, 0.72);
}
#hero .hero-scroll-line {
  background-color: rgba(255, 255, 255, 0.35);
}
.site-header:not(.is-scrolled) .site-header__title,
.site-header:not(.is-scrolled) .site-header__nav-link,
.site-header:not(.is-scrolled) .site-header__menu-btn {
  text-shadow: none;
}
.site-header:not(.is-scrolled) .brand-by-vierklee {
  text-shadow: none;
}
#hero .hero-desc {
  line-height: 1.35;
  text-wrap: balance;
}
main section h3.font-heading {
  line-height: 1.35;
}
#services .service-card-purpose {
  text-wrap: balance;
}
#services .service-menu-card .service-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
#services .service-menu-card .service-card-purpose {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: oklch(0.35 0.05 265.612);
}
#services .service-menu-card {
  overflow: visible;
}
a.service-menu-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
#services .service-menu-card .service-card-meta {
  margin-top: 1rem;
  overflow: visible;
}
#services .service-menu-card .service-card-name {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1.25rem 0.5rem 0.875rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  background-color: oklch(0.23 0.039 195.262);
  color: #fff;
  overflow: visible;
}
#services .service-menu-card .service-card-name::before,
#services .service-menu-card .service-card-name::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#services .service-menu-card .service-card-name::after {
  top: -0.125rem;
  right: 0.1rem;
  width: 1.65rem;
  height: 1.28rem;
  background: url("img/service-sparkle.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 5px rgba(255, 213, 74, 0.9));
  animation: service-sparkle 2.4s ease-in-out infinite;
  transform-origin: center;
}
#services .service-menu-card .service-card-name::before {
  top: -0.025rem;
  right: 0.15rem;
  width: 1.38rem;
  height: 1.1rem;
  background: radial-gradient(circle, rgba(255, 220, 100, 0.7) 0%, rgba(255, 213, 74, 0) 72%);
  animation: service-sparkle-glow 2.4s ease-in-out infinite;
  transform-origin: center;
}
#services .service-menu-card:nth-child(2) .service-card-name::after,
#services .service-menu-card:nth-child(2) .service-card-name::before {
  animation-delay: 0.45s;
}
#services .service-menu-card:nth-child(3) .service-card-name::after,
#services .service-menu-card:nth-child(3) .service-card-name::before {
  animation-delay: 0.9s;
}
#services .service-menu-card:nth-child(4) .service-card-name::after,
#services .service-menu-card:nth-child(4) .service-card-name::before {
  animation-delay: 1.35s;
}
#services .service-menu-card:nth-child(5) .service-card-name::after,
#services .service-menu-card:nth-child(5) .service-card-name::before {
  animation-delay: 1.8s;
}
@keyframes service-sparkle {
  0%, 56%, 100% {
    opacity: 0;
    transform: scale(0.5) rotate(-8deg);
  }
  64% {
    opacity: 1;
    transform: scale(1.1) rotate(6deg);
  }
  72% {
    opacity: 0.95;
    transform: scale(1) rotate(0deg);
  }
  80% {
    opacity: 0;
    transform: scale(0.75) rotate(8deg);
  }
}
@keyframes service-sparkle-glow {
  0%, 56%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  64% {
    opacity: 0.85;
    transform: scale(1.15);
  }
  80% {
    opacity: 0;
    transform: scale(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  #services .service-menu-card .service-card-name::before,
  #services .service-menu-card .service-card-name::after {
    animation: none;
    opacity: 0.8;
  }
}
#services .service-menu-card .service-card-en {
  margin-top: 0.375rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(0.62 0.02 265.612);
}
#services .service-menu-card .service-card-desc {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #services .service-menu-card .service-card-purpose {
    font-size: 1.125rem;
  }
  #services .service-menu-card .service-card-name {
    font-size: 1rem;
  }
  #services .service-menu-card .service-card-en {
    font-size: 11px;
  }
}
#concerns .concerns-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}
.card-carousel-dots {
  display: none;
}
@media (max-width: 767px) {
  #concerns .concerns-grid,
  #benefits .benefits-list,
  #services .services-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 0.25rem;
  }
  #concerns .concerns-grid::-webkit-scrollbar,
  #benefits .benefits-list::-webkit-scrollbar,
  #services .services-grid::-webkit-scrollbar {
    display: none;
  }
  #concerns .concerns-grid > *,
  #benefits .benefits-list > *,
  #services .services-grid > * {
    flex: 0 0 min(18.75rem, calc(100vw - 3rem));
    scroll-snap-align: start;
    max-width: min(18.75rem, calc(100vw - 3rem));
  }
  #benefits .benefits-list > * + * {
    margin-top: 0;
  }
  #benefits .benefits-list > .hover-lift {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    height: 100%;
  }
  #benefits .benefits-list > .hover-lift > i.ri-arrow-right-up-line {
    display: none;
  }
  .card-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .card-carousel-dots__dot {
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 9999px;
    background-color: oklch(0.75 0.02 195.262 / 0.45);
    transition: width 0.2s ease, background-color 0.2s ease;
  }
  .card-carousel-dots__dot.is-active {
    width: 1.375rem;
    background-color: oklch(0.5 0.08 195.262);
  }
  #benefits .card-carousel-dots__dot.is-active {
    background-color: oklch(0.62 0.14 145);
  }
}
@media (min-width: 768px) {
  #concerns .concerns-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #concerns .concerns-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#concerns .concern-card,
#concerns .concern-cta-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#concerns .concern-card-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.35;
  text-wrap: balance;
}
#concerns .concern-card-body {
  margin: 1rem 0 0;
  flex: 1 1 auto;
  line-height: 1.65;
}
#concerns .concern-card-footer {
  margin-top: auto;
  padding-top: 1.25rem;
}
#concerns .concern-cta-card {
  justify-content: space-between;
}
#concerns .concern-cta-card .concern-cta-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
#concerns .concern-cta-card .concern-cta-heading h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
#services .service-cta-card {
  background: linear-gradient(135deg, #1e453c 0%, #163a33 52%, #0f2f29 100%);
}
#services .service-cta-card .service-cta-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
#services .service-cta-card .service-cta-heading h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
#sample .sample-report-banner {
  background: linear-gradient(135deg, #1e453c 0%, #163a33 52%, #0f2f29 100%);
}
#sample .sample-report-banner__note {
  color: #ffffff;
}
#concerns .concerns-desc-nowrap {
  white-space: nowrap;
}

/* Hero: two-column layout + phone mockup */
#hero .hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
#hero .hero-copy {
  width: 100%;
}
#hero .hero-phone {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  padding-bottom: 2.5rem;
}
.phone-mockup {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  background: #0f172a;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.28),
    0 8px 16px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  max-width: 5.5rem;
  height: 0.3125rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}
.phone-mockup img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.phone-mockup--hero {
  width: min(15.5rem, 72vw);
}
.phone-mockup--sample {
  width: 100%;
  max-width: 16.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #hero .hero-grid {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
  #hero .hero-copy {
    flex: 1.2 1 0;
    min-width: 0;
    max-width: 44rem;
  }
  #hero .hero-phone {
    flex: 0.75 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .phone-mockup--hero {
    width: min(15rem, 28vw);
  }
}
@media (min-width: 1024px) {
  #hero .hero-grid {
    gap: 3rem;
  }
  .phone-mockup--hero {
    width: min(16rem, 24vw);
  }
}

/* Sample report: bot + mail two-column */
.sample-report-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
.sample-report-showcase__caption {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: oklch(0.45 0.06 195.262);
  min-height: 1.125rem;
}
.sample-report-showcase__col--bot,
.sample-report-showcase__col--mail {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 768px) {
  .sample-report-showcase__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.75rem;
    align-items: start;
  }
}

/* Mail app UI */
.mail-app-ui {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  border: 1px solid oklch(0.88 0.01 265.612);
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.sample-report-showcase__col--mail .mail-app-ui {
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mail-app-ui__toolbar {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0.875rem;
  background: oklch(0.96 0.005 265.612);
  border-bottom: 1px solid oklch(0.9 0.01 265.612);
  flex-shrink: 0;
}
.mail-app-ui__toolbar-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: oklch(0.82 0.02 265.612);
}
.mail-app-ui__toolbar-title {
  margin-left: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: oklch(0.55 0.02 265.612);
}
.mail-app-ui__header {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid oklch(0.92 0.01 265.612);
  background: #fff;
  flex-shrink: 0;
}
.mail-app-ui__subject {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
  color: oklch(0.25 0.03 265.612);
}
.mail-app-ui__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1rem;
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  color: oklch(0.55 0.02 265.612);
}
.mail-app-ui__from {
  font-weight: 600;
}
.mail-app-ui__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  scrollbar-width: thin;
  scrollbar-color: oklch(0.75 0.02 265.612) transparent;
}
.sample-report-showcase__col--mail .mail-app-ui__body {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
  scrollbar-width: none;
}
.sample-report-showcase__col--mail .mail-app-ui__body::-webkit-scrollbar {
  display: none;
}
.sample-report-showcase__col--mail .mail-app-ui__body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.mail-app-ui__body::-webkit-scrollbar {
  width: 6px;
}
.mail-app-ui__body::-webkit-scrollbar-thumb {
  background: oklch(0.78 0.02 265.612);
  border-radius: 9999px;
}
.mail-app-ui__body::-webkit-scrollbar-track {
  background: transparent;
}

/* Mail report body typography */
.mail-report-body {
  padding: 1rem 1.125rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: oklch(0.35 0.03 265.612);
}
.mail-report-body p {
  margin: 0 0 0.875rem;
}
.mail-report-body__recipient {
  font-weight: 700;
  font-size: 0.875rem;
  color: oklch(0.28 0.04 265.612);
}
.mail-report-body__lead {
  font-size: 0.8125rem;
  color: oklch(0.45 0.03 265.612);
}
.mail-report-body__section-title {
  margin-top: 1.25rem !important;
  margin-bottom: 0.625rem !important;
  font-size: 0.9375rem;
  color: oklch(0.28 0.04 265.612);
  padding-bottom: 0.375rem;
  border-bottom: 1px solid oklch(0.92 0.01 265.612);
}
.mail-report-body__section-title strong {
  font-weight: 800;
}
.mail-report-body__type {
  font-size: 0.9375rem;
  color: oklch(0.4 0.08 240);
}
.mail-report-body__type strong {
  font-weight: 800;
}
.mail-report-body__sub {
  margin-top: -0.375rem !important;
  font-size: 0.8125rem;
  color: oklch(0.5 0.03 265.612);
}
.mail-report-body__heading {
  margin-top: 1.125rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.875rem;
  color: oklch(0.28 0.04 265.612);
}
.mail-report-body__heading strong {
  font-weight: 800;
}
.mail-report-body__score-list,
.mail-report-body__bullet-list,
.mail-report-body__ordered-list,
.mail-report-body__theme-list {
  margin: 0 0 0.875rem;
  padding-left: 1.25rem;
}
.mail-report-body__score-list li,
.mail-report-body__bullet-list li,
.mail-report-body__ordered-list li,
.mail-report-body__theme-list li {
  margin-bottom: 0.5rem;
}
.mail-report-body__theme-list li strong {
  font-weight: 700;
  color: oklch(0.32 0.04 265.612);
}
.mail-report-body__cta-link {
  margin-top: 0.75rem !important;
  color: oklch(0.4 0.08 240);
}
.mail-report-body__cta-link strong {
  font-weight: 700;
}
.mail-report-body__footer {
  margin-top: 1.25rem !important;
  padding-top: 0.875rem;
  border-top: 1px solid oklch(0.92 0.01 265.612);
  font-size: 0.75rem;
  color: oklch(0.55 0.02 265.612);
}

/* Orange accent: use only on .cta-btn (default + :hover) */
.cta-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background: linear-gradient(180deg, #ff9a2e 0%, #ff8c00 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
  border-radius: 0.375rem;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(255, 140, 0, 0.42), 0 2px 4px rgba(0, 0, 0, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
.cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 10px 26px rgba(255, 140, 0, 0.52), 0 4px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.cta-btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-22deg);
  animation: cta-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes cta-shine {
  0%, 72%, 100% { left: -130%; }
  28% { left: 140%; }
}
.cta-btn > * {
  position: relative;
  z-index: 1;
}
.cta-btn i {
  font-size: 1.125em;
  line-height: 1;
}
.cta-btn--lg {
  padding: 0.9375rem 1.75rem;
  font-size: 1rem;
  text-align: center;
  white-space: normal;
}
.cta-btn--md {
  padding: 0.8125rem 1.375rem;
  font-size: 0.9375rem;
}
.cta-btn--sm {
  padding: 0.875rem 1.375rem;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .cta-btn--lg {
    padding: 1.125rem 2.375rem;
    font-size: 1.125rem;
  }
  .cta-btn--md {
    padding: 0.9375rem 1.625rem;
    font-size: 1.0625rem;
  }
  .cta-btn--sm {
    padding: 1rem 1.625rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .cta-btn--lg {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
  }
}
.cta-hero-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
.cta-microcopy {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.82);
}
@media (min-width: 768px) {
  .cta-microcopy {
    font-size: 0.6875rem;
  }
}
