@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/estedad-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F,
    U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/estedad-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #162019;
  --muted: #647067;
  --paper: #f7f8f3;
  --white: #fff;
  --line: #dfe5dc;
  --lime: #c9f36a;
  --lime-strong: #b6ec45;
  --green: #26734d;
  --forest: #173c2a;
  --forest-deep: #102c20;
  --purple: #d8ccff;
  --shadow-sm: 0 10px 34px rgba(22, 32, 25, .07);
  --shadow-lg: 0 35px 90px rgba(18, 49, 34, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Estedad, Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; right: -999px; padding: 9px 16px; border-radius: 8px; background: var(--ink); color: #fff; }
.skip-link:focus { right: 12px; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: rgba(22, 32, 25, .08); background: rgba(247, 248, 243, .9); box-shadow: 0 8px 28px rgba(22, 32, 25, .04); backdrop-filter: blur(18px); }
.nav-shell { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand strong, .brand small { display: block; line-height: 1.4; }
.brand strong { font-size: 18px; font-weight: 900; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 31px; color: #435148; font-size: 12px; font-weight: 750; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--green); transition: width .2s; }
.main-nav a:hover::after { width: 100%; }
.button { min-height: 51px; padding: 12px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 14px; background: var(--forest); color: #fff; font-weight: 850; box-shadow: 0 12px 26px rgba(23, 60, 42, .16); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #20553a; box-shadow: 0 16px 32px rgba(23, 60, 42, .22); }
.button span { font-size: 19px; line-height: 1; }
.button-small { min-height: 43px; padding: 9px 17px; border-radius: 12px; font-size: 11px; }

.hero { min-height: 810px; padding: 145px 0 86px; position: relative; display: grid; align-items: center; overflow: hidden; background-image: linear-gradient(rgba(38, 115, 77, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 115, 77, .045) 1px, transparent 1px); background-size: 52px 52px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--paper)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 470px; height: 470px; top: 100px; left: -130px; background: rgba(201, 243, 106, .22); }
.hero-orb-two { width: 270px; height: 270px; right: 13%; bottom: 25px; background: rgba(216, 204, 255, .18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; gap: 72px; align-items: center; }
.hero-copy { padding-bottom: 32px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 900; }
.eyebrow i { width: 25px; height: 2px; border-radius: 2px; background: currentColor; }
.hero h1 { margin: 18px 0 23px; font-size: clamp(57px, 6.2vw, 88px); font-weight: 900; line-height: 1.18; letter-spacing: -5px; }
.hero h1 em { position: relative; color: var(--green); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; right: 2px; bottom: 6px; width: 98%; height: 17px; border-radius: 50%; background: rgba(201, 243, 106, .72); transform: rotate(-2deg); }
.hero-lead { max-width: 590px; margin: 0; color: #566158; font-size: 17px; line-height: 2.05; }
.hero-actions { margin-top: 31px; display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid #9ba79e; font-size: 12px; font-weight: 800; }
.play { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: var(--forest); font-size: 8px; }
.trust-row { margin: 32px 0 0; padding: 0; display: flex; gap: 22px; list-style: none; color: #536058; font-size: 10px; font-weight: 750; }
.trust-row span { margin-left: 5px; color: var(--green); font-weight: 900; }

.hero-product { min-height: 595px; position: relative; direction: rtl; }
.chat-window { width: 430px; position: absolute; z-index: 3; top: 50%; left: 50%; overflow: hidden; border: 1px solid rgba(255, 255, 255, .58); border-radius: 30px; background: #fff; box-shadow: var(--shadow-lg); transform: translate(-50%, -50%) rotate(1.5deg); }
.chat-top { height: 74px; padding: 0 19px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #e6ebe5; background: rgba(255, 255, 255, .94); }
.bot-avatar { width: 42px; height: 42px; padding: 5px; border-radius: 13px; background: #eff7e5; }
.chat-top span { flex: 1; }
.chat-top strong, .chat-top small { display: block; line-height: 1.5; }
.chat-top strong { font-size: 12px; }
.chat-top small { color: #718077; font-size: 8px; }
.chat-top small i { width: 6px; height: 6px; margin-left: 4px; display: inline-block; border-radius: 50%; background: #55b665; }
.chat-top > b { color: #8a968e; letter-spacing: 2px; }
.chat-body { min-height: 420px; padding: 22px 18px 16px; background: #f8faf6; }
.bubble { width: fit-content; max-width: 87%; margin-bottom: 13px; padding: 11px 13px; border-radius: 15px 4px 15px 15px; background: #e9eee8; color: #3c4941; font-size: 9px; line-height: 1.8; }
.bubble.assistant { margin-right: auto; border-radius: 4px 15px 15px 15px; background: var(--forest); color: #fff; }
.spark { margin-left: 4px; color: var(--lime); }
.compact-bubble { max-width: 92%; margin-top: 13px; margin-bottom: 0; }
.product-card { margin: 3px 38px 0 0; padding: 10px; display: grid; grid-template-columns: 54px 1fr 25px; gap: 11px; align-items: center; border: 1px solid #e1e7df; border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }
.product-visual { height: 54px; position: relative; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, #d8ccff, #f1edff); }
.product-visual::before { content: ""; position: absolute; width: 34px; height: 23px; top: 10px; left: 10px; border: 2px solid #4d5262; border-radius: 3px; background: #242935; }
.product-visual::after { content: ""; position: absolute; width: 42px; height: 5px; top: 36px; left: 6px; border-radius: 1px 1px 5px 5px; background: #686d7c; }
.product-card small, .product-card strong, .product-card p { display: block; margin: 0; line-height: 1.6; }
.product-card small { color: #78847c; font-size: 6.5px; }
.product-card strong { font-size: 9px; }
.product-card p { color: var(--green); font-size: 7px; font-weight: 700; }
.product-arrow { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: var(--lime); font-size: 12px; }
.chat-input { height: 59px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e6ebe5; color: #98a29b; font-size: 8px; }
.chat-input b { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: var(--forest); color: var(--lime); font-size: 16px; }
.channel-stack { position: absolute; z-index: 5; top: 60px; right: 11px; display: flex; flex-direction: column; gap: 10px; }
.channel-stack span { width: 48px; height: 48px; padding: 12px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 15px; background: rgba(255, 255, 255, .95); box-shadow: var(--shadow-sm); }
.channel-stack span:nth-child(2) { transform: translateX(-13px); }
.channel-stack span:nth-child(3) { transform: translateX(5px); }
.floating-note { position: absolute; z-index: 5; min-width: 120px; padding: 12px 15px; display: flex; align-items: center; gap: 9px; border: 1px solid #fff; border-radius: 15px; background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note span { color: var(--green); font-size: 17px; font-weight: 900; }
.floating-note small { color: #617067; font-size: 8px; font-weight: 700; }
.note-one { bottom: 35px; right: -3px; }
.note-two { top: 155px; left: -12px; }

.section { padding: 112px 0; }
.problem-strip { position: relative; z-index: 3; padding: 90px 0 108px; background: #fff; }
.section-heading h2 { margin: 12px 0 15px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.4; letter-spacing: -2.4px; }
.section-heading p { margin: 0; color: var(--muted); }
.centered { max-width: 770px; margin: 0 auto 50px; text-align: center; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.outcome-grid article { min-height: 245px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fbfcfa; }
.outcome-no { color: var(--green); font: 800 12px Georgia, serif; }
.outcome-grid strong { margin-top: 41px; display: block; font-size: 18px; }
.outcome-grid p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.outcome-grid i { position: absolute; right: 28px; bottom: 0; width: 54px; height: 5px; border-radius: 6px 6px 0 0; background: var(--lime); }

.capabilities { background: var(--paper); }
.split-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { padding-bottom: 9px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 3px 0 rgba(22, 32, 25, .015); transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature-main { grid-row: span 2; min-height: 557px; background: var(--forest); color: #fff; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #edf7df; color: var(--green); font-size: 20px; font-weight: 900; }
.feature-main .feature-icon { background: var(--lime); color: var(--forest); }
.feature-card h3 { margin: 28px 0 10px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 11.5px; }
.feature-main p { color: #b7c7bd; }
.knowledge-preview { margin-top: 42px; padding: 12px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 16px; background: rgba(255, 255, 255, .05); }
.knowledge-preview span { padding: 11px 8px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #dce7e0; font-size: 9px; }
.knowledge-preview span:last-child { border-bottom: 0; }
.knowledge-preview b { color: var(--lime); font-size: 7px; }

.channels { padding-top: 0; }
.channels-panel { padding: 64px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; overflow: hidden; border-radius: 31px; background: var(--forest-deep); color: #fff; box-shadow: 0 28px 80px rgba(16, 44, 32, .16); }
.section-kicker.light { color: var(--lime); }
.channels-copy h2 { margin: 14px 0 17px; font-size: 41px; line-height: 1.45; }
.channels-copy p { margin: 0 0 27px; color: #b1c1b7; font-size: 12px; }
.button-light { background: var(--lime); color: var(--forest); box-shadow: none; }
.button-light:hover { background: var(--lime-strong); }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.channel-grid div { min-height: 145px; padding: 19px 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255, 255, 255, .09); border-radius: 17px; background: rgba(255, 255, 255, .05); text-align: center; }
.channel-grid img, .web-icon { width: 37px; height: 37px; margin-bottom: 12px; padding: 8px; display: grid; place-items: center; border-radius: 11px; background: #fff; object-fit: contain; }
.web-icon { color: var(--green); font-size: 18px; font-weight: 900; }
.channel-grid b, .channel-grid small { display: block; }
.channel-grid b { font-size: 11px; }
.channel-grid small { color: #93a89c; font-size: 7px; }

.workflow { background: #fff; }
.workflow-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 95px; align-items: center; }
.workflow-copy h2 { margin: 14px 0 18px; font-size: 43px; line-height: 1.45; letter-spacing: -1.8px; }
.workflow-copy > p { margin: 0; color: var(--muted); }
.security-note { margin-top: 30px; padding: 17px; display: flex; align-items: flex-start; gap: 13px; border: 1px dashed #bdc9bc; border-radius: 15px; background: #f8faf6; }
.security-note > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--lime); color: var(--forest); }
.security-note p { margin: 0; color: var(--muted); font-size: 9px; }
.security-note strong { color: var(--ink); }
.workflow-steps { margin: 0; padding: 0; position: relative; list-style: none; }
.workflow-steps::before { content: ""; position: absolute; top: 42px; right: 26px; bottom: 42px; width: 1px; background: #d7dfd6; }
.workflow-steps li { padding: 19px 0; position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 20px; }
.workflow-steps li > span { width: 54px; height: 54px; z-index: 2; display: grid; place-items: center; border: 1px solid #dce4db; border-radius: 17px; background: var(--paper); color: var(--green); font-weight: 900; box-shadow: 0 0 0 8px #fff; }
.workflow-steps small, .workflow-steps strong, .workflow-steps p { display: block; }
.workflow-steps small { color: var(--green); font-size: 8px; font-weight: 850; }
.workflow-steps strong { font-size: 14px; }
.workflow-steps p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }

.audiences { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.audience-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.audience-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #edf7df; color: var(--green); font-size: 18px; }
.audience-grid h3 { margin: 25px 0 8px; font-size: 15px; }
.audience-grid p { margin: 0; color: var(--muted); font-size: 10px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro h2 { margin: 13px 0 15px; font-size: 42px; line-height: 1.5; }
.faq-intro p { margin: 0; color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #eef3ec; color: var(--green); font-size: 18px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -4px 0 20px; color: var(--muted); font-size: 11px; }

.final-cta { padding: 105px 0; background: var(--paper); }
.final-cta-box { padding: 55px 62px; display: flex; align-items: center; justify-content: space-between; gap: 42px; border-radius: 29px; background: var(--forest); color: #fff; }
.final-cta h2 { max-width: 690px; margin: 13px 0 9px; font-size: 40px; line-height: 1.5; }
.final-cta p { margin: 0; color: #adbbb2; font-size: 11px; }
.final-cta .button { flex: 0 0 auto; }

.footer { padding: 55px 0 22px; background: var(--forest-deep); color: #fff; }
.footer-top { padding-bottom: 37px; display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 55px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.footer .brand strong { color: #fff; }
.footer .brand small, .footer p { color: #8fa298; }
.footer p { margin: 0; font-size: 10px; text-align: center; }
.footer-action { color: var(--lime); font-size: 11px; font-weight: 850; text-align: left; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; color: #71877b; font-size: 8px; }

@media (max-width: 1000px) {
  .main-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-product { width: min(620px, 100%); margin-inline: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-main { grid-row: span 2; }
  .channels-panel { grid-template-columns: 1fr; }
  .channels-copy { max-width: 680px; text-align: center; margin-inline: auto; }
  .workflow-grid { grid-template-columns: 1fr; gap: 55px; }
  .workflow-copy { max-width: 750px; text-align: center; margin-inline: auto; }
  .security-note { text-align: right; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; text-align: center; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-shell { height: 76px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .button-small { padding: 8px 12px; font-size: 9px; }
  .button-small span { display: none; }
  .hero { padding: 112px 0 55px; background-size: 38px 38px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); letter-spacing: -3.5px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 9px 15px; }
  .hero-product { min-height: 510px; }
  .chat-window { width: min(390px, calc(100% - 30px)); }
  .chat-body { min-height: 385px; }
  .channel-stack { right: -2px; }
  .channel-stack span { width: 40px; height: 40px; padding: 10px; }
  .floating-note { min-width: 102px; padding: 9px 11px; }
  .note-two { left: -3px; top: 145px; }
  .note-one { right: 0; bottom: 10px; }
  .section, .problem-strip { padding: 78px 0; }
  .section-heading h2 { font-size: 34px; letter-spacing: -1.4px; }
  .centered { margin-bottom: 35px; }
  .outcome-grid, .feature-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 220px; }
  .feature-main { min-height: 480px; grid-row: auto; }
  .channels { padding-top: 0; }
  .channels-panel { padding: 38px 20px; gap: 38px; border-radius: 23px; }
  .channels-copy h2 { font-size: 32px; }
  .channel-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .channel-grid div { min-height: 128px; }
  .workflow-copy h2 { font-size: 33px; }
  .workflow-steps li { grid-template-columns: 48px 1fr; gap: 14px; }
  .workflow-steps li > span { width: 48px; height: 48px; }
  .workflow-steps::before { right: 23px; }
  .audience-grid { grid-template-columns: 1fr; }
  .faq-intro h2 { font-size: 34px; }
  .faq-list summary { font-size: 12px; }
  .final-cta { padding: 72px 0; }
  .final-cta-box { padding: 38px 23px; align-items: flex-start; flex-direction: column; }
  .final-cta h2 { font-size: 31px; }
  .final-cta .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; justify-items: center; text-align: center; }
  .footer-action { text-align: center; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 420px) {
  .button-small { min-width: 102px; }
  .hero h1 { font-size: 47px; }
  .hero-product { min-height: 485px; }
  .chat-body { min-height: 365px; padding-inline: 13px; }
  .bubble { max-width: 91%; font-size: 8px; }
  .product-card { margin-right: 18px; }
  .floating-note small { display: none; }
  .floating-note { min-width: auto; }
}

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