:root {
  --bg: #05070c;
  --bg-soft: #0a1019;
  --surface: rgba(14, 20, 31, 0.72);
  --surface-strong: rgba(16, 24, 38, 0.92);
  --surface-border: rgba(123, 178, 255, 0.17);
  --text: #f5f8ff;
  --muted: #a5b2c9;
  --muted-strong: #d6e1f5;
  --blue: #3290ff;
  --blue-bright: #69b8ff;
  --blue-deep: #0d5bd4;
  --blue-glow: rgba(65, 149, 255, 0.34);
  --success: #8fe1ff;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(27, 89, 168, 0.26), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(67, 145, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #06080d 0%, #04060a 45%, #05070c 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.background-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(113, 153, 225, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 153, 225, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 95%);
  -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 95%);
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  filter: blur(60px);
}

.page-shell::before {
  top: -10rem;
  right: -8rem;
  background: rgba(36, 115, 255, 0.15);
}

.page-shell::after {
  bottom: 0;
  left: -10rem;
  background: rgba(16, 99, 195, 0.14);
}

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

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

section[id],
header[id] {
  scroll-margin-top: 7rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 8vw, 6rem);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.eyebrow-row,
.trust-badges,
.hero-actions,
.hero-highlights,
.comparison-header,
.pricing-layout,
.sticky-cta,
.footer {
  display: flex;
  gap: 1rem;
}

.brand-mark,
.footer-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(126, 181, 255, 0.18);
  background: linear-gradient(180deg, rgba(38, 46, 60, 0.94), rgba(16, 21, 32, 0.94));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand-mark::before,
.footer-brand::before {
  content: "";
  position: absolute;
  inset: auto -8% -48% -8%;
  height: 6rem;
  background: radial-gradient(circle, rgba(71, 168, 255, 0.22), transparent 72%);
}

.brand-mark {
  min-height: 5.35rem;
  padding: 0.95rem 1.3rem;
  border-radius: 1.5rem;
}

.footer-brand {
  min-height: 4.75rem;
  padding: 0.8rem 1.05rem;
  border-radius: 1.35rem;
}

.brand-mark img,
.footer-brand img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.42));
}

.brand-mark img {
  width: clamp(10.5rem, 25vw, 16rem);
}

.footer-brand img {
  width: clamp(8.5rem, 18vw, 12rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(126, 181, 255, 0.22);
  border-radius: 999px;
  background: rgba(13, 19, 29, 0.78);
  color: #ddecff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-row {
  flex-wrap: wrap;
  margin-top: 1rem;
}

.eyebrow-muted {
  color: var(--muted);
  letter-spacing: 0.08em;
}

.hero-copy h1,
.section-heading h2,
.comparison-header h3,
.final-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  margin-top: 1.2rem;
  font-size: clamp(3.2rem, 8vw, 6rem);
  max-width: 9ch;
}

.hero-subhead {
  margin: 1.2rem 0 0;
  color: var(--muted-strong);
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  font-weight: 700;
}

.hero-body {
  max-width: 37rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-pricing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.8rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(120, 173, 255, 0.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(14, 21, 33, 0.92), rgba(9, 13, 21, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.price-label,
.price-note,
.display-caption,
.testimonial-card span,
.offer-note,
.footer span,
.panel-stat span,
.comparison-kicker {
  color: var(--muted);
}

.price-label,
.comparison-kicker {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-line,
.offer-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.price-note {
  white-space: nowrap;
  font-weight: 700;
}

.hero-actions {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.6rem;
  padding: 0.95rem 1.55rem;
  border: 1px solid rgba(140, 193, 255, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, #1174ff 0%, #52a8ff 48%, #0f5ad6 100%);
  color: #f8fbff;
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow:
    0 18px 40px rgba(22, 102, 232, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 38px rgba(67, 156, 255, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 46px rgba(22, 102, 232, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 48px rgba(86, 176, 255, 0.26);
  filter: saturate(1.08);
}

.cta-button:focus-visible,
.ghost-link:focus-visible,
.faq-question:focus-visible {
  outline: 2px solid rgba(118, 183, 255, 0.9);
  outline-offset: 4px;
}

.ghost-link {
  color: #d7e3f6;
  font-weight: 700;
}

.ghost-link:hover {
  color: #f4f8ff;
}

.hero-highlights {
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li,
.offer-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--muted-strong);
  font-weight: 600;
}

.hero-highlights li::before,
.offer-list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--blue-bright), var(--blue-deep));
  box-shadow: 0 0 16px rgba(81, 160, 255, 0.6);
}

.trust-badges {
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(128, 180, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 12, 19, 0.85);
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.trust-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #8fdfff, #2d85ff);
  box-shadow: 0 0 16px rgba(79, 173, 255, 0.45);
}

.hero-media {
  position: relative;
  min-height: clamp(28rem, 68vw, 40rem);
}

.hero-glow {
  position: absolute;
  inset: 14% 8% auto;
  height: 65%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 162, 255, 0.24) 0%, rgba(84, 162, 255, 0.08) 35%, transparent 72%);
  filter: blur(26px);
}

.product-stage,
.display-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(130, 185, 255, 0.16);
  border-radius: clamp(1.6rem, 3vw, 2.4rem);
  background: linear-gradient(180deg, rgba(8, 10, 17, 0.95), rgba(7, 9, 15, 0.92));
  box-shadow: var(--shadow);
}

.product-stage {
  height: clamp(28rem, 68vw, 40rem);
}

.product-stage::before,
.display-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(122, 177, 255, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(4, 7, 12, 0.96) 0%, rgba(4, 7, 12, 0) 24%, rgba(4, 7, 12, 0) 72%, rgba(4, 7, 12, 0.95) 100%);
  z-index: 1;
  pointer-events: none;
}

