a,
button {
    color: inherit;
}
body,
h1,
h2,
h3,
h4,
p {
    margin: 0;
}
.final-cta,
.svg-sprite,
body.lightbox-open,
body.menu-open {
    overflow: hidden;
}
.btn,
.demo-tab,
.menu-toggle {
    cursor: pointer;
}
@font-face {
    font-family: Estedad;
    src: url(../assets/fonts/estedad-arabic.woff2) format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    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;
    src: url(../assets/fonts/estedad-latin.woff2) format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: Vazirmatn;
    src: url(../assets/fonts/vazirmatn-arabic.woff2) format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    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: Vazirmatn;
    src: url(../assets/fonts/vazirmatn-latin.woff2) format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
:root {
    color-scheme: dark;
    --bg: #08090c;
    --bg-soft: #0d0e12;
    --surface: #121319;
    --surface-2: #17181f;
    --surface-3: #1d1e25;
    --text: #fffaf0;
    --muted: #aaa79f;
    --muted-2: #77766f;
    --gold: #e5b64c;
    --gold-light: #f8d77f;
    --gold-dark: #9e6d17;
    --green: #5de39d;
    --red: #ff7575;
    --blue: #78a9ff;
    --border: rgba(255, 255, 255, 0.09);
    --border-gold: rgba(229, 182, 76, 0.24);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    --container: 1200px;
    --header: 82px;
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 32px;
    --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header) + 24px);
}
body {
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background: radial-gradient(circle at 85% -4%, rgba(229, 182, 76, 0.09), transparent 26rem), var(--bg);
    font-family: Vazirmatn, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
::selection {
    color: #171108;
    background: var(--gold-light);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #090a0d;
}
::-webkit-scrollbar-thumb {
    border: 3px solid #090a0d;
    border-radius: 999px;
    background: #343238;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}
a {
    text-decoration: none;
}
button,
input {
    font: inherit;
}
a,
button {
    -webkit-tap-highlight-color: transparent;
}
img,
svg {
    display: block;
    max-width: 100%;
}
svg {
    width: 1.2em;
    height: 1.2em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
h1,
h2,
h3 {
    font-family: Estedad, Vazirmatn, sans-serif;
}
.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
}
.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}
.section {
    position: relative;
    padding-block: 118px;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.ambient-orb,
.ambient-scene > i {
    border-radius: 50%;
    position: absolute;
}
.ambient-scene {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
body > .site-footer,
body > main {
    position: relative;
    z-index: 1;
}
.ambient-orb {
    opacity: 0.42;
    filter: blur(18px);
    animation: 16s ease-in-out infinite alternate ambientDrift;
}
.ambient-orb-one {
    top: 9%;
    right: -12rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(229, 182, 76, 0.16), transparent 68%);
}
.ambient-orb-two {
    bottom: 5%;
    left: -15rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(98, 126, 214, 0.09), transparent 68%);
    animation-delay: -7s;
}
.ambient-beam {
    position: absolute;
    top: -30%;
    left: -18%;
    width: 22%;
    height: 160%;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgba(248, 215, 127, 0.11), transparent);
    transform: rotate(14deg);
    animation: 13s ease-in-out infinite beamSweep;
}
.ambient-scene > i {
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    opacity: 0;
    background: var(--gold-light);
    box-shadow: 0 0 18px #e5b64cbf;
    animation: particleRise 11s var(--delay) ease-in-out infinite;
}
.floating-network {
    position: fixed;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}
.float-node {
    position: absolute;
    min-width: 118px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon title" "icon subtitle";
    align-items: center;
    gap: 0 9px;
    padding: 10px 12px;
    border: 1px solid rgba(248, 215, 127, 0.24);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 62%), #0d0e12b8;
    box-shadow:
        0 22px 50px #00000047,
        inset 0 1px #ffffff12;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.scroll-progress,
