        :root {
            --font: "Hanken Grotesk", "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
            --font-display: "Hanken Grotesk", "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
            --v-300: #d8c8ff; --v-400: #8b6be8; --v-500: #5830c5; --v-600: #5830c5; --v-700: #440099; --v-900: #26105f;
            --grad: #5830c5;
            --ink: #1a1430; --ink-2: #241a44; --paper: #f8fafc; --surface: #ffffff; --surface-2: #f9fafb;
            --text: #111827; --muted: #6b7280; --text-dark: #f3f4f6; --muted-dark: #c0b8d6;
            --line: #e5e7eb; --hairline: #eef0f3;
            --shadow: 0 18px 48px -22px rgba(102,51,153,.32), 0 4px 14px rgba(17,24,39,.06); --shadow-soft: 0 1px 15px rgba(17,24,39,.05), 0 1px 6px rgba(17,24,39,.05);
            --r-lg: 24px; --r-md: 16px; --header-h: 76px; --maxw: 1200px;
        }
        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; overflow-x: hidden; }
        body { margin: 0; font-family: var(--font); color: var(--text); background: var(--paper); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; transition: background-color .45s ease, color .45s ease; }
        body.nav-open { overflow: hidden; }
        h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.14; letter-spacing: -.02em; margin: 0; color: inherit; }
        html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 { letter-spacing: 0; }
        a { color: inherit; text-decoration: none; }
        img { max-width: 100%; display: block; }
        .wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px,4vw,40px); }
        .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font); font-weight: 700; font-size: 1rem; cursor: pointer; padding: 13px 26px; border-radius: 999px; border: 1px solid transparent; transition: transform .25s, box-shadow .25s, background .25s, color .25s; white-space: nowrap; }
        .btn-primary { background: var(--grad); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 10px 24px -12px rgba(102,51,153,.7); }
        .btn-primary:hover { transform: translateY(-3px); }
        .btn-acc { background: var(--acc); color: #fff; }
        .btn-acc:hover { transform: translateY(-3px); filter: brightness(1.05); }
        .btn-ghost { background: rgba(255,255,255,.06); color: var(--text-dark); border-color: rgba(255,255,255,.2); }
        .btn-ghost:hover { background: rgba(255,255,255,.13); transform: translateY(-3px); }
        .btn-outline { background: var(--surface); color: var(--text); border-color: var(--line); }
        .btn-outline:hover { border-color: var(--v-500); color: var(--v-700); transform: translateY(-3px); }

        /* Nav (fixed) */
        .site-header { position: fixed; top: 0; inset-inline: 0; z-index: 60; backdrop-filter: blur(14px); background: color-mix(in srgb, var(--paper) 72%, transparent); border-bottom: 1px solid transparent; transition: background-color .3s, box-shadow .3s, border-color .3s; }
        .site-header.is-solid { background: color-mix(in srgb, var(--paper) 90%, transparent); border-bottom-color: var(--line); box-shadow: 0 10px 30px -18px rgba(40,12,84,.45); }
        html[data-theme="dark"] .site-header.is-solid { box-shadow: 0 12px 32px -18px rgba(0,0,0,.65); }
        .nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--header-h); width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px,4vw,40px); }
        .brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.3rem; }
        .brand img { width: 32px; height: 32px; }
        .nav-menu { display: flex; align-items: center; gap: 24px; }
        .nav-menu a { color: var(--muted); font-weight: 600; font-size: .95rem; transition: color .2s; }
        .nav-menu a:hover { color: var(--text); }
        .nav-actions { display: flex; align-items: center; gap: 10px; }
        .lang-switch { position: relative; }
        .lang-btn { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; font-family: var(--font); font-weight: 700; font-size: .82rem; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; }
        .lang-btn svg { color: var(--v-600); }
        .lang-caret { font-size: .7rem; opacity: .6; }
        .lang-menu { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; min-width: 168px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); padding: 6px; display: none; flex-direction: column; gap: 2px; z-index: 90; }
        .lang-switch.open .lang-menu { display: flex; }
        .lang-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; font-weight: 600; color: var(--text); }
        .lang-menu a:hover { background: var(--acc-soft); }
        .lang-menu a.on { color: var(--v-700); background: color-mix(in srgb, var(--v-500) 12%, white); }
        .theme-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); cursor: pointer; font-size: 1.05rem; display: grid; place-items: center; transition: transform .2s, border-color .2s; }
        .theme-btn:hover { border-color: var(--v-500); transform: rotate(-12deg); }
        .mini-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--text); padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line); }
        .mini-link:hover { border-color: var(--v-500); color: var(--v-700); }
        .mobile-menu-btn { display: none; width: 44px; height: 44px; border-radius: 13px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
        .mobile-menu-btn span { width: 18px; height: 2px; background: var(--text); border-radius: 2px; }

        main { display: block; padding-top: var(--header-h); }

        /* Hero */
        .ihero { position: relative; overflow: hidden; color: var(--text); padding-block: clamp(54px, 7vw, 86px); border-bottom: 1px solid var(--line); }
        .ihero-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(36px, 6vw, 84px); }
        .ihero-copy { max-width: 560px; }
        .ihero-availability { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--muted); font-size: .86rem; font-weight: 700; }
        .ihero-availability::before { content: ""; width: 28px; height: 1px; flex: 0 0 auto; background: var(--acc); }
        .ihero h1 { max-width: 9ch; margin: 14px 0 0; font-size: clamp(3rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.035em; }
        html[dir="rtl"] .ihero h1 { letter-spacing: 0; }
        .ihero-tagline { margin: 18px 0 0; color: var(--acc); font-size: clamp(1.08rem, 2vw, 1.3rem); font-weight: 800; }
        html[data-theme="dark"] .ihero-tagline { color: color-mix(in srgb, var(--acc) 42%, white); }
        html[data-theme="dark"] .ihero-availability::before { background: color-mix(in srgb, var(--acc) 42%, white); }
        .ihero-description { max-width: 64ch; margin: 14px 0 0; color: var(--muted); font-size: clamp(.98rem, 1.4vw, 1.08rem); line-height: 1.85; }
        .ihero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
        .ihero-actions .btn { min-height: 48px; border-radius: 12px; padding-inline: 24px; }
        .ihero-actions .btn:focus-visible { outline: 3px solid color-mix(in srgb, var(--acc) 30%, transparent); outline-offset: 3px; }
        .ihero-preview figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 28px 65px -38px rgba(38, 16, 95, .48); }
        .ihero-preview img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
        .ihero-preview figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 16px; border-top: 1px solid var(--line); }
        .ihero-preview figcaption span { color: var(--muted); font-size: .78rem; }
        .ihero-preview figcaption strong { color: var(--text); font-size: .86rem; }
        .ihero-preview-empty { min-height: 320px; display: grid; place-content: center; gap: 8px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); text-align: center; }
        .ihero-preview-empty strong { font-size: 1.5rem; }
        .ihero-preview-empty span { color: var(--muted); }

        /* Browser frame */
        .frame { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); background: #0f0822; }
        .frame .bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08); }
        .frame .bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.25); }
        .frame .bar span { margin-inline-start: auto; font-size: .72rem; color: var(--muted-dark); }
        .frame img { width: 100%; display: block; }

        /* Sections */
        section.pad { padding-block: clamp(56px,8vw,96px); }
        section.alt { background: var(--surface); }
        .head { text-align: center; max-width: 640px; margin: 0 auto clamp(34px,5vw,52px); }
        .kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .82rem; padding: 7px 14px; border-radius: 999px; background: var(--acc-soft); color: var(--acc); border: 1px solid color-mix(in srgb, var(--acc) 30%, transparent); }
        .head h2 { font-size: clamp(1.7rem,4vw,2.6rem); margin-top: 14px; }
        .head p { color: var(--muted); margin-top: 12px; font-size: 1.03rem; }

        /* Gallery */
        .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
        .shot { cursor: zoom-in; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
        .shot:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
        .shot .ph { display: flex; align-items: center; gap: 7px; padding: 9px 12px; background: var(--acc-soft); border-bottom: 1px solid var(--line); }
        .shot .ph i { width: 8px; height: 8px; border-radius: 50%; background: color-mix(in srgb, var(--acc) 55%, transparent); }
        .shot .ph b { margin-inline-start: auto; font-size: .78rem; font-weight: 700; color: color-mix(in srgb, var(--acc) 80%, #222); }
        .shot img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; display: block; }

        .soon { text-align: center; border: 1px dashed var(--line); border-radius: var(--r-lg); padding: clamp(36px,6vw,64px); background: var(--surface); }
        .soon .big { font-size: 3rem; }
        .soon h3 { font-size: 1.4rem; margin: 12px 0 6px; }
        .soon p { color: var(--muted); margin: 0; }

        /* Features */
        .feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
        .fcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; transition: transform .3s, box-shadow .3s, border-color .3s; }
        .fcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: color-mix(in srgb, var(--acc) 40%, transparent); }
        .fcard .fi { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 1.3rem; background: var(--acc-soft); border: 1px solid color-mix(in srgb, var(--acc) 28%, transparent); margin-bottom: 14px; }
        .fcard h3 { font-size: 1.05rem; margin-bottom: 6px; }
        .fcard p { color: var(--muted); font-size: .9rem; margin: 0; }

        /* Other industries */
        .others { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
        .ochip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 700; transition: transform .2s, border-color .2s, color .2s; }
        .ochip:hover { transform: translateY(-3px); border-color: var(--oc); color: var(--oc); }

        /* CTA — clean & refined */
        .cta { position: relative; isolation: isolate; overflow: hidden; color: #fff; text-align: center;
            background: #26105f;
            border: 1px solid rgba(255,255,255,.12); border-radius: clamp(22px,4vw,34px);
            padding: clamp(44px,6vw,76px) clamp(26px,5vw,60px);
            box-shadow: 0 34px 76px -42px rgba(58,16,128,.85), inset 0 1px 0 rgba(255,255,255,.14); }
        .cta-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
        .cta-b1 { position: absolute; width: 60%; height: 150%; top: -25%; inset-inline-end: -10%; border-radius: 50%; filter: blur(70px); opacity: .4; background: transparent; }
        .cta-inner { position: relative; max-width: 600px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
        .cta h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.85rem,4vw,2.7rem); line-height: 1.15; letter-spacing: -.02em; margin: 0; }
        .cta-word { background: none; -webkit-background-clip: initial; background-clip: initial; color: #fff; white-space: nowrap; }
        .cta p { color: rgba(255,255,255,.82); margin: 14px auto 28px; max-width: 460px; font-size: 1.02rem; line-height: 1.65; }
        .cta-actions { justify-content: center; gap: 12px; }
        .cta-primary { background: #fff; color: var(--v-700); font-weight: 800; box-shadow: 0 12px 30px -12px rgba(0,0,0,.45); }
        .cta-primary svg { transition: transform .3s ease; }
        html[dir="rtl"] .cta-primary svg { transform: scaleX(-1); }
        .cta-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 42px -14px rgba(0,0,0,.5); }
        html[dir="ltr"] .cta-primary:hover svg { transform: translateX(4px); }
        html[dir="rtl"] .cta-primary:hover svg { transform: scaleX(-1) translateX(4px); }
        .cta-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.36); font-weight: 700; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
        .cta-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); transform: translateY(-3px); }

        /* Footer */
        .footer { background: var(--ink); color: var(--muted-dark); padding-block: clamp(40px,5vw,60px) 26px; text-align: center; }
        .footer img { height: 34px; width: auto; margin: 0 auto 12px; }
        .footer .fl { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin: 14px 0; }
        .footer .fl a:hover { color: var(--v-300); }
        .footer small { display: block; margin-top: 12px; opacity: .7; }

        /* Lightbox */
        .lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,3,18,.85); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px; }
        .lightbox.open { display: flex; }
        .lightbox img { max-width: 94vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 40px 90px -20px rgba(0,0,0,.8); }
        .lightbox .lx-close { position: fixed; top: 18px; inset-inline-end: 20px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; font-size: 1.3rem; cursor: pointer; }

        .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
        .reveal.is-visible { opacity: 1; transform: none; }

        /* Dark mode */
        html[data-theme="dark"] {
            color-scheme: dark; --paper: #0f0c1a; --surface: #181430; --surface-2: #201a3c; --text: #f3f4f6; --muted: #b3acc6;
            --line: rgba(154,123,192,.18); --hairline: rgba(255,255,255,.07); --ink: #0c0a18; --ink-2: #161130;
            --acc-soft: color-mix(in srgb, var(--acc) 22%, #181430);
        }
        html[data-theme="dark"] .fcard .fi, html[data-theme="dark"] .shot .ph { background: color-mix(in srgb, var(--acc) 22%, #17103a); }
        html[data-theme="dark"] .lang-menu a.on { background: color-mix(in srgb, var(--v-500) 22%, #17103a); color: var(--v-300); }

        /* Mobile */
        .menu-scrim { position: fixed; inset: 0; z-index: 70; background: rgba(8,3,18,.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .32s, visibility .32s; }
        body.nav-open .menu-scrim { opacity: 1; visibility: visible; }
        .mobile-drawer { position: fixed; top: 0; bottom: 0; inset-inline-end: 0; z-index: 71; width: min(330px,86vw); display: flex; flex-direction: column; background: var(--surface); border-inline-start: 1px solid var(--line); box-shadow: 0 0 60px -8px rgba(0,0,0,.5); transform: translateX(110%); pointer-events: none; transition: transform .4s cubic-bezier(.2,.85,.25,1); }
        html[dir="rtl"] .mobile-drawer { transform: translateX(-110%); }
        body.nav-open .mobile-drawer { transform: none; pointer-events: auto; }
        .drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
        .drawer-head b { font-family: var(--font); font-weight: 800; }
        .drawer-close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--text); font-size: 1rem; cursor: pointer; }
        .drawer-links { display: flex; flex-direction: column; gap: 3px; padding: 14px; }
        .drawer-links a { padding: 13px 15px; border-radius: 12px; font-weight: 600; color: var(--text); }
        .drawer-links a:hover { background: var(--acc-soft); }
        .drawer-cta { margin-top: 10px; background: #5830c5; color: #fff !important; text-align: center; }

        @media (max-width: 980px) {
            .nav-menu { display: none; }
            .mobile-menu-btn { display: flex; }
            .nav-actions .mini-link, .nav-actions > .btn-primary { display: none; }
            .ihero-grid { grid-template-columns: 1fr; }
            .ihero-copy { max-width: 680px; }
            .gallery { grid-template-columns: 1fr; }
            .feat-grid { grid-template-columns: repeat(2,1fr); }
        }
        @media (max-width: 600px) {
            .feat-grid { grid-template-columns: 1fr; }
            .ihero { padding-block: 42px 48px; }
            .ihero h1 { font-size: clamp(2.7rem, 16vw, 3.7rem); }
            .ihero-actions .btn { flex: 1 1 100%; }
            .ihero-preview figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
        }

        /* signup + pricing block (shared partial) */
        .iprice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
        .iprice-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 26px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 40px -28px rgba(20,10,40,.4); }
        .iprice-card.is-featured { border-color: color-mix(in srgb, var(--acc) 50%, transparent); box-shadow: 0 26px 56px -26px color-mix(in srgb, var(--acc) 45%, transparent); }
        .iprice-badge { align-self: flex-start; font-size: .72rem; font-weight: 800; color: var(--acc); background: var(--acc-soft); border: 1px solid color-mix(in srgb, var(--acc) 30%, transparent); padding: .25em .7em; border-radius: 999px; }
        .iprice-card h3 { margin: 0; font-size: 1.25rem; }
        .iprice-card > p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
        .iprice-price { font-size: 1.5rem; font-weight: 800; color: var(--text); }
        .iprice-price small { font-size: .8rem; font-weight: 600; color: var(--muted); }
        .icheck { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
        .icheck li { display: flex; align-items: center; gap: 9px; font-size: .88rem; color: var(--text); }
        .icheck i { color: var(--acc); }
        .iprice-card .btn { margin-top: auto; }

        .request-card { max-width: 880px; margin-inline: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 4vw, 34px); box-shadow: 0 26px 60px -34px rgba(20,10,40,.5); }
        .form-alert { margin-bottom: 14px; padding: 10px 14px; border-radius: 10px; background: #fee2e2; color: #991b1b; font-size: .85rem; }
        .ifgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        .ifield { display: flex; flex-direction: column; gap: 6px; }
        .ifield.full { grid-column: 1 / -1; }
        .ifield label { font-size: .82rem; font-weight: 700; color: var(--text); }
        .ifield input, .ifield select, .ifield textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--text); font: inherit; }
        .country-select-wrap, .phone-input-row { width: 100%; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
        .country-select-wrap:focus-within, .phone-input-row:focus-within { border-color: var(--acc); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 18%, transparent); }
        .country-flag { flex: 0 0 auto; padding: 0 0 0 13px; font-size: 1.15rem; line-height: 1; }
        html[dir="rtl"] .country-flag { padding: 0 13px 0 0; }
        .country-select-wrap select, .phone-input-row input { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; background: transparent !important; min-width: 0; }
        .country-select-wrap select:focus, .phone-input-row input:focus { box-shadow: none !important; }
        .phone-prefix { flex: 0 0 auto; align-self: stretch; display: grid; place-items: center; padding: 0 13px; border-inline-end: 1px solid var(--line); background: color-mix(in srgb, var(--v-600) 7%, var(--paper)); color: var(--v-700); font-weight: 800; direction: ltr; }
        .ifield textarea { min-height: 90px; resize: vertical; }
        .ifield input:focus, .ifield select:focus, .ifield textarea:focus { outline: 0; border-color: var(--acc); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 18%, transparent); }
        .ferr { color: #dc2626; font-size: .76rem; }
        .access-label { font-size: .82rem; font-weight: 700; color: var(--text); }
        .iaccess { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
        .iaccess-opt { display: flex; flex-direction: column; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: .2s; }
        .iaccess-opt:has(input:checked) { border-color: var(--acc); background: var(--acc-soft); }
        .iaccess-opt input { margin: 0 0 4px; }
        .iaccess-opt strong { font-size: .85rem; color: var(--text); }
        .iaccess-opt span { font-size: .72rem; color: var(--muted); }
        .check-row { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--text); cursor: pointer; }
        .check-row input { width: 16px; height: 16px; }
        .form-note { margin: 10px 0 0; font-size: .76rem; color: var(--muted); }
        /* signup wizard steps */
        .step-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 22px; }
        .step-dot { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .85rem; background: var(--paper); color: var(--muted); border: 1px solid var(--line); transition: .3s; }
        .step-dot.active { background: var(--acc); color: #fff; border-color: var(--acc); }
        .step-bar { width: 64px; height: 3px; border-radius: 999px; background: var(--line); overflow: hidden; }
        .step-bar i { display: block; height: 100%; width: 0; background: var(--acc); transition: width .4s ease; }
        .step { display: none; }
        .step.active { display: block; animation: stepIn .4s ease; }
        @keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
        .step-title { text-align: center; color: var(--muted); font-weight: 700; font-size: .9rem; margin: 0 0 16px; }
        @media (max-width: 760px) { .iprice-grid { grid-template-columns: 1fr; } .ifgrid, .iaccess { grid-template-columns: 1fr; } }

        /* ===== match the main landing presentation: rounded gray stages + glass cards ===== */
        body { background: #ffffff; }
        html[data-theme="dark"] body { background: var(--paper); }
        /* Calm section surfaces shared with the main landing. */
        section.pad.alt { margin-inline: clamp(8px, 1vw, 14px); border-radius: clamp(22px, 2.4vw, 34px); background: #f8fafc; }
        html[data-theme="dark"] section.pad.alt { background: var(--paper); }
        /* frosted-glass feature cards (like the landing) */
        .fcard { background: #fff; border: 1px solid rgba(255,255,255,.6); -webkit-backdrop-filter: blur(16px) saturate(1.5); backdrop-filter: blur(16px) saturate(1.5); box-shadow: 0 18px 40px -20px rgba(17,24,39,.26), inset 0 1px 0 rgba(255,255,255,.45); border-radius: 18px; }
        html[data-theme="dark"] .fcard { background: var(--surface); border-color: rgba(255,255,255,.12); box-shadow: 0 18px 40px -20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08); }
        .fcard .fi { background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.6); }
        html[data-theme="dark"] .fcard .fi { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
        /* uppercase kicker like the landing */
        .kicker { text-transform: uppercase; letter-spacing: .08em; font-weight: 600; font-size: .76rem; background: var(--surface); border-color: var(--line); color: var(--text); box-shadow: var(--shadow-soft); }
        html[dir="rtl"] .kicker { letter-spacing: .01em; }
        /* ===== pricing block → main-landing identity (royal purple + glass) ===== */
        .iprice-card { background: #fff; border: 1px solid rgba(255,255,255,.6); -webkit-backdrop-filter: blur(16px) saturate(1.5); backdrop-filter: blur(16px) saturate(1.5); box-shadow: 0 18px 40px -20px rgba(17,24,39,.26), inset 0 1px 0 rgba(255,255,255,.45); }
        html[data-theme="dark"] .iprice-card { background: var(--surface); border-color: rgba(255,255,255,.12); box-shadow: 0 18px 40px -20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08); }
        .iprice-card.is-featured { border-color: color-mix(in srgb, var(--v-600) 50%, rgba(255,255,255,.5)); box-shadow: 0 26px 56px -24px color-mix(in srgb, var(--v-600) 45%, transparent), inset 0 1px 0 rgba(255,255,255,.5); }
        .iprice-badge { color: var(--v-700); background: color-mix(in srgb, var(--v-600) 12%, white); border-color: color-mix(in srgb, var(--v-600) 30%, transparent); }
        html[data-theme="dark"] .iprice-badge { color: var(--v-300); background: color-mix(in srgb, var(--v-500) 22%, #181430); }
        .iprice-card h3 { color: var(--v-700); }
        html[data-theme="dark"] .iprice-card h3 { color: var(--v-300); }
        .icheck i { color: var(--v-600); }
        html[data-theme="dark"] .icheck i { color: var(--v-400); }
        .iprice-card .btn-acc { background: var(--grad); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 12px 26px -12px rgba(102,51,153,.7); }
        .iprice-card .btn-acc:hover { filter: brightness(1.05); transform: translateY(-3px); }
        .iprice-card .btn-ghost { background: var(--surface); color: var(--v-700); border-color: color-mix(in srgb, var(--v-600) 38%, var(--line)); }
        .iprice-card .btn-ghost:hover { background: color-mix(in srgb, var(--v-600) 8%, var(--surface)); border-color: var(--v-500); color: var(--v-700); transform: translateY(-3px); }
        html[data-theme="dark"] .iprice-card .btn-ghost { background: rgba(255,255,255,.06); color: var(--v-300); border-color: rgba(255,255,255,.22); }
        html[data-theme="dark"] .iprice-card .btn-ghost:hover { background: rgba(255,255,255,.12); color: var(--v-300); }

        /* ===== signup wizard → main-landing identity (royal purple + glass) ===== */
        .request-card { background: #fff; border: 1px solid rgba(255,255,255,.6); -webkit-backdrop-filter: blur(16px) saturate(1.5); backdrop-filter: blur(16px) saturate(1.5); box-shadow: 0 26px 60px -30px rgba(17,24,39,.34), inset 0 1px 0 rgba(255,255,255,.45); }
        html[data-theme="dark"] .request-card { background: var(--surface); border-color: rgba(255,255,255,.12); box-shadow: 0 26px 60px -30px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.08); }
        .step-dot.active { background: var(--grad); border-color: transparent; color: #fff; }
        .step-bar i { background: var(--grad); }
        .ifield input:focus, .ifield select:focus, .ifield textarea:focus { border-color: var(--v-600); box-shadow: 0 0 0 3px color-mix(in srgb, var(--v-600) 16%, transparent); }
        .iaccess-opt:has(input:checked) { border-color: var(--v-600); background: color-mix(in srgb, var(--v-600) 8%, var(--surface)); }
        .check-row input, .iaccess-opt input { accent-color: var(--v-600); }
        .request-card .btn-acc { background: var(--grad); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 12px 26px -12px rgba(102,51,153,.7); }
        .request-card .btn-acc:hover { filter: brightness(1.05); transform: translateY(-3px); }
        .request-card .btn-ghost { background: var(--surface); color: var(--v-700); border-color: color-mix(in srgb, var(--v-600) 38%, var(--line)); }
        .request-card .btn-ghost:hover { background: color-mix(in srgb, var(--v-600) 8%, var(--surface)); border-color: var(--v-500); color: var(--v-700); transform: translateY(-3px); }
        html[data-theme="dark"] .request-card .btn-ghost { background: rgba(255,255,255,.06); color: var(--v-300); border-color: rgba(255,255,255,.22); }
        html[data-theme="dark"] .request-card .btn-ghost:hover { background: rgba(255,255,255,.12); color: var(--v-300); }

        /* ===== system screens — small horizontal scroll strip ===== */
        .shots-grid { display: flex; gap: clamp(16px,2vw,24px); overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
            padding: 6px 2px 16px; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--v-600) 45%, transparent) transparent; }
        .shots-grid::-webkit-scrollbar { height: 8px; }
        .shots-grid::-webkit-scrollbar-track { background: var(--line); border-radius: 999px; }
        .shots-grid::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--v-600) 45%, transparent); border-radius: 999px; }
        .shot { margin: 0; flex: 0 0 clamp(260px, 30%, 340px); scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px; }
        .scard-frame { border-radius: 12px; overflow: hidden; background: var(--surface); border: 1px solid var(--line);
            box-shadow: 0 18px 40px -26px rgba(20,10,40,.4); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, border-color .3s; cursor: zoom-in; }
        .shot:hover .scard-frame { transform: translateY(-5px); box-shadow: 0 28px 56px -30px rgba(58,16,128,.45); border-color: color-mix(in srgb, var(--v-600) 30%, var(--line)); }
        .frame-bar { display: flex; align-items: center; gap: 6px; padding: 8px 11px; background: color-mix(in srgb, var(--v-600) 5%, #f5f6f8); border-bottom: 1px solid var(--line); }
        html[data-theme="dark"] .frame-bar { background: rgba(255,255,255,.05); }
        .frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d1d5db; }
        .frame-bar i:nth-child(1) { background: #fca5a5; } .frame-bar i:nth-child(2) { background: #fcd34d; } .frame-bar i:nth-child(3) { background: #86efac; }
        .frame-url { margin-inline: auto; font-size: .66rem; color: var(--muted); font-weight: 600; background: var(--surface); border: 1px solid var(--line); padding: 2px 12px; border-radius: 999px; direction: ltr; }
        .scard-frame img { width: 100%; display: block; aspect-ratio: 16/10; object-fit: cover; object-position: top; }
        .shot figcaption { padding-inline: 2px; }
        .shot figcaption b { display: block; font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: var(--text); letter-spacing: -.01em; margin-bottom: 2px; }
        .shot figcaption span { color: var(--muted); font-size: .8rem; line-height: 1.5; }
        @media (max-width: 640px) { .shot { flex-basis: 80%; } }

        /* Royal-purple flat identity: no visible gradients. */
        .btn-primary,
        .btn-acc,
        .drawer-cta,
        .step-dot.active,
        .step-bar i,
        .iprice-card .btn-acc,
        .request-card .btn-acc {
            background: #5830c5 !important;
            background-image: none !important;
            color: #fff !important;
        }

        .btn-outline:hover,
        .mini-link:hover,
        .theme-btn:hover {
            border-color: #5830c5 !important;
            color: #440099 !important;
        }

        .cta {
            background: #26105f !important;
            background-image: none !important;
        }

        .cta-b1 {
            display: none !important;
        }

        .cta-word {
            background: none !important;
            -webkit-background-clip: initial !important;
            background-clip: initial !important;
            color: #fff !important;
        }

        section.pad.alt,
        html[data-theme="dark"] section.pad.alt {
            background: #f8fafc !important;
            background-image: none !important;
        }

        .ihero { background: var(--paper); }

        .fcard,
        .iprice-card,
        .request-card,
        html[data-theme="dark"] .fcard,
        html[data-theme="dark"] .iprice-card,
        html[data-theme="dark"] .request-card {
            background: #ffffff !important;
            background-image: none !important;
            border-color: var(--line) !important;
        }

        html[data-theme="dark"] .fcard,
        html[data-theme="dark"] .iprice-card,
        html[data-theme="dark"] .request-card {
            background: var(--surface) !important;
        }

        .industry-assurance {
            padding: 0 0 clamp(38px, 5vw, 60px);
            background: var(--paper);
        }

        .industry-assurance .wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding-block: 18px;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .industry-assurance-label {
            margin: 0;
            color: var(--muted);
            font-size: .92rem;
            font-weight: 600;
            white-space: nowrap;
        }

        .industry-assurance-label strong { color: var(--text); }

        .industry-assurance-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 0;
        }

        .industry-assurance-list span {
            padding-inline: 12px;
            color: var(--muted);
            font-size: .82rem;
            font-weight: 700;
        }

        .industry-assurance-list span + span { border-inline-start: 1px solid var(--line); }

        .drawer-links {
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
        }

        .drawer-note {
            margin: 14px 0 0;
            padding: 14px;
            border: 1px solid var(--line);
            border-radius: 14px;
            background: var(--paper);
            color: var(--muted);
            font-size: .84rem;
            line-height: 1.65;
        }

        .drawer-links .drawer-cta { margin-top: auto; }

        html[data-theme="dark"] .industry-assurance {
            background: var(--paper) !important;
        }

        @media (max-width: 720px) {
            .industry-assurance .wrap {
                display: block;
                padding-block: 16px;
            }

            .industry-assurance-label { white-space: normal; }

            .industry-assurance-list {
                justify-content: flex-start;
                margin-top: 12px;
            }

            .mobile-drawer { width: min(360px, 92vw); }
        }
