:root {
  color-scheme: light;
  --ink: #10201d;
  --muted: #60716d;
  --line: #dce6e2;
  --paper: #ffffff;
  --soft: #f6faf8;
  --deep: #0c3029;
  --green: #1f7a46;
  --mint: #dff4e8;
  --teal: #08757f;
  --coral: #e65f48;
  --yellow: #f1c94b;
  --blue: #335fc4;
  --shadow: 0 20px 60px rgba(16, 32, 29, 0.12);
  --justanapp-tab-height: 48px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.justanapp-tabbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  min-height: var(--justanapp-tab-height);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px max(12px, calc((100vw - 1160px) / 2));
  color: rgba(255, 255, 255, 0.86);
  background: rgba(16, 32, 29, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.justanapp-tabbrand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.justanapp-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--deep);
  background: var(--mint);
  border-radius: 8px;
  font-size: 11px;
}

.justanapp-tabnav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  scrollbar-width: none;
  white-space: nowrap;
}

.justanapp-tabnav::-webkit-scrollbar {
  display: none;
}

.justanapp-tabnav a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 8px;
  text-decoration: none;
}

.justanapp-tabnav a:hover,
.justanapp-tabnav a[aria-current="page"] {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(24px, calc((100vw - 1160px) / 2));
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(220, 230, 226, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav,
.button-row,
.product-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: var(--deep);
  border-radius: 8px;
  font-size: 0.82rem;
}

.site-header nav {
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  color: var(--ink);
}

.hero,
.section,
.site-footer,
.sprout-hero {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 56px;
  align-items: center;
  padding: 64px 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.8rem, 8vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.sprout-hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 11vw, 9.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

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

.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
  line-height: 1.45;
}

.button-row,
.product-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  color: white;
  background: var(--deep);
}

.button.secondary {
  color: var(--deep);
  background: var(--mint);
  border-color: #bde7cf;
}