.site-header {
    position: fixed;
    inset: 0 0 auto;
}
.btn,
.nav-shell {
    align-items: center;
}
.float-node > b,
.float-node > i {
    grid-area: icon;
    min-width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border-gold);
    border-radius: 11px;
    color: var(--gold-light);
    background: #e5b64c14;
    font-family: Estedad, sans-serif;
    font-size: 9px;
    direction: ltr;
}
.float-node > b + small,
.float-node > i + b + small {
    grid-area: subtitle;
}
.float-node > small {
    color: #77766f;
    font-size: 7px;
    white-space: nowrap;
}
.float-node > b:not(:first-child) {
    grid-area: title;
    min-width: 0;
    height: auto;
    display: block;
    border: 0;
    color: #e9e5dc;
    background: 0 0;
    font-size: 10px;
    direction: rtl;
}
.float-node-ai {
    top: 31%;
    right: 18px;
    animation: 6s ease-in-out infinite nodeFloatA;
}
.float-node-rag {
    top: 54%;
    left: 18px;
    animation: 7.2s ease-in-out -2s infinite nodeFloatB;
}
.float-node-live {
    top: 76%;
    right: 22px;
    animation: 8s ease-in-out -4s infinite reverse nodeFloatA;
}
.float-node-live > i {
    width: 34px;
    min-width: 34px;
}
.float-node-live > i:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green);
    box-shadow:
        0 0 0 5px #5de39d1a,
        0 0 18px #5de39da6;
    animation: 1.7s ease-in-out infinite liveBeacon;
}
@keyframes nodeFloatA {
    0%,
    to {
        transform: translateZ(0) rotate(-1deg);
    }
    50% {
        transform: translate3d(-10px, -22px, 0) rotate(2deg);
    }
}
@keyframes nodeFloatB {
    0%,
    to {
        transform: translateZ(0) rotate(1deg);
    }
    50% {
        transform: translate3d(12px, -25px, 0) rotate(-2deg);
    }
}
@keyframes liveBeacon {
    50% {
        opacity: 0.55;
        transform: scale(0.72);
    }
}
@keyframes ambientDrift {
    to {
        transform: translate3d(7rem, -4rem, 0) scale(1.08);
    }
}
@keyframes beamSweep {
    0%,
    25% {
        transform: translate(-15vw) rotate(14deg);
    }
    70%,
    to {
        transform: translate(145vw) rotate(14deg);
    }
}
@keyframes particleRise {
    0%,
    to {
        opacity: 0;
        transform: translateY(30px) scale(0.6);
    }
    25%,
    70% {
        opacity: 0.65;
    }
    55% {
        transform: translateY(-52px) scale(1.15);
    }
}
.scroll-progress {
    height: 3px;
    z-index: 2000;
    pointer-events: none;
    background: #ffffff08;
}
.scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
    box-shadow: 0 0 20px #e5b64cbf;
    transform: scaleX(0);
    transform-origin: right center;
}
.btn {
    min-height: 48px;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 750;
    transition:
        transform 0.3s var(--ease),
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}
.btn:hover {
    transform: translateY(-2px);
}
.btn:focus-visible,
.chat-demo button:focus-visible,
.chat-demo input:focus-visible,
.chat-launcher:focus-visible,
.demo-tab:focus-visible,
.demo-zoom:focus-visible,
.faq-item button:focus-visible,
.image-lightbox button:focus-visible,
.menu-toggle:focus-visible {
    outline: rgba(248, 215, 127, 0.28) solid 3px;
    outline-offset: 3px;
}
.btn-gold {
    color: #171108;
    background: linear-gradient(145deg, #ffe49a, #d69e32 58%, #bb7e1d);
    box-shadow:
        0 15px 35px #e5b64c26,
        inset 0 1px #ffffffb3;
}
.btn-ghost,
.demo-tab:hover,
.desktop-nav a.active,
.desktop-nav a:hover {
    color: var(--text);
}
.btn-gold:hover {
    box-shadow:
        0 20px 45px #e5b64c40,
        inset 0 1px #ffffffbf;
}
.btn-ghost {
    border-color: var(--border);
    background: #ffffff09;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.btn-ghost:hover {
    border-color: var(--border-gold);
    background: #e5b64c12;
}
.btn-small {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 13px;
    border-radius: 12px;
}
.btn-large {
    min-height: 58px;
    padding-inline: 25px;
    border-radius: 16px;
}
.site-header {
    z-index: 1000;
    height: var(--header);
    border-bottom: 1px solid transparent;
    transition:
        height 0.3s,
        background 0.3s,
        border-color 0.3s,
        box-shadow 0.3s;
}
.site-header.scrolled {
    height: 70px;
    border-color: var(--border);
    background: #08090cd1;
    box-shadow: 0 10px 40px #0000002e;
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
}
.nav-shell {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.logo-mark,
.menu-toggle {
    width: 44px;
    height: 44px;
    place-items: center;
}
.desktop-nav,
.logo {
    align-items: center;
}
.logo {
    display: inline-flex;
    gap: 11px;
    flex: 0 0 auto;
}
.logo-mark {
    position: relative;
    display: grid;
    color: #171108;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffe59c, #c78a24);
    box-shadow:
        0 10px 25px #e5b64c2b,
        inset 0 1px #ffffffbf;
}
.logo-mark:before {
    content: "";
    width: 21px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 8px;
}
.logo-mark:after {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(21deg);
    background: #cf962d;
}
.logo-mark span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow:
        -5px 0 currentColor,
        5px 0 currentColor;
}
.logo-text {
    font-family: Estedad, sans-serif;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.1;
}
.logo-text small {
    display: block;
    margin-top: 5px;
    color: var(--muted-2);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 3px;
    direction: ltr;
}
.desktop-nav {
    display: flex;
    gap: 32px;
}
.desktop-nav a {
    position: relative;
    padding-block: 12px;
    color: #c6c3bb;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.25s;
}
.desktop-nav a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--gold);
    transition: width 0.3s var(--ease);
}
.desktop-nav a.active:after,
.desktop-nav a:hover:after {
    width: 100%;
}
.chat-agent,
.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-toggle {
    display: none;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
}
.mobile-menu {
    position: fixed;
    z-index: 999;
    inset: var(--header) 14px auto;
    display: grid;
    gap: 5px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #0f1015f5;
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
    transition:
        opacity 0.25s ease,
        transform 0.25s var(--ease),
        visibility 0.25s ease;
}
.hero-glow,
.hero:after,
.hero:before {
    position: absolute;
}
.mobile-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}
.browser-bar small,
.hero:after {
    transform: translate(-50%);
    left: 50%;
}
.mobile-menu a {
    padding: 12px 14px;
    border-radius: 10px;
    color: #d3d0c8;
}
.mobile-menu a:hover {
    color: var(--text);
    background: #ffffff0b;
}
.hero {
    min-height: 100vh;
    padding-top: calc(var(--header) + 88px);
    padding-bottom: 76px;
    overflow: hidden;
}
.hero:before {
    content: "";
    inset: 0;
    z-index: -3;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
    animation: 18s linear infinite gridDrift;
}
.hero:after {
    content: "";
    z-index: -2;
    top: -20%;
    width: 900px;
    height: 900px;
    border: 1px solid rgba(229, 182, 76, 0.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 120px #e5b64c03,
        0 0 0 240px #e5b64c02;
}
.hero-glow {
    z-index: -1;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
}
.hero-glow-one {
    top: 5%;
    right: -12%;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(229, 182, 76, 0.16), transparent 68%);
    animation: 9s ease-in-out infinite alternate heroGlowMove;
}
.hero-glow-two {
    bottom: -18%;
    left: -12%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(113, 139, 255, 0.07), transparent 68%);
    animation: 12s ease-in-out -4s infinite alternate-reverse heroGlowMove;
}
@keyframes gridDrift {
    to {
        background-position: 54px 54px;
    }
}
@keyframes heroGlowMove {
    to {
        transform: translate3d(45px, -24px, 0) scale(1.08);
    }
}
.hero-grid {
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
    align-items: center;
    gap: 52px;
}
.hero-copy {
    position: relative;
    z-index: 3;
}
.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--gold-light);
    font-size: 13px;
    font-weight: 800;
}
.eyebrow {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--border-gold);
    border-radius: 999px;
    background: #e5b64c0f;
}
.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow:
        0 0 0 5px #5de39d1a,
        0 0 15px #5de39d8c;
    animation: 2s infinite pulse;
}
@keyframes pulse {
    50% {
        box-shadow:
            0 0 0 9px #5de39d00,
            0 0 18px #5de39db3;
    }
}
.hero h1 {
    max-width: 650px;
    margin-top: 25px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.25;
    letter-spacing: -3.5px;
    font-weight: 900;
}
.cta-copy h2 span,
.customize-copy h2 span,
.faq-intro h2 span,
.hero h1 span,
.section-heading h2 span,
.split-copy h2 span {
    color: var(--gold);
    background: linear-gradient(90deg, #bd8120, #ffe9a4 35%, #d59b31 62%, #fff1bd);
    background-size: 230% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 7s linear infinite goldShimmer;
}
@keyframes goldShimmer {
    to {
        background-position: -230% center;
    }
}
.hero-copy > p {
    max-width: 640px;
    margin-top: 24px;
    color: #bbb8b0;
    font-size: 18px;
    line-height: 2.05;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.chat-form button svg,
.hero-actions .btn svg {
    transform: rotate(180deg);
}
.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}
.hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9e9b94;
    font-size: 12px;
}
.hero-benefits svg {
    color: var(--gold);
}
.hero-visual {
    position: relative;
    min-height: 610px;
    perspective: 1400px;
}
.ai-emblem,
.orbit {
    position: absolute;
}
.orbit {
    border: 1px solid rgba(229, 182, 76, 0.16);
    border-radius: 50%;
}
.orbit-one {
    width: 460px;
    height: 460px;
    left: 20px;
    top: 24px;
    animation: 34s linear infinite spinReverse;
}
.orbit-two {
    width: 330px;
    height: 330px;
    left: 88px;
    top: 90px;
    border-style: dashed;
    animation: 25s linear infinite spin;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinReverse {
    to {
        transform: rotate(-360deg);
    }
}
.ai-emblem {
    z-index: 4;
    left: -28px;
    top: 15px;
    width: 205px;
    height: 205px;
    object-fit: contain;
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.55));
    transform: rotate(-7deg);
    animation: 5.5s ease-in-out infinite float;
}
@keyframes float {
    50% {
        transform: translateY(-11px) rotate(-4deg);
    }
}
.browser-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: #f1f1f1;
    box-shadow:
        0 38px 100px #0000008c,
        0 0 0 1px #e5b64c12;
}
.browser-bar {
    position: relative;
    z-index: 2;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    direction: ltr;
    color: #ffffff73;
    background: linear-gradient(180deg, #282a31, #18191e);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.float-card,
.trust-inner {
    display: flex;
    align-items: center;
}
.browser-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
}
.browser-bar > span:first-child {
    background: #ef7771;
}
.browser-bar > span:nth-child(2) {
    background: #e9bd58;
}
.browser-bar > span:nth-child(3) {
    background: #5fc58e;
}
.browser-bar small {
    position: absolute;
    color: #aaa7a0;
    font-family: Vazirmatn, sans-serif;
    font-size: 10px;
    direction: rtl;
}
.demo-number,
.hero-metrics strong,
.trust-items b {
    font-family: Estedad, sans-serif;
}
.browser-frame > img {
    width: 100%;
    height: auto;
}
.hero-browser {
    position: absolute;
    z-index: 2;
    top: 108px;
    right: 0;
    width: 92%;
    transform: rotateY(-5deg) rotateX(1.5deg);
    transform-origin: right center;
    animation: 7s ease-in-out infinite browserBreathe;
}
.hero-browser img {
    object-fit: cover;
    object-position: top center;
}
.hero-browser:after {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 40px 0 auto;
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 225, 145, 0.9), transparent);
    box-shadow: 0 0 18px #e5b64c80;
    animation: 5.5s ease-in-out 1s infinite scanPanel;
    pointer-events: none;
}
@keyframes browserBreathe {
    50% {
        transform: rotateY(-3deg) rotateX(0.5deg) translateY(-7px);
    }
}
@keyframes scanPanel {
    0%,
    20% {
        top: 40px;
        opacity: 0;
    }
    35% {
        opacity: 0.7;
    }
    75% {
        opacity: 0.35;
    }
    85%,
    to {
        top: calc(100% - 2px);
        opacity: 0;
    }
}
.float-card {
    position: absolute;
    z-index: 6;
    gap: 11px;
    min-width: 210px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: #14151ae0;
    box-shadow: 0 22px 50px #0000006b;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.float-card-ai {
    top: 59px;
    right: 8px;
    animation: 5s ease-in-out infinite cardFloatOne;
}
.float-card-human {
    left: 8px;
    bottom: 40px;
    animation: 6.2s ease-in-out -2s infinite cardFloatTwo;
}
@keyframes cardFloatOne {
    50% {
        transform: translate3d(-5px, -10px, 0);
    }
}
@keyframes cardFloatTwo {
    50% {
        transform: translate3d(6px, -8px, 0);
    }
}
.float-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    background: #e5b64c17;
}
.float-icon.success {
    color: var(--green);
    border-color: #5de39d33;
    background: #5de39d14;
}
.chat-agent b,
.chat-agent small,
.chat-launcher.active .chat-close-icon,
.check-list b,
.check-list small,
.float-card b,
.float-card small,
.hero-metrics span,
.hero-metrics strong,
.integration-grid b,
.integration-grid small,
.lightbox-head b,
.lightbox-head span {
    display: block;
}
.chat-agent b,
.float-card b {
    font-size: 13px;
}
.float-card small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 9px;
}
.hero-metrics {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 38px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #ffffff07;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.hero-metrics > div {
    padding: 22px 24px;
}
.hero-metrics > div + div {
    border-right: 1px solid var(--border);
}
.hero-metrics strong {
    color: var(--gold-light);
    font-size: 18px;
    direction: ltr;
}
.hero-metrics span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
}
.trust-strip {
    border-block: 1px solid var(--border);
    background: #0b0c10;
}
.trust-inner {
    min-height: 88px;
    justify-content: space-between;
    gap: 24px;
}
.motion-group,
.trust-items {
    align-items: center;
    display: flex;
}
.trust-inner > span {
    color: #7f7d77;
    font-size: 12px;
    white-space: nowrap;
}
.trust-items {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 22px;
}
.trust-items b {
    color: #bab7b0;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.trust-items i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold-dark);
}
.motion-ribbon {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-bottom: 1px solid rgba(229, 182, 76, 0.12);
    background: linear-gradient(90deg, rgba(229, 182, 76, 0.035), transparent 28%, rgba(229, 182, 76, 0.035)), #090a0d;
}
.motion-ribbon:after,
.motion-ribbon:before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0 auto;
    width: 100px;
    pointer-events: none;
}
.motion-ribbon:before {
    right: 0;
    background: linear-gradient(90deg, transparent, #090a0d);
}
.motion-ribbon:after {
    left: 0;
    background: linear-gradient(270deg, transparent, #090a0d);
}
.motion-track {
    width: max-content;
    display: flex;
    direction: ltr;
    animation: 26s linear infinite ribbonMove;
    will-change: transform;
}
.motion-ribbon:hover .motion-track {
    animation-play-state: paused;
}
.motion-group {
    gap: 42px;
    padding: 13px 21px;
}
.motion-group span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #a6a39c;
    direction: rtl;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}
.motion-group span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 14px #e5b64cbf;
}
.demo-shell,
.feature-card {
    overflow: hidden;
    border: 1px solid var(--border);
}
@keyframes ribbonMove {
    to {
        transform: translate(-50%);
    }
}
.section-heading {
    margin-bottom: 54px;
}
.section-heading.centered {
    max-width: 790px;
    margin-inline: auto;
    text-align: center;
}
.cta-copy h2,
.customize-copy h2,
.faq-intro h2,
.section-heading h2,
.split-copy h2 {
    margin-top: 13px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.45;
    letter-spacing: -2px;
    font-weight: 900;
}
.cta-copy > p,
.customize-copy > p,
.faq-intro > p,
.section-heading > div + p,
.section-heading > p,
.split-copy > p {
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
}
.cta-copy > p,
.section-heading.centered > p {
    margin-top: 15px;
}
.split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}
.split-heading > div {
    max-width: 690px;
}
.split-heading > p {
    max-width: 390px;
    padding-bottom: 9px;
}
.problem-section {
    background: radial-gradient(circle at 95% 12%, rgba(229, 182, 76, 0.06), transparent 24rem), var(--bg);
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.feature-card {
    position: relative;
    min-height: 300px;
    padding: 28px;
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 50%), var(--surface);
    transition:
        transform 0.35s var(--ease),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}
