:root {
  --bg: #dff3ea;
  --bg-top: #eaf8f1;
  --bg-bottom: #d4eadf;
  --surface: #ffffff;
  --surface-soft: #f3fbf7;
  --text: #16392d;
  --muted: #46695b;
  --line: rgba(22, 57, 45, 0.14);
  --accent: #0f6e5d;
  --accent-deep: #0b5648;
  --accent-soft: #b2e4ce;
  --max: 1140px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 14px 34px rgba(13, 57, 45, 0.12);
  --shadow-strong: 0 26px 64px rgba(13, 57, 45, 0.16);
  --header-h: 74px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: "Public Sans", "Segoe UI", sans-serif;
  line-height: 1.58;
}

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

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

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffff;
  border-bottom: 0;
  backdrop-filter: blur(10px);
  padding-top: env(safe-area-inset-top);
}

.site-header.is-scrolled {
  background: #ffffff;
}

.nav {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.64rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  height: 3rem;
  width: auto;
}

.nav-links,
.nav-cta {
  display: none;
}

.hamburger {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(9, 66, 54, 0.42);
  background: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(9, 66, 54, 0.32);
}

.hamburger svg {
  display: none;
}

.hamburger::before {
  content: "";
  width: 1.04rem;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 -5px 0 #ffffff, 0 5px 0 #ffffff;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: rgba(12, 40, 30, 0.44);
  padding: calc(var(--header-h) + 0.76rem) 1rem 1rem;
}

.mobile-menu.is-open {
  display: block;
}

.menu-panel {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  display: grid;
  gap: 0.52rem;
  padding: 0.8rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-strong);
}

.menu-panel a {
  border-radius: 0.72rem;
  padding: 0.72rem 0.84rem;
  font-weight: 700;
  background: #f4fbf8;
  border: 1px solid rgba(22, 57, 45, 0.08);
}

main {
  padding-top: 0;
  background: var(--bg);
}

.articles-main {
  padding-top: 0.9rem;
}

.article-main {
  background: var(--bg);
}

section {
  padding: 2.8rem 0;
}

.fullbleed {
  padding: 0;
}

.fullbleed .container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.fullbleed img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 2.5rem;
  min-height: 520px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(9, 37, 28, 0.08) 0%, rgba(9, 37, 28, 0.28) 100%);
}

.hero-layout {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 1rem;
  padding-top: 1.1rem;
}

.hero-layout.hero-layout-single {
  min-height: clamp(340px, 48vh, 500px);
  align-content: center;
  padding-top: clamp(2.2rem, 7vh, 3.8rem);
}

.hero-copy {
  max-width: 680px;
}

.hero-card {
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-card h1,
.hero-card .lead {
  text-shadow: 0 2px 10px rgba(9, 32, 25, 0.26);
  color: #ffffff;
}

.hero-card {
  color: #ffffff;
}

.hero-card .lead {
  max-width: 36ch;
  font-size: clamp(1rem, 2.55vw, 1.14rem);
  line-height: 1.62;
}

.hero-card h1 {
  font-size: clamp(2.04rem, 5.8vw, 3.14rem);
  line-height: 1.04;
}

.hero-card .pill {
  backdrop-filter: blur(6px);
  background: rgba(223, 245, 236, 0.2);
  border-color: rgba(223, 245, 236, 0.52);
  color: #ffffff;
}

.hero-card .btn {
  box-shadow: 0 12px 24px rgba(8, 43, 34, 0.34);
}

.hero-mockup {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-mockup img {
  width: min(100%, 360px);
  height: auto;
  max-height: min(52vh, 470px);
  object-fit: contain;
  object-position: right center;
  border-radius: 0;
  border: 0;
}

@media (max-width: 1023px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .hero-card {
    width: 100%;
  }

  .hero-card h1,
  .feature-story-copy h3 {
    max-width: none;
    font-size: clamp(2rem, 6.7vw, 2.86rem);
    line-height: 1.05;
  }

  .hero-card .lead {
    width: 100%;
    max-width: none;
    font-size: clamp(1rem, 2.55vw, 1.14rem);
    line-height: 1.62;
  }

  .hero-mockup {
    justify-content: center;
    align-items: center;
  }
}

.appstore-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.appstore-cta-nav {
  border-radius: 999px;
  overflow: hidden;
}

.appstore-badge {
  height: 46px;
  width: auto;
  display: block;
}

.appstore-badge-nav {
  height: 40px;
}

.appstore-fallback {
  display: none;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.74rem 1.02rem;
  font-size: 0.93rem;
  font-weight: 800;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 13px 24px rgba(10, 81, 66, 0.28);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 999px;
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(15, 110, 93, 0.22);
  background: rgba(15, 110, 93, 0.1);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Public Sans", "Segoe UI", sans-serif;
}

h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.85rem, 8.4vw, 3.15rem);
  line-height: 1.07;
  letter-spacing: -0.02em;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.52rem, 6vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
}

