:root {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-dark: #151821;
  --surface-dark-soft: #202432;
  --text: #111827;
  --muted: #485569;
  --line: rgba(17, 24, 39, 0.1);
  --brand: #8d67e3;
  --brand-deep: #6a46c8;
  --brand-soft: #efe8ff;
  --accent: #ffc900;
  --accent-deep: #e6b600;
  --shadow-lg: 0 24px 80px rgba(17, 24, 39, 0.1);
  --shadow-md: 0 14px 40px rgba(17, 24, 39, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1260px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--text);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.9rem 0;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  background: linear-gradient(180deg, #dff1ff, #ecfbf5);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(166, 197, 221, 0.55);
}

.brand-mark {
  width: 0.8rem;
  height: 1.35rem;
  border-radius: 0.9rem 0.9rem 0.8rem 0.2rem;
  transform: rotate(16deg);
  background:
    radial-gradient(circle at 28% 28%, #ffd6be, transparent 35%),
    linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.brand-text,
h1,
h2,
h3 {
  font-family: 'Space Grotesk', sans-serif;
}

.brand-text {
  font-size: 0.98rem;
  font-weight: 700;
}

.site-nav {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: calc(100% + 0.5rem);
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.site-nav.is-open {
  display: flex;
}

.site-nav > a,
.nav-link-alt {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}

.nav-link-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 1rem;
  background: #fff;
  border: 1px solid #2380d2;
  border-radius: 999px;
  box-shadow: none;
  color: #1f6cb4;
}

.nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-toggle {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.2rem;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 999px;
}

.hero,
.section,
.site-footer {
  position: relative;
}

.hero {
  padding: 2rem 0 0;
  overflow: hidden;
  background: #ffffff;
}

.hero-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 2.75rem;
}

.hero-copy,
.hero-panel,
.answer-card,
.feature-card,
.step-card,
.result-card,
.pricing-card,
.cta-shell,
.faq-list details {
  background: var(--surface);
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

.hero-copy {
  padding: 0;
  border-radius: 0;
}
.hero-image {
  width: 100%;
}

.eyebrow,
.panel-label,
.plan-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-deep);
  background: rgba(141, 103, 227, 0.14);
  width: max-content;
}

.hero-kicker {
  margin-bottom: 0.8rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f7783;
}

h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

h3 {
  margin: 0 0 0.7rem;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
}

.hero-summary,
.section-intro p,
.hero-panel p,
.feature-card p,
.answer-card p,
.step-card p,
.result-card p,
.plan-copy,
.faq-list p,
.footer-copy,
.footer-bottom p {
  color: var(--muted);
}

.hero-summary {
  margin-top: 1.25rem;
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-summary-left {
  max-width: 34rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #5a687a;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 18px 40px rgba(182, 49, 29, 0.25);
}

.button-dark {
  color: #fff;
  background: linear-gradient(180deg, #283048, #1b2236);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
}

.button-accent {
  color: #1b2236;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  box-shadow: none;
}

.button-secondary {
  color: var(--text);
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.1);
}

.hero-actions-left {
  align-items: flex-start;
  margin-top: 1.7rem;
}

.hero-cta-accent {
  min-height: 3rem;
  padding-inline: 1.35rem;
  font-size: 0.92rem;
}

.button-outline-dark {
  color: #1f2430;
  background: #fff;
  border: 1.5px solid #1f2430;
}

.hero-bullets {
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  color: #4b5667;
}

.hero-bullets li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.95rem;
}

.hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #727f8f;
}

.language-card {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.65rem 0.85rem;
  border: 2px solid #7e58db;
  border-radius: 0.75rem;
  background: #fff;
}

.language-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #7e58db;
  margin-bottom: 0.35rem;
}

.language-card p:last-child {
  max-width: 28rem;
  font-size: 0.75rem;
  color: #2e3a50;
}

.ratings-row {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.rating-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.76rem;
  color: #748094;
}

.rating-brand {
  font-weight: 700;
  color: #394455;
}

.rating-stars {
  color: #ffc81d;
  letter-spacing: 0.08em;
}

.rating-meta {
  color: #7f8b9a;
}

.hero-visual {
  position: relative;
  min-height: 25rem;
}

.hero-glow {
  position: absolute;
  inset: 3.5rem 6rem 5rem 4rem;
  background: radial-gradient(
    circle,
    rgba(152, 117, 255, 0.22),
    rgba(152, 117, 255, 0)
  );
  filter: blur(10px);
}

