.sola-pricing-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
}
.sola-pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}
.sola-card-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.ornek-rapor-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    color: #333;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ornek-rapor-btn:hover {
    background: #724ebf;
    color: #fff;
    transform: scale(1.05);
}
.blob-svg {
    position: absolute;
    top: -80px;
    left: -50px;
    width: 350px;
    height: 350px;
    z-index: 1;
}
.header-content {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    color: #fff;
}
.plan-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 5px;
}
.price-display {
    margin: 10px 0 5px;
}
.price-amount {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.price-period {
    font-size: 14px;
    opacity: 0.85;
}
.sola-card-body {
    padding: 25px 30px 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23e8e8e8' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px;
}
.feature-list::-webkit-scrollbar {
    width: 4px;
}
.feature-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.feature-list::-webkit-scrollbar-thumb {
    background: #724ebf;
    border-radius: 4px;
}
.feature-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
}
.feature-list li .bullet {
    width: 8px;
    height: 8px;
    background: #724ebf;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}
.feature-list li .text {
    flex: 1;
    font-weight: 600;
}
.buy-now-btn {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 65, 108, 0.35);
}
.buy-now-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 65, 108, 0.45);
    color: #fff;
}
