:root {
  color-scheme: light;
  --brand: #0f766e;
  --brand-dark: #134e4a;
  --accent: #e36a2e;
  --ink: #17212b;
  --muted: #62717d;
  --soft: #eef8f5;
  --page: #f5f8f8;
  --line: #d8e5e4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--page);
}

a {
  color: var(--brand-dark);
  font-weight: 800;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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

.clean-site {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 34px;
}

.topbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

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

.brand-name {
  display: block;
  color: var(--brand-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.brand-subtitle {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.nav,
.social-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nav a,
.social-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #c7e5df;
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.nav a:hover,
.nav a:focus,
.social-link:hover,
.social-link:focus {
  text-decoration: none;
  border-color: var(--brand);
}

.clean-hero,
.clean-band,
.clean-flow,
.clean-split,
.clean-gallery,
.clean-social,
.clean-cta {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.clean-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.42fr);
  gap: 34px;
  align-items: start;
  padding: clamp(26px, 4vw, 38px);
}

.clean-band,
.clean-flow,
.clean-split,
.clean-gallery,
.clean-social,
.clean-cta {
  padding: clamp(22px, 4vw, 32px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.04;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.lead {
  max-width: 680px;
  font-size: 18px;
}

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

.store-button {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: left;
  font: inherit;
}

.store-button strong,
.store-button small {
  display: block;
}

.store-button strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.store-button small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.store-button.android {
  background: var(--brand);
  color: #ffffff;
}

.store-button.ios {
  cursor: default;
  background: #f8fafc;
  color: #475569;
  border-color: var(--line);
}

.store-icon {
  min-width: 52px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 900;
}

.store-button.ios .store-icon {
  background: #e2e8f0;
}

.clean-hero-media {
  width: min(330px, 100%);
  justify-self: center;
  overflow: hidden;
  border: 1px solid #cbdfe0;
  border-radius: 18px;
  background: var(--soft);
}

.clean-hero-media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
}

.clean-card-grid,
.screen-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.clean-card,
.flow-list li,
.screen-row figure {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfd;
}

.clean-card-icon {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.clean-flow {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  gap: 4px;
}

.flow-list strong {
  color: var(--ink);
}

.flow-list span {
  color: var(--muted);
  line-height: 1.45;
}

.clean-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 24px;
  align-items: center;
}

.clean-split img,
.screen-row img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.clean-split img {
  max-height: 430px;
}

.screen-row figure {
  overflow: hidden;
  padding: 0;
  background: #ffffff;
}

.screen-row img {
  aspect-ratio: 9 / 13;
}

.screen-row figcaption {
  padding: 10px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.clean-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.clean-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #c7e5df;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.clean-social,
.clean-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.large-social {
  justify-content: flex-end;
}

.social-link.instagram {
  background: #fff1f2;
  border-color: #fecdd3;
}

.social-link.x {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.social-link.youtube {
  background: #fff1f2;
  border-color: #fecaca;
}

.social-link.tiktok {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.social-link.pinterest {
  background: #fef2f2;
  border-color: #fecaca;
}

.clean-cta {
  background: var(--soft);
  border-color: #c7e5df;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 900;
}

.button:hover,
.button:focus {
  background: var(--brand-dark);
  text-decoration: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .clean-site {
    width: 100%;
    padding: 10px 12px 26px;
  }

  .topbar,
  .clean-hero,
  .clean-band,
  .clean-flow,
  .clean-split,
  .clean-gallery,
  .clean-social,
  .clean-cta {
    margin-top: 12px;
    padding: 16px;
    border-radius: 8px;
  }

  .topbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
  }

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

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

  .brand-subtitle {
    font-size: 12px;
    line-height: 1.25;
  }

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

  .nav a {
    flex: 1 1 134px;
    min-width: min(100%, 134px);
    padding: 8px 10px;
    white-space: normal;
  }

  .clean-hero,
  .clean-flow,
  .clean-split,
  .clean-social,
  .clean-cta {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 29px;
    line-height: 1.08;
  }

  h2 {
    font-size: 23px;
    line-height: 1.15;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  .lead {
    font-size: 16px;
  }

  .store-actions,
  .clean-card-grid,
  .flow-list,
  .screen-row {
    grid-template-columns: 1fr;
  }

  .store-button {
    min-height: 64px;
  }

  .clean-hero-media,
  .clean-split img {
    width: min(230px, 78vw);
    margin: 0 auto;
  }

  .screen-row img {
    max-height: 320px;
  }

  .large-social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .social-link {
    min-width: 0;
    padding: 8px;
    font-size: 12px;
  }

  .button {
    width: 100%;
  }

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

@media (max-width: 380px) {
  .clean-site {
    padding-right: 10px;
    padding-left: 10px;
  }

  h1 {
    font-size: 28px;
  }

  .nav a,
  .social-link {
    flex-basis: 100%;
  }

  .large-social {
    grid-template-columns: 1fr;
  }
}