.text-link {
  color: var(--deep);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link.large {
  display: inline-block;
  margin-top: 14px;
  font-size: 1.1rem;
}

.hero-stack {
  position: relative;
  min-height: 520px;
}

.hero-tile {
  position: absolute;
  display: grid;
  gap: 16px;
  width: min(58%, 270px);
  padding: 20px;
  color: white;
  text-decoration: none;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-tile img {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  object-fit: cover;
}

.hero-tile span {
  font-size: 1.55rem;
  font-weight: 900;
}

.meowano-tile {
  top: 0;
  right: 44px;
  background: #171412;
}

.sharetime-tile {
  top: 180px;
  left: 0;
  background: var(--blue);
}

.sproutbit-tile {
  right: 0;
  bottom: 0;
  background: var(--green);
}

.intro-band {
  padding: 30px 0 72px;
}

.intro-band p {
  max-width: 860px;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.55;
}

.section {
  padding: 84px 0;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2,
.studio-grid h2,
.contact-section h2,
.sprout-loop h2,
.split-feature h2,
.roadmap-band h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.product-list {
  display: grid;
  gap: 22px;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 34px;
  align-items: center;
  padding: 32px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.product-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.product-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-title img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 15px;
}

.product-title h3 {
  margin: 2px 0 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.95;
}

.status {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status.live {
  color: var(--green);
}

.status.building {
  color: var(--blue);
}

.status.in-dev {
  color: var(--coral);
}

.product-media {
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  background: white;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.product-media img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
  padding: 20px;
}

.sproutbit-art {
  background: #e7f5df;
}

.studio-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 46px;
  align-items: start;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.principles span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.principles h3 {
  margin: 8px 0;
  font-size: 1.25rem;
}

.principles p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.contact-section.compact {
  align-items: center;
}

.contact-section p {
  color: var(--muted);
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c9d8d2;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-links {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-weight: 800;
}

.footer-links a {
  text-decoration: none;
}

.sproutbit-page {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf5 48%, #ffffff 100%);
}

.sprout-hero {
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 60px;
  align-items: center;
  padding: 64px 0;
}

.app-logo {
  width: 94px;
  height: 94px;
  margin-bottom: 24px;
  border-radius: 22px;
}

.phone-preview {
  display: grid;
  place-items: center;
}

.phone-shell {
  width: min(100%, 360px);
  min-height: 620px;
  padding: 22px;
  background: #10201d;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  color: #dff4e8;
  font-size: 0.82rem;
  font-weight: 900;
}

.phone-shell img {
  width: 100%;
  margin: 46px auto 26px;
  border-radius: 18px;
  background: #e7f5df;
}

.care-card,
.mini-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  background: white;
  border-radius: 14px;
}

.care-card span,
.mini-stats {
  color: var(--muted);
  font-weight: 800;
}

.mini-stats {
  margin-top: 12px;
  font-size: 0.85rem;
}

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

.feature-cards article {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.feature-cards img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin-bottom: 24px;
}

.feature-cards h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.feature-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.split-feature p,
.roadmap-band p {
  color: var(--muted);
  line-height: 1.68;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-list span {
  color: var(--muted);
}

.roadmap-band {
  padding: 54px;
  border-radius: 10px;
  background: #eaf7ef;
  border: 1px solid #cae7d4;
}

.legal-hub {
  max-width: 880px;
  min-height: 58vh;
}

.legal-hub h1 {
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 6.2rem);
  line-height: 0.9;
}

.legal-hub p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.legal-links {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.legal-links a {
  display: grid;
  gap: 6px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-links span {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
  }

  .hero,
  .sprout-hero,
  .product-row,
  .studio-grid,
  .contact-section,
  .split-feature {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-stack {
    display: grid;
    gap: 14px;
    min-height: auto;
  }

  .hero-tile {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .product-row {
    padding: 22px;
  }

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

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero,
  .section,
  .site-footer,
  .sprout-hero {
    width: min(1160px, calc(100% - 28px));
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.4vw, 3.7rem);
    line-height: 0.95;
  }

  .sprout-hero h1 {
    font-size: clamp(3.45rem, 18vw, 5.3rem);
  }

  .hero-stack {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .hero-tile {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 16px;
  }

  .hero-tile img {
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }

  .product-media {
    min-height: 220px;
  }

  .phone-shell {
    min-height: 560px;
    border-radius: 26px;
  }

  .roadmap-band {
    padding: 28px;
  }
}

.sproutbit-page {
  --sb-cream: #f7f3e4;
  --sb-paper: #fffdf4;
  --sb-ink: #14291a;
  --sb-leaf: #2f9548;
  --sb-deep: #0b2816;
  --sb-soft-leaf: #dfeeda;
  --sb-sun: #f3bd2e;
  --sb-terracotta: #d96536;
  --sb-line: rgba(20, 41, 26, 0.12);
  --sb-muted: rgba(20, 41, 26, 0.64);
  --sb-shadow: 0 24px 70px rgba(19, 43, 24, 0.16);
  color: var(--sb-ink);
  background:
    radial-gradient(circle at 14% 18%, rgba(47, 149, 72, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(243, 189, 46, 0.2), transparent 24rem),
    linear-gradient(180deg, var(--sb-cream) 0%, #fffdf4 52%, var(--sb-cream) 100%);
}

.sproutbit-page .justanapp-tabbar {
  background: rgba(11, 40, 22, 0.95);
}

.sproutbit-page main {
  overflow: hidden;
}

.sb-hero,
.sb-section,
.sproutbit-page .site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sb-hero {
  display: grid;
  min-height: calc(100vh - var(--justanapp-tab-height));
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.78fr);
  gap: 56px;
  align-items: center;
  padding: 56px 0 82px;
}

.sb-logo {
  width: 128px;
  height: auto;
  margin-bottom: 26px;
}

.sb-kicker {
  margin: 0 0 12px;
  color: var(--sb-leaf);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sb-hero h1,
.sb-section-heading h2,
.sb-split h2,
.sb-shop-band h2,
.sb-roadmap h2,
.sb-contact h2 {
  margin: 0;
  color: var(--sb-ink);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
}

.sb-hero h1 {
  max-width: 760px;
  font-size: 76px;
}

.sb-lede,
.sb-intro p,
.sb-split p,
.sb-shop-band p,
.sb-roadmap p,
.sb-contact p,
.sb-screen-card p {
  color: var(--sb-muted);
  line-height: 1.62;
}

.sb-lede {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 23px;
}

.sb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sb-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sb-stats span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  color: var(--sb-deep);
  background: rgba(255, 253, 244, 0.78);
  border: 1px solid var(--sb-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.sb-stats strong {
  color: var(--sb-leaf);
}

.sb-hero-media {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
}

.sb-phone {
  margin: 0;
  padding: 10px;
  background: var(--sb-deep);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 42px;
  box-shadow: var(--sb-shadow);
}

.sb-phone img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  background: var(--sb-cream);
}

.sb-phone-primary {
  width: min(84%, 382px);
  transform: rotate(-2deg);
  z-index: 2;
}

.sb-phone-secondary {
  position: absolute;
  right: 2px;
  bottom: 34px;
  width: 216px;
  transform: rotate(4deg);
  z-index: 3;
}

.sb-intro {
  padding: 36px 0 78px;
}

.sb-intro p {
  max-width: 920px;
  margin: 0;
  font-size: 25px;
  font-weight: 800;
}

.sb-section {
  padding: 86px 0;
}

.sb-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.sb-section-heading h2,
.sb-split h2,
.sb-shop-band h2,
.sb-roadmap h2,
.sb-contact h2 {
  font-size: 56px;
}

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

.sb-screen-card {
  display: grid;
  gap: 20px;
  align-content: start;
}

.sb-screen-card .sb-phone {
  width: min(100%, 300px);
  justify-self: center;
}

.sb-screen-card span {
  color: var(--sb-terracotta);
  font-size: 13px;
  font-weight: 950;
}

.sb-screen-card h3 {
  margin: 6px 0 8px;
  color: var(--sb-ink);
  font-size: 28px;
  line-height: 1.05;
}

.sb-screen-card p {
  margin: 0;
  font-size: 16px;
}

.sb-split,
.sb-shop-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.sb-split-copy {
  max-width: 650px;
}

.sb-split .sb-phone,
.sb-shop-band .sb-phone {
  width: min(100%, 330px);
  justify-self: center;
}

.sb-checks {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sb-checks li {
  padding: 16px 18px;
  color: var(--sb-deep);
  background: rgba(255, 253, 244, 0.82);
  border: 1px solid var(--sb-line);
  border-radius: 18px;
  font-weight: 850;
}

.sb-shop-band {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 0.95fr);
  padding: 58px;
  background: rgba(223, 238, 218, 0.62);
  border: 1px solid rgba(47, 149, 72, 0.2);
  border-radius: 28px;
}

.sb-roadmap {
  padding: 58px;
  background: var(--sb-deep);
  border-radius: 28px;
}

.sb-roadmap .sb-kicker,
.sb-roadmap h2,
.sb-roadmap p {
  color: white;
}

.sb-roadmap p {
  max-width: 860px;
  opacity: 0.8;
}

.sb-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.sproutbit-page .button.primary {
  background: var(--sb-deep);
}

.sproutbit-page .button.secondary {
  color: var(--sb-deep);
  background: var(--sb-soft-leaf);
  border-color: rgba(47, 149, 72, 0.24);
}

.sproutbit-legal-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(47, 149, 72, 0.16), transparent 22rem),
    linear-gradient(180deg, var(--sb-cream) 0%, var(--sb-paper) 42%, var(--sb-cream) 100%);
}

.sb-legal-hero,
.sb-legal-layout {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
}

.sb-legal-hero {
  padding: 60px 0 42px;
}

.sb-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--sb-deep);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.sb-legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--sb-ink);
  font-size: clamp(42px, 7vw, 74px);
  line-height: 0.95;
  letter-spacing: 0;
}

.sb-legal-hero p {
  max-width: 790px;
  color: var(--sb-muted);
  font-size: 19px;
  line-height: 1.62;
}

.sb-legal-meta,
.sb-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sb-legal-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  color: var(--sb-deep);
  background: rgba(255, 253, 244, 0.84);
  border: 1px solid var(--sb-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.sb-legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding: 32px 0 76px;
}

.sb-legal-sidebar {
  position: sticky;
  top: calc(var(--justanapp-tab-height) + 22px);
  padding: 18px;
  background: rgba(255, 253, 244, 0.82);
  border: 1px solid var(--sb-line);
  border-radius: 18px;
}

.sb-legal-sidebar p {
  margin: 0 0 12px;
  color: var(--sb-leaf);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sb-legal-sidebar nav {
  display: grid;
  gap: 8px;
}

.sb-legal-sidebar a {
  color: var(--sb-deep);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.sb-legal-sidebar a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sb-legal-article {
  display: grid;
  gap: 18px;
}

.sb-policy-section {
  padding: 28px;
  background: rgba(255, 253, 244, 0.9);
  border: 1px solid var(--sb-line);
  border-radius: 20px;
}

.sb-policy-section h2 {
  margin: 0 0 12px;
  color: var(--sb-ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.02;
  letter-spacing: 0;
}

.sb-policy-section h3 {
  margin: 22px 0 7px;
  color: var(--sb-deep);
  font-size: 20px;
  line-height: 1.18;
}

.sb-policy-section p,
.sb-policy-section li {
  color: var(--sb-muted);
  font-size: 16px;
  line-height: 1.68;
}

.sb-policy-section p {
  margin: 0 0 14px;
}

.sb-policy-section p:last-child {
  margin-bottom: 0;
}

.sb-policy-section a {
  color: var(--sb-deep);
  font-weight: 850;
  text-underline-offset: 4px;
}

.sb-policy-callout,
.sb-policy-contact {
  margin-top: 18px;
  padding: 20px;
  color: var(--sb-deep);
  background: rgba(223, 238, 218, 0.7);
  border: 1px solid rgba(47, 149, 72, 0.2);
  border-radius: 16px;
}

.sb-policy-callout strong {
  color: var(--sb-deep);
  font-size: 17px;
}

.sb-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.sb-policy-grid article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--sb-line);
  border-radius: 16px;
}

.sb-policy-grid h3 {
  margin-top: 0;
}

.sb-legal-list,
.sb-legal-steps {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

@media (max-width: 1040px) {
  .sb-legal-layout {
    grid-template-columns: 1fr;
  }

  .sb-legal-sidebar {
    position: static;
  }

  .sb-legal-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sb-legal-hero,
  .sb-legal-layout {
    width: calc(100% - 28px);
  }

  .sb-legal-hero {
    padding-top: 38px;
  }

  .sb-legal-sidebar nav,
  .sb-policy-grid {
    grid-template-columns: 1fr;
  }

  .sb-policy-section {
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 1040px) {
  .sb-hero,
  .sb-split,
  .sb-shop-band,
  .sb-contact {
    grid-template-columns: 1fr;
  }

  .sb-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .sb-hero h1 {
    font-size: 58px;
  }

  .sb-hero-media {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
    gap: 18px;
    align-items: end;
  }

  .sb-phone-primary,
  .sb-phone-secondary {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .sb-screen-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sb-screen-card {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: center;
  }

  .sb-shop-band {
    padding: 34px;
  }
}

@media (max-width: 640px) {
  .sb-hero,
  .sb-section,
  .sproutbit-page .site-footer {
    width: calc(100% - 28px);
  }

  .sb-hero {
    gap: 34px;
    padding: 34px 0 58px;
  }

  .sb-logo {
    width: 104px;
    margin-bottom: 20px;
  }

  .sb-hero h1 {
    font-size: 43px;
  }

  .sb-lede,
  .sb-intro p {
    font-size: 18px;
  }

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

  .sb-phone-secondary {
    display: none;
  }

  .sb-section {
    padding: 58px 0;
  }

  .sb-section-heading h2,
  .sb-split h2,
  .sb-shop-band h2,
  .sb-roadmap h2,
  .sb-contact h2 {
    font-size: 36px;
  }

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

  .sb-screen-card .sb-phone,
  .sb-split .sb-phone,
  .sb-shop-band .sb-phone {
    width: min(100%, 288px);
  }

  .sb-shop-band,
  .sb-roadmap {
    padding: 24px;
    border-radius: 22px;
  }
}
