:root {
  --lime: #e4f221;
  --lime-soft: #f3fa9b;
  --lime-deep: #cddb0a;
  --ink: #1d1b1c;
  --ink-2: #0b0e12;
  --ink-3: #15191f;
  --white: #ffffff;
  --paper: #f5f6f1;
  --paper-2: #eef0ea;
  --muted: #687078;
  --line: #dfe3da;
  --success: #1fb669;
  --whatsapp: #25d366;
  --instagram: #d7478d;
  --messenger: #168aff;
  --email: #64748b;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --shadow-sm: 0 10px 30px rgba(16, 20, 18, .08);
  --shadow-md: 0 28px 70px rgba(15, 19, 16, .12);
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, .30);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  direction: rtl;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary, select, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--lime); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding-block: 112px; position: relative; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -70px; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 0 0 12px 12px; z-index: 9999; font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 0; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -.025em; }
p { line-height: 1.9; }
em { color: inherit; font-style: normal; position: relative; display: inline; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ink); font-size: .86rem; font-weight: 700; letter-spacing: .01em; }
.eyebrow > span { width: 28px; height: 8px; border-radius: 100px; background: var(--lime); box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.eyebrow--dark { color: var(--ink); }
.eyebrow--dark > span { background: var(--ink); }
.eyebrow--lime { color: var(--lime); }
.eyebrow--lime > span { background: var(--lime); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(228, 242, 33, .65); outline-offset: 3px; }
.btn--dark { color: var(--white); background: var(--ink); box-shadow: 0 12px 24px rgba(29, 27, 28, .16); }
.btn--dark:hover { background: #030303; box-shadow: 0 16px 34px rgba(29, 27, 28, .24); }
.btn--lime { color: var(--ink); background: var(--lime); box-shadow: 0 12px 24px rgba(228, 242, 33, .18); }
.btn--lime:hover { background: #f1ff2b; }
.btn--ghost { color: var(--ink); background: rgba(255,255,255,.78); border-color: rgba(29,27,28,.16); backdrop-filter: blur(10px); }
.btn--ghost:hover { background: var(--white); border-color: rgba(29,27,28,.35); }
.btn--sm { min-height: 42px; padding: 9px 18px; font-size: .88rem; }
.btn--lg { min-height: 58px; padding-inline: 30px; }
.btn--block { width: 100%; }
.text-link { font-size: .9rem; font-weight: 600; }
.arrow-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; margin-top: 22px; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(-5px); }

.announcement { background: var(--ink); color: var(--white); font-size: .8rem; }
.announcement__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.announcement__inner p { margin: 0; line-height: 1.5; }
.announcement__inner a { color: var(--lime); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.announcement__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(228,242,33,.12); }

.site-header { position: relative; z-index: 100; }
.nav-shell { background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(29,27,28,.07); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 100; }
.navbar { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 144px; }
.brand__panel { display: inline-flex; align-items: center; justify-content: center; background: var(--lime); border-radius: 11px; padding: 7px 10px; box-shadow: inset 0 0 0 1px rgba(29,27,28,.12); }
.brand img { width: 126px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; }
.main-nav a { font-size: .89rem; font-weight: 600; color: #323437; position: relative; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -10px; height: 3px; border-radius: 4px; background: var(--lime-deep); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle-label { display: none; }

.hero { background: var(--lime); padding-top: 84px; padding-bottom: 48px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(29,27,28,.10) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 66%); pointer-events: none; }
.hero__orb { position: absolute; border-radius: 50%; border: 1px solid rgba(29,27,28,.14); pointer-events: none; }
.hero__orb--one { width: 520px; height: 520px; inset-inline-end: -190px; top: -170px; }
.hero__orb--two { width: 270px; height: 270px; inset-inline-start: 42%; top: 40px; }
.hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero__copy { max-width: 560px; }
.hero h1 { font-size: clamp(3.1rem, 5.6vw, 6.15rem); margin-bottom: 25px; max-width: 720px; }
.hero h1 em { display: block; }
.hero h1 em::after { content: ""; position: absolute; height: 11px; border-radius: 20px; background: rgba(29,27,28,.16); inset-inline: 2%; bottom: 4px; transform: rotate(-1.2deg); z-index: -1; }
.hero__lead { font-size: clamp(1rem, 1.4vw, 1.19rem); color: rgba(29,27,28,.78); max-width: 620px; margin-bottom: 31px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { margin: 19px 0 0; display: flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 500; color: rgba(29,27,28,.7); }
.hero__note svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero__visual { position: relative; min-width: 0; transform: perspective(1200px) rotateY(2deg); transform-origin: center; }
.dashboard-frame { background: #101318; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: var(--shadow-dark); overflow: hidden; min-height: 518px; direction: rtl; }
.dashboard-topbar { height: 47px; padding: 0 13px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.07); background: #161a20; }
.window-dots { display: flex; gap: 5px; direction: ltr; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #3d444f; }
.window-dots i:first-child { background: #e56464; }.window-dots i:nth-child(2){background:#eabf4b}.window-dots i:nth-child(3){background:#5fcb79}
.dashboard-search { justify-self: center; width: min(100%, 260px); height: 29px; border-radius: 8px; background: #21262e; color: #7f8792; display: flex; gap: 7px; align-items: center; padding-inline: 10px; font-size: .64rem; }
.dashboard-search span { width: 9px; height: 9px; border: 1px solid #7f8792; border-radius: 50%; position: relative; }.dashboard-search span::after{content:"";position:absolute;width:4px;height:1px;background:#7f8792;left:-3px;bottom:-1px;transform:rotate(45deg)}
.avatar { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: #2f3540; color: var(--white); font-size: .72rem; font-weight: 700; flex: 0 0 auto; }
.avatar--lime { color: var(--ink); background: var(--lime); }.avatar--large{width:48px;height:48px}.avatar--xl{width:58px;height:58px;font-size:1rem}
.dashboard-body { display: grid; grid-template-columns: 54px 175px minmax(230px,1fr) 156px; height: 471px; direction: rtl; }
.dashboard-sidebar { background: #12161b; border-left: 1px solid rgba(255,255,255,.07); padding: 14px 9px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.mini-brand { color: var(--white); font-size: .7rem; font-weight: 800; margin-bottom: 13px; }.mini-brand span{color:var(--lime)}
.side-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: #717985; }
.side-icon.active { background: var(--lime); color: var(--ink); }
.side-icon svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.conversation-list { background: #171b21; border-left: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.conversation-list__head { padding: 14px 11px; display: flex; justify-content: space-between; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.06); }
.conversation-list__head div { display: grid; gap: 2px; }.conversation-list__head strong{font-size:.72rem}.conversation-list__head small{font-size:.5rem;color:#7e8792}.conversation-list__head button{width:23px;height:23px;border:0;border-radius:7px;background:#272d35;color:var(--white)}
.conversation { padding: 11px 8px; display: grid; grid-template-columns: 25px 1fr auto; gap: 7px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.05); color: var(--white); }
.conversation.active { background: #242a32; border-inline-start: 2px solid var(--lime); }
.conversation div:nth-child(2) { min-width: 0; }.conversation strong{font-size:.62rem}.conversation p{font-size:.49rem;color:#8a929c;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.conversation time{font-size:.44rem;color:#707984}
.channel-badge { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; font-size: .53rem; font-weight: 800; color: var(--white); }.channel-badge--wa{background:var(--whatsapp)}.channel-badge--ig{background:var(--instagram)}.channel-badge--ms{background:var(--messenger)}.channel-badge--em{background:var(--email)}
.chat-panel { min-width: 0; display: flex; flex-direction: column; background: #11151a; }
.chat-panel__head { height: 58px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.06); color: var(--white); }.chat-panel__head div:nth-child(2){display:grid}.chat-panel__head strong{font-size:.66rem}.chat-panel__head small{font-size:.48rem;color:#89919b}.online{display:inline-block;width:5px;height:5px;background:var(--success);border-radius:50%;margin-left:3px}.chat-actions{margin-inline-start:auto;color:#68717c;letter-spacing:2px}
.chat-messages { flex: 1; padding: 18px 12px; overflow: hidden; display: flex; flex-direction: column; gap: 10px; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 18px 18px; }
.message { max-width: 82%; padding: 8px 10px; font-size: .53rem; line-height: 1.8; border-radius: 10px; color: #d6d9dd; }.message--in{background:#252b33;align-self:flex-start;border-bottom-left-radius:3px}.message--out{background:#dbe81d;color:#1b1b1b;align-self:flex-end;border-bottom-right-radius:3px}
.typing { width: 37px; padding: 7px 8px; border-radius: 9px; background: #252b33; display: flex; gap: 3px; }.typing span{width:4px;height:4px;border-radius:50%;background:#8a929b;animation:typing 1.2s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}
.composer { margin: 0 10px 10px; height: 34px; border: 1px solid rgba(255,255,255,.08); background:#1a1f25;border-radius:9px;padding-inline:10px;display:flex;align-items:center;justify-content:space-between;color:#6e7681;font-size:.5rem}.composer button{width:23px;height:23px;border:0;border-radius:6px;background:var(--lime);color:var(--ink);font-size:.7rem}
.customer-card { background: #161a20; border-right: 1px solid rgba(255,255,255,.07); color: var(--white); padding: 18px 12px; overflow: hidden; }
.customer-card__header { display: grid; justify-items: center; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.06); }.customer-card__header strong{font-size:.7rem}.customer-card__header small{font-size:.5rem;color:#8a929c}
.customer-card dl { margin: 12px 0; display: grid; gap: 10px; }.customer-card dl div{display:grid;gap:2px}.customer-card dt{font-size:.45rem;color:#737c87}.customer-card dd{font-size:.56rem;margin:0}.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--lime);margin-left:3px}.tags{display:flex;flex-wrap:wrap;gap:4px}.tags span{font-size:.43rem;padding:4px 6px;border-radius:20px;background:#252b33;color:#9da4ad}
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; min-width: 175px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.93); box-shadow: 0 16px 40px rgba(29,27,28,.18); border: 1px solid rgba(29,27,28,.08); backdrop-filter: blur(10px); direction: rtl; }
.float-card small { display: block; color: #858b90; font-size: .52rem; }.float-card strong{display:block;font-size:.63rem}.float-icon{width:25px;height:25px;border-radius:8px;background:var(--lime);display:grid;place-items:center;font-weight:800;font-size:.7rem}
.float-card--response { top: 52px; inset-inline-start: -25px; }.float-card--assign{bottom:70px;inset-inline-end:-26px}.float-card--follow{bottom:-23px;inset-inline-start:90px}
.channel-ribbon { margin-top: 82px; background: rgba(255,255,255,.76); border: 1px solid rgba(29,27,28,.12); border-radius: 23px; padding: 20px 22px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 20px; backdrop-filter: blur(12px); position: relative; z-index: 2; }
.channel-ribbon__intro { display: grid; gap: 3px; }.channel-ribbon__intro strong{font-size:.92rem}.channel-ribbon__intro span{font-size:.72rem;color:rgba(29,27,28,.66)}
.channel-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }.channel-pill{display:flex;align-items:center;gap:6px;background:var(--white);padding:8px 10px;border-radius:10px;font-size:.66rem;font-weight:600;box-shadow:0 4px 14px rgba(29,27,28,.06)}.channel-pill i{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:#ecefe7;font-style:normal;font-size:.55rem}.channel-pill--wa i{background:var(--whatsapp);color:#fff}.channel-pill--ig i{background:var(--instagram);color:#fff}.channel-pill--ms i{background:var(--messenger);color:#fff}.channel-pill--em i{background:var(--email);color:#fff}

.section-heading { margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(2.35rem, 4.5vw, 4.65rem); margin-bottom: 0; max-width: 790px; }
.section-heading h2 em { color: var(--lime-deep); }
.section-heading p { color: var(--muted); font-size: 1.03rem; margin-bottom: 0; max-width: 540px; }
.section-heading--split { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.section-heading--split > div { flex: 1; }.section-heading--split > p { flex: 0 0 430px; }
.section-heading--center { text-align: center; display: grid; justify-items: center; }.section-heading--center p{max-width:700px;margin-top:20px}
.section-heading--light h2, .section-heading--light p { color: var(--white); }.section-heading--light p{color:#aeb5be}.section-heading--light h2 em{color:var(--lime)}

.problem { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.problem-card { position: relative; min-height: 300px; padding: 28px 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-6px); border-color: #c5cbc0; box-shadow: var(--shadow-sm); }
.problem-card::after { content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:var(--lime);filter:blur(2px);opacity:.17;inset-inline-end:-45px;bottom:-45px; }
.card-index { position: absolute; top: 20px; inset-inline-end: 22px; color: #a8ada5; font-size: .75rem; font-weight: 700; }
.problem-icon { width: 52px; height: 52px; border-radius: 15px; background: var(--ink); color: var(--lime); display: grid; place-items: center; margin-bottom: 46px; }
.problem-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.problem-card h3 { font-size: 1.18rem; margin-bottom: 12px; }.problem-card p{font-size:.88rem;color:var(--muted);margin:0}
.problem-bridge { margin-top: 22px; border-radius: var(--radius-md); background: var(--lime); padding: 24px 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.bridge-mark { width: 64px; height: 64px; border-radius: 18px; background: var(--ink); color: var(--white); display:grid;place-items:center;font-size:.9rem;font-weight:800;direction:ltr}.bridge-mark span{color:var(--lime)}
.problem-bridge p { margin: 0; font-size: 1rem; color: rgba(29,27,28,.8); }.problem-bridge p strong{color:var(--ink)}

.journey { background: var(--lime); overflow: hidden; }
.journey::before { content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 35%,rgba(255,255,255,.24));pointer-events:none}
.journey .section-heading { position: relative; z-index: 1; }.journey .section-heading h2 em{color:var(--ink)}
.journey-track { position: relative; display: grid; gap: 18px; }
.journey-track::before { content:"";position:absolute;top:50px;bottom:50px;inset-inline-start:31px;border-inline-start:2px dashed rgba(29,27,28,.18); }
.journey-card { position: relative; display: grid; grid-template-columns: auto 1fr .78fr; gap: 28px; align-items: center; min-height: 330px; background: rgba(255,255,255,.92); border: 1px solid rgba(29,27,28,.14); border-radius: var(--radius-lg); padding: 30px 34px; box-shadow: 0 18px 50px rgba(76,83,5,.08); }
.journey-card--reverse { grid-template-columns: auto .78fr 1fr; }.journey-card--reverse .journey-content{grid-column:3}.journey-card--reverse .journey-visual{grid-column:2;grid-row:1}
.journey-number { width: 58px; height: 58px; border-radius: 50%; background: var(--ink); color: var(--lime); border: 7px solid var(--lime); box-shadow: 0 0 0 1px rgba(29,27,28,.18); display: grid; place-items: center; font-size: 1.15rem; font-weight: 800; align-self: start; position: relative; z-index: 2; }
.journey-label { display: inline-flex; padding: 5px 11px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .72rem; font-weight: 700; margin-bottom: 12px; }
.journey-content h3 { font-size: clamp(1.45rem,2.2vw,2rem); margin-bottom: 11px; }.journey-content>p{color:var(--muted);font-size:.9rem;margin-bottom:15px}
.benefit-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.benefit-stack>div{padding:11px 12px;border-radius:12px;background:var(--paper);border:1px solid #e8ebe5;display:grid;gap:4px}.benefit-stack b{font-size:.66rem}.benefit-stack span{font-size:.72rem;color:#646a6f;line-height:1.65}
.journey-visual { min-height: 235px; border-radius: 24px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; border:1px solid rgba(255,255,255,.1); }
.journey-visual::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:18px 18px}
.journey-visual--channels .hub{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:24px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-weight:800;direction:ltr;box-shadow:0 0 0 14px rgba(228,242,33,.09)}
.journey-visual--channels i{position:absolute;width:43px;height:43px;border-radius:14px;display:grid;place-items:center;font-style:normal;font-weight:800}.journey-visual--channels i::after{content:"";position:absolute;width:65px;height:1px;background:rgba(228,242,33,.35);z-index:-1}.c1{background:var(--whatsapp);top:28px;right:35px}.c1::after{transform:rotate(-35deg);left:-48px;bottom:-28px}.c2{background:var(--instagram);bottom:28px;right:30px}.c2::after{transform:rotate(35deg);left:-45px;top:-25px}.c3{background:var(--messenger);top:28px;left:35px}.c3::after{transform:rotate(35deg);right:-48px;bottom:-28px}.c4{background:var(--email);bottom:28px;left:30px}.c4::after{transform:rotate(-35deg);right:-45px;top:-25px}
.journey-visual--timeline{padding:30px}.timeline-line{position:absolute;right:46px;top:42px;bottom:42px;width:2px;background:rgba(255,255,255,.12)}.timeline-item{position:relative;margin:0 32px 18px 0;padding:12px 14px;border-radius:12px;background:#242931;display:grid;grid-template-columns:1fr auto;gap:3px}.timeline-item i{position:absolute;right:-27px;top:17px;width:10px;height:10px;border-radius:50%;background:#5f6771;border:3px solid var(--ink);box-shadow:0 0 0 1px #5f6771}.timeline-item span{font-size:.72rem}.timeline-item small{font-size:.54rem;color:#9097a1}.timeline-item.active{background:var(--lime);color:var(--ink)}.timeline-item.active i{background:var(--lime);box-shadow:0 0 0 1px var(--lime)}.timeline-item.active small{color:#565c10}
.journey-visual--route{padding:25px;display:grid;place-items:center}.route-in,.route-node{position:relative;z-index:1;padding:9px 14px;border-radius:10px;background:#2a3038;font-size:.66rem}.route-node{background:var(--lime);color:var(--ink);font-weight:700}.route-in::after,.route-node::after{content:"";position:absolute;top:100%;right:50%;height:27px;border-right:1px dashed rgba(228,242,33,.55)}.route-out{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;position:relative;z-index:1}.route-out span{font-size:.56rem;padding:8px;border-radius:9px;text-align:center;background:#272d35}.route-out::before{content:"";position:absolute;bottom:100%;right:15%;left:15%;height:22px;border-top:1px dashed rgba(228,242,33,.45);border-right:1px dashed rgba(228,242,33,.45);border-left:1px dashed rgba(228,242,33,.45)}
.journey-visual--retention{display:grid;place-items:center}.retention-ring{width:120px;height:120px;border-radius:50%;border:20px solid rgba(228,242,33,.16);border-top-color:var(--lime);border-left-color:var(--lime);display:grid;place-items:center;transform:rotate(-15deg)}.retention-ring span{transform:rotate(15deg);font-size:.72rem;font-weight:700}.retention-chip{position:absolute;padding:8px 10px;border-radius:9px;background:#2b3038;font-size:.56rem}.chip-a{top:28px;right:22px}.chip-b{bottom:25px;right:30px}.chip-c{bottom:32px;left:22px}

.product { background: var(--ink-2); color: var(--white); }
.product::before { content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 16%,rgba(228,242,33,.08),transparent 30%),radial-gradient(circle at 82% 80%,rgba(48,83,255,.08),transparent 30%);pointer-events:none}
.feature-bento { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; position: relative; z-index: 1; }
.feature-card { position: relative; min-width: 0; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.10); background: #151a20; overflow: hidden; padding: 34px; }
.feature-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: center; min-height: 520px; }
.feature-card--profile, .feature-card--bot { min-height: 590px; display: flex; flex-direction: column; }
.feature-card--automation { grid-column: 1 / -1; min-height: 420px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 34px; align-items: center; }
.feature-card--team, .feature-card--reports { min-height: 520px; display: flex; flex-direction: column; }
.feature-copy { position: relative; z-index: 2; }.feature-kicker{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(228,242,33,.11);color:var(--lime);font-size:.68rem;font-weight:700;margin-bottom:16px}.feature-copy h3{font-size:clamp(1.75rem,3vw,2.7rem);margin-bottom:13px}.feature-copy>p{color:#aeb5bd;font-size:.91rem}.feature-copy .arrow-link{color:var(--lime)}
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }.check-list li{position:relative;padding-inline-start:28px;color:#d7dbe0;font-size:.83rem}.check-list li::before{content:"✓";position:absolute;inset-inline-start:0;top:1px;width:18px;height:18px;border-radius:6px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-size:.65rem;font-weight:800}
.impact-box { margin-top: 22px; padding: 15px 16px; border-radius: 15px; background: rgba(228,242,33,.08); border: 1px solid rgba(228,242,33,.18); display: grid; gap: 4px; }.impact-box b{font-size:.67rem;color:var(--lime)}.impact-box span{font-size:.76rem;color:#c1c6cc;line-height:1.7}.impact-box--soft{background:#20262d;border-color:#2c333b}
.inbox-preview { height: 410px; border-radius: 20px; background: #0d1014; border: 1px solid rgba(255,255,255,.08); overflow:hidden; box-shadow:0 28px 70px rgba(0,0,0,.25);transform:rotate(-1deg)}
.inbox-preview__top{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.inbox-preview__top strong{font-size:.8rem}.inbox-preview__top span{font-size:.55rem;color:var(--lime);padding:4px 8px;border-radius:20px;background:rgba(228,242,33,.1)}
.inbox-preview__body{display:grid;grid-template-columns:190px 1fr;height:360px}.inbox-preview__list{border-left:1px solid rgba(255,255,255,.07);padding:9px;background:#13171c}.mini-convo{display:grid;grid-template-columns:29px 1fr auto;gap:8px;align-items:start;padding:10px 8px;border-radius:10px;margin-bottom:5px}.mini-convo.active{background:#242a31}.mini-convo i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-style:normal;font-size:.57rem;font-weight:800}.mini-convo .wa{background:var(--whatsapp)}.mini-convo .ig{background:var(--instagram)}.mini-convo .ms{background:var(--messenger)}.mini-convo div{display:grid;min-width:0}.mini-convo b{font-size:.58rem}.mini-convo span{font-size:.47rem;color:#858d97;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-convo small{font-size:.42rem;color:#68717b}
.inbox-preview__chat{padding:18px 16px;display:flex;flex-direction:column;gap:12px}.small-label{align-self:center;padding:5px 8px;border-radius:20px;background:#20262d;color:#88909a;font-size:.47rem}.bubble{margin:0;padding:10px 12px;border-radius:11px;max-width:78%;font-size:.56rem;line-height:1.7}.bubble.in{background:#262c33;align-self:flex-start}.bubble.out{background:var(--lime);color:var(--ink);align-self:flex-end}.mini-composer{margin-top:auto;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#6f7781;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:.5rem}.mini-composer i{width:24px;height:24px;border-radius:7px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-style:normal}
.profile-preview{margin-top:auto;background:#0e1216;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px;box-shadow:0 24px 55px rgba(0,0,0,.22)}.profile-head{display:flex;align-items:center;gap:10px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-head div:nth-child(2){display:grid}.profile-head b{font-size:.76rem}.profile-head span{font-size:.56rem;color:#858d96}.profile-head i{margin-inline-start:auto;font-style:normal;color:#6d7580}.profile-stat{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.profile-stat span{font-size:.61rem;color:#838b95}.profile-stat b{font-size:.64rem}.profile-tags{display:flex;gap:6px;margin-top:15px}.profile-tags span{padding:5px 8px;border-radius:20px;background:#252b32;color:#b9c0c7;font-size:.5rem}
.bot-preview{margin-top:auto;position:relative;height:300px;border-radius:22px;background:linear-gradient(145deg,#0c0f13,#1c2229);border:1px solid rgba(255,255,255,.08);overflow:hidden}.bot-orbit{position:absolute;width:210px;height:210px;border-radius:50%;border:1px dashed rgba(228,242,33,.22);right:50%;top:50%;transform:translate(50%,-50%)}.bot-face{position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:84px;height:74px;border:6px solid var(--lime);border-radius:24px;display:flex;align-items:center;justify-content:center;gap:15px;box-shadow:0 0 0 14px rgba(228,242,33,.06)}.bot-face::before{content:"";position:absolute;top:-20px;width:3px;height:15px;background:var(--lime)}.bot-face::after{content:"";position:absolute;top:-25px;width:10px;height:10px;border-radius:50%;background:var(--lime)}.bot-face span{width:8px;height:12px;border-radius:10px;background:var(--lime)}.bot-message{position:absolute;max-width:170px;padding:9px 10px;border-radius:10px;background:#252b33;font-size:.55rem;line-height:1.55;box-shadow:0 10px 25px rgba(0,0,0,.18)}.bot-message--a{top:24px;right:18px}.bot-message--b{bottom:29px;left:18px;background:var(--lime);color:var(--ink)}.bot-message--c{top:40px;left:12px;display:grid;gap:2px}.bot-message--c b{font-size:.55rem;color:var(--lime)}.bot-message--c small{font-size:.48rem;color:#a7aeb7}.trust-note{display:flex;gap:8px;align-items:flex-start;margin-top:16px;color:#c1c6cc;font-size:.72rem;line-height:1.7}.trust-note span{color:var(--lime);font-weight:800}
.workflow-preview{padding:26px;border-radius:22px;background:#0e1115;border:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:center;gap:10px}.flow-node{min-width:122px;padding:13px;border-radius:13px;background:#222830;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:9px}.flow-node i{width:31px;height:31px;border-radius:9px;background:#303740;display:grid;place-items:center;font-style:normal;color:var(--lime);font-size:.7rem}.flow-node div{display:grid;gap:2px}.flow-node small{font-size:.47rem;color:#7f8791}.flow-node b{font-size:.58rem}.flow-node--start,.flow-node--end{background:rgba(228,242,33,.08);border-color:rgba(228,242,33,.2)}.flow-line{width:24px;border-top:1px dashed rgba(228,242,33,.45);position:relative}.flow-line::after{content:"";position:absolute;left:0;top:-3px;border-width:3px 5px 3px 0;border-style:solid;border-color:transparent rgba(228,242,33,.6) transparent transparent}.impact-strip{grid-column:1/-1;margin-top:0;padding:14px 16px;border-radius:13px;background:rgba(228,242,33,.08);color:#bfc5cb;font-size:.74rem;line-height:1.7}.impact-strip b{color:var(--lime)}
.compact-list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.compact-list li{font-size:.72rem;color:#c1c7cd;padding:9px 10px;border-radius:10px;background:#20262d}.team-preview{margin-top:auto;border-radius:20px;background:#0e1115;border:1px solid rgba(255,255,255,.08);padding:18px}.team-row{display:grid;grid-template-columns:110px 75px 1fr;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.agent{display:flex;align-items:center;gap:8px}.agent i{width:28px;height:28px;border-radius:9px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-style:normal;font-size:.55rem;font-weight:800}.agent b{font-size:.62rem}.team-row em{font-style:normal;font-size:.52rem;color:#8c949e}.load{height:6px;border-radius:10px;background:#272d34;overflow:hidden}.load span{display:block;height:100%;background:var(--lime);border-radius:inherit}.assignment-note{margin-top:14px;padding:10px 12px;border-radius:10px;background:rgba(228,242,33,.08);font-size:.58rem;color:#bfc5cb}.assignment-note span{color:var(--lime);font-weight:800}
.reports-preview{margin-top:auto;border-radius:20px;background:#0e1115;border:1px solid rgba(255,255,255,.08);padding:18px}.report-head{display:flex;align-items:center;justify-content:space-between}.report-head b{font-size:.68rem}.report-head span{font-size:.49rem;color:#858d96}.report-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0}.report-cards div{padding:9px;border-radius:9px;background:#1f252c;display:grid;gap:4px}.report-cards small{font-size:.43rem;color:#7f8791}.report-cards b{font-size:.75rem}.chart{height:115px;display:flex;align-items:flex-end;gap:8px;padding:15px 10px 0;border-bottom:1px solid rgba(255,255,255,.08);background-image:linear-gradient(to top,rgba(255,255,255,.04) 1px,transparent 1px);background-size:100% 28px}.chart i{flex:1;max-width:24px;background:linear-gradient(to top,var(--lime-deep),var(--lime));border-radius:5px 5px 0 0}.report-disclaimer{display:block;color:#6f7882;font-size:.45rem;margin-top:10px}

.whatsapp { background: var(--paper); }
.whatsapp__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.whatsapp__copy h2 { font-size: clamp(2.45rem,4.7vw,4.75rem); margin-bottom: 20px; }.whatsapp__copy>p{color:var(--muted);font-size:1rem}
.whatsapp-benefits { margin: 28px 0; display: grid; gap: 12px; }.whatsapp-benefits>div{display:grid;grid-template-columns:45px 1fr;gap:13px;align-items:start;padding:15px;border-radius:16px;background:var(--white);border:1px solid var(--line)}.whatsapp-benefits>div>span{width:38px;height:38px;border-radius:12px;background:var(--whatsapp);color:var(--white);display:grid;place-items:center;font-size:.66rem;font-weight:800}.whatsapp-benefits p{margin:0;font-size:.82rem;color:var(--muted)}.whatsapp-benefits b{color:var(--ink)}
.meta-note { padding: 15px 16px; border-radius: 14px; background: #fff8e8; border: 1px solid #f1d79a; color: #795a16; font-size: .74rem; line-height: 1.8; margin-bottom: 23px; }
.whatsapp__visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.whatsapp__visual::before{content:"";position:absolute;width:510px;height:510px;border-radius:50%;background:var(--lime);box-shadow:inset 0 0 0 1px rgba(29,27,28,.1)}
.phone-mockup{position:relative;z-index:2;width:285px;height:570px;padding:9px;border-radius:41px;background:#101214;box-shadow:0 40px 80px rgba(22,27,20,.24);transform:rotate(-3deg)}.phone-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:88px;height:22px;border-radius:20px;background:#0a0b0c;z-index:4}.phone-screen{height:100%;border-radius:34px;overflow:hidden;background:#e7dfd2;display:flex;flex-direction:column}.wa-header{height:67px;background:#075e54;color:#fff;padding:22px 10px 8px;display:flex;align-items:center;gap:7px}.wa-header>span{font-size:1.2rem}.wa-header i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--whatsapp);font-style:normal;font-weight:800}.wa-header div{display:grid}.wa-header b{font-size:.64rem}.wa-header small{font-size:.45rem;color:#d1e5e1}.wa-header em{margin-inline-start:auto;font-style:normal;letter-spacing:2px}.wa-chat-bg{flex:1;padding:18px 9px;background-color:#e7dfd2;background-image:radial-gradient(rgba(100,90,80,.12) 1px,transparent 1px);background-size:19px 19px;display:flex;flex-direction:column;gap:8px}.wa-bubble{font-size:.54rem;line-height:1.65;padding:8px 9px;border-radius:9px;margin:0;max-width:83%;box-shadow:0 1px 1px rgba(0,0,0,.08)}.wa-bubble--in{background:#fff;align-self:flex-start;border-top-left-radius:2px}.wa-bubble--out{background:#d9fdd3;align-self:flex-end;border-top-right-radius:2px}.wa-system{align-self:center;padding:5px 8px;border-radius:8px;background:#f7efc8;color:#6c6335;font-size:.43rem}.wa-input{height:48px;background:#f0f1f2;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;color:#8a8e92;font-size:.54rem}.wa-input span{width:28px;height:28px;border-radius:50%;background:#128c7e;color:#fff;display:grid;place-items:center}
.whatsapp-connection{position:absolute;z-index:3;top:90px;left:10px;display:flex;align-items:center;gap:5px;transform:rotate(4deg)}.connection-logo{width:72px;height:48px;border-radius:14px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800;direction:ltr}.connection-line{display:flex;gap:4px}.connection-line i{width:6px;height:6px;border-radius:50%;background:var(--ink);opacity:.25}.connection-line i:nth-child(2){opacity:.5}.connection-line i:nth-child(3){opacity:.8}.connection-wa{width:50px;height:50px;border-radius:16px;background:var(--whatsapp);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1rem}.whatsapp-mini-card{position:absolute;z-index:3;bottom:94px;right:6px;padding:12px 14px;border-radius:14px;background:var(--white);box-shadow:var(--shadow-sm);display:grid;gap:2px;transform:rotate(2deg)}.whatsapp-mini-card small{font-size:.55rem;color:var(--muted)}.whatsapp-mini-card b{font-size:.72rem}

.industries { background: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.industry-card { min-height: 270px; padding: 24px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.industry-card:hover { transform: translateY(-5px); background: var(--white); border-color: #bfc5b9; }
.industry-icon { width: 48px; height: 48px; border-radius: 15px; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 1rem; margin-bottom: 28px; }
.industry-card h3 { font-size: 1.12rem; margin-bottom: 10px; }.industry-card p{font-size:.8rem;color:var(--muted);margin-bottom:18px}.industry-card a{margin-top:auto;font-size:.75rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.industry-card--accent{background:var(--lime);border-color:var(--lime-deep)}.industry-card--accent .industry-icon{background:var(--white);color:var(--ink)}.industry-card--accent p{color:rgba(29,27,28,.72)}

.integrations { background: var(--lime); overflow: hidden; }
.integrations__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.integrations__visual { min-height: 620px; position: relative; }
.integration-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }.integration-lines path{fill:none;stroke:rgba(29,27,28,.25);stroke-width:2;stroke-dasharray:6 7}
.integration-core{position:absolute;z-index:2;right:50%;top:50%;transform:translate(50%,-50%);width:142px;height:142px;border-radius:40px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:1.6rem;font-weight:800;direction:ltr;box-shadow:0 24px 60px rgba(29,27,28,.25)}.integration-core span{color:var(--lime)}
.integration-node{position:absolute;z-index:2;min-width:130px;padding:12px;border-radius:16px;background:rgba(255,255,255,.92);border:1px solid rgba(29,27,28,.12);box-shadow:0 14px 35px rgba(65,72,7,.12);display:grid;grid-template-columns:36px 1fr;column-gap:9px;align-items:center}.integration-node i{grid-row:1/3;width:36px;height:36px;border-radius:11px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-style:normal;font-size:.67rem;font-weight:800}.integration-node span{font-size:.7rem;font-weight:700}.integration-node small{font-size:.5rem;color:var(--muted)}.node-wa{top:95px;right:12px}.node-wa i{background:var(--whatsapp);color:#fff}.node-ig{top:58px;left:30px}.node-ig i{background:var(--instagram);color:#fff}.node-mail{top:300px;right:-4px}.node-mail i{background:var(--email);color:#fff}.node-shop{top:310px;left:0}.node-cal{bottom:48px;right:58px}.node-api{bottom:38px;left:55px}
.integrations__copy h2{font-size:clamp(2.5rem,4.8vw,4.8rem);margin-bottom:20px}.integrations__copy>p{color:rgba(29,27,28,.72);font-size:1rem}.integration-types{display:flex;flex-wrap:wrap;gap:8px;margin:23px 0}.integration-types span{padding:8px 11px;border-radius:10px;background:rgba(255,255,255,.75);border:1px solid rgba(29,27,28,.10);font-size:.7rem;font-weight:600}.status-legend{display:flex;flex-wrap:wrap;gap:18px;margin:22px 0}.status-legend span{display:flex;align-items:center;gap:6px;font-size:.67rem;font-weight:600}.status-legend i{width:8px;height:8px;border-radius:50%}.status-legend .available{background:var(--success)}.status-legend .soon{background:#e79d22}.status-legend .custom{background:var(--ink)}.integration-note{padding:11px 13px;border-radius:12px;background:rgba(29,27,28,.08);font-size:.71rem!important;line-height:1.7}

.security { background: var(--ink-2); color: var(--white); }
.security__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.security__copy h2 { font-size: clamp(2.55rem,4.8vw,4.8rem); margin-bottom: 18px; }.security__copy p{color:#adb4bd;font-size:1rem;margin-bottom:25px}
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.security-card { min-height: 230px; padding: 24px; border-radius: 22px; background: #151a20; border: 1px solid rgba(255,255,255,.09); }
.security-card svg{width:44px;height:44px;padding:10px;border-radius:13px;background:rgba(228,242,33,.1);color:var(--lime);fill:none;stroke:currentColor;stroke-width:1.6;margin-bottom:35px}.security-card h3{font-size:1.05rem;margin-bottom:9px}.security-card p{font-size:.76rem;color:#949ca6;margin:0}

.pricing { background: var(--paper); }
.pricing-shell { max-width: 1000px; margin-inline: auto; }
.pricing-shell>input { position: absolute; opacity: 0; pointer-events: none; }
.pricing-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 20px; }
.billing-toggle { width: 188px; height: 48px; padding: 4px; border-radius: 999px; background: var(--ink); position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.billing-toggle label { position: relative; z-index: 2; color: var(--white); text-align: center; font-size: .74rem; font-weight: 700; cursor: pointer; }
.billing-slider { position: absolute; z-index: 1; top: 4px; bottom: 4px; width: calc(50% - 4px); inset-inline-start: 4px; border-radius: 999px; background: var(--lime); transition: transform .25s ease; }
#bill-annual:checked ~ .pricing-controls .billing-toggle label[for="bill-annual"], #bill-monthly:checked ~ .pricing-controls .billing-toggle label[for="bill-monthly"] { color: var(--ink); }
#bill-monthly:checked ~ .pricing-controls .billing-slider { transform: translateX(-100%); }
.country-select { display: grid; gap: 3px; color: var(--muted); font-size: .55rem; }
.country-select select { min-width: 210px; height: 48px; padding-inline: 14px 36px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-weight: 700; outline: none; }
.pricing-card { display: grid; grid-template-columns: .82fr 1.18fr; border-radius: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.pricing-card__main { background: var(--lime); padding: 38px; display: flex; flex-direction: column; }
.plan-head { display: grid; gap: 26px; }.plan-badge{display:inline-flex;padding:5px 10px;border-radius:20px;background:var(--ink);color:var(--lime);font-size:.61rem;font-weight:700;margin-bottom:12px}.plan-head h3{font-size:2.1rem;margin-bottom:8px;direction:ltr;text-align:right}.plan-head p{font-size:.78rem;color:rgba(29,27,28,.72);margin:0}
.price-display { display: grid; }.price-display strong{font-size:4rem;line-height:1;letter-spacing:-.05em}.price-display span{font-size:.85rem;font-weight:700;margin-top:6px}.price-display small{font-size:.64rem;color:rgba(29,27,28,.65);margin-top:5px}.price-display--monthly{display:none}
#bill-monthly:checked ~ .pricing-card .price-display--annual{display:none}#bill-monthly:checked ~ .pricing-card .price-display--monthly{display:grid}
.plan-actions { display: grid; gap: 9px; margin-top: 30px; }.pricing-card__main .btn--ghost{background:rgba(255,255,255,.45)}.price-reference{font-size:.63rem!important;margin:15px 0 0!important;color:rgba(29,27,28,.68)!important;text-align:center}
.pricing-card__features { padding: 38px; }.pricing-card__features h4{font-size:1.05rem;margin-bottom:20px}.feature-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.check-list--dark{margin:0}.check-list--dark li{color:#50575d;font-size:.78rem}.limits-note{margin:24px 0 0;padding:13px;border-radius:12px;background:var(--paper);color:var(--muted);font-size:.66rem;line-height:1.75}
.currency-note { margin-top: 16px; padding: 15px 18px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); display: flex; align-items: flex-start; gap: 11px; }.currency-note svg{width:22px;flex:0 0 auto;fill:none;stroke:var(--ink);stroke-width:1.6;margin-top:3px}.currency-note p{margin:0;color:var(--muted);font-size:.68rem;line-height:1.8}

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq__intro { position: sticky; top: 120px; }.faq__intro h2{font-size:clamp(2.4rem,4.4vw,4.3rem);margin-bottom:16px}.faq__intro p{color:var(--muted);font-size:.9rem;margin-bottom:24px}
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-weight: 700; font-size: 1rem; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span{width:30px;height:30px;border-radius:50%;background:var(--paper);display:grid;place-items:center;font-size:1.1rem;transition:transform .2s ease,background .2s ease}.faq-list details[open] summary span{transform:rotate(45deg);background:var(--lime)}.faq-list details p{margin:-4px 0 21px;color:var(--muted);font-size:.84rem;max-width:700px}

.demo { background: var(--lime); overflow: hidden; }
.demo-bg i { position: absolute; border-radius: 50%; border: 1px solid rgba(29,27,28,.13); }.demo-bg i:first-child{width:600px;height:600px;right:-240px;top:-250px}.demo-bg i:nth-child(2){width:340px;height:340px;left:8%;bottom:-170px}.demo-bg i:nth-child(3){width:140px;height:140px;left:42%;top:55px;background:rgba(255,255,255,.25)}
.demo__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.demo__copy h2 { font-size: clamp(2.7rem,5vw,5.2rem); margin-bottom: 22px; }.demo__copy>p{font-size:1.02rem;color:rgba(29,27,28,.75)}
.demo-benefits { display: grid; gap: 10px; margin: 27px 0; }.demo-benefits div{display:flex;gap:9px;align-items:center;font-size:.83rem;font-weight:600}.demo-benefits span{width:24px;height:24px;border-radius:8px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-size:.64rem}
.demo-contact{display:grid;gap:3px}.demo-contact small{font-size:.65rem;color:rgba(29,27,28,.62)}.demo-contact a,.demo-contact strong{font-size:1.05rem;font-weight:700;text-align:right}
.demo-form { background: var(--white); border: 1px solid rgba(29,27,28,.13); border-radius: 28px; padding: 30px; box-shadow: 0 30px 70px rgba(76,83,5,.15); }
.form-heading { margin-bottom: 22px; }.form-heading span{display:block;font-size:1.35rem;font-weight:700;margin-bottom:5px}.form-heading p{margin:0;color:var(--muted);font-size:.78rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label,.country-select{font-weight:600}.form-grid label{display:grid;gap:6px;font-size:.68rem;color:#40464b}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--ink);padding:11px 12px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.form-grid input,.form-grid select{height:46px}.form-grid textarea{resize:vertical;min-height:95px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#aab30d;background:var(--white);box-shadow:0 0 0 4px rgba(228,242,33,.22)}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#9aa0a5}.form-full{grid-column:1/-1}.consent{display:flex;gap:8px;align-items:flex-start;margin:17px 0;font-size:.62rem;color:var(--muted);line-height:1.7}.consent input{margin-top:3px;accent-color:var(--ink)}.consent a{text-decoration:underline}.form-note{text-align:center;margin:12px 0 0;color:#8a9095;font-size:.56rem;line-height:1.6}

.footer { background: var(--ink-2); color: var(--white); padding-top: 72px; }
.footer__top { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-bottom: 55px; }
.brand--footer .brand__panel { padding: 9px 12px; }.brand--footer img{width:145px}.footer__brand>p{color:#959da7;font-size:.77rem;max-width:350px;margin:23px 0}.footer-socials{display:flex;gap:8px}.footer-socials a{width:34px;height:34px;border-radius:10px;background:#191e24;border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;color:#b7bdc4;font-size:.66rem;font-weight:700;direction:ltr}.footer-socials a:hover{background:var(--lime);color:var(--ink)}
.footer__links { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }.footer__links>div{display:grid;align-content:start;gap:10px}.footer__links h3{font-size:.78rem;color:var(--white);margin-bottom:7px}.footer__links a{font-size:.68rem;color:#8f98a2}.footer__links a:hover{color:var(--lime)}
.footer__middle{padding:25px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-selectors{display:flex;gap:10px}.footer-selectors label{display:grid;gap:4px;color:#6f7882;font-size:.5rem}.footer-selectors select{min-width:160px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#161b21;color:#d1d5da;padding-inline:10px}.footer-cta{display:flex;align-items:center;gap:15px;color:var(--lime);font-weight:700}.footer-cta span{width:35px;height:35px;border-radius:50%;background:var(--lime);color:var(--ink);display:grid;place-items:center}
.footer__bottom{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer__bottom p{margin:0;color:#68717c;font-size:.62rem}.footer__bottom div{display:flex;gap:20px}.footer__bottom a{color:#7e8791;font-size:.6rem}.footer__bottom a:hover{color:var(--white)}
.mobile-cta { display: none; }

.reveal { animation: rise .7s ease both; }
.reveal--delay-sm{animation-delay:.05s}.reveal--delay,.reveal--delay-md{animation-delay:.1s}.reveal--delay-lg{animation-delay:.15s}
@keyframes rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typing { 0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1} }

@media (max-width: 1120px) {
  .navbar { grid-template-columns: auto 1fr auto; gap: 14px; }
  .main-nav { gap: 18px; }.main-nav a{font-size:.8rem}.nav-actions{gap:10px}.nav-actions .text-link{display:none}
  .hero__grid { grid-template-columns: .92fr 1.08fr; gap: 30px; }.dashboard-body{grid-template-columns:48px 155px minmax(200px,1fr)}.customer-card{display:none}.dashboard-frame{min-height:490px}.dashboard-body{height:443px}.float-card--assign{inset-inline-end:-10px}
  .problem-grid { grid-template-columns: repeat(2,1fr); }.industry-grid{grid-template-columns:repeat(3,1fr)}
  .feature-card--wide { grid-template-columns: 1fr; }.feature-card--wide .feature-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.feature-card--wide .feature-copy .feature-kicker,.feature-card--wide .feature-copy h3{grid-column:1/-1}.feature-card--wide .feature-copy>p{grid-column:1}.feature-card--wide .check-list{grid-column:2;grid-row:3/5;margin-top:0}.feature-card--wide .impact-box{grid-column:1}.feature-card--wide .arrow-link{grid-column:1}
  .workflow-preview { grid-template-columns: repeat(4,auto); }.flow-line{display:none}.flow-node{min-width:130px}.impact-strip{grid-column:1/-1}
  .whatsapp__grid,.integrations__grid,.security__grid,.demo__grid{gap:45px}.integration-node{min-width:118px}.footer__top{gap:45px}
}

@media (max-width: 920px) {
  .section-pad { padding-block: 86px; }
  .navbar { grid-template-columns: auto auto; justify-content: space-between; min-height: 68px; }.nav-toggle-label{display:flex;width:42px;height:42px;border-radius:12px;background:var(--ink);flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;position:relative;z-index:102}.nav-toggle-label span{width:18px;height:2px;border-radius:2px;background:var(--lime);transition:transform .25s ease,opacity .25s ease}.main-nav{position:absolute;top:68px;inset-inline:20px;display:grid;gap:0;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:var(--shadow-md);transform:translateY(-15px);opacity:0;visibility:hidden;transition:.25s ease;z-index:101}.main-nav a{padding:12px 14px;border-radius:10px}.main-nav a:hover{background:var(--paper)}.main-nav a::after{display:none}.nav-actions{display:none}.nav-toggle:checked ~ .nav-toggle-label span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle:checked ~ .nav-toggle-label span:nth-child(2){opacity:0}.nav-toggle:checked ~ .nav-toggle-label span:last-child{transform:translateY(-7px) rotate(-45deg)}.nav-toggle:checked ~ .main-nav{transform:translateY(0);opacity:1;visibility:visible}
  .hero { padding-top: 58px; }.hero__grid{grid-template-columns:1fr;gap:55px}.hero__copy{max-width:760px}.hero h1{max-width:780px}.hero__visual{width:min(100%,720px);margin-inline:auto}.channel-ribbon{grid-template-columns:1fr;margin-top:65px}.channel-pills{justify-content:flex-start}
  .section-heading--split{display:grid;gap:20px}.section-heading--split>p{flex:auto;max-width:720px}
  .journey-card,.journey-card--reverse{grid-template-columns:auto 1fr;padding:27px}.journey-card .journey-content,.journey-card--reverse .journey-content{grid-column:2}.journey-card .journey-visual,.journey-card--reverse .journey-visual{grid-column:2;grid-row:auto}.journey-track::before{inset-inline-start:28px}.journey-visual{min-height:260px}
  .feature-bento{grid-template-columns:1fr}.feature-card--wide,.feature-card--automation{grid-column:1}.feature-card--profile,.feature-card--bot,.feature-card--team,.feature-card--reports{min-height:auto}.feature-card--profile .profile-preview,.feature-card--bot .bot-preview,.feature-card--team .team-preview,.feature-card--reports .reports-preview{margin-top:28px}.feature-card--automation{grid-template-columns:1fr}.workflow-preview{grid-template-columns:1fr 1fr}
  .whatsapp__grid,.integrations__grid,.security__grid,.demo__grid{grid-template-columns:1fr}.whatsapp__visual{order:2}.integrations__visual{order:2}.integrations__copy{order:1}.security__copy{max-width:760px}.security-grid{max-width:760px}.pricing-card{grid-template-columns:1fr}.pricing-card__main{min-height:430px}.faq__grid{grid-template-columns:1fr;gap:45px}.faq__intro{position:static}.demo__copy{max-width:760px}
  .industry-grid{grid-template-columns:repeat(2,1fr)}.footer__top{grid-template-columns:1fr;gap:45px}.footer__brand>p{max-width:560px}
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding-block: 72px; }
  .announcement__inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }.announcement__inner p{overflow:hidden;text-overflow:ellipsis}.announcement__inner a{display:none}
  .brand img { width: 112px; }.brand__panel{padding:6px 8px}
  .hero { padding-top: 48px; padding-bottom: 30px; }.hero h1{font-size:clamp(2.65rem,14vw,4.2rem)}.hero__lead{font-size:.95rem}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .btn{width:100%}.hero__note{align-items:flex-start}
  .hero__visual{transform:none}.dashboard-frame{min-height:430px;border-radius:18px}.dashboard-body{grid-template-columns:45px 128px minmax(180px,1fr);height:385px}.dashboard-topbar{height:45px}.conversation-list__head{padding:10px 7px}.conversation{padding:9px 6px}.chat-panel__head{height:52px;padding:7px}.chat-messages{padding:12px 8px}.message{font-size:.48rem}.float-card{display:none}.channel-ribbon{padding:17px 15px;border-radius:18px;margin-top:45px}.channel-pills{display:grid;grid-template-columns:1fr 1fr;width:100%}.channel-pill{justify-content:flex-start}.channel-ribbon__intro span{line-height:1.6}
  .section-heading{margin-bottom:36px}.section-heading h2{font-size:clamp(2.05rem,11vw,3.25rem)}.section-heading p{font-size:.9rem}
  .problem-grid{grid-template-columns:1fr}.problem-card{min-height:auto}.problem-icon{margin-bottom:30px}.problem-bridge{grid-template-columns:auto 1fr;padding:18px}.problem-bridge .btn{grid-column:1/-1;width:100%}
  .journey-track::before{display:none}.journey-card,.journey-card--reverse{grid-template-columns:1fr;padding:20px}.journey-card .journey-number,.journey-card--reverse .journey-number{grid-column:1;width:48px;height:48px}.journey-card .journey-content,.journey-card--reverse .journey-content,.journey-card .journey-visual,.journey-card--reverse .journey-visual{grid-column:1}.benefit-stack{grid-template-columns:1fr}.journey-visual{min-height:240px}
  .feature-card{padding:22px;border-radius:24px}.feature-card--wide .feature-copy{display:block}.feature-card--wide .check-list{margin-top:20px}.feature-card--wide{min-height:auto}.inbox-preview{height:380px;transform:none}.inbox-preview__body{grid-template-columns:120px 1fr;height:330px}.mini-convo{grid-template-columns:25px 1fr}.mini-convo small{display:none}.mini-convo i{width:24px;height:24px}.bubble{max-width:90%}.feature-card--automation{min-height:auto}.workflow-preview{grid-template-columns:1fr;padding:16px}.flow-node{width:100%}.impact-strip{grid-column:1}.team-row{grid-template-columns:95px 65px 1fr}.report-cards{grid-template-columns:1fr 1fr}.report-cards div:last-child{display:none}
  .whatsapp__grid{gap:30px}.whatsapp__copy h2,.integrations__copy h2,.security__copy h2,.demo__copy h2{font-size:clamp(2.15rem,11vw,3.4rem)}.whatsapp__visual{min-height:590px}.whatsapp__visual::before{width:390px;height:390px}.phone-mockup{width:255px;height:520px}.whatsapp-connection{left:0}.whatsapp-mini-card{right:0}
  .industry-grid{grid-template-columns:1fr}.industry-card{min-height:235px}
  .integrations__visual{min-height:520px;transform:scale(.9);margin-inline:-20px}.integration-core{width:110px;height:110px;border-radius:32px}.integration-node{min-width:108px;padding:9px}.node-wa{right:0}.node-ig{left:0}.node-mail{right:-10px}.node-shop{left:-10px}.node-cal{right:15px}.node-api{left:15px}
  .security-grid{grid-template-columns:1fr}.security-card{min-height:auto}.security-card svg{margin-bottom:25px}
  .pricing-controls{display:grid}.country-select select{width:100%}.pricing-card__main,.pricing-card__features{padding:26px}.feature-columns{grid-template-columns:1fr}.price-display strong{font-size:3.4rem}.currency-note{align-items:flex-start}
  .faq-list summary{font-size:.88rem;padding:18px 0}.faq-list summary span{flex:0 0 auto}
  .demo-form{padding:21px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:1}.demo-contact a,.demo-contact strong{font-size:.95rem}
  .footer{padding-bottom:78px}.footer__links{grid-template-columns:1fr 1fr;gap:35px 20px}.footer__middle{display:grid}.footer-selectors{display:grid;grid-template-columns:1fr 1fr}.footer-selectors select{min-width:0;width:100%}.footer-cta{justify-content:space-between}.footer__bottom{padding-block:22px;display:grid}.footer__bottom div{flex-wrap:wrap;gap:10px 18px}
  .mobile-cta{position:fixed;display:flex;z-index:99;bottom:12px;inset-inline:14px;height:54px;border-radius:16px;background:var(--lime);color:var(--ink);border:1px solid rgba(29,27,28,.18);box-shadow:0 12px 35px rgba(0,0,0,.22);align-items:center;justify-content:center;font-weight:800}
}

@media (max-width: 390px) {
  .channel-pills { grid-template-columns: 1fr; }
  .dashboard-body { grid-template-columns: 42px 105px minmax(160px,1fr); }
  .conversation strong{font-size:.54rem}.conversation p{font-size:.44rem}.dashboard-search{max-width:160px}
  .inbox-preview__body{grid-template-columns:105px 1fr}.mini-convo{padding:8px 4px;gap:5px}.mini-convo b{font-size:.52rem}.mini-convo span{font-size:.42rem}.inbox-preview__chat{padding:13px 8px}
  .compact-list{grid-template-columns:1fr}.team-row{grid-template-columns:80px 55px 1fr}.agent b{font-size:.55rem}
  .footer__links{grid-template-columns:1fr}.footer-selectors{grid-template-columns:1fr}
}

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