:root {
  --primary: #00c07f;
  --primary-dark: #009b68;
  --accent: #0097d4;
  --accent-dark: #0b5fa5;
  --ink: #0e1726;
  --text: #12192c;
  --muted: #617086;
  --soft: #eef3f8;
  --line: #dce6ef;
  --card: #ffffff;
  --amber: #f5a623;
  --danger: #d94d4d;
  --page: #f7fafc;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(14, 23, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  min-width: 320px;
  overflow-x: hidden;
}

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

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

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

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 230, 239, 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 0.75rem;
}

.brand img {
  border-radius: 8px;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
  min-width: 0;
}

.nav a {
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.7rem 0.9rem;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  background: var(--soft);
  color: var(--ink);
  outline: none;
}

.hero {
  background-image: url("assets/hero-bokyoon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
  min-height: 78svh;
  overflow: hidden;
  padding: 5rem 5vw;
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, rgba(247, 250, 252, 0.96) 0%, rgba(247, 250, 252, 0.9) 50%, rgba(247, 250, 252, 0.64) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  min-height: calc(78svh - 10rem);
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 620px;
  width: 100%;
}

.hero-visual {
  justify-self: end;
  min-height: 560px;
  position: relative;
  width: min(42vw, 430px);
}

.hero-phone {
  background: #ffffff;
  border: 1px solid rgba(220, 230, 239, 0.9);
  border-radius: 34px;
  box-shadow: 0 22px 60px rgba(14, 23, 38, 0.22);
  min-height: 500px;
  overflow: hidden;
  padding: 0.6rem;
  position: absolute;
  right: 128px;
  top: 0;
  transform: rotate(-3deg);
  width: 300px;
  z-index: 2;
}

.hero-phone-top {
  background: linear-gradient(180deg, #08c589 0%, #009ed0 100%);
  border-radius: 27px 27px 18px 18px;
  color: #ffffff;
  min-height: 245px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.hero-phone-top::after {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 145px;
  position: absolute;
  right: -32px;
  top: 38px;
  width: 145px;
}

.hero-phone-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hero-phone-bar span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 0.42rem 0.65rem;
}

.hero-phone-bar strong {
  align-items: center;
  background: #ff5b63;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.78rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.hero-phone-title {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.04;
  margin-top: 1.1rem;
  max-width: 210px;
  position: relative;
  z-index: 1;
}

.hero-phone-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 0.65rem;
  max-width: 220px;
  position: relative;
  z-index: 1;
}

.hero-stats {
  background: rgba(4, 111, 134, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem auto 0;
  max-width: 210px;
  padding: 0.65rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.25;
}

.hero-stats strong {
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.15rem;
}

.hero-search-panel {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 16px 32px rgba(14, 23, 38, 0.16);
  display: grid;
  gap: 0.65rem;
  margin: -0.8rem 0.45rem 0;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

.hero-field {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  padding: 0.65rem 0.75rem;
}

.hero-field span {
  color: #8b97aa;
  font-size: 0.63rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-field strong {
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-swap {
  align-items: center;
  background: #e4fbf3;
  border: 1px solid #c9f1e4;
  border-radius: 50%;
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  justify-self: center;
  margin: -0.3rem 0;
  width: 34px;
}

.hero-meta {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1fr) minmax(78px, 0.48fr);
}

.hero-offer-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 230, 239, 0.9);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(14, 23, 38, 0.16);
  min-height: 128px;
  padding: 1.1rem;
  position: absolute;
  right: 0;
  top: 235px;
  transform: rotate(4deg);
  width: 235px;
  z-index: 1;
}

.hero-offer-card::before,
.hero-offer-card::after {
  border-radius: 999px;
  content: "";
  display: block;
}

.hero-offer-card::before {
  background: linear-gradient(90deg, rgba(0, 192, 127, 0.22), rgba(0, 151, 212, 0.18));
  height: 18px;
  width: 62%;
}

.hero-offer-card::after {
  background: rgba(220, 230, 239, 0.74);
  height: 58px;
  margin-top: 1rem;
  width: 100%;
}

.eyebrow,
.section-label {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--ink);
  font-size: 4.9rem;
  line-height: 0.95;
  margin-top: 1rem;
}

.hero-lead {
  color: #273449;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 1.35rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 0.85rem 1.1rem;
  text-align: center;
}

.button-primary {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 192, 127, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-dark);
  outline: none;
}

.button-secondary {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  outline: none;
}

