:root {
  color-scheme: light;
  --canvas: #f6f8f3;
  --surface: #ffffff;
  --surface-soft: #edf6ec;
  --surface-warm: #fbfaf3;
  --ink: #15372b;
  --ink-strong: #08271c;
  --muted: #526c5d;
  --muted-light: #c7d8ca;
  --line: #d5e4d6;
  --green: #08723f;
  --green-deep: #064a2a;
  --green-dark: #043a20;
  --green-soft: #daf0dd;
  --lime: #d4f979;
  --lime-pale: #effbd2;
  --focus: #e8bf30;
  --shadow: 0 22px 54px rgba(8, 64, 37, 0.11);
  --shadow-soft: 0 12px 30px rgba(8, 64, 37, 0.07);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --page-width: 1160px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.page {
  overflow: clip;
}

.container {
  width: min(100% - 40px, var(--page-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--ink-strong);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

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

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(21, 55, 43, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.header-inner,
.header-actions,
.site-nav,
.language-switch,
.store-links,
.member-row,
.footer-links {
  display: flex;
  align-items: center;
}

.header-inner {
  min-height: 78px;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

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

.brand img {
  display: block;
  width: 148px;
  height: auto;
}

.header-actions {
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.site-nav {
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green);
}

.language-switch {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.language-switch a {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--muted);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.language-switch a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--focus);
}

.language-switch a.is-current {
  background: var(--surface);
  color: var(--green-deep);
  box-shadow: 0 2px 6px rgba(8, 64, 37, 0.12);
}

.language-switch a.is-current:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--focus), 0 2px 6px rgba(8, 64, 37, 0.12);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 8vw, 116px) 0 clamp(64px, 9vw, 124px);
  background:
    linear-gradient(112deg, #f7fbf4 0%, #eff8eb 48%, #f9fbf2 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -13%;
  bottom: -46%;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 114, 63, 0.1);
  border-radius: 48% 52% 50% 50%;
  content: "";
  transform: rotate(-18deg);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
}

.hero-orb-one {
  top: 10%;
  right: 8%;
  width: min(20vw, 260px);
  aspect-ratio: 1;
  background: rgba(212, 249, 121, 0.38);
}

.hero-orb-two {
  bottom: 12%;
  left: -4%;
  width: min(13vw, 180px);
  aspect-ratio: 1;
  background: rgba(176, 225, 178, 0.45);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(330px, 0.93fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
}

.hero-copy {
  position: relative;
  max-width: 640px;
}

.eyebrow,
.section-kicker,
.store-title,
.visual-label,
.ledger-status {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(212, 249, 121, 0.35);
}

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

h1,
h2,
h3 {
  color: var(--ink-strong);
  text-wrap: balance;
}

h1 {
  max-width: 680px;
  margin: 16px 0 20px;
  font-size: clamp(2.68rem, 5.5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 31px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.55;
}

.store-cta {
  padding-top: 3px;
}

.store-title {
  margin-bottom: 12px;
  color: var(--green-deep);
}

.store-links {
  flex-wrap: wrap;
  gap: 9px;
}

.store-link {
  display: inline-flex;
  overflow: hidden;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 64, 37, 0.15);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(8, 64, 37, 0.08);
  line-height: 0;
  text-decoration: none;
}

.store-link:hover {
  border-color: rgba(8, 114, 63, 0.5);
  box-shadow: 0 8px 18px rgba(8, 64, 37, 0.12);
}

.store-link img {
  display: block;
  width: auto;
  height: 46px;
}

.store-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.product-visual {
  position: relative;
  min-height: 415px;
}

.visual-backdrop {
  position: absolute;
  inset: 8% 0 8% 7%;
  border: 1px solid rgba(8, 114, 63, 0.17);
  border-radius: 43% 57% 47% 53%;
  background: linear-gradient(135deg, rgba(212, 249, 121, 0.72), rgba(219, 240, 220, 0.78));
  transform: rotate(-5deg);
}

.ledger-window {
  position: absolute;
  top: 2%;
  right: 4%;
  width: min(100%, 420px);
  padding: 20px;
  border: 1px solid rgba(8, 64, 37, 0.14);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}

.ledger-topline {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.ledger-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b6cbb9;
}

.ledger-dot:nth-child(2) {
  background: #88ad91;
}

.ledger-dot:nth-child(3) {
  background: var(--green);
}

.ledger-status {
  margin-left: auto;
  color: var(--green);
  font-size: 0.62rem;
}

.ledger-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 21px 0 15px;
}

.visual-label {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.62rem;
}

.ledger-title-row strong {
  display: block;
  color: var(--ink-strong);
  font-size: 1.14rem;
  letter-spacing: -0.025em;
}

.visual-check {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: var(--lime);
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 900;
}

.member-row {
  gap: 7px;
  padding: 0 0 19px;
}

.member-chip,
.member-more {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 0.71rem;
  font-weight: 850;
}

.member-chip + .member-chip {
  margin-left: -12px;
}

.chip-green {
  background: #82d69a;
}

.chip-lime {
  background: var(--lime);
}

.chip-pale {
  background: #dcefe0;
}

.member-more {
  margin-left: 3px;
  border: 0;
  background: var(--surface-soft);
  color: var(--green);
}

.expense-list {
  display: grid;
  gap: 9px;
  padding: 15px;
  border-radius: var(--radius-md);
  background: var(--surface-warm);
}

.expense-row {
  display: grid;
  grid-template-columns: 14px auto 1fr;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 670;
}

.expense-mark {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.mark-green {
  background: var(--green);
}

.mark-lime {
  background: #b6dc57;
}

.mark-pale {
  background: #a8cbb0;
}

.expense-line {
  justify-self: end;
  width: 66px;
  height: 7px;
  border-radius: 999px;
  background: #d6e2d7;
}

.expense-line.short {
  width: 43px;
}

.expense-line.medium {
  width: 55px;
}

.balance-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  margin-top: 15px;
  padding: 15px 16px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--green-deep);
  color: #ffffff;
}

