:root {
  --color-blue: #0069ff;
  --color-blue-dark: #0052cc;
  --color-bg: #ffffff;
  --color-bg-muted: #f0f6ff;
  --color-bg-dark: #0069ff;
  --color-text: #0a1628;
  --color-text-muted: #3d4f66;
  --color-accent: #0069ff;
  --color-accent-hover: #0052cc;
  --color-border: rgba(0, 105, 255, 0.15);
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 5.5rem;
  --radius: 0.5rem;
  --max-width: 40rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--color-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
  font-weight: 600;
}

a:hover {
  color: var(--color-accent-hover);
}

.wrap {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-sm);
  z-index: 100;
  padding: var(--space-xs) var(--space-sm);
  background: var(--color-bg-dark);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: var(--space-sm);
}

.site-header {
  padding-block: var(--space-lg) var(--space-sm);
}

.site-header__logo {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.site-header__logo img {
  display: block;
  width: 3.5rem;
  height: auto;
}

.site-header__logo:hover {
  opacity: 0.85;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.35rem;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 9999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn--primary {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}

.btn--primary:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: #fff;
}

.btn--secondary {
  background: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.btn--secondary:hover {
  color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
}

.btn--large {
  padding: 1.1rem 1.75rem;
  font-size: 1.25rem;
}

.hero {
  padding-block: var(--space-lg) var(--space-xl);
}

.eyebrow {
  margin: 0 0 var(--space-md);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.hero__title {
  margin: 0 0 var(--space-md);
  font-family: var(--font);
  font-size: clamp(2.5rem, 8vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero__title-accent {
  display: block;
  margin-top: 0.35em;
}

.hero__lead {
  margin: 0 0 var(--space-lg);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color-text);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.section {
  padding-block: var(--space-xl);
}

.section--muted {
  background: var(--color-bg-muted);
}

.section__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.section__label,
.section__heading {
  margin: 0 0 var(--space-md);
  font-family: var(--font);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.section__label--light {
  color: #fff;
}

.prose p {
  margin: 0 0 var(--space-md);
  font-weight: 500;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose__emphasis {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--color-text);
}

.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.card__title {
  margin: 0 0 var(--space-sm);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-text);
}

.audience {
  list-style: none;
  margin: 0 0 var(--space-lg);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.audience p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.audience__note {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

.newsletter {
  background: var(--color-bg-dark);
  color: #fff;
}

.newsletter__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.newsletter__tagline {
  margin: 0 0 var(--space-sm);
  font-family: var(--font);
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.newsletter__desc {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.newsletter__embed {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.newsletter__embed iframe {
  width: 100%;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  background: #fff;
}

.newsletter__fine {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.cta-final {
  padding-block: var(--space-2xl);
}

.cta-final .wrap {
  max-width: 48rem;
}

.cal-embed {
  width: 100%;
  min-height: 36rem;
  margin-top: var(--space-lg);
  overflow: auto;
}

.cta-final__title {
  margin: 0 0 var(--space-md);
  font-family: var(--font);
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.cta-final__text {
  margin: 0 0 var(--space-lg);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color-text);
}

.site-footer {
  padding-block: var(--space-xl);
  border-top: 2px solid var(--color-border);
}

.site-footer__logo {
  display: block;
  width: 3rem;
  height: auto;
}

.site-footer__tag {
  margin: var(--space-sm) 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm) var(--space-md);
  margin-top: var(--space-md);
  font-size: 1rem;
  font-weight: 700;
}

.site-footer__nav a {
  color: var(--color-text);
  text-decoration: none;
}

.site-footer__nav a:hover {
  color: var(--color-accent);
}

.wrap--wide {
  max-width: 72rem;
}

.testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.testimonials--grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: 1fr;
}

@media (min-width: 36rem) {
  .testimonials--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 56rem) {
  .testimonials--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonials--grid .testimonial__quote {
  font-size: 1.125rem;
}

.testimonial__quote {
  margin: 0 0 var(--space-sm);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  quotes: "“" "”";
}

.testimonial__quote::before {
  content: open-quote;
}

.testimonial__quote::after {
  content: close-quote;
}

.testimonial__author {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.testimonial__author strong {
  color: var(--color-text);
  font-weight: 800;
}

.testimonials__more {
  margin: var(--space-lg) 0 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-intro,
.page-outro {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.page-intro {
  margin-bottom: var(--space-lg);
}

.page-outro {
  margin-top: var(--space-xl);
}

.legal__h {
  margin: var(--space-lg) 0 var(--space-sm);
  font-size: 1.25rem;
  font-weight: 800;
}

.legal p {
  margin: 0 0 var(--space-md);
  font-size: 1.125rem;
  font-weight: 500;
}

.legal__back {
  margin-top: var(--space-xl) !important;
}
