@font-face {
  font-family: "NexusPoppins";
  src: url("assets/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #f7fbff;
  --surface: #ffffff;
  --surface-alt: #edf5ff;
  --line: #d6e4fb;
  --line-strong: #bfd3f5;
  --text: #123052;
  --muted: #58708f;
  --accent: #8faef2;
  --accent-strong: #5f87e8;
  --accent-soft: #dbe8ff;
  --shadow: 0 24px 60px rgba(96, 135, 232, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "NexusPoppins", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(173, 197, 255, 0.3), transparent 28%),
    linear-gradient(180deg, #f9fcff 0%, #f4f8ff 100%);
}

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

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

.site-shell {
  min-height: 100vh;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px 0;
  backdrop-filter: blur(18px);
  background: rgba(247, 251, 255, 0.86);
  border-bottom: 1px solid rgba(191, 211, 245, 0.55);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand img {
  width: 54px;
  height: 54px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(180deg, #9eb6f5 0%, #7fa0ee 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(127, 160, 238, 0.3);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 36px rgba(127, 160, 238, 0.38);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  border: 1px solid var(--line-strong);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.section-heading h1,
.problem-copy h2,
.final-cta-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero {
  padding: 56px 0 34px;
}

.hero-inner {
  position: relative;
  overflow: hidden;
  padding: 82px 28px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(160, 183, 245, 0.33), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(184, 208, 255, 0.38), transparent 24%),
    linear-gradient(160deg, rgba(214, 226, 255, 0.74) 0%, rgba(248, 251, 255, 0.92) 48%, rgba(233, 242, 255, 0.92) 100%);
  border: 1px solid rgba(191, 211, 245, 0.72);
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.hero h1::after {
  content: "";
  display: block;
  width: 180px;
  height: 10px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(127, 160, 238, 0.18), rgba(127, 160, 238, 0.7), rgba(127, 160, 238, 0.18));
}

.hero-lead,
.hero-support,
.problem-copy p,
.final-cta-card p,
.footer-copy {
  max-width: 850px;
  margin: 24px auto 0;
  font-size: 1.07rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-support {
  max-width: 820px;
  margin-top: 28px;
}

.scroll-hint {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
  cursor: default;
  color: rgba(95, 135, 232, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(143, 174, 242, 0.22);
  animation: hintPulse 2.8s ease-in-out infinite;
}

.scroll-arrow {
  width: 16px;
  height: 16px;
  border-right: 2px solid rgba(95, 135, 232, 0.72);
  border-bottom: 2px solid rgba(95, 135, 232, 0.72);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 6px rgba(143, 174, 242, 0.32));
  animation: arrowFloat 2.2s ease-in-out infinite;
}

.scroll-hint.is-bottom {
  cursor: pointer;
}

.scroll-hint.is-bottom .scroll-arrow {
  transform: rotate(225deg);
  animation: arrowFloatUp 2.2s ease-in-out infinite;
}

@keyframes hintPulse {
  0%, 100% { opacity: 0.38; }
  50% { opacity: 0.78; }
}

@keyframes arrowFloat {
  0%, 100% { transform: rotate(45deg) translate(0, 0); }
  50% { transform: rotate(45deg) translate(4px, 4px); }
}

@keyframes arrowFloatUp {
  0%, 100% { transform: rotate(225deg) translate(0, 0); }
  50% { transform: rotate(225deg) translate(-4px, -4px); }
}

.capabilities,
.logo-marquee-section,
.problem-band,
.promise-section,
.best-tools-section,
.proof-section,
.final-cta {
  padding: 34px 0 38px;
}

.capabilities {
  padding-top: 72px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.capability-card {
  min-height: 188px;
  padding: 28px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.9));
  box-shadow: 0 14px 34px rgba(96, 135, 232, 0.08);
  text-align: center;
}

.capability-card img {
  height: 54px;
  width: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.capability-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.logo-marquee {
  overflow: hidden;
  padding: 14px 0;
  border-block: 1px solid rgba(191, 211, 245, 0.55);
  background: rgba(255, 255, 255, 0.5);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: marquee 42s linear infinite;
}

.logo-track img {
  height: 48px;
  width: auto;
  opacity: 0.9;
  filter: grayscale(1) contrast(0.85) brightness(0.9);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.problem-band {
  padding-top: 52px;
}

.problem-copy {
  max-width: 900px;
  text-align: center;
}

.problem-copy h2 span {
  color: var(--accent-strong);
}

.promise-stack {
  display: grid;
  gap: 22px;
}

.promise-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.promise-card.media-right .promise-media {
  order: 2;
}

.promise-card.media-right .promise-copy {
  order: 1;
}

.promise-media {
  padding: 18px;
  background: linear-gradient(180deg, rgba(237, 245, 255, 0.85), rgba(255, 255, 255, 0.9));
  border-radius: calc(var(--radius-lg) + 4px);
}

.promise-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.promise-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.promise-copy h3 span {
  color: var(--accent-strong);
}

.promise-copy p,
.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.best-tools-section {
  padding-top: 44px;
}

.best-tools-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, rgba(214, 226, 255, 0.45), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.best-tools-heading .eyebrow,
.best-tools-heading h2,
.best-tools-summary p {
  margin-left: 0;
  margin-right: 0;
}

.best-tools-heading h2 {
  max-width: 720px;
}

.best-tools-summary {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(191, 211, 245, 0.75);
  background: rgba(255, 255, 255, 0.88);
}

.best-tools-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

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

.best-tool-card {
  display: grid;
  align-content: start;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
  text-align: left;
}

.best-tool-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 236px;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.best-tool-media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}

.best-tool-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.best-tool-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

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

.proof-card {
  min-height: 280px;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.quote-person {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-weight: 700;
}

.quote-person img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent-soft);
}

.quote-person.compact {
  margin-top: 22px;
  margin-bottom: 0;
}

.quote-person.compact div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.quote-person.compact small,
.person-label {
  color: var(--muted);
}

.stat-card {
  text-align: center;
}

.stat-card strong {
  display: block;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--accent-strong);
}

.stat-card span {
  display: block;
  margin: 14px 0 16px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.mini-logo {
  height: 28px;
  width: auto;
  margin: 0 auto 20px;
}

.brand-proof {
  margin-top: 18px;
  height: 28px;
  width: auto;
}

.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(160deg, rgba(214, 226, 255, 0.7), rgba(255, 255, 255, 0.98));
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.final-cta-card p {
  margin-left: 0;
  max-width: 620px;
}

.final-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer {
  padding: 34px 0 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 24px;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 0.96rem;
}

.footer-grid a {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--text);
}

.section-subcopy {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.8;
}

.footer-legal {
  margin-top: 14px;
  font-size: 0.9rem;
}

.solutions-hero {
  padding: 56px 0 24px;
}

.founder-intro {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 34px;
  padding: 28px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.88));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(96, 135, 232, 0.08);
}

.founder-intro img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(143, 174, 242, 0.25);
}