.feature-card:after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 182, 76, 0.11), transparent 68%);
    opacity: 0;
    transition: opacity 0.35s;
}
.feature-card:before {
    content: "";
    position: absolute;
    inset: -80% auto -80% -35%;
    width: 24%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 231, 169, 0.13), transparent);
    transform: rotate(16deg);
    transition:
        left 0.8s var(--ease),
        opacity 0.25s ease;
    pointer-events: none;
}
.feature-card:hover {
    z-index: 2;
    border-color: var(--border-gold);
    transform: translateY(-7px);
    box-shadow: 0 30px 65px #00000047;
}
.feature-card:hover:after {
    opacity: 1;
}
.feature-card:hover:before {
    left: 125%;
    opacity: 1;
}
.feature-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    border: 1px solid var(--border-gold);
    border-radius: 17px;
    background: linear-gradient(145deg, #e5b64c26, #e5b64c09);
}
.feature-icon svg {
    width: 25px;
    height: 25px;
}
.feature-card:hover .feature-icon {
    animation: 1.3s ease-in-out infinite alternate iconGlow;
}
@keyframes iconGlow {
    to {
        border-color: #f8d77f9e;
        box-shadow: 0 0 28px #e5b64c2e;
        transform: translateY(-3px);
    }
}
.feature-card h3 {
    margin-top: 23px;
    font-size: 20px;
    font-weight: 850;
}
.feature-card p {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.95;
}
.feature-card a,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 750;
}
.feature-card a svg,
.text-link svg {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
    transition: transform 0.25s;
}
.feature-card a:hover svg,
.text-link:hover svg {
    transform: rotate(180deg) translate(4px);
}
.product-demo {
    overflow: hidden;
    background: radial-gradient(circle at 50% 35%, rgba(229, 182, 76, 0.08), transparent 34rem), #0b0c10;
}
.product-demo:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
}
.product-demo:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.75;
    background: radial-gradient(
        420px circle at var(--spot-x, 50%) var(--spot-y, 45%),
        rgba(229, 182, 76, 0.075),
        transparent 72%
    );
    pointer-events: none;
    transition: opacity 0.4s;
}
.customize-copy,
.customize-visual,
.product-demo .container,
.split-visual .browser-frame {
    position: relative;
    z-index: 2;
}
.demo-floating-card,
.demo-shell:after {
    position: absolute;
    pointer-events: none;
}
.demo-floating-card {
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(248, 215, 127, 0.26);
    border-radius: 14px;
    color: #dad6cc;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), transparent), #0e0f14c7;
    box-shadow: 0 18px 40px #00000057;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    font-size: 9px;
    will-change: transform;
}
.demo-floating-card span {
    color: var(--gold-light);
    font-size: 18px;
}
.demo-floating-card i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 13px #5de39dbf;
}
.demo-floating-card-one {
    top: 120px;
    left: -74px;
    animation: 5.4s ease-in-out infinite demoCardFloatOne;
}
.demo-floating-card-two {
    top: 245px;
    right: -68px;
    animation: 6.5s ease-in-out -2s infinite demoCardFloatTwo;
}
@keyframes demoCardFloatOne {
    0%,
    to {
        transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) rotate(-2deg);
    }
    50% {
        transform: translate3d(calc(var(--parallax-x, 0) + 8px), calc(var(--parallax-y, 0) - 18px), 0) rotate(2deg);
    }
}
@keyframes demoCardFloatTwo {
    0%,
    to {
        transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) rotate(2deg);
    }
    50% {
        transform: translate3d(calc(var(--parallax-x, 0) - 9px), calc(var(--parallax-y, 0) - 20px), 0) rotate(-1deg);
    }
}
.demo-shell {
    position: relative;
    padding: 13px;
    border-radius: var(--radius-lg);
    background: #ffffff06;
    box-shadow: 0 45px 110px #00000059;
}
.demo-shell:after {
    content: "";
    z-index: 3;
    top: -60%;
    left: -24%;
    width: 12%;
    height: 220%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 227, 151, 0.1), transparent);
    transform: rotate(18deg);
    animation: 8s ease-in-out 2s infinite demoShellSweep;
}
@keyframes demoShellSweep {
    0%,
    30% {
        left: -24%;
        opacity: 0;
    }
    42% {
        opacity: 0.8;
    }
    68% {
        opacity: 0.25;
    }
    78%,
    to {
        left: 125%;
        opacity: 0;
    }
}
.demo-tabs {
    display: flex;
    gap: 7px;
    padding: 7px;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #0c0d11;
    scrollbar-width: none;
}
.demo-tabs::-webkit-scrollbar {
    display: none;
}
.demo-tab {
    min-width: max-content;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #94918a;
    background: 0 0;
    font-size: 13px;
    font-weight: 650;
    transition:
        color 0.25s,
        background 0.25s,
        border-color 0.25s;
}
.demo-tab.active {
    color: #171108;
    border-color: #ffffff59;
    background: linear-gradient(145deg, #f6d174, #c8912c);
    box-shadow: 0 10px 25px #e5b64c21;
}
.demo-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0 0;
}
.demo-copy {
    display: grid;
    grid-template-columns: 112px minmax(260px, 0.9fr) minmax(380px, 1.1fr);
    grid-template-areas: "number title description" "number list description";
    align-items: center;
    gap: 6px 28px;
    padding: 18px 24px 22px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(229, 182, 76, 0.065), transparent 30%), #ffffff06;
}
.demo-number {
    grid-area: number;
    display: block;
    color: #e5b64c4d;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    direction: ltr;
    text-align: center;
    text-shadow: 0 0 35px rgba(229, 182, 76, 0.12);
}
.demo-copy h3 {
    grid-area: title;
    margin-top: 0;
    font-size: 25px;
    line-height: 1.55;
}
.demo-copy > p {
    grid-area: description;
    margin-top: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 2.15;
}
.customize-copy ul,
.demo-copy ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}
.demo-copy ul {
    grid-area: list;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}
