:root {
  --ink: #102b35;
  --ink-soft: #29434d;
  --muted: #61727a;
  --green: #16704c;
  --green-dark: #0b4f37;
  --green-light: #dff3e8;
  --mint: #eff9f3;
  --sand: #f4f1e8;
  --line: #dce8e2;
  --paper: #ffffff;
  --bg: #f8fbf9;
  --shadow-sm: 0 10px 30px rgba(16, 43, 53, .07);
  --shadow-lg: 0 28px 70px rgba(13, 66, 47, .16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip {
  position: fixed;
  z-index: 100;
  inset-block-start: 12px;
  inset-inline-start: -999px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.skip:focus { inset-inline-start: 12px; }
:focus-visible { outline: 3px solid #e29b35; outline-offset: 3px; }

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding: 14px 0;
  background: rgba(248, 251, 249, .86);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(220, 232, 226, .85);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 28px rgba(16, 43, 53, .06);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.23rem;
  font-weight: 850;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: transparent url("logo.png") center / contain no-repeat;
}
.brand-mark span { display: none; }
.links {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 28px;
  color: var(--ink-soft);
  font-size: .91rem;
  font-weight: 650;
}
.links a { padding: 10px 2px; }
.links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 13px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 10px 24px rgba(22, 112, 76, .22);
}
.button.secondary { color: var(--green-dark); background: var(--paper); }
.button.text {
  border-color: transparent;
  color: var(--green-dark);
  background: transparent;
  box-shadow: none;
}
.button.text::after { content: "↓"; font-size: 1rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 76px;
  background: linear-gradient(
    180deg,
    rgba(232, 247, 238, .72) 0%,
    rgba(239, 248, 243, .56) 54%,
    rgba(248, 251, 249, 0) 100%
  );
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}
.hero::before {
  width: 520px;
  height: 520px;
  top: -240px;
  right: -180px;
  background: rgba(196, 235, 213, .4);
}
.hero::after {
  width: 300px;
  height: 300px;
  bottom: -190px;
  left: -100px;
  background: rgba(239, 213, 160, .18);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 64px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid #cce8d8;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.hero h1 {
  max-width: 760px;
  margin: 22px 0;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: .99;
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--green); font-style: normal; }
.lead {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 20px; }
.hero-actions .primary { min-height: 54px; padding-inline: 27px; }
.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  list-style: none;
}
.micro-proof li::before {
  content: "✓";
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  margin-inline-end: 7px;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-light);
  font-size: .68rem;
}
.visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.visual::before {
  content: "";
  position: absolute;
  width: min(100%, 510px);
  aspect-ratio: 1;
  border: 1px solid #d7ebe0;
  border-radius: 46% 54% 58% 42% / 42% 42% 58% 58%;
  background:
    radial-gradient(circle at 65% 25%, rgba(255, 255, 255, .95), transparent 26%),
    linear-gradient(145deg, #e8f7ee, #d4eee0);
  transform: rotate(-5deg);
}
.phone {
  position: relative;
  z-index: 2;
  width: 290px;
  padding: 10px;
  border: 5px solid #152830;
  border-radius: 42px;
  background: #152830;
  box-shadow: var(--shadow-lg);
  transform: rotate(4deg);
}
.phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 22px;
  top: 7px;
  left: 50%;
  border-radius: 0 0 14px 14px;
  background: #152830;
  transform: translateX(-50%);
}
.product-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 29px;
}
.answer-strip {
  position: relative;
  z-index: 4;
  margin-top: -28px;
  padding-bottom: 88px;
}
.answer-card {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 44px;
  padding: 36px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.answer-card h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.15; letter-spacing: -.04em; }
.answer-card p { margin: 0; color: var(--ink-soft); font-size: 1.04rem; }
.answer-card strong { color: var(--green-dark); }

.section { padding: 96px 0; }
.section-tint { background: #f0f7f3; }
.section-dark { color: white; background: var(--ink); }
.section-head { max-width: 740px; margin: 0 auto 50px; text-align: center; }
.section-head.left { margin-inline: 0; text-align: start; }
.section-head h2 {
  margin: 14px 0 13px;
  font-size: clamp(2.2rem, 4.2vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -.052em;
}
.section-head p { margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.section-dark .section-head p { color: #b8c8cc; }
.section-dark .eyebrow { border-color: #356353; color: #d8f3e4; background: #173f35; }
.section-dark .eyebrow::before { background: #81d2a8; }

.problem-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.problem-card {
  min-height: 240px;
  padding: 30px;
  border: 1px solid #34505a;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .035);
}
.card-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 13px;
  color: #bde8d0;
  background: #1d4a3e;
  font-size: .75rem;
  font-weight: 850;
}
.problem-card h3 { margin-bottom: 9px; font-size: 1.2rem; line-height: 1.25; }
.problem-card p { margin: 0; color: #b8c8cc; font-size: .92rem; }

.solution-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 74px;
}
.product-stage {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, #e5f5ec, #f8fbf9 65%);
}
.product-stage .phone { width: 270px; transform: rotate(-3deg); }
.solution-copy h2 {
  margin: 16px 0;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: -.055em;
}
.solution-copy > p { color: var(--muted); font-size: 1.05rem; }
.solution-list { display: grid; gap: 22px; margin: 32px 0; }
.solution-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.solution-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: var(--green-dark);
  background: var(--green-light);
  font-size: .78rem;
  font-weight: 900;
}
.solution-item h3 { margin: 0 0 3px; font-size: 1rem; }
.solution-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.benefit-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(16, 43, 53, .04);
}
.benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 15px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: .78rem;
  font-weight: 900;
}
.benefit-card h3 { margin-bottom: 8px; font-size: 1.12rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.step-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 45px;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-weight: 850;
}
.step h3 { margin-bottom: 8px; font-size: 1.12rem; }
.step p { margin: 0; color: var(--muted); font-size: .91rem; }
.step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 39px;
  right: -20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  background: var(--bg);
  font-weight: 900;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 70px;
}
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 {
  margin: 15px 0 13px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -.052em;
}
.faq-intro p { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  transition: border-color .2s ease;
}
details[open] { border-color: #a9d5bd; }
summary {
  position: relative;
  padding: 21px 56px 21px 22px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--green);
  font-size: 1.35rem;
  transform: translateY(-50%);
}
details[open] summary::after { content: "−"; }
details p { margin: -3px 22px 22px; color: var(--muted); font-size: .93rem; }

.cta { padding: 30px 0 96px; }
.cta-box {
  position: relative;
  overflow: hidden;
  padding: 72px 36px;
  border-radius: var(--radius-lg);
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(83, 170, 126, .65), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(21, 91, 65, .9), transparent 34%),
    var(--green-dark);
}
.cta-box::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -120px;
  top: -140px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}
