:root {
  --bg: #020604;
  --panel: rgba(9, 17, 15, 0.76);
  --panel-strong: rgba(8, 17, 15, 0.94);
  --line: rgba(255, 255, 255, 0.13);
  --lime: #94ff2d;
  --lime-2: #61e51e;
  --text: #f8fff4;
  --muted: #b9c5ba;
  --shadow: 0 28px 94px rgba(0, 0, 0, 0.68);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 10%, rgba(0, 127, 255, 0.19), transparent 29rem),
    radial-gradient(circle at 28% 18%, rgba(148, 255, 45, 0.13), transparent 24rem),
    linear-gradient(180deg, #000 0%, #03100d 52%, #010403 100%);
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page-glow {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 12%, rgba(148, 255, 45, 0.13), transparent 22rem),
    radial-gradient(circle at 82% 28%, rgba(36, 160, 255, 0.18), transparent 26rem);
}

.site-shell {
  width: min(1480px, calc(100% - 92px));
  margin: 0 auto;
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 118px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(148, 255, 45, 0.7));
}

.brand-text {
  display: block;
  font-size: 25px;
  line-height: 0.9;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(148, 255, 45, 0.2);
}

.brand-text strong,
.brand-text em {
  display: block;
  font-style: normal;
}

.brand-text strong {
  color: #fff;
}

.brand-text em {
  color: var(--lime);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  color: rgba(248, 255, 244, 0.92);
  font-size: 16px;
  font-weight: 650;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--lime);
}

.nav-store {
  justify-self: end;
}

.menu-store {
  display: none;
}

.menu-button {
  display: none;
  justify-self: end;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.05);
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 32px;
  border: 1px solid rgba(148, 255, 45, 0.62);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--lime), var(--lime-2));
  color: #041004;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(148, 255, 45, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.button.secondary {
  gap: 14px;
  background: rgba(5, 12, 10, 0.38);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: max-content;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34), 0 0 20px rgba(148, 255, 45, 0.1);
}

.store-badge img {
  height: 100%;
  width: auto;
}

.nav-store {
  height: 46px;
}

.google-play-badge.pending {
  opacity: 0.55;
  filter: grayscale(0.25);
  cursor: not-allowed;
}

.play-dot {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(720px, 1fr);
  align-items: center;
  min-height: 650px;
  padding: 42px 0 46px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: -4px -46px 12px;
  z-index: -2;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.9) 31%, rgba(0, 0, 0, 0.22) 67%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 70% 54%, rgba(0, 137, 255, 0.25), transparent 32rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(4, 12, 9, 0.96));
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

h1 {
  margin: 0 0 33px;
  font-size: clamp(64px, 6vw, 98px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}

h1 span,
h1 strong {
  display: block;
}

h1 span {
  color: #fff;
  text-shadow: 0 9px 22px rgba(0, 0, 0, 0.45);
}

h1 strong {
  color: var(--lime);
  text-shadow: 0 0 30px rgba(148, 255, 45, 0.26);
}

.hero-text {
  width: min(520px, 100%);
  margin-bottom: 34px;
  color: rgba(248, 255, 244, 0.91);
  font-size: 21px;
  line-height: 1.64;
}

.hero-actions,
.proof-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-actions {
  gap: 22px;
  margin-bottom: 18px;
}

.store-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.store-badges {
  gap: 16px;
  margin-bottom: 22px;
}

.store-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(148, 255, 45, 0.4);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(148, 255, 45, 0.08);
  font-size: 13px;
  font-weight: 850;
  box-shadow: inset 0 0 18px rgba(148, 255, 45, 0.08);
}

.store-pill.pending {
  color: rgba(248, 255, 244, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.store-pill.compact {
  margin-top: 12px;
}

.proof-row {
  gap: 46px;
  color: rgba(248, 255, 244, 0.84);
  font-size: 16px;
  font-weight: 650;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.proof-row i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: var(--lime);
}

.spark:before,
.spark:after {
  content: "";
  position: absolute;
  inset: 2px 8px;
  background: var(--lime);
  border-radius: 8px;
}

.spark:after {
  transform: rotate(90deg);
}

.calendar {
  border: 2px solid var(--lime);
  border-radius: 3px;
}

.calendar:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 5px;
  border-top: 2px solid var(--lime);
}

.share:before,
.share:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 11px 4px 0 var(--lime), 4px 12px 0 var(--lime);
}

.hero-art {
  position: relative;
  z-index: 1;
  justify-self: stretch;
  min-height: 560px;
  margin-left: -30px;
}

.hero-art picture,
.hero-art img {
  width: 100%;
  height: 100%;
}

.hero-art img {
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 40px 68px rgba(0, 0, 0, 0.74));
}

