:root {
    --ink: #122033;
    --ink-soft: #526173;
    --ink-muted: #6f7d8d;
    --navy: #0f1c34;
    --navy-2: #182d50;
    --gold: #c79536;
    --gold-2: #9b6d1e;
    --teal: #15777a;
    --green: #2f7356;
    --plum: #68436b;
    --paper: #f6f5f1;
    --paper-2: #eceff2;
    --surface: #ffffff;
    --line: rgba(18, 32, 51, 0.12);
    --line-strong: rgba(18, 32, 51, 0.2);
    --shadow-sm: 0 8px 24px rgba(15, 28, 52, 0.08);
    --shadow-md: 0 18px 48px rgba(15, 28, 52, 0.12);
    --radius-card: 8px;
    --font-en: "Manrope", "Segoe UI", Arial, sans-serif;
    --font-ar: "Cairo", "Segoe UI", Tahoma, sans-serif;
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-en);
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}

body.rtl {
    direction: rtl;
    font-family: var(--font-ar);
}

body.ltr {
    direction: ltr;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img,
svg,
video {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

::selection {
    background: rgba(199, 149, 54, 0.28);
}

.site-shell {
    min-height: 100vh;
}

.site-main {
    overflow: hidden;
}

.section-block {
    padding: 5.5rem 0;
    position: relative;
}

.section-soft {
    background: #ffffff;
}

.section-heading {
    max-width: 820px;
    margin-bottom: 2rem;
}

.section-heading.narrow {
    max-width: 700px;
}

.section-heading h1,
.section-heading h2,
.hero-copy h1,
.page-hero-shell h1,
.cta-band-shell h2,
.contact-copy h2 {
    margin: 0.9rem 0 0.85rem;
    color: var(--navy);
    font-weight: 800;
    line-height: 1.12;
}

.hero-copy h1 {
    color: #ffffff;
    font-size: 4.1rem;
}

.section-heading h2,
.page-hero-shell h1,
.cta-band-shell h2,
.contact-copy h2 {
    font-size: 2.55rem;
}

.section-heading p,
.page-hero-copy,
.hero-summary,
.contact-copy p,
.cta-band-shell p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 1.08rem;
    line-height: 1.9;
}

.hero-summary {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.18rem;
    max-width: 740px;
}

.section-eyebrow,
.card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.25;
}

.section-eyebrow {
    padding: 0.42rem 0.78rem;
    border: 1px solid rgba(199, 149, 54, 0.32);
    background: rgba(199, 149, 54, 0.1);
    color: var(--gold-2);
}

.hero-section .section-eyebrow,
.page-hero .section-eyebrow,
.cta-band .section-eyebrow,
.contact-panel .section-eyebrow {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #f6d486;
}

.card-eyebrow {
    min-height: 1.8rem;
    padding: 0.32rem 0.62rem;
    background: #eef1f4;
    color: var(--ink-soft);
}

.btn {
    min-height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.72rem 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid transparent;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
}

.btn:focus-visible,
.accordion-button:focus-visible,
.lang-link:focus-visible,
.nav-link:focus-visible,
.form-control:focus {
    outline: 3px solid rgba(199, 149, 54, 0.34);
    outline-offset: 2px;
    box-shadow: none;
}

.btn-brand {
    background: var(--gold);
    border-color: var(--gold);
    color: #171717;
    box-shadow: 0 10px 22px rgba(199, 149, 54, 0.24);
}

.btn-brand:hover,
.btn-brand:focus-visible {
    background: #d7a547;
    border-color: #d7a547;
    color: #111111;
}

.btn-outline-brand {
    background: #ffffff;
    border-color: rgba(15, 28, 52, 0.18);
    color: var(--navy);
}

.hero-section .btn-outline-brand,
.contact-panel .btn-outline-brand,
.cta-band .btn-outline-brand {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus-visible {
    background: #f5f7f8;
    border-color: rgba(15, 28, 52, 0.3);
}

.hero-section .btn-outline-brand:hover,
.contact-panel .btn-outline-brand:hover,
.cta-band .btn-outline-brand:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.btn-sm {
    min-height: 38px;
    padding: 0.55rem 0.95rem;
    font-size: 0.92rem;
}

.is-disabled {
    opacity: 0.58;
    pointer-events: none;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(246, 245, 241, 0.94);
    border-bottom: 1px solid rgba(18, 32, 51, 0.08);
    backdrop-filter: blur(18px);
    transition: box-shadow 160ms ease, background-color 160ms ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 28px rgba(15, 28, 52, 0.08);
}

.site-header .navbar {
    padding: 0.75rem 0;
}

.site-nav-shell {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    min-width: 0;
}

.brand-mark {
    width: 58px;
    height: 46px;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
    box-shadow: none;
}

.brand-copy {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
}

.brand-copy strong {
    color: var(--navy);
    font-size: 1.12rem;
    font-weight: 900;
    white-space: nowrap;
}

.brand-copy small {
    color: var(--ink-soft);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.nav-quick-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-inline-start: auto;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 32, 51, 0.14);
    background: #ffffff;
}

.lang-link {
    min-width: 38px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 0.83rem;
    font-weight: 900;
}

.lang-link.is-active {
    background: var(--navy);
    color: #ffffff;
}

.nav-demo-btn {
    white-space: nowrap;
}

.nav-toggle {
    border: 1px solid rgba(18, 32, 51, 0.12);
    border-radius: 999px;
    padding: 0.55rem 0.7rem;
}

.navbar-nav .nav-link {
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 800;
    padding: 0.75rem 0.72rem;
    border-radius: 999px;
}

.navbar-nav .nav-link:hover {
    background: rgba(199, 149, 54, 0.1);
    color: var(--navy);
}

body.rtl .navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}

