/* Trust Icons Section */
.trust-icons-section {
    padding: 40px 0;
    background-color: var(--bg-surface);
}

.trust-icons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1360px;
    margin: 0 auto;
}

.trust-icon-item {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 20px 25px;
}

.trust-icon-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.trust-icon-item span {
    font-size: var(--font-size-17);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-21);
    color: var(--text-primary);
}

/* Icon Features Section */
.icon-features-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
}

.icon-features-section .container {
    max-width: 1112px;
    padding: 0 var(--container-padding);
}

.icon-features-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: 55px;
    letter-spacing: 0.36px;
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto 110px;
    max-width: min(1000px, 90vw);
}

.icon-features-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: start;
}

.icon-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 0 8px;
}

/* Icon feature items now sized by grid columns - widths removed */

.icon-feature-icon {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: visible;
}

.icon-feature-1 .icon-feature-icon,
.icon-feature-2 .icon-feature-icon,
.icon-feature-3 .icon-feature-icon,
.icon-feature-4 .icon-feature-icon,
.icon-feature-5 .icon-feature-icon {
    height: 105px;
}

.icon-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100px;
}

.icon-feature-1 .icon-feature-icon img,
.icon-feature-4 .icon-feature-icon img {
    max-width: 100px;
}

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

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

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

.icon-feature-lucide {
    width: 121px;
    height: 121px;
    color: var(--text-primary);
    stroke-width: 1.5;
}

.icon-feature-2 .icon-feature-lucide,
.icon-feature-5 .icon-feature-lucide {
    width: 120px;
    height: 120px;
}

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

.icon-feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding-top: 20px;
}

.icon-feature-text p {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-caption);
    line-height: 24px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    margin: 0;
    text-align: left;
}

.icon-feature-text p:not(:last-child) {
    margin-bottom: 0;
}

.icon-feature-bold {
    font-weight: var(--font-weight-700);
}

.icon-feature-regular {
    font-weight: var(--font-weight-400);
}

/* Benefits Section */
.benefits-section {
    padding: 50px 0;
    background-color: var(--bg-page);
}

.benefits-section .container {
    max-width: 1600px;
    padding: 0 40px;
}

.benefits-section .section-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-46);
    letter-spacing: var(--letter-spacing-neg-1);
    text-align: center;
    margin: 0 auto 48px;
    max-width: min(1000px, 90vw);
}

/* Generic Section Title */
.section-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1600px;
    margin: 0 auto;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 295px;
    text-align: center;
    justify-self: center;
}

.benefit-image {
    width: 221px;
    height: 221px;
    margin: 0 auto 24px;
    border-radius: var(--radius-8);
    overflow: hidden;
}

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

.benefit-card h3 {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-28);
    letter-spacing: -0.4px;
    margin-bottom: 18px;
    color: var(--text-primary);
}

.benefit-card:nth-child(3) h3 {
    font-size: var(--font-size-24);
}

.benefit-card p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--text-primary);
}

/* Product Story Section */
.product-story-section {
    padding: 34px 0 60px;
    margin-top: 50px;
    background-color: var(--bg-surface);
    position: relative;
}

.bg-right-rect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.03%;
    width: 500px;
    background-color: var(--bg-page);
    z-index: 0;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.story-text h2 {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-46);
    margin-bottom: 24px;
}

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

.story-image {
    width: 100%;
    height: 416px;
    border-radius: var(--radius-8);
    overflow: hidden;
}

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

/* Benefits Grid Section */
.benefits-grid-section {
    padding: 60px 0 35px;
    background-color: var(--bg-page);
    position: relative;
    overflow: visible;
}

.benefits-grid-section .container {
    max-width: 1600px;
    padding: 0 40px;
}

.benefits-grid-wave-top {
    position: absolute;
    top: -48px;
    left: 50%;
    width: 100vw;
    height: 48px;
    overflow: visible;
    transform: translateX(-50vw);
}

.benefits-grid-wave-bottom {
    position: absolute;
    bottom: -47px;
    left: 50%;
    width: 100vw;
    height: 48px;
    overflow: visible;
    transform: translateX(-50vw);
}

.wave-svg {
    width: 100vw;
    height: 100%;
    display: block;
}

.wave-svg-rotated {
    transform: rotate(180deg);
}

