@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #195BE0;
  --blue-deep: #0E2A66;
  --ink: #14173A;
  --blue-light: #B5CFE5;
  --yellow: #D7E021;
  --bg-soft: #F6F9FD;
  --text-2: rgba(20, 23, 58, .65);
  --text-3: rgba(20, 23, 58, .5);
  --border: rgba(181, 207, 229, .6);
  --shadow-card: 0 12px 34px rgba(14, 42, 102, .07);
  --gradient-dark: linear-gradient(160deg, #14173A 0%, #0E2A66 58%, #195BE0 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  font-family: 'Onest', system-ui, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-deep); }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 1120px; margin: 0 auto; padding: 0 40px; }
.wrap-tight { max-width: 820px; margin: 0 auto; padding: 0 40px; }

@keyframes dot { 0%, 60%, 100% { opacity: .25; } 30% { opacity: 1; } }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* Sections are visible by default — never hidden behind JS/scroll timing.
   .in only adds a subtle entrance; nothing depends on it to be readable. */
.reveal.in { animation: rise .6s cubic-bezier(.2,.7,.3,1) both; }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(20, 23, 58, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.site-header .wrap {
  padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-header img { height: 20px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: rgba(255, 255, 255, .75); font-size: 14.5px; }
.nav-links a:hover { color: #fff; }
.header-right { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 2px; font-size: 13px; }
.lang-switch button {
  border: none; background: none; cursor: pointer; padding: 5px 9px; border-radius: 7px;
  color: rgba(255, 255, 255, .6); font-weight: 600; font-family: inherit; font-size: 13px;
}
.lang-switch button.active { background: rgba(215, 224, 33, .18); color: var(--yellow); }
.header-right .login-link { color: rgba(255, 255, 255, .85); font-size: 14px; font-weight: 500; }
.btn-cta {
  background: var(--yellow); color: var(--ink); border-radius: 9px; padding: 10px 18px;
  font-size: 14px; font-weight: 700; border: none; cursor: pointer; font-family: inherit;
  display: inline-block;
}
.btn-cta:hover { color: var(--ink); filter: brightness(.95); }
.hamburger { display: none; }

/* -------------------------------------------------------------------- hero */
.hero { background: var(--gradient-dark); }
.hero-inner {
  padding: 72px 40px 84px; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: 56px; align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.badge {
  align-self: flex-start; display: flex; align-items: center; gap: 9px;
  background: rgba(215, 224, 33, .14); border: 1px solid rgba(215, 224, 33, .45);
  color: var(--yellow); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 20px;
}
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.hero h1 {
  margin: 0; font-size: 58px; line-height: 1.05; font-weight: 700; letter-spacing: -.025em;
  color: #fff; text-wrap: pretty;
}
.hero h1 span { color: var(--yellow); }
.hero-copy > p {
  margin: 0; font-size: 18px; line-height: 1.55; color: rgba(255, 255, 255, .72);
  max-width: 480px; text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 14px; padding-top: 4px; flex-wrap: wrap; }
.btn-ghost {
  color: #fff; border: 1.5px solid rgba(255, 255, 255, .35); border-radius: 11px;
  padding: 17px 30px; font-size: 16px; font-weight: 600; background: none; cursor: pointer; font-family: inherit;
}
.hero-ctas .btn-cta { padding: 17px 30px; font-size: 16px; border-radius: 11px; }
.hero-fine { font-size: 13.5px; color: rgba(255, 255, 255, .5); }

.hero-demo { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.scene-tabs { display: flex; align-items: center; gap: 8px; align-self: flex-end; }
.scene-tabs button {
  font-size: 12.5px; font-weight: 500; color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .25); background: none;
  padding: 6px 12px; border-radius: 20px; cursor: pointer; font-family: inherit;
}
.scene-tabs button.active {
  font-weight: 600; color: var(--ink); background: var(--yellow); border-color: var(--yellow);
}

.phone {
  width: 330px; background: var(--ink); border: 8px solid #0b0f2a; border-radius: 38px;
  box-shadow: 0 34px 80px rgba(4, 10, 36, .55); overflow: hidden;
}
.phone-notch { height: 26px; display: flex; align-items: center; justify-content: center; }
.phone-notch span { width: 80px; height: 5px; border-radius: 4px; background: rgba(255, 255, 255, .22); }
.phone-screen { background: #fff; display: flex; flex-direction: column; }
.phone-topbar {
  display: flex; align-items: center; gap: 11px; padding: 13px 16px;
  border-bottom: 1px solid rgba(181, 207, 229, .5);
}
.phone-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: var(--blue-deep); color: #fff;
  font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.phone-title { display: flex; flex-direction: column; gap: 1px; flex: 1; }
.phone-title strong { font-size: 14px; font-weight: 600; }
.phone-title .status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(20, 23, 58, .55); }
.phone-title .status .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.phone-body {
  background: var(--bg-soft); padding: 16px; display: flex; flex-direction: column; gap: 10px;
  min-height: 330px;
}
.msg { max-width: 86%; border-radius: 4px; padding: 10px 14px; font-size: 13px; line-height: 1.5; }
.msg.them { align-self: flex-start; background: #fff; color: var(--ink); border: 1px solid rgba(181, 207, 229, .55); border-radius: 14px 14px 14px 4px; }
.msg.us { align-self: flex-end; background: var(--blue); color: #fff; border-radius: 14px 14px 4px 14px; }
.typing { align-self: flex-start; display: flex; align-items: center; gap: 6px; padding-left: 4px; }
.typing .tdot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-light); animation: dot 1.2s infinite; }
.typing .tdot:nth-child(2) { animation-delay: .2s; }
.typing .tdot:nth-child(3) { animation-delay: .4s; }
.typing span.label { font-size: 11.5px; color: rgba(20, 23, 58, .45); }

.meta-badge {
  display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22); border-radius: 14px; padding: 10px 16px;
}
.meta-badge .check {
  width: 20px; height: 20px; border-radius: 50%; background: var(--yellow);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.meta-badge strong { font-size: 13px; font-weight: 600; color: #fff; }
.meta-badge span.sub { font-size: 12px; color: rgba(255, 255, 255, .55); }

/* --------------------------------------------------------------- trust row */
.trust { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px 0; overflow: hidden; }
.trust .wrap { display: flex; align-items: center; gap: 30px; }
.trust-label { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; color: rgba(255, 255, 255, .4); flex-shrink: 0; }
.marquee-viewport { flex: 1; overflow: hidden; }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: marq 28s linear infinite; }
.marquee-track span {
  border: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .72);
  font-size: 13.5px; padding: 7px 15px; border-radius: 20px; white-space: nowrap;
}

/* --------------------------------------------------------------- sections */
.section { padding: 80px 40px; }
.section-tight { padding: 84px 40px; }
.section-soft { background: var(--bg-soft); }
.section-head { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; color: var(--blue); }
.eyebrow.on-dark { color: var(--yellow); }
h2.h-section { margin: 0; font-size: 38px; font-weight: 700; letter-spacing: -.02em; color: var(--blue-deep); text-wrap: pretty; }
.h-section.on-dark { color: #fff; }

/* problem */
.problem-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; align-items: center; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; width: 100%; }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
}
.card .icon-box {
  width: 38px; height: 38px; border-radius: 11px; background: rgba(25, 91, 224, .09);
  display: flex; align-items: center; justify-content: center;
}
.card strong.title { font-size: 17px; font-weight: 600; color: var(--blue-deep); }
.card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--text-2); }
.problem-line { font-size: 18px; font-weight: 600; color: var(--blue-deep); }

/* steps */
.steps-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.step {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
}
.step-top { padding: 26px 26px 20px; display: flex; flex-direction: column; gap: 10px; }
.step-num {
  width: 38px; height: 38px; border-radius: 11px; background: var(--yellow); color: var(--ink);
  font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.step-top strong { font-size: 18px; font-weight: 600; color: var(--blue-deep); }
.step-top p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--text-2); }
.step-preview {
  margin-top: auto; background: var(--bg-soft); border-top: 1px solid rgba(181, 207, 229, .5);
  padding: 18px; display: flex; flex-direction: column; gap: 9px;
}
.step-row {
  background: #fff; border: 1px solid rgba(181, 207, 229, .55); border-radius: 10px;
  padding: 11px 13px; display: flex; align-items: center; gap: 10px;
}
.step-row.faded { opacity: .6; }
.step-check {
  width: 18px; height: 18px; border-radius: 5px; background: var(--yellow);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.step-radio { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid var(--blue-light); flex-shrink: 0; }
.step-row strong { font-size: 13px; font-weight: 600; }
.step-row .muted { font-size: 12px; color: rgba(20, 23, 58, .5); margin-left: auto; }
.step-product { flex-direction: column; align-items: flex-start; gap: 3px; }
.step-product strong { font-size: 13px; font-weight: 600; }
.step-product span { font-size: 12px; color: rgba(20, 23, 58, .55); }
.step-toggle {
  margin-top: auto; background: linear-gradient(135deg, var(--ink), var(--blue));
  border-top: 1px solid rgba(181, 207, 229, .5); padding: 22px 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.step-toggle .label strong { display: block; font-size: 14px; font-weight: 600; color: #fff; }
.step-toggle .label span { font-size: 12px; color: rgba(255, 255, 255, .6); }
.switch-on { width: 44px; height: 24px; border-radius: 14px; background: var(--yellow); position: relative; display: inline-block; }
.switch-on span { position: absolute; top: 3px; right: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); }

/* features */
.features-inner { max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.feature {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 44px; align-items: center;
}
.feature.rtl { direction: rtl; }
.feature-copy { direction: ltr; display: flex; flex-direction: column; gap: 14px; }
.feature-tag {
  align-self: flex-start; background: rgba(25, 91, 224, .09); color: var(--blue);
  font-size: 12.5px; font-weight: 600; padding: 5px 12px; border-radius: 20px;
}
.feature-copy h3 {
  margin: 0; font-size: 28px; line-height: 1.2; font-weight: 700; letter-spacing: -.015em;
  color: var(--blue-deep); text-wrap: pretty;
}
.feature-copy p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-2); max-width: 440px; text-wrap: pretty; }
.feature-window {
  direction: ltr; background: #fff; border: 1px solid var(--border); border-radius: 18px;
  box-shadow: var(--shadow-card); overflow: hidden;
}
.feature-window-bar {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid rgba(181, 207, 229, .5); background: var(--bg-soft);
}
.feature-window-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue-light); }
.feature-window-bar span.frame { font-size: 12.5px; color: rgba(20, 23, 58, .55); margin-left: 8px; }
.feature-window-body { padding: 20px; background: var(--bg-soft); display: flex; flex-direction: column; gap: 10px; min-height: 210px; }
.feature-row {
  max-width: 86%; padding: 11px 15px; font-size: 13.5px; line-height: 1.5;
  display: flex; flex-direction: column; gap: 4px;
}
.feature-row.them { align-self: flex-start; background: #fff; color: var(--ink); border: 1px solid rgba(181, 207, 229, .55); border-radius: 14px 14px 14px 4px; }
.feature-row.us { align-self: flex-end; background: var(--blue); color: #fff; border-radius: 14px 14px 4px 14px; }
.feature-row .flabel { font-size: 11.5px; font-weight: 600; }
.feature-row.them .flabel { color: rgba(20, 23, 58, .5); }
.feature-row.us .flabel { color: rgba(255, 255, 255, .65); }

/* bot is yours */
.customize { background: var(--gradient-dark); }
.customize-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 34px; }
.customize-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; align-items: start; }
.customize-left { display: flex; flex-direction: column; gap: 20px; }
.chip-group { display: flex; flex-direction: column; gap: 9px; }
.chip-group > span { font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .65); }
.chip-row { display: flex; gap: 9px; flex-wrap: wrap; }
.chip {
  border: 1px solid rgba(255, 255, 255, .25); background: none; color: rgba(255, 255, 255, .75);
  font-size: 13.5px; font-weight: 500; padding: 9px 16px; border-radius: 22px; cursor: pointer; font-family: inherit;
}
.chip.active { border-color: var(--yellow); background: var(--yellow); color: var(--ink); font-weight: 600; }
.noprice-toggle {
  display: flex; align-items: center; gap: 13px; background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; padding: 16px 18px; cursor: pointer;
}
.noprice-toggle.on { border-color: rgba(215, 224, 33, .55); }
.switch { width: 38px; height: 22px; border-radius: 13px; background: rgba(255, 255, 255, .25); position: relative; flex-shrink: 0; transition: background .2s; }
.switch.on { background: var(--yellow); }
.switch span { position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: left .2s; }
.switch.on span { left: 18px; }
.noprice-toggle .label strong { display: block; font-size: 14.5px; font-weight: 600; color: #fff; }
.noprice-toggle .label span { font-size: 13px; line-height: 1.45; color: rgba(255, 255, 255, .6); }

.reply-preview { background: #fff; border-radius: 18px; overflow: hidden; }
.reply-preview-top {
  padding: 14px 18px; border-bottom: 1px solid rgba(181, 207, 229, .5);
  display: flex; align-items: center; justify-content: space-between;
}
.reply-preview-top .left { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.reply-preview-top .left .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.reply-preview-top .meta { font-size: 12.5px; color: rgba(20, 23, 58, .5); }
.reply-preview-body { background: var(--bg-soft); padding: 20px; display: flex; flex-direction: column; gap: 12px; min-height: 190px; }

/* results */
.results-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 38px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat .num { font-size: 52px; font-weight: 700; letter-spacing: -.03em; color: var(--blue-deep); }
.stat .bar { width: 34px; height: 6px; border-radius: 4px; background: var(--yellow); }
.stat .desc { font-size: 15px; color: var(--text-2); }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.testimonial { background: var(--bg-soft); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.testimonial strong { font-size: 15px; font-weight: 700; color: var(--blue-deep); }
.testimonial p { margin: 0; font-size: 14.5px; line-height: 1.6; color: rgba(20, 23, 58, .68); }
.testimonial span.who { font-size: 13px; color: var(--text-3); }

/* for whom */
.forwhom-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.forwhom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.forwhom-grid .card { gap: 10px; }
.forwhom-grid .card strong { font-size: 17px; font-weight: 600; color: var(--blue-deep); }

/* pricing */
.pricing-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; align-items: center; }
.period-toggle { display: flex; border: 1px solid var(--blue-light); border-radius: 10px; overflow: hidden; }
.period-toggle button {
  padding: 11px 22px; font-size: 14px; font-weight: 400; background: none; color: rgba(20, 23, 58, .6);
  cursor: pointer; border: none; font-family: inherit;
}
.period-toggle button.active { font-weight: 600; background: var(--yellow); color: var(--ink); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; width: 100%; align-items: start; }
.plan {
  border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px;
  background: #fff; border: 1px solid var(--border);
}
.plan.dark { background: var(--gradient-dark); border: none; color: #fff; }
.plan-head { display: flex; align-items: center; justify-content: space-between; }
.plan-head strong { font-size: 17px; font-weight: 700; color: var(--blue-deep); }
.plan.dark .plan-head strong { color: #fff; }
.plan-badge { font-size: 12px; font-weight: 700; background: rgba(25, 91, 224, .09); color: var(--blue); padding: 4px 10px; border-radius: 20px; }
.plan.dark .plan-badge { background: var(--yellow); color: var(--ink); }
.plan-price { display: flex; align-items: baseline; gap: 6px; }
.plan-price .amount { font-size: 34px; font-weight: 700; letter-spacing: -.02em; color: var(--blue-deep); }
.plan.dark .plan-price .amount { color: #fff; }
.plan-price .per { font-size: 14px; color: rgba(20, 23, 58, .55); }
.plan.dark .plan-price .per { color: rgba(255, 255, 255, .6); }
.plan-items { display: flex; flex-direction: column; gap: 10px; }
.plan-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; color: rgba(20, 23, 58, .72); }
.plan.dark .plan-item { color: rgba(255, 255, 255, .85); }
.plan-item .tick {
  width: 16px; height: 16px; border-radius: 50%; background: var(--yellow); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.plan-cta {
  margin-top: auto; text-align: center; border-radius: 10px; padding: 14px; font-size: 14.5px; font-weight: 700;
  background: #fff; color: var(--blue-deep); border: 1.5px solid var(--ink); display: block;
}
.plan.dark .plan-cta { background: var(--yellow); color: var(--ink); border: none; }
.pricing-inner > a.compare { font-size: 14px; font-weight: 600; }

/* faq */
.faq-inner { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-q {
  width: 100%; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; cursor: pointer; background: none; border: none; text-align: left; font-family: inherit;
}
.faq-q span.qtext { font-size: 15.5px; font-weight: 600; color: var(--blue-deep); }
.faq-q span.sign { font-size: 22px; font-weight: 400; color: var(--blue); flex-shrink: 0; line-height: 1; }
.faq-a { margin: 0; padding: 0 22px 20px; font-size: 14.5px; line-height: 1.6; color: rgba(20, 23, 58, .68); max-width: 660px; display: none; }
.faq-item.open .faq-a { display: block; }

/* final cta */
.final-cta-wrap { padding: 0 40px; background: var(--bg-soft); }
.final-cta {
  max-width: 1120px; margin: 0 auto; transform: translateY(40px); border-radius: 22px;
  background: linear-gradient(115deg, var(--ink), var(--blue-deep) 60%, var(--blue));
  padding: 56px 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center;
}
.final-cta h2 { margin: 0; font-size: 40px; line-height: 1.15; font-weight: 700; letter-spacing: -.02em; color: #fff; max-width: 640px; text-wrap: pretty; }
.final-cta .btn-cta { padding: 17px 34px; font-size: 16px; border-radius: 11px; }
.final-cta .fine { font-size: 13.5px; color: rgba(255, 255, 255, .55); }

/* footer */
footer.site-footer { background: var(--ink); padding: 96px 40px 32px; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 32px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand img { height: 20px; }
.footer-brand p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, .55); max-width: 230px; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col > span.head { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; color: rgba(255, 255, 255, .4); }
.footer-col a, .footer-col span.plain { font-size: 14px; color: rgba(255, 255, 255, .72); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 20px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.footer-bottom span { font-size: 12.5px; color: rgba(255, 255, 255, .4); }

/* --------------------------------------------------------------- mobile */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .header-right .login-link { display: none; }
  .lang-switch { display: none; }
  .hero h1 { font-size: 40px; }
  .section, .section-tight { padding: 56px 20px; }
  .hero-inner { padding: 48px 20px 56px; }
  .wrap, .wrap-narrow, .wrap-tight { padding: 0 20px; }
  .final-cta-wrap, .site-header .wrap { padding-left: 20px; padding-right: 20px; }
  .final-cta { padding: 40px 26px; }
  h2.h-section { font-size: 30px; }
  footer.site-footer { padding: 56px 20px 28px; }
  /* auto-fit grids with a minmax() floor (340-380px) overflow any viewport
     narrower than that floor — force a single column below the breakpoint
     instead of letting the grid track force its own minimum width. */
  .hero-inner, .feature, .customize-grid,
  .problem-grid, .steps-grid, .stats-grid, .testimonial-grid,
  .forwhom-grid, .plans-grid, .footer-cols {
    grid-template-columns: 1fr;
  }
  .feature.rtl { direction: ltr; }
  .hero-demo { width: 100%; }
  .phone { width: 100%; max-width: 330px; margin: 0 auto; }
}
