:root {
    --oriun-color-brand: #60014a;
    --oriun-color-brand-strong: #4b0039;
    --oriun-color-accent: #33bfc5;
    --oriun-color-accent-strong: #2aa5ab;
    --oriun-color-warning: #f0b033;
    --oriun-color-warning-strong: #c98500;
    --oriun-surface-dark: #60014a;
    --oriun-surface-dark-alt: #4b0039;
    --oriun-surface-light: #ffffff;
    --oriun-surface-soft: #f7f8fc;
    --oriun-surface-soft-alt: #fcf7fb;
    --oriun-text-default: #24303f;
    --oriun-text-heading: #181b2b;
    --oriun-text-muted: #667085;
    --oriun-text-on-dark: #ffffff;
    --oriun-text-muted-on-dark: rgba(255, 255, 255, 0.78);
    --oriun-border-soft: rgba(95, 0, 73, 0.08);
    --oriun-border-soft-strong: rgba(255, 255, 255, 0.16);
    --oriun-shadow-soft: 0 18px 40px rgba(8, 15, 52, 0.12);
    --oriun-gradient-brand: linear-gradient(135deg, #4b0039 0%, #60014a 60%, #1f6173 100%);
    --oriun-gradient-brand-soft: linear-gradient(90deg, #3b022e 0%, #990267 100%);
    --swiper-theme-color: var(--oriun-color-accent);
    --bs-primary: var(--oriun-color-brand);
    --bs-primary-rgb: 96, 1, 74;
    --bs-blue: var(--oriun-color-accent);
    --bs-dark: var(--oriun-surface-dark);
    --bs-dark-rgb: 96, 1, 74;
    --bs-warning: var(--oriun-color-warning);
    --bs-warning-rgb: 240, 176, 51;
    --bs-link-color: var(--oriun-color-brand);
    --bs-link-hover-color: var(--oriun-color-accent);
}

.bg-dark {
    background-color: var(--oriun-surface-dark) !important;
}

.bg-gradient {
    background: var(--oriun-gradient-brand-soft) !important;
}

.bg-dark-light {
    background-color: var(--oriun-color-accent);
}

.oriun-surface-brand {
    background: var(--oriun-gradient-brand) !important;
    color: var(--oriun-text-on-dark);
}

.oriun-surface-dark {
    background-color: var(--oriun-surface-dark) !important;
    color: var(--oriun-text-on-dark);
}

.oriun-surface-light {
    background-color: var(--oriun-surface-light) !important;
    color: var(--oriun-text-default) !important;
}

.oriun-surface-soft {
    background-color: var(--oriun-surface-soft) !important;
    color: var(--oriun-text-default) !important;
}

.oriun-text-muted-on-dark {
    color: var(--oriun-text-muted-on-dark) !important;
}

.oriun-text-muted-on-light {
    color: var(--oriun-text-muted) !important;
}

.btn-oriun-accent {
    --bs-btn-color: #083a45;
    --bs-btn-bg: var(--oriun-color-accent);
    --bs-btn-border-color: var(--oriun-color-accent);
    --bs-btn-hover-color: #062e36;
    --bs-btn-hover-bg: var(--oriun-color-accent-strong);
    --bs-btn-hover-border-color: var(--oriun-color-accent-strong);
    --bs-btn-focus-shadow-rgb: 51, 191, 197;
    --bs-btn-active-color: #062e36;
    --bs-btn-active-bg: var(--oriun-color-accent-strong);
    --bs-btn-active-border-color: var(--oriun-color-accent-strong);
    border-color: var(--oriun-color-accent) !important;
    background-color: var(--oriun-color-accent) !important;
    background-image: none !important;
    color: #083a45 !important;
}

.btn-oriun-accent:hover,
.btn-oriun-accent:focus,
.btn-oriun-accent:active,
.btn-oriun-accent.active,
.btn-oriun-accent.show {
    border-color: var(--oriun-color-accent-strong) !important;
    background-color: var(--oriun-color-accent-strong) !important;
    color: #062e36 !important;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    --bs-btn-color: var(--oriun-text-on-dark);
    --bs-btn-bg: var(--oriun-color-brand);
    --bs-btn-border-color: var(--oriun-color-brand);
    --bs-btn-hover-color: var(--oriun-text-on-dark);
    --bs-btn-hover-bg: var(--oriun-color-brand-strong);
    --bs-btn-hover-border-color: var(--oriun-color-brand-strong);
    --bs-btn-focus-shadow-rgb: 96, 1, 74;
    --bs-btn-active-color: var(--oriun-text-on-dark);
    --bs-btn-active-bg: var(--oriun-color-brand-strong);
    --bs-btn-active-border-color: var(--oriun-color-brand-strong);
    border-color: var(--oriun-color-brand) !important;
    background-color: var(--oriun-color-brand) !important;
    background-image: none !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show {
    border-color: var(--oriun-color-brand-strong) !important;
    background-color: var(--oriun-color-brand-strong) !important;
    background-image: none !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    --bs-btn-color: #4a2b00;
    --bs-btn-bg: var(--oriun-color-warning);
    --bs-btn-border-color: var(--oriun-color-warning);
    --bs-btn-hover-color: #301b00;
    --bs-btn-hover-bg: var(--oriun-color-warning-strong);
    --bs-btn-hover-border-color: var(--oriun-color-warning-strong);
    --bs-btn-focus-shadow-rgb: 240, 176, 51;
    --bs-btn-active-color: #301b00;
    --bs-btn-active-bg: var(--oriun-color-warning-strong);
    --bs-btn-active-border-color: var(--oriun-color-warning-strong);
    border-color: var(--oriun-color-warning) !important;
    background-color: var(--oriun-color-warning) !important;
    background-image: none !important;
    color: #4a2b00 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.show {
    border-color: var(--oriun-color-warning-strong) !important;
    background-color: var(--oriun-color-warning-strong) !important;
    background-image: none !important;
    color: #301b00 !important;
}

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    --bs-btn-color: var(--oriun-color-brand);
    --bs-btn-border-color: var(--oriun-color-brand);
    --bs-btn-hover-color: var(--oriun-text-on-dark);
    --bs-btn-hover-bg: var(--oriun-color-brand);
    --bs-btn-hover-border-color: var(--oriun-color-brand);
    --bs-btn-focus-shadow-rgb: 96, 1, 74;
    --bs-btn-active-color: var(--oriun-text-on-dark);
    --bs-btn-active-bg: var(--oriun-color-brand-strong);
    --bs-btn-active-border-color: var(--oriun-color-brand-strong);
    border-color: var(--oriun-color-brand) !important;
    background-color: transparent !important;
    background-image: none !important;
    color: var(--oriun-color-brand) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.show {
    border-color: var(--oriun-color-brand) !important;
    background-color: var(--oriun-color-brand) !important;
    background-image: none !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn-light,
.btn-light.disabled,
.btn-light:disabled {
    --bs-btn-color: var(--oriun-color-brand);
    --bs-btn-bg: var(--oriun-surface-light);
    --bs-btn-border-color: var(--oriun-surface-light);
    --bs-btn-hover-color: var(--oriun-color-brand-strong);
    --bs-btn-hover-bg: #f3eaf1;
    --bs-btn-hover-border-color: #f3eaf1;
    --bs-btn-focus-shadow-rgb: 96, 1, 74;
    --bs-btn-active-color: var(--oriun-color-brand-strong);
    --bs-btn-active-bg: #f3eaf1;
    --bs-btn-active-border-color: #f3eaf1;
    border-color: var(--oriun-surface-light) !important;
    background-color: var(--oriun-surface-light) !important;
    background-image: none !important;
    color: var(--oriun-color-brand) !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.show {
    border-color: #f3eaf1 !important;
    background-color: #f3eaf1 !important;
    background-image: none !important;
    color: var(--oriun-color-brand-strong) !important;
}

.btn-outline-success,
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    --bs-btn-color: var(--oriun-color-accent-strong);
    --bs-btn-border-color: var(--oriun-color-accent);
    --bs-btn-hover-color: #083a45;
    --bs-btn-hover-bg: var(--oriun-color-accent);
    --bs-btn-hover-border-color: var(--oriun-color-accent);
    --bs-btn-focus-shadow-rgb: 51, 191, 197;
    --bs-btn-active-color: #083a45;
    --bs-btn-active-bg: var(--oriun-color-accent);
    --bs-btn-active-border-color: var(--oriun-color-accent);
    border-color: var(--oriun-color-accent) !important;
    background-color: transparent !important;
    background-image: none !important;
    color: var(--oriun-color-accent-strong) !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.show {
    border-color: var(--oriun-color-accent) !important;
    background-color: var(--oriun-color-accent) !important;
    background-image: none !important;
    color: #083a45 !important;
}

.btn-outline-danger,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    --bs-btn-color: #b03a66;
    --bs-btn-border-color: #b03a66;
    --bs-btn-hover-color: var(--oriun-text-on-dark);
    --bs-btn-hover-bg: #8f214d;
    --bs-btn-hover-border-color: #8f214d;
    --bs-btn-focus-shadow-rgb: 176, 58, 102;
    --bs-btn-active-color: var(--oriun-text-on-dark);
    --bs-btn-active-bg: #8f214d;
    --bs-btn-active-border-color: #8f214d;
    border-color: #b03a66 !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #b03a66 !important;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary.dropdown-toggle.show {
    border-color: var(--oriun-color-brand-strong) !important;
    background-color: var(--oriun-color-brand-strong) !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning.dropdown-toggle.show {
    border-color: var(--oriun-color-warning-strong) !important;
    background-color: var(--oriun-color-warning-strong) !important;
    color: #301b00 !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.dropdown-toggle.show {
    border-color: var(--oriun-color-brand-strong) !important;
    background-color: var(--oriun-color-brand-strong) !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.show {
    border-color: #8f214d !important;
    background-color: #8f214d !important;
    background-image: none !important;
    color: var(--oriun-text-on-dark) !important;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 1, 74, 0.18) !important;
}

.main-menu li a.nav-link:hover,
.main-menu li a.nav-link:focus {
    color: var(--oriun-color-warning);
}

.main-header .sticky-header {
    z-index: 1000;
}

.main-header .navbar-dark.sticky-header.affix,
.main-header .navbar-light.sticky-header.affix {
    /* Solid brand bar: avoid fadeInDown/opacity and translucent blur */
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    background: #5f0049 !important;
    background-color: #5f0049 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(8, 15, 52, 0.22);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.main-header .navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.main-header .navbar-light.sticky-header.affix .main-menu li a.nav-link,
.main-header .navbar-dark.sticky-header.affix .action-btns a.btn-link,
.main-header .navbar-light.sticky-header.affix .action-btns a.btn-link,
.main-header .navbar-dark.sticky-header.affix .navbar-toggler span,
.main-header .navbar-light.sticky-header.affix .navbar-toggler span {
    color: #ffffff !important;
}

.main-header .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.main-header .navbar-dark.sticky-header.affix .main-menu li a.nav-link:focus,
.main-header .navbar-light.sticky-header.affix .main-menu li a.nav-link:hover,
.main-header .navbar-light.sticky-header.affix .main-menu li a.nav-link:focus,
.main-header .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover,
.main-header .navbar-dark.sticky-header.affix .action-btns a.btn-link:focus,
.main-header .navbar-light.sticky-header.affix .action-btns a.btn-link:hover,
.main-header .navbar-light.sticky-header.affix .action-btns a.btn-link:focus {
    color: var(--oriun-color-warning) !important;
}

.main-header .navbar-dark.sticky-header.affix .navbar-brand img.logo-white,
.main-header .navbar-light.sticky-header.affix .navbar-brand img.logo-white {
    display: block !important;
}

.main-header .navbar-dark.sticky-header.affix .navbar-brand img.logo-color,
.main-header .navbar-light.sticky-header.affix .navbar-brand img.logo-color {
    display: none !important;
}

.pos-landing-page {
    --pos-landing-bg: #f6f2fa;
    --pos-landing-surface: rgba(255, 255, 255, 0.78);
    --pos-landing-surface-strong: #ffffff;
    --pos-landing-border: rgba(96, 1, 74, 0.12);
    --pos-landing-shadow: 0 24px 70px rgba(40, 12, 57, 0.18);
    --pos-landing-shadow-soft: 0 18px 40px rgba(40, 12, 57, 0.1);
    --pos-landing-hero: radial-gradient(circle at top left, rgba(255, 171, 222, 0.34), transparent 34%), radial-gradient(circle at top right, rgba(128, 180, 255, 0.25), transparent 28%), linear-gradient(135deg, #32022b 0%, #5d0150 48%, #2f216e 100%);
    --pos-landing-dark: linear-gradient(135deg, #2d0126 0%, #520246 54%, #161d4c 100%);
    background: linear-gradient(180deg, #faf7fd 0%, #f6f1fb 28%, #ffffff 100%);
    color: var(--oriun-text-default);
    overflow: hidden;
}

.pos-landing-page h1,
.pos-landing-page h2,
.pos-landing-page h3 {
    color: var(--oriun-text-heading);
    letter-spacing: -0.03em;
}

.pos-landing-page p {
    color: var(--oriun-text-muted);
}

.pos-landing-hero {
    position: relative;
    padding: 190px 0 108px;
    background: var(--pos-landing-hero);
    color: var(--oriun-text-on-dark);
}

.pos-landing-hero h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 4.1vw, 4.05rem);
    font-weight: 700;
    line-height: 0.98;
    max-width: 11ch;
    margin-bottom: 1.25rem;
}

.pos-hero-copy {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.12rem;
    line-height: 1.8;
    max-width: 58ch;
    margin-bottom: 2rem;
}

.pos-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.pos-eyebrow--light {
    background: rgba(96, 1, 74, 0.08);
    border-color: rgba(96, 1, 74, 0.14);
    color: var(--oriun-color-brand);
}

.pos-hero-badges,
.pos-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.pos-hero-badges {
    margin-bottom: 1.75rem;
}

.pos-hero-copy-col .pos-hero-badges,
.pos-hero-copy-col .pos-hero-actions,
.pos-hero-copy-col .pos-hero-proof {
    width: min(1180px, calc(100% + 54vw));
    max-width: none;
}

.pos-hero-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 600;
    backdrop-filter: blur(14px);
}

.pos-hero-actions {
    margin-bottom: 2rem;
}

.pos-hero-actions .btn {
    min-width: 210px;
}

.pos-hero-proof {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pos-hero-copy-col {
    padding-right: 2rem;
}

.pos-hero-stage-col {
    display: flex;
    justify-content: flex-end;
}

.pos-proof-item {
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.pos-proof-item strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.pos-proof-item span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.pos-hero-stage {
    position: relative;
    width: min(100%, 840px);
    padding: 0 0.75rem 1.2rem 1.2rem;
    margin-left: auto;
}

.pos-hero-row {
    align-items: flex-start !important;
}

.pos-stage-frame {
    position: relative;
    z-index: 2;
    border-radius: 34px;
    padding: 0.9rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 40px 90px rgba(7, 6, 20, 0.35);
    backdrop-filter: blur(18px);
}

.pos-stage-frame img {
    width: 100%;
    border-radius: 28px;
    display: block;
}

.pos-floating-note {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.05rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--oriun-color-brand);
    font-weight: 700;
    box-shadow: var(--pos-landing-shadow-soft);
    animation: pos-float 6s ease-in-out infinite;
}

.pos-floating-note span {
    color: var(--oriun-color-accent-strong);
}

.pos-floating-note--left {
    top: 5%;
    left: -4%;
}

.pos-floating-note--right {
    right: 0;
    bottom: 8%;
    animation-delay: 1.2s;
}

.action-btns .oriun-navbar-cta,
.action-btns .oriun-navbar-cta.btn,
.offcanvas .action-btns .oriun-navbar-cta {
    background: linear-gradient(135deg, #1796a2 0%, #34c5ce 100%) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(6, 31, 41, 0.18);
}

.action-btns .oriun-navbar-cta:hover,
.action-btns .oriun-navbar-cta:focus,
.offcanvas .action-btns .oriun-navbar-cta:hover,
.offcanvas .action-btns .oriun-navbar-cta:focus {
    background: linear-gradient(135deg, #137c87 0%, #29aeb7 100%) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
}

.pos-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.65;
}

.pos-hero-glow--primary {
    width: 360px;
    height: 360px;
    top: 100px;
    right: -90px;
    background: radial-gradient(circle, rgba(255, 137, 223, 0.52) 0%, rgba(255, 137, 223, 0) 70%);
}

.pos-hero-glow--secondary {
    width: 280px;
    height: 280px;
    bottom: 20px;
    left: -100px;
    background: radial-gradient(circle, rgba(111, 181, 255, 0.35) 0%, rgba(111, 181, 255, 0) 72%);
}

.pos-trust-band,
.pos-showcase-section,
.pos-modules-section,
.pos-operations-section,
.pos-cta-section {
    position: relative;
    padding: 110px 0;
}

.pos-trust-band {
    margin-top: -48px;
    z-index: 2;
}

.pos-trust-card,
.pos-module-card,
.pos-showcase-card,
.pos-operations-board,
.pos-cta-shell {
    border: 1px solid var(--pos-landing-border);
    background: var(--pos-landing-surface-strong);
    box-shadow: var(--pos-landing-shadow-soft);
}

.pos-trust-card {
    display: flex;
    gap: 1rem;
    height: 100%;
    padding: 1.35rem;
    border-radius: 26px;
}

.pos-trust-card span {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(96, 1, 74, 0.08);
    color: var(--oriun-color-brand);
    font-size: 1.15rem;
}

.pos-trust-card strong {
    display: block;
    font-size: 1rem;
    color: var(--oriun-text-heading);
    margin-bottom: 0.35rem;
}

.pos-trust-card p {
    margin-bottom: 0;
    line-height: 1.7;
}

.pos-section-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.pos-section-heading h2 {
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    margin-bottom: 1rem;
}

.pos-section-heading p {
    font-size: 1.05rem;
    line-height: 1.8;
}

.pos-showcase-card {
    padding: 2rem;
    border-radius: 34px;
}

.pos-showcase-card + .pos-showcase-card {
    margin-top: 2rem;
}

.pos-showcase-card--alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 242, 252, 0.92) 100%);
}

.pos-showcase-image {
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(249, 241, 252, 0.96) 100%);
    box-shadow: var(--pos-landing-shadow);
}

.pos-showcase-image img {
    width: 100%;
    display: block;
}

.pos-showcase-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--oriun-color-brand);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
}

.pos-showcase-copy h3 {
    font-size: clamp(1.85rem, 2.3vw, 2.8rem);
    margin-bottom: 1rem;
}

.pos-showcase-copy p {
    line-height: 1.85;
    margin-bottom: 1.3rem;
}

.pos-check-list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
}

.pos-check-list li {
    position: relative;
    padding-left: 1.8rem;
    color: var(--oriun-text-default);
    font-weight: 500;
}

.pos-check-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--oriun-color-accent-strong);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.pos-modules-section {
    background: linear-gradient(180deg, #f8f3fb 0%, #ffffff 100%);
}

.pos-module-card {
    height: 100%;
    padding: 2rem;
    border-radius: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pos-module-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--pos-landing-shadow);
    border-color: rgba(96, 1, 74, 0.2);
}