.balance-panel span {
  color: #c9e9cc;
  font-size: 0.73rem;
  font-weight: 700;
}

.balance-panel strong {
  text-align: right;
  font-size: 0.83rem;
}

.balance-panel i {
  grid-column: 1 / -1;
  width: 72%;
  height: 5px;
  border-radius: 999px;
  background: var(--lime);
}

.section {
  padding: clamp(68px, 9vw, 126px) 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 46px;
}

.section-heading-wide {
  max-width: 660px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--green);
}

.section-kicker-light {
  color: var(--lime);
}

.section-heading h2,
.workflow h2,
.faq-intro h2,
.bot-copy h2,
.support-card h2,
.remote-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.section-heading > p:last-child,
.faq-intro > p:last-child,
.workflow-intro > p:last-child,
.bot-copy > p:last-child,
.support-card > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.58;
}

.benefits {
  background: var(--surface);
}

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

.benefit-card {
  position: relative;
  min-height: 314px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-warm);
  box-shadow: var(--shadow-soft);
}

.benefit-card:nth-child(2) {
  background: var(--surface-soft);
}

.benefit-card:nth-child(3) {
  background: #f5faed;
}

.benefit-card-offset {
  transform: translateY(25px);
}

.card-index {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(8, 114, 63, 0.4);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.card-symbol {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 49px;
  border-radius: 17px;
  background: var(--green-deep);
}

.card-symbol span {
  display: block;
  border-radius: 999px;
  background: var(--lime);
}

.symbol-event span {
  width: 7px;
  height: 24px;
}

.symbol-event span:nth-child(2) {
  height: 17px;
}

.symbol-event span:nth-child(3) {
  height: 10px;
}

.symbol-members span {
  width: 13px;
  height: 13px;
}

.symbol-members span:nth-child(2) {
  transform: translateY(8px);
  background: #9bd2a3;
}

.symbol-members span:nth-child(3) {
  background: #ffffff;
}

.symbol-report span {
  width: 26px;
  height: 5px;
}

.symbol-report span:nth-child(1) {
  position: absolute;
  top: 16px;
  width: 21px;
}

.symbol-report span:nth-child(2) {
  width: 26px;
}

.symbol-report span:nth-child(3) {
  position: absolute;
  bottom: 16px;
  width: 16px;
}

.benefit-card h3,
.scenario-card h3,
.workflow-steps h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 780;
  letter-spacing: -0.028em;
  line-height: 1.2;
}

.benefit-card p,
.scenario-card p,
.workflow-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.workflow {
  position: relative;
  background: var(--green-deep);
}

.workflow::before {
  position: absolute;
  top: 0;
  right: 7%;
  width: 30%;
  height: 2px;
  background: var(--lime);
  content: "";
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(38px, 7vw, 94px);
  align-items: start;
}

.workflow-intro h2 {
  color: #ffffff;
}

.workflow-intro > p:last-child {
  color: #c8e4cb;
}

.workflow-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.2);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.97);
}

.step-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.workflow-steps h3 {
  margin: 2px 0 3px;
}

.scenarios {
  background: var(--canvas);
}

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

.scenario-card {
  position: relative;
  min-height: 230px;
  padding: 27px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.scenario-card h3 {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin-top: 70px;
}

.scenario-card p {
  position: relative;
  z-index: 1;
  max-width: 280px;
}

.scenario-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100px;
  border-radius: 0 0 0 100%;
}

.accent-one {
  background: var(--lime);
}