h3 {
  font-size: clamp(1.12rem, 4.4vw, 1.46rem);
  letter-spacing: -0.01em;
  font-weight: 700;
}

.lead,
.section-lead,
p,
li,
small,
summary,
label,
input,
textarea,
.copyright {
  font-family: "Public Sans", "Segoe UI", sans-serif;
}

.lead {
  margin: 0.8rem 0 1.05rem;
  color: var(--muted);
  font-size: 1rem;
}

.section-head {
  display: grid;
  gap: 0.58rem;
  margin-bottom: 1.1rem;
}

.section-lead {
  margin: 0;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem;
  margin-top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.74rem 1.02rem;
  font-size: 0.93rem;
  font-weight: 800;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 13px 24px rgba(10, 81, 66, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(10, 81, 66, 0.3);
}

.btn-ghost {
  background: #fff;
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.nav-cta .btn-ghost {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 13px 24px rgba(10, 81, 66, 0.28);
}

.showcase-grid {
  display: grid;
  gap: 1rem;
}

.home-main {
  background: #ffffff;
}

.features-story {
  position: relative;
  margin-top: 0;
  padding-top: 1rem;
  z-index: 4;
}

.features-story .section-head {
  margin-bottom: 2.05rem;
  max-width: 780px;
}

.features-story .section-head h2 {
  color: #0b0f0d;
  font-size: clamp(2rem, 5.3vw, 3.55rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.features-story .section-head .section-lead {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #24372f;
}

.feature-story-rail {
  display: grid;
  gap: 2.3rem;
}

.feature-story-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: start;
  min-height: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  padding: 0.35rem 0;
}

.feature-story-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  order: 1;
}

.feature-story-copy h3 {
  margin: 0.5rem 0 0;
  color: #0b0f0d;
  font-size: clamp(2.04rem, 5.8vw, 3.14rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.feature-story-copy p {
  margin: 0;
  color: #24372f;
  font-size: clamp(1rem, 2.55vw, 1.14rem);
  line-height: 1.62;
}

.feature-story-step {
  display: none;
}

.feature-story-key {
  color: var(--accent-deep);
}

.feature-story-body + .feature-story-body {
  margin-top: 0.56rem;
}

.feature-story-note {
  margin: 0.66rem 0 0.78rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(15, 110, 93, 0.2);
  background: rgba(233, 246, 239, 0.9);
}

.feature-story-media {
  position: relative;
  z-index: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  background: transparent;
  border: 0;
  order: 2;
}

.feature-story-media-overlap {
  margin-top: -2.2rem;
}

.feature-story-media img {
  width: min(100%, 680px);
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  padding: 0;
  filter: none;
}

.feature-story-copy strong {
  color: var(--accent-deep);
}

.feature-story-copy .point-list {
  margin-top: 0.45rem;
}

.feature-story-copy .point-list li {
  margin-bottom: 0.38rem;
}

.features-section {
  position: relative;
  margin-top: -1.5rem;
  padding-top: 0;
  z-index: 4;
}

.features-panel {
  position: relative;
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(22, 57, 45, 0.12);
  background:
    radial-gradient(380px 140px at 12% -8%, rgba(178, 228, 206, 0.42), transparent 70%),
    radial-gradient(320px 150px at 88% 105%, rgba(178, 228, 206, 0.28), transparent 72%),
    rgba(249, 255, 252, 0.9);
  padding: 1.05rem;
  box-shadow: 0 22px 50px rgba(13, 57, 45, 0.16);
  overflow: hidden;
}

.showcase-card {
  border-radius: var(--radius-lg);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(22, 57, 45, 0.1);
  backdrop-filter: blur(4px);
  box-shadow: var(--shadow-soft);
}

.showcase-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(22, 57, 45, 0.12);
}

.showcase-image img {
  width: 100%;
  height: clamp(250px, 54vw, 350px);
  object-fit: cover;
  filter: saturate(1.04);
}

.showcase-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 35, 28, 0.1) 0%, rgba(11, 35, 28, 0.48) 100%);
}