.pos-module-card span {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 1.25rem;
    background: rgba(96, 1, 74, 0.08);
    color: var(--oriun-color-brand);
    font-size: 1.35rem;
}

.pos-module-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}

.pos-module-card p {
    margin-bottom: 0;
    line-height: 1.75;
}

.pos-operations-section {
    background: var(--pos-landing-dark);
}

.pos-operations-section h2,
.pos-operations-section p,
.pos-operations-section .pos-eyebrow {
    color: #ffffff;
}

.pos-operations-copy {
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.85;
    margin-bottom: 1.6rem;
}

.pos-operations-stack {
    display: grid;
    gap: 1rem;
}

.pos-operations-item {
    padding: 1.2rem 1.3rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.pos-operations-item strong {
    display: block;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.pos-operations-item span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.pos-operations-board {
    position: relative;
    padding: 2rem;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 242, 253, 0.92) 100%);
}

.pos-board-card {
    padding: 1.5rem;
    border-radius: 24px;
    background: var(--oriun-gradient-brand);
    box-shadow: 0 24px 50px rgba(32, 10, 44, 0.24);
    margin-bottom: 1.4rem;
}

.pos-board-label {
    display: inline-block;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
}

.pos-board-card h3,
.pos-board-card p {
    color: #ffffff;
}