.feature-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: -8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(10, 18, 16, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-strip article {
  min-height: 198px;
  padding: 32px 31px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border: 1px solid rgba(148, 255, 45, 0.36);
  border-radius: 18px;
  color: var(--lime);
  background: rgba(148, 255, 45, 0.09);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(148, 255, 45, 0.25), inset 0 0 20px rgba(148, 255, 45, 0.09);
}

.feature-icon.pin { color: #a36cff; border-color: rgba(163, 108, 255, 0.35); background: rgba(163, 108, 255, 0.12); box-shadow: 0 0 28px rgba(163, 108, 255, 0.24); }
.feature-icon.live { color: #ff962b; border-color: rgba(255, 150, 43, 0.38); background: rgba(255, 150, 43, 0.12); box-shadow: 0 0 28px rgba(255, 150, 43, 0.22); }
.feature-icon.save { color: #39bfff; border-color: rgba(57, 191, 255, 0.38); background: rgba(57, 191, 255, 0.12); box-shadow: 0 0 28px rgba(57, 191, 255, 0.22); }
.feature-icon.vibe { color: #ff4a8c; border-color: rgba(255, 74, 140, 0.38); background: rgba(255, 74, 140, 0.12); box-shadow: 0 0 28px rgba(255, 74, 140, 0.22); }

.feature-strip h2,
.how-steps h2 {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.2;
}

.feature-strip p,
.features-deep p,
.how-steps p,
.trust li,
.faq p,
.final-cta p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.section-kicker {
  margin: 0 0 19px;
  color: var(--lime);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-kicker.left {
  text-align: left;
}

.features-deep {
  margin-top: 64px;
  text-align: center;
}

.features-deep h2 {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

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

.deep-grid article {
  min-height: 142px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.deep-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.how-panel {
  margin-top: 72px;
}

.showcase {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 54% 42%, rgba(148, 255, 45, 0.14), transparent 25rem),
    rgba(9, 16, 14, 0.74);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.showcase img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center;
}

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

.how-steps article {
  min-height: 182px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(9, 16, 14, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.how-steps span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--lime);
  color: #061006;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(148, 255, 45, 0.35);
}

.use-cases {
  margin-top: 76px;
}

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

.case-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: #101917;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
}

.case-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 28%, rgba(0, 0, 0, 0.88) 70%);
}

.case-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card div {
  position: absolute;
  left: 30px;
  right: 24px;
  bottom: 25px;
  z-index: 2;
}

.case-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border: 1px solid rgba(148, 255, 45, 0.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 24, 14, 0.72);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(148, 255, 45, 0.28);
}

.case-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
}

.case-card p {
  max-width: 260px;
  margin: 0 0 20px;
  color: rgba(248, 255, 244, 0.84);
  font-size: 18px;
  line-height: 1.38;
}

.case-card a {
  color: var(--lime);
  font-size: 16px;
  font-weight: 800;
}

.case-card a:after {
  content: " ->";
}

.trust-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  min-height: 360px;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 26% 58%, rgba(148, 255, 45, 0.1), transparent 20rem),
    rgba(9, 16, 14, 0.78);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust {
  position: relative;
  min-height: 360px;
  padding: 42px 48px;
}

.trust ul {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 36px;
}

.trust li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(148, 255, 45, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(148, 255, 45, 0.34);
}

.trust li:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--lime);
  border-bottom: 2px solid var(--lime);
  transform: rotate(42deg);
}

.trust-wing {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: min(52%, 390px);
  opacity: 0.92;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 36px rgba(148, 255, 45, 0.43));
}

.faq {
  padding: 42px 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

summary {
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 750;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  float: right;
  color: rgba(248, 255, 244, 0.72);
}

details[open] summary:after {
  content: "-";
}

.faq p {
  margin: 12px 0 0;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  min-height: 166px;
  margin-top: 34px;
  padding: 26px 56px;
  overflow: hidden;
  border: 1px solid rgba(148, 255, 45, 0.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 58%, rgba(148, 255, 45, 0.24), transparent 16rem),
    linear-gradient(90deg, rgba(18, 58, 24, 0.74), rgba(12, 28, 21, 0.92));
  box-shadow: 0 20px 80px rgba(148, 255, 45, 0.16);
}

.final-cta > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 310px;
  opacity: 0.88;
}

.final-cta h2 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.08;
  font-weight: 500;
}

.final-cta h2 strong {
  display: block;
  color: var(--lime);
  font-weight: 900;
}

