:root {
  --bg: #f3f7fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --ink: #0f172a;
  --muted: #4b5563;
  --line: rgba(148, 163, 184, 0.22);
  --cyan: #0891b2;
  --cyan-soft: #ecfeff;
  --indigo: #4f46e5;
  --indigo-soft: #eef2ff;
  --emerald: #059669;
  --amber: #d97706;
  --rose: #e11d48;
  --shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(6, 182, 212, 0.14), transparent 32%),
    radial-gradient(circle at bottom right, rgba(79, 70, 229, 0.12), transparent 34%),
    var(--bg);
}

body.lightbox-open {
  overflow: hidden;
}

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

.site-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 20px 0 40px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.brand-mark {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.brand-mark span {
  color: var(--cyan);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav a:hover {
  color: var(--ink);
}

.topbar-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-toggle {
  display: none;
}

.lang-switch {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 800;
  font-size: 0.85rem;
}

html[dir="rtl"] body,
html[dir="rtl"] .site-shell {
  direction: rtl;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  transition: 0.2s ease;
  border: 1px solid transparent;
}

.primary-button {
  background: linear-gradient(135deg, var(--ink), var(--cyan));
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 145, 178, 0.22);
}

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

.ghost-button {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.08);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  padding: 48px 0 24px;
}

.sticky-plans {
  position: sticky;
  top: 92px;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.mini-plan {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  transition: 0.18s ease;
}

.mini-plan:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 145, 178, 0.2);
}

.mini-plan strong {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mini-plan span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.mini-plan.featured {
  background: linear-gradient(180deg, #effcff, #ffffff);
  border-color: rgba(8, 145, 178, 0.18);
}

.mini-plan.cta {
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--ink), var(--cyan));
  color: #fff;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
}

.hero h1,
.section-head h2,
.contact-card h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.3rem);
}

.hero h1 span {
  display: block;
  color: var(--indigo);
}

.hero-text,
.section-head p,
.contact-card p,
.feature-card p,
.flow-card p,
.metric-card p,
.trust-card p,
.price-card li,
.video-notes p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
}

.hero-points li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-panel,
.section,
.strip,
.contact-card,
.footer {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 18px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.78);
}

.hero-screenshot {
  margin: 0 0 18px;
  position: relative;
}

.shot-trigger,
.gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.parallax-shot {
  --shot-shift: 0px;
  transform: translate3d(0, var(--shot-shift), 0);
  transition: transform 320ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.parallax-shot:hover {
  --shot-shift: -4px;
}

.hero-stat-grid,
.card-grid,
.flow-grid,
.pricing-grid,
.trust-grid,
.result-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.metric-card,
.feature-card,
.flow-card,
.price-card,
.trust-card,
.video-notes article {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.metric-card:hover,
.feature-card:hover,
.flow-card:hover,
.price-card:hover,
.trust-card:hover,
.video-notes article:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 145, 178, 0.16);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.metric-card strong,
.price-card .price {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.metric-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--cyan);
}

