@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Sora:wght@400;600;700;800&display=swap');

:root {
    --horus-ink: #172026;
    --horus-green: #0f7a5f;
    --horus-green-dark: #0a4f43;
    --horus-sand: #f4efe5;
    --horus-cream: #fff8ea;
    --horus-gold: #d89424;
    --horus-coral: #e76f51;
    --horus-card: #ffffff;
    --horus-line: #e6dfd1;
}

body {
    background: radial-gradient(circle at top left, rgba(15, 122, 95, .16), transparent 30%), var(--horus-sand);
    color: var(--horus-ink);
}

.horus-navbar {
    border-bottom: 1px solid rgba(32, 215, 255, .18);
    background:
        radial-gradient(circle at 20% 0%, rgba(32, 215, 255, .18), transparent 28%),
        linear-gradient(135deg, #03101f, #0a1f3d);
    box-shadow: 0 10px 30px rgba(6, 20, 38, .18);
}

.horus-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    letter-spacing: .08em;
}

.nav-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: .6rem;
    color: #03101f;
    background: linear-gradient(135deg, #20d7ff, #f7fbff);
    font-weight: 950;
}

.horus-navbar .navbar-text {
    color: rgba(247, 251, 255, .68);
}

.sidebar-panel {
    min-height: calc(100vh - 56px);
    border-right: 1px solid var(--horus-line);
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(8px);
}

.sidebar-link {
    display: block;
    padding: .65rem .75rem;
    margin-bottom: .15rem;
    border-radius: .75rem;
    color: var(--horus-ink);
    text-decoration: none;
    font-weight: 600;
}

.sidebar-link:hover {
    color: var(--horus-green-dark);
    background: rgba(15, 122, 95, .1);
}

.sidebar-note {
    background: rgba(15, 122, 95, .08);
    border: 1px solid rgba(15, 122, 95, .16);
}

.card {
    background: var(--horus-card);
}

.btn-horus {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--horus-green);
    --bs-btn-border-color: var(--horus-green);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--horus-green-dark);
    --bs-btn-hover-border-color: var(--horus-green-dark);
}

.btn-cream {
    --bs-btn-color: var(--horus-green-dark);
    --bs-btn-bg: var(--horus-cream);
    --bs-btn-border-color: rgba(255, 248, 234, .75);
    --bs-btn-hover-color: var(--horus-green-dark);
    --bs-btn-hover-bg: #fff1c7;
    --bs-btn-hover-border-color: #fff1c7;
}

.metric-card {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(23, 32, 38, .08);
}

.table-card {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(23, 32, 38, .06);
}

.badge-soft {
    background: rgba(15, 122, 95, .1);
    color: var(--horus-green-dark);
}

.onboarding-score {
    display: inline-grid;
    place-items: center;
    min-width: 72px;
    height: 44px;
    border-radius: 999px;
    background: rgba(15, 122, 95, .1);
    color: var(--horus-green-dark);
    font-weight: 950;
}

.onboarding-progress {
    height: .65rem;
    border-radius: 999px;
    background: rgba(15, 122, 95, .1);
}

.onboarding-progress .progress-bar {
    background: linear-gradient(90deg, var(--horus-green), var(--horus-gold));
}

.onboarding-step {
    display: grid;
    gap: .25rem;
    height: 100%;
    border: 1px solid rgba(23, 32, 38, .1);
    border-radius: 1rem;
    padding: 1rem;
    color: var(--horus-ink);
    text-decoration: none;
    background: #fff;
}

.onboarding-step:hover {
    color: var(--horus-green-dark);
    border-color: rgba(15, 122, 95, .25);
}

.onboarding-step span {
    width: fit-content;
    border-radius: 999px;
    padding: .2rem .55rem;
    background: rgba(231, 111, 81, .12);
    color: var(--horus-coral);
    font-size: .7rem;
    font-weight: 900;
}

.onboarding-step.is-complete span {
    background: rgba(15, 122, 95, .12);
    color: var(--horus-green-dark);
}

.onboarding-step small {
    color: #6a746f;
}

pre.payload {
    max-height: 260px;
    overflow: auto;
    background: #101820;
    color: #d7f9ee;
    border-radius: .75rem;
    padding: 1rem;
}

