:root {
  --navy: #0d1b2a;
  --green: #16a344;
  --teal: #14bba6;
  --light-green: #e6f4ea;
  --yellow: #facc15;
  --background: #f6fbf8;
  --surface: #ffffff;
  --muted-surface: #eef8f1;
  --text: #163042;
  --muted-text: #5d6d75;
  --border: #dce8de;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  color: var(--text);
  background: var(--background);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: clip;
}

.page::before,
.page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.page::before {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 110px;
  background: var(--light-green);
}

.page::after {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: 60px;
  background: #edf7f3;
}

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

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--surface);
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 0.15s ease;
  z-index: 10;
}

.skip-link:focus {
  transform: translateY(0);
  text-decoration: none;
}

.shell {
  width: min(1020px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  padding: 26px 0 4px;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.05);
}

.hero-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: block;
}

.hero-brand span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 700;
}

.brand-logo {
  display: block;
  max-height: 50px;
  width: auto;
  height: auto;
}

.hero {
  flex: 1;
  display: grid;
  align-items: center;
  padding: 8px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 16px;
  max-width: 430px;
  padding: 10px 18px;
  justify-self: center;
}

.hero-logo-full {
  display: block;
  width: min(100%, 320px);
  height: auto;
  margin: 0 auto 4px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 0;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: var(--navy);
  max-width: 9ch;
}

.hero-lead,
.hero-support {
  margin: 0;
}

.hero-lead {
  font-size: 1.04rem;
  line-height: 1.58;
  color: var(--muted-text);
  max-width: 24rem;
}

.hero-support {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #6f7f87;
  max-width: 21rem;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--border);
}

.primary-link {
  background: var(--green);
  border-color: var(--green);
  color: var(--surface);
}

.primary-link:hover {
  text-decoration: none;
  background: #14883a;
  border-color: #14883a;
}

.secondary-link {
  background: var(--surface);
  color: var(--navy);
}

.secondary-link:hover {
  text-decoration: none;
  border-color: var(--green);
}

.tag {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
}

.tag.green {
  background: var(--light-green);
  border-color: #d5ebd9;
}

.tag.yellow {
  background: #fff8db;
  border-color: #f3e3a4;
}

.hero-media {
  display: flex;
  justify-content: center;
  justify-self: center;
  width: 100%;
  max-width: 350px;
}

.iphone-marketing-frame {
  position: relative;
  width: min(100%, 396px);
  aspect-ratio: 1284 / 2601;
  filter: drop-shadow(0 22px 34px rgba(13, 27, 42, 0.12));
}

.iphone-marketing-shell,
.iphone-marketing-screen {
  position: absolute;
  display: block;
}

.iphone-marketing-shell {
  inset: 0;
  width: var(--iphone-shell-width, 100%);
  height: var(--iphone-shell-height, 100%);
  z-index: 2;
}

.iphone-marketing-screen {
  left: var(--iphone-screen-left, 5.6%);
  top: var(--iphone-screen-top, 2.2%);
  width: var(--iphone-screen-width, 88.5%);
  height: var(--iphone-screen-height, 94.6%);
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}

.site-footer {
  padding: 22px 0 30px;
  position: relative;
  z-index: 1;
}

.seo-section {
  padding: 0 0 26px;
  position: relative;
  z-index: 1;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 16px;
}

.seo-grid section,
.faq-list section {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #fbfefc;
}

.content-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--navy);
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted-text);
  flex-wrap: wrap;
}

.footer-links {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.footer-links a {
  font-weight: 600;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--surface);
}

.footer-links a:hover {
  text-decoration: none;
  border-color: var(--border);
}

.footer-company {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted-text);
}

.content-page {
  padding: 32px 0 48px;
}

.content-page a {
    color: var(--green);
}

.content-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px;
}

.content-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: var(--navy);
}

.content-card p {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.7;
  color: var(--muted-text);
  width: 100%;
  max-width: none;
}

.content-card h2 {
  margin: 28px 0 10px;
  font-size: 1.28rem;
  line-height: 1.25;
  color: var(--navy);
}

.content-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
  width: 100%;
  max-width: none;
  color: var(--muted-text);
}

.content-card li {
  margin: 0 0 10px;
  line-height: 1.7;
}

.content-card .content-meta {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-copy {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero h1,
  .hero-lead,
  .hero-support {
    max-width: none;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1020px);
  }

  .site-header {
    padding-top: 12px;
  }

  .brand-row {
    align-items: flex-start;
  }

  .brand-logo {
    max-width: 50px;
    max-height: 50px;
  }

  .hero-logo-full {
    width: min(100%, 270px);
  }

  .iphone-marketing-frame {
    width: min(100%, 344px);
  }

  .content-card {
    padding: 22px;
  }

  .page::before {
    width: 220px;
    height: 220px;
    right: -90px;
    top: 90px;
  }

  .page::after {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: 40px;
  }

  .footer-bar {
    align-items: flex-start;
  }

}