@media (min-width: 1400px) {
    .site-nav-shell {
        flex-wrap: nowrap;
    }

    .navbar-collapse {
        order: 2;
        flex-grow: 1;
    }

    .nav-quick-actions {
        order: 3;
        margin-inline-start: 0.8rem;
    }

    .navbar-nav {
        width: 100%;
        justify-content: center;
    }
}

/* Hero */
.hero-section {
    background: linear-gradient(135deg, var(--navy) 0%, #17345f 100%);
    padding: 5.2rem 0 5.8rem;
}

.hero-section .container-xl {
    max-width: 1520px;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(500px, 0.9fr) minmax(640px, 1.1fr);
    align-items: center;
    gap: clamp(2.6rem, 3.8vw, 4rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.55rem;
}

.hero-trust-line {
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    max-width: 680px;
    font-weight: 700;
}

.trust-chip-list,
.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.trust-chip-list li,
.store-badges span,
.store-badges a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.86rem;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.store-badges a:hover,
.store-badges a:focus-visible {
    background: #ffffff;
    color: var(--navy);
    transform: translateY(-1px);
}

.hero-stage {
    min-width: 0;
}

.hero-copy {
    min-width: 0;
}

.hero-copy h1 {
    max-width: 760px;
    overflow-wrap: break-word;
}

.product-mockup {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(520px, 0.78fr) minmax(120px, 0.22fr);
    align-items: center;
    gap: clamp(0.7rem, 1.5vw, 1.2rem);
    direction: ltr;
    isolation: isolate;
    padding: clamp(0.6rem, 1.4vw, 1.1rem) clamp(0.3rem, 1vw, 0.8rem);
}

.product-mockup::before {
    content: "";
    position: absolute;
    inset: 15% 4% 9%;
    z-index: -1;
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 72% 38%, rgba(246, 212, 134, 0.14), transparent 15rem),
        radial-gradient(circle at 20% 58%, rgba(82, 134, 184, 0.22), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}

.product-mockup::after {
    content: "";
    position: absolute;
    left: 7%;
    right: 8%;
    bottom: 12%;
    z-index: -1;
    height: 38px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.34), transparent 68%);
    filter: blur(12px);
}

.device-laptop {
    width: min(100%, 680px);
    margin: 0 auto;
    position: relative;
}

.hero-laptop {
    grid-column: 1;
    justify-self: end;
    width: min(100%, 730px);
    filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.28));
}

.laptop-lid {
    position: relative;
    padding: clamp(0.55rem, 1.4vw, 0.9rem);
    border-radius: 18px 18px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: linear-gradient(145deg, #f8fafc 0%, #c9d1dc 46%, #909ba9 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -1px 0 rgba(15, 28, 52, 0.18);
}

.laptop-camera {
    position: absolute;
    inset-block-start: 0.42rem;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #263243;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.laptop-screen {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    border: 4px solid #0a1424;
    background: #eef1f4;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.12),
        0 14px 28px rgba(15, 28, 52, 0.18);
}

.laptop-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #eef1f4;
}

.laptop-base {
    position: relative;
    width: 108%;
    height: 34px;
    margin: -1px auto 0;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(180deg, #edf1f5 0%, #b9c2cf 54%, #8793a3 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 22px 34px rgba(0, 0, 0, 0.2);
}

.laptop-base::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    left: 50%;
    width: 20%;
    height: 9px;
    transform: translateX(-50%);
    border-radius: 0 0 12px 12px;
    background: rgba(102, 114, 130, 0.34);
}

.laptop-base span {
    position: absolute;
    inset-block-start: 9px;
    left: 50%;
    width: 16%;
    height: 8px;
    transform: translateX(-50%);
    border-radius: 0 0 999px 999px;
    background: rgba(255, 255, 255, 0.36);
}

.device-stack {
    grid-column: 2;
    position: relative;
    width: clamp(122px, 10vw, 158px);
    height: auto;
    justify-self: start;
    align-self: center;
    min-width: 0;
    transform: translateY(0.65rem);
}

.phone-device {
    position: absolute;
    width: clamp(98px, 8vw, 126px);
    margin: 0;
    color: #ffffff;
    filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.28));
}

.phone-device-iphone {
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 2;
    width: clamp(106px, 8.6vw, 136px);
    transform: rotate(-2deg);
}

.phone-device-android {
    inset-block-end: 0;
    inset-inline-end: 0;
    z-index: 1;
    transform: rotate(2deg);
}

.hero-stage .phone-device {
    position: relative;
    inset: auto;
    width: 100%;
    filter: drop-shadow(0 28px 26px rgba(0, 0, 0, 0.32));
}

.hero-stage .phone-device-iphone {
    transform: rotate(-1.5deg);
}

.hero-stage .phone-device-s25-ultra {
    transform: none;
}

.phone-device-s25-ultra .phone-shell {
    padding: 0.46rem;
    border-radius: 25px;
    border-color: rgba(226, 232, 240, 0.46);
    background:
        linear-gradient(145deg, #737c89 0%, #1c2431 18%, #070b12 52%, #2e3541 100%),
        #090d14;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        inset 0 -1px 0 rgba(0, 0, 0, 0.74),
        0 0 0 1px rgba(5, 9, 17, 0.62);
}

.phone-device-s25-ultra .phone-screen {
    border-radius: 20px;
}

.phone-device-s25-ultra .android-camera {
    inset-block-start: 0.78rem;
    width: 8px;
    height: 8px;
    background: #030712;
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.1),
        0 0 12px rgba(255, 255, 255, 0.16);
}

