:root {
    --ink: #102b3f;
    --ink-2: #173c54;
    --paper: #f7f5ef;
    --paper-2: #eeeae0;
    --white: #ffffff;
    --coral: #e99768;
    --coral-deep: #d87543;
    --mint: #b9d9cc;
    --sky: #b8d8e7;
    --text: #183243;
    --muted: #63747e;
    --line: rgba(16, 43, 63, .13);
    --shadow: 0 24px 70px rgba(16, 43, 63, .12);
    --radius-lg: 32px;
    --radius-md: 22px;
    --shell: min(1180px, calc(100vw - 40px));
    --font: "Segoe UI", Tahoma, Arial, sans-serif;
    --font-ar: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
html[dir="rtl"] body { font-family: var(--font-ar); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 7.5vw, 112px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(247,245,239,.91); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 8px 28px rgba(16,43,63,.05); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 154px; height: 52px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 34px); }
.site-nav a { color: var(--ink); font-size: 14px; font-weight: 700; position: relative; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -7px; height: 2px; background: var(--coral-deep); transform: scaleX(0); transition: transform .2s ease; transform-origin: center; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-link { min-width: 40px; text-align: center; font-weight: 800; font-size: 13px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav-toggle span:not(.sr-only) { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); transition: .2s ease; }

.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 14px 30px rgba(16,43,63,.18); }
.button-primary:hover { background: var(--ink-2); box-shadow: 0 18px 36px rgba(16,43,63,.24); }
.button-quiet { min-height: 42px; padding-inline: 17px; background: rgba(255,255,255,.62); border-color: var(--line); }
.button-outline { width: 100%; border-color: var(--ink); color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); white-space: nowrap; }
.text-link { font-weight: 800; color: var(--ink); display: inline-flex; gap: 8px; align-items: center; padding: 10px 2px; }