.pos-board-card h3 {
    margin-bottom: 0.7rem;
}

.pos-board-card p {
    margin-bottom: 0;
    line-height: 1.8;
}

.pos-board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pos-board-metric {
    padding: 1.2rem;
    border-radius: 22px;
    background: rgba(96, 1, 74, 0.05);
    border: 1px solid rgba(96, 1, 74, 0.08);
}

.pos-board-metric strong {
    display: block;
    color: var(--oriun-text-heading);
    margin-bottom: 0.35rem;
}

.pos-board-metric span {
    color: var(--oriun-text-muted);
    line-height: 1.65;
}

.pos-board-footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(42, 165, 171, 0.08);
    color: var(--oriun-text-default);
    font-weight: 500;
}

.pos-board-footer span {
    color: var(--oriun-color-accent-strong);
    font-size: 1.1rem;
}

.pos-cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 2.75rem;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 240, 252, 0.92) 100%);
}

.pos-cta-shell h2 {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    margin-bottom: 0.8rem;
}

.pos-cta-shell p {
    margin-bottom: 0;
    max-width: 62ch;
    line-height: 1.8;
}

.pos-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.pos-cta-actions .btn {
    min-width: 220px;
}

@keyframes pos-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@media (max-width: 1199.98px) {
    .pos-hero-copy-col .pos-hero-badges,
    .pos-hero-copy-col .pos-hero-actions,
    .pos-hero-copy-col .pos-hero-proof {
        width: min(100%, calc(100% + 26vw));
    }

    .pos-hero-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pos-landing-hero h1 {
        max-width: 12ch;
    }

    .pos-hero-copy-col {
        padding-right: 1rem;
    }

    .pos-floating-note--left,
    .pos-floating-note--right {
        position: static;
        margin-bottom: 1rem;
    }

    .pos-hero-stage {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .pos-landing-hero {
        padding-top: 160px;
        padding-bottom: 88px;
    }

    .pos-trust-band,
    .pos-showcase-section,
    .pos-modules-section,
    .pos-operations-section,
    .pos-cta-section {
        padding: 88px 0;
    }

    .pos-trust-band {
        margin-top: 0;
    }

    .pos-hero-copy-col {
        padding-right: 0.75rem;
    }

    .pos-hero-actions .btn,
    .pos-cta-actions .btn {
        width: 100%;
    }

    .pos-showcase-card,
    .pos-operations-board,
    .pos-cta-shell {
        padding: 1.5rem;
    }

    .pos-hero-proof {
        grid-template-columns: 1fr;
    }

    .pos-hero-copy-col .pos-hero-badges,
    .pos-hero-copy-col .pos-hero-actions,
    .pos-hero-copy-col .pos-hero-proof {
        width: 100%;
    }

    .pos-cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .pos-cta-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .pos-landing-hero h1 {
        max-width: none;
        font-size: clamp(2.2rem, 11vw, 3.15rem);
        line-height: 1.02;
    }

    .pos-hero-badges span,
    .pos-proof-item,
    .pos-trust-card,
    .pos-module-card {
        border-radius: 20px;
    }

    .pos-board-grid {
        grid-template-columns: 1fr;
    }

    .pos-showcase-card,
    .pos-stage-frame,
    .pos-operations-board,
    .pos-cta-shell {
        border-radius: 26px;
    }
}

.mobile-app-page {
    --mobile-app-border: rgba(96, 1, 74, 0.12);
    --mobile-app-border-strong: rgba(96, 1, 74, 0.2);
    --mobile-app-shadow: 0 28px 72px rgba(40, 12, 57, 0.18);
    --mobile-app-shadow-soft: 0 18px 42px rgba(40, 12, 57, 0.12);
    --mobile-app-surface: #ffffff;
    --mobile-app-surface-soft: rgba(255, 255, 255, 0.94);
    --mobile-app-hero: radial-gradient(circle at top left, rgba(255, 171, 222, 0.34), transparent 34%), radial-gradient(circle at top right, rgba(128, 180, 255, 0.24), transparent 28%), linear-gradient(135deg, #2f022a 0%, #5d0150 46%, #281d62 100%);
    --mobile-app-dark: linear-gradient(135deg, #2d0126 0%, #4e0243 52%, #131b46 100%);
    background: linear-gradient(180deg, #faf7fd 0%, #f6f1fb 28%, #ffffff 100%);
    color: var(--oriun-text-default);
    overflow: hidden;
}

.mobile-app-page h1,
.mobile-app-page h2,
.mobile-app-page h3 {
    color: var(--oriun-text-heading);
    letter-spacing: -0.03em;
}

.mobile-app-page p {
    color: var(--oriun-text-muted);
}

.mobile-app-hero {
    position: relative;
    padding: 190px 0 108px;
    background: var(--mobile-app-hero);
    color: var(--oriun-text-on-dark);
}

.mobile-app-hero h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 4.1vw, 4.05rem);
    font-weight: 700;
    line-height: 0.98;
    max-width: 11ch;
    margin-bottom: 1.25rem;
}

.mobile-app-hero-copy {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.12rem;
    line-height: 1.8;
    max-width: 58ch;
    margin-bottom: 2rem;
}

.mobile-app-eyebrow,
.mobile-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.mobile-app-eyebrow--light,
.mobile-home-eyebrow {
    padding: 0.54rem 0.95rem;
    border-radius: 8px;
    background: var(--oriun-color-brand);
    border-color: var(--oriun-color-brand);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    box-shadow: 0 10px 22px rgba(96, 1, 74, 0.16);
}

.mobile-app-hero-badges,
.mobile-app-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.mobile-app-hero-badges {
    margin-bottom: 1.75rem;
}

.mobile-app-hero-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 600;
    backdrop-filter: blur(14px);
}

.mobile-app-hero-actions {
    margin-bottom: 2rem;
}

.mobile-app-hero-actions .btn {
    min-width: 210px;
}

.mobile-app-proof {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-app-proof-item {
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.mobile-app-proof-item strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.mobile-app-proof-item span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.mobile-app-copy-col {
    padding-right: 2rem;
}

.mobile-app-stage-col {
    display: flex;
    justify-content: flex-end;
}

.mobile-app-stage {
    position: relative;
    width: min(100%, 840px);
    padding: 0 0.75rem 1.2rem 1.2rem;
    margin-left: auto;
}

.mobile-app-stage-stack {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1.25rem;
}

.mobile-app-stage-card {
    max-width: 255px;
    padding: 1.35rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 54px rgba(7, 6, 20, 0.28);
    backdrop-filter: blur(18px);
}

.mobile-app-stage-card small {
    display: inline-block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.mobile-app-stage-card strong {
    display: block;
    color: #ffffff;
    line-height: 1.45;
    margin-bottom: 0.9rem;
}

.mobile-app-stage-list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.mobile-app-stage-list li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.mobile-app-stage-list li span {
    color: #ffffff;
    font-weight: 700;
}

.mobile-app-stage-list li em {
    color: rgba(255, 255, 255, 0.72);
    font-style: normal;
}

.mobile-app-floating-note {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.05rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--oriun-color-brand);
    font-weight: 700;
    box-shadow: var(--mobile-app-shadow-soft);
    animation: mobile-app-float 6s ease-in-out infinite;
}

.mobile-app-floating-note span {
    color: var(--oriun-color-accent-strong);
}

.mobile-app-floating-note--left {
    top: 5%;
    left: -4%;
}

.mobile-app-floating-note--right {
    right: 0;
    bottom: 8%;
    animation-delay: 1.2s;
}

.mobile-app-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.65;
}

.mobile-app-hero-glow--primary {
    width: 360px;
    height: 360px;
    top: 100px;
    right: -90px;
    background: radial-gradient(circle, rgba(255, 137, 223, 0.52) 0%, rgba(255, 137, 223, 0) 70%);
}

.mobile-app-hero-glow--secondary {
    width: 280px;
    height: 280px;
    bottom: 20px;
    left: -100px;
    background: radial-gradient(circle, rgba(111, 181, 255, 0.35) 0%, rgba(111, 181, 255, 0) 72%);
}

.mobile-app-trust-band,
.mobile-app-showcase-section,
.mobile-app-fit-section,
.mobile-app-cta-section,
.mobile-home-section {
    position: relative;
    padding: 110px 0;
}

.mobile-app-trust-band {
    margin-top: -48px;
    z-index: 2;
}

.mobile-app-feature-card,
.mobile-app-showcase-card,
.mobile-app-fit-board,
.mobile-app-cta-shell,
.mobile-home-shell {
    border: 1px solid var(--mobile-app-border);
    background: var(--mobile-app-surface);
    box-shadow: var(--mobile-app-shadow-soft);
}

.mobile-app-feature-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: 26px;
}

.mobile-app-feature-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1.2rem;
    background: rgba(96, 1, 74, 0.08);
    color: var(--oriun-color-brand);
    font-size: 1.15rem;
}

