/* Letterhead PDP — premium SEO content block */
.lh-premium-content {
    --lh-navy: #0b2545;
    --lh-navy-soft: #133e72;
    --lh-gold: #bf953f;
    --lh-gold-dark: #8a6d12;
    --lh-bg: #f4f6f9;
    --lh-surface: #ffffff;
    --lh-border: rgba(11, 37, 69, 0.08);
    --lh-muted: #64748b;
    --lh-text: #1e293b;
    --lh-radius: 16px;
    --lh-shadow: 0 8px 32px rgba(11, 37, 69, 0.06);
    --lh-shadow-lg: 0 16px 48px rgba(11, 37, 69, 0.1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--lh-bg);
    border-top: 1px solid var(--lh-border);
    color: var(--lh-text);
    -webkit-font-smoothing: antialiased;
}

.lh-premium-content h2,
.lh-premium-content h3,
.lh-premium-content h4 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: var(--lh-navy);
    letter-spacing: -0.02em;
}

.lh-premium-content__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 20px 64px;
}

/* Intro */
.lh-premium-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

.lh-premium-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lh-gold-dark);
    background: rgba(191, 149, 63, 0.1);
    border-radius: 999px;
}

.lh-premium-intro h2 {
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px;
}

.lh-premium-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 24px;
}

.lh-premium-intro-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.lh-premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lh-premium-btn--primary {
    background: linear-gradient(135deg, var(--lh-navy) 0%, var(--lh-navy-soft) 100%);
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(11, 37, 69, 0.25);
}

.lh-premium-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(11, 37, 69, 0.3);
}

.lh-premium-btn--ghost {
    background: var(--lh-surface);
    color: var(--lh-navy) !important;
    border-color: var(--lh-border);
}

.lh-premium-btn--ghost:hover {
    border-color: var(--lh-gold);
    color: var(--lh-gold-dark) !important;
}

/* Blocks */
.lh-premium-block {
    margin-bottom: 32px;
    padding: 28px;
    background: var(--lh-surface);
    border: 1px solid var(--lh-border);
    border-radius: var(--lh-radius);
    box-shadow: var(--lh-shadow);
}

.lh-premium-block--surface {
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.lh-premium-block--dark {
    background: linear-gradient(145deg, var(--lh-navy) 0%, #0a1f38 100%);
    border-color: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
}

.lh-premium-block--dark h3,
.lh-premium-block--dark .lh-premium-block__label {
    color: #fff;
}

.lh-premium-block--hub {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    padding-bottom: 36px;
}

.lh-premium-block__head {
    margin-bottom: 22px;
}

.lh-premium-block__head--center {
    text-align: center;
}

.lh-premium-block__label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lh-gold);
    margin-bottom: 8px;
}

.lh-premium-block__head h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
}

.lh-premium-sub {
    margin: 10px auto 0;
    max-width: 560px;
    font-size: 0.95rem;
    color: var(--lh-muted);
    line-height: 1.6;
}

.lh-premium-subhead {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lh-muted);
    margin: 28px 0 14px;
}

.lh-premium-note {
    font-size: 0.9rem;
    color: #475569;
    margin: 0 0 16px;
    line-height: 1.55;
}

/* Specs panel — production & pricing */
.lh-specs-panel {
    margin-bottom: 32px;
    padding: 32px 28px;
    background: linear-gradient(165deg, #fff 0%, #f8fafc 50%, #f1f5f9 100%);
    border: 1px solid var(--lh-border);
    border-radius: 20px;
    box-shadow: var(--lh-shadow-lg);
    position: relative;
    overflow: hidden;
}

.lh-specs-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--lh-navy) 0%, var(--lh-gold) 50%, var(--lh-navy-soft) 100%);
}

.lh-specs-panel__head {
    text-align: center;
    margin-bottom: 28px;
}

.lh-specs-panel__head h3 {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    margin: 0;
}

.lh-print-compare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.lh-print-card {
    padding: 22px 20px;
    background: var(--lh-surface);
    border: 1px solid var(--lh-border);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(11, 37, 69, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.lh-print-card--digital {
    border-top: 4px solid var(--lh-navy-soft);
}

.lh-print-card--offset {
    border-top: 4px solid var(--lh-gold);
}

.lh-print-card__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, var(--lh-navy) 0%, var(--lh-navy-soft) 100%);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(11, 37, 69, 0.2);
}

.lh-print-card--offset .lh-print-card__icon {
    background: linear-gradient(135deg, var(--lh-gold) 0%, var(--lh-gold-dark) 100%);
    box-shadow: 0 4px 14px rgba(191, 149, 63, 0.3);
}

.lh-print-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--lh-navy);
    margin: 0 0 14px;
}