/* Handle transform for rotated waves in bottom containers */
.benefits-grid-wave-bottom .wave-svg-rotated,
.guarantee-wave-bottom .wave-svg-rotated {
    transform: rotate(180deg);
}


.benefits-grid-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.benefits-grid-title {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-62);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

.benefits-grid-underline {
    width: 100%;
    max-width: min(925px, 90vw);
    height: 4px;
    background-color: var(--color-secondary);
}

.benefits-grid-content {
    display: grid;
    grid-template-columns: min(546px, 90vw) 1fr;
    gap: 50px;
    align-items: start;
    justify-content: center;
}

.benefits-image {
    width: 100%;
    max-width: min(546px, 90vw);
    height: 546px;
    overflow: hidden;
    justify-self: center;
}

.benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits-list {
    width: 100%;
    max-width: min(764px, 90vw);
    display: flex;
    flex-direction: column;
}

.benefits-list-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    font-family: var(--font-family-roboto);
    line-height: 52px;
}

.benefits-title-bold {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
    white-space: nowrap;
}

.benefits-title-separator {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
    white-space: nowrap;
}

.benefits-title-text {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
    white-space: nowrap;
}

.benefit-items-grid {
    margin-top: 102px;
    margin-bottom: 0;
    width: 100%;
    max-width: min(764px, 90vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Benefit items in product header - block display, one per line */
.product-benefits .benefit-item {
    display: flex;
    align-items: center;
    position: static;
    height: auto;
    gap: 8px;
    margin-bottom: 8px;
    width: 100%;
    clear: both;
}

.product-benefits .benefit-item:last-child {
    margin-bottom: 0;
}

/* Benefit items in grid layout - CSS Grid */
.benefit-items-grid .benefit-item {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 70px;
}

.benefit-icon {
    width: 52px;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.benefit-icon img {
    width: 135.71%;
    height: 100%;
    object-fit: contain;
    margin-left: -17.86%;
}

.benefit-text {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-500);
    line-height: var(--line-height-32);
    color: var(--text-primary);
    border-bottom: 1px solid var(--color-secondary);
    padding-bottom: 1px;
    width: 100%;
    max-width: min(275px, 80vw);
}

.benefits-description {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--text-primary);
    margin-top: 84px;
    white-space: pre-line;
}

.benefits-note {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--text-primary);
    margin-top: 25px;
    padding-top: 0;
}

/* Premium Section */
.premium-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 1360px;
}

.premium-image-wrapper {
    width: 100%;
    max-width: min(599px, 90vw);
    justify-self: end;
}

.premium-image {
    width: 100%;
    max-width: min(530px, 90vw);
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-8);
    overflow: hidden;
}

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

.premium-text-wrapper {
    width: 100%;
    max-width: min(761px, 90vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-text {
    width: 100%;
    max-width: min(599px, 90vw);
    display: flex;
    flex-direction: column;
    gap: 23.37px;
}

.premium-text h2 {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-40);
    letter-spacing: var(--letter-spacing-neg-0-8);
    color: var(--text-primary);
    margin: 0;
}

.premium-text-content {
    display: flex;
    flex-direction: column;
    gap: 23.4px;
}

.premium-text p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--text-primary);
    margin: 0;
}

/* .btn-premium removed - now uses .btn-primary */

/* Comparison Section */
.comparison-section {
    padding: 50px 0 52px;
    background-color: var(--bg-surface);
}

.comparison-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.comparison-title {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-69);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

.comparison-table {
    display: grid;
    grid-template-columns: 259px 194px 146px;
    gap: 0;
    align-items: stretch;
    max-width: 668px;
    padding: 10px;
    margin: 0 auto;
}

.comparison-column {
    display: flex;
    flex-direction: column;
}

.comparison-column.comparison-left {
    width: 100%;
    border: 1px solid var(--border);
    border-bottom: none;
    border-right: none;
}