.section {
  padding: 5rem 5vw;
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.intro {
  background: #ffffff;
}

.intro-grid,
.split,
.trust-grid,
.contact-box {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

h2 {
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1.15;
  margin-top: 0.75rem;
}

h3 {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.3;
}

.problem {
  background: #f0f5f9;
}

.app-preview {
  background: #ffffff;
}

.app-preview-grid {
  display: grid;
  gap: 2.5rem;
}

.preview-copy {
  max-width: 840px;
}

.preview-copy > p:not(.section-label) {
  line-height: 1.65;
  margin-top: 0.9rem;
  max-width: 720px;
}

.preview-points {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.45rem;
}

.preview-points article {
  border-left: 4px solid var(--primary);
  padding: 0.1rem 0 0.1rem 0.85rem;
}

.preview-points article:nth-child(2) {
  border-left-color: var(--accent);
}

.preview-points article:nth-child(3) {
  border-left-color: var(--amber);
}

.preview-points h3 + p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.35rem;
}

.screen-gallery {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.screen-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(14, 23, 38, 0.12);
  margin: 0;
  overflow: hidden;
  padding: 0.85rem;
}

.screen-card img {
  background: #eef3f8;
  border-radius: 18px;
  height: auto;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.screen-card figcaption {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.85rem 0.25rem 0.15rem;
}

.how {
  background: #f0f5f9;
}

.how-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.how-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(14, 23, 38, 0.06);
  display: grid;
  gap: 0.85rem;
  padding: 1.4rem;
}

.how-grid span {
  align-items: center;
  background: #e4fbf3;
  border: 1px solid #c9f1e4;
  border-radius: 999px;
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 54px;
}

.launch {
  background: var(--ink);
}

.launch-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.launch h2,
.launch .section-label {
  color: #ffffff;
}

.launch .section-label {
  opacity: 0.84;
}

.launch p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 1rem;
}

.launch-actions {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  display: grid;
  gap: 1.25rem;
  padding: 1.35rem;
}

.waitlist-form {
  display: grid;
  gap: 0.65rem;
}

.waitlist-form label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.waitlist-form > div {
  display: flex;
  gap: 0.75rem;
}

.waitlist-form input {
  background: #ffffff;
  border: 1px solid rgba(220, 230, 239, 0.9);
  border-radius: var(--radius);
  color: var(--ink);
  flex: 1;
  font: inherit;
  min-height: 52px;
  min-width: 0;
  padding: 0.85rem 1rem;
}

.waitlist-form input:focus {
  border-color: var(--primary);
  outline: none;
}

.launch-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.launch-badges .store-badge img {
  height: 44px;
}

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

.section-heading {
  max-width: 740px;
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.feature-card,
.value-list article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(14, 23, 38, 0.06);
  padding: 1.4rem;
}

.feature-card {
  display: grid;
  gap: 1rem;
}

.feature-mark {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.feature-green {
  background: var(--primary);
}

.feature-blue {
  background: var(--accent);
}

.feature-amber {
  background: var(--amber);
}

.value {
  background: #ffffff;
}

.value-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.value-list article {
  border-top: 5px solid var(--primary);
  display: grid;
  gap: 0.8rem;
}

.value-list article:nth-child(2) {
  border-top-color: var(--accent);
}

.value-list article:nth-child(3) {
  border-top-color: var(--amber);
}

.why {
  background: #f0f5f9;
}

.why-grid {
  align-items: start;
  display: grid;
  gap: 2.75rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
}

.why-copy > p:not(.section-label) {
  margin-top: 1rem;
}

.why-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.7rem;
}

.why-list article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(14, 23, 38, 0.06);
  padding: 1.2rem;
}

.why-list article:nth-child(3) {
  grid-column: 1 / -1;
}

.why-list span {
  color: var(--primary-dark);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.why-list p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.45rem;
}

.payment-showcase {
  display: grid;
  gap: 0.85rem;
  justify-self: end;
  max-width: 390px;
  position: relative;
  width: 100%;
}

.payment-preview {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(14, 23, 38, 0.15);
  margin: 0;
  overflow: hidden;
  padding: 0.65rem;
}

.payment-preview img {
  background: #eef3f8;
  border-radius: 16px;
  display: block;
  height: auto;
  width: 100%;
}

.commission-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--primary);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(14, 23, 38, 0.09);
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
}

