.home-conversion-page {
    display: grid;
    gap: clamp(2.2rem, 5vw, 4.5rem);
    padding: 1.25rem 0 4rem;
}

.home-mobile-only {
    display: none;
}

.home-mobile-inline {
    display: none;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.10);
    color: var(--vendix-brand-600);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(23rem, 0.88fr);
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(1.4rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 10% 0%, rgba(99, 102, 241, 0.16), transparent 28rem),
        radial-gradient(circle at 85% 22%, rgba(16, 185, 129, 0.12), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 30px 70px -44px rgba(15, 23, 42, 0.28);
}

.home-hero-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.home-hero h1,
.home-section-heading h2,
.home-demo-copy h2,
.home-final-cta h2 {
    margin: 0;
    color: var(--vendix-text);
    font-weight: 900;
    letter-spacing: -0.065em;
}

.home-hero h1 {
    max-width: 48rem;
    font-size: clamp(2.85rem, 6vw, 5.55rem);
    line-height: 0.95;
}

.home-hero-subtitle {
    max-width: 43rem;
    margin: 0;
    color: var(--vendix-text-muted);
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.75;
}

.home-hero-bullets,
.home-demo-list,
.home-compare-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-hero-bullets {
    display: grid;
    gap: 0.65rem;
    max-width: 43rem;
}

.home-hero-bullets li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    color: var(--vendix-text);
    font-weight: 800;
    line-height: 1.45;
    padding: 0.2rem 0;
}

.home-hero-bullets li::before,
.home-demo-list li::before,
.home-compare-card li::before {
    content: "";
    flex: 0 0 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.46rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vendix-brand-500) 0%, var(--vendix-success-500) 100%);
    box-shadow: 0 0 0 0.28rem rgba(99, 102, 241, 0.08);
}

.home-hero-actions,
.home-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-top: 0.35rem;
}

.home-primary-cta {
    min-height: 3.25rem;
    padding-inline: 1.35rem;
    font-weight: 900;
    box-shadow: 0 20px 34px -18px rgba(79, 70, 229, 0.52);
}

.home-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(99, 102, 241, 0.18);
    background: rgba(255, 255, 255, 0.86);
    color: var(--vendix-text);
    font-weight: 900;
    text-decoration: none;
    box-shadow: var(--vendix-shadow-soft);
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.home-secondary-cta:hover {
    color: var(--vendix-brand-600);
    border-color: rgba(99, 102, 241, 0.32);
    box-shadow: 0 18px 30px -24px rgba(79, 70, 229, 0.45);
    transform: translateY(-1px);
}

.home-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-top: 0.35rem;
}

.home-inline-actions-centered {
    justify-content: center;
}

.home-hero-microcopy {
    margin: 0.2rem 0 0;
    color: var(--vendix-text-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.home-product-showcase {
    position: relative;
}

.home-product-showcase::before {
    content: "";
    position: absolute;
    inset: 8% -4% 4% 16%;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.22), rgba(16, 185, 129, 0.16));
    filter: blur(22px);
}

.home-phone-shell,
.home-demo-board {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
    box-shadow: 0 30px 70px -42px rgba(15, 23, 42, 0.42);
}

.home-phone-shell {
    width: min(100%, 26rem);
    margin-left: auto;
    padding: 0.85rem;
    border-radius: 2rem;
}

.home-phone-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 2.4rem;
    padding: 0 0.4rem;
    color: var(--vendix-text-muted);
    font-size: 0.78rem;
}

.home-phone-topbar span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.25);
}

.home-store-hero-mini {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 1rem;
    border-radius: 1.45rem;
    background: linear-gradient(135deg, #111827 0%, #4338ca 72%, #16a34a 100%);
    color: #fff;
}

.home-store-avatar,
.home-demo-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--vendix-brand-600);
    font-weight: 900;
    box-shadow: 0 16px 30px -18px rgba(15, 23, 42, 0.42);
}

.home-store-avatar {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}

.home-store-avatar img,
.home-demo-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-store-hero-mini span,
.home-demo-hero span,
.home-demo-cart span,
.home-whatsapp-final span {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-store-hero-mini span {
    padding: 0.26rem 0.55rem;
    background: rgba(255, 255, 255, 0.16);
}

.home-store-hero-mini h2,
.home-demo-hero h3 {
    margin: 0.35rem 0 0.2rem;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.home-store-hero-mini p,
.home-demo-hero p,
.home-whatsapp-final p {
    margin: 0;
    opacity: 0.78;
}

.home-store-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.85rem 0.1rem;
}

.home-store-flow span {
    display: grid;
    place-items: center;
    min-height: 2rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--vendix-border);
    color: var(--vendix-text);
    font-size: 0.7rem;
    font-weight: 900;
}