.mobile-app-feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.mobile-app-feature-card p {
    margin-bottom: 0;
    line-height: 1.75;
}

.mobile-app-section-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.mobile-app-section-heading h2 {
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    margin-bottom: 1rem;
}

.mobile-app-section-heading p {
    font-size: 1.05rem;
    line-height: 1.8;
}

.mobile-app-showcase-card {
    height: 100%;
    padding: 2rem;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 242, 253, 0.94) 100%);
}

.mobile-app-preview-shell {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.mobile-app-showcase-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--oriun-color-brand);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
}

.mobile-app-showcase-copy h3 {
    font-size: clamp(1.7rem, 2.2vw, 2.5rem);
    margin-bottom: 1rem;
}

.mobile-app-showcase-copy p {
    line-height: 1.85;
    margin-bottom: 1.3rem;
}

.mobile-app-check-list,
.mobile-home-list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
}

.mobile-app-check-list li,
.mobile-home-list li {
    position: relative;
    padding-left: 1.8rem;
    color: var(--oriun-text-default);
    font-weight: 500;
}

.mobile-app-check-list li::before,
.mobile-home-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--oriun-color-accent-strong);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.mobile-app-fit-section {
    background: var(--mobile-app-dark);
}

.mobile-app-fit-section h2,
.mobile-app-fit-section p,
.mobile-app-fit-section .mobile-app-eyebrow {
    color: #ffffff;
}