.comparison-column-inner {
    background-color: var(--bg-muted);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.comparison-header-row {
    height: 115px;
    width: 258px;
    border-bottom: 1px solid rgba(215, 211, 211, 0.72);
}

.comparison-column.comparison-middle {
    width: 100%;
    background-color: var(--bg-page);
    border: 2px solid var(--error);
    border-radius: 5px;
    padding: 8.5px 2px 12.5px;
}

.comparison-column-inner-middle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.comparison-header-middle {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 0;
}

.product-icon-wrapper-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.product-icon-img-middle {
    width: 74px;
    height: 100px;
    object-fit: contain;
}

.comparison-features-middle {
    display: flex;
    flex-direction: column;
}

.feature-row-middle {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-row-middle:first-child {
    height: 80px;
}

.feature-row-middle:not(:first-child) {
    height: 76px;
}

.feature-row-middle:last-child {
    height: 76px;
}

.check-icon-wrapper {
    max-width: 75px;
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
}

.check-icon {
    width: 214.29%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: -57.14%;
    top: 0;
}

.comparison-column.comparison-right {
    width: 100%;
    border: 1px solid var(--border);
    border-bottom: none;
    border-left: none;
}

.comparison-header-right {
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 11px;
    padding-top: 0;
    gap: 15px;
    border-bottom: 1px solid rgba(215, 211, 211, 0.72);
}

.product-icon-wrapper-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.product-icon-img-right {
    height: 60px;
    object-fit: contain;
    width: 216.95%;
    margin-left: -58.48%;
}

.comparison-header-right h3 {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-21);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
    width: 105px;
}

.comparison-features {
    display: flex;
    flex-direction: column;
}

.feature-row {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(215, 211, 211, 0.72);
    padding: 0 20px;
}

.feature-row span {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-21);
    color: var(--text-primary);
    text-align: center;
    white-space: nowrap;
}

.cross-icon-wrapper {
    max-width: 75px;
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
}

.cross-icon {
    width: 214.29%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: -57.14%;
    top: 0;
}

.guarantee-text {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-21);
    color: var(--text-primary);
    text-align: center;
    white-space: nowrap;
}

.comparison-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .btn-comparison removed - now uses .btn-primary */

/* Guarantee Section */
.guarantee-section {
    padding: 35px 0 80px;
    background-color: var(--color-primary);
    color: var(--bg-surface);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.guarantee-wave-top {
    position: absolute;
    top: -48px;
    left: 50%;
    width: 100vw;
    height: 48px;
    overflow: visible;
    transform: translateX(-50vw);
}

.guarantee-wave-bottom {
    position: absolute;
    bottom: -47px;
    left: 50%;
    width: 100vw;
    height: 48px;
    overflow: visible;
    transform: translateX(-50vw);
}

.guarantee-image-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 40px;
}

.guarantee-image-wrapper img {
    width: 100%;
    display: block;
}

.guarantee-content-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    padding: 0 40px;
}

.guarantee-icon-wrapper {
    width: 100%;
    max-width: 165px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.guarantee-icon {
    width: 145px;
    height: 145px;
    flex-shrink: 0;
}

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

.guarantee-text-wrapper {
    width: 100%;
    max-width: min(668px, 90vw);
    display: flex;
    flex-direction: column;
    gap: 23.35px;
    padding-bottom: 20px;
    padding-top: 0;
}

.guarantee-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-40);
    letter-spacing: var(--letter-spacing-neg-0-8);
    color: var(--bg-surface);
    margin: 0;
}

.guarantee-description {
    display: flex;
    flex-direction: column;
}

.guarantee-description p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-31);
    color: var(--bg-surface);
    margin: 0;
}

.guarantee-bold {
    font-weight: var(--font-weight-700);
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
}

.faq-container {
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
}

.faq-wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 30px;
    align-items: start;
    justify-items: center;
}

.faq-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-52);
    letter-spacing: var(--letter-spacing-neg-1);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
    max-width: min(1000px, 90vw);
    width: 100%;
    justify-self: center;
}

.faq-list-container {
    display: flex;
    justify-content: center;
    width: 100%;
    justify-self: center;
}

.faq-list {
    max-width: min(668px, 90vw);
    width: 100%;
    background-color: var(--bg-surface);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.faq-item {
    display: flex;
    flex-direction: column;
}

.faq-item:not(:first-child) {
    border-top: 1px solid rgba(40, 40, 40, 0.15);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20.5px 24px 20.7px;
    background: none;
    border: none;
    cursor: pointer;
    height: 73px;
    gap: 0;
}

.faq-question span {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-31);
    color: var(--text-primary);
    text-align: left;
    white-space: nowrap;
}

.faq-item:nth-child(4) .faq-question span,
.faq-item:nth-child(6) .faq-question span {
    font-size: var(--font-size-body-large);
}

.faq-icon {
    width: 10px;
    height: 10px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon-horizontal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: var(--text-primary);
}

