    /* =========================================================
   SOLUMO APP PAGE — CSS CORRETO PARA O HTML ACTUAL
   Usa o hero .solumo-app-hero e mantém paleta SoluMo
========================================================= */

    .solumo-product-page {
        --solumo-bg: #faf4ed;
        --solumo-soft: #fff7ed;
        --solumo-primary: #e87722;
        --solumo-secondary: #fbb040;
        --solumo-dark: #2b2118;
        --solumo-muted: #7b6a58;
        --solumo-border: #f1dfc7;

        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        background: var(--solumo-bg);
        color: var(--solumo-dark);
    }

    .solumo-product-page * {
        box-sizing: border-box;
    }

    .solumo-product-page img,
    .solumo-product-page svg {
        max-width: 100%;
    }

    .solumo-product-page .main-container {
        width: min(1290px, calc(100% - 32px));
        max-width: 100%;
        margin-inline: auto;
    }

    .solumo-product-page .grid>*,
    .solumo-app-hero-grid>* {
        min-width: 0;
    }

    /* =========================
   HERO SOLUMO
========================= */

    .solumo-app-hero {
        position: relative;
        margin: 8px;
        min-height: 920px;
        padding: 180px 0 90px;
        overflow: hidden;
        border-radius: 56px;
        background:
            radial-gradient(circle at 15% 20%, rgba(251, 176, 64, 0.28), transparent 28%),
            radial-gradient(circle at 82% 12%, rgba(232, 119, 34, 0.38), transparent 30%),
            linear-gradient(135deg, #1c120b 0%, #2b2118 42%, #e87722 100%);
    }

    .solumo-app-bg-glow {
        position: absolute;
        pointer-events: none;
        border-radius: 999px;
        filter: blur(10px);
    }

    .solumo-app-bg-glow-one {
        width: 420px;
        height: 420px;
        left: -140px;
        bottom: 80px;
        background: rgba(251, 176, 64, 0.22);
    }

    .solumo-app-bg-glow-two {
        width: 520px;
        height: 520px;
        right: -180px;
        top: 120px;
        background: rgba(255, 255, 255, 0.13);
    }

    .solumo-app-hero-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
        gap: 70px;
        align-items: center;
    }

    .solumo-app-hero-content {
        color: #ffffff;
    }

    .solumo-app-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        max-width: 100%;
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.86);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .solumo-app-kicker span {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: var(--solumo-secondary);
        box-shadow: 0 0 0 6px rgba(251, 176, 64, 0.18);
        flex-shrink: 0;
    }

    .solumo-app-hero h1 {
        margin: 30px 0 0;
        color: #ffffff;
        font-size: clamp(72px, 8vw, 128px);
        line-height: 0.9;
        font-weight: 800;
        letter-spacing: -0.075em;
    }

    .solumo-app-hero h1 strong {
        display: block;
        max-width: 780px;
        margin-top: 18px;
        color: #fff7ed;
        font-size: clamp(38px, 4.6vw, 76px);
        line-height: 1.02;
        font-weight: 500;
        letter-spacing: -0.05em;
    }

    .solumo-app-hero-content>p {
        max-width: 680px;
        margin: 28px 0 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 20px;
        line-height: 1.65;
    }

    .solumo-app-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 36px;
    }

    .solumo-app-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        padding: 0 24px;
        border-radius: 18px;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        transition: 0.25s ease;
    }

    .solumo-app-btn-primary {
        background: #ffffff;
        color: var(--solumo-primary);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    }

    .solumo-app-btn-outline {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.11);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .solumo-app-mini-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        max-width: 760px;
        margin-top: 38px;
    }

    .solumo-app-mini-stats div {
        min-width: 0;
        padding: 18px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.11);
        border: 1px solid rgba(255, 255, 255, 0.13);
        backdrop-filter: blur(16px);
    }

    .solumo-app-mini-stats strong {
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

    .solumo-app-mini-stats span {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.67);
        font-size: 14px;
        line-height: 1.45;
    }

    /* =========================
   MOCKUP DO APP
========================= */

    .solumo-app-visual {
        position: relative;
        min-height: 610px;
    }

    .solumo-phone-shell {
        position: relative;
        width: min(390px, 100%);
        margin-left: auto;
        padding: 14px;
        border-radius: 46px;
        background: #101114;
        box-shadow:
            0 40px 90px rgba(0, 0, 0, 0.35),
            inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .solumo-phone-top {
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .solumo-phone-top span {
        width: 92px;
        height: 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
    }

    .solumo-phone-screen {
        min-height: 610px;
        overflow: hidden;
        border-radius: 34px;
        padding: 22px;
        background:
            radial-gradient(circle at top right, rgba(232, 119, 34, 0.28), transparent 34%),
            linear-gradient(180deg, #faf4ed 0%, #ffffff 100%);
    }

    .solumo-phone-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .solumo-phone-header small {
        color: var(--solumo-primary);
        font-size: 13px;
        font-weight: 800;
    }

    .solumo-phone-header h3 {
        margin: 4px 0 0;
        color: var(--solumo-dark);
        font-size: 24px;
        line-height: 1.12;
        font-weight: 800;
    }

    .solumo-pill {
        flex-shrink: 0;
        padding: 8px 10px;
        border-radius: 999px;
        background: var(--solumo-primary);
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
    }

    .solumo-map-card {
        position: relative;
        height: 250px;
        margin-top: 26px;
        overflow: hidden;
        border-radius: 28px;
        background:
            linear-gradient(90deg, rgba(232, 119, 34, 0.12) 1px, transparent 1px),
            linear-gradient(rgba(232, 119, 34, 0.12) 1px, transparent 1px),
            #fff7ed;
        background-size: 34px 34px;
        border: 1px solid var(--solumo-border);
    }

    .solumo-map-card::before {
        content: "";
        position: absolute;
        inset: 28px;
        border: 3px dashed rgba(232, 119, 34, 0.34);
        border-radius: 999px;
    }

    .solumo-map-pin,
    .solumo-map-user {
        position: absolute;
        width: 46px;
        height: 46px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .solumo-map-pin {
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(43, 33, 24, 0.14);
    }

    .solumo-map-pin span {
        width: 18px;
        height: 18px;
        border-radius: 999px;
        background: var(--solumo-primary);
    }

    .solumo-map-pin-one {
        top: 55px;
        left: 64px;
    }

    .solumo-map-pin-two {
        right: 54px;
        bottom: 64px;
    }

    .solumo-map-user {
        left: 50%;
        top: 50%;
        background: var(--solumo-dark);
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 10px rgba(43, 33, 24, 0.12);
    }

    .solumo-map-user span {
        width: 16px;
        height: 16px;
        border-radius: 999px;
        background: #ffffff;
    }

    .solumo-service-card {
        display: flex;
        gap: 14px;
        align-items: center;
        margin-top: 14px;
        padding: 16px;
        border-radius: 22px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 14px 26px rgba(43, 33, 24, 0.07);
    }

    .solumo-service-icon {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: rgba(232, 119, 34, 0.12);
    }

    .solumo-service-card strong {
        display: block;
        color: var(--solumo-dark);
        font-size: 16px;
        font-weight: 800;
    }

    .solumo-service-card span {
        display: block;
        margin-top: 3px;
        color: var(--solumo-muted);
        font-size: 13px;
    }

    .solumo-floating-card {
        position: absolute;
        width: 220px;
        padding: 18px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(14px);
    }

    .solumo-floating-card strong {
        display: block;
        color: var(--solumo-dark);
        font-size: 16px;
    }

    .solumo-floating-card span {
        display: block;
        margin-top: 7px;
        color: var(--solumo-muted);
        font-size: 13px;
        line-height: 1.45;
    }

    .solumo-floating-card-one {
        left: 0;
        top: 90px;
    }

    .solumo-floating-card-two {
        right: -30px;
        bottom: 80px;
    }

    /* =========================
   RESTO DA PÁGINA
========================= */

    .solumo-product-page .text-secondary {
        color: var(--solumo-dark) !important;
    }

    .solumo-product-page .text-secondary\/50,
    .solumo-product-page .text-secondary\/60,
    .solumo-product-page .text-secondary\/70,
    .solumo-product-page .text-secondary\/80 {
        color: var(--solumo-muted) !important;
    }

    .solumo-product-page .text-white,
    .solumo-product-page .text-accent {
        color: #ffffff !important;
    }

    .solumo-product-page .text-white\/70,
    .solumo-product-page .text-white\/80 {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    .solumo-product-page .bg-background-2,
    .solumo-product-page .bg-background-3,
    .solumo-product-page .bg-background-4 {
        background: var(--solumo-soft) !important;
    }

    .solumo-product-page .bg-white {
        background: #ffffff !important;
    }

    .solumo-product-page .bg-\[\#142E6E\],
    .solumo-product-page .bg-\[\#142e6e\] {
        background: var(--solumo-primary) !important;
    }

    .solumo-product-page #contas,
    .solumo-product-page .bg-gradient-to-b {
        background:
            radial-gradient(circle at 18% 20%, rgba(251, 176, 64, 0.25), transparent 30%),
            linear-gradient(180deg, #2b2118 0%, #4a2a16 48%, #e87722 100%) !important;
    }

    .solumo-product-page #empresa-web {
        background: var(--solumo-soft) !important;
    }

    .solumo-product-page #indique .rounded-\[36px\] {
        background:
            radial-gradient(circle at 15% 20%, rgba(251, 176, 64, 0.28), transparent 28%),
            linear-gradient(135deg, #2b2118 0%, #4a2a16 42%, #e87722 100%) !important;
    }

    .solumo-product-page #download .rounded-\[36px\],
    .solumo-product-page #download .rounded-\[28px\] {
        background: #ffffff !important;
        border: 1px solid var(--solumo-border);
    }

    .solumo-product-page .badge {
        background: linear-gradient(135deg, rgba(232, 119, 34, 0.32), rgba(251, 176, 64, 0.26)) !important;
        color: #ffffff !important;
    }

    /* =========================
   MOBILE
========================= */

    @media (max-width: 900px) {
        .solumo-app-hero {
            min-height: auto;
            margin: 8px;
            padding: 138px 0 58px;
            border-radius: 28px;
        }

        .solumo-app-hero-grid {
            grid-template-columns: 1fr;
            gap: 44px;
        }

        .solumo-app-hero-content {
            text-align: center;
        }

        .solumo-app-kicker {
            max-width: 92%;
            justify-content: center;
            line-height: 1.35;
        }

        .solumo-app-hero h1 {
            font-size: 64px;
            line-height: 0.92;
        }

        .solumo-app-hero h1 strong {
            max-width: 100%;
            font-size: 34px;
            line-height: 1.08;
        }

        .solumo-app-hero-content>p {
            max-width: 100%;
            font-size: 17px;
            line-height: 1.65;
        }

        .solumo-app-actions {
            display: grid;
            grid-template-columns: 1fr;
            width: min(100%, 330px);
            margin-left: auto;
            margin-right: auto;
        }

        .solumo-app-btn {
            width: 100%;
            white-space: normal;
            text-align: center;
        }

        .solumo-app-mini-stats {
            grid-template-columns: 1fr;
            text-align: left;
        }

        .solumo-app-visual {
            min-height: auto;
        }

        .solumo-phone-shell {
            width: min(100%, 360px);
            margin: 0 auto;
        }

        .solumo-phone-screen {
            min-height: 560px;
        }

        .solumo-floating-card {
            position: relative;
            inset: auto;
            width: min(100%, 330px);
            margin: 14px auto 0;
        }

        .solumo-product-page h2 {
            font-size: 34px !important;
            line-height: 1.16 !important;
        }
    }

    @media (max-width: 640px) {
        .solumo-product-page .main-container {
            width: min(100%, calc(100% - 20px));
        }

        .solumo-app-hero {
            padding-top: 130px;
            border-radius: 24px;
        }

        .solumo-app-hero h1 {
            font-size: 56px;
        }

        .solumo-app-hero h1 strong {
            font-size: 30px;
        }

        .solumo-phone-screen {
            min-height: 520px;
            padding: 18px;
        }

        .solumo-map-card {
            height: 220px;
        }

        .solumo-product-page #contas,
        .solumo-product-page #empresa-web {
            margin-left: 8px !important;
            margin-right: 8px !important;
            border-radius: 24px !important;
        }

        .solumo-product-page #sobre,
        .solumo-product-page #mapa-tecnicos,
        .solumo-product-page #contas,
        .solumo-product-page #como-funciona,
        .solumo-product-page #planos,
        .solumo-product-page #publico,
        .solumo-product-page #recursos,
        .solumo-product-page #empresa-web,
        .solumo-product-page #indique,
        .solumo-product-page #download {
            scroll-margin-top: 120px;
        }


        .solumo-product-page #contas {
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .solumo-product-page h2,
        .solumo-product-page #sobre h2,
        .solumo-product-page #contas h2,
        .solumo-product-page #como-funciona h2,
        .solumo-product-page #empresa-web h2,
        .solumo-product-page #indique h2,
        .solumo-product-page #download h2 {
            font-size: 30px !important;
            line-height: 1.16 !important;
        }

        .solumo-product-page h3 {
            font-size: 22px !important;
            line-height: 1.28 !important;
        }

        .solumo-product-page p {
            font-size: 16px !important;
            line-height: 1.6 !important;
        }

        .solumo-product-page .rounded-\[24px\],
        .solumo-product-page .rounded-\[28px\],
        .solumo-product-page .rounded-3xl,
        .solumo-product-page .rounded-\[36px\] {
            border-radius: 22px !important;
        }
    }

    @media (max-width: 390px) {
        .solumo-app-hero h1 {
            font-size: 48px;
        }

        .solumo-app-hero h1 strong {
            font-size: 27px;
        }

        .solumo-product-page h2,
        .solumo-product-page #sobre h2,
        .solumo-product-page #contas h2,
        .solumo-product-page #como-funciona h2,
        .solumo-product-page #empresa-web h2,
        .solumo-product-page #indique h2,
        .solumo-product-page #download h2 {
            font-size: 26px !important;
        }

        .solumo-product-page p {
            font-size: 15px !important;
        }
    }

    /* =========================
   Sobre / Features
========================= */

    .solumo-feature-icon {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: rgba(232, 119, 34, 0.12);
        color: var(--solumo-primary);
        font-size: 24px;
    }

    .solumo-feature-icon-light {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
    }

    /* =========================
   Mapa de Técnicos
========================= */

    .solumo-map-section {
        background: var(--solumo-bg);
    }

    .solumo-map-visual-card {
        padding: 12px;
        border-radius: 36px;
        background:
            radial-gradient(circle at 20% 20%, rgba(251, 176, 64, 0.18), transparent 28%),
            #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 26px 70px rgba(43, 33, 24, 0.08);
    }

    .solumo-map-demo {
        position: relative;
        min-height: 520px;
        overflow: hidden;
        border-radius: 28px;
        background:
            linear-gradient(90deg, rgba(232, 119, 34, 0.12) 1px, transparent 1px),
            linear-gradient(rgba(232, 119, 34, 0.12) 1px, transparent 1px),
            #fff7ed;
        background-size: 38px 38px;
        border: 1px solid var(--solumo-border);
    }

    .solumo-map-demo::before {
        content: "";
        position: absolute;
        inset: 70px;
        border: 3px dashed rgba(232, 119, 34, 0.28);
        border-radius: 999px;
    }

    .solumo-map-demo::after {
        content: "";
        position: absolute;
        inset: 125px;
        border: 2px dashed rgba(251, 176, 64, 0.35);
        border-radius: 999px;
    }

    .solumo-map-demo-user {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: var(--solumo-dark);
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 14px rgba(43, 33, 24, 0.10);
    }

    .solumo-map-demo-user span {
        width: 18px;
        height: 18px;
        border-radius: 999px;
        background: #ffffff;
    }

    .solumo-map-demo-tech {
        position: absolute;
        min-width: 150px;
        padding: 14px 16px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 18px 40px rgba(43, 33, 24, 0.10);
    }

    .solumo-map-demo-tech strong {
        display: block;
        color: var(--solumo-dark);
        font-size: 15px;
        font-weight: 800;
    }

    .solumo-map-demo-tech span {
        display: block;
        margin-top: 4px;
        color: var(--solumo-primary);
        font-size: 13px;
        font-weight: 700;
    }

    .solumo-map-demo-tech::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        left: 16px;
        top: -7px;
        border-radius: 999px;
        background: var(--solumo-primary);
        box-shadow: 0 0 0 8px rgba(232, 119, 34, 0.15);
    }

    .solumo-map-demo-tech.tech-one {
        left: 56px;
        top: 92px;
    }

    .solumo-map-demo-tech.tech-two {
        right: 48px;
        top: 210px;
    }

    .solumo-map-demo-tech.tech-three {
        left: 92px;
        bottom: 90px;
    }

    /* Mobile */
    @media (max-width: 640px) {
        .solumo-feature-icon {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            font-size: 22px;
        }

        .solumo-map-demo {
            min-height: 430px;
        }

        .solumo-map-demo::before {
            inset: 52px;
        }

        .solumo-map-demo::after {
            inset: 105px;
        }

        .solumo-map-demo-tech {
            min-width: 128px;
            padding: 12px 14px;
        }

        .solumo-map-demo-tech strong {
            font-size: 13px;
        }

        .solumo-map-demo-tech span {
            font-size: 12px;
        }

        .solumo-map-demo-tech.tech-one {
            left: 22px;
            top: 72px;
        }

        .solumo-map-demo-tech.tech-two {
            right: 18px;
            top: 190px;
        }

        .solumo-map-demo-tech.tech-three {
            left: 42px;
            bottom: 70px;
        }
    }

    /* =========================
   Planos e Destaques
========================= */

    .solumo-plans-section {
        background:
            radial-gradient(circle at 10% 20%, rgba(251, 176, 64, 0.14), transparent 28%),
            var(--solumo-bg);
    }

    .solumo-plans-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .solumo-plan-card {
        min-width: 0;
        padding: 28px;
        border-radius: 30px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 24px 60px rgba(43, 33, 24, 0.07);
    }

    .solumo-plan-card-premium {
        background:
            radial-gradient(circle at top right, rgba(124, 58, 237, 0.13), transparent 36%),
            #ffffff;
    }

    .solumo-plan-card-boost {
        background:
            radial-gradient(circle at top right, rgba(232, 119, 34, 0.16), transparent 36%),
            #ffffff;
    }

    .solumo-plan-card-gold {
        background:
            radial-gradient(circle at top right, rgba(251, 176, 64, 0.22), transparent 38%),
            #ffffff;
    }

    .solumo-plan-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .solumo-plan-label {
        color: var(--solumo-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .solumo-plan-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 12px;
        border-radius: 999px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.08em;
    }

    .solumo-plan-badge.pro {
        background: #e87722;
    }

    .solumo-plan-badge.premium {
        background: #7c3aed;
    }

    .solumo-plan-badge.boost {
        background: linear-gradient(135deg, #e87722, #fbb040);
    }

    .solumo-plan-badge.gold {
        background: #f4b63d;
        color: #2b2118;
    }

    .solumo-plan-card h3 {
        margin-top: 28px;
        color: var(--solumo-dark);
        font-size: 30px;
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -0.03em;
    }

    .solumo-plan-card p {
        margin-top: 16px;
        color: var(--solumo-muted);
        font-size: 16px;
        line-height: 1.62;
    }

    .solumo-plan-card ul {
        display: grid;
        gap: 10px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
    }

    .solumo-plan-card li {
        position: relative;
        padding-left: 26px;
        color: var(--solumo-dark);
        font-size: 15px;
        line-height: 1.45;
    }

    .solumo-plan-card li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: var(--solumo-primary);
        box-shadow: 0 0 0 5px rgba(232, 119, 34, 0.12);
    }

    .solumo-plans-highlight {
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 34px;
        align-items: center;
        padding: 34px;
        border-radius: 34px;
        background:
            radial-gradient(circle at 20% 20%, rgba(251, 176, 64, 0.20), transparent 32%),
            linear-gradient(135deg, #2b2118 0%, #4a2a16 48%, #e87722 100%);
        box-shadow: 0 28px 80px rgba(43, 33, 24, 0.12);
    }

    .solumo-plans-highlight span {
        color: rgba(255, 255, 255, 0.72);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .solumo-plans-highlight h3 {
        margin-top: 12px;
        color: #ffffff;
        font-size: 36px;
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -0.035em;
    }

    .solumo-plans-highlight p {
        color: rgba(255, 255, 255, 0.78);
        font-size: 18px;
        line-height: 1.65;
    }

    /* Mobile */
    @media (max-width: 1024px) {
        .solumo-plans-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {
        .solumo-plans-section {
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .solumo-plans-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .solumo-plan-card {
            padding: 24px;
            border-radius: 24px;
        }

        .solumo-plan-card h3 {
            font-size: 24px;
            line-height: 1.18;
        }

        .solumo-plan-card p {
            font-size: 15px;
        }

        .solumo-plans-highlight {
            grid-template-columns: 1fr;
            gap: 18px;
            padding: 24px;
            border-radius: 26px;
        }

        .solumo-plans-highlight h3 {
            font-size: 28px;
        }

        .solumo-plans-highlight p {
            font-size: 16px;
        }
    }

    /* =========================
   Planos e Destaques - Premium Cards
========================= */

    .solumo-plans-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .solumo-plan-card {
        position: relative;
        min-width: 0;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow: hidden;
        border-radius: 32px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid var(--solumo-border);
        box-shadow:
            0 24px 60px rgba(43, 33, 24, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .solumo-plan-card:hover {
        transform: translateY(-6px);
        box-shadow:
            0 34px 80px rgba(43, 33, 24, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }

    .solumo-plan-visual {
        position: relative;
        padding: 22px 22px 18px;
        border-bottom: 1px solid rgba(241, 223, 199, 0.7);
        background:
            radial-gradient(circle at top right, rgba(255, 255, 255, 0.75), transparent 30%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 244, 237, 0.9) 100%);
    }

    .solumo-plan-card-pro .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(232, 119, 34, 0.10), transparent 38%),
            linear-gradient(180deg, #fffaf5 0%, #fff4ea 100%);
    }

    .solumo-plan-card-premium .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(124, 58, 237, 0.14), transparent 38%),
            linear-gradient(180deg, #fcfbff 0%, #f7f2ff 100%);
    }

    .solumo-plan-card-boost .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(251, 176, 64, 0.18), transparent 38%),
            linear-gradient(180deg, #fffaf2 0%, #fff2dd 100%);
    }

    .solumo-plan-card-gold .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(244, 182, 61, 0.18), transparent 38%),
            linear-gradient(180deg, #fffdf5 0%, #fff7df 100%);
    }

    .solumo-plan-orb {
        width: 62px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        font-size: 28px;
        box-shadow: 0 12px 24px rgba(43, 33, 24, 0.08);
        background: #ffffff;
        border: 1px solid rgba(241, 223, 199, 0.8);
    }

    .solumo-plan-card-pro .solumo-plan-orb {
        background: rgba(232, 119, 34, 0.10);
    }

    .solumo-plan-card-premium .solumo-plan-orb {
        background: rgba(124, 58, 237, 0.10);
    }

    .solumo-plan-card-boost .solumo-plan-orb {
        background: rgba(232, 119, 34, 0.10);
    }

    .solumo-plan-card-gold .solumo-plan-orb {
        background: rgba(244, 182, 61, 0.18);
    }

    .solumo-plan-line {
        width: 100%;
        height: 4px;
        margin: 18px 0 16px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(232, 119, 34, 0.95), rgba(251, 176, 64, 0.95));
    }

    .solumo-plan-card-premium .solumo-plan-line {
        background: linear-gradient(90deg, #7c3aed, #a78bfa);
    }

    .solumo-plan-card-gold .solumo-plan-line {
        background: linear-gradient(90deg, #f4b63d, #f8d36a);
    }

    .solumo-plan-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .solumo-plan-label {
        color: var(--solumo-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .solumo-plan-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 13px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.08em;
    }

    .solumo-plan-badge.pro {
        background: #e87722;
        color: #ffffff;
    }

    .solumo-plan-badge.premium {
        background: #7c3aed;
        color: #ffffff;
    }

    .solumo-plan-badge.boost {
        background: linear-gradient(135deg, #e87722, #fbb040);
        color: #ffffff;
    }

    .solumo-plan-badge.gold {
        background: #f4b63d;
        color: #2b2118;
    }

    .solumo-plan-body {
        padding: 24px 24px 18px;
    }

    .solumo-plan-body h3 {
        margin: 0;
        color: var(--solumo-dark);
        font-size: 28px;
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -0.03em;
    }

    .solumo-plan-body p {
        margin-top: 16px;
        color: var(--solumo-muted);
        font-size: 16px;
        line-height: 1.62;
    }

    .solumo-plan-body ul {
        display: grid;
        gap: 12px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
    }

    .solumo-plan-body li {
        position: relative;
        padding-left: 28px;
        color: var(--solumo-dark);
        font-size: 15px;
        line-height: 1.48;
    }

    .solumo-plan-body li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 11px;
        height: 11px;
        border-radius: 999px;
        background: var(--solumo-primary);
        box-shadow: 0 0 0 5px rgba(232, 119, 34, 0.12);
    }

    .solumo-plan-card-premium .solumo-plan-body li::before {
        background: #7c3aed;
        box-shadow: 0 0 0 5px rgba(124, 58, 237, 0.12);
    }

    .solumo-plan-card-gold .solumo-plan-body li::before {
        background: #f4b63d;
        box-shadow: 0 0 0 5px rgba(244, 182, 61, 0.12);
    }

    .solumo-plan-footer {
        margin-top: auto;
        padding: 0 24px 24px;
    }

    .solumo-plan-footer span {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 0 16px;
        border-radius: 18px;
        background: #faf4ed;
        border: 1px solid var(--solumo-border);
        color: var(--solumo-muted);
        font-size: 14px;
        line-height: 1.4;
    }

    .solumo-plan-card-premium .solumo-plan-footer span {
        background: rgba(124, 58, 237, 0.06);
        border-color: rgba(124, 58, 237, 0.12);
    }

    .solumo-plan-card-boost .solumo-plan-footer span {
        background: rgba(232, 119, 34, 0.06);
    }

    .solumo-plan-card-gold .solumo-plan-footer span {
        background: rgba(244, 182, 61, 0.10);
        border-color: rgba(244, 182, 61, 0.18);
        color: #6d5520;
    }

    /* responsive */
    @media (max-width: 1024px) {
        .solumo-plans-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {
        .solumo-plans-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .solumo-plan-card {
            border-radius: 24px;
        }

        .solumo-plan-visual {
            padding: 20px 20px 16px;
        }

        .solumo-plan-orb {
            width: 56px;
            height: 56px;
            border-radius: 18px;
            font-size: 24px;
        }

        .solumo-plan-body {
            padding: 22px 20px 16px;
        }

        .solumo-plan-body h3 {
            font-size: 24px;
            line-height: 1.18;
        }

        .solumo-plan-body p {
            font-size: 15px;
        }

        .solumo-plan-footer {
            padding: 0 20px 20px;
        }
    }

    /* =========================
   Planos e Destaques - Premium UI
========================= */

    .solumo-plans-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .solumo-plan-card {
        position: relative;
        min-width: 0;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow: hidden;
        border-radius: 32px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid var(--solumo-border);
        box-shadow:
            0 24px 60px rgba(43, 33, 24, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .solumo-plan-card::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.12) 0%,
                rgba(255, 255, 255, 0) 38%);
    }

    .solumo-plan-card:hover {
        transform: translateY(-8px);
        box-shadow:
            0 34px 80px rgba(43, 33, 24, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.98);
    }

    .solumo-plan-card-featured {
        grid-column: span 2;
        background:
            radial-gradient(circle at top right, rgba(124, 58, 237, 0.10), transparent 30%),
            #ffffff;
    }

    .solumo-plan-visual {
        position: relative;
        padding: 22px 22px 18px;
        border-bottom: 1px solid rgba(241, 223, 199, 0.7);
    }

    .solumo-plan-card-pro .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(232, 119, 34, 0.10), transparent 38%),
            linear-gradient(180deg, #fffaf5 0%, #fff4ea 100%);
    }

    .solumo-plan-card-premium .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(124, 58, 237, 0.16), transparent 38%),
            linear-gradient(180deg, #fcfbff 0%, #f7f2ff 100%);
    }

    .solumo-plan-card-boost .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(251, 176, 64, 0.18), transparent 38%),
            linear-gradient(180deg, #fffaf2 0%, #fff2dd 100%);
    }

    .solumo-plan-card-gold .solumo-plan-visual {
        background:
            radial-gradient(circle at top right, rgba(244, 182, 61, 0.20), transparent 38%),
            linear-gradient(180deg, #fffdf5 0%, #fff7df 100%);
    }

    .solumo-plan-visual-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .solumo-plan-orb {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        font-size: 24px;
        color: var(--solumo-dark);
        background: #ffffff;
        border: 1px solid rgba(241, 223, 199, 0.85);
        box-shadow: 0 12px 24px rgba(43, 33, 24, 0.08);
    }

    .solumo-plan-card-pro .solumo-plan-orb {
        background: rgba(232, 119, 34, 0.10);
        color: #d96410;
    }

    .solumo-plan-card-premium .solumo-plan-orb {
        background: rgba(124, 58, 237, 0.10);
        color: #7c3aed;
    }

    .solumo-plan-card-boost .solumo-plan-orb {
        background: rgba(232, 119, 34, 0.10);
        color: #e87722;
    }

    .solumo-plan-card-gold .solumo-plan-orb {
        background: rgba(244, 182, 61, 0.18);
        color: #8a6512;
    }

    .solumo-plan-line {
        width: 100%;
        height: 4px;
        margin: 18px 0 14px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(232, 119, 34, 0.95), rgba(251, 176, 64, 0.95));
    }

    .solumo-plan-card-premium .solumo-plan-line {
        background: linear-gradient(90deg, #7c3aed, #a78bfa);
    }

    .solumo-plan-card-gold .solumo-plan-line {
        background: linear-gradient(90deg, #f4b63d, #f8d36a);
    }

    .solumo-plan-top {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        min-width: 0;
    }

    .solumo-plan-label {
        color: var(--solumo-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        text-align: right;
    }

    .solumo-plan-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 13px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.08em;
    }

    .solumo-plan-badge.pro {
        background: #e87722;
        color: #ffffff;
    }

    .solumo-plan-badge.premium {
        background: #7c3aed;
        color: #ffffff;
        box-shadow: 0 10px 20px rgba(124, 58, 237, 0.18);
    }

    .solumo-plan-badge.boost {
        background: linear-gradient(135deg, #e87722, #fbb040);
        color: #ffffff;
    }

    .solumo-plan-badge.gold {
        background: #f4b63d;
        color: #2b2118;
    }

    .solumo-plan-mini-note {
        margin: 0;
        color: var(--solumo-muted);
        font-size: 14px;
        line-height: 1.5;
    }

    .solumo-plan-body {
        padding: 24px 24px 18px;
    }

    .solumo-plan-body h3 {
        margin: 0;
        color: var(--solumo-dark);
        font-size: 28px;
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -0.03em;
    }

    .solumo-plan-card-featured .solumo-plan-body h3 {
        font-size: 34px;
    }

    .solumo-plan-body p {
        margin-top: 16px;
        color: var(--solumo-muted);
        font-size: 16px;
        line-height: 1.62;
    }

    .solumo-plan-body ul {
        display: grid;
        gap: 12px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
    }

    .solumo-plan-body li {
        position: relative;
        padding-left: 28px;
        color: var(--solumo-dark);
        font-size: 15px;
        line-height: 1.48;
    }

    .solumo-plan-body li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 11px;
        height: 11px;
        border-radius: 999px;
        background: var(--solumo-primary);
        box-shadow: 0 0 0 5px rgba(232, 119, 34, 0.12);
    }

    .solumo-plan-card-premium .solumo-plan-body li::before {
        background: #7c3aed;
        box-shadow: 0 0 0 5px rgba(124, 58, 237, 0.12);
    }

    .solumo-plan-card-gold .solumo-plan-body li::before {
        background: #f4b63d;
        box-shadow: 0 0 0 5px rgba(244, 182, 61, 0.12);
    }

    .solumo-plan-footer {
        margin-top: auto;
        padding: 0 24px 24px;
    }

    .solumo-plan-footer span {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 52px;
        padding: 0 16px;
        border-radius: 18px;
        background: #faf4ed;
        border: 1px solid var(--solumo-border);
        color: var(--solumo-muted);
        font-size: 14px;
        line-height: 1.4;
    }

    .solumo-plan-footer i {
        color: var(--solumo-primary);
        font-size: 15px;
    }

    .solumo-plan-card-premium .solumo-plan-footer span {
        background: rgba(124, 58, 237, 0.06);
        border-color: rgba(124, 58, 237, 0.12);
    }

    .solumo-plan-card-premium .solumo-plan-footer i {
        color: #7c3aed;
    }

    .solumo-plan-card-boost .solumo-plan-footer span {
        background: rgba(232, 119, 34, 0.06);
    }

    .solumo-plan-card-gold .solumo-plan-footer span {
        background: rgba(244, 182, 61, 0.10);
        border-color: rgba(244, 182, 61, 0.18);
        color: #6d5520;
    }

    .solumo-plan-card-gold .solumo-plan-footer i {
        color: #b5851d;
    }

    /* responsive */
    @media (max-width: 1100px) {
        .solumo-plans-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .solumo-plan-card-featured {
            grid-column: span 2;
        }
    }

    @media (max-width: 640px) {
        .solumo-plans-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .solumo-plan-card,
        .solumo-plan-card-featured {
            grid-column: span 1;
            border-radius: 24px;
        }

        .solumo-plan-visual {
            padding: 20px 20px 16px;
        }

        .solumo-plan-visual-top {
            gap: 12px;
        }

        .solumo-plan-orb {
            width: 56px;
            height: 56px;
            border-radius: 18px;
            font-size: 21px;
        }

        .solumo-plan-top {
            gap: 6px;
        }

        .solumo-plan-label {
            font-size: 11px;
        }

        .solumo-plan-body {
            padding: 22px 20px 16px;
        }

        .solumo-plan-body h3,
        .solumo-plan-card-featured .solumo-plan-body h3 {
            font-size: 24px;
            line-height: 1.18;
        }

        .solumo-plan-body p {
            font-size: 15px;
        }

        .solumo-plan-footer {
            padding: 0 20px 20px;
        }

        .solumo-plan-footer span {
            min-height: 48px;
            font-size: 13px;
        }
    }

    /* =========================
   Para quem é o SoluMo
========================= */

    .solumo-audience-section {
        background:
            radial-gradient(circle at 12% 20%, rgba(232, 119, 34, 0.10), transparent 30%),
            var(--solumo-bg);
    }

    .solumo-audience-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .solumo-audience-card {
        position: relative;
        min-width: 0;
        overflow: hidden;
        padding: 30px;
        border-radius: 34px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 26px 70px rgba(43, 33, 24, 0.08);
    }

    .solumo-audience-card::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -90px;
        top: -90px;
        border-radius: 999px;
        opacity: 0.18;
    }

    .solumo-audience-user::before {
        background: var(--solumo-primary);
    }

    .solumo-audience-pro::before {
        background: #7c3aed;
    }

    .solumo-audience-company::before {
        background: var(--solumo-secondary);
    }

    .solumo-audience-top {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .solumo-audience-icon {
        width: 62px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px;
        background: rgba(232, 119, 34, 0.10);
        color: var(--solumo-primary);
        font-size: 24px;
    }

    .solumo-audience-pro .solumo-audience-icon {
        background: rgba(124, 58, 237, 0.10);
        color: #7c3aed;
    }

    .solumo-audience-company .solumo-audience-icon {
        background: rgba(244, 182, 61, 0.16);
        color: #8a6512;
    }

    .solumo-audience-top span {
        color: var(--solumo-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        text-align: right;
    }

    .solumo-audience-card h3 {
        position: relative;
        z-index: 1;
        margin-top: 34px;
        color: var(--solumo-dark);
        font-size: 32px;
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -0.035em;
    }

    .solumo-audience-card p {
        position: relative;
        z-index: 1;
        margin-top: 16px;
        color: var(--solumo-muted);
        font-size: 16px;
        line-height: 1.65;
    }

    .solumo-audience-points {
        position: relative;
        z-index: 1;
        display: grid;
        gap: 10px;
        margin-top: 26px;
    }

    .solumo-audience-points div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 16px;
        background: var(--solumo-soft);
        color: var(--solumo-dark);
        font-size: 15px;
        line-height: 1.45;
    }

    .solumo-audience-points i {
        margin-top: 3px;
        color: var(--solumo-primary);
        font-size: 13px;
    }

    .solumo-audience-pro .solumo-audience-points i {
        color: #7c3aed;
    }

    .solumo-audience-company .solumo-audience-points i {
        color: #b5851d;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .solumo-audience-grid {
            grid-template-columns: 1fr;
        }

        .solumo-audience-card h3 {
            font-size: 28px;
        }
    }

    @media (max-width: 640px) {
        .solumo-audience-section {
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .solumo-audience-card {
            padding: 24px;
            border-radius: 26px;
        }

        .solumo-audience-icon {
            width: 56px;
            height: 56px;
            border-radius: 18px;
            font-size: 21px;
        }

        .solumo-audience-card h3 {
            margin-top: 28px;
            font-size: 24px;
            line-height: 1.18;
        }

        .solumo-audience-card p {
            font-size: 15px;
        }

        .solumo-audience-points div {
            font-size: 14px;
        }
    }

    /* =========================
   Recursos principais
========================= */

    .solumo-features-section {
        background:
            radial-gradient(circle at 82% 12%, rgba(251, 176, 64, 0.14), transparent 30%),
            var(--solumo-bg);
    }

    .solumo-features-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .solumo-feature-card {
        position: relative;
        min-width: 0;
        overflow: hidden;
        padding: 26px;
        border-radius: 30px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 22px 55px rgba(43, 33, 24, 0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .solumo-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 32px 75px rgba(43, 33, 24, 0.10);
    }

    .solumo-feature-card::before {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        right: -70px;
        top: -70px;
        border-radius: 999px;
        background: rgba(232, 119, 34, 0.10);
    }

    .solumo-feature-card-icon {
        position: relative;
        z-index: 1;
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background: rgba(232, 119, 34, 0.10);
        color: var(--solumo-primary);
        font-size: 22px;
    }

    .solumo-feature-card h3 {
        position: relative;
        z-index: 1;
        margin-top: 26px;
        color: var(--solumo-dark);
        font-size: 25px;
        line-height: 1.16;
        font-weight: 500;
        letter-spacing: -0.025em;
    }

    .solumo-feature-card p {
        position: relative;
        z-index: 1;
        margin-top: 12px;
        color: var(--solumo-muted);
        font-size: 15px;
        line-height: 1.6;
    }

    .solumo-feature-card-dark {
        background:
            radial-gradient(circle at top right, rgba(251, 176, 64, 0.20), transparent 36%),
            linear-gradient(135deg, #2b2118 0%, #4a2a16 52%, #e87722 100%);
    }

    .solumo-feature-card-dark::before {
        background: rgba(255, 255, 255, 0.10);
    }

    .solumo-feature-card-dark .solumo-feature-card-icon {
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
    }

    .solumo-feature-card-dark h3,
    .solumo-feature-card-dark p {
        color: #ffffff;
    }

    .solumo-feature-card-orange {
        background:
            radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 36%),
            var(--solumo-primary);
    }

    .solumo-feature-card-orange::before {
        background: rgba(255, 255, 255, 0.12);
    }

    .solumo-feature-card-orange .solumo-feature-card-icon {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
    }

    .solumo-feature-card-orange h3,
    .solumo-feature-card-orange p {
        color: #ffffff;
    }

    /* Responsive */
    @media (max-width: 1100px) {
        .solumo-features-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {
        .solumo-features-section {
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .solumo-features-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .solumo-feature-card {
            padding: 24px;
            border-radius: 24px;
        }

        .solumo-feature-card-icon {
            width: 54px;
            height: 54px;
            border-radius: 18px;
            font-size: 20px;
        }

        .solumo-feature-card h3 {
            margin-top: 22px;
            font-size: 23px;
        }

        .solumo-feature-card p {
            font-size: 15px;
        }
    }

    /* =========================
   Screenshots do App
========================= */

    .solumo-shots-section {
        background:
            radial-gradient(circle at 18% 16%, rgba(232, 119, 34, 0.08), transparent 28%),
            var(--solumo-bg);
    }

    .solumo-shots-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 16px;
    }

    .solumo-shot-card {
        position: relative;
        min-width: 0;
        overflow: hidden;
        padding: 20px;
        border-radius: 32px;
        background: #ffffff;
        border: 1px solid var(--solumo-border);
        box-shadow: 0 24px 60px rgba(43, 33, 24, 0.07);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .solumo-shot-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 34px 80px rgba(43, 33, 24, 0.12);
    }

    .solumo-shot-card-featured {
        grid-row: span 2;
        padding: 22px;
        background:
            radial-gradient(circle at top right, rgba(251, 176, 64, 0.16), transparent 34%),
            #ffffff;
    }

    .solumo-shot-head {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
    }

    .solumo-shot-head span {
        color: var(--solumo-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .solumo-shot-head strong {
        color: var(--solumo-dark);
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
    }

    .solumo-shot-phone {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        border-radius: 28px;
        background:
            linear-gradient(180deg, #fff7ed 0%, #faf4ed 100%);
        border: 1px solid var(--solumo-border);
        min-height: 420px;
    }

    .solumo-shot-card-featured .solumo-shot-phone {
        min-height: 100%;
    }

    .solumo-shot-phone img {
        display: block;
        width: 100%;
        max-width: 280px;
        height: auto;
        object-fit: contain;
        border-radius: 28px;
        box-shadow: 0 22px 50px rgba(43, 33, 24, 0.16);
        background: #ffffff;
    }

    .solumo-shot-card-featured .solumo-shot-phone img {
        max-width: 320px;
    }

    /* Tablet */
    @media (max-width: 1100px) {
        .solumo-shots-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .solumo-shot-card-featured {
            grid-row: span 1;
            grid-column: span 2;
        }
    }

    /* Mobile */
    @media (max-width: 640px) {
        .solumo-shots-section {
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .solumo-shots-grid {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            padding-bottom: 8px;
            scroll-snap-type: x mandatory;
        }

        .solumo-shots-grid::-webkit-scrollbar {
            height: 8px;
        }

        .solumo-shots-grid::-webkit-scrollbar-thumb {
            background: rgba(232, 119, 34, 0.25);
            border-radius: 999px;
        }

        .solumo-shot-card,
        .solumo-shot-card-featured {
            flex: 0 0 84%;
            min-width: 84%;
            scroll-snap-align: start;
            border-radius: 24px;
            padding: 18px;
        }

        .solumo-shot-head strong {
            font-size: 18px;
        }

        .solumo-shot-phone {
            min-height: 360px;
            border-radius: 22px;
            padding: 12px;
        }

        .solumo-shot-phone img,
        .solumo-shot-card-featured .solumo-shot-phone img {
            max-width: 240px;
            border-radius: 22px;
        }
    }