.mobile-app-fit-copy {
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.85;
    margin-bottom: 0;
}

.mobile-app-fit-board {
    position: relative;
    padding: 2rem;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(249, 242, 253, 0.92) 100%);
}

.mobile-app-fit-lead {
    padding: 1.55rem;
    border-radius: 26px;
    background: var(--oriun-gradient-brand);
    box-shadow: 0 24px 50px rgba(32, 10, 44, 0.24);
    margin-bottom: 1.35rem;
}

.mobile-app-fit-lead span {
    display: inline-block;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
}

.mobile-app-fit-lead h3,
.mobile-app-fit-lead p {
    color: #ffffff;
}

.mobile-app-fit-lead h3 {
    margin-bottom: 0.7rem;
}

.mobile-app-fit-lead p {
    margin-bottom: 0;
    line-height: 1.8;
}

.mobile-app-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mobile-app-fit-item {
    padding: 1.2rem;
    border-radius: 22px;
    background: rgba(96, 1, 74, 0.05);
    border: 1px solid rgba(96, 1, 74, 0.08);
}

.mobile-app-fit-item strong {
    display: block;
    color: var(--oriun-text-heading);
    margin-bottom: 0.35rem;
}

.mobile-app-fit-item p {
    margin-bottom: 0;
    line-height: 1.7;
}