.preview-card {
  position: absolute;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1.5px solid rgba(116, 91, 209, 0.22);
  border-radius: 0.85rem;
  box-shadow: 0 16px 36px rgba(32, 37, 60, 0.1);
}

.preview-card strong,
.preview-card small,
.preview-label {
  display: block;
}

.preview-label {
  margin-bottom: 0.2rem;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8666d7;
}

.preview-card strong {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #243043;
}

.preview-card small {
  margin-top: 0.18rem;
  font-size: 0.64rem;
  line-height: 1.35;
  color: #7b8798;
}

.preview-title {
  top: 1rem;
  left: 1rem;
  width: 13.5rem;
}

.preview-category {
  top: 6.7rem;
  left: -0.3rem;
  width: 8.8rem;
}

.preview-description {
  left: 0.4rem;
  bottom: 4.6rem;
  width: 12rem;
}

.preview-size {
  top: 8rem;
  right: 0.3rem;
  width: 7rem;
}

.preview-color {
  top: 11rem;
  right: -0.15rem;
  width: 7.2rem;
}

.preview-gender {
  top: 14rem;
  right: 1rem;
  width: 5.9rem;
}

.product-stage {
  position: absolute;
  inset: 3rem 6rem 2.5rem 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-orbit {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(137, 102, 245, 0.14),
    rgba(137, 102, 245, 0)
  );
}

.product-pill {
  position: absolute;
  bottom: 3.1rem;
  z-index: 2;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #8d67e3, #6a46c8);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.product-shoe {
  position: relative;
  width: 13rem;
  height: 8rem;
  transform: rotate(-12deg);
}

.shoe-base {
  position: absolute;
  left: 1.1rem;
  right: 0.5rem;
  bottom: 1.1rem;
  height: 2rem;
  border-radius: 1.3rem 1.2rem 1.4rem 1.2rem;
  background: linear-gradient(180deg, #edeef3, #c9cdd8);
  box-shadow: 0 8px 18px rgba(34, 39, 58, 0.14);
}

.shoe-upper {
  position: absolute;
  left: 2rem;
  right: 1rem;
  top: 1rem;
  height: 4.6rem;
  border-radius: 2rem 2.5rem 1.8rem 1.2rem;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(117, 90, 208, 0.65),
      transparent 30%
    ),
    linear-gradient(135deg, #f4f5f9, #d9dce7);
  border: 1px solid rgba(143, 151, 174, 0.3);
}

.shoe-lace {
  position: absolute;
  left: 5.2rem;
  top: 2.15rem;
  width: 3.2rem;
  height: 1.8rem;
  border-top: 0.2rem solid #2c3342;
  border-bottom: 0.2rem solid #2c3342;
  border-radius: 1rem;
}

.trust-points,
.feature-list,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.trust-points li,
.feature-list li {
  position: relative;
  padding-left: 1.35rem;
}

.trust-points li::before,
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #b8a0f6);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.stat-card {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.stat-card strong {
  display: block;
  font-size: 1.55rem;
  font-family: 'Space Grotesk', sans-serif;
}

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

.proof-strip {
  padding: 1rem 0 0;
  background: #f5f6f8;
}

.proof-copy {
  max-width: none;
  margin: 0 auto;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.38;
  color: #6e7b8d;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.7rem 2rem;
  align-items: center;
  justify-items: center;
  margin-top: 1.7rem;
  padding: 1.1rem 0 2rem;
  opacity: 0.98;
}

.logo-word {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.logo-bold {
  color: #000;
  font-weight: 700;
}

.logo-blue {
  color: #2f4d96;
  font-weight: 700;
}

.logo-red {
  color: #ef2f3a;
  font-weight: 700;
}

.logo-rose {
  color: #df4f74;
  font-weight: 700;
}

.section-answer {
  padding-top: 3.8rem;
}

.answer-showcase {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.answer-intro {
  margin-bottom: 0;
}

.answer-feature {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

.answer-feature h3 {
  font-size: 1.4rem;
  margin-bottom: 0.55rem;
}

.answer-feature p {
  color: var(--muted);
}

.answer-media {
  order: 2;
}

.browser-frame {
  padding: 0.85rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-md);
}

.browser-dots {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.8rem;
}

.browser-dots span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #9b7bf0;
}

.browser-dots span:nth-child(2) {
  background: #c5b0ff;
}

.browser-dots span:nth-child(3) {
  background: #7c5ed7;
}

.mapping-grid {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #f8f8fd, #f0f2f9);
}

.mapping-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
}

.mapping-tag {
  display: inline-flex;
  padding: 0.26rem 0.5rem;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 800;
  color: #fff;
}

