:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #e6e8ec;
  --soft: #f6f7f9;
  --panel: #ffffff;
  --accent: #d75f2a;
  --accent-dark: #a8411b;
  --navy: #0d2448;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 152px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-cta {
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  padding: 10px 14px;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 56px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  padding: 86px max(16px, calc((100vw - 1180px) / 2)) 76px;
  background:
    radial-gradient(circle at 85% 12%, rgba(215, 95, 42, 0.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: 5.8rem;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.65rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.28rem;
}

.hero-bullets,
.included-list,
.control-list,
.check-panel {
  margin: 28px 0;
}

.hero-bullets {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
  color: #283241;
  font-weight: 750;
}

.hero-bullets li,
.included-list p,
.control-list p,
.check-panel p {
  position: relative;
  margin: 0;
  padding-left: 30px;
}

.hero-bullets li::before,
.included-list p::before,
.control-list p::before,
.check-panel p::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1.15;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.2);
}

.button.primary:hover {
  background: #020617;
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button.large {
  min-height: 56px;
  padding-inline: 24px;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(215, 95, 42, 0.26);
  border-radius: var(--radius);
  padding: 9px 13px;
  color: var(--accent-dark);
  background: #fff7f3;
  font-weight: 900;
}

.price-badge s,
.regular-price s {
  color: #7a8390;
  text-decoration-thickness: 2px;
}

.sale-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: -4px 0 18px;
}

.regular-price {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 850;
}

.discount-pill {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 9px 12px;
  color: #fff;
  background: var(--accent);
  font-size: 0.92rem;
  font-weight: 950;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.trust-strip span,
.logo-band span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 13px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 2px;
  max-width: min(260px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.16);
  backdrop-filter: blur(16px);
}

.floating-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.card-top {
  top: 18px;
  left: 18px;
}

.card-bottom {
  right: 18px;
  bottom: 18px;
}

.logo-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: start;
}

.split > div > p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.pricing-copy p {
  color: var(--muted);
  font-size: 1.07rem;
}

.feature-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.step-card,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.05);
}

.feature-card p,
.step-card p,
.audience-grid p,
.testimonial p,
.timeline-note,
details p,
footer p {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 950;
}

.accent-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  border-radius: 22px;
  padding: 54px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 95, 42, 0.95), rgba(13, 36, 72, 0.96)),
    var(--navy);
}

.accent-section .eyebrow,
.accent-section p,
.accent-section h2 {
  color: #fff;
}

.control-list,
.check-panel,
.included-list {
  display: grid;
  gap: 15px;
}

.accent-section .control-list p::before {
  color: var(--navy);
  background: #fff;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.timeline div {
  display: grid;
  gap: 9px;
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.timeline div:last-child {
  border-right: 0;
}

.timeline strong {
  color: var(--accent-dark);
  font-size: 1.18rem;
}

.timeline span {
  color: var(--muted);
  font-weight: 720;
}

.timeline-note {
  margin: 24px 0 0;
  font-size: 1.1rem;
  font-weight: 850;
}

.training-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.check-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  background: var(--soft);
}

.pricing-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 247, 249, 0.78)),
    var(--soft);
  isolation: isolate;
}

.pricing-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 36, 72, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 36, 72, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.pricing-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.pricing-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.pricing-copy h2 {
  font-size: 4.8rem;
}

.pricing-copy .button {
  margin: 18px 10px 0 0;
}

.included-list {
  align-self: center;
  border-radius: 18px;
  padding: 28px;
  background: #f9fafb;
}

.included-list h3 {
  margin-bottom: 18px;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial {
  border-block: 1px solid var(--line);
  overflow: hidden;
  text-align: left;
}

.testimonial .section-heading {
  text-align: center;
  margin-inline: auto;
}

.testimonial-marquee {
  position: relative;
  margin-inline: calc((100vw - min(1180px, calc(100vw - 32px))) / -2);
  overflow: hidden;
  padding: 8px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.testimonial-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: testimonial-scroll 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  width: min(560px, calc(100vw - 48px));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.07);
}

.testimonial-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.13);
}

.testimonial-card blockquote {
  grid-column: 2;
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.36;
  font-weight: 850;
}

.testimonial-card p {
  grid-column: 2;
  display: grid;
  gap: 2px;
  margin: -6px 0 0;
}

.testimonial-card strong {
  color: var(--ink);
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track {
    animation: none;
  }
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  background: #fff;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
}

.final-cta {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 106px;
  text-align: center;
}

.final-cta p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.2rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
}

footer img {
  width: 136px;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--accent-dark);
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  .hero,
  .split,
  .accent-section,
  .pricing-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 390px;
  }

  h1 {
    font-size: 4.45rem;
  }

  h2,
  .pricing-copy h2 {
    font-size: 3.1rem;
  }

  .steps,
  .timeline,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline div {
    border-bottom: 1px solid var(--line);
  }

  .timeline div:nth-child(2) {
    border-right: 0;
  }

  .timeline div:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions a {
    white-space: nowrap;
  }

  .brand img {
    width: 132px;
  }

  .section,
  .hero,
  .pricing-section {
    padding-block: 58px;
  }

  h1 {
    font-size: 3.18rem;
  }

  h2,
  .pricing-copy h2 {
    font-size: 2.35rem;
  }

  .testimonial-marquee {
    margin-inline: -16px;
  }

  .testimonial-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    width: min(330px, calc(100vw - 38px));
    padding: 18px;
  }

  .testimonial-card img {
    width: 64px;
    height: 64px;
  }

  .testimonial-card blockquote {
    font-size: 1rem;
  }

  .hero-subhead {
    font-size: 1.08rem;
  }

  .feature-grid,
  .steps,
  .timeline,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 330px;
  }

  .floating-card {
    position: static;
    margin: 12px;
  }

  .hero-visual {
    display: grid;
    align-content: start;
  }

  .accent-section,
  .pricing-card {
    border-radius: 18px;
    padding: 28px;
  }

  .timeline div,
  .timeline div:nth-child(2),
  .timeline div:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline div:last-child {
    border-bottom: 0;
  }

  .button {
    width: 100%;
  }

  .price-badge {
    width: 100%;
    justify-content: center;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
