/* Our Offer page styling */
.page-our-offer .page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(16, 185, 129, 0.08));
}

.page-our-offer .page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.16), transparent 55%);
    pointer-events: none;
}

.page-our-offer .hero-title {
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
}

.page-our-offer .hero-stats .stat-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    box-shadow: 0 8px 18px -12px rgba(15, 23, 42, 0.42);
    min-width: 170px;
}

.page-our-offer .hero-stats .stat-chip-highlight-primary {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border-color: transparent;
    color: #ecfccb;
    box-shadow: 0 24px 46px -28px rgba(21, 128, 61, 0.55);
}

.page-our-offer .hero-stats .stat-chip-highlight-primary .label {
    color: rgba(255, 255, 255, 0.82);
}

.page-our-offer .hero-stats .stat-chip-highlight-primary .value {
    font-size: 1.35rem;
    color: #f8fafc;
    text-shadow: 0 8px 18px rgba(15, 118, 110, 0.45);
}

.page-our-offer .hero-stats .stat-chip-highlight-secondary {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    border-color: transparent;
    color: #dbeafe;
    box-shadow: 0 24px 46px -28px rgba(37, 99, 235, 0.55);
}

.page-our-offer .hero-stats .stat-chip-highlight-secondary .label {
    color: rgba(255, 255, 255, 0.78);
}

.page-our-offer .hero-stats .stat-chip-highlight-secondary .value {
    font-size: 1.25rem;
    color: #f8fafc;
    text-shadow: 0 8px 18px rgba(37, 99, 235, 0.45);
}

.page-our-offer .hero-stats .label {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: #64748b;
}

.page-our-offer .hero-stats .value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
}

.page-our-offer .cta-panel {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 40px -32px rgba(15, 23, 42, 0.45);
}

.page-our-offer .cta-panel .cta-note a {
    color: var(--sb-secondary);
    text-decoration: none;
}

.page-our-offer .cta-panel .cta-note a:hover {
    text-decoration: underline;
}

.page-our-offer .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    line-height: 1.55;
}

.page-our-offer .feature-list li i {
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.page-our-offer .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: rgba(79, 70, 229, 0.12);
    font-size: 1.1rem;
}

.page-our-offer .icon-wrapper.text-success {
    background: rgba(16, 185, 129, 0.12);
}

.page-our-offer .tension-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 0.9rem;
    padding: 1.15rem;
    box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.35);
}

.page-our-offer .tension-card .tension-range {
    font-weight: 600;
    color: #475569;
}

.page-our-offer .string-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 16px 32px -28px rgba(15, 23, 42, 0.42);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-our-offer .string-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -26px rgba(15, 23, 42, 0.48);
}

.page-our-offer .string-card-rank-1 {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(255, 255, 255, 0.85));
}

.page-our-offer .string-card-rank-2 {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.18), rgba(255, 255, 255, 0.85));
}

.page-our-offer .string-card-rank-3 {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(255, 255, 255, 0.85));
}

.page-our-offer .string-badges .badge {
    margin-bottom: 0.35rem;
}

.page-our-offer .string-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.page-our-offer .string-card-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    padding-bottom: 1rem;
}

.page-our-offer .popularity-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.page-our-offer .popularity-chip-success {
    background: rgba(34, 197, 94, 0.12);
    color: #166534;
}

.page-our-offer .popularity-chip-warning {
    background: rgba(250, 204, 21, 0.16);
    color: #92400e;
}

.page-our-offer .popularity-chip-info {
    background: rgba(14, 165, 233, 0.16);
    color: #0c4a6e;
}

.page-our-offer .badge-outline {
    background-color: rgba(248, 250, 252, 0.95) !important;
    color: #334155 !important;
    border: 1px solid rgba(148, 163, 184, 0.45);
    font-weight: 600;
}

.page-our-offer .badge-stock {
    font-weight: 600;
    padding: 0.4rem 0.75rem;
}

.page-our-offer .badge-stock-available {
    background-color: rgba(34, 197, 94, 0.18) !important;
    color: #166534 !important;
}

.page-our-offer .badge-stock-backsoon {
    background-color: rgba(148, 163, 184, 0.24) !important;
    color: #475569 !important;
}

.page-our-offer .string-card-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #16a34a;
}

.page-our-offer .string-card-description {
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .page-our-offer .hero-stats .stat-chip {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .page-our-offer .page-hero {
        padding: 2rem 1.5rem;
    }

    .page-our-offer .hero-title {
        font-size: 1.8rem;
    }
}