.lh-print-card__stats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-print-card__stats li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.lh-print-card__stats li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lh-print-card__stats li > i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: var(--lh-gold-dark);
    background: rgba(191, 149, 63, 0.1);
    border-radius: 8px;
    margin-top: 2px;
}

.lh-print-card__stats li span {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #475569;
}

.lh-print-card__stats li strong {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lh-muted);
    margin-bottom: 2px;
}

.lh-pricing-matrix {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.lh-pricing-card {
    position: relative;
    padding: 18px 14px;
    text-align: center;
    background: var(--lh-surface);
    border: 1px solid var(--lh-border);
    border-radius: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lh-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lh-shadow);
}

.lh-pricing-card--featured {
    border-color: rgba(191, 149, 63, 0.5);
    background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
    box-shadow: 0 8px 28px rgba(191, 149, 63, 0.15);
}

.lh-pricing-card__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--lh-gold);
    border-radius: 999px;
    white-space: nowrap;
}

.lh-pricing-card__qty {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--lh-navy);
    margin-bottom: 6px;
}

.lh-pricing-card__price {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--lh-gold-dark);
    margin-bottom: 8px;
}

.lh-pricing-card__method {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lh-navy);
    background: rgba(11, 37, 69, 0.06);
    border-radius: 999px;
}

.lh-pricing-card--featured .lh-pricing-card__method {
    background: rgba(191, 149, 63, 0.15);
    color: var(--lh-gold-dark);
}

.lh-pricing-card p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--lh-muted);
}

/* Table */
.lh-premium-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid #eef2f6;
}

.lh-premium-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 0;
}

.lh-premium-table thead th {
    padding: 14px 16px;
    background: #f8fafc;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lh-muted);
    text-align: left;
    border-bottom: 1px solid #eef2f6;
}

.lh-premium-table tbody th,
.lh-premium-table tbody td {
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    text-align: left;
}

.lh-premium-table tbody th {
    font-weight: 600;
    color: var(--lh-navy);
}

.lh-premium-table tbody tr:last-child th,
.lh-premium-table tbody tr:last-child td {
    border-bottom: none;
}

.lh-premium-table tbody tr:hover {
    background: #fafbfd;
}

.lh-premium-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--lh-navy);
    background: rgba(191, 149, 63, 0.12);
    border-radius: 999px;
}

/* Why grid */
.lh-premium-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-premium-why-grid li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #334155;
}

.lh-premium-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--lh-gold) 0%, var(--lh-gold-dark) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 0.7rem;
}

/* Steps */
.lh-premium-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: lh-step;
}

.lh-premium-step {
    position: relative;
    padding: 20px 16px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
}

.lh-premium-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    background: var(--lh-navy);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.2);
}

.lh-premium-step strong {
    display: block;
    font-size: 0.92rem;
    color: var(--lh-navy);
    margin-bottom: 6px;
    line-height: 1.3;
}

.lh-premium-step p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #64748b;
}

/* Testimonials */
.lh-premium-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.lh-premium-quote {
    margin: 0;
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.lh-premium-quote__stars {
    color: var(--lh-gold);
    font-size: 0.75rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.lh-premium-quote p {
    margin: 0 0 16px;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #e2e8f0;
    font-style: italic;
}

.lh-premium-quote footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lh-premium-quote__avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--lh-navy);
    background: linear-gradient(135deg, var(--lh-gold) 0%, #d4af6a 100%);
    border-radius: 50%;
}

.lh-premium-quote footer strong {
    display: block;
    font-size: 0.88rem;
    color: #fff;
    font-style: normal;
}

.lh-premium-quote footer em {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    font-style: normal;
}

/* Product cards */
.lh-premium-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.lh-premium-card-grid--stationery {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.lh-premium-product-card--stationery {
    align-items: flex-start;
    min-height: 96px;
}

.lh-premium-product-card__from {
    display: block;
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    font-style: normal;
    color: var(--lh-gold-dark);
}

.lh-premium-product-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: var(--lh-surface);
    border: 1px solid var(--lh-border);
    border-radius: 14px;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lh-premium-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(191, 149, 63, 0.45);
    box-shadow: var(--lh-shadow-lg);
}

.lh-premium-product-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--lh-gold-dark);
    background: rgba(191, 149, 63, 0.12);
    border-radius: 12px;
}

.lh-premium-product-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lh-premium-product-card__body strong {
    font-size: 0.92rem;
    color: var(--lh-navy);
    line-height: 1.3;
}

.lh-premium-product-card__body span {
    font-size: 0.78rem;
    color: var(--lh-muted);
    line-height: 1.45;
}

.lh-premium-product-card__arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lh-muted);
    background: #f1f5f9;
    border-radius: 50%;
    font-size: 0.75rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.lh-premium-product-card:hover .lh-premium-product-card__arrow {
    background: var(--lh-navy);
    color: #fff;
}