.landing-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    background:
        linear-gradient(135deg, rgba(10, 79, 67, .96), rgba(15, 122, 95, .9)),
        radial-gradient(circle at 85% 15%, rgba(216, 148, 36, .75), transparent 28%),
        var(--horus-green-dark);
    color: #fff;
}

.demo-page {
    min-height: calc(100vh - 56px);
    background:
        radial-gradient(circle at 80% 10%, rgba(216, 148, 36, .24), transparent 26%),
        radial-gradient(circle at 10% 80%, rgba(15, 122, 95, .18), transparent 28%),
        var(--horus-sand);
}

.demo-title {
    max-width: 720px;
    color: var(--horus-ink);
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: .9;
    letter-spacing: -.07em;
    font-weight: 950;
}

.demo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.demo-number {
    display: grid;
    width: fit-content;
    gap: .1rem;
    border: 1px solid rgba(15, 122, 95, .16);
    border-radius: 1rem;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .72);
}

.demo-number span {
    color: #6a746f;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.qr-panel {
    max-width: 430px;
    border: 1px solid rgba(23, 32, 38, .08);
    border-radius: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 24px 60px rgba(23, 32, 38, .1);
    text-align: center;
}

.qr-panel img {
    width: min(100%, 320px);
    border-radius: 1.25rem;
}

.qr-panel h2 {
    margin-top: 1.3rem;
    font-weight: 950;
    letter-spacing: -.04em;
}

.qr-placeholder {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: 1.25rem;
    background: #eef0eb;
    color: #7a837e;
    font-weight: 900;
    font-size: 3rem;
}

.landing-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    opacity: .55;
    animation: float-orb 8s ease-in-out infinite;
}

.landing-orb-a {
    width: 360px;
    height: 360px;
    right: -90px;
    top: 90px;
    background: rgba(216, 148, 36, .5);
}

.landing-orb-b {
    width: 260px;
    height: 260px;
    left: -70px;
    bottom: 80px;
    background: rgba(231, 111, 81, .35);
    animation-delay: -3s;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(216, 148, 36, .42);
    border-radius: 999px;
    padding: .45rem .8rem;
    color: #ffe0a3;
    background: rgba(255, 255, 255, .08);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .72rem;
}

.hero-title {
    max-width: 780px;
    font-size: clamp(3rem, 7vw, 6.6rem);
    line-height: .88;
    letter-spacing: -.07em;
    font-weight: 950;
}