.phone-shell {
    position: relative;
    padding: 0.5rem;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background:
        linear-gradient(145deg, #3c4658 0%, #0b1220 42%, #232d3f 100%),
        #0c1322;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -1px 0 rgba(0, 0, 0, 0.72),
        0 0 0 1px rgba(5, 9, 17, 0.5);
}

.phone-device-iphone .phone-shell {
    border-radius: 38px;
    background: linear-gradient(145deg, #f8f3ea 0%, #d7b66e 25%, #111827 31%, #05070c 100%);
}

.phone-device-android .phone-shell::before,
.phone-device-iphone .phone-shell::before {
    content: "";
    position: absolute;
    inset-block-start: 18%;
    inset-inline-start: -3px;
    width: 3px;
    height: 42px;
    border-radius: 999px 0 0 999px;
    background: rgba(255, 255, 255, 0.3);
}

.phone-device-iphone .phone-shell::after {
    content: "";
    position: absolute;
    inset-block-start: 28%;
    inset-inline-end: -3px;
    width: 3px;
    height: 58px;
    border-radius: 0 999px 999px 0;
    background: rgba(255, 255, 255, 0.24);
}

.phone-device-android .phone-shell::after {
    content: "";
    position: absolute;
    inset-block-start: 28%;
    inset-inline-end: -3px;
    width: 3px;
    height: 54px;
    border-radius: 0 999px 999px 0;
    background: rgba(255, 255, 255, 0.22);
}

.phone-screen {
    position: relative;
    aspect-ratio: 9 / 19.5;
    overflow: hidden;
    border-radius: 25px;
    background: #eef1f4;
    box-shadow:
        inset 0 0 0 1px rgba(15, 28, 52, 0.1),
        inset 0 0 24px rgba(255, 255, 255, 0.22);
}

.phone-device-iphone .phone-screen {
    border-radius: 30px;
}

.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #eef1f4;
}

.dynamic-island,
.android-camera,
.home-indicator {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.dynamic-island {
    inset-block-start: 0.9rem;
    width: 42%;
    height: 16px;
    border-radius: 999px;
    background: #05070c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.android-camera {
    inset-block-start: 0.92rem;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #080d16;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.home-indicator {
    inset-block-end: 0.9rem;
    width: 34%;
    height: 4px;
    border-radius: 999px;
    background: rgba(8, 10, 16, 0.72);
}

.store-badges {
    position: absolute;
    inset-inline-end: clamp(0.2rem, 1.3vw, 1rem);
    bottom: 1.1rem;
    max-width: 310px;
    justify-content: flex-end;
}

.store-badges span {
    background: #f4f6f8;
    border-color: rgba(15, 28, 52, 0.12);
    color: var(--navy);
}

.store-badges a {
    background: #f4f6f8;
    border-color: rgba(15, 28, 52, 0.12);
    color: var(--navy);
}

/* Download links */
.download-section {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 36%, rgba(21, 119, 122, 0.22), transparent 28rem),
        radial-gradient(circle at 86% 18%, rgba(199, 149, 54, 0.18), transparent 26rem),
        linear-gradient(135deg, #071425 0%, #0f1c34 48%, #09182b 100%);
    color: #ffffff;
    padding: clamp(4.4rem, 7vw, 6.4rem) 0;
}

.download-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent 88%);
    pointer-events: none;
}

