:root {
  --bg: #f6f7f9;
  --surface: #ffffff;
  --ink: #111827;
  --text: #344054;
  --muted: #667085;
  --line: #d0d5dd;
  --accent: #128c7e;
  --accent-dark: #087568;
  --soft: #e7f7f4;
  --warm: #f2b84b;
  --dark: #101828;
  --shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
  --radius: 8px;
  --shell: 1340px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

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

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  flex: 0 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.brand img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 7px;
}

.brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav {
  display: none;
}

.language-menu {
  position: relative;
  display: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.language-menu summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.language-menu[open] summary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.language-list {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 210px;
  z-index: 30;
  display: grid;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.language-list a {
  padding: 10px;
  border-radius: 6px;
  color: var(--text);
}

.home-page .language-list a:hover {
  background: var(--soft);
}

.actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.btn-large {
  min-height: 48px;
  padding: 0 18px;
  font-size: 15px;
}

.btn-primary {
  color: #fff;
  background: var(--accent-dark);
  box-shadow: 0 12px 26px rgba(8, 117, 104, 0.18);
}

.btn-secondary,
.btn-ghost {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.header-cta {
  flex: 0 0 auto;
}

.hero {
  padding: 62px 0 46px;
  background: #fff;
}

.hero-simple {
  min-width: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: var(--ink);
  font-size: clamp(38px, 10vw, 72px);
  font-weight: 825;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-text,
.section-heading p,
.field-card p,
.feature-card p,
.value-list p,
.step-grid p,
.use-card p,
.page-hero p,
.copy-section p,
.footer-copy,
.price-card p,
.price-card li,
.faq-list p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.hero-text {
  max-width: 700px;
  margin: 0 auto;
  color: #405067;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  margin: 24px auto 0;
}

.store-badge-link {
  width: 206px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.store-badge-link img {
  width: 206px;
  height: auto;
}

.proof-line {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-note {
  max-width: 760px;
  margin: 20px auto 0;
  color: #56667b;
  font-size: 14px;
  line-height: 1.7;
}

.proof-line span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4a5a70;
  font-size: 12px;
  font-weight: 800;
}

.proof-section {
  background: #fff;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-grid div {
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid var(--line);
}

.proof-grid div:nth-child(2n) {
  border-right: 0;
}

.proof-grid div:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.proof-grid strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.proof-grid span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.demo-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.demo-copy {
  max-width: 760px;
}

.demo-copy h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.demo-copy p:not(.eyebrow) {
  color: #405067;
  font-size: 17px;
  line-height: 1.7;
}

.demo-media {
  margin: 0;
  min-width: 0;
}

.demo-media img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.section {
  padding: 56px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 22px;
}

.compact-heading {
  max-width: 760px;
}

.value-simple {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-simple h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 6vw, 52px);
  line-height: 1.07;
}

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

.value-copy p,
.value-copy li {
  color: #405067;
  font-size: 17px;
  line-height: 1.7;
}

.value-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.section-heading h2,
.cta-card h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(28px, 6vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.field-grid,
.feature-grid,
.use-grid,
.pricing-grid,
.page-grid,
.step-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.field-card,
.feature-card,
.use-card,
.price-card,
.copy-card,
.step-grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.step-grid article {
  box-shadow: none;
}

.use-strip {
  padding-top: 20px;
}

.use-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.use-line a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #405067;
  font-size: 14px;
  font-weight: 800;
}

.field-card span,
.step-grid span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #062d2a;
  background: var(--soft);
  font-size: 13px;
  font-weight: 900;
}

.field-card h3,
.feature-card h3,
.use-card h3,
.price-card h3,
.copy-card h3,
.step-grid h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.use-card a,
.copy-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent-dark);
  font-weight: 850;
}

.value-section {
  color: #fff;
  background: var(--dark);
}

.value-section .eyebrow {
  color: #7dd3c7;
}

.value-section h2,
.value-list h3 {
  color: #fff;
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.value-list h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.value-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}

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

.pricing-copy h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.08;
}

.pricing-copy p:not(.eyebrow) {
  color: #405067;
  font-size: 17px;
  line-height: 1.7;
}

.pricing-panel {
  display: grid;
  gap: 0;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.plan-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.plan-row h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.2;
}

.plan-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.plan-row strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.plan-row strong span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.pricing-panel .btn {
  margin: 20px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.page-hero {
  padding: 48px 0 14px;
}

.page-hero .shell {
  max-width: 900px;
}

.copy-section {
  max-width: 900px;
}

.copy-section h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 26px;
}

.copy-section ul {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.cta-section {
  padding: 10px 0 54px;
}

.cta-card {
  display: grid;
  gap: 18px;
  padding: 24px 20px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--dark);
}

.cta-card .eyebrow {
  color: #7dd3c7;
}