.final-cta div:last-child {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta p {
  margin: 12px 0 0;
  font-size: 13px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 38px 0 50px;
  color: rgba(248, 255, 244, 0.74);
  font-size: 14px;
}

.footer-brand .brand-logo {
  width: 58px;
  height: 58px;
}

.footer-brand .brand-text {
  font-size: 22px;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.socials {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(248, 255, 244, 0.78);
  font-size: 11px;
  font-weight: 850;
}

.footer-stores {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 18px;
  color: rgba(248, 255, 244, 0.68);
  font-weight: 750;
}

.footer-stores a {
  color: var(--lime);
}

.footer p {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: rgba(248, 255, 244, 0.45);
  text-align: center;
}

@media (max-width: 1180px) {
  .site-shell {
    width: min(100% - 36px, 1480px);
  }

  .nav {
    position: relative;
    z-index: 20;
    grid-template-columns: 1fr auto;
  }

  .nav-links,
  .nav-store {
    display: none;
  }

  body.menu-open .nav-links {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 16px;
    border: 1px solid rgba(148, 255, 45, 0.28);
    border-radius: 22px;
    background: #040d0a;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
  }

  body.menu-open .nav-links a {
    padding: 14px 12px;
  }

  body.menu-open .nav-links .menu-store {
    display: inline-flex;
    align-self: flex-start;
    height: 44px;
    margin-top: 8px;
    padding: 0;
  }

  .menu-button {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-art {
    min-height: 520px;
    margin: -70px -20px 0 22%;
  }

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

  .feature-strip article {
    display: grid;
    grid-template-columns: 84px 1fr 24px;
    align-items: center;
    min-height: 116px;
    padding: 22px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .feature-strip article:after {
    content: ">";
    justify-self: end;
    color: var(--lime);
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
  }

  .feature-icon {
    margin: 0;
  }

  .feature-any-vibe {
    display: none !important;
  }

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

  .trust-faq {
    grid-template-columns: 1fr;
  }

  .faq {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding-left: 340px;
  }

  .final-cta h2 {
    grid-column: auto;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .site-shell {
    width: min(100% - 46px, 1480px);
  }

  .nav {
    min-height: 118px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .brand-logo {
    width: 62px;
    height: 62px;
  }

  .brand-text {
    font-size: 24px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    padding: 64px 0 42px;
  }

  .hero-copy {
    order: 1;
    z-index: 2;
  }

  h1 {
    font-size: clamp(54px, 14vw, 84px);
  }

  .hero-text {
    width: min(335px, 100%);
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-bottom: 18px;
  }

  .hero-actions .button.secondary {
    display: none;
  }

  .hero-actions .button {
    min-height: 82px;
    padding: 0 34px;
    font-size: 19px;
  }

  .store-badges {
    align-items: flex-start;
    gap: 12px;
  }

  .store-badge {
    height: 48px;
  }

  .proof-row {
    display: none;
  }

  .hero-art {
    order: 2;
    width: 100%;
    min-height: auto;
    margin: 16px 0 0;
    pointer-events: none;
  }

  .hero-art picture,
  .hero-art img {
    height: auto;
  }

  .hero-art img {
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 35px 54px rgba(0, 0, 0, 0.72));
  }

  .feature-strip {
    margin-top: 12px;
    border-radius: 15px;
  }

  .feature-strip article {
    grid-template-columns: 78px 1fr 18px;
    min-height: 102px;
    padding: 16px 18px;
  }

  .feature-strip h2 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .feature-strip p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .feature-icon {
    width: 62px;
    height: 62px;
  }

  .features-deep {
    display: none;
  }

  .how-panel {
    margin-top: 42px;
  }

  .showcase {
    display: none;
  }

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

  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .case-card {
    min-height: 220px;
  }

  .case-card div {
    left: 13px;
    right: 12px;
    bottom: 13px;
  }

  .case-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
    font-size: 7px;
  }

  .case-card h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .case-card p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .case-card a {
    font-size: 11px;
  }

  .use-cases {
    margin-top: 42px;
  }

  .trust,
  .faq {
    padding: 30px 28px;
  }

  .trust {
    min-height: 360px;
  }

  .trust ul {
    width: min(250px, 72%);
  }

  .trust-wing {
    right: 12px;
    bottom: 18px;
    width: 38%;
    opacity: 0.78;
  }

  .final-cta {
    margin-top: 26px;
    padding: 220px 24px 30px;
    text-align: center;
  }

  .final-cta > img {
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
  }

  .footer-brand .brand-text {
    font-size: 22px;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 460px) {
  .site-shell {
    width: min(100% - 34px, 1480px);
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .brand-text {
    font-size: 20px;
  }

  .menu-button {
    width: 52px;
    height: 52px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-text {
    width: 278px;
    font-size: 18px;
  }

  .hero-actions .button {
    min-height: 74px;
    padding: 0 28px;
    font-size: 17px;
  }

  .hero-art {
    margin-top: 12px;
  }

  .feature-strip article {
    grid-template-columns: 70px 1fr 16px;
    padding: 14px 15px;
  }

  .feature-strip h2 {
    font-size: 17px;
  }

  .feature-strip p {
    font-size: 13px;
  }

  .feature-icon {
    width: 58px;
    height: 58px;
  }

  .case-grid {
    gap: 12px;
  }

  .trust li {
    font-size: 13px;
  }
}