.metric-card.accent {
  background: linear-gradient(180deg, #effcff, #ffffff);
}

.metric-card.soft {
  background: linear-gradient(180deg, #eef2ff, #ffffff);
}

.metric-card.dark {
  background: linear-gradient(180deg, #0f172a, #111827);
  color: #fff;
}

.metric-card.dark p,
.metric-card.dark .metric-label {
  color: rgba(255, 255, 255, 0.72);
}

.strip,
.section,
.contact-card,
.footer {
  margin-top: 26px;
  border-radius: 34px;
}

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

.proof-panel {
  background:
    radial-gradient(circle at top left, rgba(8, 145, 178, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.8);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.proof-lines,
.proof-metrics {
  display: grid;
  gap: 14px;
}

.proof-line,
.proof-metric,
.result-card,
.testimonial-card,
.faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
}

.proof-line {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.proof-metric span {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 8px;
}

.strip-label {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--cyan);
  font-weight: 800;
}

.strip p {
  margin: 8px 0 0;
  font-weight: 700;
}

.section {
  padding: 34px 28px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.section-head.narrow {
  max-width: 620px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 10px;
}

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

.feature-card h3,
.flow-card h3,
.price-card h3,
.trust-card h3,
.video-notes h3,
.result-card h3,
.showcase-copy h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

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

.showcase-row {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.showcase-row.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

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

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

.showcase-copy,
.showcase-media {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
}

.showcase-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.82);
}

.media-shot-frame {
  position: relative;
  width: 100%;
  min-height: 320px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  background: linear-gradient(180deg, rgba(8, 145, 178, 0.06), rgba(255, 255, 255, 0.7));
}

.media-shot-frame .shot-trigger {
  position: relative;
  z-index: 1;
}

.media-shot-frame.alt {
  border-color: rgba(79, 70, 229, 0.22);
  background: linear-gradient(180deg, rgba(79, 70, 229, 0.06), rgba(255, 255, 255, 0.7));
}

.media-shot-frame.soft {
  border-color: rgba(5, 150, 105, 0.22);
  background: linear-gradient(180deg, rgba(5, 150, 105, 0.06), rgba(255, 255, 255, 0.7));
}

.media-placeholder {
  width: 100%;
  min-height: 320px;
  border-radius: 24px;
  border: 1px dashed rgba(8, 145, 178, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, rgba(8, 145, 178, 0.06), rgba(255, 255, 255, 0.52));
}

.media-placeholder.alt {
  border-color: rgba(79, 70, 229, 0.28);
  background: linear-gradient(180deg, rgba(79, 70, 229, 0.06), rgba(255, 255, 255, 0.52));
}

.media-placeholder.soft {
  border-color: rgba(5, 150, 105, 0.28);
  background: linear-gradient(180deg, rgba(5, 150, 105, 0.06), rgba(255, 255, 255, 0.52));
}

.shot-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 36px);
}

.hero-badges {
  top: 16px;
  left: 16px;
}

.shot-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(15, 23, 42, 0.76);
  backdrop-filter: blur(16px);
  color: #f8fafc;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.14);
}

[dir='rtl'] .shot-badges {
  left: auto;
  right: 18px;
}

[dir='rtl'] .hero-badges {
  left: auto;
  right: 16px;
}

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

.flow-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--indigo-soft);
  color: var(--indigo);
  font-weight: 800;
  margin-bottom: 18px;
}

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

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.billing-chip {
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #ffffff;
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 160ms ease;
}

.billing-chip.is-active {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #f8fafc;
  border-color: #0f172a;
}

.billing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-toggle-note {
  margin: 0 0 24px;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

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

.testimonial-card .quote {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
}

.testimonial-card span {
  color: var(--muted);
  font-weight: 700;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.price-card.highlighted {
  background: linear-gradient(180deg, #f0fdff, #ffffff);
  border-color: rgba(8, 145, 178, 0.18);
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cyan-soft);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.popular-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.1);
  color: #4338ca;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.plan-desc {
  margin: -4px 0 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.65;
}

.plan-note {
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

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

.price-card ul {
  margin: 0;
  padding-left: 18px;
}

.video-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.video-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 1px dashed rgba(79, 70, 229, 0.28);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.97), rgba(30, 41, 59, 0.92));
  color: #fff;
  text-align: center;
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.video-placeholder span {
  font-size: 1.2rem;
  font-weight: 800;
}

.video-placeholder p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
}

.video-notes {
  display: grid;
  gap: 18px;
}

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

.gallery-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}

.gallery-card h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.gallery-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 700;
}

.gallery-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.gallery-notes {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(2, 6, 23, 0.84);
  backdrop-filter: blur(16px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-dialog {
  width: min(1200px, 100%);
  max-height: calc(100vh - 56px);
  overflow: auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.lightbox-copy {
  padding: 16px 6px 4px;
}

.lightbox-copy strong {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.lightbox-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

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

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.trust-card a {
  color: var(--cyan);
  font-weight: 800;
}

.contact-card {
  padding: 30px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  gap: 18px;
  align-items: center;
}

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

.footer-copy {
  justify-self: end;
  font-weight: 700;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1100px) {
  .hero,
  .video-shell,
  .contact-card,
  .footer,
  .strip,
  .card-grid,
  .platform .flow-grid,
  .pricing-grid,
  .trust-grid,
  .proof-grid,
  .showcase-row,
  .gallery-grid,
  .gallery-notes,
  .result-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat-grid {
    grid-template-columns: 1fr;
  }

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

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

  .footer-copy {
    justify-self: start;
  }

  .shot-badges {
    top: 14px;
    left: 14px;
    right: 14px;
    max-width: none;
  }

  [dir='rtl'] .shot-badges,
  [dir='rtl'] .hero-badges {
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 860px) {
  .topbar {
    border-radius: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
  }

  .nav,
  .topbar-actions {
    width: 100%;
    display: none;
  }

  .topbar.open .nav,
  .topbar.open .topbar-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .nav {
    gap: 12px;
  }

  .site-shell {
    width: min(calc(100% - 20px), var(--max));
  }

  .section,
  .footer,
  .contact-card {
    padding: 24px 18px;
  }

  .hero {
    padding-top: 30px;
  }

  .sticky-plans {
    top: 88px;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
  }
}