.showcase-image-mockup {
  background:
    radial-gradient(260px 120px at 50% 0%, rgba(164, 214, 194, 0.5), transparent 68%),
    linear-gradient(180deg, #eef8f3 0%, #dceee6 100%);
}

.showcase-image-mockup img {
  object-fit: contain;
  padding: 0.72rem;
  filter: drop-shadow(0 18px 26px rgba(8, 45, 34, 0.26));
}

.showcase-image-mockup::after {
  background: linear-gradient(180deg, rgba(11, 35, 28, 0.04) 0%, rgba(11, 35, 28, 0.2) 100%);
}

.image-label {
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 0.62rem;
  z-index: 2;
  display: inline-block;
  border-radius: 999px;
  padding: 0.26rem 0.56rem;
  background: rgba(255, 255, 255, 0.88);
  color: #265445;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.showcase-card h3 {
  margin-top: 0.8rem;
}

.point-list {
  margin: 0.6rem 0 0;
  padding-left: 1rem;
}

.point-list li {
  margin-bottom: 0.34rem;
  color: var(--muted);
}

.reviews {
  position: relative;
  margin-top: -0.8rem;
  z-index: 2;
}

.reviews::before {
  display: none;
}

.reviews .section-head .section-lead {
  color: var(--text);
}

.reviews .section-head h2 {
  color: var(--text);
}

#reviews .section-head,
#premium .section-head,
#faq .section-head {
  text-align: center;
  justify-items: center;
}

#reviews .section-head h2,
#premium .section-head h2,
#faq .section-head h2 {
  color: #0b0f0d;
  font-size: clamp(2.04rem, 5.8vw, 3.14rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

#reviews .section-head .section-lead,
#premium .section-head .section-lead,
#faq .section-head .section-lead {
  max-width: 62ch;
  text-align: center;
}

.review-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.review-card {
  border-radius: 20px;
  padding: 1.02rem 1.05rem 1.1rem;
  background: rgba(223, 243, 234, 0.9);
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 0.5rem;
}

.review-stars {
  color: #1f8e30;
  font-size: 1.25rem;
  letter-spacing: 0.18rem;
  line-height: 1;
}

.review-title {
  margin: 0;
  color: #0b0f0d;
  font-size: clamp(1.18rem, 2.4vw, 1.46rem);
  line-height: 1.22;
}

.review-text {
  margin: 0;
  color: #2f5a4c;
  font-size: 1rem;
  line-height: 1.55;
}

.avatar {
  width: 2.02rem;
  height: 2.02rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--accent-deep);
  background: linear-gradient(160deg, #d4f2e5, #a8ddc8);
  border: 1px solid rgba(15, 110, 93, 0.24);
}

.pricing-grid {
  display: grid;
  gap: 1rem;
}

.pricing-card {
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.15rem 1.12rem;
  border: 1px solid rgba(22, 57, 45, 0.12);
  background: #ffffff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
}

.pricing-card.premium {
  background:
    radial-gradient(360px 180px at 0% 0%, rgba(178, 228, 206, 0.34), transparent 68%),
    #eef8f3;
  border-color: rgba(15, 110, 93, 0.45);
  box-shadow: 0 14px 32px rgba(12, 86, 72, 0.12);
}

.pricing-card-free {
  border-color: rgba(22, 57, 45, 0.16);
}

.plan-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.plan-title h3 {
  color: #103d32;
  font-size: clamp(1.46rem, 2.4vw, 1.95rem);
  line-height: 1.18;
}