.accent-two {
  width: 126px;
  border-radius: 70% 0 0 70%;
  background: #9bdcab;
}

.accent-three {
  width: 92px;
  height: 92px;
  margin: 18px;
  border-radius: 50%;
  background: #d8edba;
}

.remote {
  padding-top: 0;
  padding-bottom: 0;
}

.remote-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  padding: clamp(31px, 5vw, 56px);
  border-radius: var(--radius-xl);
  background: linear-gradient(115deg, var(--green-dark), var(--green-deep));
  box-shadow: var(--shadow);
}

.remote-mark {
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  border: 1px solid rgba(212, 249, 121, 0.58);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.remote-mark span {
  grid-area: 1 / 1;
  width: 44px;
  height: 44px;
  border: 2px solid var(--lime);
  border-radius: 50%;
}

.remote-mark span:nth-child(2) {
  width: 26px;
  height: 26px;
}

.remote-mark span:nth-child(3) {
  width: 8px;
  height: 8px;
  background: var(--lime);
}

.remote-card h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.remote-card > div > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #cbe5cf;
  font-size: 1rem;
  line-height: 1.55;
}

.faq {
  background: var(--surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 28px;
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 21px;
  cursor: pointer;
  color: var(--ink-strong);
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  flex: 0 0 auto;
  color: var(--green);
  content: "+";
  font-size: 1.45rem;
  font-weight: 450;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 680px;
  margin: -3px 21px 20px;
  color: var(--muted);
  line-height: 1.58;
}

.faq-list details a {
  color: var(--green-deep);
  font-weight: 700;
}

.bot-section {
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(52px, 7vw, 92px);
  background: var(--canvas);
}

.bot-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface-warm);
  box-shadow: var(--shadow-soft);
}

.bot-copy {
  max-width: 470px;
}

.bot-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.bot-copy > p:last-child {
  max-width: 440px;
}

.bot-interaction,
.bot-widget-shell {
  min-width: 0;
}

.bot-launch-form {
  display: grid;
  gap: 10px;
}

.bot-launch-form label {
  color: var(--ink-strong);
  font-size: 0.94rem;
  font-weight: 760;
}

.bot-launch-form textarea {
  width: 100%;
  min-height: 116px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
  color: var(--ink-strong);
  background: var(--surface);
  font: inherit;
  line-height: 1.5;
}

.bot-launch-form textarea::placeholder {
  color: var(--muted);
  opacity: 1;
}

.bot-launch-form textarea:focus-visible,
.bot-launch-form button:focus-visible,
.bot-widget .mg-ai-chat__input:focus-visible,
.bot-widget .mg-ai-chat__send:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.bot-input-note,
.bot-notice,
.bot-status,
.bot-error-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bot-input-note {
  margin-top: -2px;
}

.bot-notice {
  margin-top: 16px;
}

.bot-notice a,
.bot-error-help a {
  color: var(--green-deep);
  font-weight: 700;
}

.bot-status:not(:empty) {
  margin-top: 12px;
}

.bot-error-help {
  margin-top: 10px;
  color: var(--ink);
}

.bot-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.bot-launch-form button {
  min-height: 48px;
  border: 1px solid var(--green-deep);
  border-radius: 12px;
  padding: 12px 18px;
  color: #ffffff;
  background: var(--green-deep);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.bot-launch-form button:hover {
  background: var(--green-dark);
}

.bot-launch-form button[aria-disabled="true"] {
  cursor: progress;
  opacity: 0.7;
}

.bot-widget-shell {
  margin-top: 18px;
}

.bot-widget.mg-ai-chat {
  --mg-ai-chat-active-line: rgba(8, 114, 63, 0.72);
  --mg-ai-chat-user-rest-line: rgba(8, 114, 63, 0.28);
  --mg-ai-chat-assistant-rest-line: rgba(8, 114, 63, 0.24);
  --mg-ai-chat-soft-line: rgba(8, 114, 63, 0.18);
  --mg-ai-chat-input-bg: #ffffff;
  --mg-ai-chat-input-bg-active: #ffffff;
  --mg-ai-chat-input-text: var(--ink-strong);
  --mg-ai-chat-input-muted: var(--muted);
  --mg-ai-chat-user-text: var(--ink-strong);
  --mg-ai-chat-answer-bg: var(--surface-soft);
  --mg-ai-chat-answer-text: var(--green-deep);
  --mg-ai-chat-send-bg: var(--green-deep);
  --mg-ai-chat-send-bg-hover: var(--green-dark);
  --mg-ai-chat-send-border: var(--green-deep);
  --mg-ai-chat-send-border-hover: var(--green-dark);
  max-width: 100%;
  font-family: inherit;
}

.bot-widget .mg-ai-chat__form {
  min-height: 58px;
}

.bot-widget .mg-ai-chat__input {
  min-height: 48px;
  height: 48px;
  font-family: inherit;
}

.bot-widget .mg-ai-chat__send {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.support {
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
  background: var(--canvas);
}

.support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--lime-pale);
}

