:root {
  color-scheme: light;
  --ink: #17322d;
  --muted: #617772;
  --mint: #3f8f82;
  --mint-dark: #2f7168;
  --mint-soft: #e8f4f1;
  --cream: #fff8ec;
  --rose: #eca8a8;
  --gold: #f4cf7c;
  --danger: #c94f4f;
  --line: #d8e5e1;
  --card: #fff;
  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:
    radial-gradient(circle at 16% 0%, rgb(159 232 217 / 28%), transparent 30rem),
    linear-gradient(180deg, #fffbf5 0%, #f7fbfa 52%, #fff8ec 100%);
  overflow-x: hidden;
}
a { color: inherit; }
p,
li,
strong,
a {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(255 251 245 / 90%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner,
.container,
.site-footer .inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 76px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgb(47 125 115 / 18%);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
}
.nav a,
.language select {
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-weight: 750;
}
.nav a { padding: .62rem .78rem; }
.nav a:hover,
.nav a.active {
  color: var(--ink);
  background: var(--mint-soft);
}
.nav a.nav-download {
  color: #fff;
  background: linear-gradient(135deg, #d88328, #b96518);
  box-shadow: 0 12px 28px rgb(180 94 24 / 28%);
}
.nav a.nav-download:hover,
.nav a.nav-download.active {
  color: #fff;
  background: linear-gradient(135deg, #e49134, #a95712);
}
.language select {
  padding: .58rem .72rem;
  border: 1px solid var(--line);
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: center;
  padding: clamp(3.25rem, 7vw, 6rem) 0 2.85rem;
}
.hero > *,
.split-section > * {
  min-width: 0;
}
.grid > *,
.quick-steps > *,
.trust-strip > *,
.download-grid > *,
.blog-grid > *,
.unique-comparison > *,
.featured-download > *,
.footer-grid > *,
.mini-step > div,
.card {
  min-width: 0;
}
.clean-hero {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(2.4rem, 7vw, 5.4rem);
  min-height: min(760px, calc(100vh - 76px));
  padding: clamp(3.25rem, 8vw, 6.4rem) 0 clamp(2.7rem, 5vw, 4rem);
}
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--mint-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}
h3 {
  margin: 0 0 .55rem;
  font-size: 1.06rem;
  overflow-wrap: anywhere;
}
.lead {
  max-width: 650px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.65rem;
}
.awesome-slider {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-top: 1.25rem;
  padding: 1.15rem 1.2rem 1rem;
  overflow: hidden;
  border: 1px solid rgb(242 185 95 / 55%);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgb(255 217 138 / 98%), rgb(255 248 236 / 96%)),
    #fff8ec;
  box-shadow:
    0 0 0 5px rgb(244 207 124 / 12%),
    0 22px 54px rgb(180 112 24 / 16%);
}
.awesome-slider::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -54px;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background: rgb(255 255 255 / 36%);
}
.awesome-slider-copy {
  position: relative;
  z-index: 1;
  min-height: 142px;
  min-width: 0;
}
.awesome-slide {
  display: none;
}
.awesome-slide.active {
  display: block;
  animation: featureFade .28s ease-out;
}
.awesome-slide .eyebrow {
  margin-bottom: .5rem;
  color: #6f4b00;
}
.awesome-slide h2 {
  color: var(--ink);
  max-width: 560px;
  margin-bottom: .55rem;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.02;
}
.awesome-slide p:last-child {
  max-width: 560px;
  margin: 0;
  color: #384f49;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.awesome-dots {
  position: relative;
  z-index: 1;
  display: flex;
  gap: .42rem;
  align-items: center;
  margin-top: .9rem;
}
.awesome-dots button {
  width: 32px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(23 50 45 / 18%);
  cursor: pointer;
}
.awesome-dots button.active {
  width: 46px;
  background: var(--mint-dark);
}
@keyframes featureFade {
  from {
    transform: translateY(8px);
  }
  to {
    transform: translateY(0);
  }
}
.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  min-height: 42px;
  padding: .78rem 1.05rem;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--mint-dark);
  text-decoration: none;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 30px rgb(47 113 104 / 18%);
}
.button:hover,
button.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgb(47 113 104 / 24%);
}
.button.secondary {
  color: var(--ink);
  background: var(--mint-soft);
  box-shadow: none;
}
.button.primary-download {
  position: relative;
  min-height: 52px;
  padding: .9rem 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, #d88328, #b96518);
  border: 1px solid rgb(255 255 255 / 38%);
  font-size: 1.03rem;
  box-shadow:
    0 0 0 4px rgb(216 131 40 / 14%),
    0 18px 42px rgb(180 94 24 / 30%);
}
.button.primary-download::before {
  content: "↓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--mint-dark);
  background: #fff;
  font-weight: 950;
}
.button.primary-download::before {
  content: "v";
  color: var(--mint-dark);
  background: #fff;
  font-size: .9rem;
  line-height: 1;
  box-shadow: inset 0 -2px 0 rgb(47 113 104 / 16%);
}
.button.primary-download::before {
  content: "";
  background:
    linear-gradient(#b96518, #b96518) center 6px / 3px 10px no-repeat,
    linear-gradient(135deg, transparent 50%, #b96518 50%) 8px 13px / 5px 5px no-repeat,
    linear-gradient(225deg, transparent 50%, #b96518 50%) 11px 13px / 5px 5px no-repeat,
    #fff;
}
.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.4rem;
}
.platform-pill {
  display: inline-flex;
  align-items: center;
  padding: .48rem .66rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--mint-dark);
  background: rgb(255 255 255 / 74%);
  font-size: .92rem;
  font-weight: 800;
}
.quick-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.4rem;
}
.quick-steps-section {
  margin-top: -1rem;
  padding-bottom: 2.6rem;
}
.mini-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: .7rem;
  align-items: start;
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgb(255 255 255 / 76%);
}
.mini-step span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--mint-dark);
  font-size: .9rem;
  font-weight: 900;
}
.mini-step strong {
  display: block;
  margin-bottom: .1rem;
}
.mini-step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
}
.hero-note {
  max-width: 560px;
  margin: .85rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
  padding: 0 0 3rem;
}
.trust-strip article {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 255 255 / 76%);
}
.trust-strip strong {
  display: block;
  margin-bottom: .25rem;
}
.trust-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.region-callout {
  margin: 0 0 2.2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgb(63 143 130 / 26%);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgb(232 244 241 / 92%), rgb(255 248 236 / 86%)),
    #fff;
  box-shadow: 0 18px 48px rgb(23 50 45 / 8%);
}
.region-callout h2 {
  margin-bottom: .55rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.region-callout p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}