.mapping-tag-blue {
  background: #5192ff;
}

.mapping-tag-purple {
  background: #8d67e3;
}

.mapping-tag-coral {
  background: #9b7bf0;
}

.mapping-tag-green {
  background: #39b77b;
}

.mapping-bar {
  display: block;
  height: 0.52rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e9edf7, #dce3f0);
}

.mapping-action {
  font-size: 0.72rem;
  font-weight: 700;
  color: #4479dc;
}

.section {
  padding: 4.5rem 0;
}

.section-soft {
  background:
    radial-gradient(
      circle at top center,
      rgba(141, 103, 227, 0.12),
      transparent 52%
    ),
    linear-gradient(180deg, rgba(239, 232, 255, 0.85), rgba(255, 255, 255, 0));
}

.section-intro {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
  margin-bottom: 2rem;
}

.answer-grid,
.card-grid,
.steps-grid,
.results-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

.answer-card,
.feature-card,
.step-card,
.result-card,
.pricing-card {
  padding: 1.4rem;
  border-radius: var(--radius-md);
}

.step-number {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand-deep);
}

.integrations-shell {
  padding: 1.25rem;
  background: var(--surface);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.integration-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.integration-badges span {
  display: inline-flex;
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  font-weight: 700;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(
      circle at top left,
      rgba(141, 103, 227, 0.26),
      transparent 32%
    ),
    linear-gradient(180deg, #181c26, #0f1219);
}

.section-intro-dark p,
.result-card p {
  color: rgba(255, 255, 255, 0.75);
}

.section-dark .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: #efe8ff;
  display: inline;
  justify-content: center;
  width: max-content;
}

.result-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.pricing-card {
  background: var(--surface-strong);
}

.pricing-card-featured {
  border-color: rgba(141, 103, 227, 0.28);
  box-shadow: 0 26px 60px rgba(141, 103, 227, 0.14);
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  margin: 1rem 0 0.7rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}

.price span {
  font-size: 0.95rem;
  font-family: 'Manrope', sans-serif;
  color: var(--muted);
}

.plan-copy {
  margin-bottom: 1rem;
}

.feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.1rem 0 1.4rem;
}

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

.faq-list details {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-sm);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding-right: 1.5rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin-top: 0.8rem;
}

.cta-band {
  padding-top: 0;
}

.cta-shell {
  display: grid;
  gap: 1.5rem;
  padding: 1.7rem;
  border-radius: calc(var(--radius-lg) + 0.4rem);
}

.cta-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.cta-points {
  display: grid;
  gap: 0.7rem;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
}

.cta-points li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.cta-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #b8a0f6);
}

.form-panel {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--shadow-md);
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #253247;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.88rem 0.95rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 1rem;
  background: #fff;
  color: var(--text);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8b93a3;
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: none;
  border-color: rgba(141, 103, 227, 0.48);
  box-shadow: 0 0 0 4px rgba(141, 103, 227, 0.12);
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-submit {
  width: 100%;
}

.form-submit[disabled] {
  opacity: 0.75;
  cursor: wait;
}

.form-status {
  min-height: 1.5rem;
  font-size: 0.94rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #1d7f52;
}

.form-status.is-error {
  color: #b93838;
}

.form-note {
  font-size: 0.88rem;
  color: var(--muted);
}

.form-note a {
  color: var(--brand-deep);
  font-weight: 700;
}

.site-footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.brand-footer {
  margin-bottom: 1rem;
}

.site-footer h3 {
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.site-footer ul {
  display: grid;
  gap: 0.55rem;
}

.site-footer li a {
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  font-size: 0.95rem;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(141, 103, 227, 0.35);
  outline-offset: 3px;
}

@media (min-width: 700px) {
  .hero-actions,
  .cta-actions {
    flex-direction: row;
    align-items: center;
  }

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

  .logo-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ratings-row {
    grid-template-columns: repeat(3, minmax(0, max-content));
    column-gap: 1.2rem;
  }
}

@media (min-width: 960px) {
  .site-header {
    padding: 0.9rem 0;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-actions {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 0.7rem;
  }

  .hero {
    padding: 2rem 0 0;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(24rem, 0.9fr);
    gap: 3rem;
    padding: 2.6rem 0 3.2rem;
  }

  .hero-copy,
  .cta-shell {
    padding: 2.3rem;
  }

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

  .answer-showcase {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 3rem;
  }

  .answer-media {
    order: 0;
  }

  .cta-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .form-panel {
    padding: 1.45rem;
  }
}
.logo-image {
  width: 3rem;
  height: 3rem;
}
