/* Responsive Design */

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-gallery {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .thumbnail-list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: var(--spacing-8);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .benefit-card {
        width: 100%;
        max-width: 295px;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .benefits-grid-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .benefits-image {
        width: 100%;
        max-width: 546px;
        justify-self: center;
    }
    
    .benefits-list {
        width: 100%;
        max-width: 764px;
    }
    
    .benefit-items-grid {
        width: 100%;
        max-width: 764px;
        grid-template-columns: repeat(2, 1fr);
    }

    .premium-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .premium-image-wrapper {
        width: 100%;
        max-width: 599px;
        justify-self: center;
    }
    
    .premium-image {
        width: 100%;
        max-width: 530px;
    }
    
    .premium-text-wrapper {
        width: 100%;
        max-width: 761px;
    }
    
    .premium-text {
        width: 100%;
        max-width: 599px;
    }

    .comparison-table {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
    }

    .comparison-column {
        width: 100%;
        max-width: 259px;
        justify-self: center;
    }
    
    .comparison-column.comparison-middle {
        max-width: 194px;
    }
    
    .comparison-column.comparison-right {
        max-width: 146px;
    }
    
    .comparison-title {
        font-size: var(--font-size-h2);
        line-height: 48px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .how-it-works-title {
        font-size: var(--font-size-h2);
        line-height: 44px;
    }

    .how-it-works-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .how-it-works-step {
        max-width: 200px;
    }

    .reviews-search-bar {
        gap: 12px;
    }

    .reviews-popular-topics {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .footer-info,
    .footer-support {
        width: 100%;
        max-width: 203px;
    }
    
    .footer-newsletter {
        width: 100%;
        max-width: 570px;
        padding-left: 0;
        height: auto;
    }
    
    .social-icons-container {
        justify-content: flex-start;
    }

    .trust-icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Icon Features Section Tablet */
    .icon-features-section {
        padding: 50px 0;
    }

    .icon-features-section .container {
        padding: 0 24px;
    }

    .icon-features-title {
        font-size: var(--font-size-h2);
        line-height: 40px;
        margin-bottom: 60px;
    }

    .icon-features-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Product Info Tablet */
    .product-info {
        width: 100%;
        max-width: 596px;
    }

    /* Comparison Featured Tablet */
    .comparison-featured-title {
        font-size: var(--font-size-h2);
        line-height: 38px;
    }

    .comparison-featured-wrapper {
        padding: 0 24px;
        padding-bottom: 40px;
    }

    .comparison-featured-grid {
        column-gap: 6px;
        row-gap: 10px;
    }

    .comparison-row-label-cell {
        padding-right: 12px;
    }

    .comparison-row-label {
        font-size: var(--font-size-body-small);
        line-height: 20px;
    }

    .comparison-featured-column {
        padding: 0 10px;
    }

    .comparison-product-image {
        width: 120px;
        height: 160px;
    }

    .comparison-product-image img {
        height: auto;
        max-height: 160px;
    }

    .comparison-feature-row {
        padding: 10px 12px;
    }
}

/* Mobile Styles (up to 768px) */
@media (max-width: 768px) {
    /* Prevent horizontal scroll from wave banners */
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    .full-width-banner {
        width: 100%;
        max-width: 100vw;
        left: 0;
        transform: none;
        border: none;
        outline: none;
    }

    .full-width-banner.wave-rotated {
        transform: rotate(180deg);
        border: none;
        outline: none;
    }

    .container {
        padding: 0 16px;
    }

    .nav {
        height: auto;
        padding: 12px 0;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        height: auto;
        max-height: 40px;
        max-width: 120px;
        flex-shrink: 0;
    }

    .nav-left {
        flex-shrink: 0;
        min-width: 0;
    }

    .nav-right {
        gap: 16px;
        flex-shrink: 0;
    }

    .btn-buy-now {
        padding: 12px 20px;
        font-size: var(--font-size-13);
        white-space: nowrap;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Top Bar Mobile */
    .top-bar {
        padding: 8px 0;
        overflow-x: hidden;
    }

    .promo-text {
        font-size: var(--font-size-13);
        line-height: 18px;
        padding: 0 8px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-gallery {
        flex-direction: column;
        gap: 16px;
    }

    .thumbnail-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        min-width: 0;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .main-image {
        height: auto;
        min-height: 300px;
        max-height: 500px;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 1 / 1;
    }

    .main-image img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        max-height: 500px;
        object-fit: contain;
        display: block;
    }

    /* Product Info Mobile - Remove width constraints */
    .product-info {
        width: 100%;
        max-width: 100%;
    }

    /* Product Benefit Icons Mobile - Increase size for visibility */
    .product-benefit-icon {
        width: 20px;
        height: 20px;
    }

    .product-benefit-icon svg {
        width: 20px;
        height: 20px;
    }

    /* Text Wrapping Mobile - Ensure proper word breaking */
    .product-benefits .benefit-item {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .product-description {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .product-description p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .product-title {
        font-size: var(--font-size-h2);
        line-height: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Product Tag Mobile - Left align for better readability */
    .product-tag {
        text-align: left;
    }

    .product-proof {
        text-align: left;
        font-size: var(--font-size-14);
        line-height: 20px;
    }

    /* Price Display Mobile - Ensure readability */
    .price-display {
        margin-bottom: 16px;
    }

    .price-value {
        font-size: var(--font-size-h2);
        font-weight: var(--font-weight-700);
        line-height: 1.2;
    }

    /* Product Tagline Mobile */
    .product-tagline {
        font-size: var(--font-size-14);
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .section-title {
        font-size: var(--font-size-h2);
        line-height: 36px;
    }

    /* Benefits Section Mobile */
    .benefits-section {
        padding: 40px 0;
    }

    .benefits-section .section-title {
        font-size: var(--font-size-h2);
        line-height: 34px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
        margin-bottom: 32px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .benefit-card {
        width: 100%;
        max-width: 295px;
        padding: 0 4px;
    }

    .benefit-image {
        width: 100%;
        max-width: 221px;
        height: auto;
        max-height: 221px;
        margin: 0 auto 20px;
    }

    .benefit-image img {
        width: 100%;
        height: 100%;
        max-height: 221px;
        object-fit: cover;
    }

    .benefit-card h3 {
        font-size: var(--font-size-h4);
        line-height: 26px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 14px;
    }

    .benefit-card p {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* Product Story Section Mobile */
    .product-story-section {
        padding: 40px 0;
        margin-top: 40px;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .story-text {
        width: 100%;
        padding: 0 4px;
    }

    .story-text h2 {
        font-size: var(--font-size-h2);
        line-height: 36px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 20px;
    }

    .story-text p {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 20px;
    }

    .story-list {
        width: 100%;
    }

    .story-list-item {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 12px;
    }

    .story-image {
        width: 100%;
        height: auto;
        min-height: 250px;
        max-height: 350px;
    }

    .story-image img {
        width: 100%;
        height: auto;
        max-height: 350px;
        object-fit: cover;
    }

    /* Benefits Grid Section Mobile */
    .benefits-grid-header {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .benefits-grid-title {
        font-size: var(--font-size-h2);
        line-height: 36px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .benefits-grid-underline {
        width: 100%;
        max-width: 90%;
        height: 4px;
    }

    .benefits-grid-content {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: start;
        min-height: auto;
    }
    
    .benefits-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 400px;
        justify-self: center;
    }
    
    .benefits-image img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: contain;
    }
    
    .benefits-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        min-height: auto;
        height: auto !important;
        max-height: none !important;
    }

    .benefits-list-title {
        line-height: 32px;
        margin-bottom: 16px;
        flex-wrap: wrap;
        align-items: flex-start;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .benefits-title-bold {
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: var(--font-size-h3);
        line-height: 28px;
        hyphens: auto;
        min-width: 0;
        width: 100%;
    }
    
    .benefit-items-grid {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 12px;
        margin-top: 32px;
        margin-bottom: 32px;
        height: auto !important;
        max-height: none !important;
        min-height: auto !important;
        display: grid;
    }

    /* Ensure last benefit-item has extra space */
    .benefit-items-grid .benefit-item:last-child {
        margin-bottom: 8px;
    }

    /* Fix benefit icon overflow on mobile */
    .benefit-items-grid .benefit-item {
        position: relative !important;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        gap: 12px;
        min-height: auto;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .benefit-icon {
        width: 40px;
        height: 56px;
        overflow: hidden;
    }

    .benefit-icon img {
        width: 100%;
        height: 100%;
        margin-left: 0;
        object-fit: contain;
    }
    
    .benefit-text {
        width: 100%;
        max-width: 100%;
        flex: 1;
        min-width: 0;
        box-sizing: border-box;
        padding-right: 4px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .benefits-note {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-top: 32px;
        margin-bottom: 16px;
        padding: 0 4px;
        font-size: var(--font-size-14);
        line-height: 22px;
        clear: both;
    }

    .premium-content {
        grid-template-columns: 1fr;
    }
    
    .premium-image-wrapper {
        width: 100%;
        max-width: 599px;
        justify-self: center;
    }
    
    .premium-text-wrapper {
        width: 100%;
        max-width: 761px;
    }
    
    .premium-text h2 {
        font-size: var(--font-size-h2);
        line-height: 32px;
    }

    .comparison-table {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
    }

    .comparison-column {
        width: 100%;
        max-width: 259px;
        justify-self: center;
    }
    
    .comparison-column.comparison-middle {
        max-width: 194px;
    }
    
    .comparison-column.comparison-right {
        max-width: 146px;
    }
    
    .comparison-title {
        font-size: var(--font-size-h2);
        line-height: 40px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    /* How It Works Section Mobile */
    .how-it-works-title {
        font-size: var(--font-size-h1);
        line-height: 40px;
        margin-bottom: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .how-it-works-steps {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 32px;
    }

    .how-it-works-step {
        max-width: 100%;
        width: 100%;
        padding: 0 8px 20px;
        min-width: 0;
    }

    .how-it-works-icon {
        width: 130px;
        height: 130px;
        margin-bottom: 12px;
    }

    .how-it-works-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .how-it-works-step-content {
        gap: 8px;
        padding-top: 16px;
        width: 100%;
    }

    .how-it-works-step-number {
        font-size: var(--font-size-h4);
        line-height: 24px;
    }

    .how-it-works-step-description {
        font-size: var(--font-size-15);
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        text-align: center;
    }

    .how-it-works-cta {
        gap: 16px;
        padding: 0 4px;
    }

    .how-it-works-cta .btn {
        width: 100%;
        max-width: 100%;
    }

    .how-it-works-description {
        max-width: 100%;
        padding: 0 16px;
        gap: 12px;
    }

    .how-it-works-description p {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .reviews-section-title {
        font-size: var(--font-size-h2);
        line-height: 44px;
        margin-bottom: 32px;
    }

    .reviews-header {
        margin-bottom: 20px;
    }

    .reviews-rating-number {
        font-size: var(--font-size-h1);
        line-height: 42px;
    }

    .reviews-search-bar {
        flex-direction: column;
        gap: 12px;
        margin: 20px 0 30px;
    }

    .reviews-search-input-wrapper {
        max-width: 100%;
    }

    .reviews-filter-btn {
        width: 100%;
        justify-content: center;
    }

    .reviews-popular-topics {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 30px;
    }

    .reviews-sort {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .review-card {
        padding: 20px 0;
    }

    .review-card-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .review-date {
        text-align: left;
    }

    .review-helpful {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .trust-icons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trust-icon-item {
        justify-content: center;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        text-align: left;
    }
    
    .footer-info,
    .footer-support,
    .footer-newsletter {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        height: auto;
    }

    .footer-column a {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        min-height: 44px;
        padding: 8px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .newsletter-input-wrapper {
        width: 100%;
    }
    
    .social-icons-wrapper {
        width: 100%;
    }
    
    .social-icons-container {
        justify-content: flex-start;
    }
    
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        border-radius: var(--radius-4);
        margin-bottom: 12px;
    }

    .newsletter-form button {
        border-radius: var(--radius-4);
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

    .trust-badges {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 16px 0;
        margin: 0 0 24px 0;
    }

    .trust-badge {
        padding: 8px 0;
        justify-content: flex-start;
        width: 100%;
    }

    .trust-badge:first-child {
        padding-right: 0;
        padding-left: 0;
    }

    .cta-buttons {
        gap: 12px;
    }

    .btn {
        width: 100%;
        font-size: var(--font-size-body-large);
        text-align: center;
    }

    .btn-secondary,
    .btn-secondary-outline {
        text-align: center;
        justify-content: center;
    }

    .guarantee-content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
        text-align: center;
        padding: 0 20px;
    }
    
    .guarantee-icon-wrapper {
        width: 100%;
        max-width: 165px;
        justify-content: center;
    }
    
    .guarantee-text-wrapper {
        width: 100%;
        max-width: 668px;
    }

    .guarantee-title {
        font-size: var(--font-size-h2);
        line-height: 36px;
    }

    .guarantee-image-wrapper {
        margin-bottom: 30px;
    }

    /* Icon Features Section Mobile */
    .icon-features-section {
        padding: 40px 0;
    }

    .icon-features-section .container {
        padding: 0 16px;
    }

    .icon-features-title {
        font-size: var(--font-size-h3);
        line-height: 32px;
        margin-bottom: 32px;
        letter-spacing: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .icon-features-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .icon-feature-item {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
        padding: 0 12px;
    }

    .icon-feature-icon {
        width: 80px;
        min-width: 80px;
        height: 80px;
        flex-shrink: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-feature-icon img {
        max-width: 65px;
    }

    .icon-feature-lucide {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .icon-feature-text {
        flex: 1;
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .icon-feature-text p {
        font-size: var(--font-size-15);
        line-height: 22px;
        text-align: left;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .icon-feature-bold {
        font-size: var(--font-size-15);
        line-height: 22px;
    }

    .icon-feature-regular {
        font-size: var(--font-size-15);
        line-height: 22px;
    }

    /* Comparison Featured Section Mobile */
    .comparison-featured-section {
        padding: 40px 0;
    }

    .comparison-featured-title {
        font-size: var(--font-size-h3);
        line-height: 32px;
        margin-bottom: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .comparison-featured-container {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--border) var(--bg-muted);
        padding: 60px 16px 8px;
        margin: 0 -16px;
    }

    .comparison-featured-container::-webkit-scrollbar {
        height: 8px;
    }

    .comparison-featured-container::-webkit-scrollbar-track {
        background: var(--bg-muted);
        border-radius: 4px;
    }

    .comparison-featured-container::-webkit-scrollbar-thumb {
        background: var(--border);
        border-radius: 4px;
    }

    .comparison-featured-wrapper {
        min-width: 320px;
        padding: 0 16px 40px;
        max-width: 100%;
    }

    .comparison-featured-label {
        padding: 24px 0 0;
        margin-left: 0;
        font-size: var(--font-size-body);
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .comparison-featured-grid {
        grid-template-columns: auto 1fr 1fr 1fr;
        column-gap: 4px;
        row-gap: 8px;
        align-items: start;
    }

    /* Top-align first row column titles on mobile */
    .comparison-featured-grid > *:nth-child(-n+4) {
        align-self: start;
    }

    .comparison-row-label-cell {
        padding-right: 8px;
        border-right: 1px solid var(--border);
    }

    .comparison-row-label {
        font-size: var(--font-size-12);
        line-height: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .comparison-featured-column {
        padding: 0 6px;
    }

    .comparison-product-image {
        width: 90px;
        height: 120px;
        top: -50px;
    }

    .comparison-product-image img {
        width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .comparison-product-title {
        top: -50px;
        margin-bottom: 24px;
    }

    .comparison-product-name {
        font-size: var(--font-size-h4);
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .comparison-product-subtitle {
        font-size: var(--font-size-13);
        line-height: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .comparison-feature-row {
        padding: 10px 8px;
        min-height: 44px;
        gap: 8px;
    }

    .comparison-feature-text {
        font-size: var(--font-size-body-small);
        line-height: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .comparison-feature-icon {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    .comparison-feature-icon img {
        width: 22px;
        height: 22px;
    }

    /* Comparison Side-by-Side Section Mobile */
    .comparison-side-section {
        padding: 40px 0;
    }

    .comparison-side-wrapper {
        gap: 24px;
        padding: 0 16px;
    }

    .comparison-side-header {
        gap: 12px;
        padding: 0 4px;
    }

    .comparison-side-title {
        font-size: var(--font-size-h3);
        line-height: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .comparison-side-title p {
        line-height: 32px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin: 0;
    }

    .comparison-side-subtitle {
        width: 100%;
        max-width: 100%;
        padding: 0 4px;
    }

    .comparison-side-subtitle p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .comparison-side-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .comparison-side-column {
        width: 100%;
        max-width: 100%;
    }

    .comparison-side-product-image {
        width: 100%;
        max-width: 280px;
        height: auto;
        min-height: 180px;
        max-height: 280px;
        margin: 0 auto 16px;
    }

    .comparison-side-product-image img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: contain;
    }

    .comparison-side-product-title {
        width: 100%;
        padding: 0 12px;
        height: auto;
        min-height: 60px;
        margin-bottom: 0;
    }

    .comparison-side-product-title h3 {
        font-size: var(--font-size-h4);
        line-height: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        text-align: center;
        padding: 12px 0;
    }

    .comparison-side-features {
        width: 100%;
        padding: 0 12px;
        margin-top: 0;
    }

    .comparison-side-feature-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0;
        min-height: 44px;
    }

    .comparison-side-feature-row:last-child {
        min-height: 44px;
    }

    .comparison-side-feature-row:nth-child(3) {
        min-height: 44px;
    }

    .comparison-side-icon {
        width: 22px;
        height: 24px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .comparison-side-icon img {
        width: 22px;
        height: 22px;
    }

    .comparison-side-feature-text {
        flex: 1;
    }

    .comparison-side-feature-text p {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .comparison-side-vs-badge {
        grid-column: 1;
        margin: -16px auto 16px;
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }

    .comparison-side-vs-badge span {
        font-size: var(--font-size-h4);
        line-height: 32px;
    }

    /* Typography Mobile Adjustments - Benefits Grid Title already handled above */

    .comparison-featured-title {
        font-size: var(--font-size-h3);
        line-height: 30px;
    }

    .how-it-works-title {
        font-size: var(--font-size-h2);
        line-height: 38px;
    }

    /* Touch Target Improvements */
    .icon-btn {
        min-width: 44px;
        min-height: 44px;
        padding: 12px;
    }

    .topic-tag {
        min-height: 44px;
        padding: 12px 20px;
    }

    .helpful-btn {
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }

    .reviews-search-icon-btn,
    .reviews-filter-btn {
        min-width: 44px;
        min-height: 44px;
    }

    /* Additional Mobile Spacing Improvements */
    .social-proof-section {
        padding: 40px 0;
    }

    .social-proof-rating {
        font-size: var(--font-size-h1);
    }

    /* Premium Section Mobile */
    .premium-section {
        padding: 40px 0;
    }

    .premium-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0;
    }

    .premium-image-wrapper {
        width: 100%;
        max-width: 100%;
        justify-self: center;
        order: 1;
    }

    .premium-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        max-height: 400px;
        margin: 0 auto;
    }

    .premium-image img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: contain;
    }

    .premium-text-wrapper {
        width: 100%;
        max-width: 100%;
        order: 2;
        padding: 0;
    }

    .premium-text {
        width: 100%;
        max-width: 100%;
        gap: 20px;
        padding: 0 4px;
    }

    .premium-text h2 {
        font-size: var(--font-size-h2);
        line-height: 38px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 0;
    }

    .premium-text-content {
        height: auto;
        gap: 18px;
        width: 100%;
    }

    .premium-text-content p {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin: 0;
    }

    .premium-text-content .btn {
        margin-top: 8px;
        width: 100%;
        max-width: 100%;
    }

    .benefits-grid-section {
        padding: 40px 0 20px;
        overflow-x: hidden;
    }

    /* Fix benefits-grid container padding on mobile */
    .benefits-grid-section .container {
        padding: 0 16px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    /* Guarantee Section Mobile */
    .guarantee-section {
        padding: 40px 0 60px;
    }

    .guarantee-content-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
        align-items: center;
        justify-items: center;
    }

    .guarantee-icon-wrapper {
        width: 100%;
        max-width: 120px;
        padding-right: 0;
        justify-self: center;
        order: 1;
    }

    .guarantee-icon {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .guarantee-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .guarantee-text-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        gap: 18px;
        padding-bottom: 0;
        padding-top: 0;
        order: 2;
        text-align: center;
    }

    .guarantee-title {
        font-size: var(--font-size-h2);
        line-height: 38px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 0;
        padding: 0 4px;
    }

    .guarantee-description {
        width: 100%;
    }

    .guarantee-description p {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin: 0;
        padding: 0 4px;
    }

    .guarantee-note {
        margin-top: 12px;
    }

    .guarantee-text {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Benefits List Mobile */
    .benefit-items-grid {
        gap: 12px;
    }

    /* Story Image Mobile */
    .story-image {
        height: auto;
        min-height: 250px;
    }

    /* Background Rectangle Mobile */
    .bg-right-rect {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    /* Trust Icons Section Mobile */
    .trust-icons-section {
        padding: 40px 0;
    }

    .trust-icons-grid {
        gap: 20px;
        padding: 0 4px;
    }

    .trust-icon-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 16px 12px;
        width: 100%;
    }

    .trust-icon-item img {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .trust-icon-item span {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* How It Works Mobile */
    .how-it-works-section {
        padding: 40px 0;
    }

    /* Reviews Section Mobile */
    .reviews-section {
        padding: 40px 0;
    }

    .reviews-section-title {
        font-size: var(--font-size-h2);
        line-height: 38px;
        margin-bottom: 28px;
    }

    .reviews-header {
        margin-bottom: 24px;
    }

    .reviews-rating-display {
        gap: 8px;
    }

    .reviews-rating-number {
        font-size: var(--font-size-h1);
        line-height: 42px;
    }

    .reviews-stars {
        gap: 2px;
        height: 16px;
    }

    .review-star {
        width: 20px;
        height: 16px;
    }

    .reviews-count {
        font-size: var(--font-size-body);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .reviews-divider {
        margin-bottom: 24px;
    }

    .reviews-divider:first-of-type {
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .reviews-popular-topics {
        margin-bottom: 24px;
        padding: 0 4px;
    }

    .popular-topics-label {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 10px;
        display: block;
    }

    .popular-topics-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        grid-auto-flow: row;
        grid-auto-columns: auto;
    }

    .topic-tag {
        height: 32px;
        padding: 0 10px;
        font-size: var(--font-size-13);
        white-space: nowrap;
        min-height: 32px;
    }

    .reviews-list {
        max-width: 100%;
        padding: 0 4px;
    }

    .review-card {
        padding: 24px 0;
    }

    .review-card-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .review-user-info {
        gap: 8px;
        width: 100%;
    }

    .review-avatar {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .verified-badge {
        width: 14px;
        height: 14px;
        bottom: -1px;
        right: -1px;
    }

    .review-user-details {
        flex: 1;
        gap: 2px;
    }

    .review-user-name {
        font-size: var(--font-size-body-small);
        line-height: 18px;
    }

    .review-verified {
        font-size: var(--font-size-12);
        line-height: 15px;
    }

    .review-date {
        text-align: left;
        font-size: var(--font-size-body-small);
        line-height: 18px;
        width: 100%;
    }

    .review-content {
        margin-bottom: 0;
    }

    .review-stars-small {
        gap: 2px;
        margin-bottom: 20px;
        height: 16px;
    }

    .review-star-small {
        width: 18px;
        height: 16px;
    }

    .review-title {
        font-size: var(--font-size-body);
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 16px;
    }

    .review-text {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 12px;
    }

    .review-product {
        font-size: var(--font-size-12);
        line-height: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .review-product-label {
        font-size: var(--font-size-12);
    }

    .review-product-name {
        font-size: var(--font-size-12);
        line-height: 18px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Reviews CTA Mobile */
    .reviews-cta {
        margin-top: 32px;
    }

    .reviews-cta .btn {
        width: 100%;
        max-width: 300px;
    }

    .reviews-cta-text {
        font-size: var(--font-size-body);
        line-height: 24px;
    }

    /* Ingredient Lines Mobile (768px) - Fix spacing on iOS */
    .accordion-content p.ingredient-line {
        margin-top: 0;
        margin-bottom: 6px;
        line-height: 1.5;
    }

    .ingredient-line {
        line-height: 1.5;
        margin-bottom: 6px;
    }
}

/* Small Mobile Styles (up to 480px) */
@media (max-width: 480px) {
    .product-title {
        font-size: var(--font-size-h3);
        line-height: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Price Display Small Mobile */
    .price-value {
        font-size: var(--font-size-h3);
        line-height: 1.2;
    }

    /* Main Image Small Mobile - Optimize for very small screens */
    .main-image {
        min-height: 250px;
        max-height: 400px;
    }

    .main-image img {
        max-height: 400px;
    }

    /* Product Benefits Small Mobile */
    .product-benefits .benefit-item {
        font-size: var(--font-size-14);
        line-height: 20px;
    }

    .product-tag {
        font-size: var(--font-size-14);
        line-height: 22px;
    }

    .product-proof {
        font-size: var(--font-size-13);
        line-height: 18px;
    }

    .section-title {
        font-size: var(--font-size-h2);
        line-height: 32px;
    }

    .pricing-option-label {
        font-size: var(--font-size-body-small);
    }

    .current-price {
        font-size: var(--font-size-body-large);
    }

    .subscribe-benefits li {
        font-size: var(--font-size-tiny);
    }

    .accordion-header {
        font-size: var(--font-size-15);
        padding: 16px 0;
    }

    /* Accordion Content Mobile - Ingredient Lines */
    .accordion-content {
        padding: 0 4px 20px;
    }

    .accordion-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* Reduce spacing for ingredient line paragraphs on mobile */
    .accordion-content p.ingredient-line {
        margin-top: 0;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .ingredient-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        margin-bottom: 4px;
        padding: 0;
        line-height: 1.4;
    }

    .ingredient-name {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100%;
    }

    .ingredient-dots {
        display: none;
    }

    .ingredient-percentage {
        white-space: normal;
        align-self: flex-end;
        margin-top: 4px;
    }

    .accordion-content ul li,
    .accordion-content ol li {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding-right: 4px;
    }

    /* FAQ Section Mobile */
    .faq-section {
        padding: 40px 0;
    }

    .faq-container {
        padding: 0 16px;
    }

    .faq-wrapper {
        gap: 24px;
    }
    
    .faq-title {
        width: 100%;
        max-width: 100%;
        font-size: var(--font-size-h2);
        line-height: 38px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
        margin-bottom: 0;
    }
    
    .faq-list-container {
        width: 100%;
        padding: 0;
    }

    .faq-list {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
    }
    
    .faq-question {
        padding: 16px 16px;
        height: auto;
        min-height: 44px;
        gap: 12px;
        align-items: center;
    }
    
    .faq-question span {
        white-space: normal;
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex: 1;
        text-align: left;
    }

    .faq-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .faq-icon-horizontal {
        width: 16px;
        height: 2px;
    }

    .faq-icon-vertical {
        width: 2px;
        height: 16px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding-bottom: 16px;
    }

    .faq-answer p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .faq-cta {
        margin-top: 24px;
        padding: 0 4px;
    }

    .faq-cta p {
        font-size: var(--font-size-body);
        line-height: 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Icon Features Section Small Mobile */
    .icon-features-title {
        font-size: var(--font-size-body-large);
        line-height: 28px;
        margin-bottom: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .icon-features-wrapper {
        gap: 24px;
    }

    .icon-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 0 8px;
    }

    .icon-feature-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-feature-icon img {
        max-width: 50px;
    }

    .icon-feature-lucide {
        width: 60px;
        height: 60px;
    }

    .icon-feature-text {
        align-items: center;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .icon-feature-text p {
        font-size: var(--font-size-14);
        line-height: 20px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .icon-feature-bold {
        font-size: var(--font-size-14);
        line-height: 20px;
    }

    .icon-feature-regular {
        font-size: var(--font-size-14);
        line-height: 20px;
    }

    /* Floating Banner Mobile */
    .floating-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        z-index: 999;
    }

    .floating-banner-content {
        border-radius: 0;
        padding: 12px;
    }

    .floating-banner-content p {
        font-size: var(--font-size-body);
        line-height: 1.2;
    }

    /* Typography Small Mobile Adjustments */
    .comparison-featured-title {
        font-size: var(--font-size-body-large);
        line-height: 28px;
    }

    /* Benefits Grid Section Small Mobile */
    .benefits-grid-title {
        font-size: var(--font-size-h3);
        line-height: 30px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0 4px;
    }

    .benefits-grid-underline {
        width: 100%;
        max-width: 85%;
    }

    .benefits-image {
        max-height: 350px;
    }

    .benefits-image img {
        max-height: 350px;
    }

    .benefits-title-bold {
        font-size: var(--font-size-h4);
        line-height: 26px;
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        min-width: 0;
        width: 100%;
    }

    .benefit-items-grid {
        gap: 12px;
        margin-top: 24px;
    }

    .benefit-text {
        font-size: var(--font-size-16);
        line-height: 24px;
    }

    .benefits-note {
        font-size: var(--font-size-13);
        line-height: 20px;
        margin-top: 16px;
        padding-top: 0;
    }

    /* Comparison Featured Section Small Mobile */
    .comparison-featured-title {
        font-size: var(--font-size-h4);
        line-height: 28px;
        margin-bottom: 20px;
        padding: 0 4px;
    }

    .comparison-featured-container {
        overflow-y: visible;
        padding: 50px 12px 12px;
        margin: 0 -12px;
    }

    .comparison-featured-wrapper {
        padding: 0 12px 32px;
    }

    .comparison-featured-label {
        padding: 20px 0 0;
        font-size: var(--font-size-14);
    }

    .comparison-featured-grid {
        grid-template-columns: auto 1fr 1fr 1fr;
        column-gap: 3px;
        row-gap: 6px;
    }

    .comparison-row-label-cell {
        padding-right: 4px;
        border-right: 1px solid var(--border);
    }

    .comparison-row-label {
        font-size: var(--font-size-11);
        line-height: 16px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .comparison-featured-column {
        padding: 0 4px;
    }

    .comparison-product-image {
        width: 80px;
        height: 100px;
        top: -40px;
    }

    .comparison-product-image img {
        height: auto;
        max-height: 100px;
    }

    .comparison-product-title {
        top: -40px;
        margin-bottom: 20px;
    }

    .comparison-product-name {
        font-size: var(--font-size-body);
        line-height: 20px;
    }

    .comparison-product-subtitle {
        font-size: var(--font-size-12);
        line-height: 16px;
    }

    .comparison-feature-row {
        padding: 8px 6px;
        min-height: 40px;
        gap: 6px;
    }

    .comparison-feature-text {
        font-size: var(--font-size-13);
        line-height: 16px;
    }

    .comparison-feature-icon {
        width: 20px;
        height: 20px;
    }

    .comparison-feature-icon img {
        width: 20px;
        height: 20px;
    }

    /* Comparison Side-by-Side Section Small Mobile */
    .comparison-side-title {
        font-size: var(--font-size-h4);
        line-height: 28px;
    }

    .comparison-side-title p {
        font-size: var(--font-size-h4);
        line-height: 28px;
    }

    .comparison-side-wrapper {
        gap: 20px;
        padding: 0 12px;
    }

    .comparison-side-content {
        gap: 24px;
    }

    .comparison-side-product-image {
        max-width: 260px;
        min-height: 160px;
        max-height: 260px;
        margin: 0 auto 12px;
    }

    .comparison-side-product-image img {
        max-height: 260px;
    }

    .comparison-side-product-title {
        padding: 0 8px;
        min-height: 56px;
    }

    .comparison-side-product-title h3 {
        font-size: var(--font-size-body);
        line-height: 24px;
        padding: 10px 0;
    }

    .comparison-side-features {
        padding: 0 8px;
    }

    .comparison-side-feature-row {
        gap: 8px;
        padding: 10px 0;
        min-height: 40px;
    }

    .comparison-side-feature-row:last-child {
        min-height: 40px;
    }

    .comparison-side-feature-row:nth-child(3) {
        min-height: 40px;
    }

    .comparison-side-icon {
        width: 20px;
        height: 22px;
    }

    .comparison-side-icon img {
        width: 20px;
        height: 20px;
    }

    .comparison-side-feature-text p {
        font-size: var(--font-size-14);
        line-height: 18px;
    }

    .comparison-side-vs-badge {
        margin: -12px auto 12px;
        width: 56px;
        height: 56px;
        border-radius: 28px;
    }

    .comparison-side-vs-badge span {
        font-size: var(--font-size-body);
        line-height: 28px;
    }

    /* FAQ Section Small Mobile */
    .faq-title {
        font-size: var(--font-size-h3);
        line-height: 32px;
    }

    .faq-wrapper {
        gap: 20px;
    }

    .faq-question {
        padding: 14px 12px;
        min-height: 44px;
        gap: 10px;
    }

    .faq-question span {
        font-size: var(--font-size-body-small);
        line-height: 22px;
    }

    .faq-icon {
        width: 14px;
        height: 14px;
    }

    .faq-icon-horizontal {
        width: 14px;
        height: 2px;
    }

    .faq-icon-vertical {
        width: 2px;
        height: 14px;
    }

    .faq-answer {
        padding: 0 12px;
    }

    .faq-item.active .faq-answer {
        padding-bottom: 12px;
    }

    .faq-answer p {
        font-size: var(--font-size-13);
        line-height: 20px;
    }

    .faq-cta {
        margin-top: 20px;
    }

    .faq-cta p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
    }

    /* Premium Section Small Mobile */
    .premium-content {
        gap: 24px;
    }

    .premium-image {
        max-width: 350px;
        max-height: 350px;
    }

    .premium-image img {
        max-height: 350px;
    }

    .premium-text {
        gap: 16px;
    }

    .premium-text h2 {
        font-size: var(--font-size-h3);
        line-height: 32px;
    }

    .premium-text-content {
        gap: 14px;
    }

    .premium-text-content p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
    }

    /* Guarantee Section Small Mobile */
    .guarantee-section {
        padding: 32px 0 50px;
    }

    .guarantee-content-wrapper {
        gap: 20px;
        padding: 0 12px;
    }

    .guarantee-icon-wrapper {
        max-width: 100px;
    }

    .guarantee-icon {
        width: 100px;
        height: 100px;
    }

    .guarantee-text-wrapper {
        gap: 16px;
    }

    .guarantee-title {
        font-size: var(--font-size-h3);
        line-height: 32px;
    }

    .guarantee-description p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
    }

    .guarantee-note {
        margin-top: 10px;
    }

    /* Reviews Section Small Mobile */
    .reviews-rating-number {
        font-size: var(--font-size-h2);
        line-height: 38px;
    }

    .reviews-stars {
        height: 14px;
    }

    .review-star {
        width: 18px;
        height: 14px;
    }

    .reviews-count {
        font-size: var(--font-size-body-small);
        line-height: 18px;
    }

    .reviews-divider {
        margin-bottom: 20px;
    }

    .reviews-divider:first-of-type {
        margin-top: 28px;
        margin-bottom: 20px;
    }

    .reviews-popular-topics {
        margin-bottom: 20px;
    }

    .popular-topics-label {
        font-size: var(--font-size-13);
        line-height: 18px;
        margin-bottom: 8px;
    }

    .popular-topics-tags {
        gap: 6px;
    }

    .topic-tag {
        height: 28px;
        padding: 0 8px;
        font-size: var(--font-size-12);
        min-height: 28px;
    }

    .review-card {
        padding: 20px 0;
    }

    .review-card-header {
        gap: 10px;
        margin-bottom: 16px;
    }

    .review-avatar {
        width: 32px;
        height: 32px;
    }

    .verified-badge {
        width: 12px;
        height: 12px;
    }

    .review-user-name {
        font-size: var(--font-size-13);
        line-height: 16px;
    }

    .review-verified {
        font-size: var(--font-size-11);
        line-height: 14px;
    }

    .review-date {
        font-size: var(--font-size-13);
        line-height: 16px;
    }

    .review-stars-small {
        margin-bottom: 16px;
        height: 14px;
    }

    .review-star-small {
        width: 16px;
        height: 14px;
    }

    .review-title {
        font-size: var(--font-size-body-small);
        line-height: 20px;
        margin-bottom: 12px;
    }

    .review-text {
        font-size: var(--font-size-13);
        line-height: 18px;
        margin-bottom: 10px;
    }

    .review-product {
        font-size: var(--font-size-11);
        line-height: 16px;
    }

    .review-product-label {
        font-size: var(--font-size-11);
    }

    .review-product-name {
        font-size: var(--font-size-11);
        line-height: 16px;
    }

    /* Reviews CTA Small Mobile */
    .reviews-cta {
        margin-top: 32px;
    }

    .reviews-cta .btn {
        width: 100%;
        max-width: 300px;
    }

    .reviews-cta-text {
        font-size: var(--font-size-body);
        line-height: 24px;
    }

    /* How It Works Section Small Mobile */
    .how-it-works-title {
        font-size: var(--font-size-h2);
        line-height: 34px;
        margin-bottom: 28px;
    }

    .how-it-works-steps {
        gap: 28px;
        margin-bottom: 28px;
    }

    .how-it-works-step {
        padding: 0 4px 16px;
    }

    .how-it-works-icon {
        width: 130px;
        height: 130px;
        margin-bottom: 10px;
    }

    .how-it-works-step-content {
        gap: 6px;
        padding-top: 12px;
    }

    .how-it-works-step-number {
        font-size: var(--font-size-body-large);
        line-height: 22px;
    }

    .how-it-works-step-description {
        font-size: var(--font-size-body-small);
        line-height: 20px;
    }

    .how-it-works-cta {
        gap: 14px;
    }

    .how-it-works-description {
        padding: 0 12px;
        gap: 10px;
    }

    .how-it-works-description p {
        font-size: var(--font-size-13);
        line-height: 18px;
    }

    /* Benefits Section Small Mobile */
    .benefits-section .section-title {
        font-size: var(--font-size-h3);
        line-height: 30px;
        margin-bottom: 28px;
    }

    .benefits-grid {
        gap: 28px;
    }

    .benefit-card h3 {
        font-size: var(--font-size-body-large);
        line-height: 24px;
    }

    .benefit-card p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
    }

    .benefit-image {
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto 16px;
    }

    .benefit-image img {
        max-height: 200px;
    }

    /* Product Story Section Small Mobile */
    .product-story-section {
        padding: 32px 0;
        margin-top: 32px;
    }

    .story-content {
        gap: 28px;
    }

    .story-text h2 {
        font-size: var(--font-size-h3);
        line-height: 32px;
        margin-bottom: 16px;
    }

    .story-text p {
        font-size: var(--font-size-body-small);
        line-height: 22px;
        margin-bottom: 16px;
    }

    .story-list-item {
        font-size: var(--font-size-body-small);
        line-height: 22px;
        margin-bottom: 10px;
    }

    .story-image {
        min-height: 220px;
        max-height: 300px;
    }

    .story-image img {
        max-height: 300px;
    }

    /* Trust Icons Section Small Mobile */
    .trust-icons-section {
        padding: 32px 0;
    }

    .trust-icons-grid {
        gap: 16px;
    }

    .trust-icon-item {
        padding: 14px 10px;
        gap: 10px;
    }

    .trust-icon-item img {
        width: 56px;
        height: 56px;
    }

    .trust-icon-item span {
        font-size: var(--font-size-13);
        line-height: 18px;
    }

    /* Top Bar Small Mobile Optimization */
    .top-bar {
        padding: 6px 0;
    }

    .promo-text {
        font-size: var(--font-size-12);
        line-height: 16px;
        padding: 0 4px;
    }

    /* Header Button Small Mobile */
    .btn-buy-now {
        padding: 10px 16px;
        font-size: var(--font-size-12);
    }

    /* Ingredient Lines Small Mobile - Further optimization */
    .ingredient-name {
        font-size: var(--font-size-13);
    }

    .ingredient-percentage {
        font-size: var(--font-size-13);
    }

    /* Footer Links Small Mobile */
    .footer-column a {
        font-size: var(--font-size-14);
        line-height: 20px;
        padding: 6px 0;
    }

    /* Accordion Content Small Mobile */
    .accordion-content {
        padding: 0 2px 16px;
    }

    .accordion-header {
        padding: 14px 0;
        font-size: var(--font-size-14);
    }

    /* Product Tagline Small Mobile */
    .product-tagline {
        font-size: var(--font-size-13);
        line-height: 18px;
        padding: 0 2px;
    }
}