.download-section .container-xl {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.download-layout {
    display: grid;
    grid-template-columns: minmax(440px, 0.85fr) minmax(720px, 1.15fr);
    gap: clamp(1rem, 1.6vw, 1.35rem);
    align-items: center;
}

.download-copy {
    max-width: 470px;
    justify-self: end;
}

body.ltr .download-copy {
    justify-self: start;
}

.download-copy .section-eyebrow {
    border-color: rgba(246, 212, 134, 0.34);
    background: rgba(246, 212, 134, 0.11);
    color: #f8d98e;
}

.download-copy h2 {
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: clamp(2.25rem, 3.05vw, 3.1rem);
    font-weight: 900;
    line-height: 1.15;
}

.download-title-line {
    display: block;
}

.download-title-accent {
    display: inline-block;
    width: fit-content;
    background: linear-gradient(135deg, #fff3bf 0%, #e5b557 48%, #bd7d25 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.download-description {
    margin: 1.25rem 0 0;
    max-width: 590px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.95;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.download-primary-btn {
    min-width: 148px;
    background: linear-gradient(135deg, #f7d886 0%, #d7a342 54%, #b77a24 100%);
    border-color: rgba(255, 230, 165, 0.72);
    color: #101827;
    box-shadow: 0 18px 34px rgba(199, 149, 54, 0.26);
}

.download-primary-btn:hover,
.download-primary-btn:focus-visible {
    background: linear-gradient(135deg, #ffe5a2 0%, #e3ae4c 54%, #c8862a 100%);
    color: #09111f;
    box-shadow: 0 22px 42px rgba(199, 149, 54, 0.34);
}

.download-secondary-btn {
    min-width: 182px;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.download-secondary-btn:hover,
.download-secondary-btn:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(246, 212, 134, 0.44);
    color: #ffffff;
}

.download-trust-note {
    margin: 1rem 0 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.7;
}

.download-trust-note::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #4ee3a6;
    box-shadow: 0 0 0 5px rgba(78, 227, 166, 0.12);
}

.store-download-panel {
    width: 100%;
    max-width: 720px;
    justify-self: start;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    padding: 1.05rem;
    backdrop-filter: blur(18px);
}

body.ltr .store-download-panel {
    justify-self: end;
}

.download-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.download-card-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.35;
}

.download-card-kicker {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.34rem 0.66rem;
    border: 1px solid rgba(246, 212, 134, 0.26);
    background: rgba(246, 212, 134, 0.11);
    color: #f6d486;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
}

.download-card-body {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: stretch;
    direction: ltr;
}

.smart-qr-card {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    direction: ltr;
    min-height: 128px;
    padding: 0.78rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: #ffffff;
    color: var(--navy);
    box-shadow: inset 0 0 0 1px rgba(15, 28, 52, 0.05), 0 14px 28px rgba(0, 0, 0, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.smart-qr-card:hover,
.smart-qr-card:focus-visible {
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(15, 28, 52, 0.05), 0 18px 34px rgba(0, 0, 0, 0.2);
}

.smart-qr-card:focus-visible {
    outline: 3px solid rgba(199, 149, 54, 0.34);
    outline-offset: 2px;
}

.smart-qr-frame {
    width: 150px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 0.38rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 28, 52, 0.12);
    background: #ffffff;
}

.smart-qr-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: crisp-edges;
}

.store-download-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0.62rem;
}

.store-button {
    width: 100%;
    max-width: none;
    min-height: 128px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-items: center;
    gap: 0.74rem;
    justify-self: center;
    direction: ltr;
    text-align: center;
    padding: 0.82rem 0.62rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, #070707 0%, #020202 100%);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.store-button:hover,
.store-button:focus-visible {
    color: #ffffff;
    background: linear-gradient(180deg, #161616 0%, #090909 100%);
    border-color: rgba(246, 212, 134, 0.48);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(246, 212, 134, 0.12);
    transform: translateY(-2px);
}

.store-button-microsoft-store {
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, #070707 0%, #020202 100%);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.store-button-microsoft-store:hover,
.store-button-microsoft-store:focus-visible {
    background: linear-gradient(180deg, #161616 0%, #090909 100%);
    color: #ffffff;
    border-color: rgba(246, 212, 134, 0.5);
}

.store-button:focus-visible,
.smart-qr-card:focus-visible {
    outline: 3px solid rgba(199, 149, 54, 0.34);
    outline-offset: 2px;
}

.store-button-mark {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.store-button-mark img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.store-button-google-play .store-button-mark img {
    width: 54px;
    height: 54px;
}

.store-button-app-store .store-button-mark img {
    width: 56px;
    height: 56px;
}

.store-button-microsoft-store .store-button-mark img {
    width: 56px;
    height: 56px;
}

.store-button-copy {
    display: grid;
    gap: 0.12rem;
    justify-items: center;
    min-width: 0;
}

.store-button-copy small,
.store-button-copy strong {
    display: block;
    overflow-wrap: break-word;
}

.store-button-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.15;
}

.store-button-microsoft-store .store-button-copy small {
    color: rgba(255, 255, 255, 0.72);
}

.store-button-copy strong {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.16;
}

.store-button-microsoft-store .store-button-copy strong {
    color: #ffffff;
}

/* Cards and grids */
.card-grid,
.value-card-grid,
.feature-points-grid,
.screenshot-grid,
.pricing-grid,
.timeline-grid,
.audience-grid,
.pillar-grid,
.brand-assets-strip {
    display: grid;
    gap: 1rem;
}

.two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-grid,
.value-card-grid,
.feature-points-grid,
.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-card,
.feature-card,
.service-card,
.pillar-card,
.testimonial-card,
.pricing-card,
.feature-point-card,
.screenshot-card,
.asset-card,
.lead-form-card,
.lead-sidebar-card,
.callout-banner,
.scope-card {
    border-radius: var(--radius-card);
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.value-card,
.feature-card,
.service-card,
.pillar-card,
.testimonial-card,
.feature-point-card {
    position: relative;
    min-height: 220px;
    padding: 1.35rem;
    overflow: hidden;
}

.value-card::before,
.feature-card::before,
.service-card::before,
.pillar-card::before,
.testimonial-card::before,
.pricing-card::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: 4px;
    background: var(--gold);
}

.accent-navy::before {
    background: var(--navy-2);
}

.accent-teal::before {
    background: var(--teal);
}

.accent-bronze::before {
    background: #9a6f45;
}

.accent-gold::before {
    background: var(--gold);
}

.value-card h3,
.feature-card h3,
.service-card h3,
.pillar-card h3,
.testimonial-card h3,
.pricing-card h3,
.timeline-card h3,
.feature-point-card h3,
.screenshot-card h3,
.asset-card h3 {
    margin: 0.85rem 0 0.55rem;
    color: var(--navy);
    font-size: 1.16rem;
    font-weight: 900;
    line-height: 1.35;
}

.value-card p,
.feature-card p,
.service-card p,
.pillar-card p,
.testimonial-card p,
.pricing-card p,
.timeline-card p,
.feature-point-card p,
.screenshot-card p,
.asset-card p {
    margin: 0;
    color: var(--ink-soft);
}

.feature-icon,
.scope-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(199, 149, 54, 0.12);
    border: 1px solid rgba(199, 149, 54, 0.24);
}

.feature-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid var(--gold-2);
    border-top-color: transparent;
    border-radius: 50%;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: start;
}

.pillar-grid {
    grid-template-columns: 1fr;
}

.inline-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-card);
    background: var(--navy);
    color: #ffffff;
}

.inline-cta strong {
    color: #f5d388;
}

.inline-cta span {
    color: rgba(255, 255, 255, 0.82);
}

.marketplace-bridge {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: clamp(1.35rem, 2.6vw, 2.2rem);
    border: 1px solid rgba(21, 119, 122, 0.18);
    border-radius: var(--radius-card);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 247, 0.98) 100%);
    box-shadow: var(--shadow-sm);
}

.marketplace-bridge--compact {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
}

.marketplace-bridge__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.marketplace-bridge__copy h2 {
    margin: 0.55rem 0 0.75rem;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.08;
}

.marketplace-bridge--compact .marketplace-bridge__copy h2 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.marketplace-bridge__copy p {
    max-width: 760px;
    color: var(--ink-soft);
}

.marketplace-bridge__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.marketplace-bridge__panel {
    display: grid;
    gap: 0.75rem;
}