.product-stage img,
.display-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.06);
}

.product-stage img {
  object-position: center 34%;
  transform: scale(1.22);
}

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 15rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(136, 189, 255, 0.16);
  border-radius: 1.15rem;
  background: rgba(8, 12, 20, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.floating-card strong {
  display: block;
  font-size: 0.97rem;
  line-height: 1.4;
}

.floating-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--success);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.floating-card-top {
  top: 5%;
  right: -0.5rem;
}

.floating-card-bottom {
  bottom: 6%;
  left: -0.5rem;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.comparison-header h3,
.final-cta h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.section-heading h2 {
  margin-top: 0.9rem;
}

.card-grid,
.steps-grid {
  display: grid;
  gap: 1.25rem;
}

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

.info-card,
.step-card,
.testimonial-card,
.component-card,
.offer-card,
.pricing-panel,
.comparison-wrap,
.faq-item,
.final-cta {
  border: 1px solid rgba(127, 176, 244, 0.14);
  background: linear-gradient(180deg, rgba(12, 17, 27, 0.88), rgba(7, 11, 19, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.info-card,
.step-card,
.testimonial-card,
.offer-card,
.pricing-panel,
.faq-item,
.final-cta {
  border-radius: var(--radius-lg);
  padding: 1.45rem;
}

.info-card h3,
.step-card h3,
.component-card h3,
.testimonial-card strong {
  margin: 0 0 0.55rem;
}

.info-card p,
.step-card p,
.component-card p,
.testimonial-card p,
.comparison-header p,
.offer-card p,
.faq-answer p,
.final-cta p {
  margin: 0;
  color: var(--muted);
}

.icon-wrap {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(27, 84, 168, 0.38), rgba(10, 18, 31, 0.94));
  color: #d7ebff;
  box-shadow: 0 12px 24px rgba(24, 88, 176, 0.18);
}

.icon-wrap svg {
  width: 1.35rem;
  height: 1.35rem;
}

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

.step-card {
  position: relative;
  min-height: 100%;
}

.step-number {
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(115, 170, 255, 0.7);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.breakdown-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.5rem;
  align-items: start;
}

.display-frame {
  min-height: 32rem;
}

.display-frame img {
  object-position: center 36%;
  transform: scale(1.1);
}

.display-caption {
  margin: 1rem 0 0;
  font-size: 0.98rem;
}

.component-stack {
  display: grid;
  gap: 1rem;
}

.component-card {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  border-radius: var(--radius-md);
  padding: 1rem;
}

.component-thumb {
  min-height: 6.6rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 178, 244, 0.12);
  background-color: #05070c;
  background-image: url("GXZ GLP - 1.jpeg");
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.thumb-pen {
  background-size: 240%;
  background-position: 18% 42%;
}

.thumb-vials {
  background-size: 215%;
  background-position: 84% 48%;
}

.thumb-kit {
  background-size: 145%;
  background-position: 54% 36%;
}

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

.testimonial-card {
  display: grid;
  gap: 0.8rem;
}

.stars {
  color: #76b9ff;
  letter-spacing: 0.18em;
  font-size: 0.95rem;
}

.comparison-wrap {
  border-radius: var(--radius-xl);
  padding: 1.5rem;
}

.comparison-header {
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.comparison-header p {
  max-width: 24rem;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(124, 178, 255, 0.14);
  border-radius: 1.35rem;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
}

.comparison-row > div {
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(124, 178, 255, 0.12);
  border-bottom: 1px solid rgba(124, 178, 255, 0.12);
}

.comparison-row > div:last-child {
  border-right: 0;
}

.comparison-row:last-child > div {
  border-bottom: 0;
}

.comparison-head {
  background: rgba(24, 41, 70, 0.55);
  color: #ebf4ff;
  font-weight: 800;
}

.comparison-row:not(.comparison-head) > div:nth-child(2) {
  color: #e7f3ff;
}

.comparison-row:not(.comparison-head) > div:nth-child(3) {
  color: #aebad2;
}

.pricing-section {
  padding-top: clamp(4rem, 7vw, 5rem);
}

.pricing-layout {
  align-items: stretch;
  justify-content: space-between;
}

.pricing-copy {
  flex: 1 1 0;
  max-width: 42rem;
}

.offer-card {
  margin-top: 1.4rem;
  padding: 1.8rem;
}

.offer-pill {
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(34, 101, 194, 0.24);
  color: #dbeeff;
  font-size: 0.86rem;
  font-weight: 700;
}

.offer-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.4rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.cta-wide {
  width: 100%;
}

.offer-note {
  margin-top: 0.95rem;
  font-size: 0.94rem;
}

.pricing-panel {
  display: grid;
  align-content: center;
  gap: 1rem;
  width: min(22rem, 100%);
  padding: 1.35rem;
}

.panel-stat {
  padding: 1.1rem;
  border: 1px solid rgba(122, 176, 255, 0.12);
  border-radius: 1rem;
  background: rgba(9, 14, 24, 0.72);
}

.panel-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.3rem 1.4rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #9ccfff;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 1.4rem 1.35rem;
}

.final-cta-section {
  padding-bottom: 7rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: auto 20% -30% 20%;
  height: 10rem;
  background: radial-gradient(circle, rgba(59, 146, 255, 0.24), transparent 68%);
  filter: blur(18px);
}

.final-cta > * {
  position: relative;
}

.final-cta p {
  max-width: 38rem;
  margin: 1rem auto 0;
}

.cta-large {
  margin-top: 1.6rem;
  min-width: min(100%, 18rem);
}

.footer {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8rem;
  border-top: 1px solid rgba(123, 177, 255, 0.12);
}

.footer p {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 12;
  align-items: center;
  justify-content: space-between;
  width: min(920px, calc(100% - 24px));
  padding: 0.85rem 0.95rem 0.85rem 1.15rem;
  border: 1px solid rgba(125, 181, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 11, 18, 0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  transform: translate(-50%, calc(100% + 20px));
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-copy {
  display: grid;
  gap: 0.12rem;
}

.sticky-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sticky-copy strong {
  font-size: 1rem;
}

.sticky-button {
  min-width: 10.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .hero,
  .breakdown-grid,
  .pricing-layout {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

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

  .pricing-panel {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-copy {
    order: 1;
  }

  .hero-media {
    order: 2;
  }
}

@media (max-width: 760px) {
  .section,
  .hero {
    width: min(100% - 20px, 1180px);
  }

  .hero {
    gap: 1.6rem;
    padding-top: 1.1rem;
  }

  .brand-row {
    align-items: flex-start;
  }

  .hero-pricing,
  .comparison-header,
  .footer,
  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefit-grid,
  .steps-grid,
  .testimonial-grid,
  .pricing-panel {
    grid-template-columns: 1fr;
  }

  .component-card,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    gap: 0.55rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(124, 178, 255, 0.12);
  }

  .comparison-row > div {
    padding: 0;
    border: 0;
  }

  .comparison-row > div:first-child {
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .display-frame {
    min-height: 24rem;
  }

  .floating-card {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .hero-highlights {
    gap: 0.9rem;
  }

  .sticky-cta {
    left: 10px;
    right: 10px;
    bottom: 0.85rem;
    width: auto;
    border-radius: 1.25rem;
    transform: translateY(calc(100% + 20px));
  }

  .sticky-cta.is-visible {
    transform: translateY(0);
  }

  .sticky-button,
  .cta-button {
    width: 100%;
  }

  .brand-mark {
    width: 100%;
  }

  .brand-mark img {
    width: min(100%, 12.5rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .ghost-link {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