.customize-copy li,
.demo-copy li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d2cec5;
    font-size: 12px;
}
.demo-copy li {
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.8;
}
.customize-copy li svg,
.demo-copy li svg {
    flex: 0 0 auto;
    color: var(--gold);
}
.demo-browser {
    position: relative;
    border-radius: 21px;
    background: #f2f2f2;
    box-shadow:
        0 42px 95px #00000075,
        0 0 0 1px #e5b64c1a;
}
.demo-image-wrap {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #e9e9e9;
    cursor: zoom-in;
}
.demo-image-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 80px #0000000d;
    pointer-events: none;
}
.demo-image-wrap img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    object-fit: contain;
    opacity: 1;
    transform: scale(1);
    transition:
        opacity 0.28s ease,
        transform 0.6s var(--ease),
        filter 0.45s ease;
}
.demo-image-wrap:hover img {
    transform: scale(1.012);
    filter: saturate(1.05) contrast(1.02);
}
.demo-image-wrap img.changing {
    opacity: 0;
    transform: scale(0.992);
}
.demo-zoom {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 16px;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(248, 215, 127, 0.5);
    border-radius: 12px;
    color: #171108;
    background: linear-gradient(145deg, #ffecb5fa, #d59b31fa);
    box-shadow: 0 14px 32px #00000047;
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
    transition:
        transform 0.3s var(--ease),
        box-shadow 0.3s ease;
}
.demo-zoom:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px #00000061;
}
.demo-zoom svg {
    width: 18px;
    height: 18px;
}
.demo-image-note {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 16px;
    color: #83817a;
    background: #15161b;
    font-size: 10px;
}
.demo-image-note span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.demo-image-note span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px #5de39dbf;
    animation: 2s infinite pulse;
}
.demo-image-note button {
    padding: 0;
    border: 0;
    color: var(--gold-light);
    background: 0 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: 750;
}
.feature-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    align-items: center;
    gap: 82px;
}
.feature-split.reverse {
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
}
.split-visual {
    position: relative;
    padding: 24px;
}
.visual-accent {
    position: absolute;
    z-index: 0;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    filter: blur(2px);
}
.visual-accent-one {
    top: -35px;
    left: -35px;
    background: radial-gradient(circle, rgba(229, 182, 76, 0.16), transparent 68%);
}
.visual-accent-two {
    right: -45px;
    bottom: -55px;
    background: radial-gradient(circle, rgba(104, 139, 255, 0.11), transparent 68%);
}
.code-chip {
    position: absolute;
    z-index: 4;
    padding: 9px 13px;
    border: 1px solid var(--border-gold);
    border-radius: 11px;
    color: var(--gold-light);
    background: #111217e6;
    box-shadow: 0 15px 35px #00000059;
    font-family: monospace;
    font-size: 11px;
    direction: ltr;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.comparison-head,
.integration-grid span,
.lightbox-head b,
.use-case-grid article > span,
.workflow-card .step {
    font-family: Estedad, sans-serif;
}
.chip-one {
    right: 4px;
    top: 8px;
}
.chip-two {
    left: 2px;
    bottom: 5px;
}
.customize-copy > p,
.split-copy > p {
    margin-top: 18px;
}
.check-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}
.check-list > div {
    display: flex;
    gap: 13px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: #ffffff07;
}
.check-list > div > svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-top: 3px;
    color: var(--gold);
}
.check-list b {
    font-size: 14px;
}
.check-list small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}
.faq-section,
.workflow-section {
    background: #0b0c10;
    border-block: 1px solid rgba(255, 255, 255, 0.055);
}
.workflow {
    display: grid;
    grid-template-columns: repeat(7, auto);
    align-items: center;
}
.workflow-card {
    position: relative;
    width: 235px;
    min-height: 280px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent), var(--surface);
    transition:
        transform 0.35s var(--ease),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}