.marketplace-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid rgba(20, 35, 60, 0.1);
    border-radius: var(--radius-card);
    background: #ffffff;
}

.marketplace-step > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(21, 119, 122, 0.12);
    color: var(--teal);
    font-weight: 900;
}

.marketplace-step.accent-gold > span {
    background: rgba(199, 149, 54, 0.16);
    color: var(--gold-2);
}

.marketplace-step.accent-navy > span {
    background: rgba(20, 35, 60, 0.1);
    color: var(--navy);
}

.marketplace-step h3 {
    margin: 0 0 0.35rem;
    color: var(--navy);
    font-size: 1.1rem;
    font-weight: 900;
}

.marketplace-step p {
    margin: 0;
    color: var(--ink-soft);
}

.marketplace-mini-grid {
    display: grid;
    align-content: center;
    gap: 0.75rem;
}

.marketplace-mini-grid span {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(21, 119, 122, 0.18);
    border-radius: var(--radius-card);
    background: #ffffff;
    color: var(--teal);
    font-weight: 900;
}

.trust-scope-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.scope-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.3rem;
    align-items: start;
    padding: 1.6rem;
    background: #f9fbfa;
    border-color: rgba(21, 119, 122, 0.22);
}

.scope-card h2 {
    margin: 0.75rem 0 0.65rem;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 900;
}

.scope-card p {
    margin: 0;
    color: var(--ink-soft);
    max-width: 980px;
}

.scope-icon {
    background: rgba(21, 119, 122, 0.12);
    border-color: rgba(21, 119, 122, 0.24);
}

.scope-icon::before {
    content: "";
    width: 20px;
    height: 24px;
    background: var(--teal);
    clip-path: polygon(50% 0, 90% 18%, 80% 78%, 50% 100%, 20% 78%, 10% 18%);
}

.timeline-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    counter-reset: timeline;
}

.timeline-card {
    position: relative;
    min-height: 210px;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: #ffffff;
}

.timeline-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--navy);
    color: #ffffff;
    font-weight: 900;
}

.audience-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.audience-chip {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    border-radius: var(--radius-card);
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--navy);
    font-weight: 900;
}

a.audience-chip {
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.audience-chip:hover,
a.audience-chip:focus-visible {
    border-color: rgba(197, 158, 91, 0.72);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

/* Clients */
.clients-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(246, 245, 241, 0.96)),
        var(--paper);
}

.clients-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.clients-intro .section-heading {
    margin-bottom: 0;
}

.clients-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem;
    max-width: 420px;
}

.clients-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.42rem 0.82rem;
    border: 1px solid rgba(21, 119, 122, 0.22);
    border-radius: 999px;
    background: rgba(21, 119, 122, 0.08);
    color: var(--teal);
    font-size: 0.86rem;
    font-weight: 900;
    white-space: nowrap;
}

.clients-marquee {
    position: relative;
    overflow: hidden;
    padding: 0.85rem 0;
    border-block: 1px solid rgba(18, 32, 51, 0.1);
    background: rgba(255, 255, 255, 0.62);
}

.clients-marquee::before,
.clients-marquee::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: min(14vw, 150px);
    pointer-events: none;
}

.clients-marquee::before {
    inset-inline-start: 0;
    background: linear-gradient(90deg, var(--paper), rgba(246, 245, 241, 0));
}

body.rtl .clients-marquee::before {
    background: linear-gradient(270deg, var(--paper), rgba(246, 245, 241, 0));
}

.clients-marquee::after {
    inset-inline-end: 0;
    background: linear-gradient(270deg, var(--paper), rgba(246, 245, 241, 0));
}

body.rtl .clients-marquee::after {
    background: linear-gradient(90deg, var(--paper), rgba(246, 245, 241, 0));
}

.clients-marquee-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    white-space: nowrap;
    animation: clients-marquee 42s linear infinite;
}

body.rtl .clients-marquee-track {
    animation-name: clients-marquee-rtl;
}

.clients-marquee:hover .clients-marquee-track {
    animation-play-state: paused;
}

.client-logo-item {
    width: clamp(280px, 24vw, 380px);
    height: 112px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-inline: 1.7rem;
    padding: 0.4rem 1.1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.client-logo-item img {
    width: auto;
    max-width: 330px;
    max-height: 92px;
    object-fit: contain;
    filter: saturate(1.04) contrast(1.04);
}

.client-logo-item img.client-logo-tall {
    max-width: 220px;
    max-height: 108px;
}

@keyframes clients-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes clients-marquee-rtl {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

/* Pricing */
.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem;
    overflow: hidden;
}

.pricing-card.is-recommended {
    border-color: rgba(199, 149, 54, 0.46);
    box-shadow: var(--shadow-md);
}

.pricing-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.recommended-chip,
.placeholder-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: rgba(199, 149, 54, 0.14);
    color: var(--gold-2);
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
}

.price-line {
    display: grid;
    gap: 0.2rem;
    margin: 1rem 0;
    padding: 0.9rem;
    border-radius: var(--radius-card);
    background: #f5f7f8;
}

.price-line strong {
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 900;
}

.price-line span {
    color: var(--ink-soft);
    font-weight: 700;
}

.check-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.15rem 0;
    padding: 0;
    list-style: none;
}

.check-list.compact {
    gap: 0.62rem;
    margin-bottom: 1.3rem;
}

.check-list li {
    position: relative;
    padding-inline-start: 1.55rem;
    color: var(--ink-soft);
    font-weight: 650;
}

.check-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.48rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--teal);
}

.pricing-card .btn {
    margin-top: auto;
}