.lh-premium-product-card__price {
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--lh-gold-dark);
    white-space: nowrap;
}

.lh-premium-product-card--price {
    flex-wrap: wrap;
}

.lh-premium-product-card--price .lh-premium-product-card__price {
    width: 100%;
    margin-left: 58px;
    margin-top: -4px;
}

/* Guide chips */
.lh-premium-guide-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.lh-premium-guide-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--lh-surface);
    border: 1px solid var(--lh-border);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lh-navy) !important;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lh-premium-guide-chip i {
    color: var(--lh-gold);
    font-size: 0.75rem;
}

.lh-premium-guide-chip:hover {
    border-color: var(--lh-gold);
    background: #fffdf8;
    box-shadow: 0 4px 16px rgba(191, 149, 63, 0.12);
}

.lh-premium-guide-chip--city i {
    color: var(--lh-navy-soft);
}

/* Showcase (included partial) */
.lh-showcase {
    padding: 40px 0 8px;
    background: var(--lh-bg, #f4f6f9);
}

.lh-showcase__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.lh-showcase__head {
    text-align: center;
    margin-bottom: 28px;
}

.lh-showcase__head h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--lh-navy, #0b2545);
}

.lh-showcase__head p {
    margin: 0 auto;
    max-width: 640px;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.65;
}

.lh-showcase__head::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, var(--lh-gold, #bf953f), var(--lh-gold-dark, #8a6d12));
    border-radius: 2px;
}

.lh-showcase__featured {
    margin-bottom: 16px;
    border-radius: var(--lh-radius, 16px);
    overflow: hidden;
    border: 1px solid var(--lh-border, rgba(11, 37, 69, 0.08));
    box-shadow: var(--lh-shadow, 0 8px 32px rgba(11, 37, 69, 0.06));
    background: #fff;
}

.lh-showcase__featured img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 480px;
}

.lh-showcase__featured figcaption {
    padding: 12px 18px;
    font-size: 0.82rem;
    color: #64748b;
    text-align: center;
    background: #fafbfc;
    border-top: 1px solid #eef2f6;
}

.lh-showcase__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}

.lh-showcase__card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--lh-border, rgba(11, 37, 69, 0.08));
    background: #fff;
    box-shadow: 0 4px 16px rgba(11, 37, 69, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lh-showcase__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lh-shadow-lg, 0 16px 48px rgba(11, 37, 69, 0.1));
}

.lh-showcase__card img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.lh-showcase__card figcaption {
    padding: 10px 14px;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #64748b;
}

/* Mobile responsive tables */
@media (max-width: 767px) {
    .lh-premium-content__inner {
        padding: 32px 16px 48px;
    }

    .lh-premium-block {
        padding: 20px 16px;
        margin-bottom: 20px;
    }

    .lh-premium-duo {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lh-print-compare {
        grid-template-columns: 1fr;
    }

    .lh-pricing-matrix {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 12px 4px 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .lh-pricing-card {
        flex: 0 0 148px;
        scroll-snap-align: start;
    }

    .lh-specs-panel {
        padding: 24px 16px;
    }

    .lh-premium-table thead {
        display: none;
    }

    .lh-premium-table tbody tr {
        display: block;
        margin-bottom: 12px;
        padding: 4px 0 12px;
        border: 1px solid #eef2f6;
        border-radius: 12px;
        background: #fafbfc;
    }

    .lh-premium-table tbody th,
    .lh-premium-table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 14px;
        border-bottom: 1px solid #eef2f6;
        text-align: right;
    }

    .lh-premium-table tbody th {
        background: var(--lh-navy);
        color: #fff;
        border-radius: 11px 11px 0 0;
        text-align: left;
        font-size: 0.9rem;
    }

    .lh-premium-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--lh-muted);
        text-align: left;
        flex-shrink: 0;
    }

    .lh-premium-table tbody tr:last-child td:last-child {
        border-bottom: none;
    }

    .lh-premium-why-grid {
        grid-template-columns: 1fr;
    }

    .lh-premium-steps {
        grid-template-columns: 1fr;
    }

    .lh-premium-testimonials {
        grid-template-columns: 1fr;
    }

    .lh-premium-card-grid,
    .lh-premium-card-grid--products {
        grid-template-columns: 1fr;
    }

    .lh-premium-product-card--price .lh-premium-product-card__price {
        margin-left: 58px;
    }

    .lh-showcase__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .lh-showcase__card img {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .lh-premium-intro-cta {
        flex-direction: column;
    }

    .lh-premium-btn {
        width: 100%;
    }

    .lh-showcase__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lh-premium-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .lh-premium-testimonials {
        grid-template-columns: 1fr;
    }

    .lh-pricing-matrix {
        grid-template-columns: repeat(3, 1fr);
    }
}