.plan-pill {
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--accent-deep);
  border: 1px solid rgba(15, 110, 93, 0.28);
  background: rgba(178, 228, 206, 0.32);
}

.plan-badge {
  position: absolute;
  top: -0.95rem;
  right: 1rem;
  border-radius: 999px;
  padding: 0.42rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(120deg, #0d6a59, #0a5648);
  box-shadow: 0 12px 24px rgba(10, 81, 66, 0.32);
}

.pricing-subtitle {
  margin: 0;
  color: #365d4f;
  font-size: 1.01rem;
  line-height: 1.45;
}

.pricing-price {
  margin: 0.08rem 0 0;
  color: #0a3d33;
  font-size: clamp(2rem, 4.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.pricing-period {
  color: #2f5b4d;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  font-weight: 700;
}

.pricing-hint {
  margin: -0.2rem 0 0;
  color: #476f60;
  font-size: 0.9rem;
}

.pricing-price-muted {
  margin-top: auto;
  padding-top: 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pricing-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.pricing-list li {
  margin: 0;
  color: #2e5a4c;
  font-size: 1rem;
  line-height: 1.46;
  padding-left: 1.4rem;
  position: relative;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--accent-deep);
  box-shadow: inset 0 0 0 2px rgba(223, 245, 236, 0.96);
}

.faq-grid {
  display: grid;
  gap: 0.62rem;
  gap: 0;
  border-top: 1px solid rgba(22, 57, 45, 0.2);
}

#faq,
#faq + section,
footer {
  background: rgba(223, 243, 234, 0.4);
}

.faq-item {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(22, 57, 45, 0.2);
  background: transparent;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  color: #0b0f0d;
  padding: 1rem 2.1rem 1rem 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-deep);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  margin-top: 0;
  padding: 0 2.1rem 1rem 0;
  color: var(--muted);
}

.cta {
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  background: linear-gradient(140deg, #106f5d 0%, #0c5a4b 55%, #093f36 100%);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.cta p {
  margin: 0.72rem 0 1rem;
  color: rgba(255, 255, 255, 0.86);
}

.cta .btn {
  background: #fff;
  color: #134a3e;
  box-shadow: none;
}

.cta .appstore-badge {
  filter: saturate(1.02);
}

@media (max-width: 430px) {
  .hero {
    padding-top: 2.1rem;
  }

  .hero-layout {
    padding-top: 0.9rem;
  }

  .hero-layout.hero-layout-single {
    min-height: clamp(300px, 44vh, 360px);
    align-content: center;
    padding-top: clamp(1.8rem, 8vh, 2.6rem);
  }

  .hero-copy {
    padding-top: 0.2rem;
  }

  .nav {
    padding: 0.86rem 0 0.72rem;
  }

  .hero {
    padding-bottom: 2.05rem;
    min-height: 460px;
  }

  .hero-bg img {
    object-position: 60% center;
  }

  .hero-layout {
    gap: 0.9rem;
  }

  .hero-card h1,
  .feature-story-copy h3 {
    font-size: clamp(1.92rem, 8.5vw, 2.2rem);
    line-height: 1.08;
  }

  .hero-card .lead {
    font-size: clamp(1rem, 2.55vw, 1.14rem);
    line-height: 1.62;
  }

  .hero-mockup {
    margin-top: 0.15rem;
  }

  .hero-mockup img {
    width: min(56vw, 240px);
    max-height: none;
  }

  .appstore-badge {
    height: 44px;
  }

  .features-section {
    margin-top: -0.55rem;
  }

  .features-story {
    margin-top: 0;
    padding-top: 0.7rem;
  }

  .feature-story-card {
    gap: 0.9rem;
  }

  .feature-story-copy {
    padding: 0;
  }

  .feature-story-media img {
    width: min(100%, 520px);
  }

  .feature-story-media-overlap {
    margin-top: -1.2rem;
  }

  .pricing-card {
    padding: 1.08rem 0.95rem 1rem;
  }

  .plan-badge {
    top: -0.72rem;
    right: 0.82rem;
    font-size: 0.8rem;
    padding: 0.36rem 0.78rem;
  }

  .features-panel {
    padding: 0.82rem;
  }

  .showcase-image img {
    height: clamp(250px, 68vw, 320px);
  }

  .article-hero {
    min-height: 42vh;
  }

  .article-hero-content {
    padding-top: 4.35rem;
    padding-bottom: 1.55rem;
  }

  .article-summary-section {
    margin-top: -1rem;
  }

  .article-summary-box {
    padding: 0.9rem 0.9rem 0.94rem;
  }

  .article-note-logo {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0.38rem;
  }

  .article-body .card {
    padding: 1rem;
  }

  .article-footer-note {
    padding: 1.42rem 0.9rem 0.92rem;
  }

  .article-footer-note-icon {
    width: 3.7rem;
    height: 3.7rem;
  }
}

@media (max-width: 390px) {
  .brand-logo {
    height: 2.72rem;
  }

  .hero {
    padding-bottom: 2.15rem;
  }

  .hero-card h1,
  .feature-story-copy h3 {
    font-size: clamp(1.84rem, 8.2vw, 2.02rem);
  }

  .hero-card .lead {
    font-size: clamp(1rem, 2.55vw, 1.14rem);
    line-height: 1.62;
    margin: 0.65rem 0 0.92rem;
  }

  .hero-mockup img { width: min(54vw, 220px); }

  .appstore-badge {
    height: 42px;
  }
}

@media (max-width: 360px) {
  .brand-logo {
    height: 2.54rem;
  }

  .hero-card h1,
  .feature-story-copy h3 {
    font-size: 1.72rem;
  }

  .hero-card .pill {
    font-size: 0.66rem;
    padding: 0.28rem 0.48rem;
  }

  .hero-mockup img { width: min(52vw, 200px); }

  .appstore-badge {
    height: 40px;
  }
}

.cta .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.page-hero {
  padding-top: 1.7rem;
  padding-bottom: 1.2rem;
}

.page-hero-card {
  border-radius: var(--radius-xl);
  padding: 1.15rem;
  border: 1px solid rgba(22, 57, 45, 0.12);
  background:
    radial-gradient(460px 190px at 0% 0%, rgba(178, 228, 206, 0.3), transparent 70%),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.page-hero-image {
  width: 100%;
  height: clamp(180px, 32vw, 320px);
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(22, 57, 45, 0.12);
  margin-bottom: 0.78rem;
}

.content-grid,
.contact-grid {
  display: grid;
  gap: 0.9rem;
}

.articles-grid {
  display: grid;
  gap: 0.9rem;
}

.articles-featured {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.article-featured-grid {
  display: grid;
  gap: 0.9rem;
}

.article-featured-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(22, 57, 45, 0.14);
  background: #d6ebdf;
  box-shadow: var(--shadow-soft);
}

.article-featured-card a {
  display: block;
  position: relative;
}

.article-featured-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.article-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 36, 28, 0.05) 24%, rgba(9, 36, 28, 0.58) 100%);
}

.article-featured-text {
  position: absolute;
  left: 0.92rem;
  right: 0.92rem;
  bottom: 0.88rem;
  z-index: 2;
  color: #f4fffb;
}

.article-featured-text h3 {
  margin-top: 0.46rem;
}

.articles-category {
  padding-top: 1.1rem;
  padding-bottom: 0.7rem;
}

.articles-category:first-of-type {
  padding-top: 0.7rem;
}

.articles-category .section-head {
  margin-bottom: 0.88rem;
}

.article-card {
  overflow: hidden;
}

.article-card-image-wrap {
  display: block;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(22, 57, 45, 0.12);
}

.article-card-image-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article-card h3 {
  margin-top: 0.7rem;
}

.article-card .section-lead {
  margin-top: 0.34rem;
}

.article-card .btn {
  margin-top: 0.5rem;
}

.article-meta {
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}

.article-hero {
  position: relative;
  padding: 0;
  min-height: 45vh;
  overflow: hidden;
}

.article-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 22, 0.08) 20%, rgba(8, 28, 22, 0.65) 100%);
}