.contact-region,
.privacy-region {
  margin-top: 1.4rem;
}

.phone-stack {
  position: relative;
  min-height: 650px;
}
.single-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-phone .screenshot {
  width: min(100%, 300px);
}
.screenshot {
  width: min(100%, 330px);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgb(23 50 45 / 20%);
}
.screenshot.main-shot {
  position: absolute;
  right: 0;
  top: 0;
}
.screenshot.side-shot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(80%, 285px);
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.compact-head {
  max-width: 620px;
}
.slim-shot {
  width: min(100%, 220px);
  justify-self: center;
}
.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}
.screenshot-gallery .screenshot {
  box-shadow: 0 18px 48px rgb(23 50 45 / 14%);
}
.screenshot-gallery .screenshot:nth-child(2) {
  transform: translateY(1.2rem);
}
.screenshot-gallery .screenshot:nth-child(3) {
  transform: translateY(.45rem);
}

.section {
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}
.section.alt {
  background: rgb(232 244 241 / 42%);
}
.section-head {
  max-width: 760px;
  margin-bottom: 1.65rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.download-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
.card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 14px 38px rgb(23 50 45 / 7%);
}
.blog-card {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.blog-image-link {
  display: block;
  background: var(--mint-soft);
}
.blog-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.blog-card-body {
  display: grid;
  align-content: start;
  gap: .75rem;
  padding: 1.25rem;
}
.blog-card-body .button {
  justify-self: start;
  margin-top: .25rem;
}
.blog-hero-image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  margin: 1.5rem 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgb(23 50 45 / 10%);
}
.text-card {
  padding-top: 1.35rem;
}
.icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  border-radius: 12px;
  color: var(--mint-dark);
  background: var(--mint-soft);
  font-weight: 900;
}
.muted,
.card p,
.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.58;
}
.legal .lead {
  max-width: 860px;
  margin-bottom: 1.65rem;
}
.legal-section {
  margin-bottom: 1.15rem;
}
.legal-section h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.legal-section ul {
  margin: .9rem 0 0;
  padding-left: 1.2rem;
}
.legal-section li + li {
  margin-top: .45rem;
}
.card p {
  margin-top: .6rem;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.download-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1.15rem;
}
.download-card > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
}
.featured-download {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  border-color: rgb(63 143 130 / 34%);
  background:
    linear-gradient(135deg, rgb(232 244 241 / 94%), rgb(255 255 255 / 92%)),
    #fff;
}
.featured-download h2 {
  margin-bottom: .35rem;
}
.featured-download p:not(.eyebrow) {
  max-width: 680px;
}
.featured-download-actions {
  display: grid;
  justify-items: start;
  gap: .55rem;
  min-width: 220px;
}
.hash {
  display: none;
  margin-top: .75rem;
  padding: .75rem;
  overflow-wrap: anywhere;
  border-radius: 10px;
  background: #f5fbf9;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .84rem;
}
.hash.visible { display: block; }

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.unique-comparison {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 1.15rem;
  margin: 0 0 1.55rem;
}
.unique-card {
  border-color: rgb(63 143 130 / 34%);
  background:
    linear-gradient(180deg, rgb(232 244 241 / 80%), rgb(255 255 255 / 88%)),
    #fff;
}
table {
  width: 100%;
  min-width: 1280px;
  border-collapse: collapse;
}
th,
td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}
th:first-child,
td:first-child {
  min-width: 240px;
}
th:not(:first-child),
td:not(:first-child) {
  min-width: 138px;
}
th {
  color: var(--mint-dark);
  background: var(--mint-soft);
  font-size: .86rem;
}
.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: .38rem .72rem;
  border-radius: 12px;
  font-weight: 900;
  font-size: .92rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}