.faq-icon-vertical {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
    background-color: var(--text-primary);
}

.faq-item.active .faq-icon-vertical {
    display: none;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 20px;
}

.faq-answer p {
    font-size: var(--font-size-17);
    line-height: var(--line-height-28);
    color: var(--text-muted);
}

.faq-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-self: center;
    margin-top: 30px;
}

.faq-cta p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: var(--line-height-28);
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

/* .btn-faq removed - now uses .btn-secondary */

/* Related Products Section */
.related-products-section {
    padding: 70px 0 50px;
    background-color: var(--bg-surface);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1304px;
    margin: 0 auto;
}

.product-card {
    text-align: center;
}

.product-card-image {
    width: 100%;
    height: 308px;
    margin-bottom: 24px;
    border-radius: var(--radius-8);
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: var(--font-size-13);
}

.stars {
    color: var(--rating);
}

.product-card h3 {
    font-size: var(--font-size-17);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-21);
    margin-bottom: 8px;
}

.product-card-subtitle {
    font-size: var(--font-size-13);
    color: var(--text-muted);
    margin-bottom: 8px;
}

.product-card-price {
    font-size: var(--font-size-17);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
}

/* How It Works Section */
.how-it-works-section {
    padding: 60px 0;
    background-color: #ffb829;
}

.how-it-works-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-52);
    letter-spacing: var(--letter-spacing-neg-1);
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto 48px;
    max-width: min(1000px, 90vw);
}

.how-it-works-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-20);
    margin-bottom: 60px;
    max-width: min(1110px, 95vw);
    margin-left: auto;
    margin-right: auto;
}

.how-it-works-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: min(228px, 22.5vw);
    min-width: min(180px, 80%);
    padding: 5px 15px 20px;
    justify-self: center;
}

.how-it-works-icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-shrink: 0;
}

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

.how-it-works-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-8);
    padding-top: var(--spacing-24);
    width: 100%;
}

.how-it-works-step-number {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-700);
    line-height: 27.6px;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

.how-it-works-step-description {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: 22px;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
}

.how-it-works-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--font-size-16);
    max-width: min(1110px, 95vw);
    margin: 0 auto;
}

/* .btn-how-it-works removed - now uses .btn-primary */

.how-it-works-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--font-size-15);
    max-width: min(325px, 90vw);
    text-align: center;
}

.how-it-works-description p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-400);
    line-height: 15px;
    color: var(--text-primary);
    margin: 0;
}

.how-it-works-description p:last-child {
    font-size: var(--font-size-body-small);
}

/* Reviews Section */
.reviews-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
}

.reviews-section-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: var(--line-height-52);
    letter-spacing: var(--letter-spacing-neg-1);
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto 48px;
    max-width: min(1000px, 90vw);
}

.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
    padding: 0;
}

.reviews-rating-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.reviews-rating-number {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-display);
    font-weight: var(--font-weight-400);
    line-height: 55px;
    color: var(--text-muted);
    text-align: center;
    padding: 0;
}

.reviews-stars {
    display: flex;
    gap: 2px;
    height: 18px;
    padding: 0;
}

.review-star {
    width: 22px;
    height: 18px;
    color: #FFB829;
    fill: #FFB829;
    stroke: #FFB829;
}

.review-star svg {
    fill: #FFB829;
    stroke: #FFB829;
    color: #FFB829;
}

.reviews-count {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    line-height: 16px;
    color: var(--text-muted);
    text-align: center;
    padding: 0;
}

/* .btn-write-review removed - now uses .btn-secondary */

.reviews-divider {
    height: 5px;
    width: 100%;
    max-width: min(1120px, 95vw);
    margin: 0 auto;
    background-image: url('assets/1cf6532f8e49df62fd6e6c83f64ad1b496c94a52.svg');
    background-repeat: repeat-x;
    background-size: 10px 5px;
    margin-bottom: 29px;
}

.reviews-divider:first-of-type {
    margin-top: 71px;
    margin-bottom: 29px;
}

.reviews-search-bar {
    display: flex;
    gap: 10px;
    margin: 0 0 65px;
    max-width: min(1120px, 95vw);
    margin-left: auto;
    margin-right: auto;
}

.reviews-search-input-wrapper {
    position: relative;
    flex: 1;
    max-width: 539px;
    display: flex;
    align-items: center;
}