.mobile-app-cta-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 2.75rem;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 240, 252, 0.92) 100%);
    overflow: hidden;
}

.mobile-home-shell {
    position: relative;
    padding: 2.5rem 2.75rem;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 240, 252, 0.92) 100%);
    overflow: hidden;
}

.mobile-app-cta-shell h2 {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    margin-bottom: 0.8rem;
}

.mobile-app-cta-shell p {
    margin-bottom: 0;
    max-width: 62ch;
    line-height: 1.8;
}

.mobile-app-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.mobile-app-cta-actions .btn {
    min-width: 220px;
}

.mobile-home-shell::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 1, 74, 0.12) 0%, rgba(96, 1, 74, 0) 72%);
}

.mobile-home-shell .row {
    position: relative;
    z-index: 1;
    width: 100%;
}

.mobile-home-list {
    margin-top: 1.4rem;
}

.mobile-home-preview-shell {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}

.mobile-home-preview-shell::before {
    content: "";
    position: absolute;
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 1, 74, 0.16) 0%, rgba(96, 1, 74, 0) 72%);
    filter: blur(8px);
}

.mobile-home-real-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    overflow: visible;
}

.mobile-home-hero-picture {
    display: block;
    width: min(118%, 720px);
    margin: -0.5rem -7% -0.5rem 0;
}

.mobile-home-hero-picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
}

.mobile-device {
    position: relative;
    z-index: 1;
    width: min(100%, 332px);
    padding: 12px;
    border-radius: 38px;
    background: linear-gradient(180deg, #1f0820 0%, #5f0049 46%, #271630 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--mobile-app-shadow);
}

.mobile-device--compact {
    transform: rotate(-4deg) translateY(18px);
}

.mobile-device__notch {
    position: relative;
    z-index: 2;
    width: 36%;
    height: 18px;
    margin: 0 auto -6px;
    border-radius: 0 0 16px 16px;
    background: rgba(10, 8, 14, 0.92);
}

.mobile-device__screen {
    overflow: hidden;
    border-radius: 30px;
    background: #f7f5fa;
}

.mobile-device__top {
    padding: 1.35rem 1.25rem 1rem;
    background: linear-gradient(135deg, #60014A 0%, #822163 60%, #a12f79 100%);
}

.mobile-device__subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.mobile-device__top h4 {
    margin: 0.3rem 0 0.25rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.mobile-device__hint {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    line-height: 1.5;
}

.mobile-device__body {
    padding: 1rem;
    display: grid;
    gap: 0.8rem;
}

.mobile-device__surface {
    padding: 0.85rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(96, 1, 74, 0.08);
    box-shadow: 0 16px 26px rgba(23, 17, 33, 0.06);
}

.mobile-device__metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.mobile-device__metric {
    padding: 0.55rem 0.45rem;
    border-radius: 16px;
    background: rgba(96, 1, 74, 0.05);
    text-align: center;
}

.mobile-device__metric small {
    display: block;
    color: var(--oriun-text-muted);
    font-size: 0.65rem;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mobile-device__metric strong {
    display: block;
    color: var(--oriun-color-brand);
    font-size: 0.96rem;
    line-height: 1.2;
}

.mobile-device__action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.mobile-device__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.65rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #62004b 0%, #7f1964 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.mobile-device__list {
    display: grid;
    gap: 0.65rem;
}

.mobile-device__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.8rem 0.85rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(96, 1, 74, 0.08);
}

.mobile-device__row strong {
    display: block;
    color: var(--oriun-text-heading);
    font-size: 0.82rem;
    line-height: 1.35;
}

.mobile-device__row small,
.mobile-device__stack small {
    display: block;
    color: var(--oriun-text-muted);
    font-size: 0.72rem;
    line-height: 1.45;
}

.mobile-device__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(96, 1, 74, 0.1);
    color: var(--oriun-color-brand);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.mobile-device__pill--success {
    background: rgba(75, 141, 65, 0.15);
    color: #3a6f34;
}

.mobile-device__pill--warning {
    background: rgba(240, 176, 51, 0.22);
    color: #9a6410;
}

.mobile-device__search {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(96, 1, 74, 0.08);
    background: #ffffff;
    color: #8b90a4;
    font-size: 0.82rem;
}

.mobile-device__search i {
    color: var(--oriun-color-brand);
}

.mobile-device__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mobile-device__chip {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(96, 1, 74, 0.07);
    color: var(--oriun-color-brand);
    font-size: 0.7rem;
    font-weight: 700;
}

.mobile-device__chip.is-active {
    background: var(--oriun-color-brand);
    color: #ffffff;
}

.mobile-device__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.mobile-device__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    background: rgba(96, 1, 74, 0.08);
    color: var(--oriun-color-brand);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-device__step.is-active {
    background: var(--oriun-color-brand);
    color: #ffffff;
}

.mobile-device__split {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.65rem;
}

.mobile-device__stack {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.mobile-device__stack strong {
    color: var(--oriun-text-heading);
    font-size: 0.86rem;
    line-height: 1.35;
}

.mobile-device__total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
}

.mobile-device__total strong {
    color: var(--oriun-color-brand);
    font-size: 1.22rem;
    line-height: 1.1;
}

.mobile-device__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #60014A 0%, #7d1d66 100%);
    color: #ffffff;
    font-weight: 700;
}

.mobile-device__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid rgba(96, 1, 74, 0.08);
    background: #ffffff;
}

.mobile-device__tabs span {
    text-align: center;
    color: #8b90a4;
    font-size: 0.68rem;
    font-weight: 600;
}

.mobile-device__tabs span.is-active {
    color: var(--oriun-color-brand);
}

.mobile-device__avatar {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(96, 1, 74, 0.12);
    color: var(--oriun-color-brand);
    font-size: 0.84rem;
    font-weight: 800;
    flex: 0 0 auto;
}

.mobile-device__client-meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

@keyframes mobile-app-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@media (max-width: 1199.98px) {
    .mobile-app-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-app-copy-col {
        padding-right: 1rem;
    }

    .mobile-app-floating-note--left,
    .mobile-app-floating-note--right {
        position: static;
        margin-bottom: 1rem;
    }

    .mobile-app-stage {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .mobile-app-hero {
        padding-top: 160px;
        padding-bottom: 88px;
    }

    .mobile-app-trust-band,
    .mobile-app-showcase-section,
    .mobile-app-fit-section,
    .mobile-app-cta-section,
    .mobile-home-section {
        padding: 88px 0;
    }

    .mobile-app-trust-band {
        margin-top: 0;
    }

    .mobile-app-copy-col {
        padding-right: 0.75rem;
    }

    .mobile-app-hero-actions .btn,
    .mobile-app-cta-actions .btn {
        width: 100%;
    }

    .mobile-app-proof {
        grid-template-columns: 1fr;
    }

    .mobile-app-stage-stack {
        flex-direction: column;
        align-items: center;
    }

    .mobile-app-stage-card {
        width: min(100%, 360px);
        max-width: none;
    }

    .mobile-app-showcase-card,
    .mobile-app-fit-board,
    .mobile-app-cta-shell,
    .mobile-home-shell {
        padding: 1.5rem;
        border-radius: 26px;
    }

    .mobile-app-fit-grid {
        grid-template-columns: 1fr;
    }

    .mobile-app-cta-shell,
    .mobile-home-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-app-cta-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .mobile-home-preview-shell {
        width: 100%;
        min-height: 360px;
    }

    .mobile-home-real-stage {
        width: 100%;
        min-height: auto;
    }

    .mobile-home-hero-picture {
        width: min(100%, 760px);
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .mobile-app-hero h1 {
        max-width: none;
        font-size: clamp(2.2rem, 11vw, 3.15rem);
        line-height: 1.02;
    }

    .mobile-app-proof-item,
    .mobile-app-feature-card,
    .mobile-app-fit-item,
    .mobile-app-showcase-card,
    .mobile-app-stage-card {
        border-radius: 20px;
    }

    .mobile-app-cta-shell,
    .mobile-home-shell {
        border-radius: 26px;
    }

    .mobile-device {
        width: min(100%, 308px);
    }

    .mobile-device--compact {
        transform: none;
    }

    .mobile-device__row {
        padding: 0.75rem;
    }
}

.mobile-app-page--real h1,
.mobile-app-page--real h2,
.mobile-app-page--real h3 {
    letter-spacing: 0;
}

.mobile-app-page--real,
.mobile-app-page--real * {
    -webkit-text-fill-color: currentColor;
}

.mobile-app-hero--real {
    padding: 152px 0 84px;
    background: linear-gradient(135deg, #53013F 0%, #53013F 100%);
}

.mobile-app-hero--real h1 {
    max-width: 12.5ch;
    font-size: 3.7rem;
    line-height: 1;
}

.mobile-app-hero--real .mobile-app-hero-copy {
    max-width: 50ch;
    margin-bottom: 1.55rem;
    color: #ffffff !important;
    opacity: 1;
}

.mobile-app-page--real .mobile-app-eyebrow {
    border-radius: 8px;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.mobile-app-page--real .mobile-app-hero-badges span,
.mobile-app-page--real .mobile-app-proof-item,
.mobile-app-page--real .mobile-app-feature-card,
.mobile-app-page--real .mobile-app-showcase-card,
.mobile-app-page--real .mobile-app-cta-shell {
    border-radius: 8px;
}

.mobile-app-page--real .mobile-app-hero-badges span {
    min-height: 42px;
    padding: 0.7rem 0.95rem;
    color: #ffffff;
    opacity: 1;
    font-weight: 800;
    white-space: nowrap;
}

.mobile-app-page--real .mobile-app-hero-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 640px);
}

.mobile-app-proof--compact {
    gap: 0.75rem;
    grid-template-columns: 1fr;
}

.mobile-app-proof--compact .mobile-app-proof-item {
    padding: 1rem;
}

.mobile-app-proof--compact .mobile-app-proof-item strong,
.mobile-app-proof--compact .mobile-app-proof-item span {
    color: #ffffff;
    opacity: 1;
}

.mobile-app-proof-row {
    width: 100%;
}

@media (min-width: 992px) {
    .mobile-app-hero--real {
        padding-bottom: 104px;
    }

    .mobile-app-hero--real .mobile-app-proof-row {
        margin-top: -0.75rem;
    }

    .mobile-app-hero--real .mobile-app-proof--compact {
        position: static;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .mobile-app-proof--compact .mobile-app-proof-item {
        min-height: 126px;
        padding: 1rem;
    }

    .mobile-app-proof--compact .mobile-app-proof-item span {
        display: block;
        line-height: 1.55;
    }
}

.mobile-app-page--real .mobile-app-feature-card p {
    color: #4d5664 !important;
    font-size: 0.98rem;
}

.mobile-app-real-stage {
    position: relative;
    width: 100%;
    max-width: 1010px;
    min-height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-app-hero--real .mobile-app-stage-col {
    align-self: flex-start;
    padding-top: 0.75rem;
}

.mobile-app-hero-picture {
    display: block;
    width: min(140%, 1120px);
    margin: -1rem -18% 0 0;
}

.mobile-app-hero-picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
}

.mobile-app-real-phone {
    position: absolute;
    margin: 0;
    transform-style: preserve-3d;
}

.mobile-app-iphone-frame {
    position: relative;
    overflow: hidden;
    padding: 9px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 54px;
    background: linear-gradient(110deg, #111217 0%, #2b2d32 14%, #f2f2f0 18%, #6a6d73 23%, #15161b 32%, #050609 70%, #c8c8c4 82%, #24262b 100%);
    box-shadow: 0 32px 74px rgba(6, 8, 26, 0.44), inset 0 0 0 2px rgba(255, 255, 255, 0.16), inset 0 0 0 8px #07080c;
    isolation: isolate;
}

.mobile-app-iphone-frame::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 19px;
    left: 50%;
    width: 30%;
    height: 3.8%;
    min-height: 19px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #030305;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 8px 0 12px rgba(255, 255, 255, 0.04), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.mobile-app-iphone-frame::after {
    content: "";
    position: absolute;
    inset: 11px;
    z-index: 3;
    pointer-events: none;
    border-radius: 42px;
    background: linear-gradient(180deg, transparent 0%, transparent 91.8%, rgba(250, 250, 250, 0.96) 92%, rgba(250, 250, 250, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), inset 0 22px 34px rgba(255, 255, 255, 0.08), inset 0 -46px 50px rgba(0, 0, 0, 0.08);
}

.mobile-app-iphone-frame img {
    position: absolute;
    z-index: 1;
    top: 11px;
    left: 50%;
    display: block;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    max-width: none;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center top;
    border-radius: 42px;
}

.mobile-app-iphone-button,
.mobile-app-iphone-speaker {
    position: absolute;
    z-index: 4;
    display: block;
    pointer-events: none;
}

.mobile-app-iphone-button--left {
    left: -4px;
    top: 21%;
    width: 4px;
    height: 12%;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4f4f1, #6e7178 54%, #1a1b20);
}

.mobile-app-iphone-button--right {
    right: -4px;
    top: 29%;
    width: 4px;
    height: 17%;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4f4f1, #6e7178 54%, #1a1b20);
}

.mobile-app-iphone-speaker {
    left: 50%;
    bottom: 22px;
    width: 34%;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(3, 3, 5, 0.84);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
}

.mobile-app-real-phone--lead {
    z-index: 4;
    width: min(43%, 314px);
    aspect-ratio: 393 / 852;
    transform: translate3d(-4px, 0, 90px);
}

.mobile-app-real-phone--invoice,
.mobile-app-real-phone--product {
    z-index: 2;
    width: min(36%, 260px);
    aspect-ratio: 393 / 852;
}

.mobile-app-real-phone--invoice {
    left: 2%;
    bottom: 48px;
    transform: rotate(-7deg) translate3d(0, 0, 0);
}

.mobile-app-real-phone--product {
    right: 3%;
    bottom: 58px;
    transform: rotate(8deg) translate3d(0, 0, 0);
}

.mobile-app-trust-band--real {
    margin-top: -28px;
}

.mobile-app-page--real .mobile-app-feature-card {
    padding: 1.35rem;
}

.mobile-app-showcase-section--real {
    background: #ffffff;
}

.mobile-app-showcase-card--real {
    display: grid;
    grid-template-columns: minmax(230px, 0.82fr) 1fr;
    align-items: center;
    gap: 1.7rem;
    padding: 1.35rem;
    overflow: hidden;
    border-color: #ead7ee;
    background: #f8effa;
}

.mobile-app-section-shot,
.mobile-app-context-shot {
    display: block;
    overflow: hidden;
    background: #f8effa;
    border-radius: 8px;
}

.mobile-app-section-shot {
    width: min(100%, 300px);
    justify-self: center;
    box-shadow: none;
}

.mobile-app-section-shot img,
.mobile-app-context-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-app-showcase-card--real .mobile-app-showcase-copy h3 {
    font-size: 1.85rem;
}

.mobile-app-showcase-card--real .mobile-app-showcase-copy p {
    line-height: 1.75;
}

.mobile-app-fit-section--real {
    background: linear-gradient(135deg, #231e1f 0%, #60014a 58%, #1f6173 100%);
}

.mobile-app-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mobile-app-context-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 54px rgba(7, 6, 20, 0.24);
}

.mobile-app-context-device {
    width: min(100%, 320px);
    aspect-ratio: 393 / 852;
    justify-self: center;
    border-width: 8px;
    border-radius: 36px;
    box-shadow: 0 22px 44px rgba(7, 6, 20, 0.24);
}

.mobile-app-context-shot {
    width: min(100%, 330px);
    justify-self: center;
    box-shadow: none;
}

.mobile-app-context-card span {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #a3edf0;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mobile-app-context-card h3,
.mobile-app-context-card p {
    color: #ffffff;
}

.mobile-app-context-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1.25rem;
}

.mobile-app-context-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

@media (max-width: 1199.98px) {
    .mobile-app-hero--real h1 {
        font-size: 3.15rem;
    }

    .mobile-app-real-stage {
        min-height: 500px;
    }

    .mobile-app-real-phone--lead {
        width: min(43%, 300px);
    }
}

@media (max-width: 991.98px) {
    .mobile-app-hero--real {
        padding: 132px 0 72px;
    }

    .mobile-app-hero--real h1 {
        max-width: 15ch;
        font-size: 2.85rem;
    }

    .mobile-app-real-stage {
        min-height: auto;
        padding: 0;
    }

    .mobile-app-hero-picture {
        width: min(100%, 820px);
        margin: 0 auto;
    }

    .mobile-app-real-phone--lead {
        width: min(48%, 290px);
    }

    .mobile-app-real-phone--invoice,
    .mobile-app-real-phone--product {
        width: min(34%, 210px);
    }

    .mobile-app-showcase-card--real {
        grid-template-columns: 1fr;
    }

    .mobile-app-section-shot {
        width: min(100%, 300px);
    }
}

@media (max-width: 767.98px) {
    .mobile-app-hero--real {
        padding: 112px 0 56px;
    }

    .mobile-app-page--real .mobile-app-copy-col,
    .mobile-app-page--real .mobile-app-hero-copy,
    .mobile-app-page--real .mobile-app-hero-actions,
    .mobile-app-page--real .mobile-app-hero-badges,
    .mobile-app-page--real .mobile-app-proof {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .mobile-app-hero--real h1 {
        font-size: 2.45rem;
        line-height: 1.05;
    }

    .mobile-app-hero--real .mobile-app-hero-copy {
        font-size: 1rem;
        line-height: 1.65;
    }

    .mobile-app-page--real .mobile-app-hero-badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .mobile-app-page--real .mobile-app-hero-badges span,
    .mobile-app-proof--compact .mobile-app-proof-item {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .mobile-app-page--real .mobile-app-hero-copy,
    .mobile-app-proof--compact .mobile-app-proof-item span {
        overflow-wrap: break-word;
    }

    .mobile-app-real-stage {
        min-height: auto;
        margin-top: 0.75rem;
    }

    .mobile-app-real-phone {
        padding: 6px;
        border-radius: 36px;
    }

    .mobile-app-iphone-frame::before {
        top: 12px;
        min-height: 15px;
    }

    .mobile-app-real-phone--lead {
        width: min(58%, 230px);
    }

    .mobile-app-real-phone--invoice,
    .mobile-app-real-phone--product {
        width: min(36%, 142px);
    }

    .mobile-app-real-phone--invoice {
        top: auto;
        bottom: 48px;
        left: -4px;
        transform: rotate(-7deg);
    }

    .mobile-app-real-phone--product {
        right: -4px;
        bottom: 54px;
        transform: rotate(8deg);
    }

    .mobile-app-trust-band--real {
        margin-top: 0;
    }

    .mobile-app-showcase-card--real {
        padding: 1rem;
    }

    .mobile-app-showcase-card--real .mobile-app-showcase-copy h3 {
        font-size: 1.5rem;
    }

    .mobile-app-context-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .mobile-app-hero--real h1 {
        font-size: 2.2rem;
    }

    .mobile-app-real-stage {
        min-height: auto;
    }

    .mobile-app-real-phone--lead {
        width: min(58%, 214px);
    }

    .mobile-app-real-phone--invoice,
    .mobile-app-real-phone--product {
        width: min(35%, 128px);
    }
}