.home-product-grid-mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.home-product-grid-mini article,
.home-demo-products article {
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
    border-radius: 1.25rem;
    border: 1px solid var(--vendix-border);
    background: #fff;
    box-shadow: var(--vendix-shadow-soft);
}

.home-product-grid-mini article span,
.home-demo-products article span {
    width: fit-content;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--vendix-success-600);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-product-grid-mini article strong,
.home-demo-products article h4 {
    color: var(--vendix-text);
    font-size: 0.92rem;
    line-height: 1.25;
}

.home-product-grid-mini article small,
.home-demo-products article p {
    color: var(--vendix-text-muted);
    font-weight: 700;
}

.home-product-grid-mini article b,
.home-demo-products article strong {
    color: var(--vendix-text);
    font-size: 1.1rem;
    letter-spacing: -0.04em;
}

.home-product-image {
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.88) 0%, transparent 12%),
        linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.home-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-product-image-yellow {
    background: linear-gradient(135deg, #facc15 0%, #fb923c 100%);
}

.home-product-image-blue {
    background: linear-gradient(135deg, #38bdf8 0%, #1d4ed8 100%);
}

.home-product-image-pink {
    background: linear-gradient(135deg, #f9a8d4 0%, #db2777 100%);
}

.home-product-image-green {
    background: linear-gradient(135deg, #86efac 0%, #16a34a 100%);
}

.home-cart-preview,
.home-whatsapp-final,
.home-demo-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.8rem;
    padding: 0.85rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(99, 102, 241, 0.16);
    background: rgba(255, 255, 255, 0.9);
}

.home-cart-preview span,
.home-demo-cart span {
    color: var(--vendix-text-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.home-cart-preview strong,
.home-demo-cart strong {
    display: block;
    color: var(--vendix-text);
    font-size: 0.95rem;
}

.home-cart-preview a,
.home-demo-whatsapp {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: var(--vendix-text);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.home-whatsapp-final {
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.09) 0%, #fff 100%);
    border-color: rgba(16, 185, 129, 0.18);
}

.home-whatsapp-final span {
    padding: 0.25rem 0.55rem;
    background: rgba(16, 185, 129, 0.12);
    color: var(--vendix-success-600);
}

.home-section {
    display: grid;
    gap: 1.35rem;
}

.home-section-heading {
    display: grid;
    gap: 0.75rem;
    max-width: 47rem;
}

.home-section-heading-centered {
    justify-items: center;
    max-width: 54rem;
    margin-inline: auto;
    text-align: center;
}

.home-section-heading h2,
.home-demo-copy h2,
.home-final-cta h2 {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1;
}

.home-section-heading p,
.home-demo-copy p,
.home-final-cta p {
    margin: 0;
    color: var(--vendix-text-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.home-problem {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 30px;
    background:
        radial-gradient(circle at 0% 0%, rgba(248, 113, 113, 0.08), transparent 16rem),
        linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
    border: 1px solid rgba(248, 113, 113, 0.12);
    box-shadow: var(--vendix-shadow-card);
}

.home-chat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.home-chat-grid span {
    position: relative;
    padding: 0.9rem 1rem;
    border-radius: 1.2rem 1.2rem 1.2rem 0.35rem;
    background: #f4f7ff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    color: var(--vendix-text);
    font-weight: 900;
    box-shadow: 0 14px 24px -22px rgba(15, 23, 42, 0.28);
}

.home-chat-grid span:nth-child(even) {
    border-radius: 1.2rem 1.2rem 0.35rem 1.2rem;
    background: rgba(248, 113, 113, 0.08);
    border-color: rgba(248, 113, 113, 0.14);
}

.home-problem-summary {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    align-items: center;
    padding: 1.1rem;
    border-radius: 1.4rem;
    background: linear-gradient(135deg, #111827 0%, #3b1d56 56%, #312e81 100%);
    color: #fff;
}

.home-problem-summary p,
.home-problem-summary strong {
    margin: 0;
    line-height: 1.65;
}

.home-problem-summary p {
    color: rgba(255, 255, 255, 0.76);
}

.home-value-grid,
.home-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-value-mobile-list,
.home-steps-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-value-mobile-list {
    display: grid;
    gap: 0.75rem;
}

.home-value-mobile-list article,
.home-steps-mobile-list li {
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    border: 1px solid var(--vendix-border);
    box-shadow: var(--vendix-shadow-soft);
}

.home-value-mobile-list strong,
.home-steps-mobile-list strong {
    color: var(--vendix-text);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.home-value-mobile-list span,
.home-steps-mobile-list span {
    color: var(--vendix-text-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-value-card,
.home-results-grid article,
.home-steps-grid article,
.home-compare-card {
    position: relative;
    overflow: hidden;
    padding: 1.45rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    border: 1px solid var(--vendix-border);
    box-shadow: var(--vendix-shadow-card);
}

.home-compare-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.34rem;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.34) 0%, rgba(148, 163, 184, 0) 100%);
}

.home-value-card span,
.home-steps-grid article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.65rem;
    height: 2.65rem;
    padding: 0 0.65rem;
    border-radius: 1rem;
    background: var(--vendix-accent);
    color: var(--vendix-brand-600);
    font-weight: 900;
}

.home-value-card h3,
.home-results-grid h3,
.home-steps-grid h3,
.home-compare-card h3 {
    margin: 1rem 0 0.5rem;
    color: var(--vendix-text);
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.home-value-card p,
.home-results-grid p,
.home-steps-grid p {
    margin: 0;
    color: var(--vendix-text-muted);
    line-height: 1.7;
}

.home-steps {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 30px;
    background:
        radial-gradient(circle at 10% 12%, rgba(99, 102, 241, 0.12), transparent 20rem),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.home-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-demo {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(1.35rem, 4vw, 3rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 34px;
    background: #111827;
    color: #fff;
    overflow: hidden;
}

.home-demo .home-kicker {
    background: rgba(255, 255, 255, 0.1);
    color: #c7d2fe;
}

.home-demo-copy {
    display: grid;
    gap: 1rem;
}

.home-demo-copy h2,
.home-demo-copy p {
    color: #fff;
}

.home-demo-copy p,
.home-demo-list {
    color: rgba(255, 255, 255, 0.78);
}

.home-demo-list {
    display: grid;
    gap: 0.7rem;
}

.home-demo-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-weight: 800;
}

.home-demo-board {
    border-radius: 1.8rem;
    padding: 0.9rem;
}

.home-demo-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 1rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, #4338ca 0%, #be185d 100%);
    color: #fff;
}

.home-demo-logo {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.45rem;
}

.home-demo-hero span {
    padding: 0.25rem 0.55rem;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.home-demo-content {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 0.8rem;
    margin-top: 0.85rem;
}

.home-demo-filters {
    display: grid;
    align-content: start;
    gap: 0.55rem;
    padding: 0.85rem;
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid var(--vendix-border);
}

.home-demo-filters strong {
    color: var(--vendix-text);
}

.home-demo-filters span {
    min-height: 2.15rem;
    padding: 0.55rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: var(--vendix-text-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.home-demo-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.home-demo-products article button {
    min-height: 2.35rem;
    border: 0;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, var(--vendix-brand-500) 0%, var(--vendix-brand-600) 100%);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
}

.home-demo-cart {
    background: #fff;
}

.home-demo-whatsapp {
    background: linear-gradient(135deg, var(--vendix-whatsapp-500) 0%, var(--vendix-success-500) 100%);
}

.home-results-grid article {
    min-height: 12rem;
}

.home-compare {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(1.2rem, 3vw, 2rem);
}

.home-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-compare-mobile {
    display: grid;
    gap: 0.8rem;
}

.home-compare-mobile details {
    overflow: hidden;
    border-radius: 1.1rem;
    border: 1px solid var(--vendix-border);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    box-shadow: var(--vendix-shadow-soft);
}

.home-compare-mobile summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    color: var(--vendix-text);
    font-size: 0.98rem;
    font-weight: 900;
    list-style: none;
}

.home-compare-mobile summary::-webkit-details-marker {
    display: none;
}

.home-compare-mobile ul {
    margin: 0;
    padding: 0 1.1rem 1rem 2rem;
    color: var(--vendix-text-muted);
    display: grid;
    gap: 0.55rem;
    font-weight: 800;
}

.home-compare-card-muted {
    background:
        radial-gradient(circle at top left, rgba(248, 113, 113, 0.08) 0%, transparent 11rem),
        linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
    border-color: rgba(226, 232, 240, 0.96);
}

.home-compare-card-muted::before {
    background: linear-gradient(90deg, rgba(248, 113, 113, 0.82) 0%, rgba(248, 113, 113, 0.08) 100%);
}

.home-compare-card-strong {
    border-color: rgba(99, 102, 241, 0.22);
    background:
        radial-gradient(circle at 100% 0%, rgba(99, 102, 241, 0.12), transparent 12rem),
        radial-gradient(circle at 0% 100%, rgba(16, 185, 129, 0.08), transparent 10rem),
        #ffffff;
}

.home-compare-card h3 {
    margin-bottom: 0.8rem;
}

.home-compare-card-strong::before {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.9) 0%, rgba(99, 102, 241, 0.56) 100%);
}

.home-compare-card ul {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.home-compare-card li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    color: var(--vendix-text-muted);
    font-weight: 800;
    line-height: 1.45;
}

.home-compare-card li::before {
    display: none;
}

.home-compare-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.55rem;
    width: 1.55rem;
    height: 1.55rem;
    margin-top: 0.06rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
}

.home-compare-icon-positive {
    background: rgba(16, 185, 129, 0.14);
    color: #059669;
    box-shadow: 0 0 0 0.28rem rgba(16, 185, 129, 0.08);
}

.home-compare-icon-negative {
    background: rgba(248, 113, 113, 0.12);
    color: #dc2626;
    box-shadow: 0 0 0 0.28rem rgba(248, 113, 113, 0.08);
}

.home-compare-card li > span:last-child {
    flex: 1 1 auto;
}

.home-compare-card-muted li {
    color: #7c8798;
}

.home-compare-card-strong li {
    color: #52647e;
}

.home-final-cta {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 34px;
    text-align: center;
    background:
        radial-gradient(circle at 20% 0%, rgba(99, 102, 241, 0.18), transparent 22rem),
        radial-gradient(circle at 85% 100%, rgba(16, 185, 129, 0.14), transparent 20rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 30px 70px -46px rgba(15, 23, 42, 0.32);
}

.home-final-cta p {
    max-width: 44rem;
}

.home-final-cta small {
    color: var(--vendix-text-muted);
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .home-hero,
    .home-demo,
    .home-compare {
        grid-template-columns: 1fr;
    }

    .home-phone-shell {
        margin-inline: auto;
    }

    .home-demo-board {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .home-chat-grid,
    .home-value-grid,
    .home-results-grid,
    .home-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-problem-summary,
    .home-compare-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .home-mobile-only {
        display: block;
    }

    .home-mobile-inline {
        display: inline;
    }

    .home-desktop-only {
        display: none !important;
    }

    .home-conversion-page {
        gap: 2.5rem;
        padding-top: 0.75rem;
    }

    .home-hero,
    .home-problem,
    .home-steps,
    .home-demo,
    .home-final-cta {
        border-radius: 24px;
        padding: 1.1rem;
    }

    .home-hero h1 {
        font-size: clamp(2.55rem, 13vw, 3.5rem);
    }

    .home-hero-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.55;
    }

    .home-hero-actions,
    .home-final-actions,
    .home-inline-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-primary-cta,
    .home-secondary-cta {
        width: 100%;
    }

    .home-phone-shell {
        width: min(100%, 20rem);
        border-radius: 1.45rem;
    }

    .home-store-hero-mini {
        padding: 0.85rem;
    }

    .home-store-hero-mini h2,
    .home-demo-hero h3 {
        font-size: 1.3rem;
    }

    .home-store-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-chat-grid,
    .home-demo-products,
    .home-product-grid-mini,
    .home-demo-content {
        grid-template-columns: 1fr;
    }

    .home-chat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .home-chat-grid span {
        padding: 0.8rem 0.85rem;
        font-size: 0.84rem;
        line-height: 1.3;
    }

    .home-value-grid,
    .home-results-grid,
    .home-steps-grid {
        grid-template-columns: 1fr;
    }

    .home-cart-preview,
    .home-demo-cart {
        align-items: stretch;
        flex-direction: column;
    }

    .home-cart-preview a,
    .home-demo-whatsapp {
        justify-content: center;
        width: 100%;
    }

    .home-demo-board {
        order: -1;
        padding: 0.75rem;
    }

    .home-demo-hero {
        padding: 0.85rem;
    }

    .home-demo-logo {
        width: 3.4rem;
        height: 3.4rem;
    }

    .home-demo-filters {
        display: none;
    }

    .home-demo-products article:last-child {
        display: none;
    }

    .home-results-grid article {
        min-height: auto;
        padding: 1rem;
    }

    .home-results-grid article:nth-child(3) {
        display: none;
    }
}
