﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #3bbcff;
    --primary-dark: #1094dc;
    --secondary: #19d0f4;
    --accent: #7df0ba;
    --surface: #08131d;
    --surface-soft: #0d1c29;
    --surface-elevated: #102434;
    --surface-card: #13293b;
    --ink: #f4fbff;
    --ink-soft: #a8c2d6;
    --success: #25d366;
    --shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    --border-soft: rgba(125, 194, 226, 0.14);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--ink);
    background: var(--surface);
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(59, 188, 255, 0.18), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(125, 240, 186, 0.1), transparent 22%),
        radial-gradient(circle at 50% 78%, rgba(16, 148, 220, 0.14), transparent 26%),
        linear-gradient(180deg, rgba(5, 14, 22, 0.96) 0%, rgba(8, 19, 29, 0.98) 100%);
    z-index: -2;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.9));
    z-index: -1;
    pointer-events: none;
}

main,
header,
.whatsapp-float {
    position: relative;
    z-index: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(31, 162, 255, 0.88) 0%, rgba(18, 216, 250, 0.84) 52%, rgba(125, 240, 186, 0.78) 100%);
    color: #fff;
    padding: 28px 0 90px;
}

.nav {
    width: min(1200px, 92%);
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.brand {
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.icono {
    display: none;
    font-weight: 700;
}

.enlaces {
    display: flex;
    gap: 28px;
    align-items: center;
}

.enlaces a {
    font-weight: 600;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 48px;
    align-items: center;
}

.tag,
.eyebrow {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tag {
    background: rgba(59, 188, 255, 0.12);
    border: 1px solid rgba(91, 202, 255, 0.28);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.textos h1 {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.05;
    margin-bottom: 18px;
}

.textos h2 {
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 32px 0 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.btn-primary {
    background: linear-gradient(135deg, #157bbd 0%, #0e5f94 100%);
    color: #ffffff;
}

.btn-secondary {
    background: #25d366;
    color: #ffffff;
    border-color: #25d366;
}

.hero-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(255, 255, 255, 0.94);
}

.hero-image-wrap {
    display: flex;
    justify-content: center;
}

.hero-showcase {
    width: min(100%, 520px);
    position: relative;
}

.hero-slide {
    display: none;
}

.hero-slide.active {
    display: block;
}

.hero-showcase-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.active {
    width: 34px;
    background: #ffffff;
}

.hero-dashboard {
    width: min(100%, 520px);
    position: relative;
}

.hero-dashboard::before,
.hero-dashboard::after {
    content: '';
    position: absolute;
    border-radius: 28px;
    inset: auto;
    z-index: 0;
}

.hero-dashboard::before {
    width: 180px;
    height: 180px;
    top: -24px;
    right: -18px;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(4px);
}

.hero-dashboard::after {
    width: 150px;
    height: 150px;
    left: -16px;
    bottom: -22px;
    background: rgba(8, 19, 29, 0.18);
}

.dashboard-window {
    position: relative;
    z-index: 1;
    background: rgba(7, 21, 33, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.28);
    width: 100%;
    min-height: 560px;
}

.window-topbar {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.window-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.window-body {
    padding: 22px;
    display: grid;
    gap: 14px;
}

.dashboard-body,
.receipt-window {
    min-height: 520px;
}

.invoice-panel,
.stat-card,
.chart-card {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.invoice-panel {
    padding: 18px 20px;
}

.invoice-heading,
.line-item,
.mini-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice-heading {
    margin-bottom: 12px;
}

.invoice-heading strong,
.line-item strong,
.stat-card strong,
.chart-card span {
    color: #fff;
}

.invoice-heading span {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(37, 211, 102, 0.18);
    color: #8cffb3;
}

.invoice-lines {
    display: grid;
    gap: 12px;
}

.line-item {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
}

.line-item.total {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 6px;
}

.stats-panel {
    display: grid;
    gap: 12px;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.stat-card {
    padding: 18px;
}

.stat-card span,
.chart-card span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.stat-card strong {
    font-size: 1.45rem;
}

.stat-card.primary {
    background: linear-gradient(135deg, rgba(59, 188, 255, 0.22) 0%, rgba(25, 208, 244, 0.12) 100%);
    text-align: right;
}

.mini-grid {
    gap: 14px;
}

.mini-grid .stat-card {
    width: 100%;
}

.chart-card {
    padding: 18px;
    min-height: 220px;
    position: relative;
    margin-top: auto;
}

.chart-grid {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 52px;
    bottom: 30px;
    display: grid;
    align-content: space-between;
    pointer-events: none;
}

.chart-grid i {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-bars {
    height: 176px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 10px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1600px) and (min-width: 761px) and (max-height: 900px) {
    .hero {
        padding: 24px 0 62px;
    }

    .nav {
        margin-bottom: 28px;
    }

    .hero-content {
        gap: 34px;
    }

    .textos h1 {
        font-size: clamp(2.4rem, 4.2vw, 3.9rem);
    }

    .hero-actions {
        margin: 24px 0 18px;
    }

    .hero-showcase,
    .hero-dashboard {
        width: min(100%, 490px);
    }

    .dashboard-window {
        min-height: 520px;
    }

    .dashboard-body,
    .receipt-window {
        min-height: 480px;
    }

    .chart-card {
        min-height: 200px;
    }

    .chart-bars {
        height: 154px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 761px) and (max-height: 800px) {
    .hero {
        padding: 20px 0 48px;
    }

    .nav {
        margin-bottom: 20px;
    }

    .hero-content {
        gap: 26px;
    }

    .tag {
        margin-bottom: 14px;
    }

    .textos h1 {
        font-size: clamp(2.1rem, 3.8vw, 3.4rem);
        margin-bottom: 12px;
    }

    .hero-actions {
        margin: 18px 0 14px;
    }

    .btn {
        min-width: 164px;
        padding: 12px 18px;
    }

    .hero-showcase,
    .hero-dashboard {
        width: min(100%, 450px);
    }

    .dashboard-window {
        min-height: 470px;
    }

    .window-topbar {
        padding: 12px 16px;
    }

    .window-body,
    .invoice-panel {
        padding: 16px;
    }

    .dashboard-body,
    .receipt-window {
        min-height: 430px;
    }

    .summary-grid,
    .mini-grid {
        gap: 10px;
    }

    .stat-card {
        padding: 14px;
    }

    .stat-card strong {
        font-size: 1.2rem;
    }

    .chart-card {
        min-height: 176px;
        padding: 14px;
    }

    .chart-grid {
        left: 14px;
        right: 14px;
        top: 46px;
        bottom: 26px;
    }

    .chart-bars {
        height: 132px;
        gap: 6px;
    }

    .bar-group small {
        font-size: 0.5rem;
    }

    .receipt-paper {
        width: min(100%, 244px);
        padding: 12px 10px;
    }

    .receipt-brand strong {
        font-size: 0.78rem;
    }

    .receipt-brand span,
    .receipt-footer span,
    .receipt-meta span,
    .receipt-row span,
    .receipt-meta strong,
    .receipt-row strong {
        font-size: 0.62rem;
    }

    .receipt-qr {
        width: 54px;
        height: 54px;
    }
}

.bar-group {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.bar-group i {
    display: block;
    width: 100%;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, rgba(125, 240, 186, 0.9) 0%, rgba(16, 148, 220, 0.78) 100%);
}

.bar-group small {
    font-size: 0.56rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1;
}

.bar-group:nth-child(1) i {
    height: 34%;
    background: linear-gradient(180deg, rgba(92, 215, 255, 0.88) 0%, rgba(16, 148, 220, 0.72) 100%);
}

.bar-group:nth-child(2) i {
    height: 58%;
}

.bar-group:nth-child(3) i {
    height: 44%;
    background: linear-gradient(180deg, rgba(150, 232, 255, 0.88) 0%, rgba(51, 166, 227, 0.72) 100%);
}

.bar-group:nth-child(4) i {
    height: 82%;
    background: linear-gradient(180deg, rgba(125, 240, 186, 0.95) 0%, rgba(33, 173, 142, 0.74) 100%);
}

.bar-group:nth-child(5) i {
    height: 68%;
}

.bar-group:nth-child(6) i {
    height: 52%;
    background: linear-gradient(180deg, rgba(117, 214, 255, 0.88) 0%, rgba(16, 148, 220, 0.68) 100%);
}

.bar-group:nth-child(7) i {
    height: 88%;
    background: linear-gradient(180deg, rgba(125, 240, 186, 0.95) 0%, rgba(33, 173, 142, 0.78) 100%);
}

.bar-group:nth-child(8) i {
    height: 74%;
}

.receipt-paper {
    width: min(100%, 264px);
    background: #f8f8f6;
    color: #121212;
    border-radius: 0;
    padding: 14px 12px;
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.28);
    border: 0;
    font-family: 'Courier New', monospace;
    position: relative;
}

.receipt-window {
    display: flex;
    align-items: center;
    justify-content: center;
}

.receipt-paper::before,
.receipt-paper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background:
        linear-gradient(-45deg, transparent 50%, #f8f8f6 50%),
        linear-gradient(45deg, transparent 50%, #f8f8f6 50%);
    background-size: 12px 10px;
    background-repeat: repeat-x;
}

.receipt-paper::before {
    top: -10px;
    background-position: left top, 6px top;
}

.receipt-paper::after {
    bottom: -10px;
    background-position: left bottom, 6px bottom;
    transform: rotate(180deg);
}

.receipt-brand,
.receipt-footer {
    text-align: center;
}

.receipt-brand strong {
    display: block;
    font-size: 0.84rem;
    margin-bottom: 4px;
}

.receipt-brand span,
.receipt-footer span,
.receipt-meta span,
.receipt-row span {
    display: block;
    font-size: 0.66rem;
}

.receipt-brand span + span {
    margin-top: 2px;
}

.receipt-divider {
    border-top: 1px solid #1d1d1d;
    margin: 9px 0;
}

.receipt-divider.dashed {
    border-top-style: dashed;
}

.receipt-meta,
.receipt-items,
.receipt-totals {
    display: grid;
    gap: 6px;
}

.receipt-meta div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.receipt-meta strong,
.receipt-row strong {
    font-size: 0.66rem;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-start;
}

.receipt-row.heading {
    font-weight: 700;
}

.receipt-row.heading span {
    font-size: 0.62rem;
}

.receipt-row.total {
    font-weight: 700;
    font-size: 0.74rem;
}

.receipt-items .receipt-row span:first-child {
    flex: 1;
}

.receipt-items .receipt-row span:nth-child(2) {
    width: 24px;
    text-align: center;
}

.receipt-items .receipt-row span:last-child,
.receipt-totals .receipt-row strong {
    min-width: 62px;
    text-align: right;
}

.receipt-qr {
    width: 60px;
    height: 60px;
    margin: 12px auto 0;
    display: block;
    background: #fff;
    border: 2px solid #111;
}

.receipt-footer {
    font-size: 0.6rem;
    line-height: 1.4;
}

.receipt-link {
    color: #0d63c7;
}

.section {
    padding: 88px 0;
}

.section-tight {
    padding-top: 64px;
}

.section-light {
    background: rgba(8, 19, 29, 0.72);
}

.section-accent {
    background: linear-gradient(180deg, rgba(13, 28, 41, 0.82) 0%, rgba(11, 23, 34, 0.78) 100%);
}

.section-heading {
    width: min(900px, 92%);
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading h2,
.two-column h2,
.contact-box h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 12px 0 14px;
    color: var(--ink);
}

.section-heading p,
.two-column p,
.contact-box p,
.card p,
.benefit-item p {
    color: var(--ink-soft);
}

.cards-grid {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.card {
    background: var(--surface-card);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-soft);
}

.card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--ink);
}

.carousel {
    width: min(1200px, 92%);
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.carousel-track {
    position: relative;
    min-height: 460px;
}

.carousel-slide {
    display: none;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 28px;
    align-items: stretch;
    background: var(--surface-card);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-soft);
}

.carousel-slide.active {
    display: grid;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.carousel-caption {
    padding: 38px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #102230 0%, #13293b 100%);
}

.carousel-caption h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.12;
    margin: 12px 0 14px;
}

.carousel-caption p {
    color: var(--ink-soft);
    max-width: 36ch;
}

.carousel-control {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: var(--surface-elevated);
    color: var(--ink);
    font-size: 2rem;
    line-height: 1;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid var(--border-soft);
}

.carousel-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(17, 63, 103, 0.18);
}

.carousel-dots {
    width: min(1200px, 92%);
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: rgba(168, 194, 214, 0.28);
    cursor: pointer;
}

.carousel-dot.active {
    width: 34px;
    border-radius: 999px;
    background: var(--primary-dark);
}

.two-column {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: start;
}

.benefits-list {
    display: grid;
    gap: 18px;
}

.benefit-item {
    background: rgba(19, 41, 59, 0.88);
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: var(--shadow);
}

.benefit-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
}

.trial-banner {
    width: min(1100px, 92%);
    margin: 0 auto;
    padding: 34px 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(15, 136, 212, 0.16) 0%, rgba(25, 208, 244, 0.08) 100%);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.trial-banner h2 {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.12;
    margin: 12px 0 14px;
}

.trial-banner p {
    color: var(--ink-soft);
    max-width: 60ch;
}

.trial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.plans-grid {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.plan-card {
    background: var(--surface-card);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-soft);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.plan-card.featured {
    background: linear-gradient(180deg, #0f88d4 0%, #15658f 100%);
    color: #fff;
    transform: translateY(-10px);
}

.plan-card.featured .plan-copy,
.plan-card.featured .plan-features li {
    color: rgba(255, 255, 255, 0.94);
}

.plan-label {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(59, 188, 255, 0.12);
    color: #93daff;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.plan-card.featured .plan-label {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.plan-card h3 {
    font-size: 1.6rem;
    line-height: 1.15;
}

.plan-card .btn {
    margin-top: auto;
}

.plan-copy {
    color: var(--ink-soft);
}

.plan-features {
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--ink);
}

.plan-features li::before {
    content: '•';
    color: var(--primary-dark);
    margin-right: 10px;
}

.btn-outline {
    border-color: rgba(91, 202, 255, 0.22);
    color: var(--ink);
    background: transparent;
}

.faq-list {
    width: min(980px, 92%);
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    background: rgba(19, 41, 59, 0.88);
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    padding: 20px 24px;
    box-shadow: var(--shadow);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--ink);
    position: relative;
    padding-right: 28px;
}

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

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 1.4rem;
    color: var(--primary-dark);
}

.faq-item[open] summary::after {
    content: '−';
}

.faq-item p {
    margin-top: 14px;
    color: var(--ink-soft);
}

.contact-box {
    width: min(1100px, 92%);
    margin: 0 auto;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0d2333 0%, #12364b 52%, #14526d 100%);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-soft);
}

.contact-box h2,
.contact-box p,
.contact-box .eyebrow {
    color: #fff;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contact-box .btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #04111b;
}

.contact-box .btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--success);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
    z-index: 999;
}

.whatsapp-float svg {
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 980px) {
    .hero-content,
    .two-column,
    .contact-box,
    .cards-grid,
    .plans-grid,
    .trial-banner {
        grid-template-columns: 1fr 1fr;
    }

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

    .carousel-slide {
        grid-template-columns: 1fr;
    }

    .carousel-slide img {
        min-height: 320px;
    }

    .contact-box {
        grid-template-columns: 1fr;
    }

    .trial-banner {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 760px) {
    .icono {
        display: inline-flex;
    }

    .enlaces {
        position: absolute;
        top: calc(100% + 16px);
        right: 0;
        width: min(280px, 90vw);
        padding: 18px;
        border-radius: 22px;
        background: rgba(10, 64, 110, 0.94);
        flex-direction: column;
        gap: 16px;
        box-shadow: var(--shadow);
        transition: clip-path 0.35s ease, opacity 0.35s ease;
    }

    .uno {
        opacity: 0;
        pointer-events: none;
        clip-path: circle(0% at 100% 0);
    }

    .dos {
        opacity: 1;
        pointer-events: auto;
        clip-path: circle(150% at 100% 0);
    }

    .hero {
        padding-top: 22px;
    }

    .hero-content,
    .two-column,
    .cards-grid,
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .textos,
    .section-heading {
        text-align: center;
    }

    .carousel {
        grid-template-columns: 1fr;
    }

    .carousel-track {
        min-height: auto;
    }

    .carousel-slide img {
        min-height: 240px;
    }

    .carousel-control {
        display: none;
    }

    .hero-actions,
    .contact-actions,
    .trial-actions {
        justify-content: center;
    }

    .hero-contact {
        align-items: center;
    }

    .hero-dashboard {
        width: min(100%, 460px);
    }

    .hero-showcase {
        width: min(100%, 460px);
    }

    .window-body,
    .invoice-panel {
        padding: 18px;
    }

    .mini-grid {
        flex-direction: column;
    }

    .summary-grid {
        grid-template-columns: 1fr;
    }

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

@media screen and (max-width: 520px) {
    .section {
        padding: 72px 0;
    }

    .card,
    .contact-box {
        padding: 24px;
    }

    .btn {
        width: 100%;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
    }

    .whatsapp-float svg {
        width: 30px;
        height: 30px;
    }
}