/* Video and proof */
.video-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.video-placeholder {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(15, 28, 52, 0.16);
    border-radius: var(--radius-card);
    background:
        linear-gradient(0deg, rgba(15, 28, 52, 0.86), rgba(15, 28, 52, 0.86)),
        linear-gradient(135deg, #203b62, #1b6c72);
    color: #ffffff;
    box-shadow: var(--shadow-md);
}

.demo-video-player {
    width: 100%;
    min-height: 360px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(15, 28, 52, 0.16);
    border-radius: var(--radius-card);
    background: #081226;
    box-shadow: var(--shadow-md);
    object-fit: cover;
}

.video-placeholder strong {
    font-size: 1.4rem;
    font-weight: 900;
}

.video-placeholder span {
    color: rgba(255, 255, 255, 0.72);
}

.video-placeholder > span:not(.play-button) {
    direction: ltr;
}

body.rtl .video-placeholder > span:not(.play-button) {
    direction: rtl;
}

.play-button {
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 999px;
    background: var(--gold);
    position: relative;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #111111;
}

body.rtl .play-button::before {
    left: 48%;
}

/* FAQ */
.faq-accordion {
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.faq-accordion .accordion-item {
    border-color: var(--line);
}

.faq-accordion .accordion-button {
    gap: 1rem;
    color: var(--navy);
    font-weight: 900;
    line-height: 1.5;
    padding: 1.15rem 1.25rem;
    background: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--navy);
    background: #f6f8f9;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: var(--ink-soft);
    line-height: 1.9;
    padding: 1rem 1.25rem 1.3rem;
}

body.rtl .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

/* Contact */
.contact-section {
    padding-bottom: 6rem;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.2rem;
    border-radius: var(--radius-card);
    background: var(--navy);
    color: #ffffff;
    box-shadow: var(--shadow-md);
}

.contact-copy {
    padding: 1.6rem;
}

.contact-copy h2,
.contact-copy p {
    color: #ffffff;
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-social {
    margin-top: 1.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-social__label {
    display: block;
    margin-bottom: 0.68rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 850;
}

.contact-panel .social-links {
    margin-top: 0;
}

.contact-panel .social-link {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.contact-panel .social-link:hover,
.contact-panel .social-link:focus-visible {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.lead-form-card {
    padding: 1.35rem;
}

.lead-form label {
    display: inline-flex;
    margin-bottom: 0.42rem;
    color: var(--navy);
    font-weight: 850;
}

.field-optional {
    color: var(--ink-muted);
    font-weight: 700;
}

.form-control {
    min-height: 46px;
    border-radius: 8px;
    border-color: rgba(18, 32, 51, 0.16);
    color: var(--ink);
}

textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.form-control:focus {
    border-color: rgba(199, 149, 54, 0.78);
}

.form-disclaimer {
    margin: 0.8rem 0 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.validation-summary-errors,
.field-validation-error {
    color: #a23a36;
    font-weight: 800;
}

.validation-summary-errors {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-card);
    background: #fff1ef;
}

.marketing-alert {
    border-radius: var(--radius-card);
    font-weight: 800;
}

/* Subpages */
.page-hero {
    padding: 5rem 0 3.8rem;
    background: linear-gradient(135deg, var(--navy) 0%, #18345c 100%);
}

.page-hero-shell {
    max-width: 920px;
}

.page-hero-shell h1,
.page-hero-copy {
    color: #ffffff;
}

.page-hero-copy {
    color: rgba(255, 255, 255, 0.82);
}

.anchor-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.8rem;
    border-radius: var(--radius-card);
    border: 1px solid var(--line);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.anchor-strip a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #f4f6f8;
    color: var(--navy);
    font-weight: 850;
}

.feature-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.feature-group-shell {
    padding: 1.2rem;
    border-radius: var(--radius-card);
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.feature-point-card {
    min-height: 190px;
}

.proof-note {
    margin-top: 0.9rem;
    padding: 0.72rem 0.8rem;
    border-radius: var(--radius-card);
    background: #f2f6f6;
    color: var(--teal);
    font-weight: 850;
}

.callout-banner {
    margin-bottom: 1.4rem;
    padding: 1.1rem 1.25rem;
    background: #f9f5ec;
    color: var(--ink-soft);
    border-color: rgba(199, 149, 54, 0.28);
    font-weight: 750;
}

.screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.screenshot-card {
    overflow: hidden;
}

.screenshot-card.screenshot-device-laptop {
    grid-column: 1 / -1;
}

.screenshot-media {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(1rem, 2.8vw, 2.3rem);
    background:
        linear-gradient(90deg, rgba(15, 28, 52, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 28, 52, 0.045) 1px, transparent 1px),
        linear-gradient(135deg, #f9faf8 0%, #edf1f4 48%, #e0e6ec 100%);
    background-size: 44px 44px, 44px 44px, auto;
}

.screenshot-device-laptop .screenshot-media {
    min-height: 520px;
}

.screenshot-device-laptop .gallery-device {
    width: min(92%, 860px);
}

.screenshot-device-android .gallery-device,
.screenshot-device-iphone .gallery-device {
    width: min(52%, 230px);
    min-width: 178px;
}

.screenshot-media img {
    width: 100%;
    height: 100%;
}

.placeholder-chip {
    position: absolute;
    inset-block-start: 0.9rem;
    inset-inline-start: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
}

.screenshot-copy,
.asset-card {
    padding: 1.15rem;
}

.brand-assets-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.3rem;
}

.asset-card {
    min-height: 160px;
}

.lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 1.3rem;
    align-items: start;
}

.lead-sidebar-card {
    padding: 1.35rem;
}

.lead-sidebar-card h2,
.lead-sidebar-card h3 {
    color: var(--navy);
    font-weight: 900;
}

.cta-band {
    padding-top: 3.5rem;
}

.cta-band-shell {
    padding: 2rem;
    border-radius: var(--radius-card);
    background: linear-gradient(135deg, var(--navy) 0%, #17345f 100%);
    color: #ffffff;
    box-shadow: var(--shadow-md);
}

.cta-band-shell h2,
.cta-band-shell p {
    color: #ffffff;
}

.cta-band-shell p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 760px;
}

/* Footer */
.site-footer {
    padding: 3.4rem 0 1.4rem;
    background: var(--navy);
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) repeat(4, minmax(130px, 0.7fr));
    gap: 1.4rem;
}

.brand-mark-footer {
    background: transparent;
}

.site-footer .brand-copy strong,
.site-footer .footer-links h3 {
    color: #ffffff;
}

.site-footer .brand-copy small,
.footer-brand p,
.footer-links a,
.footer-links span,
.footer-bottom,
.footer-note {
    color: rgba(255, 255, 255, 0.72);
}

.footer-brand p {
    margin: 1rem 0 0;
    max-width: 460px;
}

.footer-note {
    padding: 0.8rem;
    border-radius: var(--radius-card);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 0.48rem;
}

.footer-links h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 900;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-social-block {
    margin-top: 0.75rem;
}

.footer-social-title {
    display: block;
    margin-bottom: 0.58rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 850;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.58rem;
    margin-top: 0.85rem;
}

.social-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.58rem;
    padding: 0.46rem 0.78rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 32, 51, 0.12);
    background: #ffffff;
    color: var(--navy);
    font-weight: 900;
    line-height: 1;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.social-link:hover,
.social-link:focus-visible {
    transform: translateY(-1px);
    color: var(--navy);
    border-color: rgba(18, 32, 51, 0.2);
    box-shadow: 0 12px 24px rgba(15, 28, 52, 0.12);
}

.social-link:focus-visible {
    outline: 3px solid rgba(199, 149, 54, 0.34);
    outline-offset: 2px;
}

.social-link__icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #ffffff;
}

.social-link__icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.social-link__name {
    font-size: 0.92rem;
}

.social-link--youtube .social-link__icon {
    background: #ff0033;
}

.social-link--facebook .social-link__icon {
    background: #1877f2;
}

.site-footer .social-links {
    margin-top: 0;
}

.site-footer .social-link {
    min-height: 42px;
    padding: 0.42rem 0.72rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    box-shadow: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
}

.floating-whatsapp {
    position: fixed;
    inset-inline-end: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.68rem 1.05rem;
    border-radius: 999px;
    background: #1fae63;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(31, 174, 99, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    color: #ffffff;
    background: #179856;
    transform: translateY(-1px);
}

.floating-whatsapp:focus-visible {
    outline: 3px solid rgba(31, 174, 99, 0.28);
    outline-offset: 3px;
}

.floating-whatsapp__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    flex: 0 0 auto;
}

.floating-whatsapp__icon svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
}

