/* Header Styles */
.header-section {
    background-color: #fff;
    padding: 40px 0;
}

.main-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.main-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Packages Section */
.packages-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.section-title {
    color: #0d6efd;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Package Circles */
.package-circle {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.package-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.package-circle.selected {
    background: #0066ff14;
    border: 2px solid #0d6efd;
}

.package-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.followers {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.followers-text {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 3px;
}

.discount {
    font-size: 0.75rem;
    color: #0d6efd;
    font-weight: 600;
    background: rgba(13, 110, 253, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
}

/* Package Footer */
.saving-text {
    color: #28a745;
    font-size: 1rem;
    font-weight: 600;
}

.buy-now-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    background: #0d6efd;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.buy-now-btn i {
    font-size: 16px;
}

.buy-now-btn:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
}

/* Right Side Styles */
.difference-section {
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.difference-title {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.difference-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.difference-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #1e2022;
}

.difference-list li i {
    color: #0066ff;
    font-size: 16px;
}

/* Preview Section */
.preview-title {
    color: #0d6efd;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.preview-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #eee;
}

.preview-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    background: #f8f9fa;
}

.preview-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
}

.preview-name {
    font-weight: 600;
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: blur(4px);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.preview-action {
    color: #666;
}

.preview-time {
    color: #999;
    font-size: 0.85rem;
}

/* Trust Score */
.score-box {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.score-info {
    margin-right: 20px;
}

.score-label {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.score-stars {
    color: #ffc107;
    font-size: 0.9rem;
}

.score-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #28a745;
    line-height: 1;
    margin-bottom: 2px;
}

.score-text {
    color: #666;
    font-size: 0.85rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
    }
    
    .package-circle {
        margin-bottom: 15px;
    }
    
    .difference-section {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 1.8rem;
    }
    
    .preview-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .col-3 {
        width: 50%;
    }
}

/* How it Works Section */
.how-it-works {
    background-color: #fff;
}

.steps-container {
    position: relative;
    padding: 20px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9ff;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #3c3d63;
    margin-right: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 32px;
    font-weight: 600;
    color: #3c3d63;
    margin-bottom: 10px;
}

.step-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

/* Features */
.features-container {
    padding: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
}

.feature-item i {
    color: #0d6efd;
    font-size: 1.2rem;
}

/* Phone Preview */
.phone-preview {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.phone-preview img {
    max-width: 100%;
    height: auto;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .phone-preview {
        margin-top: 40px;
    }
    
    .features-container {
        flex-wrap: wrap;
        gap: 20px !important;
    }
    
    .feature-item {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Why Us Section */
.why-us-section {
    background-color: #fff;
    padding: 60px 0;
}

.why-us-block {
    padding: 40px 0;
}

.badge-blue {
    display: inline-block;
    background-color: #e6f0ff;
    color: #0d6efd;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-us-block .section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.content-block {
    padding-right: 30px;
}

.description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.checkmark-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 500;
}

.checkmark-text i {
    color: #0d6efd;
    font-size: 1.3rem;
}

.image-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-block img {
    max-width: 100%;
    height: auto;
}

/* Responsive styles for Why Us section */
@media (max-width: 991px) {
    .why-us-block .section-title {
        font-size: 2rem;
    }

    .content-block {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .description {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .why-us-block .section-title {
        font-size: 1.75rem;
    }

    .badge-blue {
        font-size: 0.8rem;
    }

    .checkmark-text {
        font-size: 1rem;
    }
}

/* Review Section */
.review-section {
    background-color: #f0f6ff;
    padding: 80px 0;
    position: relative;
}

.review-section .section-title {
    color: #0d6efd;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.review-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.review-images {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-image {
    position: absolute;
    width: 200px;
    height: 300px;
    transition: all 0.3s ease;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Her görsel için pozisyon ayarları */
.review-image:nth-child(1) {
    left: calc(50% - 500px);
    z-index: 1;
}

.review-image:nth-child(2) {
    left: calc(50% - 400px);
    z-index: 2;
}

.review-image:nth-child(3) {
    left: calc(50% - 300px);
    z-index: 3;
}

.review-image:nth-child(4) {
    left: calc(50% - 150px);
    transform: scale(1.2);
    z-index: 7;
}

.review-image:nth-child(5) {
    left: calc(50% + 0px);
    z-index: 3;
}

.review-image:nth-child(6) {
    left: calc(50% + 100px);
    z-index: 2;
}

.review-image:nth-child(7) {
    left: calc(50% + 200px);
    z-index: 1;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.play-button {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.play-button i {
    color: #0d6efd;
    font-size: 32px;
    margin-left: 6px;
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive styles */
@media (max-width: 1200px) {
    .review-image {
        width: 180px;
        height: 270px;
    }

    .review-image:nth-child(1) { left: calc(50% - 450px); }
    .review-image:nth-child(2) { left: calc(50% - 350px); }
    .review-image:nth-child(3) { left: calc(50% - 250px); }
    .review-image:nth-child(4) { left: calc(50% - 125px); }
    .review-image:nth-child(5) { left: calc(50% + 0px); }
    .review-image:nth-child(6) { left: calc(50% + 100px); }
    .review-image:nth-child(7) { left: calc(50% + 200px); }
}

@media (max-width: 991px) {
    .review-image {
        width: 160px;
        height: 240px;
    }

    .review-image:nth-child(1) { left: calc(50% - 400px); }
    .review-image:nth-child(2) { left: calc(50% - 300px); }
    .review-image:nth-child(3) { left: calc(50% - 200px); }
    .review-image:nth-child(4) { left: calc(50% - 100px); }
    .review-image:nth-child(5) { left: calc(50% + 0px); }
    .review-image:nth-child(6) { left: calc(50% + 100px); }
    .review-image:nth-child(7) { left: calc(50% + 200px); }
}

@media (max-width: 768px) {
    .review-image {
        width: 140px;
        height: 210px;
    }

    .review-image:nth-child(1) { left: calc(50% - 350px); }
    .review-image:nth-child(2) { left: calc(50% - 250px); }
    .review-image:nth-child(3) { left: calc(50% - 150px); }
    .review-image:nth-child(4) { left: calc(50% - 75px); }
    .review-image:nth-child(5) { left: calc(50% + 0px); }
    .review-image:nth-child(6) { left: calc(50% + 100px); }
    .review-image:nth-child(7) { left: calc(50% + 200px); }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .review-section .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .review-image {
        width: 120px;
        height: 180px;
    }

    .review-image:nth-child(1) { left: calc(50% - 300px); }
    .review-image:nth-child(2) { left: calc(50% - 200px); }
    .review-image:nth-child(3) { left: calc(50% - 100px); }
    .review-image:nth-child(4) { left: calc(50% - 50px); }
    .review-image:nth-child(5) { left: calc(50% + 0px); }
    .review-image:nth-child(6) { left: calc(50% + 100px); }
    .review-image:nth-child(7) { left: calc(50% + 200px); }
}

/* FAQ Section */
.faq-section {
    background-color: #fff;
    padding: 80px 0;
}

.faq-section .section-header h6 {
    color: #0d6efd;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faq-section .section-title {
    font-size: 32px;
    color: #3c3d63;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-section .accordion-item {
    border: none;
    background: none;
    margin-bottom: 15px;
}

.faq-section .accordion-button {
    padding: 20px 30px;
    background-color: #f8f9fa;
    border-radius: 12px !important;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1.1rem;
    border: none;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff;
}

.faq-section .accordion-button::after {
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    padding: 20px 30px;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

/* Responsive styles for FAQ section */
@media (max-width: 768px) {
    .faq-section .section-title {
        font-size: 2rem;
    }

    .faq-section .accordion-button {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .faq-section .accordion-body {
        padding: 15px 20px;
    }
}

/* Site Header Styles */
.site-header {
    background: #0d6efd;
    padding: 60px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern.png') repeat;
    opacity: 0.1;
}

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

.breadcrumb {
    background: transparent;
    margin-bottom: 2rem;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.header-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

/* Online Users Section */
.online-users {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.online-users span {
    font-size: 0.9rem;
    opacity: 0.9;
}

.user-avatars {
    display: flex;
    align-items: center;
    margin: 0 2rem;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: -8px;
    transition: transform 0.3s ease;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar:hover {
    transform: translateY(-3px);
    z-index: 2;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.instagram-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .site-header {
        padding: 40px 0 60px;
    }

    .header-title {
        font-size: 2rem;
    }

    .header-description {
        font-size: 1rem;
    }

    .online-users {
        flex-direction: column;
        gap: 0.5rem;
    }

    .user-avatars {
        margin: 0.5rem 0;
    }
}

/* Packages Section Styles */
.packages-section {
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.difference-section {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.packages-grid {
    padding: 20px;
}

.packages-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.package-item {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    padding: 15px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100px;
    justify-content: center;
}

.package-item:hover, .package-item.selected {
    border-color: #FF6B00;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.08);
    transform: translateY(-2px);
}

.package-item.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FF6B00, #FF8A00);
}

.package-amount {
    font-size: 20px;
    font-weight: 700;
    color: #212B36;
    line-height: 1.2;
    margin-bottom: 12px;
}

.package-type {
    font-size: 13px;
    color: #637381;
    margin-bottom: 0;
    padding: 0 0px;
}

.package-price {
    font-size: 17px;
    font-weight: 600;
    color: #0d6efd;
    position: relative;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #eef0f4;
    width: 100%;
}

@media (max-width: 1200px) {
    .packages-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .packages-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .package-item {
        width: 100%;
        margin: 0;
        padding: 10px;
        min-height: auto;
    }

    .package-amount {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .package-type {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .package-price {
        font-size: 16px;
    }

    .difference-section {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .packages-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        padding: 5px;
    }

    .package-item {
        padding: 8px;
       
    }
    .discount-badge{
        margin-top: -25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 90px;

       
    }

    .package-amount {
        font-size: 16px;
    }

    .package-type {
        font-size: 11px;
    }

    .package-price {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .difference-list {
        margin-bottom: 15px;
    }
    
    .difference-list li {
        font-size: 14px;
    }
}

/* Profile Input Section */
.profile-input-section {
    margin: 20px 0;
    padding: 0 15px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

.input-wrapper:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.input-wrapper .fab.fa-instagram {
    font-size: 20px;
    color: #666;
    margin: 0 10px;
}

.profile-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
    font-size: 15px;
    color: #333;
    outline: none;
}

.profile-input::placeholder {
    color: #999;
}

.sample-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sample-btn:hover {
    background: #f0f7ff;
}

.sample-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sample-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 576px) {
    .input-wrapper {
        flex-direction: column;
        padding: 10px;
    }

    .sample-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        padding: 10px;
    }
}

.input-error {
    color: #0d6efd;
    font-size: 14px;
    margin-top: 8px;
    padding: 0 5px;
    display: none;
}

.input-wrapper.error {
    border-color: #0d6efd;
}

.input-wrapper.error:focus-within {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.buy-now-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.65;
}

.buy-now-btn:disabled:hover {
    transform: none;
    background: #6c757d;
} 

/* --- New Packages Redesign (pixel-perfect) --- */
.shopper-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: sticky;
    top: 90px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eef0f4;
}

/* Pink Header Bar */
.shopper-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    padding: 16px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content {
    
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-align: center;
}

.header-content i {
    font-size: 20px;
    color: #fff;
}

.header-text {
    font-weight: 600;
    font-size: 15px;
}

/* Main Content */
.shopper-content {
    padding: 24px 20px;
}

/* Example Users Section */
.example-users-section {
    margin-bottom: 24px;
}

.section-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.users-scroll {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
    justify-content: center;
}

.users-scroll::-webkit-scrollbar {
    display: none;
}

.user-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-left: -8px;
    transition: transform 0.3s ease;
}

.user-avatar:first-child {
    margin-left: 0;
}

.user-avatar:hover {
    transform: translateY(-3px);
    z-index: 2;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Feature Blocks */
.feature-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.feature-block {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.block-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #fff;
    font-size: 20px;
}

.block-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 4px;
}

.block-subtitle {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}

/* Benefits List */
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.benefit-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.benefit-text {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
}

/* Right Panel */
.packages-panel {
    padding: 18px 18px 0;
    border: 1px solid #eef0f4;
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.06);
}

.packages-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 6px 18px;

}

.packages-head h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #111827;
}

.packages-head p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.packages-head .head-action {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #0d6efd;
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(255,45,100,0.25);
}

/* Selected sticky bar */
.selected-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #f8faff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    padding: 12px 14px;
    margin: 10px 0 18px;
}

.selected-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e8f0ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.selected-title { font-weight: 700; color: #111827; }
.selected-price { color: #0d6efd; font-weight: 700; }

/* Make package cards closer to the reference */
.package-item {
    border-radius: 14px;
    padding: 16px 14px;
}

.package-item .package-amount { font-size: 22px; }
.package-item .package-price { font-size: 16px; }

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .shopper-card { position: static; }
}

@media (max-width: 575.98px) {
    .packages-head .head-action {
        width: 75px;
    }
    .packages-head h2 { font-size: 18px; }
    .packages-head p { font-size: 13px; }
    
    .feature-blocks {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .benefit-item {
        padding: 10px 12px;
    }
    
    .benefit-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .benefit-text {
        font-size: 13px;
    }
} 

/* Packages grid responsive improvements */
.packages-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .packages-container { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
    .packages-container { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .package-item { padding: 12px; }
}

@media (max-width: 575.98px) {
    .packages-container { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .package-item { padding: 10px; }
}

/* Selected bar responsive stacking */
@media (max-width: 575.98px) {
    .selected-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .selected-left { justify-content: flex-start; }
    .buy-now-btn { width: 100%; }
} 

/* Shopper creative redesign */
.shopper-spotlight {
    text-align: center;
    margin-bottom: 18px;
}
.spotlight-logos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 10px;
}

.spotlight-logos img {
    height: 18px;
    width: auto;
    display: block;
    filter: saturate(1);
}
.spotlight-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.stats-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 12px 0 14px;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.guarantee-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #e6fffa 0%, #e6fffb 100%);
    color: #0ea5a4;
    border: 1px solid #b6f3ee;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 14px;
}

.guarantee-banner .stars {
    color: #fbbf24;
    display: flex;
    gap: 2px;
}

.guarantee-banner .trust-meta {
    color: #0ea5a4;
    font-weight: 700;
    font-size: 13px;
}

.benefits-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 12px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
}
.check-item i { color: #10b981; }

.trust-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.trust-row .stars { color: #fbbf24; }
.trust-row .trust-meta { color: #111827; font-weight: 700; font-size: 13px; }
.support-badge-container {
    text-align: center;
    margin-top: 15px;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e7f8ef;
    color: #16a34a;
    border: 1px solid #b8efcf;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .trust-row { flex-direction: column; align-items: center; }
}
