/* Info / CMS pages — mobile app style */
.info-page-wrap {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0));
    background: #f3f4f6;
    min-height: 60vh;
}

.info-page-hero {
    background: linear-gradient(145deg, #1f2937 0%, #374151 55%, #4b5563 100%);
    color: #fff;
    padding: 16px 0 28px;
    position: relative;
    overflow: hidden;
}

.info-page-hero::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -30px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(249, 168, 37, .35) 0%, transparent 70%);
    border-radius: 50%;
}

.info-page-hero .grsav-container {
    position: relative;
    z-index: 1;
}

.info-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 6px 0;
}

.info-back-link:hover {
    color: #F9A825;
}

.info-page-hero h1 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -.02em;
}

.info-page-hero .info-hero-sub {
    font-size: 13px;
    opacity: .85;
    margin: 0;
}

.info-hero-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #F9A825, #FF6F00);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 12px;
}

.info-page-body {
    margin-top: -18px;
    position: relative;
    z-index: 2;
}

.info-content-card {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 16px 28px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .06);
    min-height: 200px;
}

.info-content-card .content-page,
.info-content-card .info-section {
    font-size: 15px;
    line-height: 1.65;
    color: #374151;
}

.info-lead {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}

.info-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.info-stat-card {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fde68a;
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
}

.info-stat-card i {
    font-size: 22px;
    color: #d97706;
    display: block;
    margin-bottom: 6px;
}

.info-stat-num {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1f2937;
}

.info-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.info-section {
    margin-bottom: 24px;
}

.info-section h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-section h2 i {
    color: #F9A825;
}

.info-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list-check li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid #f3f4f6;
}

.info-list-check li:last-child {
    border-bottom: none;
}

.info-list-check li::before {
    content: '\F26B';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 10px;
    color: #10b981;
    font-size: 14px;
}

.info-card-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-mini-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px;
}

.info-mini-card strong {
    display: block;
    color: #111827;
    margin-bottom: 4px;
}

.info-mini-card p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.info-hero-quote {
    background: linear-gradient(135deg, #1f2937, #374151);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 24px;
}

.info-quote-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    line-height: 1.5;
}

.info-action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    text-decoration: none;
    color: #111827;
    transition: transform .15s, box-shadow .15s;
}

.info-action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    color: #111827;
}

.info-action-card i {
    font-size: 28px;
    color: #F9A825;
    margin-bottom: 8px;
}

.info-action-card span {
    font-weight: 700;
    font-size: 14px;
}

.info-action-card small {
    color: #6b7280;
    font-size: 12px;
    margin-top: 4px;
}

.info-action-whatsapp i {
    color: #25d366;
}

/* FAQ accordion */
.info-faq-wrap {
    margin-top: 8px;
}

.info-faq-cat {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin: 20px 0 10px;
}

.info-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
}

.info-faq-item summary {
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

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

.info-faq-item summary::before {
    content: '\F4FE';
    font-family: 'bootstrap-icons';
    color: #F9A825;
    flex-shrink: 0;
}

.info-faq-item[open] summary::before {
    content: '\F2EA';
}

.info-faq-answer {
    padding: 0 16px 14px 40px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* Contact form */
.info-contact-form {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    margin-top: 24px;
}

.info-contact-form h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.info-contact-form .form-control {
    border-radius: 10px;
    min-height: 46px;
}

.btn-primary-grsav {
    background: linear-gradient(135deg, #F9A825, #FF6F00);
    border: none;
    color: #1e293b;
    font-weight: 700;
}

.btn-primary-grsav:hover {
    background: linear-gradient(135deg, #FFB300, #FF8F00);
    color: #111827;
}

.info-contact-form .btn-primary-grsav {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
}

/* Catalog page */
.catalog-brand-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.catalog-brand-scroll::-webkit-scrollbar {
    display: none;
}

.catalog-brand-pill {
    flex-shrink: 0;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #374151;
}

.catalog-brand-pill:hover {
    border-color: #F9A825;
    color: #111827;
}

.catalog-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.catalog-cat-tile {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow .15s;
}

.catalog-cat-tile:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    color: inherit;
}

.catalog-cat-tile .cat-icon-lg {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #F9A825, #FF6F00);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1e293b;
    margin-bottom: 10px;
}

.catalog-download-card {
    background: linear-gradient(135deg, #1f2937, #374151);
    color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
}

.catalog-download-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.catalog-download-card p {
    font-size: 13px;
    opacity: .9;
    margin-bottom: 14px;
}

/* Warranty */
.warranty-tier-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.warranty-tier {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
}

.warranty-tier i {
    font-size: 24px;
    color: #F9A825;
}

@media (min-width: 768px) {
    .info-page-hero h1 {
        font-size: 1.75rem;
    }

    .info-content-card {
        border-radius: 20px;
        margin: 0 16px;
        padding: 28px 24px 36px;
    }

    .info-page-body {
        margin-top: -24px;
    }

    .info-card-row.info-card-row-3 {
        flex-direction: row;
    }

    .info-card-row.info-card-row-3 .info-action-card {
        flex: 1;
    }

    .catalog-cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
