.hero {
  padding: clamp(1.5rem, 5vw, 3rem) 0 clamp(2rem, 6vw, 3.5rem);
  max-width: 72rem;
  margin: 0 auto;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 26rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero__copy {
  text-align: left;
  max-width: 36rem;
}

.hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-on-hero);
}

.hero__sub {
  margin: 0 0 2rem;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-on-hero-muted);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-download__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: auto;
  min-width: 13.5rem;
  min-height: 3.35rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e56b2a 0%, var(--theme-primary) 58%, #9f3609 100%);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(var(--theme-primary-rgb), 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.hero-download__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 30px rgba(var(--theme-primary-rgb), 0.34);
}

.hero-download__button:focus-visible {
  outline: 2px solid var(--text-on-hero);
  outline-offset: 4px;
}

.hero-download__windows {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  background:
    linear-gradient(90deg, transparent 46%, currentColor 46% 56%, transparent 56%),
    linear-gradient(0deg, transparent 46%, currentColor 46% 56%, transparent 56%),
    rgba(255, 255, 255, 0.95);
  color: var(--theme-primary);
  transform: perspective(1rem) rotateY(-12deg);
}

.hero-demo__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.1rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(var(--theme-base-rgb), 0.16)),
    rgba(8, 27, 49, 0.24);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 12px 22px rgba(2, 10, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.hero-demo__button::after {
  content: ">";
  margin-left: -0.25rem;
  color: #ffb58e;
  font-size: 1rem;
  line-height: 1;
}

.hero-demo__button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 181, 142, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(var(--theme-base-rgb), 0.2)),
    rgba(8, 27, 49, 0.3);
  box-shadow:
    0 16px 28px rgba(2, 10, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-demo__button:focus-visible {
  outline: 2px solid var(--text-on-hero);
  outline-offset: 4px;
}

.hero-demo__icon {
  position: relative;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.hero-demo__icon::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.22rem;
  width: 0;
  height: 0;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  border-left: 0.32rem solid currentColor;
}

.hero__visual {
  justify-self: end;
  width: 100%;
  max-width: 26rem;
}

.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
}

.hero-media__deco {
  position: absolute;
  inset: -6% -8% -10% -6%;
  z-index: 0;
  pointer-events: none;
}

