.features-page {
    background: var(--gradient-page);
}

.features-root {
    flex: 1;
}

/* BUTTONS */
.features-btn {
    min-height: 50px;
    padding: 0 23px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 900;
    transition: all 0.2s ease;
    white-space: nowrap;
}

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

.features-btn-primary {
    color: #fff;
    background: var(--gradient-cta);
    box-shadow: var(--shadow-accent);
}

.features-btn-secondary {
    color: var(--page-text);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--page-border);
    box-shadow: var(--shadow-xs);
}

/* HERO */
.features-hero {
    padding: 28px 0 18px;
}

.features-hero-card {
    min-height: 620px;
    padding: 54px 58px;
    border-radius: 44px;
  
   
    box-shadow: none;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 36px;
    align-items: center;
    overflow: hidden;
}

.features-hero-copy h1 {
    margin-top: 18px;
    max-width: 620px;
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 3.3vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
    color: #111827;
}

.features-hero-copy h1 span {
    color: var(--accent);
}

.features-hero-copy p {
    margin-top: 18px;
    max-width: 590px;
    font-size: 15px;
    line-height: 1.72;
    color: #526173;
}

.features-actions {
    margin-top: 28px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.features-proof {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.features-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.features-proof i {
    color: var(--success);
}

/* ORBIT MAP */
.feature-orbit-wrap {
    position: relative;
    width: min(720px, 100%);
    height: 560px;
    margin-left: auto;
}

.orbit-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.orbit-ring-one {
    width: 430px;
    height: 430px;
    border: 42px solid rgba(31, 111, 235, 0.14);
    border-top-color: rgba(31, 111, 235, 0.28);
    border-right-color: rgba(242, 122, 33, 0.26);
    border-bottom-color: rgba(22, 163, 74, 0.20);
    border-left-color: rgba(236, 72, 153, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}

.orbit-ring-two {
    width: 310px;
    height: 310px;
    border: 2px solid rgba(31, 111, 235, 0.18);
}

.orbit-ring-three {
    width: 485px;
    height: 485px;
    border: 2px dashed rgba(148, 163, 184, 0.34);
}

.orbit-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--page-border);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}

.orbit-logo {
    width: 58px;
    height: 38px;
    background: var(--gradient-brand);
    border-radius: 14px;
    margin-bottom: 12px;
}

.orbit-center strong {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #111827;
}

.orbit-center small {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
}

.orbit-center p {
    margin-top: 8px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 800;
}

.orbit-card {
    position: absolute;
    z-index: 4;
    width: 190px;
    min-height: 128px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--page-border);
    box-shadow: var(--shadow-sm);
    text-align: center;
    backdrop-filter: blur(14px);
    transition: all 0.22s ease;
}

.orbit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.orbit-card h3 {
    margin-top: 12px;
    font-family: var(--font-display);
    color: #111827;
    font-size: 16px;
    letter-spacing: -0.04em;
}

.orbit-card p {
    margin-top: 7px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 700;
}

.orbit-icon {
    width: 54px;
    height: 54px;
    margin: -42px auto 0;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    box-shadow: var(--shadow-sm);
}