.commission-card span {
  color: var(--primary-dark);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.commission-card strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.commission-card dl {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.commission-card dl div {
  align-items: center;
  border-top: 1px solid rgba(220, 230, 239, 0.9);
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  padding-top: 0.55rem;
}

.commission-card dt,
.commission-card dd {
  margin: 0;
}

.commission-card dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.commission-card dd {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: right;
}

.payment-methods {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payment-methods span {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 230, 239, 0.95);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(14, 23, 38, 0.06);
  color: #273449;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 850;
  gap: 0.5rem;
  line-height: 1.15;
  min-height: 38px;
  padding: 0.55rem 0.65rem;
}

.payment-methods span::before {
  background: var(--primary);
  border-radius: 3px;
  box-shadow: 0 0 0 4px rgba(0, 192, 127, 0.11);
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.payment-methods span:nth-child(2)::before {
  background: #f47a20;
  box-shadow: 0 0 0 4px rgba(244, 122, 32, 0.12);
}

.payment-methods span:nth-child(3)::before {
  background: #5f6de8;
  box-shadow: 0 0 0 4px rgba(95, 109, 232, 0.12);
}

.payment-methods span:nth-child(4)::before {
  background: var(--accent-dark);
  box-shadow: 0 0 0 4px rgba(11, 95, 165, 0.12);
}

.proof {
  background: var(--ink);
  overflow: hidden;
}

.proof-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.proof h2,
.proof .section-label,
.proof h3 {
  color: #ffffff;
}

.proof .section-label {
  opacity: 0.82;
}

.proof-copy > p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 1rem;
}

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

.proof-points article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1rem;
}

.proof-points p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.35rem;
}