.reviews-search-input {
    flex: 1;
    height: 33px;
    padding: 7px 50px 7px 14px;
    border: 1px solid var(--border);
    border-radius: 100px 0 0 100px;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
    background-color: var(--bg-surface);
}

.reviews-search-input::placeholder {
    color: var(--text-primary);
}

.reviews-search-input:focus {
    outline: none;
    border-color: var(--text-primary);
}

.reviews-search-icon-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 29px;
    height: 29px;
    background-color: var(--border);
    border: none;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.reviews-search-icon-btn img {
    width: 15px;
    height: 15px;
}

.reviews-filter-btn {
    display: flex;
    align-items: center;
    gap: 13px;
    height: 33px;
    padding: 0 13px;
    border: 1px solid var(--border);
    border-radius: 64px;
    background-color: var(--bg-surface);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
    cursor: pointer;
    transition: background-color 0.3s;
}

.reviews-filter-btn:hover {
    background-color: var(--bg-muted);
}

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

.reviews-popular-topics {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    margin-bottom: 40px;
    max-width: min(1120px, 95vw);
    margin-left: auto;
    margin-right: auto;
}

.popular-topics-label {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
    color: var(--text-primary);
}

.popular-topics-tags {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: center;
    gap: 10px;
}

.topic-tag {
    height: 33px;
    padding: 0 12px;
    background-color: var(--border);
    border: 1px solid var(--border);
    border-radius: 100px;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
    white-space: nowrap;
    display: inline-block;
}

.show-more-link {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-700);
    color: var(--text-muted);
    text-decoration: underline;
    text-underline-position: from-font;
}

.reviews-sort {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-left: auto;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
}

.sort-label {
    white-space: nowrap;
}

.sort-value {
    white-space: nowrap;
}

.sort-dropdown-icon {
    width: 10px;
    height: 7px;
}

.reviews-list {
    max-width: min(1120px, 95vw);
    margin: 0 auto;
}

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

.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 27px;
}

.review-user-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

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

.review-avatar img:first-child {
    width: 100%;
    height: 100%;
    border-radius: 17.5px;
    object-fit: cover;
}

.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
}

.review-user-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.review-user-name {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 19px;
    color: var(--text-muted);
}

.review-verified {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-caption);
    font-weight: var(--font-weight-400);
    line-height: 16px;
    color: var(--text-muted);
    text-align: center;
}

.review-date {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    line-height: 19px;
    color: var(--text-muted);
    text-align: right;
}

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

.review-stars-small {
    display: flex;
    gap: 2px;
    margin-bottom: 25.5px;
    height: 18px;
}

.review-star-small {
    width: 22px;
    height: 18px;
    color: #FFB829;
    fill: #FFB829;
    stroke: #FFB829;
}

.review-star-small svg {
    fill: #FFB829;
    stroke: #FFB829;
    color: #FFB829;
}

.review-title {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-700);
    line-height: 21px;
    color: var(--text-muted);
    margin: 0 0 20px 0;
}

.review-text {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    line-height: 22px;
    color: var(--text-muted);
    margin: 0 0 14px 0;
}

.review-product {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-400);
    line-height: 22px;
    color: var(--text-muted);
}

.review-product-label {
    color: var(--text-muted);
}

.review-product-name {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-tiny);
    font-weight: var(--font-weight-700);
    line-height: 22px;
    color: var(--text-primary);
    text-decoration: none;
}

.review-product-name:hover {
    text-decoration: underline;
}

.review-helpful {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    margin-top: 19px;
}

.helpful-label {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
    white-space: nowrap;
}

.helpful-buttons {
    display: flex;
    align-items: center;
    gap: 11px;
}

.helpful-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-400);
    color: var(--text-primary);
}

.helpful-btn img {
    width: 14px;
    height: 13px;
}

.reviews-load-more {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

/* .btn-load-more-reviews removed - now uses .btn-secondary */

/* Comparison Side-by-Side Section */
.comparison-side-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
    position: relative;
}

.comparison-side-wrapper {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.comparison-side-header {
    display: grid;
    grid-template-rows: auto auto;
    gap: 16px;
    justify-items: center;
    text-align: center;
}

.comparison-side-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: 55px;
    letter-spacing: 0.36px;
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparison-side-title p {
    margin: 0;
    line-height: 55px;
}

.comparison-side-subtitle {
    max-width: 605px;
    width: 100%;
    justify-self: center;
}

.comparison-side-subtitle p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-400);
    line-height: 26px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    margin: 0;
}