.floating-whatsapp__text {
    line-height: 1;
}

/* Motion */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 1ms !important;
        animation-duration: 1ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

    .clients-marquee-track {
        animation: none;
    }
}

/* Responsive */
@media (max-width: 1399.98px) {
    .site-nav-shell {
        flex-wrap: wrap;
    }

    .navbar-expand-xl .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
    }

    .navbar-expand-xl .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-xl .navbar-collapse.show {
        display: block !important;
    }

    .nav-quick-actions {
        order: 2;
    }

    .navbar-nav {
        align-items: stretch !important;
        padding-top: 0.7rem;
    }

    .navbar-nav .nav-link {
        border-radius: var(--radius-card);
        padding: 0.7rem 0.8rem;
    }

    .hero-copy h1 {
        font-size: 3.15rem;
    }

    .section-heading h2,
    .page-hero-shell h1,
    .cta-band-shell h2,
    .contact-copy h2 {
        font-size: 2.2rem;
    }

    .timeline-grid,
    .audience-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .clients-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .clients-proof {
        justify-content: flex-start;
    }

    .four-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .hero-layout,
    .split-section,
    .marketplace-bridge,
    .marketplace-bridge--compact,
    .download-layout,
    .video-layout,
    .contact-panel,
    .lead-layout {
        grid-template-columns: 1fr;
    }

    .download-copy,
    body.ltr .download-copy,
    .store-download-panel,
    body.ltr .store-download-panel {
        justify-self: center;
    }

    .download-copy {
        width: 100%;
        max-width: 760px;
    }

    .store-download-panel {
        max-width: 760px;
    }

    .download-card-body {
        grid-template-columns: 184px minmax(0, 1fr);
    }

    .store-download-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-button {
        min-height: 104px;
    }

}

