/* Loads from /site.css so the homepage still looks designed if /_next CSS is blocked. */
html {
  color-scheme: light only;
}

html,
body {
  margin: 0;
  background: #f4f1ea;
  color: #122033;
  font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
}

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

.site {
  min-height: 100vh;
}

.site-wrap {
  width: min(72rem, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e2dbcf;
  background: rgba(244, 241, 234, 0.92);
  backdrop-filter: blur(10px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.site-logo {
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.925rem;
}

.site-nav-quiet {
  color: #5c6b7a;
}

.site-nav-quiet:hover {
  color: #122033;
}

.site-hide-sm {
  display: none;
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  border-radius: 0.7rem;
  background: #1f6f54;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-btn:hover {
  background: #163d32;
}

.site-btn-lg {
  min-height: 3rem;
  padding: 0.75rem 1.3rem;
  font-size: 1rem;
}

.site-btn-outline {
  background: #fffcf7;
  color: #122033;
  border: 1px solid #e2dbcf;
}

.site-btn-outline:hover {
  background: #f4f1ea;
}

.site-btn-light {
  background: #fff;
  color: #163d32;
}

.site-btn-light:hover {
  background: #e8f3ee;
}

.site-hero {
  display: grid;
  gap: 3rem;
  padding: 2.5rem 0 4rem;
  align-items: center;
}

.site-kicker {
  margin: 0 0 1rem;
  color: #1f6f54;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.site-lead {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: #5c6b7a;
  font-size: 1.125rem;
  line-height: 1.7;
}

.site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.site-note {
  margin: 1rem 0 0;
  color: #5c6b7a;
  font-size: 0.9rem;
}

.site-band {
  border-block: 1px solid #e2dbcf;
  background: #fffcf7;
}

.site-section {
  padding: 4rem 0;
}

.site-section h2,
.site-cta h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
}

.site-muted {
  max-width: 40rem;
  margin: 0.6rem 0 0;
  color: #5c6b7a;
  line-height: 1.6;
}

.site-grid-3,
.site-grid-features {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.site-card {
  padding: 1.4rem;
  border: 1px solid #e2dbcf;
  border-radius: 1.15rem;
  background: #f4f1ea;
}

.site-card-plain {
  background: #fffcf7;
}

.site-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #1f6f54;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.site-card h3 {
  margin: 1rem 0 0;
  font-size: 1.1rem;
}

.site-card p {
  margin: 0.55rem 0 0;
  color: #5c6b7a;
  font-size: 0.925rem;
  line-height: 1.65;
}

.site-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 1rem;
  color: #1f6f54;
}

.site-price-card {
  max-width: 36rem;
  margin-top: 2rem;
  padding: 1.6rem 1.6rem 1.45rem;
  border: 1px solid #1f6f54;
  border-radius: 1.25rem;
  background: #fffcf7;
  box-shadow: 0 10px 30px rgba(18, 32, 51, 0.06);
}

.site-price-label {
  color: #5c6b7a;
  font-size: 0.9rem;
}

.site-price-line {
  margin: 0.2rem 0 0;
  font-size: 2.35rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.site-price-line span {
  margin-left: 0.4rem;
  color: #5c6b7a;
  font-size: 0.95rem;
  font-weight: 500;
}

.site-price-lead {
  margin: 0.75rem 0 0;
  color: #5c6b7a;
  font-size: 0.95rem;
  line-height: 1.55;
}

.site-price-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.site-price-list li {
  position: relative;
  margin: 0.6rem 0;
  padding-left: 1.45rem;
  color: #122033;
  font-size: 0.975rem;
  line-height: 1.5;
  list-style: none;
}

.site-price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #122033;
}

.site-price-cta {
  margin-top: 1.35rem;
}

.site-price-pending {
  margin-top: 1.35rem;
  font-weight: 650;
  color: #122033;
}

.site-cta-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem 1.5rem;
  border-radius: 1.75rem;
  background: #163d32;
  color: #fff;
}

.site-cta-box p {
  max-width: 36rem;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.65;
}

.site-footer {
  border-top: 1px solid #e2dbcf;
  padding: 2rem 0;
  color: #5c6b7a;
  font-size: 0.9rem;
}

.site-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-card-preview {
  width: min(26rem, 100%);
  margin: 0 auto;
}

.site-card-preview > p {
  margin: 1.4rem 0 0;
  color: #5c6b7a;
  font-size: 0.75rem;
  text-align: center;
}

.nfc-card {
  position: relative;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #1b4a3c 0%, #12352c 42%, #0d241e 100%);
  box-shadow: 0 22px 44px rgba(18, 32, 51, 0.24);
}

.nfc-card-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.38;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255, 255, 255, 0.18), transparent 46%),
    radial-gradient(70% 60% at 100% 100%, rgba(230, 179, 37, 0.14), transparent 50%);
}

.nfc-card-inner {
  position: relative;
  height: 100%;
  padding: 1.05rem 1.1rem;
  box-sizing: border-box;
}

.nfc-card-main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}

.nfc-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.nfc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #f4f1ea;
  color: #163d32;
  font-size: 1.05rem;
  font-weight: 650;
}

.nfc-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nfc-name {
  margin: 0.7rem 0 0;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.nfc-line {
  margin: 0.15rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.nfc-google {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.7rem 0 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 650;
}

.nfc-stars {
  display: inline-flex;
  gap: 2px;
  color: #e6b325;
}

.nfc-stars svg {
  width: 0.92rem;
  height: 0.92rem;
}

.nfc-tap-line {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.nfc-qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 42%;
  max-width: 8.4rem;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 1rem;
  background: #fff;
  color: #5c6b7a;
  box-shadow: 0 8px 18px rgba(8, 20, 16, 0.18);
}

.nfc-qr-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
}

.nfc-qr-block span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .site-hide-sm {
    display: inline;
  }

  .site-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .site-hero {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 4rem 0 5rem;
  }

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

  .site-cta-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
  }

  .site-cta-box .site-btn {
    margin-top: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .site-grid-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tap-review {
  min-height: 100vh;
  padding: 3rem 1rem;
  background: #efe8dc;
}

.tap-review-inner {
  width: min(28rem, 100%);
  margin: 0 auto;
}

.tap-review-kicker,
.tap-review-help,
.tap-review-note {
  text-align: center;
  color: #5c6b7a;
}

.tap-review-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tap-review-help {
  margin: 1.5rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.tap-review-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 1.25rem;
  border-radius: 1rem;
  background: #163d32;
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
}

.tap-review-note {
  margin: 1.25rem 0 0;
  font-size: 0.7rem;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .site-nav a:not(.site-btn) {
    display: none;
  }

  .site-grid-features {
    grid-template-columns: 1fr;
  }
}
