/* Home Specific Styles */

/* Trust Bar / Sellos */
.trust-bar {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.trust-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.trust-logos {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0.6;
}

.logo-item {
    font-weight: 700;
    color: #94a3b8;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Section Head (Beneficios) */
.section-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-head h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.section-head .lead {
    font-size: 1.2rem;
    color: #475569;
}

/* Feature Cards */
.feature-card {
    padding: 32px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #e2e8f0;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: 56px;
    height: 56px;
    background: #f0fdfa;
    color: #0f766e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}


/* Hero Badge (Home only) */
.hero__badge {
    display: inline-block;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: .02em;
}

/* Hero Benefits/Pills (Home only) */
.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.hero-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.icon-wrapper {
    background: rgba(14, 165, 166, 0.2);
    color: #c7f5f0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* Home Preview Section */
.section-preview {
    padding: 48px 0 !important;
    background: #fff;
    overflow: hidden;
}

.section-preview .grid2 {
    align-items: center;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}

/* Adjust text content in preview */
.section-preview .content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    align-items: flex-start;
}

/* Steps List (Home Layout) */
.steps-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: grid;
    gap: 16px;
}

.steps-list li strong {
    display: block;
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.steps-list li p {
    color: #475569;
    margin: 0;
}

/* Responsive Preview */
@media (max-width: 980px) {
    .section-preview .grid2 {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .section-preview .content-side {
        padding-left: 0;
        align-items: center;
    }

    .hero__image {
        display: none;
    }
}

/* Testimonials */
.testimonial-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testimonial-meta div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.testimonial-meta strong {
    font-size: 0.95rem;
    color: #0f172a;
}

.testimonial-meta small {
    font-size: 0.85rem;
    color: #64748b;
}

/* Trust Logos Stamp */
.trust {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}

.trust .kard {
    padding: 18px;
}

.trust__title {
    text-align: center;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.trust__logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: center;
    justify-items: center;
}

.trust__logos li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
}

.trust__logos .logo.small {
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    .trust__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .trust__title {
        font-size: .95rem;
    }
}

/* Comparison Table (Index) */
.cmp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.95rem;
}

.cmp-table th,
.cmp-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.cmp-table thead th {
    font-weight: 800;
    color: #0f172a;
    background: #f8fafc;
}

.cmp-table tbody td:nth-child(2) {
    font-weight: 800;
    color: #0f172a;
}

@media (max-width: 640px) {
    .cmp-table thead {
        display: none;
    }

    .cmp-table,
    .cmp-table tbody,
    .cmp-table tr,
    .cmp-table td {
        display: block;
        width: 100%;
    }

    .cmp-table tbody tr {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 6px 0;
        margin: 10px 0;
    }

    .cmp-table td {
        border: 0;
        padding: 10px 14px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
    }

    .cmp-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #475569;
    }
}

.hero__image .device {
    transform: scale(0.8);
    transform-origin: center right;
}

/* Store Icons (Trust) */
.store-icon {
    height: 16px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}


@media (max-width: 640px) {
    .store-icon {
        height: 14px;
    }
}