.hero-copy {
    max-width: 680px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.hero-proof span {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: .5rem .75rem;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
}

.phone-demo {
    position: relative;
    max-width: 380px;
    border: 10px solid #0c1b17;
    border-radius: 2.3rem;
    padding: 1rem;
    background:
        linear-gradient(180deg, #eef7ed, #d7efdf);
    color: var(--horus-ink);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
    transform: rotate(2deg);
}

.phone-top {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    border-radius: 1.3rem;
    padding: .8rem 1rem;
    background: #0b5948;
    color: #fff;
    font-weight: 800;
}

.status-dot {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #49e58f;
}

.chat-bubble {
    max-width: 82%;
    margin-bottom: .75rem;
    border-radius: 1.1rem;
    padding: .75rem .9rem;
    font-weight: 650;
}

.chat-bubble.incoming {
    background: #fff;
    margin-right: auto;
}

.chat-bubble.outgoing {
    background: #c6f1d6;
    margin-left: auto;
}

.chat-bubble.short {
    max-width: 90px;
}

.chat-card {
    display: grid;
    gap: .2rem;
    margin-top: .75rem;
    border: 1px solid rgba(15, 122, 95, .18);
    border-radius: 1.2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .86);
}

.landing-section {
    padding: 5rem 0;
}

.feature-card,
.timeline-card,
.price-card {
    height: 100%;
    border: 1px solid rgba(23, 32, 38, .08);
    border-radius: 1.7rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 18px 42px rgba(23, 32, 38, .07);
}

.feature-card h3,
.timeline-card h3,
.price-card h3 {
    font-weight: 900;
    letter-spacing: -.03em;
}

.feature-card p,
.timeline-card p,
.price-card p {
    color: #5d6865;
}

.feature-num {
    margin-bottom: 1.5rem;
    color: var(--horus-gold);
    font-size: 2rem;
    font-weight: 950;
}

.contrast-section {
    background: #10231e;
    color: #fff;
}

.section-heading {
    max-width: 820px;
}

.section-heading h2 {
    margin-top: 1rem;
    font-weight: 950;
    letter-spacing: -.055em;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.comparison-table {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .06);
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr 1.4fr;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.comparison-row:first-child {
    border-top: 0;
}

.comparison-head {
    color: #ffe0a3;
    font-weight: 900;
    background: rgba(255, 255, 255, .08);
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.timeline-card span {
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    color: #fff;
    background: var(--horus-green);
    font-weight: 900;
}

.pricing-section {
    background:
        radial-gradient(circle at 20% 10%, rgba(216, 148, 36, .18), transparent 25%),
        #fffaf0;
}

.price-card {
    position: relative;
}

.price-card.featured {
    transform: translateY(-12px);
    border-color: rgba(15, 122, 95, .32);
    box-shadow: 0 28px 60px rgba(15, 122, 95, .16);
}

.plan-badge {
    position: absolute;
    right: 1.3rem;
    top: 1.3rem;
    border-radius: 999px;
    padding: .35rem .7rem;
    background: rgba(15, 122, 95, .12);
    color: var(--horus-green-dark);
    font-size: .75rem;
    font-weight: 900;
}

.price {
    margin: 1rem 0;
    color: var(--horus-green-dark);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.06em;
}

.price span {
    color: #69736f;
    font-size: 1rem;
    letter-spacing: 0;
}

.price-card ul {
    display: grid;
    gap: .55rem;
    padding-left: 1.2rem;
}

.final-cta {
    background: var(--horus-sand);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: linear-gradient(135deg, var(--horus-green-dark), var(--horus-green));
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 122, 95, .2);
}

.cta-panel h2 {
    max-width: 780px;
    font-weight: 950;
    letter-spacing: -.055em;
}

.cta-panel p {
    max-width: 680px;
    color: rgba(255, 255, 255, .78);
}

@keyframes float-orb {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(18px, -18px, 0); }
}

@media (max-width: 991px) {
    .landing-hero {
        min-height: auto;
    }

    .timeline-grid,
    .comparison-row {
        grid-template-columns: 1fr;
    }

    .price-card.featured {
        transform: none;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

:root {
    --horus-navy: #020817;
    --horus-navy-2: #081a3a;
    --horus-electric: #00e5ff;
    --horus-electric-2: #2563ff;
    --horus-cyan-hot: #67f8ff;
    --horus-blue-hot: #006bff;
    --horus-white: #f8fdff;
    --horus-muted-blue: #c1d8ff;
    --horus-ice: #e8f9ff;
}

.landing-v2,
.product-strip,
.landing-v2-section,
.workflow-section,
.pricing-v2-section,
.final-v2 {
    font-family: 'Sora', sans-serif;
}

.landing-v2 {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    padding: 5.5rem 0 4rem;
    color: var(--horus-white);
    background:
        radial-gradient(circle at 75% 18%, rgba(0, 229, 255, .58), transparent 23%),
        radial-gradient(circle at 18% 18%, rgba(37, 99, 255, .46), transparent 32%),
        radial-gradient(circle at 46% 78%, rgba(0, 107, 255, .34), transparent 30%),
        linear-gradient(135deg, #010512 0%, var(--horus-navy) 42%, #063a89 100%);
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(0, 229, 255, .13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 229, 255, .09) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.hero-grid {
    position: absolute;
    right: -18%;
    top: 10%;
    width: 760px;
    height: 760px;
    border-radius: 999px;
    background:
        repeating-conic-gradient(from 0deg, rgba(0, 229, 255, .24) 0 8deg, transparent 8deg 18deg);
    filter: blur(.2px);
    opacity: .85;
    animation: hero-spin 28s linear infinite;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy-block h1,
.section-title-row h2,
.workflow-copy h2,
.pricing-heading h2,
.final-v2-card h2 {
    font-family: 'Space Grotesk', sans-serif;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    width: fit-content;
    border: 1px solid rgba(0, 229, 255, .62);
    border-radius: 999px;
    padding: .45rem .85rem .45rem .45rem;
    background: linear-gradient(135deg, rgba(0, 229, 255, .22), rgba(37, 99, 255, .12));
    color: #ffffff;
    box-shadow: 0 0 44px rgba(0, 229, 255, .36);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: var(--horus-navy);
    background: linear-gradient(135deg, #00e5ff, #ffffff 54%, #7dfbff);
    box-shadow: 0 0 24px rgba(0, 229, 255, .7);
    font-weight: 950;
}

.hero-copy-block h1 {
    max-width: 820px;
    margin-top: 1.5rem;
    font-size: clamp(3.4rem, 7.5vw, 7.6rem);
    line-height: .84;
    letter-spacing: -.08em;
    font-weight: 800;
    text-shadow: 0 0 46px rgba(0, 229, 255, .18);
}

.electric-word {
    display: inline;
    color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, #7dfbff 34%, #00e5ff 62%, #4e8cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 22px rgba(0, 229, 255, .38));
}

.hero-copy-block p {
    max-width: 680px;
    margin-top: 1.4rem;
    color: #d8e8ff;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.btn-electric {
    --bs-btn-color: #03101f;
    --bs-btn-bg: linear-gradient(135deg, #00e5ff, #7dfbff);
    --bs-btn-border-color: #00e5ff;
    --bs-btn-hover-color: #03101f;
    --bs-btn-hover-bg: #73eaff;
    --bs-btn-hover-border-color: #73eaff;
    background: linear-gradient(135deg, #00e5ff, #7dfbff) !important;
    box-shadow:
        0 20px 56px rgba(0, 229, 255, .46),
        0 0 0 1px rgba(255, 255, 255, .28) inset;
    font-weight: 900;
}

.btn-glass {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(0, 229, 255, .08);
    --bs-btn-border-color: rgba(0, 229, 255, .42);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(0, 229, 255, .18);
    --bs-btn-hover-border-color: rgba(0, 229, 255, .72);
    backdrop-filter: blur(12px);
    font-weight: 800;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    max-width: 620px;
    margin-top: 2.4rem;
}

.hero-metrics div {
    border: 1px solid rgba(0, 229, 255, .28);
    border-radius: 1.2rem;
    padding: 1rem;
    background:
        linear-gradient(180deg, rgba(0, 229, 255, .14), rgba(255, 255, 255, .04));
    box-shadow: 0 0 34px rgba(0, 229, 255, .08);
}

.hero-metrics strong {
    display: block;
    color: #fff;
    text-shadow: 0 0 24px rgba(0, 229, 255, .45);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.hero-metrics span {
    display: block;
    margin-top: .35rem;
    color: var(--horus-muted-blue);
    font-size: .82rem;
    font-weight: 700;
}

.hero-product {
    position: relative;
    min-height: 650px;
}

.phone-v2 {
    position: relative;
    z-index: 2;
    max-width: 420px;
    margin: 0 auto;
    border: 1px solid rgba(0, 229, 255, .42);
    border-radius: 2.6rem;
    padding: .85rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .06)),
        rgba(3, 16, 31, .82);
    box-shadow:
        0 34px 95px rgba(0, 0, 0, .45),
        0 0 125px rgba(0, 229, 255, .38),
        0 0 0 1px rgba(255, 255, 255, .12) inset;
    backdrop-filter: blur(18px);
    transform: rotate(2deg);
}

.phone-v2-top {
    display: flex;
    align-items: center;
    gap: .65rem;
    border-radius: 1.8rem;
    padding: .95rem 1.1rem;
    color: #fff;
    background:
        linear-gradient(135deg, #041426, #005ad6);
    box-shadow: 0 12px 28px rgba(0, 107, 255, .24);
    font-weight: 900;
}

.live-dot {
    width: .82rem;
    height: .82rem;
    border-radius: 50%;
    background: #47ff9b;
    box-shadow: 0 0 16px rgba(71, 255, 155, .8);
}

.chat-thread {
    display: grid;
    gap: .8rem;
    min-height: 560px;
    margin-top: .85rem;
    border-radius: 2rem;
    padding: 1rem;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 229, 255, .28), transparent 26%),
        linear-gradient(180deg, #f7fdff, #dff7ff);
}

.msg {
    max-width: 84%;
    border-radius: 1.15rem;
    padding: .85rem 1rem;
    color: #0d1b2d;
    font-size: .94rem;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(6, 20, 38, .08);
}

.msg.client {
    justify-self: start;
    background: #fff;
}

.msg.bot {
    justify-self: end;
    color: #062033;
    background: linear-gradient(135deg, #9ff5ff, #e6fbff);
    border: 1px solid rgba(0, 229, 255, .36);
}

.msg.mini {
    max-width: 76px;
}

.booking-ticket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(48, 119, 255, .2);
    border-radius: 1.35rem;
    padding: 1rem;
    color: #071b33;
    background: rgba(255, 255, 255, .86);
}

.booking-ticket span,
.orbit-card span {
    display: block;
    color: #54708f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-ticket strong,
.orbit-card strong {
    display: block;
    margin-top: .25rem;
}

.booking-ticket b {
    border-radius: 999px;
    padding: .45rem .7rem;
    color: #041426;
    background: linear-gradient(135deg, #00e5ff, #7dfbff);
    box-shadow: 0 0 22px rgba(0, 229, 255, .55);
}

.orbit-card {
    position: absolute;
    z-index: 3;
    width: 230px;
    border: 1px solid rgba(0, 229, 255, .42);
    border-radius: 1.25rem;
    padding: 1rem;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 229, 255, .22), rgba(255, 255, 255, .08));
    backdrop-filter: blur(18px);
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .28),
        0 0 44px rgba(0, 229, 255, .22);
}

.orbit-card small {
    display: block;
    margin-top: .3rem;
    color: var(--horus-muted-blue);
    font-weight: 700;
}

.orbit-card-a {
    right: 0;
    top: 78px;
    animation: float-card 6s ease-in-out infinite;
}

.orbit-card-b {
    left: 0;
    bottom: 110px;
    animation: float-card 6s ease-in-out infinite -2s;
}

.product-strip,
.landing-v2-section {
    background: #f6fbff;
}

.strip-card {
    display: grid;
    grid-template-columns: .7fr 1fr;
    align-items: center;
    gap: 1.5rem;
    margin-top: -3.5rem;
    border: 1px solid rgba(0, 229, 255, .24);
    border-radius: 1.8rem;
    padding: 1.5rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 229, 255, .18), transparent 28%),
        #fff;
    box-shadow:
        0 24px 70px rgba(6, 20, 38, .1),
        0 0 42px rgba(0, 229, 255, .08);
}

.section-kicker {
    display: inline-flex;
    width: fit-content;
    color: var(--horus-electric-2);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.section-kicker.light {
    color: var(--horus-electric);
}

.strip-card h2 {
    margin: .35rem 0 0;
    color: var(--horus-navy);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    letter-spacing: -.04em;
}

.strip-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .7rem;
}

.strip-items span {
    border-radius: 999px;
    padding: .65rem .9rem;
    color: var(--horus-navy);
    background: linear-gradient(135deg, #e8f9ff, #d6f5ff);
    border: 1px solid rgba(0, 229, 255, .22);
    font-weight: 900;
}

.landing-v2-section,
.workflow-section,
.pricing-v2-section,
.final-v2 {
    padding: 6rem 0;
}

.section-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.section-title-row h2,
.workflow-copy h2,
.pricing-heading h2,
.final-v2-card h2 {
    margin-top: .55rem;
    color: var(--horus-navy);
    font-size: clamp(2.3rem, 4.8vw, 4.8rem);
    line-height: .92;
    letter-spacing: -.065em;
    font-weight: 800;
}

.section-title-row p {
    color: #536984;
    font-size: 1.05rem;
    line-height: 1.7;
}

.capability-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(2, minmax(0, .9fr));
    gap: 1rem;
}

.capability-card {
    min-height: 260px;
    border: 1px solid rgba(0, 107, 255, .12);
    border-radius: 1.5rem;
    padding: 1.4rem;
    color: var(--horus-navy);
    background:
        linear-gradient(180deg, #fff, #f3faff);
    box-shadow: 0 16px 48px rgba(6, 20, 38, .07);
}

.main-capability {
    grid-row: span 2;
    min-height: 536px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(0, 229, 255, .5), transparent 26%),
        radial-gradient(circle at 18% 86%, rgba(37, 99, 255, .42), transparent 30%),
        linear-gradient(145deg, var(--horus-navy), #0050bc);
    box-shadow:
        0 24px 72px rgba(0, 107, 255, .22),
        0 0 0 1px rgba(0, 229, 255, .14) inset;
}

.cap-icon {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.3rem;
    border-radius: 1rem;
    color: var(--horus-navy);
    background: linear-gradient(135deg, #00e5ff, #7dfbff);
    box-shadow: 0 0 24px rgba(0, 229, 255, .35);
    font-weight: 950;
}

.capability-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.55rem;
    letter-spacing: -.04em;
    font-weight: 800;
}

.capability-card p {
    color: #5f748f;
    line-height: 1.65;
}

.main-capability p {
    color: var(--horus-muted-blue);
}

.mini-terminal {
    margin-top: 2.2rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.4rem;
    padding: 1.1rem;
    background: rgba(255, 255, 255, .08);
}

.mini-terminal span {
    color: var(--horus-electric);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.mini-terminal strong {
    display: block;
    margin: .6rem 0;
    font-size: 1.2rem;
}

.mini-terminal small {
    color: var(--horus-muted-blue);
}

.workflow-section {
    color: #fff;
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 229, 255, .22), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(37, 99, 255, .26), transparent 28%),
        var(--horus-navy);
}

.workflow-panel {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 2rem;
    border: 1px solid rgba(0, 229, 255, .24);
    border-radius: 2rem;
    padding: clamp(1.4rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(32, 215, 255, .18), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
}

.workflow-copy h2,
.final-v2-card h2 {
    color: #fff;
}

.workflow-copy p,
.final-v2-card p {
    max-width: 620px;
    color: var(--horus-muted-blue);
    line-height: 1.7;
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.workflow-steps div {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.3rem;
    padding: 1.1rem;
    background: rgba(255, 255, 255, .06);
}

.workflow-steps span {
    display: inline-grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: .9rem;
    border-radius: 50%;
    color: var(--horus-navy);
    background: var(--horus-electric);
    font-weight: 950;
}

.workflow-steps strong,
.workflow-steps small {
    display: block;
}

.workflow-steps small {
    margin-top: .25rem;
    color: var(--horus-muted-blue);
}

.comparison-v2 {
    overflow: hidden;
    border: 1px solid rgba(6, 20, 38, .08);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 18px 54px rgba(6, 20, 38, .07);
}

.comparison-v2 > div {
    display: grid;
    grid-template-columns: .8fr 1.1fr 1.1fr;
    gap: 1rem;
    padding: 1.2rem;
    border-top: 1px solid rgba(6, 20, 38, .08);
}

.comparison-v2 > div:first-child {
    border-top: 0;
}

.comparison-v2-head {
    color: #fff;
    background: linear-gradient(135deg, var(--horus-navy), #0050bc);
    font-weight: 900;
}

.comparison-v2 span:first-child {
    font-weight: 900;
}

.pricing-v2-section {
    background:
        radial-gradient(circle at 15% 15%, rgba(32, 215, 255, .16), transparent 30%),
        #eef7ff;
}

.pricing-heading {
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
}

.pricing-v2-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.plan-v2 {
    position: relative;
    border: 1px solid rgba(6, 20, 38, .08);
    border-radius: 1.6rem;
    padding: 1.6rem;
    background: #fff;
    box-shadow: 0 18px 54px rgba(6, 20, 38, .08);
}

.featured-plan-v2 {
    color: #fff;
    background:
        radial-gradient(circle at 80% 0%, rgba(0, 229, 255, .5), transparent 28%),
        linear-gradient(145deg, var(--horus-navy), #0050bc);
    box-shadow:
        0 28px 80px rgba(0, 107, 255, .24),
        0 0 0 1px rgba(0, 229, 255, .2) inset;
    transform: translateY(-14px);
}

.plan-v2 > span {
    color: var(--horus-electric-2);
    font-weight: 950;
    text-transform: uppercase;
}

.featured-plan-v2 > span {
    color: var(--horus-electric);
}

.plan-v2 h3 {
    margin: .7rem 0;
    color: var(--horus-navy);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 4rem;
    line-height: .9;
    letter-spacing: -.07em;
    font-weight: 800;
}

.featured-plan-v2 h3 {
    color: #fff;
}

.plan-v2 h3 small {
    color: #6a7f99;
    font-size: 1rem;
    letter-spacing: 0;
}

.plan-v2 p,
.plan-v2 li {
    color: #5e728b;
}

.featured-plan-v2 p,
.featured-plan-v2 li,
.featured-plan-v2 h3 small {
    color: var(--horus-muted-blue);
}

.plan-v2 ul {
    display: grid;
    gap: .55rem;
    padding-left: 1.2rem;
}

.plan-ribbon {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    border-radius: 999px;
    padding: .35rem .65rem;
    color: var(--horus-navy);
    background: var(--horus-electric);
    font-size: .72rem;
    font-weight: 950;
}

.final-v2 {
    color: #fff;
    background: #f6fbff;
}

.final-v2-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 82% 20%, rgba(0, 229, 255, .5), transparent 26%),
        radial-gradient(circle at 10% 90%, rgba(37, 99, 255, .32), transparent 30%),
        linear-gradient(135deg, var(--horus-navy), #0050bc);
    box-shadow:
        0 28px 80px rgba(6, 20, 38, .18),
        0 0 56px rgba(0, 229, 255, .14);
}

@keyframes hero-spin {
    to { transform: rotate(360deg); }
}

@keyframes float-card {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -14px, 0); }
}

@media (max-width: 1199px) {
    .hero-shell,
    .workflow-panel {
        grid-template-columns: 1fr;
    }

    .hero-product {
        min-height: 620px;
    }

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

@media (max-width: 767px) {
    .landing-v2 {
        min-height: auto;
        padding-top: 3rem;
    }

    .hero-copy-block h1 {
        font-size: clamp(3rem, 17vw, 4.6rem);
    }

    .hero-metrics,
    .strip-card,
    .section-title-row,
    .capability-grid,
    .workflow-steps,
    .comparison-v2 > div,
    .pricing-v2-grid {
        grid-template-columns: 1fr;
    }

    .strip-card {
        margin-top: -1rem;
    }

    .strip-items {
        justify-content: flex-start;
    }

    .hero-product {
        min-height: auto;
    }

    .phone-v2 {
        transform: none;
    }

    .orbit-card {
        position: static;
        width: auto;
        margin: 1rem 0;
    }

    .main-capability {
        min-height: auto;
    }

    .featured-plan-v2 {
        transform: none;
    }

    .final-v2-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Landing v3: estilo corporativo HORUS + SaaS médico, más claro y vendible. */
.landing-v2 {
    min-height: 760px;
    padding: 5rem 0 2.5rem;
    background:
        radial-gradient(circle at 72% 18%, rgba(29, 89, 217, .5), transparent 24%),
        radial-gradient(circle at 22% 16%, rgba(103, 232, 249, .24), transparent 30%),
        linear-gradient(135deg, #050816 0%, #07142a 48%, #0d2f72 100%);
}

.hero-shell {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
}

.hero-copy-block h1 {
    max-width: 760px;
    font-size: clamp(3.2rem, 6.5vw, 6.8rem);
}

.hero-copy-block p {
    color: #d6e4ff;
}

.audience-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.25rem;
}

.audience-pills span {
    border: 1px solid rgba(103, 232, 249, .28);
    border-radius: 999px;
    padding: .45rem .7rem;
    color: #dffbff;
    background: rgba(255, 255, 255, .07);
    font-size: .8rem;
    font-weight: 800;
}

.hero-product {
    min-height: 620px;
}

.solution-console {
    position: relative;
    z-index: 3;
    border: 1px solid rgba(103, 232, 249, .28);
    border-radius: 2rem;
    padding: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055)),
        rgba(5, 8, 22, .86);
    box-shadow:
        0 34px 100px rgba(0, 0, 0, .34),
        0 0 70px rgba(29, 89, 217, .22);
    backdrop-filter: blur(20px);
}

.console-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 1.35rem;
    padding: .9rem 1rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.console-topbar div {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 900;
}

.console-topbar strong {
    border-radius: 999px;
    padding: .35rem .65rem;
    color: #02111f;
    background: #67e8f9;
    font-size: .72rem;
}

.console-dot {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    background: #1dff9b;
    box-shadow: 0 0 14px rgba(29, 255, 155, .8);
}

.console-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: .85rem;
    margin-top: .85rem;
}

.console-panel {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1.3rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .08);
}

.console-label {
    display: block;
    margin-bottom: .8rem;
    color: #67e8f9;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.calendar-panel {
    min-height: 270px;
}

.calendar-row {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: .75rem;
    margin-bottom: .65rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1rem;
    padding: .75rem;
    color: #e9f4ff;
    background: rgba(255, 255, 255, .055);
}

.calendar-row.active {
    border-color: rgba(103, 232, 249, .44);
    background: rgba(103, 232, 249, .12);
}

.calendar-row b {
    color: #fff;
}

.calendar-row span {
    font-weight: 800;
}

.calendar-row em {
    border-radius: 999px;
    padding: .25rem .5rem;
    color: #061426;
    background: #d9f9ff;
    font-size: .68rem;
    font-style: normal;
    font-weight: 900;
}

.whatsapp-panel {
    display: grid;
    align-content: start;
    min-height: 270px;
}

.wa-bubble {
    width: fit-content;
    max-width: 92%;
    margin-bottom: .65rem;
    border-radius: 1rem;
    padding: .7rem .85rem;
    color: #07142a;
    background: #fff;
    font-size: .86rem;
    font-weight: 800;
}

.wa-bubble.bot {
    justify-self: end;
    color: #03101f;
    background: linear-gradient(135deg, #67e8f9, #effcff);
}

.wa-bubble.short {
    max-width: 64px;
}

.stat-panel {
    min-height: 150px;
}

.stat-panel strong {
    display: block;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.2rem;
    line-height: .9;
}

.stat-panel small {
    display: block;
    margin-top: .55rem;
    color: #c1d8ff;
    font-weight: 700;
}

.electric-stat {
    background:
        radial-gradient(circle at 80% 10%, rgba(103, 232, 249, .2), transparent 34%),
        rgba(29, 89, 217, .2);
}

.console-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    margin-top: .85rem;
}

.console-footer div {
    border: 1px solid rgba(103, 232, 249, .2);
    border-radius: 1.1rem;
    padding: .85rem;
    background: rgba(255, 255, 255, .06);
}

.console-footer span,
.floating-proof span,
.trusted-line span {
    display: block;
    color: #9ec9ff;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.console-footer strong,
.floating-proof strong {
    display: block;
    margin-top: .25rem;
    color: #fff;
}

.floating-proof {
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(103, 232, 249, .32);
    border-radius: 1.2rem;
    padding: .9rem 1rem;
    background: rgba(5, 8, 22, .72);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
}

.proof-one {
    top: 72px;
    right: -12px;
}

.proof-two {
    left: -8px;
    bottom: 96px;
}

.trusted-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 1.25rem;
}

.trusted-line div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
}

.trusted-line strong {
    border-radius: 999px;
    padding: .42rem .7rem;
    color: #eafcff;
    background: rgba(255, 255, 255, .08);
    font-size: .8rem;
}

.problem-solution {
    padding: 4.5rem 0;
    background: #f6fbff;
}

.problem-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 2rem;
    border: 1px solid rgba(29, 89, 217, .12);
    border-radius: 2rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(29, 89, 217, .12), transparent 26%),
        #fff;
    box-shadow: 0 24px 70px rgba(13, 79, 184, .08);
}

.problem-card h2 {
    margin-top: .5rem;
    color: #050816;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: .95;
    letter-spacing: -.055em;
    font-weight: 800;
}

.pain-grid {
    display: grid;
    gap: .85rem;
}

.pain-grid div {
    border: 1px solid rgba(10, 10, 10, .08);
    border-radius: 1.2rem;
    padding: 1rem;
    background: #f8fbff;
}

.pain-grid strong,
.pain-grid span {
    display: block;
}

.pain-grid strong {
    color: #061426;
}

.pain-grid span {
    margin-top: .3rem;
    color: #5b6472;
}

@media (max-width: 1199px) {
    .hero-shell,
    .problem-card {
        grid-template-columns: 1fr;
    }

    .hero-product {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .console-grid,
    .console-footer,
    .trusted-line {
        grid-template-columns: 1fr;
    }

    .trusted-line {
        display: grid;
    }

    .trusted-line div {
        justify-content: flex-start;
    }

    .calendar-row {
        grid-template-columns: 1fr;
    }

    .floating-proof {
        position: static;
        margin-top: .8rem;
    }
}
