/* Lisanslı Ürün Politikası — yeşil doğrulama teması */
.lp-hero-section {
    background: linear-gradient(135deg, #0d5c2e 0%, #16a34a 45%, #22c55e 100%);
    padding: 100px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.lp-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);
    pointer-events: none;
}

.lp-hero-content {
    position: relative;
    z-index: 1;
}

.lp-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}

.lp-hero-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.95;
    max-width: 720px;
}

.lp-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.lp-hero-badge i {
    color: #bbf7d0;
}

.lp-content-section {
    padding: 70px 0 90px;
    background: #f0fdf4;
}

.lp-content-card {
    background: #fff;
    border-radius: 20px;
    padding: 44px;
    margin-bottom: 28px;
    border: 1px solid #bbf7d0;
    box-shadow: 0 4px 24px rgba(22, 163, 74, 0.08);
}

.lp-content-card h3 {
    color: #14532d;
    font-weight: 700;
    font-size: 1.65rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #22c55e;
}

.lp-content-card p,
.lp-content-card li {
    color: #374151;
    line-height: 1.75;
    font-size: 1.02rem;
}

.lp-content-card ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.lp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.lp-stat {
    text-align: center;
    padding: 20px 12px;
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
    border: 1px solid #86efac;
    border-radius: 14px;
}

.lp-stat strong {
    display: block;
    font-size: 1.75rem;
    color: #15803d;
    font-weight: 800;
}

.lp-stat span {
    font-size: 0.85rem;
    color: #4b5563;
}

.lp-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 14px;
    border: 1px solid #bbf7d0;
}

.lp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 640px;
}

.lp-table thead {
    background: linear-gradient(180deg, #166534 0%, #15803d 100%);
    color: #fff;
}

.lp-table th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
}

.lp-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #dcfce7;
    vertical-align: top;
}

.lp-table tbody tr:hover {
    background: #f0fdf4;
}

.lp-license-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.lp-license-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #166534;
}

.lp-validate {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #dcfce7;
    color: #166534;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.lp-validate i {
    color: #16a34a;
}

/* Ürün sayfaları — lisans şeridi */
.lp-product-strip {
    background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 50%, #ecfdf5 100%);
    border: 1px solid #86efac;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 20px 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.lp-product-strip__label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #166534;
    flex: 0 0 auto;
}

.lp-product-strip__licenses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
}

.lp-product-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #14532d;
}

.lp-product-strip__item i {
    color: #22c55e;
    font-size: 0.75rem;
}

.lp-product-strip__link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #15803d;
    text-decoration: none;
    white-space: nowrap;
}

.lp-product-strip__link:hover {
    color: #166534;
    text-decoration: underline;
}

/* Natro tarzı rozet */
.lp-policy-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 8px;
    background: linear-gradient(135deg, #ecfdf5 0%, #dcfce7 100%);
    border: 2px solid #22c55e;
    border-radius: 10px;
    text-decoration: none;
    color: #14532d;
    font-size: 0.8rem;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
}

.lp-policy-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
    color: #14532d;
    text-decoration: none;
}

.lp-policy-badge__icon {
    width: 32px;
    height: 32px;
    background: #16a34a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.lp-policy-badge__text small {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    .lp-hero-title { font-size: 2.2rem; }
    .lp-content-card { padding: 24px 18px; }
    .lp-product-strip { flex-direction: column; align-items: flex-start; }
}