.yes,
.no {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  font-size: 1.05rem;
}
.yes { color: var(--mint-dark); background: var(--mint-soft); }
.no { color: var(--danger); background: #fdecec; }
.partial { color: #8b6500; background: #fff3cf; }
.unknown { color: var(--muted); background: #f3f6f5; }
.exclusive {
  color: #fff;
  background: linear-gradient(135deg, var(--mint-dark), var(--mint));
  box-shadow: 0 8px 20px rgb(47 113 104 / 16%);
  min-width: 96px;
}
.premium { color: #9a6b00; font-weight: 850; }
.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: .9rem;
}
.source-links a {
  padding: .34rem .62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--mint-dark);
  background: rgb(255 255 255 / 72%);
  text-decoration: none;
  font-weight: 750;
}

.contact-page {
  min-height: 620px;
  overflow-x: hidden;
}
.contact-page * {
  min-width: 0;
}
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 1.35rem;
}
.contact-location {
  padding: 1.35rem;
  border: 1px solid rgb(63 143 130 / 28%);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgb(232 244 241 / 78%), rgb(255 255 255 / 86%)),
    #fff;
  box-shadow: 0 16px 42px rgb(23 50 45 / 8%);
}
.contact-location strong {
  display: block;
  margin-bottom: .45rem;
  font-size: 1.08rem;
}
.contact-location p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.25rem;
}
.contact-card {
  display: grid;
  align-content: start;
  gap: .45rem;
}
.contact-card h2 {
  margin-bottom: .1rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}
.contact-card .eyebrow {
  margin-bottom: .2rem;
}
.contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: .8rem;
  padding: .62rem .85rem;
  border-radius: 999px;
  color: var(--mint-dark);
  background: var(--mint-soft);
  font-weight: 850;
  text-decoration: none;
}
.contact-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: 1.15rem;
}
.contact-help h2 {
  margin-bottom: .4rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}
.contact-help ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.7;
}

.contact-page p,
.contact-page li,
.contact-page a {
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 2.4rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fffaf2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .9rem;
}
.footer-links a {
  color: var(--mint-dark);
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100vw;
  }
  .site-header {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .header-inner,
  .container,
  .site-footer .inner {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }
  .header-inner { align-items: flex-start; flex-direction: column; padding: .95rem 0; }
  .brand,
  .nav,
  .language,
  .language select {
    max-width: 100%;
  }
  .nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }
  .language {
    grid-column: 1 / -1;
  }
  .language select {
    width: min(176px, 100%);
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
  }
  .clean-hero {
    min-height: auto;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  h2 { font-size: clamp(1.65rem, 8vw, 2.2rem); }
  .lead { font-size: 1rem; }
  .hero-note {
    max-width: 100%;
  }
  .button,
  button.button {
    min-height: 46px;
    padding: .78rem 1rem;
  }
  .awesome-slider {
    width: min(100%, 344px);
    max-width: calc(100vw - 2rem);
    padding: 1rem;
  }
  .awesome-slider-copy {
    min-height: 168px;
  }
  .awesome-slide h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.72rem);
  }
  .awesome-slider::after {
    right: -72px;
  }
  .phone-stack {
    width: 100%;
    min-height: 520px;
    max-width: 430px;
    overflow: hidden;
  }
  .single-phone {
    justify-content: flex-start;
  }
  .single-phone .screenshot {
    width: min(82vw, 280px);
  }
  .screenshot-gallery .screenshot {
    width: min(72vw, 260px);
  }
  .screenshot-gallery .screenshot:nth-child(2),
  .screenshot-gallery .screenshot:nth-child(3) {
    transform: none;
  }
  .screenshot.main-shot { right: 0; }
  .screenshot.side-shot { left: 0; }
  .featured-download-actions {
    width: 100%;
    min-width: 0;
  }
  .download-card > div:last-child {
    width: 100%;
  }
  .grid,
  .quick-steps,
  .trust-strip,
  .unique-comparison,
  .screenshot-gallery,
  .contact-hero,
  .contact-grid,
  .contact-help,
  .download-grid,
  .blog-grid,
  .featured-download,
  .split-section,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .contact-location,
  .region-callout,
  .contact-card,
  .contact-help {
    max-width: 100%;
  }
}