.cta-card h2 {
  color: #fff;
}

.site-footer {
  padding: 0 0 44px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-grid h4 {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.faq-section .section-heading {
  margin-bottom: 0;
}

.footer-grid .brand {
  display: inline-flex;
  color: var(--ink);
}

@media (min-width: 720px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .nav {
    display: flex;
    gap: 22px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
  }

  .home-page .language-menu {
    display: block;
  }

  .hero {
    padding: 86px 0 68px;
  }

  .hero-actions {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .field-grid,
  .compact-grid,
  .use-grid,
  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid {
    grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
    align-items: start;
  }

  .value-simple,
  .pricing-section,
  .faq-section,
  .demo-section {
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    align-items: start;
  }

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

  .proof-grid div,
  .proof-grid div:nth-child(2n) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .proof-grid div:last-child {
    border-right: 0;
  }

  .plan-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 30px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr .9fr .9fr .9fr;
    gap: 24px;
  }
}

@media (min-width: 980px) {
  .field-grid,
  .feature-grid,
  .use-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .section {
    padding: 70px 0;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(calc(100% - 32px), 358px);
    margin-left: 16px;
    margin-right: auto;
  }

  .header-row {
    min-height: 58px;
  }

  .header-cta {
    display: none;
  }

  .home-page .language-menu {
    display: block;
    margin-left: auto;
  }

  .language-menu summary {
    min-height: 34px;
    padding: 0 8px;
    font-size: 13px;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 116px);
    font-size: 13px;
  }

  .actions .btn-secondary {
    display: none;
  }

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

  .hero h1,
  .page-hero h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  .hero-text {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .hero-simple {
    text-align: left;
  }

  .hero h1,
  .hero-text,
  .hero-note {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    align-items: flex-start;
    margin-left: 0;
  }

  .btn-large,
  .hero-actions .btn {
    width: 100%;
  }

  .store-badge-link,
  .store-badge-link img {
    width: 206px;
  }

}

@media (max-width: 380px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .hero h1,
  .page-hero h1 {
    font-size: 30px;
  }
}

/* Clean SaaS redesign inspired by modern WhatsApp automation sites. */
:root {
  --bg: #f7faf8;
  --surface: #ffffff;
  --ink: #14161f;
  --text: #414856;
  --muted: #737a86;
  --line: #dfe7e3;
  --accent: #25d366;
  --accent-dark: #18b958;
  --soft: #eafff2;
  --dark: #0c0f0e;
  --radius: 14px;
  --shadow: 0 22px 70px rgba(16, 24, 40, 0.12);
  --shell: 1152px;
}

body {
  background: var(--bg);
  font-family: Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.home-page .site-header {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.home-page .brand {
  color: #fff;
  font-weight: 850;
}

.home-page .brand img {
  border-radius: 9px;
}

.home-page .nav {
  color: rgba(255, 255, 255, .58);
  font-weight: 760;
}

.home-page .nav a:hover,
.home-page .language-menu:hover {
  color: #fff;
}

.home-page .language-menu {
  color: rgba(255, 255, 255, .65);
}

.home-page .language-menu[open] summary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
}

.home-page .language-list {
  background: #161a18;
  border-color: rgba(255, 255, 255, .12);
}

.home-page .language-list a {
  color: rgba(255, 255, 255, .78);
}

.home-page .language-list a:hover {
  color: #fff;
  background: rgba(37, 211, 102, .14);
}

.btn {
  border-radius: 12px;
  font-weight: 820;
}

.btn-primary {
  color: #07120c;
  background: var(--accent);
  box-shadow: 0 18px 42px rgba(37, 211, 102, .24);
}

.btn-primary:hover {
  background: #31e675;
}

.btn-dark-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
}

.hero-dark {
  min-height: 760px;
  padding: 118px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 4%, rgba(37, 211, 102, .28), transparent 27%),
    radial-gradient(circle at 4% 82%, rgba(37, 211, 102, .16), transparent 26%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #0d100f;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

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

.hero .eyebrow,
.hero-dark .eyebrow {
  color: var(--accent);
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(46px, 8vw, 72px);
  font-weight: 900;
  line-height: .98;
}

.hero h1 span {
  color: var(--accent);
}

.hero-text {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  align-items: flex-start;
  margin: 28px 0 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 520px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.hero-stats div {
  min-width: 0;
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 600px;
  margin-top: 30px;
}

.trust-pills span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .045);
  font-size: 13px;
  font-weight: 780;
}

.hero-visual {
  position: relative;
  min-height: 570px;
  display: none;
}

.phone-mock {
  position: absolute;
  right: 36px;
  top: 8px;
  width: 314px;
  min-height: 548px;
  padding: 16px;
  border: 10px solid #050606;
  border-radius: 42px;
  background: #efe8de;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

.phone-top {
  width: 84px;
  height: 22px;
  margin: -4px auto 14px;
  border-radius: 999px;
  background: #050606;
}

.phone-header {
  margin: -16px -16px 18px;
  padding: 44px 18px 16px;
  border-radius: 30px 30px 0 0;
  background: #087568;
}

.phone-header strong,
.phone-header span,
.export-card small,
.export-card strong,
.export-card span,
.sheet-card span,
.sheet-card strong {
  display: block;
}

.phone-header strong {
  color: #fff;
  font-size: 16px;
}

.phone-header span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

.bubble {
  width: 78%;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
  color: #253347;
  background: #fff;
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 2px 10px rgba(16, 24, 40, .08);
}

.bubble-out {
  margin-left: auto;
  background: #d8ffd7;
}

.export-card {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border-left: 4px solid var(--accent);
  box-shadow: 0 10px 30px rgba(16, 24, 40, .14);
}

.export-card small {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.export-card strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: 15px;
}

.export-card span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.phone-input {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  padding: 12px;
  border-radius: 999px;
  color: #a0a7b2;
  background: #fff;
  font-size: 12px;
}

.sync-card,
.sheet-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .26);
}

.sync-card {
  left: 34px;
  top: 88px;
}

.sync-card img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.sync-card span,
.sheet-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.sheet-card {
  right: 0;
  bottom: 122px;
  display: block;
}

.sheet-card span {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.logo-strip {
  padding: 34px 0 42px;
  background: #fff;
}

.logo-strip p {
  margin: 0 0 24px;
  color: #9aa1ad;
  text-align: center;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.logo-row span {
  color: rgba(20, 22, 31, .25);
  font-size: 20px;
  font-weight: 900;
}

.demo-section,
.value-simple,
.workflow-section,
.pricing-section,
.faq-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.demo-section,
.feature-intro {
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.demo-copy h2,
.value-simple h2,
.section-heading h2,
.pricing-copy h2,
.cta-card h2 {
  font-weight: 900;
  letter-spacing: -.01em;
}

.demo-media img {
  border-color: #bfefd0;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(24, 185, 88, .12);
}

.step-grid article,
.pricing-panel,
.faq-list details,
.cta-card {
  border-radius: 18px;
}

.step-grid article,
.faq-list details {
  border-color: #dce8e2;
  box-shadow: 0 18px 50px rgba(16, 24, 40, .05);
}

.use-line a {
  border-color: #dce8e2;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .04);
}

.pricing-panel {
  border-color: #c9efd7;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .08);
  overflow: hidden;
}

.pricing-panel .btn {
  min-height: 46px;
}

.cta-card {
  background:
    radial-gradient(circle at 92% 18%, rgba(37, 211, 102, .24), transparent 28%),
    #10151d;
}

.cta-card .eyebrow {
  color: var(--accent);
}

.site-footer {
  background: var(--bg);
}

.site-footer .brand {
  color: var(--ink);
}

@media (min-width: 720px) {
  .home-page .site-header .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .hero-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 980px) {
  .hero-split {
    grid-template-columns: minmax(0, .92fr) minmax(420px, .9fr);
  }

  .hero-visual {
    display: block;
  }
}

@media (max-width: 720px) {
  .home-page .site-header {
    position: absolute;
    overflow: hidden;
  }

  .header-row {
    min-height: 64px;
  }

  .hero-dark {
    min-height: 0;
    padding: 94px 0 52px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    max-width: none;
  }

  .hero-actions .btn,
  .btn-large {
    width: 100%;
    min-height: 56px;
  }

  .hero-stats {
    max-width: 100%;
  }

  .trust-pills {
    justify-content: flex-start;
  }

  .logo-strip {
    padding: 34px 0;
  }

  .logo-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
  }

  .demo-section,
  .value-simple,
  .workflow-section,
  .pricing-section,
  .faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

@media (max-width: 520px) {
  .home-page .site-header .shell,
  .shell {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .home-page .shell,
  .home-page .hero-split,
  .home-page .hero-copy,
  .home-page .demo-section,
  .home-page .demo-copy,
  .home-page .value-simple,
  .home-page .pricing-section,
  .home-page .faq-section {
    min-width: 0;
    max-width: calc(100vw - 32px);
    overflow-x: hidden;
  }

  .home-page .brand {
    max-width: calc(100% - 114px);
  }

  .home-page .language-menu {
    display: block;
  }

  .home-page .language-menu summary {
    color: rgba(255, 255, 255, .72);
  }

  .hero h1 {
    max-width: 100%;
    font-size: 35px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: visible;
  }

  .demo-copy h2,
  .value-simple h2,
  .pricing-copy h2 {
    max-width: 100%;
    font-size: 34px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .home-page .hero-text,
  .home-page .demo-copy p,
  .home-page .value-copy,
  .home-page .value-copy p {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}