.article-hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(5.2rem, 18vw, 10rem);
  padding-bottom: clamp(2rem, 9vw, 3.8rem);
  color: #f4fffb;
}

.article-hero-content .pill {
  background: rgba(233, 249, 241, 0.22);
  border-color: rgba(233, 249, 241, 0.58);
  color: #f1fff9;
}

.article-hero-content h1 {
  margin-top: 0.76rem;
  max-width: 18ch;
  color: #f4fffb;
  text-shadow: 0 3px 18px rgba(8, 30, 23, 0.42);
}

.article-summary-section {
  padding-top: 0;
  padding-bottom: 1.05rem;
  margin-top: -1.45rem;
  position: relative;
  z-index: 3;
}

.article-summary-box {
  border-radius: 1.15rem;
  border: 1px solid rgba(15, 110, 93, 0.2);
  background: #d7e8e2;
  color: #1f302a;
  padding: 1rem 1.05rem 1.02rem;
  box-shadow: var(--shadow-soft);
  max-width: 860px;
  margin: 0 auto;
}

.article-note-logo {
  width: 2.05rem;
  height: 2.05rem;
  margin-bottom: 0.52rem;
}

.article-summary-box p {
  margin: 0;
  font-size: clamp(1rem, 2.7vw, 1.16rem);
  line-height: 1.5;
}