@media (max-width: 991.98px) {
    .download-layout {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .download-copy,
    body.ltr .download-copy,
    .store-download-panel,
    body.ltr .store-download-panel {
        justify-self: center;
    }

    .download-copy {
        width: 100%;
        max-width: 700px;
    }

    .three-grid,
    .value-card-grid,
    .feature-points-grid,
    .pricing-grid,
    .two-grid,
    .screenshot-grid,
    .brand-assets-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-mockup {
        min-height: auto;
        grid-template-columns: minmax(470px, 0.76fr) minmax(120px, 0.24fr);
        padding-bottom: clamp(0.6rem, 1.4vw, 1.1rem);
    }

    .store-badges {
        position: static;
        margin-top: 1rem;
        max-width: none;
        justify-content: center;
    }

}

@media (max-width: 767.98px) {
    html {
        scroll-padding-top: 86px;
    }

    .section-block {
        padding: 3.6rem 0;
    }

    .download-section {
        padding: 3.4rem 0 4.2rem;
    }

    .site-header .navbar {
        padding: 0.55rem 0;
    }

    .brand-mark {
        width: 52px;
        height: 42px;
    }

    .brand-copy strong {
        font-size: 1rem;
    }

    .brand-copy small {
        font-size: 0.72rem;
        white-space: normal;
    }

    .nav-quick-actions {
        gap: 0.4rem;
    }

    .nav-demo-btn {
        display: none;
    }

    .language-switcher {
        display: inline-flex;
    }

    .hero-section {
        padding: 3.5rem 0 4rem;
    }

    .hero-layout {
        gap: 2rem;
    }

    .hero-copy h1 {
        font-size: 1.9rem;
        line-height: 1.22;
    }

    .hero-summary,
    .section-heading p,
    .page-hero-copy {
        font-size: 1rem;
    }

    .section-heading h2,
    .page-hero-shell h1,
    .cta-band-shell h2,
    .contact-copy h2 {
        font-size: 1.82rem;
    }

    .download-copy h2 {
        font-size: clamp(1.95rem, 8.5vw, 2.45rem);
        line-height: 1.12;
    }

    .download-description {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .download-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
        margin-top: 1.35rem;
    }

    .download-actions .btn {
        width: 100%;
    }

    .download-trust-note {
        align-items: flex-start;
        font-size: 0.86rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn,
    .inline-cta .btn {
        width: 100%;
    }

    .product-mockup {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-inline: 0;
    }

    .hero-laptop,
    .device-stack {
        grid-column: 1;
        justify-self: center;
        width: min(100%, 270px);
        height: auto;
    }

    .device-stack {
        display: flex;
        margin-top: 0;
        justify-content: center;
        align-items: flex-end;
        transform: none;
    }

    .phone-device {
        position: relative;
        inset: auto;
        width: 116px;
        transform: none;
    }

    .phone-device-iphone {
        width: 122px;
        transform: none;
    }

    .hero-stage .phone-device-s25-ultra {
        width: 126px;
    }

    .three-grid,
    .four-grid,
    .two-grid,
    .value-card-grid,
    .feature-points-grid,
    .pricing-grid,
    .timeline-grid,
    .audience-grid,
    .screenshot-grid,
    .brand-assets-strip {
        grid-template-columns: 1fr;
    }

    .clients-marquee {
        padding: 0.7rem 0;
    }

    .clients-marquee::before,
    .clients-marquee::after {
        width: 56px;
    }

    .client-logo-item {
        width: 260px;
        height: 92px;
        margin-inline: 1.1rem;
        padding: 0.35rem 0.9rem;
    }

    .client-logo-item img {
        max-width: 230px;
        max-height: 74px;
    }

    .screenshot-card.screenshot-device-laptop {
        grid-column: auto;
    }

    .screenshot-media,
    .screenshot-device-laptop .screenshot-media {
        min-height: 360px;
    }

    .screenshot-device-android .gallery-device,
    .screenshot-device-iphone .gallery-device {
        width: min(70%, 210px);
        min-width: 150px;
    }

    .value-card,
    .feature-card,
    .service-card,
    .pillar-card,
    .testimonial-card,
    .feature-point-card,
    .timeline-card {
        min-height: auto;
    }

    .inline-cta,
    .scope-card,
    .pricing-top,
    .footer-bottom {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .marketplace-bridge__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .marketplace-bridge__actions .btn {
        width: 100%;
    }

    .scope-card {
        display: grid;
    }

    .video-placeholder {
        min-height: 260px;
        padding: 1.4rem;
    }

    .contact-panel {
        padding: 0.8rem;
    }

    .contact-copy {
        padding: 1rem;
    }

    .store-download-panel {
        grid-template-columns: 1fr;
        width: min(100%, 390px);
        gap: 0.72rem;
        padding: 0.85rem;
        border-radius: 22px;
    }

    .download-card-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .smart-qr-card {
        min-height: auto;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        direction: ltr;
        padding: 0.68rem;
    }

    .download-card-body {
        grid-template-columns: 1fr;
        gap: 0.68rem;
    }

    .smart-qr-frame {
        width: 148px;
        padding: 0.34rem;
    }

    .store-download-list {
        grid-template-columns: 1fr;
        gap: 0.56rem;
    }

    .store-button {
        max-width: none;
        min-height: 54px;
        grid-template-columns: 38px minmax(0, 1fr);
        align-content: center;
        justify-items: start;
        gap: 0.6rem;
        text-align: left;
        padding: 0.5rem 0.65rem;
    }

    .store-button-mark {
        width: 38px;
        height: 38px;
    }

    .store-button-mark img {
        width: 36px;
        height: 36px;
    }

    .store-button-google-play .store-button-mark img,
    .store-button-app-store .store-button-mark img,
    .store-button-microsoft-store .store-button-mark img {
        width: 38px;
        height: 38px;
    }

    .store-button-copy {
        justify-items: start;
    }

    .store-button-copy small {
        font-size: 0.7rem;
    }

    .store-button-copy strong {
        font-size: 0.94rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .floating-whatsapp {
        inset-inline-end: 0.75rem;
        bottom: 0.75rem;
        width: 48px;
        min-height: 48px;
        padding: 0.42rem;
        gap: 0;
    }

    .floating-whatsapp__text {
        display: none;
    }

    .floating-whatsapp__icon {
        width: 36px;
        height: 36px;
    }

    .floating-whatsapp__icon svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 420px) {
    .site-nav-shell {
        gap: 0.55rem;
    }

    .brand-lockup {
        gap: 0.5rem;
    }

    .language-switcher {
        padding: 0.12rem;
    }

    .lang-link {
        min-width: 34px;
        min-height: 31px;
        font-size: 0.76rem;
    }

    .hero-copy h1 {
        font-size: 1.72rem;
    }

    .section-heading h2,
    .page-hero-shell h1,
    .cta-band-shell h2,
    .contact-copy h2 {
        font-size: 1.6rem;
    }

    .btn {
        padding-inline: 0.9rem;
    }
}