.workflow-card:hover {
    border-color: var(--border-gold);
    box-shadow: 0 28px 58px #00000045;
    transform: translateY(-6px);
}
.workflow-card .step {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #e5b64c40;
    font-size: 29px;
    font-weight: 850;
    direction: ltr;
}
.workflow-icon {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    background: #e5b64c14;
}
.workflow-card h3 {
    margin-top: 45px;
    font-size: 18px;
}
.use-case-grid p,
.workflow-card p {
    margin-top: 9px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.9;
}
.footer-main nav a:hover,
.integration-grid span {
    color: var(--gold-light);
}
.workflow-arrow {
    width: 45px;
    display: grid;
    place-items: center;
    color: var(--gold-dark);
}
.workflow-arrow svg {
    transform: rotate(180deg);
    animation: 1.7s ease-in-out infinite workflowPulse;
}
@keyframes workflowPulse {
    50% {
        color: var(--gold-light);
        filter: drop-shadow(0 0 8px rgba(229, 182, 76, 0.5));
        transform: rotate(180deg) translate(5px);
    }
}
.integration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 28px;
}
.integration-grid > div {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #ffffff07;
    text-align: center;
    transition:
        transform 0.3s var(--ease),
        border-color 0.3s ease;
}
.integration-grid > div:hover {
    border-color: var(--border-gold);
    transform: translateY(-4px);
}
.integration-grid span {
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding-inline: 7px;
    border: 1px solid var(--border-gold);
    border-radius: 11px;
    background: #e5b64c13;
    font-size: 11px;
    font-weight: 800;
    direction: ltr;
}
.comparison-table,
.customize-card {
    border: 1px solid var(--border);
    overflow: hidden;
}
.integration-grid b {
    margin-top: 8px;
    font-size: 12px;
}
.integration-grid small {
    margin-top: 2px;
    color: var(--muted-2);
    font-size: 9px;
}
.customize-section {
    padding-top: 35px;
}
.customize-card {
    position: relative;
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    padding: 50px;
    border-radius: 34px;
    background: radial-gradient(circle at 90% 15%, rgba(229, 182, 76, 0.1), transparent 24rem),
        linear-gradient(145deg, #15161b, #0d0e12);
    box-shadow: var(--shadow);
}
.customize-card:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000);
    mask-image: linear-gradient(90deg, transparent, #000);
}
.swatches {
    display: flex;
    gap: 9px;
    margin-top: 26px;
}
.swatches button {
    width: 37px;
    height: 37px;
    border: 3px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: var(--swatch);
    box-shadow: 0 10px 25px #00000047;
    cursor: pointer;
    transition: transform 0.25s var(--ease);
}
.swatches button:hover {
    transform: translateY(-4px) scale(1.05);
}
.swatches button.active {
    outline: #fff solid 2px;
    outline-offset: 3px;
    transform: translateY(-2px);
}
.comparison-section {
    background: radial-gradient(circle at 50% 45%, rgba(229, 182, 76, 0.055), transparent 32rem), #0a0b0e;
}
.comparison-table {
    max-width: 920px;
    margin-inline: auto;
    border-radius: 24px;
    background: var(--surface);
    box-shadow: 0 35px 80px #00000047;
}
.comparison-table > div {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) 0.7fr 0.7fr;
    align-items: center;
    padding-inline: 24px;
}
.comparison-table > div + div {
    border-top: 1px solid var(--border);
}
.comparison-table > div > span:nth-child(2),
.comparison-table > div > span:nth-child(3) {
    height: 100%;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--border);
    text-align: center;
}
.comparison-head {
    color: #ccc9c1;
    background: #191a20;
    font-size: 13px;
    font-weight: 800;
}
.comparison-head .highlight {
    color: #171108;
    background: linear-gradient(145deg, var(--gold-light), #c68c27);
}
.comparison-table > div:not(.comparison-head) > span:first-child {
    color: #d8d4cb;
    font-size: 13px;
}
.comparison-table .no {
    color: #696860;
    font-size: 22px;
}
.comparison-table .limited {
    color: #a7a39c;
    font-size: 11px;
}
.comparison-table .yes {
    color: var(--green);
    background: #5de39d06;
}
.comparison-table .yes svg {
    width: 24px;
    height: 24px;
}
.use-case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.use-case-grid article {
    min-height: 240px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent);
}
.use-case-grid article > span {
    color: #e5b64c45;
    font-size: 36px;
    font-weight: 900;
    direction: ltr;
}
.use-case-grid h3 {
    margin-top: 28px;
    font-size: 17px;
}
.faq-answer p,
.footer-main > div > p {
    color: var(--muted);
    font-size: 13px;
}
.faq-layout {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}
.faq-intro {
    position: sticky;
    top: 120px;
}
.faq-intro > p {
    margin-top: 17px;
}
.faq-intro .btn {
    margin-top: 28px;
}
.faq-list {
    display: grid;
    gap: 10px;
}
.faq-item {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: var(--surface);
    transition: border-color 0.3s;
}
.faq-item.open {
    border-color: var(--border-gold);
}
.faq-item > button {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    text-align: right;
    font-weight: 720;
}
.faq-item > button i {
    position: relative;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 1px solid var(--border);
    border-radius: 9px;
}
.chat-demo,
.cta-card {
    border: 1px solid var(--border-gold);
}
.faq-item > button i:after,
.faq-item > button i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1.5px;
    background: var(--gold);
    transform: translate(-50%, -50%);
    transition: transform 0.3s var(--ease);
}
.faq-item > button i:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.open > button i:after {
    transform: translate(-50%, -50%) rotate(0);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s var(--ease);
}
.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}
.faq-answer p {
    min-height: 0;
    overflow: hidden;
    padding-inline: 20px;
    line-height: 2;
}
.faq-item.open .faq-answer p {
    padding-bottom: 22px;
}
.cta-card {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 65px 70px;
    border-radius: 36px;
    background: radial-gradient(circle at 15% 50%, rgba(229, 182, 76, 0.18), transparent 25rem),
        linear-gradient(145deg, #181713, #0b0c10 68%);
    box-shadow: var(--shadow);
}
.cta-card:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 60%);
    mask-image: linear-gradient(90deg, #000, transparent 60%);
}
.cta-card > img {
    position: absolute;
    z-index: 2;
    left: -35px;
    bottom: -130px;
    width: 465px;
    height: 465px;
    object-fit: contain;
    opacity: 0.8;
    filter: drop-shadow(0 35px 50px rgba(0, 0, 0, 0.5));
}
.cta-orbit {
    position: absolute;
    z-index: 1;
    left: -45px;
    bottom: -125px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(229, 182, 76, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 65px #e5b64c05,
        0 0 0 130px #e5b64c03;
}
.footer-bottom,
.site-footer {
    border-top: 1px solid var(--border);
}
.cta-copy {
    position: relative;
    z-index: 4;
    max-width: 690px;
    margin-right: auto;
    text-align: right;
}
.cta-copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}
.footer-bottom,
.footer-main {
    align-items: center;
    display: flex;
}
.site-footer {
    background: #07080a;
}
.footer-main {
    min-height: 190px;
    justify-content: space-between;
    gap: 50px;
}
.footer-main > div > p {
    max-width: 450px;
    margin-top: 17px;
}
.footer-main nav {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.footer-main nav a {
    color: #aaa79f;
    font-size: 12px;
    transition: color 0.25s;
}
.footer-bottom {
    min-height: 68px;
    justify-content: space-between;
    gap: 30px;
    color: #686760;
    font-size: 10px;
}
.image-lightbox {
    width: min(96vw, 1540px);
    max-width: none;
    max-height: 94vh;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(248, 215, 127, 0.28);
    border-radius: 24px;
    color: var(--text);
    background: #0a0b0ff7;
    box-shadow: 0 50px 150px #000000bf;
}
.image-lightbox[open] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    animation: lightboxIn 0.32s var(--ease);
}
.image-lightbox::backdrop {
    background: #020305db;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
@keyframes lightboxIn {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
    }
}
.lightbox-head {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 16px 10px 22px;
    border-bottom: 1px solid var(--border);
    background: radial-gradient(circle at 90% 10%, rgba(229, 182, 76, 0.12), transparent 15rem), #14151a;
}
.chat-avatar,
.chat-demo > header > button,
.chat-launcher,
.lightbox-head button {
    display: grid;
    place-items: center;
}
.lightbox-head span {
    color: var(--gold);
    font-size: 9px;
    font-weight: 800;
}
.lightbox-head b {
    margin-top: 2px;
    font-size: 15px;
}
.lightbox-head button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: #ffffff0a;
    cursor: pointer;
}
.lightbox-head button:hover {
    border-color: var(--border-gold);
    background: #e5b64c14;
}
.lightbox-stage {
    overflow: auto;
    padding: 14px;
    background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), #08090c;
    background-size: 28px 28px;
}
.lightbox-stage img {
    display: block;
    width: max(100%, 1280px);
    max-width: none;
    height: auto;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: #eee;
}
.image-lightbox > p {
    padding: 8px 18px 12px;
    color: #77756f;
    background: #111217;
    font-size: 9px;
    text-align: center;
}
.chat-launcher {
    position: fixed;
    z-index: 1200;
    right: 25px;
    bottom: 25px;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 20px;
    color: #171108;
    background: linear-gradient(145deg, #ffe59b, #c58822);
    box-shadow:
        0 20px 45px #e5b64c40,
        inset 0 1px #fffc;
    cursor: pointer;
    transition:
        transform 0.3s var(--ease),
        border-radius 0.3s ease;
    animation: 3.4s ease-in-out infinite launcherHover;
}
.chat-launcher:hover {
    animation-play-state: paused;
    transform: translateY(-4px) scale(1.03);
}
@keyframes launcherHover {
    0%,
    to {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-9px) rotate(2deg);
    }
}
.chat-launcher svg {
    width: 27px;
    height: 27px;
}
.chat-launcher .chat-close-icon,
.chat-launcher.active .chat-open-icon,
.chat-launcher.active .chat-pulse {
    display: none;
}
.chat-launcher.active {
    border-radius: 50%;
    animation: none;
}
.chat-pulse {
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 1px solid rgba(229, 182, 76, 0.45);
    border-radius: 24px;
    animation: 2.2s ease-out infinite launcherPulse;
}
@keyframes launcherPulse {
    to {
        inset: -18px;
        opacity: 0;
    }
}
.chat-demo {
    position: fixed;
    z-index: 1190;
    right: 25px;
    bottom: 100px;
    width: min(390px, calc(100vw - 30px));
    overflow: hidden;
    border-radius: 25px;
    background: #111218;
    box-shadow: 0 35px 100px #0000009e;
    visibility: hidden;
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    transform-origin: bottom right;
    transition:
        opacity 0.3s ease,
        transform 0.35s var(--ease),
        visibility 0.3s ease;
}
.chat-demo.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: 4s ease-in-out infinite chatGlow;
}
@keyframes chatGlow {
    50% {
        border-color: #f8d77f7a;
        box-shadow:
            0 40px 110px #000000ad,
            0 0 42px #e5b64c1a;
    }
}
.chat-demo > header {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    background: radial-gradient(circle at 85% 15%, rgba(229, 182, 76, 0.14), transparent 10rem), #16171c;
}
.chat-avatar {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid var(--border-gold);
    border-radius: 15px;
    background: #090a0d;
}
.chat-avatar img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.chat-agent small {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    color: var(--muted);
    font-size: 9px;
}
.chat-agent small i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px #5de39db3;
}
.chat-demo > header > button {
    width: 37px;
    height: 37px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #ffffff09;
    cursor: pointer;
}
.chat-body {
    height: 330px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding: 18px 14px;
    background: radial-gradient(circle at 0 100%, rgba(229, 182, 76, 0.06), transparent 13rem), #0d0e12;
}
.chat-message {
    max-width: 84%;
    padding: 11px 13px 8px;
    border: 1px solid var(--border);
    border-radius: 15px 15px 5px;
    background: #1a1b21;
    animation: messageIn 0.35s var(--ease);
}
.chat-message.user {
    align-self: flex-start;
    color: #171108;
    border-color: transparent;
    border-radius: 15px 15px 15px 5px;
    background: linear-gradient(145deg, #f7d77f, #c9912b);
}
.chat-message.operator {
    border-color: #5de39d38;
    background: #5de39d12;
}
@keyframes messageIn {
    0% {
        opacity: 0;
        transform: translateY(7px);
    }
}
.chat-message p {
    font-size: 11px;
    line-height: 1.9;
}
.chat-message time {
    display: block;
    margin-top: 3px;
    color: var(--muted-2);
    font-size: 8px;
}
.chat-message.user time {
    color: #1711088c;
}
.typing {
    width: 68px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    align-self: flex-end;
    border: 1px solid var(--border);
    border-radius: 14px 14px 5px;
    background: #1a1b21;
}
.chat-form,
.quick-replies {
    border-top: 1px solid var(--border);
    background: #121318;
}
.typing span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--muted);
    animation: 1s infinite alternate typing;
}
.typing span:nth-child(2) {
    animation-delay: 0.16s;
}
.typing span:nth-child(3) {
    animation-delay: 0.32s;
}
@keyframes typing {
    to {
        transform: translateY(-4px);
        background: var(--gold);
    }
}
.quick-replies {
    display: flex;
    gap: 6px;
    padding: 10px 12px;
    overflow-x: auto;
    scrollbar-width: none;
}
.quick-replies::-webkit-scrollbar {
    display: none;
}
.quick-replies button {
    min-width: max-content;
    padding: 7px 10px;
    border: 1px solid var(--border-gold);
    border-radius: 999px;
    color: var(--gold-light);
    background: #e5b64c0e;
    cursor: pointer;
    font-size: 9px;
}
.chat-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 7px;
    padding: 10px 12px 7px;
}
.chat-form input {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text);
    outline: 0;
    background: #0c0d11;
    font-size: 10px;
}
.chat-form input::placeholder {
    color: #67665f;
}
.chat-form button {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #171108;
    background: linear-gradient(145deg, var(--gold-light), #c88d26);
    cursor: pointer;
}
.chat-demo > footer {
    padding: 0 12px 8px;
    color: #65645e;
    background: #121318;
    font-size: 8px;
    text-align: center;
}
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.75s var(--ease),
        transform 0.75s var(--ease);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 {
    transition-delay: 80ms;
}
.reveal-delay-2 {
    transition-delay: 0.16s;
}
.reveal-delay-3 {
    transition-delay: 0.24s;
}
@media (max-width: 1180px) {
    .desktop-nav {
        gap: 18px;
    }
    .hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
        gap: 30px;
    }
    .workflow {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .workflow-card {
        width: auto;
    }
    .demo-floating-card,
    .workflow-arrow {
        display: none;
    }
}
@media (max-width: 1024px) {
    .hero-metrics > div:nth-child(3),
    .hero-metrics > div:nth-child(4) {
        border-top: 1px solid var(--border);
    }
    .hero-copy,
    .hero-copy > p,
    .hero-visual,
    .split-visual {
        margin-inline: auto;
    }
    :root {
        --header: 72px;
    }
    .desktop-nav,
    .floating-network,
    .nav-actions > .btn {
        display: none;
    }
    .menu-toggle {
        display: grid;
    }
    .hero {
        padding-top: calc(var(--header) + 58px);
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hero-copy {
        max-width: 760px;
        text-align: center;
    }
    .hero-actions,
    .hero-benefits {
        justify-content: center;
    }
    .hero-visual {
        width: min(760px, 100%);
        min-height: 600px;
    }
    .feature-grid,
    .hero-metrics,
    .use-case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-metrics > div:nth-child(3) {
        border-right: 0;
    }
    .faq-layout,
    .feature-split,
    .feature-split.reverse {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .feature-split.reverse .split-copy {
        order: 1;
    }
    .feature-split.reverse .split-visual {
        order: 2;
    }
    .demo-copy {
        grid-template-columns: 90px minmax(0, 1fr);
        grid-template-areas: "number title" "number description" "list list";
        gap: 5px 20px;
    }
    .demo-copy ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 14px;
    }
    .split-visual {
        max-width: 800px;
    }
    .customize-card {
        grid-template-columns: 1fr;
    }
    .faq-intro {
        position: static;
        max-width: 700px;
    }
    .cta-card {
        padding-left: 300px;
    }
    .cta-card > img {
        width: 370px;
        height: 370px;
    }
}
@media (max-width: 820px) {
    .cta-card > img,
    .cta-orbit {
        left: 50%;
        transform: translate(-50%);
    }
    .section {
        padding-block: 88px;
    }
    .hero {
        padding-bottom: 60px;
    }
    .hero h1 {
        font-size: clamp(40px, 10vw, 58px);
        letter-spacing: -2.6px;
    }
    .hero-copy > p {
        font-size: 16px;
    }
    .hero-visual {
        min-height: 520px;
    }
    .hero-browser {
        top: 95px;
        width: 100%;
    }
    .hero-browser img {
        min-height: 400px;
    }
    .ai-emblem {
        width: 160px;
        height: 160px;
    }
    .float-card {
        min-width: 180px;
    }
    .trust-inner {
        padding-block: 22px;
        flex-direction: column;
        align-items: flex-start;
    }
    .trust-items {
        justify-content: flex-start;
    }
    .split-heading {
        display: block;
    }
    .split-heading > p {
        max-width: 650px;
        margin-top: 15px;
    }
    .demo-content {
        grid-template-columns: 1fr;
    }
    .demo-copy {
        padding: 18px;
    }
    .demo-image-wrap,
    .demo-image-wrap img {
        min-height: 0 !important;
    }
    .customize-card {
        padding: 35px;
    }
    .footer-main {
        padding-block: 45px;
        flex-direction: column;
        align-items: flex-start;
    }
    .cta-card {
        min-height: 620px;
        align-items: flex-start;
        padding: 48px 35px 280px;
    }
    .cta-card > img {
        bottom: -125px;
    }
    .cta-orbit {
        bottom: -135px;
    }
}
@media (max-width: 620px) {
    .demo-copy ul,
    .feature-grid,
    .hero-metrics,
    .use-case-grid,
    .workflow {
        grid-template-columns: 1fr;
    }
    .container {
        width: min(calc(100% - 28px), var(--container));
    }
    .logo-mark {
        width: 40px;
        height: 40px;
    }
    .logo-text {
        font-size: 17px;
    }
    .mobile-menu {
        inset-inline: 10px;
    }
    .hero {
        padding-top: calc(var(--header) + 45px);
    }
    .eyebrow {
        font-size: 11px;
    }
    .hero h1 {
        margin-top: 20px;
        font-size: clamp(36px, 11.2vw, 48px);
        letter-spacing: -2px;
    }
    .hero-copy > p {
        font-size: 14px;
        line-height: 2;
    }
    .cta-copy > div,
    .hero-actions {
        display: grid;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .hero-benefits {
        display: grid;
        gap: 9px;
        text-align: right;
    }
    .hero-visual {
        min-height: 420px;
        margin-top: 15px;
    }
    .hero-browser {
        top: 83px;
    }
    .hero-browser img {
        min-height: 315px;
    }
    .ai-emblem {
        left: -30px;
        top: 10px;
        width: 130px;
        height: 130px;
    }
    .float-card {
        min-width: 0;
        max-width: 180px;
        padding: 8px 9px;
    }
    .comparison-head,
    .float-card b {
        font-size: 10px;
    }
    .float-card small {
        font-size: 8px;
    }
    .float-card-ai {
        top: 45px;
    }
    .float-card-human {
        bottom: 6px;
    }
    .float-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }
    .orbit-one {
        width: 340px;
        height: 340px;
    }
    .orbit-two {
        width: 240px;
        height: 240px;
    }
    .hero-metrics > div + div,
    .hero-metrics > div:nth-child(3) {
        border-top: 1px solid var(--border);
        border-right: 0;
    }
    .trust-items {
        gap: 13px;
    }
    .code-chip,
    .demo-zoom span,
    .trust-items i {
        display: none;
    }
    .cta-copy h2,
    .customize-copy h2,
    .faq-intro h2,
    .section-heading h2,
    .split-copy h2 {
        font-size: clamp(31px, 9vw, 40px);
        letter-spacing: -1.5px;
    }
    .feature-card {
        min-height: 270px;
    }
    .demo-shell {
        padding: 8px;
        border-radius: 23px;
    }
    .demo-tabs {
        border-radius: 15px;
    }
    .demo-copy {
        grid-template-columns: 68px minmax(0, 1fr);
        grid-template-areas: "number title" "description description" "list list";
        gap: 12px 14px;
        padding: 17px 14px;
    }
    .demo-number {
        font-size: 55px;
    }
    .demo-copy h3 {
        font-size: 23px;
    }
    .demo-copy > p {
        font-size: 13px;
    }
    .demo-copy ul {
        gap: 7px;
        margin-top: 0;
    }
    .demo-image-wrap,
    .demo-image-wrap img {
        min-height: 0 !important;
    }
    .demo-zoom {
        top: 10px;
        right: 10px;
        width: 42px;
        min-height: 42px;
        justify-content: center;
        padding: 0;
    }
    .demo-image-note {
        min-height: 46px;
        padding-inline: 12px;
    }
    .image-lightbox {
        width: calc(100vw - 14px);
        max-height: 96vh;
        border-radius: 18px;
    }
    .lightbox-head {
        min-height: 62px;
        padding-inline: 12px;
    }
    .lightbox-stage {
        padding: 8px;
    }
    .lightbox-stage img {
        width: max(100%, 980px);
    }
    .split-visual {
        padding: 5px;
    }
    .workflow-card {
        min-height: 235px;
    }
    .integration-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .customize-card {
        padding: 27px 20px 20px;
        border-radius: 25px;
    }
    .comparison-table > div {
        min-height: 68px;
        grid-template-columns: minmax(0, 1.45fr) 0.55fr 0.55fr;
        padding-inline: 12px;
    }
    .comparison-table > div:not(.comparison-head) > span:first-child {
        padding-left: 8px;
        font-size: 11px;
    }
    .faq-item > button {
        padding-inline: 15px;
        font-size: 12px;
    }
    .cta-card {
        padding-inline: 24px;
    }
    .footer-bottom {
        padding-block: 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .chat-launcher {
        right: 15px;
        bottom: 15px;
        width: 58px;
        height: 58px;
    }
    .chat-demo {
        right: 8px;
        bottom: 83px;
        width: calc(100vw - 16px);
        max-height: calc(100vh - 100px);
    }
    .chat-body {
        height: min(330px, calc(100vh - 330px));
    }
}
@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
    }
    .ambient-beam,
    .ambient-scene > i {
        display: none;
    }
    .motion-track {
        animation-duration: 45s;
    }
}

/* === AsaChat demo refinements === */
.logo-mark.logo-mark-image {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(229, 182, 76, 0.36);
    background: #090a0d;
    box-shadow: 0 8px 24px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.logo-mark.logo-mark-image::before,
.logo-mark.logo-mark-image::after,
.logo-mark.logo-mark-image span {
    display: none !important;
}
.logo-mark.logo-mark-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 13px;
}
.hero-metrics > div {
    min-height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.hero-metrics strong,
.hero-metrics span {
    display: block;
    text-align: center;
}
.hero-metrics strong {
    direction: rtl;
}
.hero-metrics span {
    line-height: 1.9;
}
.section-heading.centered > p,
.comparison-note {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}
.comparison-note {
    margin-top: 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 2;
}
.comparison-table > div {
    grid-template-columns: minmax(0, 1.95fr) minmax(124px, .82fr) minmax(124px, .82fr);
}
.comparison-table > div:not(.comparison-head) > span:first-child {
    font-size: 14px;
    line-height: 1.85;
}
.comparison-table .limited {
    font-size: 12px;
    line-height: 1.8;
    padding-inline: 10px;
}
.comparison-table .yes,
.comparison-head .highlight {
    font-weight: 800;
}
.chat-launcher {
    width: 72px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    border-radius: 23px;
}
.chat-launcher .chat-open-icon {
    display: none !important;
}
.chat-launcher-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,.28);
}
.chat-launcher:not(.active) .chat-close-icon {
    display: none;
}
.chat-launcher.active .chat-launcher-logo,
.chat-launcher.active .chat-pulse {
    display: none;
}
.chat-launcher.active {
    color: var(--gold-light);
    background: #15161b;
    border-color: var(--border-gold);
}
.chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quick-replies button {
    font-size: 10px;
    white-space: nowrap;
}
.chat-message p {
    font-size: 12px;
    line-height: 2;
}
.chat-demo > footer {
    line-height: 1.9;
}
@media (max-width: 767px) {
    .comparison-table > div {
        grid-template-columns: minmax(0, 1.4fr) .8fr .8fr;
        padding-inline: 14px;
    }
    .comparison-table > div:not(.comparison-head) > span:first-child {
        font-size: 12px;
    }
    .comparison-table .limited {
        font-size: 10px;
        padding-inline: 4px;
    }
    .hero-metrics strong {
        font-size: 16px;
    }
}