.article-body {
  max-width: 880px;
}

.article-body .card {
  padding: 1.2rem;
  background: #ffffff;
}

.article-body h2 {
  margin-top: 1.5rem;
  color: #0b5648;
}

.article-body h3 {
  margin-top: 1.1rem;
}

.article-body p {
  margin: 0.8rem 0;
  font-size: clamp(1rem, 2.4vw, 1.08rem);
}

.article-body ul {
  margin: 0.7rem 0 0.85rem;
  padding-left: 0;
  list-style: none;
}

.article-body li {
  position: relative;
  padding-left: 1.32rem;
  margin: 0.45rem 0;
}

.article-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(15, 110, 93, 0.82);
}

.inline-note {
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 110, 93, 0.22);
  background: rgba(178, 228, 206, 0.24);
  color: var(--text);
}

.inline-note p:first-child {
  margin-top: 0;
}

.inline-note p:last-child {
  margin-bottom: 0;
}

.article-quote {
  margin: 1rem 0;
  padding: 0.86rem 1rem;
  border-left: 4px solid rgba(15, 110, 93, 0.56);
  border-radius: 0.72rem;
  background: rgba(178, 228, 206, 0.2);
}

.article-quote p {
  margin: 0;
}

.article-figure {
  margin: 1rem 0;
}

.article-figure img {
  width: 100%;
  height: clamp(200px, 38vw, 340px);
  border-radius: 1.02rem;
  display: block;
  border: 1px solid rgba(22, 57, 45, 0.12);
  object-fit: cover;
  object-position: center;
}

.image-placeholder {
  border-radius: 0.9rem;
  border: 1px dashed rgba(22, 57, 45, 0.24);
  padding: 0.9rem;
  text-align: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.article-footer-note-wrap {
  padding-top: 0.9rem;
}

.article-footer-note {
  position: relative;
  border-radius: 1.15rem;
  border: 1px solid rgba(15, 110, 93, 0.2);
  background: #d7e8e2;
  color: #1f302a;
  padding: 1.55rem 1.05rem 1rem;
}

.article-footer-note-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 110, 93, 0.3);
  background: #f4fbf8;
  display: grid;
  place-items: center;
}

.article-footer-note-icon img {
  width: 2rem;
  height: 2rem;
}

.article-footer-note p {
  margin: 0;
  font-size: clamp(1rem, 2.7vw, 1.16rem);
  line-height: 1.5;
}

