/* ============================================
   POS DIGITAL TAME - Estilos de Landing Page
   ============================================ */

/* ===== Hero ===== */
.hero {
    position: relative;
    padding: 5rem 0 6rem;
    background:
        radial-gradient(ellipse at top left, rgba(13, 110, 253, .08) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(13, 110, 253, .05) 0%, transparent 50%),
        linear-gradient(180deg, #fff 0%, var(--pdt-bg-light) 100%);
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1rem;
    background-color: var(--pdt-primary-light);
    color: var(--pdt-primary-dark);
    border-radius: 50px;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--pdt-dark);
}

.hero h1 .text-gradient {
    background: linear-gradient(135deg, var(--pdt-primary) 0%, #6610f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--pdt-text-muted);
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid var(--pdt-border);
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.hero-stat-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--pdt-dark);
    line-height: 1;
}

.hero-stat-label {
    font-size: .875rem;
    color: var(--pdt-text-muted);
    margin-top: .25rem;
}

/* Mockup visual del hero */
.hero-mockup {
    position: relative;
    background: linear-gradient(135deg, var(--pdt-primary) 0%, var(--pdt-primary-dark) 100%);
    border-radius: var(--pdt-radius-lg);
    padding: 2rem;
    box-shadow: var(--pdt-shadow-lg);
    transform: rotate(-1deg);
    transition: transform .3s ease;
}

.hero-mockup:hover {
    transform: rotate(0);
}

.hero-mockup-screen {
    background: #fff;
    border-radius: var(--pdt-radius);
    padding: 1.5rem;
    min-height: 400px;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

.mockup-header {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--pdt-border);
}

.mockup-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
}

.mockup-dot.red    { background: #ef4444; }
.mockup-dot.yellow { background: #f59e0b; }
.mockup-dot.green  { background: #10b981; }

.mockup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem;
    background: var(--pdt-bg-light);
    border-radius: var(--pdt-radius);
    margin-bottom: .5rem;
}

.mockup-product {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.mockup-icon {
    width: 36px;
    height: 36px;
    background: var(--pdt-primary-light);
    color: var(--pdt-primary);
    border-radius: var(--pdt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-total {
    margin-top: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, var(--pdt-primary) 0%, var(--pdt-primary-dark) 100%);
    color: #fff;
    border-radius: var(--pdt-radius);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===== Secciones generales ===== */
.section {
    padding: 5rem 0;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.section-eyebrow {
    display: inline-block;
    color: var(--pdt-primary);
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--pdt-text-muted);
}

/* ===== Características (Features) ===== */
.feature-card {
    background: #fff;
    border: 1px solid var(--pdt-border);
    border-radius: var(--pdt-radius-lg);
    padding: 2rem;
    height: 100%;
    transition: all .3s ease;
}

.feature-card:hover {
    border-color: var(--pdt-primary);
    box-shadow: var(--pdt-shadow-lg);
    transform: translateY(-4px);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: var(--pdt-primary-light);
    color: var(--pdt-primary);
    border-radius: var(--pdt-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: .75rem;
}

.feature-card p {
    color: var(--pdt-text-muted);
    margin-bottom: 0;
}

/* ===== Beneficios (con imagen alternada) ===== */
.benefits-section {
    background: var(--pdt-bg-light);
}

.benefit-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.benefit-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--pdt-success);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.benefit-content h4 {
    font-size: 1.15rem;
    margin-bottom: .25rem;
}

.benefit-content p {
    color: var(--pdt-text-muted);
    margin: 0;
}

/* ===== Planes / Pricing ===== */
.pricing-card {
    background: #fff;
    border: 2px solid var(--pdt-border);
    border-radius: var(--pdt-radius-lg);
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
    transition: all .3s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pdt-shadow-lg);
}

.pricing-card.featured {
    border-color: var(--pdt-primary);
    box-shadow: var(--pdt-shadow-lg);
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pdt-primary);
    color: #fff;
    padding: .35rem 1rem;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
}

.pricing-name {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--pdt-dark);
    margin: 1rem 0;
}

.pricing-price small {
    font-size: .9rem;
    color: var(--pdt-text-muted);
    font-weight: 400;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}

.pricing-features li {
    padding: .5rem 0;
    color: var(--pdt-text);
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pricing-features li i {
    color: var(--pdt-success);
    flex-shrink: 0;
}

.pricing-features li.disabled {
    color: var(--pdt-text-muted);
    text-decoration: line-through;
}

.pricing-features li.disabled i {
    color: var(--pdt-text-muted);
}

/* ===== CTA final ===== */
.cta-section {
    background: linear-gradient(135deg, var(--pdt-primary) 0%, var(--pdt-primary-dark) 100%);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.cta-section h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.15rem;
    opacity: .9;
    margin-bottom: 2rem;
}

.cta-section .btn-light {
    color: var(--pdt-primary);
    font-weight: 600;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .hero { padding: 3rem 0 4rem; }
    .hero-mockup { margin-top: 3rem; transform: rotate(0); }
    .section { padding: 3.5rem 0; }
}