.proof-gallery {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-screen {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  margin: 0;
  overflow: hidden;
  padding: 0.55rem;
}

.proof-screen img {
  border-radius: 16px;
  height: clamp(280px, 25vw, 360px);
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.proof-screen figcaption {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 900;
  padding: 0.75rem 0.2rem 0.1rem;
}

.ambition {
  background: #f0f5f9;
}

.ambition-content {
  max-width: 820px;
}

.ambition-content p:last-child {
  margin-top: 1rem;
}

.contact {
  background: #ffffff;
}

.contact-box {
  align-items: center;
  background: var(--page);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
}

.contact-box .button {
  justify-self: end;
}

.contact .section-heading {
  margin-bottom: 2rem;
}

.contact .section-heading p:not(.section-label) {
  margin-top: 1rem;
  max-width: 720px;
}

.contact-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(14, 23, 38, 0.06);
  display: grid;
  gap: 0.75rem;
  padding: 1.6rem;
}

.contact-card h3 {
  color: var(--ink);
  font-size: 1.2rem;
  margin-top: 0.15rem;
  word-break: break-word;
}

.contact-card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.contact-card .button {
  align-self: start;
  margin-top: 0.4rem;
}

.contact-socials {
  align-items: center;
  display: inline-flex;
  gap: 0.65rem;
  margin-top: 0.4rem;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  padding: 1.25rem 5vw;
}

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

.footer-links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-page {
  background: #ffffff;
}

.legal-hero {
  background: linear-gradient(135deg, #f7fafc 0%, #eef9f5 55%, #eef7fb 100%);
  border-bottom: 1px solid var(--line);
  padding: 5rem 5vw 4rem;
}

.legal-hero-content {
  max-width: 900px;
}

.legal-hero h1 {
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1;
  margin: 0.9rem 0 1rem;
}

.legal-hero p:not(.section-label) {
  color: #273449;
  font-size: 1.12rem;
  max-width: 760px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.legal-meta span {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0.65rem 0.85rem;
}

.legal-meta a,
.legal-card a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section {
  background: #ffffff;
}

.legal-section-alt {
  background: #f0f5f9;
}

.legal-content {
  display: grid;
  gap: 1rem;
  max-width: 900px;
}

.legal-language-heading {
  margin-bottom: 0.75rem;
}

.legal-language-heading h2 {
  margin-top: 0.5rem;
}

.legal-language-heading p:not(.section-label) {
  margin-top: 0.5rem;
}

.legal-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(14, 23, 38, 0.05);
  padding: 1.45rem;
}

.legal-card h2 {
  font-size: 1.35rem;
  margin: 0;
}

.legal-card p {
  margin-top: 0.8rem;
}

.legal-card ul {
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
  line-height: 1.65;
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

@media (max-width: 900px) {
  .site-header {
    gap: 0.75rem 1rem;
    padding-bottom: 0.85rem;
    padding-top: 0.85rem;
  }

  .nav {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .hero {
    background-position: 62% center;
    min-height: auto;
    padding: 4rem 5vw;
  }

  .hero::before {
    background: rgba(247, 250, 252, 0.9);
    width: 100%;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-layout {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    justify-self: center;
    min-height: 470px;
    width: min(82vw, 520px);
  }

  .hero-phone {
    left: 0;
    right: auto;
    width: 290px;
  }

  .hero-offer-card {
    right: 0;
    top: 280px;
    width: 245px;
  }

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

  .hero-lead {
    font-size: 1.05rem;
  }

  .intro-grid,
  .split,
  .trust-grid,
  .contact-box,
  .contact-grid,
  .app-preview-grid,
  .why-grid,
  .proof-grid,
  .how-grid,
  .launch-grid,
  .feature-grid,
  .value-list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .screen-gallery {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
  }

  .proof-gallery {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
  }

  .payment-showcase {
    justify-self: start;
    max-width: 520px;
  }

  .contact-box .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section,
  .hero,
  .site-footer {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .site-header {
    align-items: flex-start;
    gap: 0.75rem;
    min-height: 0;
    position: static;
  }

  .brand {
    font-size: 1rem;
  }

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

  .nav {
    flex-wrap: nowrap;
    margin-right: -1.1rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    padding-right: 1.1rem;
    scrollbar-width: none;
    width: calc(100% + 1.1rem);
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 0.55rem 0.65rem;
  }

  .hero {
    background-position: 68% center;
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }

  .hero-layout {
    gap: 1.5rem;
  }

  .hero-visual {
    display: none;
  }

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

  .legal-hero {
    padding-top: 3.25rem;
    padding-bottom: 3rem;
  }

  .legal-hero h1 {
    font-size: 2.35rem;
  }

  .legal-hero p:not(.section-label) {
    font-size: 1rem;
  }

  .legal-meta span,
  .legal-card {
    width: 100%;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-box .button,
  .waitlist-form .button {
    width: 100%;
  }

  h2 {
    font-size: 1.75rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .feature-card,
  .how-grid article,
  .why-list article,
  .value-list article,
  .contact-box,
  .screen-card,
  .proof-screen {
    padding: 1.15rem;
  }

  .feature-grid,
  .how-grid,
  .value-list {
    margin-top: 1.4rem;
  }

  .app-preview-grid {
    gap: 2rem;
  }

  .preview-points {
    grid-template-columns: 1fr;
    margin-top: 1.3rem;
  }

  .screen-gallery {
    grid-template-columns: 1fr;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .screen-card-search,
  .screen-card-private {
    transform: none;
  }

  .screen-card img {
    height: auto;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .payment-showcase {
    max-width: 100%;
  }

  .launch-actions {
    padding: 1.1rem;
  }

  .waitlist-form > div {
    flex-direction: column;
  }

  .launch-badges {
    justify-content: center;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }
}

.store-badge img {
  height: 48px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.store-badge:hover img {
  transform: translateY(-2px);
}

.store-badge.disabled {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 560px) {
  .store-badge img {
    height: 44px;
    max-width: 180px;
    width: auto;
  }
}

@media (max-width: 420px) {
  .nav a {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
}

@media (max-width: 380px) {
  .site-header,
  .section,
  .hero,
  .site-footer {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .nav {
    gap: 0.15rem;
    margin-right: 0;
    overflow-x: visible;
    padding-right: 0;
    width: 100%;
  }

  .nav a {
    font-size: 0.8rem;
    padding: 0.5rem 0.3rem;
  }

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

  h2 {
    font-size: 1.55rem;
  }

  .button {
    min-height: 46px;
    padding: 0.8rem 0.9rem;
  }

  .commission-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .commission-card dd {
    text-align: left;
  }
}

.social-media {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.social-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  width: 42px;
}

.social-link:focus-visible {
  outline: 3px solid rgba(0, 192, 127, 0.45);
  outline-offset: 3px;
}

.social-link:hover {
  transform: translateY(-2px);
}

.social-link-x {
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.06);
}

.social-link-x:hover,
.social-link-x:focus-visible {
  background: #111827;
  border-color: rgba(255, 255, 255, 0.72);
}

.social-link-instagram {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.social-link img {
  object-fit: contain;
}

.x-logo {
  filter: invert(1) brightness(2);
  height: 20px;
  opacity: 0.96;
  width: 20px;
}