.card {
  border-radius: var(--radius-lg);
  padding: 1rem;
  border: 1px solid rgba(22, 57, 45, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

input,
textarea {
  width: 100%;
  border-radius: 0.72rem;
  border: 1px solid rgba(22, 57, 45, 0.24);
  background: #fff;
  color: var(--text);
  padding: 0.66rem 0.72rem;
  font-size: 0.95rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

label {
  display: block;
  margin-bottom: 0.34rem;
  font-size: 0.84rem;
  font-weight: 700;
}

form {
  display: grid;
  gap: 0.74rem;
}

.legal-card h2,
.legal-card h3 {
  margin-top: 1rem;
}

.legal-card ul {
  margin: 0;
  padding-left: 1.05rem;
}

.legal-card li {
  margin-bottom: 0.34rem;
}

footer {
  border-top: 1px solid rgba(22, 57, 45, 0.12);
  padding: 1.85rem 0 2rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-col h4 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.copyright {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 760px) {
  .container {
    width: min(var(--max), calc(100% - 2.8rem));
  }

  section {
    padding: 3.2rem 0;
  }

  .hero-card {
    padding: 0;
  }

  .showcase-grid,
  .pricing-grid,
  .articles-grid,
  .content-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-grid {
    gap: 0.72rem;
  }

  .article-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-summary-box,
  .article-footer-note {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .features-panel {
    padding: 1.2rem;
  }

  .feature-story-card {
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2.3rem;
    align-items: center;
  }

  .feature-story-copy {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }

  .feature-story-card-reverse .feature-story-copy {
    order: 2;
  }

  .feature-story-card-reverse .feature-story-media {
    order: 1;
  }

  .feature-story-media img {
    width: min(100%, 620px);
  }

  .showcase-image img {
    height: 320px;
  }
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
    align-items: center;
    gap: 0.38rem;
  }

  .nav-links a {
    border-radius: 999px;
    padding: 0.46rem 0.72rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--muted);
    border: 1px solid transparent;
  }

  .nav-links a:hover {
    color: var(--text);
    border-color: rgba(22, 57, 45, 0.16);
    background: rgba(255, 255, 255, 0.54);
  }

  .nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .hamburger {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 1.2rem;
    align-items: start;
    padding-top: 2.1rem;
  }

  .hero-layout.hero-layout-single {
    grid-template-columns: 1fr;
    min-height: clamp(420px, 50vh, 540px);
    align-content: center;
    padding-top: clamp(3.6rem, 10vh, 5rem);
  }

  .hero {
    padding-top: 0;
    padding-bottom: 3.1rem;
    min-height: 620px;
  }

  .hero-mockup {
    margin-top: 2.4rem;
  }

  .brand-logo {
    height: 3.35rem;
  }

  .features-section {
    margin-top: -2.7rem;
  }

  .features-story {
    margin-top: 0;
    padding-top: 2.2rem;
  }

  .feature-story-rail {
    gap: 2.5rem;
  }

  .feature-story-card {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 3rem;
    align-items: center;
  }

  .feature-story-copy {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 1;
  }

  .feature-story-card-reverse .feature-story-copy {
    order: 2;
  }

  .feature-story-card-reverse .feature-story-media img {
    object-position: center;
  }

  .feature-story-card-reverse .feature-story-media {
    order: 1;
  }

  .feature-story-card:not(.feature-story-card-reverse) .feature-story-media img {
    object-position: center;
  }

  .feature-story-media img {
    width: min(100%, 600px);
  }

  .feature-story-media-overlap {
    margin-top: -8.2rem;
  }

  .features-panel {
    padding: 1.35rem;
  }

  .showcase-grid {
    grid-template-columns: 1.08fr 0.96fr 1.08fr;
    gap: 1.05rem;
    align-items: start;
  }

  .showcase-card:nth-child(2) {
    transform: translateY(1.3rem);
  }

  .showcase-card:nth-child(3) {
    transform: translateY(0.58rem);
  }

  .showcase-image img {
    height: 360px;
  }

  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1.04fr 0.96fr;
  }

  .page-hero-card {
    max-width: 980px;
    margin: 0 auto;
  }

  .page-hero-image {
    max-width: 820px;
    height: 250px;
    margin: 0 auto 0.86rem;
  }

  .article-hero {
    width: min(1040px, calc(100% - 3rem));
    margin: 0 auto;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(22, 57, 45, 0.14);
    box-shadow: var(--shadow-soft);
    min-height: 420px;
  }

  .article-main {
    padding-top: 3rem;
  }

  .article-hero-content {
    padding-top: 6rem;
    padding-bottom: 2.6rem;
  }

  .article-summary-section {
    margin-top: -1.8rem;
  }

  .contact-main .page-hero-card {
    max-width: none;
    margin: 0;
  }

  .over-main .page-hero-card {
    max-width: none;
    margin: 0;
  }
}