.founder-intro p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text);
}

.founder-intro span {
  display: block;
  margin-top: 12px;
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-scroll-gap {
  height: 88px;
}

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

.solution-top-card,
.inline-cta-card {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.solution-card-kicker {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.solution-top-card h2,
.inline-cta-card h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.solution-top-card p,
.solution-top-card li,
.inline-cta-card p {
  color: var(--muted);
  line-height: 1.75;
}

.solution-top-card ul,
.feature-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.solution-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.solution-logo.wordmark img {
  max-width: 240px;
  max-height: 46px;
  object-fit: contain;
}

.solution-logo.image-logo img {
  max-width: 210px;
  max-height: 64px;
  object-fit: contain;
}

.solution-logo.image-logo.small img {
  max-width: 150px;
  max-height: 52px;
}

.solution-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.feature-column {
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(96, 135, 232, 0.07);
}

.feature-list.compact {
  margin-top: 0;
  line-height: 1.75;
}

.solution-detail-section {
  padding: 12px 0 42px;
}

.solution-detail-block {
  margin-top: 18px;
  padding: 34px 0 12px;
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 22px;
}

.detail-row-reverse .detail-copy {
  order: 2;
}

.detail-row-reverse .detail-media {
  order: 1;
}

.detail-copy {
  padding: 6px 0;
}

.detail-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.screenshot-card {
  padding: 18px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.84));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.screenshot-card img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.smartlead-art {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.smartlead-art img {
  aspect-ratio: 1 / 1;
  padding: 18px;
  background: linear-gradient(180deg, rgba(221, 233, 255, 0.78), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(191, 211, 245, 0.72);
}

.inline-cta-card {
  max-width: 820px;
  margin: 26px auto 0;
  text-align: center;
}

.inline-cta-card p {
  max-width: 640px;
  margin: 0 auto 18px;
}

.pay-hero {
  padding: 56px 0 30px;
}

.pay-hero-shell {
  padding: 34px 28px 26px;
  border: 1px solid rgba(191, 211, 245, 0.72);
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 10%, rgba(160, 183, 245, 0.26), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(184, 208, 255, 0.3), transparent 26%),
    linear-gradient(160deg, rgba(214, 226, 255, 0.52) 0%, rgba(248, 251, 255, 0.94) 48%, rgba(233, 242, 255, 0.92) 100%);
  box-shadow: var(--shadow);
}

.pay-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.pay-hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.pay-hero-lead,
.pay-hero-support {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.82;
}

.pay-hero-lead {
  margin: 24px 0 14px;
  font-size: 1.08rem;
}

.pay-hero-support {
  margin: 0 0 28px;
}

.pay-hero-art {
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.pay-highlight-card {
  display: grid;
  gap: 6px;
  padding: 24px 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.84));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.pay-highlight-card strong {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.pay-highlight-card span {
  color: var(--muted);
  line-height: 1.7;
}

.pay-hero-marquee-wrap {
  margin-top: 26px;
}

.pay-hero-marquee-wrap .logo-marquee {
  border-radius: 999px;
  border: 1px solid rgba(191, 211, 245, 0.7);
  background: rgba(255, 255, 255, 0.72);
}

.pay-floating-cta {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9eb6f5 0%, #7fa0ee 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 18px rgba(143, 174, 242, 0.45),
    0 18px 36px rgba(96, 135, 232, 0.34);
  transition: box-shadow 180ms ease, transform 180ms ease, left 280ms ease, right 280ms ease;
}

.pay-floating-cta.is-hero-hidden {
  opacity: 0;
  pointer-events: none;
}

.pay-floating-cta:hover,
.pay-floating-cta:focus-visible {
  transform: translateY(-50%) scale(1.02);
  box-shadow:
    0 0 22px rgba(143, 174, 242, 0.56),
    0 22px 40px rgba(96, 135, 232, 0.42);
}

.pay-floating-cta.is-bottom {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pay-inline-cta {
  min-height: 52px;
  padding-inline: 24px;
  border: 1px solid rgba(127, 160, 238, 0.34);
  transition:
    transform 160ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  box-shadow:
    0 0 18px rgba(127, 160, 238, 0.34),
    0 14px 32px rgba(127, 160, 238, 0.3);
}

.pay-inline-cta:hover,
.pay-inline-cta:focus-visible {
  background: #fff;
  color: #7fa0ee;
  border-color: rgba(127, 160, 238, 0.54);
  box-shadow:
    0 0 24px rgba(127, 160, 238, 0.42),
    0 18px 36px rgba(127, 160, 238, 0.38);
}

.pay-hero .hero-actions {
  justify-content: flex-start;
}

body.booking-open {
  overflow: hidden;
}

.booking-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 46, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 75;
}

.booking-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(100vw, 680px);
  height: 100vh;
  padding: 18px;
  transform: translateX(-105%);
  transition: transform 320ms ease;
  z-index: 80;
  pointer-events: none;
}

.booking-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 16px 16px 14px;
  border-right: 1px solid rgba(191, 211, 245, 0.72);
  background:
    radial-gradient(circle at top left, rgba(170, 194, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(236, 244, 255, 0.96));
  box-shadow: 0 28px 70px rgba(19, 45, 83, 0.18);
  border-radius: 0 34px 34px 0;
  overflow: hidden;
}

.booking-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.booking-kicker {
  margin: 0 0 4px;
  color: var(--accent-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-title {
  margin: 0;
  font-size: clamp(1.34rem, 2.15vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.booking-subtitle {
  margin: 6px 0 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.booking-close {
  border: 1px solid rgba(191, 211, 245, 0.88);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  border-radius: 999px;
  padding: 9px 13px;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.booking-close:hover,
.booking-close:focus-visible {
  border-color: var(--accent-strong);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(96, 135, 232, 0.16);
}

.booking-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(191, 211, 245, 0.72);
}

.booking-progress,
.booking-route {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.76rem;
}

.booking-progress {
  background: rgba(143, 174, 242, 0.18);
  color: var(--accent-strong);
  font-weight: 800;
}

.booking-route {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(191, 211, 245, 0.72);
  color: var(--muted);
}

.booking-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.booking-tool-button {
  border: 1px solid rgba(191, 211, 245, 0.88);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.booking-tool-button:hover,
.booking-tool-button:focus-visible {
  border-color: var(--accent-strong);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(96, 135, 232, 0.14);
}

.booking-tool-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.booking-thread {
  flex: 1 1 auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 4px;
}

.booking-thread::-webkit-scrollbar {
  width: 10px;
}

.booking-thread::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(143, 174, 242, 0.28);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.booking-card {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.84));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
  transform-origin: top center;
  animation: bookingRise 340ms ease;
}

.booking-card.is-complete {
  opacity: 0.92;
  background: rgba(255, 255, 255, 0.9);
}

.booking-card.is-active {
  border-color: rgba(95, 135, 232, 0.42);
  box-shadow:
    0 0 0 1px rgba(143, 174, 242, 0.16),
    0 22px 48px rgba(96, 135, 232, 0.13);
}

.booking-card.is-confirmation {
  text-align: center;
  padding-block: 34px;
}

.booking-confirmation-copy {
  margin-top: 16px;
  color: var(--text);
  font-size: 1.04rem;
  font-weight: 700;
}

.booking-calendly-wrap {
  margin-top: 22px;
  min-height: 620px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(191, 211, 245, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.booking-calendly-frame {
  width: 100%;
  height: 620px;
  border: 0;
  background: #fff;
}

.booking-card-section {
  margin: 0 0 8px;
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.booking-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.booking-answer-label {
  margin-top: 14px;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 700;
}

.booking-multi-note {
  margin-top: 12px;
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 700;
}

.booking-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.booking-option {
  width: 100%;
  text-align: left;
  padding: 15px 16px;
  border-radius: 20px;
  border: 1px solid rgba(191, 211, 245, 0.84);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.5;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.booking-option:hover,
.booking-option:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(95, 135, 232, 0.64);
  box-shadow: 0 16px 28px rgba(96, 135, 232, 0.12);
}

.booking-option.is-selected {
  border-color: rgba(95, 135, 232, 0.82);
  background: linear-gradient(180deg, rgba(222, 233, 255, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 16px 28px rgba(96, 135, 232, 0.14);
}

.booking-option-checkbox {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.booking-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1.5px solid rgba(95, 135, 232, 0.42);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(19, 45, 83, 0.04);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.booking-option-copy {
  display: block;
}

.booking-option.is-selected .booking-checkbox {
  border-color: rgba(95, 135, 232, 0.92);
  background: linear-gradient(180deg, #9eb6f5 0%, #7fa0ee 100%);
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.98),
    0 6px 14px rgba(96, 135, 232, 0.18);
}

.booking-option strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

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

.booking-field {
  display: grid;
  gap: 8px;
}

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

.booking-field label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-input,
.booking-textarea {
  width: 100%;
  border: 1px solid rgba(191, 211, 245, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  padding: 14px 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.booking-input:focus,
.booking-textarea:focus {
  outline: none;
  border-color: rgba(95, 135, 232, 0.72);
  box-shadow: 0 0 0 4px rgba(143, 174, 242, 0.16);
}

.booking-textarea {
  min-height: 112px;
  resize: vertical;
}

.booking-submit {
  justify-self: start;
  margin-top: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #9eb6f5 0%, #7fa0ee 100%);
  color: #fff;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow:
    0 0 18px rgba(143, 174, 242, 0.34),
    0 18px 36px rgba(96, 135, 232, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.booking-submit:hover,
.booking-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 0 22px rgba(143, 174, 242, 0.42),
    0 22px 40px rgba(96, 135, 232, 0.28);
}

.booking-submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.booking-back {
  align-self: center;
  border: 0;
  background: transparent;
  color: rgba(18, 48, 82, 0.66);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.booking-back-arrow::before {
  content: "<-";
}

body.booking-open .booking-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.booking-open .booking-panel {
  transform: translateX(0);
  pointer-events: auto;
}

@keyframes bookingRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pay-icon-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.pay-icon-frame.compact {
  min-height: 0;
  max-width: 220px;
  margin: 0 auto;
}

.pay-icon-frame img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}

.pay-band {
  padding: 22px 0 40px;
}

.pay-band-icon {
  margin: 22px auto 0;
}

.pay-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.pay-offer-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.pay-offer-card h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pay-offer-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.pay-detail-section {
  padding: 14px 0 36px;
}

.pay-quote-band {
  padding: 18px 0 36px;
}

.pay-quote-card {
  padding: 34px 32px;
  border-radius: 34px;
  background: #5a6996;
  color: #fff;
  box-shadow: 0 22px 48px rgba(59, 81, 136, 0.24);
}

.pay-quote-card p {
  margin: 0;
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.pay-quote-card .quote-person {
  margin-top: 24px;
  color: #fff;
}

.pay-quote-card .quote-person img {
  border-color: rgba(255, 255, 255, 0.28);
}

.pay-quote-card .person-label,
.pay-quote-card .quote-person.compact small {
  color: rgba(255, 255, 255, 0.72);
}

.pay-final-setup-card {
  margin-top: 32px;
  padding: 36px 32px;
  border-radius: 36px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, rgba(214, 226, 255, 0.62), rgba(255, 255, 255, 0.98));
  box-shadow: var(--shadow);
}

.pay-final-setup-card .section-heading {
  margin-bottom: 24px;
}

.pay-final-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.pay-final-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.pay-final-copy p:last-child {
  margin-bottom: 0;
}

.pay-final-actions {
  margin-top: 28px;
}

.pay-final-actions .button-primary {
  min-height: 54px;
  padding-inline: 28px;
}

.comparison-image-card img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}

.pay-calculator-band {
  padding-top: 10px;
}

.pay-benchmark-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
  padding: 30px 30px 28px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 42px rgba(96, 135, 232, 0.08);
}

.pay-benchmark-copy .section-subcopy {
  margin-top: 18px;
  max-width: none;
}

.pay-benchmark-side {
  display: grid;
  gap: 18px;
}

.pay-benchmark-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pay-benchmark-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 0.92rem;
}

.pay-benchmark-pills strong {
  color: var(--text);
}

.pay-benchmark-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pay-benchmark-mini-card {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.92));
}

.pay-benchmark-mini-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.2;
}

.pay-benchmark-mini-card p,
.pay-benchmark-source,
.pay-calculator-intro,
.pay-calculator-disclaimer {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.pay-benchmark-source {
  font-size: 0.54rem;
  text-align: right;
}

.pay-benchmark-source a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pay-calculator-card {
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, rgba(214, 226, 255, 0.45), rgba(255, 255, 255, 0.98));
  box-shadow: var(--shadow);
}

.pay-calculator-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.pay-calculator-head h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pay-calculator-intro {
  margin-top: 14px;
  max-width: 700px;
}

.pay-calculator-badge {
  display: grid;
  place-items: center;
  min-width: 128px;
  gap: 4px;
  padding: 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(127, 160, 238, 0.32);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(96, 135, 232, 0.12);
  text-align: center;
}

.pay-calculator-badge strong {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

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

.pay-calculator-controls {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.pay-calculator-field {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.pay-calculator-field > span,
.pay-calculator-slider-head span {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.pay-calculator-field select,
.pay-calculator-field input[type="range"] {
  width: 100%;
}

.pay-calculator-field select {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.pay-calculator-slider-field {
  gap: 14px;
}

.pay-calculator-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pay-calculator-slider-head strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.pay-calculator-slider-scale {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.9rem;
}

.pay-calculator-results {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pay-calculator-result {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
}

.pay-calculator-result span {
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

.pay-calculator-result strong {
  font-size: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pay-calculator-result-accent {
  border-color: rgba(127, 160, 238, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 239, 255, 0.92));
}

.pay-calculator-actions {
  display: flex;
  justify-content: flex-start;
}

.pay-calculator-actions .button-primary {
  min-height: 52px;
  padding-inline: 26px;
}

@media (max-width: 1100px) {
  .capability-grid,
  .proof-grid,
  .best-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .best-tools-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pay-hero-grid,
  .pay-card-grid {
    grid-template-columns: 1fr;
  }

  .pay-benchmark-intro,
  .pay-calculator-controls,
  .pay-calculator-head {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

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

  .pay-benchmark-mini-grid {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    width: min(100vw, 620px);
  }

  .solution-top-grid {
    grid-template-columns: 1fr;
  }

  .solution-feature-row {
    grid-template-columns: 1fr;
  }

  .detail-row {
    grid-template-columns: 1fr;
  }

  .detail-row-reverse .detail-copy,
  .detail-row-reverse .detail-media {
    order: initial;
  }

  .promise-card {
    grid-template-columns: 1fr;
  }

  .promise-card.media-right .promise-media,
  .promise-card.media-right .promise-copy {
    order: initial;
  }

  .final-cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }
}

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

  .header-bar {
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 8px;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    padding: 62px 20px;
    border-radius: 30px;
  }

  .pay-floating-cta {
    right: 16px;
    left: 16px;
    top: auto;
    bottom: 18px;
    transform: none;
    width: auto;
    text-align: center;
  }

  .pay-floating-cta:hover,
  .pay-floating-cta:focus-visible,
  .pay-floating-cta.is-bottom {
    left: 16px;
    right: 16px;
    bottom: 18px;
    top: auto;
    transform: none;
  }

  .scroll-hint {
    bottom: 92px !important;
    font-size: 10px;
  }

  .booking-panel {
    width: 100vw;
    padding: 0;
  }

  .booking-shell {
    padding: 14px 14px 14px;
    border-radius: 0;
  }

  .booking-header {
    grid-template-columns: 1fr;
  }

  .booking-close {
    justify-self: start;
  }

  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-calendly-wrap,
  .booking-calendly-frame {
    min-height: 560px;
    height: 560px;
  }

  .pay-quote-card,
  .founder-intro {
    padding: 24px 20px;
  }

  .solutions-scroll-gap {
    height: 40px;
  }

  .pay-hero-shell {
    padding: 26px 20px 22px;
    border-radius: 30px;
  }

  .pay-final-setup-card {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .pay-benchmark-intro,
  .pay-calculator-card {
    padding: 24px 20px;
    border-radius: 28px;
  }

  .pay-icon-frame {
    min-height: 180px;
    padding: 20px;
  }

  .pay-calculator-results {
    grid-template-columns: 1fr;
  }

  .pay-calculator-slider-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .founder-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founder-intro img {
    margin: 0 auto;
  }

  .capability-grid,
  .proof-grid,
  .best-tools-grid {
    grid-template-columns: 1fr;
  }

  .best-tools-intro {
    padding: 24px 20px;
  }

  .capability-card,
  .proof-card {
    min-height: auto;
  }

  .final-cta-card {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .footer-grid {
    padding: 24px 22px;
  }

  .smartlead-art {
    grid-template-columns: 1fr;
  }
}
