:root {
  color-scheme: light;
  --page: #f6f7f2;
  --paper: #ffffff;
  --paper-2: #eef1ea;
  --ink: #121512;
  --ink-2: #2a302a;
  --muted: #626b60;
  --dim: #858c82;
  --line: rgba(18, 21, 18, 0.11);
  --line-strong: rgba(18, 21, 18, 0.18);
  --dark: #070907;
  --dark-2: #101310;
  --green: #75d51d;
  --green-dark: #2f7e0a;
  --yellow: #e6b91d;
  --blue: #347fe8;
  --pink: #e74967;
  --violet: #8361d7;
  --shadow-sm: 0 1px 2px rgba(18, 21, 18, 0.06), 0 8px 24px rgba(18, 21, 18, 0.06);
  --shadow-lg: 0 28px 70px rgba(18, 21, 18, 0.18);
  --max: 1120px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.nav,
.container,
.hero-inner,
.footer-inner {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 850;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links a {
  padding-block: 8px;
}

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

.header-cta,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(117, 213, 29, 0.54);
  border-radius: 8px;
  background: var(--green);
  color: #102006;
  font-weight: 820;
}

.header-cta:hover,
.header-cta:focus-visible,
.contact-link:hover,
.contact-link:focus-visible {
  background: #87e632;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 76svh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 9, 7, 0.96) 0%, rgba(7, 9, 7, 0.84) 43%, rgba(7, 9, 7, 0.25) 75%, rgba(7, 9, 7, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 9, 7, 0.08), #070907 100%),
    url("assets/coarcx-hand-app.png") right 44% center / auto 104% no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-block: 76px 66px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  text-transform: none;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  content: "";
  background: var(--green);
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 4.2rem;
  line-height: 0.98;
  font-weight: 900;
}

.hero-copy {
  max-width: 575px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.hero-copy strong {
  color: #fff;
  font-weight: 850;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}

.store-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 176px;
  min-height: 62px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.store-button:hover,
.store-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.13);
}

.store-button small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.store-button span {
  margin-top: 1px;
  font-size: 1.04rem;
  font-weight: 850;
}

.availability {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.section {
  padding-block: 90px;
}

.hero + .section {
  padding-top: 66px;
}

.section.tight {
  padding-block: 66px;
}

.section.alt {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.64fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 30px;
}

.section h2,
.legal-page h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.28rem;
  line-height: 1.2;
  font-weight: 850;
}

.section-desc,
.page-hero p {
  margin: 0;
  color: var(--muted);
}

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

.feature-card,
.value-card,
.support-card,
.legal-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.feature-card {
  min-height: 208px;
  padding: 22px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 1px solid rgba(18, 21, 18, 0.12);
  border-radius: 8px;
  background: #f5f6f1;
  color: var(--green-dark);
}

.feature-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon.match {
  color: #a27b00;
}

.feature-icon.operations {
  color: var(--blue);
}

.feature-icon.growth {
  color: var(--green-dark);
}

.feature-icon.network {
  color: var(--pink);
}

.feature-icon.doubles {
  color: var(--violet);
}

.feature-icon.trust {
  color: var(--green-dark);
}

.dot,
.feature-mark {
  display: none;
}

.feature-card h3,
.value-card h3,
.support-card h2,
.legal-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 820;
}

.feature-card p,
.value-card p,
.support-card p,
.legal-section p,
.legal-section li {
  color: var(--muted);
}

.feature-card p,
.value-card p,
.support-card p {
  margin: 12px 0 0;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.showcase-media {
  position: relative;
}

.showcase-media img {
  width: min(100%, 540px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.showcase-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.value-card {
  padding: 19px 20px;
  background: var(--paper);
}

.value-card strong {
  color: var(--ink);
  font-weight: 820;
}

.mascot-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.mascot-copy p {
  max-width: 560px;
  color: var(--muted);
}

.mascot-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
}

.mascot-pair img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.6fr);
  gap: 38px;
  align-items: center;
  padding: 32px;
  border-radius: 8px;
  background: var(--dark);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.launch-panel .section-kicker {
  color: var(--green);
}

.launch-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 850;
}

.launch-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.launch-panel .store-button {
  background: rgba(255, 255, 255, 0.08);
}

.status-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.status-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.site-footer {
  padding: 36px 0 48px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

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

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

.page-hero {
  padding: 82px 0 58px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.page-hero p {
  max-width: 760px;
  margin-top: 20px;
  font-size: 1.04rem;
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.54fr);
  gap: 14px;
  align-items: start;
}

.support-card {
  padding: 24px;
}

.support-list,
.legal-section ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.contact-link {
  margin-top: 20px;
}

.legal-page {
  max-width: 920px;
}

.legal-meta {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  color: var(--muted);
}

.legal-note {
  padding: 20px;
  margin: 0 0 26px;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-of-type {
  border-top: 0;
}

.policy-table {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-radius: 8px;
  background: var(--paper);
}

.policy-table th,
.policy-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  width: 25%;
  color: var(--ink);
  background: var(--paper-2);
}

.policy-table td {
  color: var(--muted);
}

.policy-table tr:last-child th,
.policy-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 14px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 72svh;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 9, 7, 0.88) 0%, rgba(7, 9, 7, 0.78) 54%, #070907 100%),
      url("assets/coarcx-hand-app.png") center bottom / min(760px, 128%) auto no-repeat;
  }

  .hero-inner {
    align-self: start;
    padding-top: 58px;
  }

  .hero h1 {
    max-width: 460px;
    font-size: 3.15rem;
  }

  .hero-copy {
    max-width: 520px;
    font-size: 1.02rem;
  }

  .section-head,
  .showcase,
  .mascot-band,
  .launch-panel,
  .support-grid {
    grid-template-columns: 1fr;
  }

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

  .launch-panel {
    padding: 24px;
  }
}

@media (max-width: 620px) {
  .nav,
  .container,
  .hero-inner,
  .footer-inner {
    width: min(100% - 28px, var(--max));
  }

  .nav-links {
    font-size: 0.86rem;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 11px;
  }

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

  .hero-copy {
    font-size: 0.98rem;
  }

  .store-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .section {
    padding-block: 64px;
  }

  .section h2,
  .legal-page h1 {
    font-size: 1.84rem;
  }

  .feature-grid,
  .mascot-pair {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .policy-table,
  .policy-table tbody,
  .policy-table tr,
  .policy-table th,
  .policy-table td {
    display: block;
    width: 100%;
  }

  .policy-table th {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