.hero-media__triangle {
  position: absolute;
  display: block;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.hero-media__triangle--lime {
  background: var(--hero-lime);
}

.hero-media__triangle--teal {
  background: var(--hero-teal);
}

.hero-media__triangle--a {
  width: 38%;
  height: 38%;
  top: 4%;
  left: -4%;
  transform: rotate(-18deg);
}

.hero-media__triangle--b {
  width: 32%;
  height: 32%;
  bottom: 2%;
  right: -10%;
  transform: rotate(22deg);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.hero-media__triangle--c {
  width: 22%;
  height: 22%;
  top: 38%;
  right: -2%;
  transform: rotate(8deg);
}

.hero-media__triangle--d {
  width: 26%;
  height: 26%;
  bottom: 18%;
  left: -12%;
  transform: rotate(-35deg);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.hero-media__outline {
  position: absolute;
  z-index: 1;
  inset: 5% 7% 9% 3%;
  border: 2px solid var(--hero-frame);
  border-radius: 1.35rem;
  transform: rotate(-7deg);
  pointer-events: none;
}

.hero-media__photo {
  position: relative;
  z-index: 2;
  width: 82%;
  height: 82%;
  margin: 9% auto 0;
  border-radius: 1.1rem;
  overflow: hidden;
  background: var(--theme-region);
  box-shadow: 0 20px 50px rgba(20, 20, 24, 0.18);
}

.hero-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-main {
  max-width: 72rem;
  margin: clamp(1.4rem, 4vw, 2.8rem) auto 0;
  color: var(--text-primary);
}

.hero-separator {
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr);
  align-items: center;
  gap: 1rem;
  max-width: 72rem;
  margin: clamp(0.75rem, 3vw, 1.35rem) auto 0;
  color: rgba(237, 247, 255, 0.64);
}

.hero-separator__line {
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
}

.hero-separator__label {
  position: relative;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 27, 49, 0.34);
  color: rgba(237, 247, 255, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 10px 24px rgba(2, 10, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.features {
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
  padding: clamp(1.6rem, 4vw, 2.75rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--theme-primary-rgb), 0.12) 0 9rem, transparent 15rem),
    radial-gradient(circle at 88% 16%, rgba(var(--theme-base-rgb), 0.16) 0 10rem, transparent 17rem),
    radial-gradient(circle at 72% 92%, rgba(var(--theme-region-rgb), 0.48) 0 8rem, transparent 15rem),
    linear-gradient(
      165deg,
      var(--surface-strong) 0%,
      rgba(var(--theme-region-rgb), 0.76) 58%,
      rgba(255, 255, 255, 0.82) 100%
    );
  box-shadow:
    0 20px 40px rgba(40, 46, 70, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.features::before,
.features::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
}

.features::before {
  width: 9rem;
  height: 9rem;
  right: 6%;
  top: -3.5rem;
  border-radius: 2rem;
  transform: rotate(16deg);
}

.features::after {
  width: 7rem;
  height: 7rem;
  left: -2.5rem;
  bottom: 9%;
  border-radius: 50%;
}

.features__intro {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin-bottom: 1.9rem;
}

.features__eyebrow {
  margin: 0;
  color: rgba(16, 32, 51, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.features__title {
  margin: 0.45rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  line-height: 1.12;
}

.features__subtitle {
  margin: 0.45rem 0 0;
  color: var(--theme-primary);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.features__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.features__card {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 12.8rem;
  padding: 1.18rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(249, 251, 255, 0.5) 100%);
  box-shadow:
    0 14px 28px rgba(48, 52, 80, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.features__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: linear-gradient(90deg, var(--theme-primary), rgba(var(--theme-base-rgb), 0.7));
}

.features__card::after {
  content: "";
  position: absolute;
  right: -2.6rem;
  bottom: -2.6rem;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: rgba(var(--theme-base-rgb), 0.14);
}

.features__card--fast {
  transform: translateY(0.65rem);
}

.features__card--featured {
  min-height: 14.6rem;
  padding: 1.35rem;
  background:
    radial-gradient(circle at 84% 12%, rgba(var(--theme-primary-rgb), 0.14) 0 4rem, transparent 7.5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(var(--theme-region-rgb), 0.66) 100%);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 42px rgba(var(--theme-base-dark-rgb), 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(-0.55rem);
}

.features__card--featured::before {
  height: 0.42rem;
  background: linear-gradient(90deg, var(--theme-primary) 0%, #e56b2a 58%, var(--theme-base) 100%);
}

.features__card--custom {
  transform: translateY(1.05rem);
}

.features__card--wide-left {
  grid-column: 2 / span 2;
  transform: translateY(-0.2rem);
}

.features__card--wide-right {
  grid-column: 4 / span 2;
  transform: translateY(0.85rem);
}

.features__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.85rem;
  background: rgba(var(--theme-region-rgb), 0.72);
  color: var(--theme-primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.features__card--featured .features__icon {
  width: 3.85rem;
  height: 3.85rem;
  background: #ffffff;
  box-shadow:
    0 12px 20px rgba(var(--theme-base-dark-rgb), 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.features__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.features__card--featured .features__icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.features__card-title {
  position: relative;
  z-index: 1;
  margin: 0.9rem 0 0;
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.25;
}

.features__card--featured .features__card-title {
  max-width: 13rem;
  font-size: clamp(1.28rem, 2.4vw, 1.55rem);
  line-height: 1.12;
}

.features__card-text {
  position: relative;
  z-index: 1;
  margin: 0.45rem 0 0;
  color: rgba(45, 45, 50, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.features__card--featured .features__card-text {
  max-width: 15rem;
  font-size: 0.95rem;
  color: rgba(45, 45, 50, 0.84);
}

.how-it-works {
  margin-top: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.5rem;
  background:
    linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(var(--theme-region-rgb), 0.72) 54%,
      rgba(var(--theme-base-rgb), 0.22) 100%
    );
  box-shadow:
    0 20px 45px rgba(45, 45, 50, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
}

.how-it-works__intro {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

.how-it-works__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bg-deep);
}

.how-it-works__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.1;
  color: var(--text-primary);
}

.how-it-works__text {
  margin: 0 0 1rem;
  color: var(--text-secondary);
}

.how-it-works__button-row {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.how-it-works__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.72rem 1.4rem;
  border: 1px solid rgba(var(--theme-primary-rgb), 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--theme-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 10px 18px rgba(70, 80, 120, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.how-it-works__button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 14px 22px rgba(70, 80, 120, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.how-it-works__button:focus-visible {
  outline: 2px solid var(--theme-primary);
  outline-offset: 4px;
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.how-it-works__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(var(--theme-region-rgb), 0.56) 48%,
      rgba(255, 255, 255, 0.92) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 12px 28px rgba(55, 48, 72, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.how-it-works__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(var(--theme-region-rgb), 0.34)),
    linear-gradient(135deg, rgba(var(--theme-region-rgb), 0.55) 0%, rgba(var(--theme-base-rgb), 0.28) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(70, 60, 90, 0.06);
}

.how-it-works__media-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(var(--theme-region-rgb), 0.35);
}

.how-it-works__step {
  margin: 0;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  color: var(--theme-primary);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.how-it-works__card-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--text-primary);
}

.how-it-works__card-text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.testimonials {
  margin-top: 1.5rem;
  padding: clamp(1.35rem, 3.6vw, 2rem);
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background:
    linear-gradient(
      165deg,
      var(--surface-strong) 0%,
      rgba(var(--theme-region-rgb), 0.72) 52%,
      rgba(255, 255, 255, 0.82) 100%
    );
  color: var(--text-primary);
  box-shadow:
    0 20px 40px rgba(40, 46, 70, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.testimonials__header {
  display: block;
  margin-bottom: 1.1rem;
}

.testimonials__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(16, 32, 51, 0.62);
}

.testimonials__title {
  margin: 0.3rem 0 0;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  line-height: 1.15;
  color: var(--text-primary);
}

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

.testimonials__card {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 20px rgba(48, 52, 80, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.testimonials__avatar {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(57, 66, 101, 0.35);
  margin-bottom: 0.65rem;
}

.testimonials__quote {
  margin: 0 0 0.75rem;
  padding: 0.2rem 0 0.2rem 0.75rem;
  border-left: 3px solid rgba(var(--theme-primary-rgb), 0.62);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(33, 35, 46, 0.96);
}

.testimonials__author {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-region-dark);
}

.testimonials__role {
  margin: 0.1rem 0 0;
  font-size: 0.8rem;
  color: rgba(57, 66, 101, 0.8);
}

.home-cta {
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
  min-height: clamp(18rem, 36vw, 25rem);
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 5vw, 3.25rem);
  border-radius: 1.65rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.2);
  background:
    linear-gradient(90deg, rgba(8, 27, 49, 0.96) 0%, rgba(13, 38, 68, 0.82) 52%, rgba(8, 27, 49, 0.52) 100%),
    url("../assets/hero-placeholder.svg") center right / cover no-repeat;
  box-shadow:
    0 24px 48px rgba(2, 10, 20, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(var(--theme-primary-rgb), 0.2) 0 7rem, transparent 15rem),
    radial-gradient(circle at 88% 82%, rgba(var(--theme-base-rgb), 0.22) 0 9rem, transparent 16rem);
}

.home-cta::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--theme-base) 0%, var(--theme-primary) 100%);
}

.home-cta__content {
  position: relative;
  z-index: 1;
  max-width: 37rem;
}

.home-cta__eyebrow {
  margin: 0;
  color: #ff8a4f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.home-cta__title {
  margin: 0.65rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1.75rem, 4.4vw, 3rem);
  line-height: 1.12;
}

.home-cta__text {
  max-width: 34rem;
  margin: 0.85rem 0 0;
  color: rgba(237, 247, 255, 0.84);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.75;
}

.home-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.35rem;
  margin-top: 1.45rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e56b2a 0%, var(--theme-primary) 58%, #9f3609 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 16px 30px rgba(var(--theme-primary-rgb), 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.home-cta__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 20px 34px rgba(var(--theme-primary-rgb), 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.home-cta__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.home-cta__button-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.2rem 0.2rem;
  position: relative;
}

.home-cta__button-icon::before,
.home-cta__button-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.home-cta__button-icon::before {
  top: -0.78rem;
  width: 0.14rem;
  height: 0.98rem;
}

.home-cta__button-icon::after {
  top: -0.22rem;
  width: 0.62rem;
  height: 0.62rem;
  clip-path: polygon(50% 100%, 0 35%, 27% 35%, 27% 0, 73% 0, 73% 35%, 100% 35%);
}

.features,
.live-demo,
.how-it-works,
.home-cta,
.testimonials {
  border-color: rgba(var(--theme-base-light-rgb), 0.22);
  box-shadow:
    0 24px 48px rgba(2, 10, 20, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.features,
.live-demo,
.how-it-works,
.testimonials {
  background:
    radial-gradient(circle at 16% 14%, rgba(var(--theme-primary-rgb), 0.16) 0 8rem, transparent 16rem),
    radial-gradient(circle at 88% 18%, rgba(var(--theme-base-rgb), 0.34) 0 9rem, transparent 18rem),
    linear-gradient(155deg, rgba(15, 45, 76, 0.96) 0%, rgba(9, 29, 52, 0.9) 100%);
}

.features::before,
.features::after {
  border-color: rgba(var(--theme-base-light-rgb), 0.22);
  background: rgba(var(--theme-base-rgb), 0.12);
}

.features__eyebrow,
.live-demo__eyebrow,
.testimonials__eyebrow {
  color: rgba(237, 247, 255, 0.62);
}

.features__title,
.features__card-title,
.live-demo__title,
.how-it-works__title,
.how-it-works__card-title,
.testimonials__title {
  color: var(--text-primary);
}

.features__subtitle {
  color: #ff8a4f;
}

.features__card,
.features__card--featured,
.live-demo__field,
.live-demo__output,
.how-it-works__card,
.testimonials__card {
  border-color: rgba(var(--theme-base-light-rgb), 0.18);
  background:
    linear-gradient(145deg, rgba(20, 58, 94, 0.82) 0%, rgba(10, 32, 57, 0.86) 100%);
  box-shadow:
    0 16px 30px rgba(2, 10, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.features__card::after {
  background: rgba(var(--theme-base-rgb), 0.16);
}

.features__icon,
.features__card--featured .features__icon {
  background: rgba(var(--theme-base-rgb), 0.18);
  color: #ff8a4f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.features__card-text,
.features__card--featured .features__card-text,
.live-demo__text,
.live-demo__hint,
.how-it-works__text,
.how-it-works__card-text,
.testimonials__role {
  color: var(--text-secondary);
}

.live-demo__label,
.live-demo__output-title,
.testimonials__author {
  color: #cfeaff;
}

.live-demo__upload-row--standalone,
.live-demo__input,
.live-demo__output-next {
  border-color: rgba(var(--theme-base-light-rgb), 0.22);
  background:
    linear-gradient(145deg, rgba(13, 38, 68, 0.8) 0%, rgba(8, 27, 49, 0.78) 100%);
  color: var(--text-primary);
}

.live-demo__upload-note,
.live-demo__output-summary,
.live-demo__output-list,
.testimonials__quote {
  color: rgba(237, 247, 255, 0.9);
}

.live-demo__upload-btn,
.how-it-works__button {
  background: rgba(var(--theme-base-rgb), 0.18);
  border-color: rgba(var(--theme-primary-rgb), 0.52);
  color: #ff8a4f;
}

.how-it-works__card:not(:last-child)::after {
  background: var(--theme-primary);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.how-it-works__media {
  background:
    linear-gradient(145deg, rgba(var(--theme-base-rgb), 0.26), rgba(13, 38, 68, 0.48));
  border-color: rgba(var(--theme-base-light-rgb), 0.16);
}

.how-it-works__media-asset {
  background: rgba(var(--theme-base-rgb), 0.18);
}

.how-it-works__step {
  color: #ff8a4f;
  text-shadow: none;
}

.testimonials__avatar {
  border-color: rgba(var(--theme-primary-rgb), 0.55);
}

@media (max-width: 52rem) {
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__copy {
    margin: 0 auto;
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero-download__button,
  .hero-demo__button {
    width: min(100%, 18rem);
  }

  .hero__visual {
    justify-self: center;
    max-width: min(22rem, 88vw);
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

  .features__card,
  .features__card--wide-left,
  .features__card--wide-right {
    grid-column: auto;
    transform: none;
  }

  .features__card--featured {
    min-height: 13.4rem;
  }

  .how-it-works__grid {
    grid-template-columns: 1fr;
  }

  .home-cta {
    min-height: auto;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(8, 27, 49, 0.96) 0%, rgba(13, 38, 68, 0.88) 68%, rgba(8, 27, 49, 0.76) 100%),
      url("../assets/hero-placeholder.svg") center / cover no-repeat;
  }

  .home-cta__content {
    margin: 0 auto;
  }

  .home-cta__button {
    width: min(100%, 18rem);
  }

  .how-it-works__card:not(:last-child)::after {
    display: none;
  }

  .live-demo__form {
    grid-template-columns: 1fr;
  }

  .live-demo__field--prompt,
  .live-demo__field--question,
  .live-demo__button {
    grid-column: 1 / -1;
    max-width: none;
  }

  .live-demo__upload-row {
    flex-wrap: wrap;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}
