﻿/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #000;
    overflow-x: hidden;
}

.powerstream-pdp {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    background-color: #ffffff;
}

/* Navigation */
.top-navigation {
    background-color: #ffffff;
    align-self: stretch;
    width: 100%;
    padding: 14px 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.nav-container {
    display: flex;
    width: 550px;
    max-width: 100%;
    align-items: stretch;
    gap: 6px;
    flex-wrap: wrap;
    margin-left: 200px;
}

.nav-links {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    gap: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    justify-content: start;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.main-nav {
    display: flex;
    gap: 40px;
}

.nav-link {
    text-decoration: none;
    color: #000;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
}

.nav-actions {
    display: flex;
    align-items: stretch;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

/*.order-button {
    border-radius: 8px;
    background-color: #ffc300;
    box-shadow: 0px 4px 4px rgba(185, 179, 172, 0.51);
    border: 1px solid #df7802;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}*/

.order-icon {
    aspect-ratio: 2.5;
    object-fit: contain;
    object-position: center;
    width: 35px;
    align-self: start;
    margin-top: 4px;
    flex-shrink: 0;
}

.cart-icon {
    aspect-ratio: 1.78;
    object-fit: contain;
    object-position: center;
    width: 32px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
}

/* Hero Section */
.hero-section {
    align-self: stretch;
    width: 100%;
}

.hero-container {
    gap: 20px;
    display: flex;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
}

.hero-text-container {
    background-color: #ffffff;
    display: flex;
    margin-right: -24px;
    flex-grow: 1;
    padding: 69px 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-text {
    color: #221c44;
    font-size: 14px;
    font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 2;
    align-self: flex-end;
    margin-right: 37px;
}

.rating-bold {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

.hero-title {
    color: #221c44;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    align-self: stretch;
    margin-top: 12px;
    margin-right: -4px;
}

.hero-subtitle {
    color: #221c44;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    margin-top: 15px;
}

.feature-list {
    display: flex;
    margin-top: 23px;
    align-items: stretch;
    gap: 13px;
}

.feature-icons {
    margin-top: auto;
    margin-bottom: auto;
}

.feature-icon {
    aspect-ratio: 1.1;
    object-fit: contain;
    object-position: center;
    width: 22px;
    display: block;
    margin-bottom: 18px;
}

    .feature-icon:first-child {
        margin-top: 0;
    }

.feature-text {
    color: #221c44;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    flex-basis: auto;
}

.cta-button {
    border-radius: 8px;
    background-color: #ffc300;
    box-shadow: 0px 4px 4px rgba(185, 179, 172, 0.51);
    border: 1px solid #df7802;
    display: flex;
    margin-top: 20px;
    padding: 16px;
    align-items: center;
    gap: 9px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.cta-arrow {
    aspect-ratio: 2.5;
    object-fit: contain;
    object-position: center;
    width: 35px;
    align-self: start;
    margin-top: 4px;
    flex-shrink: 0;
}

.shipping-info {
    display: flex;
    margin-top: 12px;
    margin-left: 20px;
    width: 272px;
    max-width: 100%;
    align-items: stretch;
    gap: 20px;
    font-size: 11px;
    justify-content: space-between;
}

.ship-date {
    color: #202e3b;
    font-family: Avenir Next, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
}

.separator {
    color: #b9b9b9;
}

.stock-status {
    color: #e12d00;
    font-weight: 400;
}

.hero-image-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
}

.product-image-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 633px;
    flex-grow: 1;
    padding: 51px 48px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
}

.product-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product-name {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.product-badge {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 140px;
    margin-top: 348px;
    max-width: 100%;
    align-self: flex-end;
}

/* As Seen On Section */
.as-seen-on {
    background-color: #f5f5f5;
    align-self: stretch;
    display: flex;
    width: 100%;
    padding: 35px 0 36px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.section-subtitle {
    width: 100%;
    font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #221c44;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 1;
    margin: 0 auto;
    max-width: 1150px;
}

.logo-list {
    display: flex;
    margin-top: 28px;
    width: 100%;
    padding: 2px 35px 0 20px;
    align-items: center;
    gap: 40px 85px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1150px;
}

.logo-item {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: start;
    overflow: hidden;
    justify-content: start;
    flex-grow: 1;
    flex-shrink: 1;
}

.logo-wrapper {
    display: flex;
    min-height: 36px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    object-fit: contain;
    object-position: center;
    width: 100%;
}

/* Features Intro Section */
.features-intro {
    /*margin-top: 63px;
    width: 923px;*/
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
}

.features-tagline {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    width: 100%;
    align-self: stretch;
}

.features-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    align-self: stretch;
    margin-right: 3px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.highlight {
    color: #1dc1ce;
}

/* Features Grid Section */
.features-grid {
    /*margin-top: 35px;*/
    width: 100%;
    /*max-width: 1158px;*/
}

.features-container {
    gap: 20px;
    display: flex;
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 25%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.feature-image-container {
    border-radius: 0;
    max-width: 100%;
    width: 265px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    line-height: 1.3;
    position: relative;
}

.feature-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.feature-number {
    position: relative;
    border-radius: 5px;
    background-color: #0493ed;
    display: flex;
    min-height: 28px;
    width: 28px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: start;
    height: 28px;
    margin-top: 222px;
    margin-left: 16px;
}

.feature-number-text {
    min-height: 26px;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-weight: 500;
}

.feature-content {
    margin-top: 20px;
    max-width: 100%;
    width: 265px;
    color: #221c44;
}

.feature-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

/* Power Section */
.power-section {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 465px;
    margin-top: 32px;
    width: 100%;
    padding: 53px 80px 0;
    align-items: center;
}

.power-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.power-content {
    position: relative;
    z-index: 10;
    display: flex;
    margin-bottom: -18px;
    width: 100%;
    max-width: 1158px;
    flex-direction: column;
    align-items: stretch;
}

.power-header {
    align-self: center;
    width: 923px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
}

.power-tagline {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.power-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    align-self: center;
}

.power-details {
    margin-top: 23px;
    display: flex;
    gap: 20px;
}

.power-specs {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 324px;
    flex-grow: 1;
    padding: 8px 18px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 50px;
    color: #2f2f66;
    font-weight: 700;
    line-height: 1.2;
    width: 50%;
}

.rpm-container {
    position: relative;
}

.rpm-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.rpm-needle {
    aspect-ratio: 2.29;
    object-fit: contain;
    object-position: center;
    width: 229px;
    align-self: end;
    max-width: 100%;
    position: relative;
}

.rpm-text {
    position: relative;
    align-self: start;
    margin-top: 148px;
    font-size: 50px;
    font-weight: 700;
}

.power-image {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
}

.power-action-img {
    aspect-ratio: 1.76;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
    flex-grow: 1;
}

/* Performance Section */
.performance-section {
    margin-top: 41px;
    width: 100%;
    max-width: 1158px;
}

.performance-container {
    gap: 20px;
    display: flex;
}

.performance-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
}

.performance-content {
    width: 100%;
}

.performance-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.performance-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

/* Results Intro Section */
.results-intro {
    margin-top: 89px;
    width: 923px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
}

.results-tagline {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.results-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

/* Before/After Main Section */
.before-after-main {
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    margin-top: 21px;
    width: 454px;
    max-width: 100%;
}

.before-after-container {
    gap: 20px;
    display: flex;
}

.before-image-container {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 0.622;
    width: 219px;
    flex-grow: 1;
    padding-top: 321px;
    align-items: start;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    line-height: 2;
}

.before-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.before-label {
    position: relative;
    background-color: #000000;
    padding: 9px 32px;
}

.after-image-container {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 0.622;
    width: 219px;
    flex-grow: 1;
    padding-top: 321px;
    align-items: start;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    line-height: 2;
}

.after-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.after-label {
    position: relative;
    background-color: #ffffff;
    padding: 9px 38px;
}

/* Before/After Gallery */
.before-after-gallery {
    background-color: #f5f5f5;
    align-self: stretch;
    display: flex;
    width: 100%;
    padding-bottom: 123px;
    align-items: end;
    gap: 40px 100px;
    flex-wrap: wrap;
}

.gallery-row {
    z-index: 10;
    margin-top: -130px;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    gap: 20px;
}

.gallery-large {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 27%;
}

.gallery-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 73%;
    margin-left: 20px;
    gap: 12px;
}

.gallery-image-container {
    background-color: #ffffff;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 238px;
    align-items: start;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
}

.gallery-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Reasons Intro Section */
.reasons-intro {
    display: flex;
    margin-top: 48px;
    width: 100%;
    max-width: 1157px;
    flex-direction: column;
    align-items: stretch;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
    justify-content: start;
}

.reasons-tagline {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.reasons-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    align-self: center;
}

/* Reasons Section */
.reasons-section {
    margin-top: 81px;
    width: 100%;
    max-width: 1141px;
}

.reasons-container {
    gap: 20px;
    display: flex;
}

.reasons-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
}

    .reasons-column:first-child {
        width: 28%;
    }

    .reasons-column:last-child {
        width: 72%;
        margin-left: 20px;
    }

.reasons-list {
    display: flex;
    margin-top: 17px;
    flex-grow: 1;
    flex-direction: column;
    align-items: start;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 22px;
    color: #221c44;
    font-weight: 600;
}

.reason-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 94px;
}

    .reason-title:first-child {
        margin-top: 0;
    }

.reason-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 13px;
}

.reasons-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.reasons-image-section {
    display: flex;
    gap: 20px;
}

.reasons-image-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 59%;
}

.reasons-image {
    aspect-ratio: 1.24;
    object-fit: contain;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

.reasons-image-text {
    margin-top: 17px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 22px;
    color: #221c44;
    font-weight: 600;
    line-height: 33px;
    width: 41%;
    margin-left: 20px;
}

.filtration-feature {
    align-self: end;
    margin-top: 10px;
    margin-right: 54px;
    width: 265px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
}

/* Testimonial Section */
.testimonial-section {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 681px;
    margin-top: 53px;
    width: 100%;
    padding: 103px 80px 0;
    align-items: center;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
}

.testimonial-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-container {
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: flex;
    margin-bottom: -52px;
    width: 100%;
    max-width: 1158px;
    padding-top: 28px;
    flex-direction: column;
    align-items: end;
}

.testimonial-content {
    display: flex;
    width: 649px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.quote-mark {
    color: #1dc1ce;
    font-size: 250px;
    font-weight: 700;
    line-height: 0;
    border: 1px solid #1dc1ce;
    align-self: start;
}

.testimonial-text-container {
    display: flex;
    margin-top: 15px;
    padding-left: 9px;
    flex-direction: column;
    align-items: stretch;
    color: #221c44;
}

.testimonial-quote {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.dark-text {
    color: #221c44;
}

.testimonial-stars {
    aspect-ratio: 333.33;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 17px;
}

.testimonial-author {
    font-size: 22px;
    font-weight: 600;
    align-self: start;
    margin-top: 14px;
}

.testimonial-product {
    aspect-ratio: 0.75;
    object-fit: contain;
    object-position: center;
    width: 470px;
    border-radius: 20px 0 0 20px;
    align-self: start;
    z-index: 10;
    margin-top: -338px;
    max-width: 100%;
}

.trust-message {
    display: flex;
    margin-top: -245px;
    width: 100%;
    max-width: 1042px;
    padding-bottom: 55px;
    flex-direction: column;
    align-items: start;
    color: #221c44;
    font-weight: 700;
    padding-top: 29px;
}

.trust-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 107px;
}

.trust-description {
    border-radius: 0 0 20px 0;
    background-color: #2f2f66;
    align-self: end;
    z-index: 10;
    margin-top: -128px;
    width: 690px;
    max-width: 100%;
    padding: 39px 35px;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}

.trust-text-light {
    font-weight: 400;
    color: #ffffff;
}

.trust-subtitle {
    font-size: 42px;
    line-height: 1;
    text-align: center;
    margin-top: -117px;
}

.section-divider {
    aspect-ratio: 2;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 20px;
    margin-top: 141px;
    max-width: 1158px;
}

/* Comparison Intro Section */
.comparison-intro {
    margin-top: 66px;
    width: 923px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
}

.comparison-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.comparison-tagline {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.comparison-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    align-self: start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.comparison-icon {
    aspect-ratio: 0.91;
    object-fit: contain;
    object-position: center;
    width: 151px;
    margin-top: 12px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Comparison Table */
.comparison-table {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #091117;
    margin-top: 33px;
    width: 857px;
    max-width: 100%;
    padding: 0 25px;
}

.comparison-container {
    gap: 20px;
    display: flex;
}

.comparison-features {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 36%;
}

.comparison-feature-list {
    color: #000000;
    font-size: 18px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 65px;
}

.comparison-products {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 64%;
    margin-left: 20px;
}

.comparison-content {
    display: flex;
    margin-top: -103px;
    align-items: stretch;
    gap: 25px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.our-product {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    position: relative;
    aspect-ratio: 0.302;
    width: 182px;
    padding: 127px 36px 388px;
    align-items: center;
    color: #ffffff;
}

.our-product-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.our-product-power {
    position: relative;
}

.our-product-battery {
    position: relative;
    margin-top: 42px;
}

.competitor-product {
    border-radius: 8px;
    background-color: #fbfbfb;
    border: 1px solid #d3d3d3;
    display: flex;
    padding: 0 9px 61px;
    flex-direction: column;
    align-items: center;
    color: #000000;
    width: 182px;
    max-width: 100%;
}

.competitor-image {
    aspect-ratio: 2.13;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    z-index: 10;
    margin-top: -23px;
}

.competitor-name {
    color: #0f0f0f;
    font-size: 16px;
    line-height: 3;
    margin-top: 6px;
}

.competitor-power {
    margin-top: 56px;
}

.competitor-battery {
    margin-top: 42px;
}

.x-mark {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 29px;
    margin-top: 35px;
}

    .x-mark:first-of-type {
        margin-top: 40px;
    }

/* CTA Section */
.cta-section {
    margin-top: 79px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-button-centered {
    margin: 0 auto;
}

.shipping-info-centered {
    margin: 12px auto;
}

/* Guarantee Section */
.guarantee-section {
    border-radius: 20px;
    background-color: #221c44;
    display: flex;
    margin-top: 44px;
    width: 100%;
    max-width: 1158px;
    padding: 52px 70px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guarantee-container {
    width: 814px;
    max-width: 100%;
    display: flex;
    gap: 20px;
}

.guarantee-image {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 17%;
}

.guarantee-badge {
    aspect-ratio: 0.99;
    object-fit: contain;
    object-position: center;
    width: 131px;
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
    max-width: 100%;
    align-self: stretch;
}

.guarantee-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 83%;
    margin-left: 20px;
}

.guarantee-title {
    font-size: 30px;
    font-weight: 700;
    align-self: start;
    color: #ffffff;
}

.guarantee-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 7px;
    color: #ffffff;
}

/* Product Details Section */
.product-details {
    margin-top: 78px;
    width: 100%;
    max-width: 1158px;
}

.details-container {
    gap: 20px;
    display: flex;
}

.product-image-large {
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    padding: 68px 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 50%;
}

.product-detail-image {
    aspect-ratio: 1.24;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.product-info {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 20px;
}

.product-info-content {
    display: flex;
    width: 100%;
    padding-left: 6px;
    flex-direction: column;
    align-items: stretch;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    font-weight: 700;
}

.product-info-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-info-titles {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.product-info-name {
    font-size: 42px;
    line-height: 1;
}

.product-info-subtitle {
    font-size: 22px;
    align-self: start;
    margin-top: 27px;
}

.expand-icon {
    aspect-ratio: 1.67;
    object-fit: contain;
    object-position: center;
    width: 20px;
    align-self: end;
    margin-top: 99px;
    flex-shrink: 0;
}

.info-divider {
    border-color: #c9c9c9;
    border-style: solid;
    border-width: 1px;
    margin-top: 23px;
    flex-shrink: 0;
    height: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.product-contents {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    align-self: start;
    margin-top: 15px;
    list-style-type: none;
    padding: 0;
}

.specs-header {
    display: flex;
    margin-top: 16px;
    align-items: stretch;
    gap: 20px;
    font-size: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specs-title {
    font-size: 22px;
    font-weight: 700;
}

.specs-header .expand-icon {
    margin-top: 12px;
}

/* Reviews Intro Section */
.reviews-intro {
    margin-top: 76px;
    width: 923px;
    max-width: 100%;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    color: #221c44;
    text-align: center;
}

.reviews-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.reviews-tagline {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.reviews-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    align-self: center;
}

/* Reviews Section */
.reviews-section {
    margin-top: 26px;
    width: 100%;
    max-width: 1154px;
}

.reviews-container {
    gap: 20px;
    display: flex;
}

.review-card {
    border-radius: 20px;
    border: 2px solid #e3e3e3;
    display: flex;
    flex-grow: 1;
    padding: 30px 20px;
    flex-direction: column;
    align-items: stretch;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    justify-content: center;
    width: 33%;
}

.review-title {
    color: #221c44;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.review-text {
    color: #221c44;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 10px;
}

.reviewer-info {
    display: flex;
    margin-top: 10px;
    width: 163px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    letter-spacing: 0.5px;
}

.reviewer-name {
    color: #221c44;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    align-self: start;
}

.verified-badge {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #3ab890;
    font-weight: 500;
    line-height: 1;
}

.verified-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 26px;
    flex-shrink: 0;
}

.verified-text {
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

.product-reviewed {
    border-radius: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 335px;
    color: #221c44;
    letter-spacing: 0.5px;
}

.product-reviewed-container {
    border-radius: 5px;
    background-color: #f5f5f5;
    display: flex;
    padding: 6px 13px 6px 13px;
    align-items: center;
    gap: 12px;
}

.reviewed-product-image {
    aspect-ratio: 0.86;
    object-fit: contain;
    object-position: center;
    width: 65px;
    flex-shrink: 0;
}

.reviewed-product-info {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-items: stretch;
}

.reviewing-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    align-self: start;
}

.reviewed-product-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
}

.more-reviews {
    margin-top: 16px;
    width: 100%;
    max-width: 1154px;
}

.more-reviews-container {
    gap: 20px;
    display: flex;
}

/* Final CTA Section */
.final-cta {
    align-self: stretch;
    margin-top: 84px;
    width: 100%;
}

.final-cta-container {
    gap: 20px;
    display: flex;
}

.final-product-image {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
}

.final-cta-content {
    background-color: #fbfbfb;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 115px 47px;
    flex-direction: column;
    align-items: start;
}

.final-cta-title {
    color: #221c44;
    font-size: 50px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 60px;
    margin-top: 12px;
}

.final-cta-subtitle {
    color: #221c44;
    font-size: 16px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 2;
    margin-top: 7px;
}

.shipping-features {
    display: flex;
    margin-top: 16px;
    margin-left: 10px;
    align-items: stretch;
    gap: 13px;
}

.shipping-icons {
    margin-top: auto;
    margin-bottom: auto;
}

.shipping-icon {
    aspect-ratio: 1.1;
    object-fit: contain;
    object-position: center;
    width: 22px;
    display: block;
    margin-bottom: 18px;
}

    .shipping-icon:first-child {
        margin-top: 0;
    }

.shipping-text {
    color: #221c44;
    font-size: 16px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 38px;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

/* FAQ Section */
.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1159px;
}

.faq-tagline {
    color: #221c44;
    font-size: 16px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 51px;
}

.faq-title {
    color: #221c44;
    font-size: 50px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.faq-item {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #4f4f4f;
    margin-top: 20px;
    width: 100%;
    padding: 25px 32px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #221c44;
    font-weight: 700;
    line-height: 2;
}

    .faq-item:first-of-type {
        margin-top: 45px;
    }

.faq-question {
    display:
