/* =============================================================================
   Verion landing — Ink & Jade marketing surface
   Self-contained hero art (no third-party images), reveal motion, RTL-safe.
   ============================================================================= */

.cos-main--flush {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.lp-wrap {
    overflow-x: clip;
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cos-jade);
    margin-bottom: 0.75rem;
}

.lp-eyebrow::before {
    content: "";
    width: 1.35rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--cos-gold), var(--cos-jade-bright));
}

.lp-section {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
    padding: 4.5rem 0;
}

.lp-section__head {
    max-width: 40rem;
    margin-bottom: 2.5rem;
}

.lp-section__head h2 {
    font-family: var(--cos-font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    margin: 0 0 0.75rem;
    line-height: 1.15;
    text-wrap: balance;
}

.lp-section__head p {
    margin: 0;
    color: var(--cos-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

/* -----------------------------------------------------------------------------
   Hero — full-bleed "ink" plane with aurora orbs, a soft grid and a floating
   identity card. Works with or without an admin-supplied photo.
   -------------------------------------------------------------------------- */
.lp-hero {
    position: relative;
    min-height: min(92vh, 840px);
    display: grid;
    align-items: center;
    color: #f7faf8;
    isolation: isolate;
    margin-top: calc(var(--cos-header-h) * -1);
    background:
        radial-gradient(900px 480px at 85% 10%, rgba(20, 184, 166, 0.28), transparent 60%),
        radial-gradient(700px 420px at 10% 90%, rgba(201, 162, 39, 0.16), transparent 60%),
        linear-gradient(160deg, #061218 0%, #0b1f2a 48%, #0f3d3a 130%);
    overflow: hidden;
}

.lp-hero__media {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
}

.lp-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: scale(1.04);
    animation: lp-ken 18s ease-out both;
}

.lp-hero__art {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
}

.lp-hero__grid {
    position: absolute;
    inset: -1px;
    background-image:
        linear-gradient(rgba(94, 234, 212, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 234, 212, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 65% at 60% 45%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 65% at 60% 45%, #000 20%, transparent 75%);
}

.lp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    will-change: transform;
    animation: lp-drift 22s ease-in-out infinite alternate;
}

.lp-orb--a {
    width: 34rem;
    height: 34rem;
    inset-inline-end: -8rem;
    top: -10rem;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.75), rgba(20, 184, 166, 0) 70%);
}

.lp-orb--b {
    width: 26rem;
    height: 26rem;
    inset-inline-start: -6rem;
    bottom: -8rem;
    background: radial-gradient(circle, rgba(232, 212, 139, 0.55), rgba(232, 212, 139, 0) 70%);
    animation-delay: -8s;
    animation-duration: 28s;
}

.lp-orb--c {
    width: 18rem;
    height: 18rem;
    inset-inline-start: 38%;
    top: 12%;
    background: radial-gradient(circle, rgba(94, 234, 212, 0.45), rgba(94, 234, 212, 0) 70%);
    animation-delay: -15s;
    animation-duration: 32s;
}

.lp-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(105deg, rgba(11, 31, 42, 0.92) 0%, rgba(11, 31, 42, 0.72) 42%, rgba(11, 31, 42, 0.35) 100%),
        linear-gradient(180deg, rgba(11, 31, 42, 0.25) 0%, rgba(11, 31, 42, 0.78) 100%);
}

.lp-hero--art .lp-hero__shade {
    background: linear-gradient(180deg, rgba(6, 18, 24, 0.15) 0%, rgba(6, 18, 24, 0) 40%, rgba(6, 18, 24, 0.55) 100%);
}

.lp-hero__inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: calc(var(--cos-header-h) + 3.25rem) 0 4rem;
    display: grid;
    gap: 3rem;
    align-items: center;
    animation: cos-rise 0.7s ease both;
}

@media (min-width: 992px) {
    .lp-hero__inner {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 3.5rem;
    }
}

.lp-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.1rem;
    padding: 0.35rem 0.85rem 0.35rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(232, 212, 139, 0.32);
    background: rgba(232, 212, 139, 0.1);
    color: var(--cos-gold-bright);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

[dir="rtl"] .lp-hero__kicker {
    padding: 0.35rem 0.5rem 0.35rem 0.85rem;
}

.lp-hero__kicker i {
    display: inline-grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cos-gold-bright), var(--cos-gold));
    color: #1a1406;
    font-size: 0.75rem;
}

.lp-hero__brand {
    font-family: var(--cos-font-display);
    font-weight: 800;
    font-size: clamp(2.6rem, 6.5vw, 4.4rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0 0 1rem;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.lp-hero__brand span {
    color: var(--cos-mint);
}

.lp-hero__headline {
    font-family: var(--cos-font-display);
    font-weight: 700;
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    letter-spacing: -0.02em;
    max-width: 24ch;
    margin: 0 0 1rem;
    line-height: 1.3;
    text-wrap: balance;
}

.lp-hero__sub {
    max-width: 38rem;
    margin: 0 0 1.75rem;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(247, 250, 248, 0.82);
}

.lp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.35rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
    color: rgba(247, 250, 248, 0.72);
    font-size: 0.88rem;
    font-weight: 600;
}

.lp-hero__proof li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.lp-hero__proof i {
    color: var(--cos-mint);
}

/* Identity card stage */
.lp-hero__stage {
    position: relative;
    min-height: 22rem;
    display: grid;
    place-items: center;
    animation: cos-rise 0.9s 0.15s ease both;
}

@media (max-width: 991.98px) {
    .lp-hero__stage {
        min-height: 20rem;
        margin-top: -0.5rem;
    }
}

.lp-idcard {
    position: relative;
    width: min(26rem, 100%);
    padding: 1.35rem 1.35rem 1.25rem;
    border-radius: 1.4rem;
    color: #f7faf8;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04) 60%),
        rgba(11, 31, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px) saturate(1.2);
    transform: rotate(-2deg);
    animation: lp-float 9s ease-in-out infinite;
}

[dir="rtl"] .lp-idcard {
    transform: rotate(2deg);
}

.lp-idcard::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    border-radius: 1.4rem 1.4rem 0 0;
    background: linear-gradient(90deg, var(--cos-gold), var(--cos-jade-bright), var(--cos-mint));
}

.lp-idcard__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.lp-idcard__label {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 250, 248, 0.6);
    font-weight: 700;
}

.lp-idcard__verified {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #052e2b;
    background: linear-gradient(135deg, var(--cos-mint), var(--cos-jade-bright));
    white-space: nowrap;
}

.lp-idcard__person {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.lp-idcard__avatar {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1.1rem;
    display: grid;
    place-items: center;
    font-family: var(--cos-font-display);
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(145deg, var(--cos-jade-bright), var(--cos-jade) 55%, var(--cos-ink));
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.4);
    flex-shrink: 0;
}

.lp-idcard__name {
    margin: 0;
    font-family: var(--cos-font-display);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.lp-idcard__role {
    margin: 0.15rem 0 0;
    font-size: 0.88rem;
    color: rgba(247, 250, 248, 0.7);
}

.lp-idcard__meter {
    margin-top: 1.1rem;
}

.lp-idcard__meter-head {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(247, 250, 248, 0.78);
    margin-bottom: 0.4rem;
}

.lp-idcard__meter-bar {
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.lp-idcard__meter-bar span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cos-gold), var(--cos-jade-bright), var(--cos-mint));
    animation: lp-fill 1.6s 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.lp-idcard__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.lp-idcard__chips li {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #eafff9;
    background: rgba(94, 234, 212, 0.12);
    border: 1px solid rgba(94, 234, 212, 0.24);
}

.lp-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.85rem;
    border-radius: 1rem;
    background: rgba(247, 250, 248, 0.96);
    color: var(--cos-ink, #0b1f2a);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    animation: lp-float 7s ease-in-out infinite;
}

.lp-float i {
    display: inline-grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.65rem;
    font-size: 1rem;
}

.lp-float small {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--cos-muted, #5b6b73);
    letter-spacing: 0.02em;
}

.lp-float--ats {
    top: -1.75rem;
    inset-inline-start: -0.5rem;
    animation-delay: -2s;
}

.lp-float--ats i {
    color: #fff;
    background: linear-gradient(135deg, var(--cos-jade-bright), var(--cos-jade));
}

.lp-float--offer {
    bottom: 8%;
    inset-inline-end: -0.5rem;
    animation-delay: -4.5s;
}

.lp-float--offer i {
    color: #1a1406;
    background: linear-gradient(135deg, var(--cos-gold-bright), var(--cos-gold));
}

@media (max-width: 575.98px) {
    .lp-float { display: none; }
    .lp-idcard { transform: none; }
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lp-btn:hover { transform: translateY(-2px); }

.lp-btn--solid {
    color: #1a1406;
    background: linear-gradient(135deg, var(--cos-gold-bright), var(--cos-gold) 58%, var(--cos-gold-deep));
    box-shadow: 0 14px 34px rgba(139, 105, 20, 0.35);
}

.lp-btn--solid:hover { color: #1a1406; box-shadow: 0 18px 40px rgba(139, 105, 20, 0.45); }

.lp-btn--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.lp-btn--ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.14); }

.lp-btn--jade {
    color: #fff;
    background: linear-gradient(135deg, var(--cos-jade-bright), var(--cos-jade));
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.3);
}

.lp-btn--jade:hover { color: #fff; }

.lp-btn--line {
    color: var(--cos-ink);
    border-color: var(--cos-line);
    background: transparent;
}

.lp-btn--line:hover {
    color: var(--cos-ink);
    background: rgba(15, 118, 110, 0.08);
}

/* Trust strip */
.lp-trust {
    border-bottom: 1px solid var(--cos-line);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .lp-trust {
    background: rgba(15, 28, 34, 0.55);
}

.lp-trust__inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.15rem 0;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
    .lp-trust__inner { grid-template-columns: repeat(4, 1fr); }
}

.lp-trust__item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--cos-ink-soft);
}

.lp-trust__item i {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    color: var(--cos-jade);
    background: rgba(15, 118, 110, 0.1);
    font-size: 1.05rem;
    flex-shrink: 0;
}

/* Service grid */
.lp-services {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .lp-services { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 992px) {
    .lp-services { grid-template-columns: repeat(3, 1fr); }
}

.lp-service {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.4rem 1.3rem 1.45rem;
    border: 1px solid var(--cos-line);
    border-radius: var(--cos-radius);
    background:
        linear-gradient(160deg, rgba(15, 118, 110, 0.07), transparent 55%),
        rgba(255, 255, 255, 0.82);
    text-decoration: none;
    color: inherit;
    min-height: 100%;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lp-service::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cos-gold), var(--cos-jade-bright));
    opacity: 0;
    transition: opacity 0.22s ease;
}

[data-bs-theme="dark"] .lp-service {
    background:
        linear-gradient(160deg, rgba(20, 184, 166, 0.08), transparent 55%),
        rgba(15, 28, 34, 0.72);
}

.lp-service:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, 0.35);
    box-shadow: var(--cos-shadow);
    color: inherit;
}

.lp-service:hover::after { opacity: 1; }

.lp-service__icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    background: linear-gradient(145deg, var(--cos-jade-bright), var(--cos-jade));
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.25);
}

.lp-service h3 {
    font-family: var(--cos-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.lp-service p {
    margin: 0;
    color: var(--cos-muted);
    line-height: 1.55;
    font-size: 0.95rem;
    flex: 1;
}

.lp-service__more {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--cos-jade);
}

/* Showcase split */
.lp-showcase {
    background:
        radial-gradient(700px 360px at 90% 10%, rgba(20, 184, 166, 0.14), transparent 55%),
        linear-gradient(180deg, rgba(15, 118, 110, 0.05), transparent);
    border-block: 1px solid var(--cos-line);
}

.lp-showcase__grid {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 4.5rem 0;
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .lp-showcase__grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3.5rem;
    }
}

.lp-showcase__visual {
    position: relative;
    border-radius: calc(var(--cos-radius) + 0.35rem);
    overflow: hidden;
    min-height: 320px;
    box-shadow: var(--cos-shadow);
    animation: cos-rise 0.7s ease both;
    background: linear-gradient(160deg, #0b1f2a, #0f3d3a);
}

.lp-showcase__visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.lp-showcase__visual--art img {
    object-fit: contain;
    min-height: 0;
    aspect-ratio: 14 / 9;
}

.lp-showcase__visual::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(11, 31, 42, 0.55));
    pointer-events: none;
}

.lp-showcase__visual--art::after { display: none; }

.lp-showcase__title {
    font-family: var(--cos-font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    margin: 0 0 0.75rem;
    line-height: 1.15;
}

.lp-showcase__sub {
    color: var(--cos-muted);
    line-height: 1.65;
    margin: 0;
}

.lp-checklist {
    list-style: none;
    margin: 1.5rem 0 1.75rem;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.lp-checklist li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    font-weight: 600;
    line-height: 1.45;
}

.lp-checklist i {
    color: var(--cos-jade);
    margin-top: 0.15rem;
}

/* How steps */
.lp-steps {
    display: grid;
    gap: 1.15rem;
}

@media (min-width: 768px) {
    .lp-steps { grid-template-columns: repeat(3, 1fr); }
}

.lp-step {
    padding: 1.5rem 1.25rem;
    border-top: 3px solid var(--cos-jade);
    border-radius: 0 0 var(--cos-radius-sm) var(--cos-radius-sm);
    background: rgba(255, 255, 255, 0.65);
}

[data-bs-theme="dark"] .lp-step {
    background: rgba(15, 28, 34, 0.55);
}

.lp-step__num {
    font-family: var(--cos-font-display);
    font-weight: 800;
    font-size: 2rem;
    color: rgba(15, 118, 110, 0.35);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0.85rem;
}

.lp-step h3 {
    font-family: var(--cos-font-display);
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
}

.lp-step p {
    margin: 0;
    color: var(--cos-muted);
    line-height: 1.55;
}

/* Why band */
.lp-why {
    display: grid;
    gap: 1.15rem;
}

@media (min-width: 768px) {
    .lp-why { grid-template-columns: repeat(3, 1fr); }
}

.lp-why__item {
    position: relative;
    padding: 1.5rem 1.3rem;
    border-radius: var(--cos-radius);
    background:
        radial-gradient(360px 160px at 100% 0%, rgba(20, 184, 166, 0.22), transparent 60%),
        var(--cos-ink, #0b1f2a);
    color: rgba(247, 250, 248, 0.9);
    overflow: hidden;
}

[data-bs-theme="dark"] .lp-why__item {
    background:
        radial-gradient(360px 160px at 100% 0%, rgba(20, 184, 166, 0.22), transparent 60%),
        #061218;
    border: 1px solid rgba(94, 234, 212, 0.14);
}

.lp-why__item h3 {
    font-family: var(--cos-font-display);
    font-size: 1.15rem;
    margin: 0 0 0.55rem;
    color: #fff;
}

.lp-why__item p {
    margin: 0;
    color: rgba(247, 250, 248, 0.68);
    line-height: 1.55;
}

.lp-why__item i {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    margin-bottom: 0.9rem;
    color: var(--cos-mint);
    background: rgba(94, 234, 212, 0.12);
    font-size: 1.25rem;
}

/* FAQ */
.lp-faq {
    display: grid;
    gap: 0.65rem;
    max-width: 48rem;
}

.lp-faq details {
    border: 1px solid var(--cos-line);
    border-radius: var(--cos-radius-sm);
    background: rgba(255, 255, 255, 0.7);
    padding: 0.15rem 1rem;
}

[data-bs-theme="dark"] .lp-faq details {
    background: rgba(15, 28, 34, 0.65);
}

.lp-faq summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    padding: 1rem 0;
    font-family: var(--cos-font-display);
    letter-spacing: -0.01em;
}

.lp-faq summary::-webkit-details-marker { display: none; }

.lp-faq summary::after {
    content: "+";
    float: inline-end;
    color: var(--cos-jade);
    font-weight: 800;
}

.lp-faq details[open] summary::after { content: "–"; }

.lp-faq details p {
    margin: 0 0 1rem;
    color: var(--cos-muted);
    line-height: 1.6;
}

/* Final CTA */
.lp-final {
    position: relative;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(700px 360px at 15% 20%, rgba(232, 212, 139, 0.22), transparent 60%),
        radial-gradient(800px 420px at 90% 90%, rgba(20, 184, 166, 0.3), transparent 60%),
        linear-gradient(120deg, #061218, #0b1f2a 55%, #0f3d3a);
}

.lp-final__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.lp-final__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-final__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, rgba(11, 31, 42, 0.92), rgba(15, 118, 110, 0.78));
}

.lp-final--art .lp-final__shade {
    background:
        linear-gradient(rgba(94, 234, 212, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 234, 212, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 10%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 10%, transparent 75%);
}

.lp-final__inner {
    width: min(800px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 5rem 0;
    text-align: center;
}

.lp-final__inner h2 {
    font-family: var(--cos-font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    margin: 0 0 0.85rem;
    line-height: 1.15;
    text-wrap: balance;
}

.lp-final__inner p {
    margin: 0 auto 1.75rem;
    max-width: 42ch;
    color: rgba(247, 250, 248, 0.82);
    line-height: 1.6;
}

.lp-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Reveal motion */
.lp-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@keyframes lp-ken {
    from { transform: scale(1.08); }
    to { transform: scale(1.02); }
}

@keyframes lp-drift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-6%, 8%, 0) scale(1.12); }
}

@keyframes lp-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}

@keyframes lp-fill {
    to { width: var(--lp-fill, 92%); }
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero__media img,
    .lp-reveal,
    .lp-service,
    .lp-btn,
    .lp-orb,
    .lp-idcard,
    .lp-float,
    .lp-hero__inner,
    .lp-hero__stage {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
    .lp-reveal { opacity: 1; }
    .lp-idcard__meter-bar span { width: var(--lp-fill, 92%); animation: none; }
}

/* Transparent header over full-bleed hero */
.cos-site-header.lp-header-over-hero {
    background: transparent;
    border-bottom-color: transparent;
}

.cos-site-header.lp-header-over-hero .cos-site-header__inner {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
}

.cos-site-header.lp-header-over-hero .cos-brand__text,
.cos-site-header.lp-header-over-hero .cos-nav a,
.cos-site-header.lp-header-over-hero .cos-btn--ghost,
.cos-site-header.lp-header-over-hero .cos-mobile-toggle {
    color: #f7faf8;
}

.cos-site-header.lp-header-over-hero .cos-brand__text span {
    color: var(--cos-mint);
}

.cos-site-header.lp-header-over-hero .cos-nav a:hover,
.cos-site-header.lp-header-over-hero .cos-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.cos-site-header.lp-header-over-hero .cos-btn--ghost,
.cos-site-header.lp-header-over-hero .cos-mobile-toggle {
    border-color: rgba(255, 255, 255, 0.28);
}

.cos-site-header.lp-header-over-hero .cos-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.cos-site-header.lp-header-over-hero .cos-mobile-drawer {
    background: rgba(6, 18, 24, 0.97);
    border-color: rgba(255, 255, 255, 0.12);
}

.cos-site-header.lp-header-over-hero .cos-mobile-drawer a {
    color: #f7faf8;
    border-color: rgba(255, 255, 255, 0.1);
}

.cos-site-header.lp-header-over-hero.is-scrolled {
    background: rgba(247, 250, 248, 0.94);
}

.cos-site-header.lp-header-over-hero.is-scrolled .cos-brand__text,
.cos-site-header.lp-header-over-hero.is-scrolled .cos-nav a,
.cos-site-header.lp-header-over-hero.is-scrolled .cos-btn--ghost,
.cos-site-header.lp-header-over-hero.is-scrolled .cos-mobile-toggle {
    color: var(--cos-ink);
}

.cos-site-header.lp-header-over-hero.is-scrolled .cos-brand__text span {
    color: var(--cos-jade);
}

.cos-site-header.lp-header-over-hero.is-scrolled .cos-btn--ghost,
.cos-site-header.lp-header-over-hero.is-scrolled .cos-mobile-toggle {
    border-color: var(--cos-line);
}

[data-bs-theme="dark"] .cos-site-header.lp-header-over-hero.is-scrolled {
    background: rgba(10, 21, 27, 0.94);
}

/* Verion purpose — vision / mission / positioning */
.lp-purpose__grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .lp-purpose__grid { grid-template-columns: repeat(3, 1fr); }
}

.lp-purpose__card {
    position: relative;
    padding: 1.5rem 1.35rem;
    border-radius: 1.1rem;
    background:
        linear-gradient(180deg, rgba(247, 250, 248, 0.95), rgba(238, 244, 241, 0.92)),
        radial-gradient(500px 180px at 0% 0%, rgba(20, 184, 166, 0.12), transparent 60%);
    border: 1px solid rgba(11, 31, 42, 0.08);
    box-shadow: 0 14px 36px rgba(11, 31, 42, 0.05);
}

.lp-purpose__card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 1.35rem;
    bottom: 1.35rem;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--cos-gold), var(--cos-jade-bright));
}

[data-bs-theme="dark"] .lp-purpose__card {
    background: rgba(15, 28, 34, 0.7);
    border-color: rgba(94, 234, 212, 0.14);
}

.lp-purpose__card h3 {
    margin: 0 0 0.65rem;
    font-family: var(--cos-font-display);
    font-size: 1.05rem;
    color: var(--cos-ink);
}

.lp-purpose__card p {
    margin: 0;
    color: var(--cos-muted);
    line-height: 1.7;
    font-size: 0.95rem;
}
