:root {
    --featured-primary: #C0392B;
    --featured-primary-dark: #a93226;
    --featured-primary-soft: rgba(192, 57, 43, 0.10);
    --featured-bg: #f8fafc;
    --featured-card: #ffffff;
    --featured-border: #e5e7eb;
    --featured-text: #0f172a;
    --featured-muted: #64748b;
    --featured-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.featured-page {
    background: var(--featured-bg);
    min-height: calc(100vh - 80px);
    padding: 24px 16px 36px;
}

.featured-container {
    max-width: 1360px;
    margin: 0 auto;
}

.featured-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 24px;
}

.featured-hero-content,
.featured-hero-image-card-clean {
    height: 100%;
    min-height: 100%;
}

.featured-hero-content {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 30px 30px 28px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.featured-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.08;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.featured-subtitle-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    max-width: 760px;
}

.featured-subtitle-description::first-letter {
    color: var(--featured-primary);
    font-size: 1.18em;
    font-weight: 800;
}

.featured-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.featured-primary-btn,
.featured-secondary-btn {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    transition: .18s ease;
}

.featured-primary-btn {
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #cbd5e1;
    box-shadow: none;
}

.featured-primary-btn:hover {
    background: #f8fafc;
    color: #111827;
    transform: translateY(-1px);
}

.featured-secondary-btn {
    background: var(--featured-primary);
    color: #ffffff;
    border: 1px solid var(--featured-primary);
    box-shadow: 0 8px 18px rgba(192, 57, 43, 0.18);
}

.featured-secondary-btn:hover {
    background: #d14a3b;
    border-color: #d14a3b;
    transform: translateY(-1px);
}

.featured-info-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.featured-info-label {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.featured-chip-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.featured-specialty-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

.featured-partner-summary-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 18px 18px 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.featured-address {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

.featured-rating-summary {
    margin-top: 4px;
    margin-bottom: 2px;
}

.featured-partner-summary-card .partner-rating-value {
    color: #0f172a;
}

.featured-partner-summary-card .partner-rating-count {
    color: #475569;
}

.featured-partner-summary-card .partner-rating-divider {
    color: #94a3b8;
}

.featured-partner-summary-card .info-chip {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.featured-hero-brand {
    background: transparent;
    border-radius: 28px;
    padding: 0;
    box-shadow: none;
    color: var(--featured-text);
    display: flex;
}

.featured-hero-image-card-clean {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    min-height: 100%;
}

.featured-hero-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    background: #fff;
}

.featured-highlight-intro {
    margin-top: 2px;
}

.featured-section-heading-simple {
    margin-bottom: 16px;
}

.featured-section-heading-simple h2 {
    margin: 0;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.1;
}

.featured-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.featured-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.featured-panel-header h3 {
    margin: 0 0 14px;
    font-size: 22px;
    color: #0f172a;
}

.featured-cards-grid {
    display: grid;
    gap: 16px;
}

.featured-card {
    border: 1px solid #edd4cf;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffefe 0%, #fff7f4 100%);
    box-shadow: 0 12px 26px rgba(192, 57, 43, 0.08);
}

.featured-card-media {
    background: #fff;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 190px;
}

.featured-card-media img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.featured-card-body {
    padding: 18px;
}

.featured-card-body h4 {
    margin: 0 0 8px;
    font-size: 20px;
    color: var(--featured-text);
}

.featured-card-body p {
    margin: 0 0 12px;
    color: var(--featured-muted);
    line-height: 1.6;
}

.featured-price-line {
    color: var(--featured-text);
    font-weight: 700;
    margin-bottom: 8px;
}

.featured-price-line.is-old {
    color: #94a3b8;
    text-decoration: line-through;
}

.featured-price-line.is-new {
    color: var(--featured-primary);
    font-weight: 900;
}

.featured-card-btn {
    min-height: 44px;
    border: none;
    border-radius: 14px;
    padding: 0 16px;
    background: linear-gradient(180deg, var(--featured-primary) 0%, var(--featured-primary-dark) 100%);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(192, 57, 43, 0.20);
}

@media (max-width: 1100px) {
    .featured-hero {
        grid-template-columns: 1fr;
    }

    .featured-hero-image-card-clean {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .featured-page {
        padding: 18px 12px 28px;
    }

    .featured-hero-content,
    .featured-hero-image-card-clean,
    .featured-panel {
        border-radius: 22px;
    }

    .featured-hero-content {
        padding: 20px 18px;
        gap: 14px;
    }

    .featured-title {
        font-size: 28px;
    }

    .featured-subtitle-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .featured-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .featured-primary-btn,
    .featured-secondary-btn {
        flex: 1 1 220px;
    }

    .featured-partner-summary-card {
        padding: 16px 14px 14px;
        border-radius: 18px;
    }

    .featured-hero-image-card-clean {
        min-height: 240px;
    }

    .featured-grid-two {
        grid-template-columns: 1fr;
    }

    .featured-section-heading-simple h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .featured-hero-actions {
        flex-direction: column;
    }

    .featured-primary-btn,
    .featured-secondary-btn {
        width: 100%;
        flex: none;
    }
}

.featured-hero:has(.featured-hero-brand[style*="display: none"]) {
    grid-template-columns: 1fr;
}