.orbit-icon.blue { background: linear-gradient(135deg, #1F6FEB, #72A7FF); }
.orbit-icon.orange { background: linear-gradient(135deg, #F27A21, #FFB167); }
.orbit-icon.green { background: linear-gradient(135deg, #16A34A, #64D98B); }
.orbit-icon.purple { background: linear-gradient(135deg, #7C3AED, #B794F6); }
.orbit-icon.teal { background: linear-gradient(135deg, #0EA5A4, #5EEAD4); }
.orbit-icon.pink { background: linear-gradient(135deg, #EC4899, #FB7185); }

.orbit-billing {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-inventory {
    top: 130px;
    right: 0;
}

.orbit-purchase {
    right: 22px;
    bottom: 62px;
}

.orbit-whatsapp {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.orbit-staff {
    left: 22px;
    bottom: 62px;
}

.orbit-insights {
    top: 130px;
    left: 0;
}

.orbit-billing:hover,
.orbit-whatsapp:hover {
    transform: translateX(-50%) translateY(-5px);
}

/* FLOW */
.features-flow-section,
.features-section {
    padding: 76px 0 0;
}

.features-page .section-heading h2 {
    font-size: clamp(1.85rem, 2.6vw, 2.75rem);
    line-height: 1.14;
    letter-spacing: -0.045em;
}

.flow-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.flow-card {
    min-height: 190px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid var(--page-border);
    background: rgba(255,255,255,0.82);
    box-shadow: var(--shadow-sm);
    transition: all 0.22s ease;
}

.flow-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.flow-card.active {
    border-color: rgba(242, 122, 33, 0.42);
    box-shadow: var(--shadow-accent);
}

.flow-card span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
}

.flow-card i {
    width: 46px;
    height: 46px;
    margin-top: 14px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-soft);
}

.flow-card h3 {
    margin-top: 18px;
    font-family: var(--font-display);
    color: var(--page-text);
    font-size: 17px;
}

.flow-card p {
    margin-top: 8px;
    color: var(--page-text-soft);
    font-size: 13px;
    line-height: 1.6;
}

.flow-arrow {
    color: var(--page-muted);
    font-size: 20px;
}

/* MODULES */
.module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.module-card,
.highlight-grid article {
    border-radius: 32px;
    border: 1px solid var(--page-border);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
    transition: all 0.22s ease;
}

.module-card {
    padding: 28px;
}

.module-card:hover,
.highlight-grid article:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.module-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.module-head i,
.highlight-grid i {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 20px;
}

.module-head span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
}

.module-head h3,
.highlight-grid h3 {
    margin-top: 7px;
    font-family: var(--font-display);
    color: var(--page-text);
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.module-card p,
.highlight-grid p {
    margin-top: 16px;
    color: var(--page-text-soft);
    line-height: 1.65;
    font-size: 14px;
}

.module-tags {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.module-tags span {
    padding: 9px 12px;
    border-radius: var(--radius-full);
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid var(--page-border);
    color: var(--page-text-soft);
    font-size: 12px;
    font-weight: 800;
}

/* DAILY ADVANTAGE */
.feature-strip {
    padding: 52px;
    border-radius: 42px;
    border: 1px solid var(--page-border);
    background:
        radial-gradient(circle at 14% 20%, rgba(242, 122, 33, 0.14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(31, 111, 235, 0.12), transparent 28%),
        linear-gradient(135deg, #fff7ec, #ffffff 55%, #f8fbff);
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
    align-items: center;
}

.feature-strip h2 {
    margin-top: 14px;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 2.6vw, 2.75rem);
    line-height: 1.14;
    letter-spacing: -0.045em;
    color: var(--page-text);
}

.feature-strip p {
    margin-top: 14px;
    color: var(--page-text-soft);
    line-height: 1.7;
    font-size: 15px;
}

.strip-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.strip-list div {
    min-height: 70px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--page-border);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-xs);
}

.strip-list i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--gradient-brand);
}

.strip-list span {
    color: var(--page-text);
    font-size: 13px;
    font-weight: 900;
}

/* HIGHLIGHTS */
.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.highlight-grid article {
    padding: 28px;
}

/* FINAL CTA */
.features-final-cta {
    padding: 76px 0 64px;
}

.features-final-card {
    padding: 58px 34px;
    border-radius: 42px;
    text-align: center;
    border: 1px solid var(--page-border);
    background:
        radial-gradient(circle at 16% 20%, rgba(242, 122, 33, 0.16), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(31, 111, 235, 0.14), transparent 30%),
        linear-gradient(135deg, #fff7ec, #f8fbff);
    box-shadow: var(--shadow-lg);
}

.features-final-card h2 {
    margin-top: 14px;
    font-family: var(--font-display);
    font-size: clamp(1.95rem, 3vw, 3rem);
    line-height: 1.12;
    color: #111827;
    letter-spacing: -0.05em;
}

.features-final-card p {
    max-width: 680px;
    margin: 16px auto 26px;
    color: #526173;
    line-height: 1.7;
}

.features-final-card div {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* DARK MODE */
:root[data-theme="dark"] .features-hero-card,
:root[data-theme="dark"] .feature-strip,
:root[data-theme="dark"] .features-final-card {
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 122, 33, 0.14), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(31, 111, 235, 0.16), transparent 30%),
        linear-gradient(135deg, #111827, #0f172a 58%, #111827);
}

:root[data-theme="dark"] .features-hero-copy h1,
:root[data-theme="dark"] .orbit-center strong,
:root[data-theme="dark"] .orbit-card h3,
:root[data-theme="dark"] .features-final-card h2 {
    color: #f8fafc;
}

:root[data-theme="dark"] .features-hero-copy p,
:root[data-theme="dark"] .features-proof span,
:root[data-theme="dark"] .orbit-center small,
:root[data-theme="dark"] .orbit-center p,
:root[data-theme="dark"] .orbit-card p,
:root[data-theme="dark"] .features-final-card p {
    color: #cbd5e1;
}

:root[data-theme="dark"] .features-btn-secondary,
:root[data-theme="dark"] .orbit-center,
:root[data-theme="dark"] .orbit-card,
:root[data-theme="dark"] .flow-card,
:root[data-theme="dark"] .module-card,
:root[data-theme="dark"] .highlight-grid article,
:root[data-theme="dark"] .module-tags span,
:root[data-theme="dark"] .strip-list div {
    background: rgba(17, 24, 39, 0.84);
    border-color: var(--page-border);
}

:root[data-theme="dark"] .features-btn-secondary {
    color: #f8fafc;
}

/* RESPONSIVE */
@media (max-width: 1220px) {
    .features-hero-card {
        grid-template-columns: 1fr;
    }

    .feature-orbit-wrap {
        margin: 0 auto;
    }

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

    .flow-arrow {
        display: none;
    }

    .module-grid,
    .highlight-grid,
    .feature-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .features-hero-card,
    .feature-strip {
        padding: 36px 24px;
        border-radius: 34px;
    }

    .feature-orbit-wrap {
        height: auto;
        display: grid;
        gap: 14px;
    }

    .orbit-ring {
        display: none;
    }

    .orbit-center,
    .orbit-card,
    .orbit-billing,
    .orbit-inventory,
    .orbit-purchase,
    .orbit-whatsapp,
    .orbit-staff,
    .orbit-insights {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .orbit-center {
        border-radius: 30px;
    }

    .orbit-icon {
        margin: 0 auto;
    }

    .strip-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .features-hero {
        padding-top: 22px;
    }

    .features-hero-card {
        padding: 30px 18px;
        border-radius: 28px;
    }

    .features-hero-copy h1 {
        font-size: 2rem;
        letter-spacing: -0.045em;
    }

    .features-page .section-heading h2,
    .feature-strip h2,
    .features-final-card h2 {
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .features-actions,
    .features-final-card div {
        flex-direction: column;
        align-items: stretch;
    }

    .features-btn {
        width: 100%;
    }

    .features-section,
    .features-flow-section {
        padding-top: 54px;
    }

    .module-card,
    .highlight-grid article,
    .flow-card {
        padding: 24px;
        border-radius: 26px;
    }

    .module-head {
        flex-direction: column;
    }

    .features-final-card {
        padding: 40px 20px;
        border-radius: 30px;
    }
}