.hero { position: relative; min-height: 790px; padding-top: 164px; padding-bottom: 70px; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #f8f5ee 0%, #f2eee4 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(3px); z-index: -1; opacity: .8; }
.hero-glow-one { width: 540px; height: 540px; background: radial-gradient(circle, rgba(233,151,104,.28), rgba(233,151,104,0) 69%); inset-block-start: -110px; inset-inline-end: -110px; }
.hero-glow-two { width: 420px; height: 420px; background: radial-gradient(circle, rgba(185,217,204,.34), rgba(185,217,204,0) 70%); inset-block-end: -160px; inset-inline-start: -80px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--coral-deep); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
html[dir="rtl"] body .eyebrow { letter-spacing: 0; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f3b38e; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(44px, 5.2vw, 74px); line-height: 1.08; letter-spacing: -.045em; max-width: 760px; }
html[dir="rtl"] body .hero h1 { max-width: 700px; font-size: clamp(42px, 4.7vw, 66px); line-height: 1.35; letter-spacing: 0; font-weight: 700; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.availability { margin-top: 26px; color: var(--muted); font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #62ad80; box-shadow: 0 0 0 5px rgba(98,173,128,.13); }
.hero-product { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.product-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(16,43,63,.1); border-radius: 50%; }
.product-orbit::before, .product-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.product-orbit::before { inset: 42px; border: 1px dashed rgba(16,43,63,.13); }
.product-orbit::after { width: 13px; height: 13px; background: var(--coral); inset-block-start: 64px; inset-inline-start: 54px; box-shadow: 356px 318px 0 var(--mint); }
.product-window { width: min(610px, 100%); border: 1px solid rgba(16,43,63,.13); border-radius: 24px; background: #fafafa; box-shadow: var(--shadow); overflow: hidden; transform: rotate(-1.1deg); }
html[dir="rtl"] body .product-window { transform: rotate(1.1deg); }
.window-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding-inline: 14px; background: #f0eee9; border-bottom: 1px solid var(--line); }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #d5d1ca; }
.window-bar b { margin-inline-start: auto; margin-inline-end: auto; color: #8a959b; font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.product-window img { width: 100%; aspect-ratio: 1.28; object-fit: cover; object-position: center top; }
.floating-proof { position: absolute; min-width: 144px; padding: 13px 16px; border: 1px solid rgba(16,43,63,.1); border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: 0 14px 32px rgba(16,43,63,.12); display: flex; align-items: center; gap: 10px; }
.floating-proof strong { color: var(--coral-deep); font-size: 22px; }
.floating-proof span { color: var(--muted); font-size: 11px; line-height: 1.4; font-weight: 700; }
.proof-top { inset-block-start: 28px; inset-inline-end: -18px; }
.proof-bottom { inset-block-end: 16px; inset-inline-start: -24px; }
.trust-row { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-row span { color: var(--muted); font-size: clamp(15px, 1.15vw, 17px); line-height: 1.5; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.trust-row i { width: 8px; height: 8px; border: 2px solid var(--coral-deep); transform: rotate(45deg); }

.section-heading { max-width: 650px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(36px, 4.1vw, 58px); line-height: 1.14; letter-spacing: -.035em; }
html[dir="rtl"] body .section-heading h2 { line-height: 1.4; letter-spacing: 0; }
.section-heading > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.clarity { background: var(--white); }
.clarity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.outcome-list article > span { color: var(--coral-deep); font-size: 12px; font-weight: 900; padding-top: 3px; }
.outcome-list h3 { margin: 0; color: var(--ink); font-size: 20px; }
.outcome-list p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.platform { background: var(--paper); }
.feature-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.feature-card { min-height: 445px; padding: 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.25); transition: background .25s ease, transform .25s ease; }
.feature-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 16px 38px rgba(16,43,63,.07); }
.feature-top { display: flex; justify-content: space-between; align-items: center; }
.feature-number { color: #9a9f9f; font-size: 11px; font-weight: 900; }
.feature-arrow { color: var(--ink); opacity: .35; }
.feature-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.feature-symbol { width: 54px; height: 54px; margin-top: 32px; border-radius: 17px; background: var(--ink); display: grid; place-items: center; }
.feature-symbol svg { width: 28px; height: 28px; fill: none; stroke: var(--coral); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card:nth-child(6n+2) .feature-symbol { background: #dce9e2; }
.feature-card:nth-child(6n+2) .feature-symbol svg { stroke: var(--ink); }
.feature-card:nth-child(6n+3) .feature-symbol { background: #f2d4c3; }
.feature-card:nth-child(6n+4) .feature-symbol { background: #d7e7ee; }
.feature-card:nth-child(6n+5) .feature-symbol { background: #e8dfcb; }
.feature-card:nth-child(6n+6) .feature-symbol { background: var(--ink-2); }
.feature-card h3 { margin: 25px 0 10px; color: var(--ink); font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.feature-list { margin: 21px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 9px; }
.feature-list li { position: relative; padding-inline-start: 17px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.feature-list li::before { content: ""; position: absolute; inset-inline-start: 0; inset-block-start: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--coral-deep); }

.screens { background: var(--ink); color: var(--white); overflow: hidden; }
.screens .section-heading h2 { color: var(--white); }
.screens .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.screens-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.slider-controls { display: flex; gap: 9px; direction: ltr; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 18px; transition: .2s ease; }
.slider-controls button:hover { color: var(--ink); background: var(--white); }
.screen-viewport { width: 100%; margin-top: 60px; overflow: hidden; direction: ltr; }
.screen-track { display: flex; gap: 34px; width: max-content; padding-inline: max(20px, calc((100vw - 1180px) / 2)); transition: transform .55s cubic-bezier(.22,.7,.22,1); will-change: transform; }
.screen-slide { width: 320px; flex: 0 0 320px; opacity: .42; transform: scale(.9); transition: opacity .4s ease, transform .4s ease; }
.screen-slide.active { opacity: 1; transform: scale(1); }
.phone-frame { width: 286px; margin-inline: auto; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 38px; background: #071c2b; box-shadow: 0 28px 60px rgba(0,0,0,.35); position: relative; }
.phone-frame img { width: 100%; border-radius: 29px; aspect-ratio: 9/19.3; object-fit: cover; }
.phone-speaker { position: absolute; z-index: 2; inset-block-start: 17px; inset-inline-start: 50%; transform: translateX(-50%); width: 68px; height: 19px; border-radius: 20px; background: #061722; }
.screen-caption { display: grid; grid-template-columns: 32px 1fr; gap: 13px; margin-top: 25px; }
.screen-caption > span { color: var(--coral); font-size: 11px; font-weight: 900; }
.screen-caption h3 { margin: 0; font-size: 18px; }
.screen-caption p { margin: 6px 0 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }
.slider-progress { margin-top: 50px; height: 2px; background: rgba(255,255,255,.13); }
.slider-progress span { display: block; height: 100%; width: 11.111%; background: var(--coral); transition: transform .45s ease; transform-origin: left; }

.roles { background: var(--white); }
.roles .section-heading h2 { font-size: clamp(30px, 3.2vw, 46px); }
.role-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.role-card { min-height: 340px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); position: relative; overflow: hidden; background: var(--white); }
.role-card > span { color: var(--coral-deep); font-size: 11px; font-weight: 900; }
.role-card h3 { margin: 82px 0 14px; color: var(--ink); font-size: 26px; }
.role-card p { margin: 0; color: var(--muted); font-size: 14px; }
.role-card i { position: absolute; width: 140px; height: 140px; border: 34px solid var(--paper-2); border-radius: 50%; inset-block-end: -78px; inset-inline-end: -52px; }
.role-card:nth-child(2) { background: var(--ink); border-color: var(--ink); }
.role-card:nth-child(2) h3 { color: var(--white); }
.role-card:nth-child(2) p { color: rgba(255,255,255,.62); }
.role-card:nth-child(2) i { border-color: rgba(233,151,104,.25); }

.ai-section { background: #17364b; color: var(--white); position: relative; overflow: hidden; }
.ai-section::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; inset-block-start: -350px; inset-inline-end: -180px; box-shadow: 0 0 0 100px rgba(255,255,255,.015), 0 0 0 200px rgba(255,255,255,.01); }
.ai-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,8vw,120px); align-items: center; }
.ai-copy h2 { color: var(--white); }
.ai-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.ai-copy ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.ai-copy li { color: rgba(255,255,255,.78); font-size: 14px; display: flex; gap: 11px; align-items: center; }
.ai-copy li::before { content: "✓"; color: var(--coral); font-weight: 900; }
.ai-conversation { border: 1px solid rgba(255,255,255,.14); border-radius: 28px; padding: 24px; background: rgba(255,255,255,.06); backdrop-filter: blur(14px); box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.conversation-head { display: flex; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ai-mark { width: 43px; height: 43px; border-radius: 14px; background: var(--coral); color: var(--ink); display: grid; place-items: center; font-size: 20px; }
.conversation-head div { display: grid; }
.conversation-head small { color: rgba(255,255,255,.5); font-size: 10px; display: flex; align-items: center; gap: 7px; }
.conversation-head small i { width: 6px; height: 6px; border-radius: 50%; background: #77c79a; }
.message { max-width: 82%; margin-top: 18px; padding: 14px 16px; border-radius: 16px; font-size: 13px; }
.message.assistant { background: rgba(255,255,255,.1); border-end-start-radius: 5px; }
.message.user { margin-inline-start: auto; background: var(--coral); color: var(--ink); border-end-end-radius: 5px; font-weight: 700; }
.message.rich { display: grid; gap: 5px; }
.message.rich span { color: rgba(255,255,255,.62); font-size: 11px; }
.owner-account-facts { margin-top: 12px; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.owner-account-facts span { padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; display: grid; gap: 3px; color: rgba(255,255,255,.52); font-size: 9px; }
.owner-account-facts b { color: var(--white); font-size: 12px; }

.pricing { background: var(--paper); }
.pricing-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.62); display: flex; flex-direction: column; }
.price-card.featured { background: var(--white); border: 2px solid var(--ink); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; inset-block-start: 18px; inset-inline-end: 18px; padding: 5px 9px; border-radius: 20px; color: var(--ink); background: var(--mint); font-size: 9px; font-weight: 900; }
.plan-name { margin: 0; color: var(--ink); font-size: 14px; font-weight: 900; }
.price { display: flex; align-items: start; gap: 7px; margin-top: 24px; color: var(--ink); }
.price sup { font-size: 12px; font-weight: 900; padding-top: 13px; }
.price strong { font-size: 56px; line-height: 1; letter-spacing: -.05em; }
.custom-price { margin-top: 30px; min-height: 58px; color: var(--ink); font-size: 35px; font-weight: 900; }
.price-card > p:not(.plan-name) { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.launch-meter { margin-top: 24px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(185,217,204,.16); }
.launch-meter-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.launch-meter-head strong { color: var(--ink); font-size: 13px; }
.launch-meter-head span { color: var(--coral-deep); font-size: 12px; font-weight: 900; direction: ltr; }
.launch-meter-segments { margin-top: 11px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; }
.launch-meter-segments i { height: 6px; border-radius: 99px; background: rgba(16,43,63,.12); }
.launch-meter-segments i.claimed { background: var(--coral-deep); }
.launch-meter small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.price-card ul { list-style: none; padding: 25px 0; margin: 28px 0; border-top: 1px solid var(--line); display: grid; gap: 13px; flex: 1; }
.price-card li { color: var(--text); font-size: 13px; display: flex; gap: 10px; }
.price-card li::before { content: "✓"; color: var(--coral-deep); font-weight: 900; }
.pricing-notification-row { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.54); overflow: hidden; }
.notification-option { min-height: 112px; padding: 24px 28px; display: flex; align-items: center; gap: 16px; }
.notification-option + .notification-option { border-inline-start: 1px solid var(--line); }
.notification-option > span { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 12px; display: grid; place-items: center; font-size: 18px; font-weight: 900; }
.notification-option.included > span { color: var(--ink); background: var(--mint); }
.notification-option.addon > span { color: var(--coral-deep); background: rgba(233,151,104,.16); }
.notification-option.addon img { display: block; width: 30px; height: 30px; object-fit: contain; }
.notification-option strong { display: block; color: var(--ink); font-size: 15px; }
.notification-option p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,9vw,130px); align-items: start; }
.store-links { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.store-links a { min-width: 165px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: center; gap: 11px; background: var(--paper); text-align: start; }
.store-icon { width: 25px; height: 25px; flex: 0 0 25px; fill: var(--ink); }
.store-links img.store-icon { display: block; object-fit: contain; }
.store-copy { display: grid; gap: 3px; }
.store-links small { color: var(--muted); font-size: 8px; line-height: 1; }
.store-links strong { color: var(--ink); font-size: 14px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 24px 0; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 25px; text-align: start; color: var(--ink); font-size: 17px; font-weight: 800; }
.faq-item button i { width: 22px; height: 22px; flex: 0 0 22px; position: relative; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; inset: 10px 3px auto; height: 2px; background: var(--ink); transition: transform .2s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 24px; }

.final-cta { background: var(--paper); }
.cta-panel { min-height: 360px; padding: clamp(40px,6vw,78px); border-radius: var(--radius-lg); background: var(--coral-deep); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; inset-block-start: -280px; inset-inline-end: -110px; box-shadow: 0 0 0 70px rgba(255,255,255,.04); }
.cta-panel > div { max-width: 730px; position: relative; z-index: 1; }
.cta-panel h2 { margin: 0; font-size: clamp(34px,4vw,55px); line-height: 1.2; letter-spacing: -.035em; }
html[dir="rtl"] body .cta-panel h2 { line-height: 1.45; }
.cta-panel p:not(.eyebrow) { color: rgba(255,255,255,.75); margin: 18px 0 0; }
.cta-panel .button { position: relative; z-index: 1; }

.site-footer { background: #091d2b; color: var(--white); padding-top: 75px; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-brand img { width: 170px; height: 58px; object-fit: contain; }
.footer-brand p { max-width: 440px; margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-main h3 { margin: 8px 0 19px; color: var(--coral); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main a { color: rgba(255,255,255,.68); font-size: 13px; }
.footer-main a:hover { color: var(--white); }
.footer-main .phone-link { width: fit-content; direction: ltr; unicode-bidi: isolate; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: rgba(255,255,255,.4); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1040px) {
    .nav-shell { grid-template-columns: auto minmax(0,1fr) auto auto; }
    .brand { grid-column: 1; grid-row: 1; }
    .nav-toggle { display: flex; grid-column: 3; grid-row: 1; }
    .nav-actions { grid-column: 4; grid-row: 1; }
    .nav-actions { justify-self: end; }
    .site-nav { position: fixed; inset: 82px 20px auto; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(247,245,239,.98); box-shadow: var(--shadow); display: grid; gap: 18px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s ease; }
    .site-nav.open { transform: none; opacity: 1; visibility: visible; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 790px; text-align: center; margin-inline: auto; }
    .hero-copy .eyebrow, .hero-actions, .availability { justify-content: center; }
    .hero-product { width: min(720px,100%); margin-inline: auto; }
    .clarity-grid, .ai-grid, .faq-grid { grid-template-columns: 1fr; }
    .clarity-grid { gap: 45px; }
    .feature-grid { grid-template-columns: repeat(2,1fr); }
    .role-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
    .price-card.featured { transform: none; }
}

@media (max-width: 720px) {
    :root { --shell: min(100% - 28px, 1180px); --radius-lg: 24px; }
    .section-pad { padding-block: 64px; }
    .nav-shell { min-height: 72px; gap: 12px; }
    .brand img { width: 116px; height: 42px; }
    .site-nav { inset-block-start: 72px; }
    .button-quiet { display: none; }
    .language-link { min-width: 34px; }
    .hero { min-height: 0; padding-top: 125px; padding-bottom: 50px; }
    .hero h1 { font-size: clamp(39px, 12vw, 55px); }
    html[dir="rtl"] body .hero h1 { font-size: clamp(38px, 9vw, 48px); line-height: 1.38; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; gap: 8px; }
    .hero-actions .button { width: 100%; }
    .hero-product { min-height: 340px; margin-top: 25px; }
    .product-orbit { width: 350px; height: 350px; }
    .floating-proof { display: none; }
    .trust-row { grid-template-columns: repeat(2,1fr); margin-top: 45px; }
    .section-heading h2 { font-size: 38px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 0; }
    .screens-heading { align-items: start; flex-direction: column; }
    .slider-controls { align-self: end; }
    .screen-track { gap: 12px; padding-inline: calc((100vw - 278px)/2); }
    .screen-slide { width: 278px; flex-basis: 278px; }
    .phone-frame { width: 248px; border-radius: 33px; }
    .phone-frame img { border-radius: 25px; }
    .role-card { min-height: 300px; }
    .ai-conversation { padding: 16px; }
    .message { max-width: 92%; }
    .price-card { padding: 28px; }
    .pricing-notification-row { grid-template-columns: 1fr; }
    .notification-option + .notification-option { border-inline-start: 0; border-top: 1px solid var(--line); }
    .cta-panel { min-height: 0; align-items: flex-start; flex-direction: column; }
    .cta-panel .button { width: 100%; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { padding-block: 20px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
    .hero h1 { font-size: 38px; }
    html[dir="rtl"] body .hero h1 { font-size: clamp(29px, 9vw, 36px); }
    .trust-row { grid-template-columns: 1fr; }
    .product-window { border-radius: 17px; }
    .outcome-list article { grid-template-columns: 38px 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}