.cta-box .eyebrow { border-color: rgba(255, 255, 255, .2); color: #e8f7ef; background: rgba(255, 255, 255, .08); }
.cta-box .eyebrow::before { background: #a7dfc0; }
.cta-box h2 {
  max-width: 720px;
  margin: 18px auto 14px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -.057em;
}
.cta-box p { max-width: 590px; margin: 0 auto 28px; color: #d8ebe1; font-size: 1.03rem; }
.cta-box .button { position: relative; z-index: 2; border-color: white; color: var(--green-dark); background: white; }

.footer { padding: 0 0 38px; color: var(--muted); font-size: .8rem; }
.footer-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.footer-inner > span { margin-right: auto; }
.language-list, .legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.language-list a[aria-current="page"] { color: var(--green-dark); font-weight: 850; }
.language-list a:hover, .legal-links a:hover { color: var(--green); }

.legal-page { padding: 30px 0 88px; }
.legal-content {
  max-width: 800px;
  margin: 36px auto 0;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.legal-content h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); letter-spacing: -.05em; }
.legal-content h2 { margin: 34px 0 10px; font-size: 1.3rem; }
.legal-content p, .legal-content li, .legal-content address { color: var(--muted); }
.legal-content address { font-style: normal; }
.legal-content a { color: var(--green); text-decoration: underline; }

[dir="rtl"] { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] .hero h1,
[dir="rtl"] .section-head h2,
[dir="rtl"] .solution-copy h2,
[dir="rtl"] .faq-intro h2,
[dir="rtl"] .cta-box h2 { letter-spacing: -.025em; }
[dir="rtl"] .phone { transform: rotate(-4deg); }
[dir="rtl"] .product-stage .phone { transform: rotate(3deg); }
[dir="rtl"] .step:not(:last-child)::after { content: "←"; right: auto; left: -20px; }
[dir="rtl"] summary { padding: 21px 22px 21px 56px; }
[dir="rtl"] summary::after { right: auto; left: 20px; }
[dir="rtl"] .footer-inner > span { margin-right: 0; margin-left: auto; }

@media (max-width: 980px) {
  .links { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 30px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 4.6rem); }
  .solution-grid { gap: 40px; }
  .answer-card { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .header { padding: 8px 0; }
  .nav { min-height: 62px; padding: 8px 9px 8px 14px; border-radius: 16px; gap: 10px; }
  .nav-actions { margin-inline-start: auto; }
  .nav-actions .secondary { display: none; }
  .button { padding-inline: 16px; }
  .hero { padding: 54px 0 70px; }
  .hero-grid, .solution-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-actions, .micro-proof { justify-content: center; }
  .visual { min-height: 540px; margin-top: 16px; }
  .answer-strip { margin-top: -18px; padding-bottom: 70px; }
  .answer-card { padding: 28px; }
  .section { padding: 78px 0; }
  .problem-grid, .benefit-grid, .steps { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .card-index { margin-bottom: 26px; }
  .product-stage { min-height: 530px; }
  .solution-copy { order: -1; }
  .step-number { margin-bottom: 28px; }
  .step:not(:last-child)::after { display: none; }
  .faq-layout { gap: 34px; }
  .faq-intro { position: static; text-align: center; }
  .cta { padding-bottom: 78px; }
  .cta-box { padding: 60px 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-inner > span { margin: 0; }
  [dir="rtl"] .footer-inner > span { margin: 0; }
}

@media (max-width: 430px) {
  .brand { font-size: 1.08rem; }
  .brand-mark { width: 29px; height: 29px; flex-basis: 29px; }
  .nav-actions .primary { min-height: 44px; padding-inline: 12px; font-size: .8rem; }
  .hero h1 { font-size: 2.72rem; }
  .hero .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .micro-proof { display: grid; justify-content: start; max-width: 270px; margin-inline: auto; text-align: start; }
  .visual { min-height: 475px; }
  .phone { width: 240px; border-radius: 36px; }
  .product-screenshot { border-radius: 24px; }
  .phone::before { width: 78px; height: 19px; }
  .product-stage { min-height: 475px; }
  .product-stage .phone { width: 235px; }
  .section-head h2 { font-size: 2.25rem; }
  .legal-content { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
