:root {
  --bg: #f5f5f3;
  --text: #1f2430;
  --muted: #69707d;
  --green: #32877a;
  --green-dark: #2d7c71;
  --white: #fff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: radial-gradient(circle at 80% 10%, rgba(47, 137, 123, 0.16), transparent 32%), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.seoPage {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px;
}

.seoPage:not(.productPage) > :not(nav) {
  max-width: 920px;
}

nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 72px;
  font-weight: 800;
}

.brandLink {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brandLink img {
  border-radius: 14px;
  height: 46px;
  width: 46px;
}

.topLinks {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  font-size: 14px;
}

.navContact {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

a { color: var(--green-dark); }

header {
  margin-bottom: 56px;
}

.eyebrow {
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 800;
}

h1 {
  max-width: 820px;
  margin: 18px 0;
  font-size: clamp(42px, 8vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h2 {
  margin: 0 0 12px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

p,
li {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

section {
  margin-bottom: 44px;
}

.legalPage header p,
.legalPage section p {
  max-width: 820px;
}

.legalPage {
  max-width: 980px;
}

.legalHero {
  border-bottom: 1px solid rgba(47, 137, 123, 0.16);
  margin-bottom: 34px;
  padding-bottom: 34px;
}

.legalHero h1 {
  font-size: clamp(44px, 7vw, 72px);
}

.legalGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.legalBlock {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(47, 137, 123, 0.14);
  border-radius: 18px;
  margin-bottom: 18px;
  padding: 24px;
}

.legalBlock h2 {
  font-size: 22px;
}

.legalBlock p {
  font-size: 17px;
  margin-bottom: 0;
}

ul {
  padding-left: 22px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
}

.links a {
  border: 1px solid rgba(47, 137, 123, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  text-decoration: none;
}

.productHero {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  margin-bottom: 76px;
}

.productHero header {
  margin-bottom: 0;
}

.productHero h1 {
  font-size: clamp(46px, 7vw, 76px);
}

.heroCopy {
  max-width: 620px;
}

.screenStack {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
  min-height: 680px;
}

.screenShot {
  align-items: center;
  aspect-ratio: 9 / 16;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 137, 123, 0.16);
  border-radius: 34px;
  box-shadow: 0 28px 84px rgba(20, 54, 49, 0.18);
  display: flex;
  flex: 0 1 330px;
  justify-content: center;
  max-height: 680px;
  overflow: hidden;
  position: relative;
}

.screenShot:first-child {
  transform: translateY(-22px) rotate(-1.5deg);
}

.screenShot:nth-child(2) {
  transform: translateY(42px) rotate(1.5deg);
}

.screenShot img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.screenFallback {
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  padding: 24px;
  text-align: center;
}

.screenShot img + .screenFallback {
  display: none;
}

.screenShot.isMissing .screenFallback {
  display: block;
}

.featureGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 44px;
}

.featureCard {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(47, 137, 123, 0.14);
  border-radius: 22px;
  padding: 24px;
}

.featureCard h2,
.featureCard h3 {
  font-size: 23px;
}

.featureCard p {
  font-size: 17px;
}

.storyBlock {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(47, 137, 123, 0.14);
  border-radius: 28px;
  padding: 32px;
}

.featureHero {
  max-width: 900px;
}

.featureHero h1 {
  max-width: 980px;
}

.spotlightGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 44px;
}

.spotlightCard,
.featureGroup,
.sharedFlow article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 137, 123, 0.14);
  border-radius: 24px;
  padding: 26px;
}

.spotlightCard h2,
.featureGroup h2,
.sharedFlow h2 {
  font-size: 24px;
}

.spotlightCard p,
.featureGroup li,
.sharedFlow p {
  font-size: 16px;
}

.featureMatrix {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 44px;
}

.featureGroup ul {
  margin-bottom: 0;
}

.sharedFlow {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 44px;
}

.sharedFlow span {
  align-items: center;
  background: rgba(47, 137, 123, 0.12);
  border-radius: 999px;
  color: var(--green-dark);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.confirmationPage {
  max-width: 780px;
}

.confirmationPage nav {
  margin-bottom: 54px;
}

.confirmationCard {
  background: var(--white);
  border: 1px solid rgba(47, 137, 123, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(20, 54, 49, 0.12);
  margin-bottom: 0;
  padding: 46px;
}

.confirmationCard h1 {
  font-size: clamp(42px, 7vw, 64px);
}

.callbackActions .primaryAction {
  background: var(--text);
  color: var(--white);
}

.callbackNote {
  font-size: 15px;
  margin-top: 22px;
}

@media (max-width: 640px) {
  .seoPage { padding: 20px; }
  nav { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .topLinks { justify-content: flex-start; }
  .legalGrid { grid-template-columns: 1fr; }
  .legalBlock { border-radius: 14px; padding: 20px; }
  .productHero { gap: 34px; grid-template-columns: 1fr; margin-bottom: 48px; }
  .productHero h1 { font-size: clamp(42px, 13vw, 58px); }
  .screenStack { gap: 12px; min-height: 0; }
  .screenShot { border-radius: 20px; flex-basis: calc(50% - 6px); max-height: none; }
  .screenShot:first-child { transform: translateY(-8px) rotate(-1deg); }
  .screenShot:nth-child(2) { transform: translateY(16px) rotate(1deg); }
  .featureGrid { grid-template-columns: 1fr; }
  .spotlightGrid,
  .featureMatrix,
  .sharedFlow { grid-template-columns: 1fr; }
  .storyBlock { border-radius: 20px; padding: 24px; }
}