.comparison-side-subtitle strong {
    font-weight: var(--font-weight-700);
}

.comparison-side-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: start;
    position: relative;
}

.comparison-side-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 424px;
    justify-self: center;
}

.comparison-side-left {
    grid-column: 1;
}

.comparison-side-right {
    grid-column: 3;
}

.comparison-side-product-image {
    width: 424px;
    height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
}

.comparison-side-right .comparison-side-product-image {
    height: 351px;
}

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

.comparison-side-product-title {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid var(--border);
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.comparison-side-product-title h3 {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-700);
    line-height: 32px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    text-align: center;
    margin: 0;
    max-width: 298px;
}

.comparison-side-right .comparison-side-product-title h3 {
    max-width: 356px;
}

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

.comparison-side-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    min-height: 46px;
}

.comparison-side-feature-row:last-child {
    border-bottom: none;
    min-height: 66px;
}

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

.comparison-side-icon {
    width: 20px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.comparison-side-right .comparison-side-icon {
    height: 26px;
}

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

.comparison-side-feature-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.comparison-side-feature-text p {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-400);
    line-height: 21px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    margin: 0;
}

.comparison-side-feature-text strong {
    font-weight: var(--font-weight-700);
}

.comparison-side-vs-badge {
    grid-row: 2;
    width: 96px;
    height: 96px;
    background-color: var(--text-primary);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    justify-self: center;
    margin: -50px 0;
}

.comparison-side-vs-badge span {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-400);
    line-height: 48px;
    letter-spacing: 0.16px;
    color: var(--bg-surface);
    text-transform: uppercase;
    text-align: center;
}

/* Comparison Featured Section */
.comparison-featured-section {
    padding: 60px 0;
    background-color: var(--bg-muted);
}

.comparison-featured-title {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-700);
    line-height: 55px;
    letter-spacing: 0.36px;
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto 60px;
    max-width: 1000px;
}

.comparison-featured-container {
    background-color: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.comparison-featured-label {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-500);
    line-height: 24px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    padding: 55px 0 24px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
}

.comparison-featured-wrapper {
    position: relative;
    padding: 0 40px 24px;
    max-width: 100%;
    margin: 0 auto;
}

.comparison-featured-grid {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-rows: auto repeat(4, auto);
    gap: 0;
    row-gap: 11px;
    column-gap: 8px;
    position: relative;
    align-items: start;
}

.comparison-featured-grid > *:nth-child(-n+4) {
    align-self: end;
}

.comparison-grid-cell {
    display: flex;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.comparison-empty-cell {
    /* Empty cell for row 1, column 1 */
    min-width: 0;
}

.comparison-featured-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    position: relative;
}

.comparison-featured-column.featured-column {
    padding-top: 90px;
    margin-top: -50px;
    justify-content: flex-end;
}

.comparison-grid-cell.comparison-featured-column:nth-child(3)::after,
.comparison-grid-cell.comparison-featured-column:nth-child(4)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--border);
    z-index: 1;
}

.comparison-product-image {
    width: 151px;
    height: 204px;
    margin-bottom: 16px;
    padding-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    top: -90px;
}

.comparison-product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    align-self: flex-end;
}

.comparison-product-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    top: -90px;
}

.comparison-product-name {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-700);
    line-height: 24px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    margin-bottom: 0;
}

.comparison-product-subtitle {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-700);
    line-height: 24px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
}

.comparison-row-label-cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 16px;
    min-height: 40px;
    border-right: 1px solid var(--border);
}

.comparison-feature-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--bg-surface);
    border: 1px solid var(--bg-surface);
    border-radius: 5px;
    padding: 11px 16px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.comparison-featured-column.featured-column {
    background-color: var(--bg-page);
    border-radius: 8px 8px 0 0;
}

.comparison-feature-row.featured-column {
    background-color: var(--bg-page);
    border-color: var(--bg-surface);
}

.comparison-feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-feature-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.comparison-feature-text {
    font-family: var(--font-family-roboto);
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    min-width: 0;
    font-size: var(--font-size-caption);
    font-weight: var(--font-weight-500);
    line-height: 15.6px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.comparison-row-label {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-700);
    line-height: 21px;
    letter-spacing: 0.16px;
    color: var(--text-primary);
    padding: 0;
}

.comparison-row-label-red {
    color: var(--error);
}