.support-card h2 {
  margin-bottom: 9px;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.support-card > div > p:last-child {
  max-width: 600px;
}

.support-link {
  display: inline-flex;
  min-height: 54px;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: 12px;
  background: var(--green-deep);
  color: #ffffff;
  font-weight: 760;
  text-decoration: none;
}

.support-link:hover {
  background: var(--green-dark);
  text-decoration: none;
}

.support-link span {
  color: var(--lime);
  font-size: 1.2rem;
}

.site-footer {
  padding: 30px 0;
  background: var(--green-dark);
  color: #cde2d0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.footer-links {
  justify-content: center;
  gap: 17px;
  color: #d7ead9;
  font-size: 0.82rem;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-inner > p {
  justify-self: end;
  margin: 0;
  color: #a8c7ad;
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .workflow-layout,
  .faq-layout,
  .bot-card {
    grid-template-columns: 1fr;
  }

  .site-nav .bot-nav-link {
    display: none;
  }

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

  .product-visual {
    width: min(100%, 540px);
    min-height: 390px;
    margin: 0 auto;
  }

  .ledger-window {
    right: 7%;
  }

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

  .faq-intro {
    position: static;
    max-width: 640px;
  }
}

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

  .header-inner {
    min-height: 72px;
  }

  .header-actions {
    gap: 12px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding-top: 55px;
  }

  h1 {
    margin-top: 14px;
    letter-spacing: -0.058em;
  }

  .product-visual {
    min-height: 355px;
  }

  .benefit-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card-offset {
    transform: none;
  }

  .benefit-card {
    min-height: 0;
  }

  .card-symbol {
    margin-bottom: 32px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-inner > p {
    justify-self: start;
  }
}

@media (max-width: 510px) {
  .brand img {
    width: 132px;
  }

  .header-inner {
    gap: 12px;
  }

  .language-switch a {
    min-width: 44px;
    padding-inline: 7px;
  }

  .store-links {
    align-items: stretch;
  }

  .store-link {
    min-height: 44px;
  }

  .store-link img {
    height: 44px;
  }

  .product-visual {
    min-height: 318px;
  }

  .ledger-window {
    top: 0;
    right: 0;
    padding: 17px;
    border-radius: 23px;
    transform: rotate(1.2deg);
  }

  .visual-backdrop {
    inset: 8% 1% 7% 4%;
  }

  .ledger-title-row {
    padding-top: 16px;
  }

  .expense-list {
    padding: 12px;
  }

  .remote-card {
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .remote-mark {
    width: 68px;
    height: 68px;
  }

  .remote-mark span {
    width: 36px;
    height: 36px;
  }

  .remote-mark span:nth-child(2) {
    width: 20px;
    height: 20px;
  }

  .support-card {
    display: grid;
    gap: 23px;
  }

  .support-link {
    justify-content: center;
  }

  .bot-form-actions,
  .bot-launch-form button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 24px, var(--page-width));
  }

  .brand img {
    width: 118px;
  }

  .language-switch {
    font-size: 12px;
  }

  .language-switch a {
    min-width: 44px;
    padding-inline: 6px;
  }

  .hero {
    padding-top: 47px;
  }

  .store-links {
    gap: 7px;
  }

  .store-link img {
    height: 40px;
  }

  .store-link {
    min-height: 40px;
  }

  .product-visual {
    min-height: 295px;
  }

  .ledger-window {
    padding: 14px;
  }

  .expense-row {
    gap: 7px;
  }

  .expense-line {
    width: 48px;
  }

  .expense-line.short {
    width: 32px;
  }

  .expense-line.medium {
    width: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Keep localized content from forcing one-column layouts wider than the viewport. */
.hero-grid > *,
.benefit-grid > *,
.scenario-grid > *,
.workflow-layout > *,
.workflow-steps > li > *,
.remote-card > *,
.faq-layout > *,
.faq-list > *,
.bot-card > *,
.bot-launch-form > *,
.bot-form-actions > *,
.support-card > *,
.footer-inner > * {
  min-width: 0;
}

h1,
h2,
h3,
p,
label,
legend,
small,
summary,
button,
.support-link,
.footer-links a {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.eyebrow {
  max-width: 100%;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.store-links,
.bot-form-actions {
  min-width: 0;
  max-width: 100%;
}

.bot-launch-form textarea,
.bot-launch-form button,
.support-link,
.store-link {
  min-width: 0;
  max-width: 100%;
}
