.license-store-hero {
    background: var(--bg-body, #f8f9fc);
    padding: 4.5rem 0 3.5rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color, #e3e6f0);
    border-top: 1px solid var(--border-color, #e3e6f0);
    position: relative;
}

.license-store-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(78, 115, 223, 0.05) 0%, rgba(54, 185, 204, 0.05) 100%);
    pointer-events: none;
}

.license-store-hero h1 { 
    font-size: 2.5rem; 
    font-weight: 800; 
    color: var(--text-main, #2e384d);
    margin-bottom: 1rem; 
    position: relative;
}

.license-store-hero p { 
    font-size: 1.15rem; 
    color: var(--text-muted, #6e7a8e);
    max-width: 650px; 
    margin: 0 auto; 
    font-weight: 400;
    position: relative;
}

.my-license-link {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-alt, #ffffff);
    border-bottom: 1px solid var(--border-color, #e3e6f0);
    font-size: 0.95rem;
}

.my-license-link span {
    color: var(--text-muted, #6e7a8e);
    margin-right: 0.5rem;
}

.my-license-link a {
    color: var(--link-color, #4e73df);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.my-license-link a:hover {
    color: var(--link-hover, #224abe);
    text-decoration: underline;
}

.product-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.license-card {
    background: var(--bg-card, #fff);
    border-radius: 12px;
    border: 1px solid var(--border-color, #eaedf3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.license-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover, 0 15px 35px rgba(0, 0, 0, 0.1));
    border-color: var(--border-hover, #d1d9e6);
}

.card-decoration {
    height: 6px;
    background: linear-gradient(90deg, #4e73df 0%, #36b9cc 100%);
    width: 100%;
}

.license-card-header {
    padding: 2.5rem 2rem 1.5rem;
    text-align: center;
}

.product-icon-wrap {
    width: 72px; 
    height: 72px;
    margin: 0 auto 1.5rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    background: var(--bg-alt, #f8f9fc);
    border-radius: 16px;
    color: var(--link-color, #4e73df);
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-icon-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.license-card-header h3 { 
    margin: 0 0 0.5rem 0; 
    font-size: 1.4rem; 
    font-weight: 700; 
    color: var(--text-main, #2e384d);
}

.version-badge {
    display: inline-block;
    background: var(--bg-input, #eef2f7);
    color: var(--text-muted, #6e7a8e);
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid var(--border-color, transparent);
}

.license-card-body {
    padding: 0 2rem 2rem;
    flex-grow: 1;
    text-align: center;
}

.license-card-body p { 
    color: var(--text-muted, #6e7a8e); 
    font-size: 0.95rem; 
    line-height: 1.6; 
    margin: 0;
}

.license-card-footer {
    padding: 1.5rem 2rem 2rem;
    text-align: center;
    background: var(--bg-card, #fafbfd);
    border-top: 1px solid var(--border-color, #eaedf3);
}

.btn-contact-license {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--link-color, #4e73df);
    border: 2px solid var(--link-color, #4e73df);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    width: 100%;
}

.btn-contact-license:hover { 
    background: var(--link-color, #4e73df); 
    color: var(--bg-card, #fff); 
    text-decoration: none;
    border-color: var(--link-color, #4e73df);
}

/* ── Pricing Tiers ── */
.pricing-tiers {
    border-top: 1px solid var(--border-color, #eaedf3);
    padding-top: 1rem;
}

.pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.9rem;
}

.tier-label {
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    border-radius: 4px;
    font-size: 0.78rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.tier-trial    { background: #e9ecef; color: #495057; }
.tier-standard { background: #dbeafe; color: #1d4ed8; }
.tier-lifetime { background: #fef3c7; color: #92400e; }

.tier-price {
    font-weight: 700;
    color: var(--text-main, #2e384d);
    font-size: 0.95rem;
}
