/* New Home Page Styles - Pixel Perfect from Figma Design */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Parkinsans', 'Parkinsans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #000000;
    background-color: #FEF6EC;
    line-height: 1;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section-new {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    padding: 80px 0 40px;
    border-radius: 80px 80px 0 0;
    box-shadow: 0px 0px 80px 0px rgba(216, 116, 12, 0.12);
    margin-top: 0;
}

.hero-inner-container {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 140px;
}

.hero-title {
    font-family: 'Parkinsans', 'Parkinsans', sans-serif;
    font-size: 76px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -4px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}

.hero-subtitle-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.hero-plus-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-plus-text {
    font-family: 'Parkinsans', 'Parkinsans', sans-serif;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.hero-subtitle {
    font-family: 'Parkinsans', 'Parkinsans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -2px;
    background: linear-gradient(176.91deg, #F8C70F 0%, #EE700B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-image-container {
    position: relative;
    max-width: 1250px;
    height: 670px;
    border-radius: 70px;
    border: 16px solid #FEF6EC;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

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

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 23.281%, rgba(0, 0, 0, 0.4) 50.833%);
    border-radius: 40px;
    pointer-events: none;
}

.hero-benefits {
    position: absolute;
    bottom: 40px;
    left: 10%;
    transform: translateX(-5%);
    display: flex;
    gap: 8px;
    transition: transform 0.5s ease;
}

.hero-benefit-item {
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid #FFFFFF;
    border-radius: 999px;
    padding: 16px 24px 16px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: transform 0.5s ease;
}

.hero-benefit-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.hero-benefit-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.hero-cta-box {
    position: absolute;
    top: -90px;
    right: 6%;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .8);
    border: 8px solid rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    z-index: 3;
}

.hero-cta-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.hero-cta-primary {
    background-color: #F7D141;
    border-radius: 999px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.hero-cta-primary:hover {
    background-color: #F5C73A;
}

.hero-cta-primary-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

.hero-cta-secondary {
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: inherit;
}

.hero-cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

.hero-cta-secondary-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-cta-note {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.56);
    text-align: center;
    width: 320px;
}

.hero-arrow {
    position: absolute;
    top: -145px;
    right: calc(420px + 6%);
    z-index: 4;
}

.hero-additional-text {
    position: absolute;
    max-width: 600px;
    height: 200px;
    left: 6%;
    top: -95px;
    opacity: 1;
    padding: 20px 24px;
    border-radius: 40px;
    background: rgba(254, 247, 238, 1);
    border: 8px solid rgba(254, 247, 238, 1);
    font-family: "Parkinsans";
    font-weight: 400;
    width: 48%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(52, 54, 64, 1);
    z-index: 0;

}

/* Carriers Section */
.carriers-section-title {
    color: rgba(52, 54, 64, 1);
    text-align: center;
    margin-bottom: 20px;
    font-family: Parkinsans;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

/* Insurance Carriers */
.carriers-section {
    padding: 10px 0 40px;
    text-align: center;
    background: white;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

.carriers-section .carriers-section-container {
    max-width: 100%;
    margin: 0;
}

.carriers-logos {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: scroll-carriers 30s linear infinite;
    zoom: .7;
}

.carrier-logo {
    height: auto;
    flex-shrink: 0;
}

/* Show duplicate logos for seamless loop on all screens */
.carrier-logo-duplicate {
    display: block;
}

/* Carousel wrapper for scrolling animation */
.carriers-logos-wrapper {
    width: 100%;
    overflow: hidden;
}

.carriers-section .carriers-section-container {
    overflow: hidden;
}

@keyframes scroll-carriers {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 10px));
    }
}


/* Two Big Promises Section */
.promises-section-new {
    background-color: #FEF6EC;
    padding: 120px 40px;
    border-radius: 80px 80px 0 0;
    position: relative;
}

.promises-star {
    position: absolute;
    top: 236px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
}

.promises-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.promises-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.promises-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.promises-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.promise-card {
    flex: 1;
    /*height: 560px;*/
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 0.5px solid rgba(161, 82, 0, 0.4);
    border-radius: 32px;
    /*padding: 32px 40px;*/
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.promise-image {
    height: 290px;
    border: 12px solid #FFFCF8;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

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

.promise-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
    padding: 0 40px 32px;
}

.promise-card-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.promise-card-description {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #343640;
    margin: 0;
}

.promise-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.promise-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.promise-feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.promise-feature-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.promises-note {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

.promises-note-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

/* How It Works Section */
.how-it-works-section-new {
    padding: 120px 20px;
    position: relative;
    background: #fff url("/static/images/new_home/how_it_work_bg_1.png") no-repeat center center;
    background-size: cover;
}

.how-it-works-arrow {
    position: absolute;
    bottom: 135px;
    left: 35%;
    transform: translateX(-50%) rotate(0deg);
    width: 281.5px;
    height: 192.497px;
}

.how-it-works-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.how-it-works-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.how-it-works-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-right: 16px;
    margin: 0 auto 40px;
}

.step-card {
    height: 240px;
    background: url("/static/images/new_home/step_card.svg") no-repeat center center;
    border-radius: 24px;
    padding: 32px 36px 32px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end;
    position: relative;
    margin-right: -16px;
    flex: 1;
}

.step-card::before {
    content: '';
    /*position: absolute;*/
    /*inset: 0;*/
    /*border-radius: 24px;*/
    /*padding: 0.5px;*/
    /*!*background: linear-gradient(135deg, rgba(161, 82, 0, 0.4) 0%, rgba(255, 179, 112, 0.24) 100%);*!*/
    /*!*mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*!*/
    /*mask-composite: exclude;*/
    /*-webkit-mask-composite: xor;*/

}

.step-number {
    position: absolute;
    top: -56px;
    left: 91px;
    transform: translateX(-50%);
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 160px;
    letter-spacing: -2px;
    background: linear-gradient(to bottom, #FFB370 0%, rgba(255, 179, 112, 0.24) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.step-title {
    font-family: 'Parkinsans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.step-description {
    font-family: 'Parkinsans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #343640;
    margin: 0;
}

.step-connector {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(0deg);
    width: 6px;
    height: 26px;
}

.step-card:last-child .step-connector {
    display: none;
}

.how-it-works-note {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

.how-it-works-note.mobile {
    display: none;
}

.how-it-works-note-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.how-it-works-note-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

.how-it-works-note-text strong {
    font-weight: 600;
}

.how-it-works-cta {
    background-color: #F7D141;
    border-radius: 999px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    margin: 76px auto 0px;
}

.how-it-works-cta:hover {
    background-color: #F5C73A;
}

.how-it-works-cta-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

/* Upgrades Section */
.upgrades-section-new {
    background-color: #FFFFFF;
    padding: 120px 160px;
    /*border-radius: 0 0 80px 80px;*/

    position: relative;
}

.upgrades-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.upgrades-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
    max-width: 650px;
}

.upgrades-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.upgrades-star {
    position: absolute;
    top: 310px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
}

.updates-star-2 {
    position: absolute;
    z-index: 0;
    left: 53px;
    bottom: 200px;
}

.upgrades-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(149px, auto);
    gap: 24px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

/* Roofing - vertical rectangle, top left */
.upgrade-item.roofing {
    grid-column: 1;
    grid-row: 1 / span 4;
    min-height: 322px;
}

/* Flooring - horizontal rectangle, top right */
.upgrade-item.flooring {
    grid-column: 2 / 2;
    grid-row: 1 / span 2;
    min-height: 149px;
}

/* Cabinetry - horizontal rectangle, middle left */
.upgrade-item.cabinetry {
    grid-column: 3 / 3;
    grid-row: 1 / span 2;
    min-height: 149px;
}

/* Landscaping - vertical rectangle, middle right */
.upgrade-item.landscaping {
    grid-column: 4;
    grid-row: 1 / span 3;
    min-height: 322px;
}

/* Plumbing - vertical rectangle, bottom left */
.upgrade-item.plumbing {
    grid-column: 2 / 4;
    grid-row: 3 / span 2;
    min-height: 322px;
}

/* Electrical - horizontal rectangle, bottom middle */
.upgrade-item.electrical {
    grid-column: 1 / 3;
    grid-row: 5 / span 2;
    min-height: 322px;
}

/* HVAC - square, bottom middle */
.upgrade-item.hvac {
    grid-column: 3;
    grid-row: 5 / span 2;
    min-height: 149px;
}

/* Decks & Exterior - horizontal rectangle, bottom right */
.upgrade-item.exterior {
    grid-column: 4;
    grid-row: 4 / span 3;
    min-height: 149px;
}

.upgrade-item {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 32px;
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 0.5px solid rgba(161, 82, 0, 0.4);
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
    color: #FFFFFF;
}

.upgrade-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.upgrade-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.778%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 32px;
}

.upgrade-name {
    position: relative;
    z-index: 1;
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}

.upgrades-note {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

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

.upgrades-note-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

.upgrades-cta {
    background-color: #F7D141;
    border-radius: 999px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    margin: 80px auto 0;
}

.upgrades-cta:hover {
    background-color: #F5C73A;
}

.upgrades-cta-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

/* Comparison Section */
.comparison-section-new {
    padding: 120px 160px 78px;
    position: relative;
    background-color: #FEF6EC;
    border-radius: 80px 80px 0 0;
}

.comparison-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.comparison-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.comparison-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.comparison-badge {
    position: absolute;
    top: 270px;
    right: 265px;
    width: 120px;
    height: 120px;
}

.comparison-cards {
    width: 100%;
    max-width: 1065px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.comparison-card {
    /*flex: 1;*/
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 0.5px solid rgba(161, 82, 0, 0.4);
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
    display: flex;
    flex-direction: column;
    position: relative;
}

.comparison-card.basic {
    background: #FFFFFF;
    display: flex;
    width: 420px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.comparison-card.renovationup {
    color: #FFFFFF;
    display: flex;
    width: 600px;
    padding: 8px;
    border-radius: 32px;
    border: none;
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
}

.comparison-card.renovationup .comparison-card-inner {
    color: #FFFFFF;
    display: flex;
    padding: 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background: #000;
    border-radius: 25px;
}

.better-outcome-block {
    position: absolute;
    right: 7px;
    top: 33px;
    color: #FFF;
    font-family: Parkinsans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.28px;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
}

.comparison-header-content {
    margin-bottom: 0;
}

.comparison-label {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.comparison-card.renovationup .comparison-label {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    font-family: 'Parkinsans';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 106.667% */
}

.comparison-description {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 38px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.comparison-description p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    color: rgba(0, 0, 0, 0.64);

    font-family: 'Parkinsans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.comparison-card.renovationup .comparison-description {
    color: #FFFFFF;
    opacity: 0.9;
}

.comparison-budget {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.comparison-amount {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.comparison-amount-text {
    color: rgba(0, 0, 0, 0.64);
    font-family: Parkinsans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.comparison-card.renovationup .comparison-amount {
    color: #FFFFFF;
}

.comparison-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.comparison-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

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

.comparison-feature-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.comparison-card.renovationup .comparison-budget-cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.comparison-card.renovationup .comparison-budget-cta .comparison-budget {
    margin-top: 0;
}

.comparison-card.renovationup .comparison-budget-cta .comparison-budget .comparison-amount {
    color: #FFF;
    font-family: "Parkinsans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
}

.comparison-card.renovationup .comparison-budget-cta .comparison-budget .comparison-amount-text {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Parkinsans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.comparison-cta {
    background-color: #F7D141;
    border-radius: 999px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0;
}

.comparison-cta:hover {
    background-color: #F5C73A;
}

.comparison-cta-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

/* Membership Section */
.membership-section-new {
    background-color: #FFFFFF;
    padding: 120px 160px;
    position: relative;
    overflow: hidden;
}

.membership-crown-icon {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    z-index: 1;
}

.membership-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.membership-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.membership-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.membership-cards-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.membership-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}

.membership-card {
    width: 520px;
    height: 580px;
    border-radius: 32px;
    padding: 64px 40px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.membership-card-monthly {
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 0.5px solid rgba(161, 82, 0, 0.24);
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
}

.membership-card-annual {
    background-color: #000000;
    border: 8px solid #F8C70F;
    border-radius: 40px;
}

.membership-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(164.78deg, #F8C70F 0%, #EE700B 100%);
    padding: 8px 16px;
    border-radius: 0 0 12px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.membership-badge svg {
    width: 16px;
    height: 16px;
}

.membership-badge-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #FFFFFF;
}

.membership-card-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.membership-plan-name {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin: 0;
}

.membership-plan-name-white {
    color: #FFFFFF;
}

.membership-price-wrapper {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.membership-price-group {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.membership-price {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
}

.membership-price-white {
    color: #FFFFFF;
}

.membership-period {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
}

.membership-period-white {
    color: rgba(255, 255, 255, 0.8);
}

.membership-savings-badge {
    background-color: rgba(247, 209, 65, 0.16);
    padding: 4px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-savings-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #F7D141;
}

.membership-divider {
    height: 1px;
    background: rgba(161, 82, 0, 0.24);
    margin-bottom: 32px;
}

.membership-divider-white {
    background: rgba(255, 255, 255, 0.2);
}

.membership-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    margin-bottom: 32px;
}

.membership-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.membership-feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.membership-feature-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    flex: 1;
}

.membership-feature-text-white {
    color: rgba(255, 255, 255, 0.8);
}

.membership-cta {
    width: 100%;
    padding: 16px 40px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.membership-cta:hover {
    opacity: 0.9;
}

.membership-cta-monthly {
    background-color: #FFB370;
}

.membership-cta-annual {
    background-color: #F7D141;
}

.membership-cta-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

.membership-payment-note {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.membership-payment-note svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.membership-payment-note-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

.membership-carriers-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    z-index: 2;
    margin-top: 80px;
}

.membership-carriers-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.membership-carriers-logos-wrapper {
    width: 100%;
    overflow: visible;
}

.membership-carriers-logos {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: scroll-membership-carriers 30s linear infinite;
}

.membership-carrier-logo {
    height: auto;
    flex-shrink: 0;
}

.membership-carrier-logo-duplicate {
    display: block;
}

@keyframes scroll-membership-carriers {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 16px));
    }
}

.membership-decorative-crown {
    position: absolute;
    right: -5px;
    top: 725px;
    width: 358px;
    height: 547px;
    transform: rotate(0deg);
    z-index: 1;
    opacity: 1;
}

.membership-decorative-crown svg {
    width: 100%;
    height: 100%;
}


/* Testimonials Section */
.testimonials-section-new {
    background-color: #FFFFFF;
    padding: 120px 160px;
    position: relative;
    overflow: hidden;
}

/* Decorative heart icons */
.testimonials-decorative-heart {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.testimonials-decorative-heart-large {
    left: 483px;
    top: 170px;
    width: 219px;
    height: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*transform: rotate(-30deg);*/
}

.testimonials-decorative-heart-small {
    left: 1090px;
    top: 102px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.testimonials-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.testimonials-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

/* Carousel wrapper */
.testimonials-carousel-wrapper {
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    z-index: 2;
}

.testimonials-grid {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: scroll-testimonials 30s linear infinite;
}

.testimonial-card {
    flex-shrink: 0;
    width: 340px;
    height: 200px;
    background-color: #FFFFFF;
    border: 1px solid rgba(161, 82, 0, 0.16);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.testimonial-card-duplicate {
    display: block;
}

.testimonial-stars {
    display: flex;
    gap: 0;
    align-items: center;
    line-height: 1;
}

.testimonial-stars svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.testimonial-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #343640;
    margin: 0;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial-author {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

/* Gradient overlays */
.testimonials-gradient-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 440px;
    background: linear-gradient(to right, #FEFCFA, rgba(254, 252, 250, 0));
    /*backdrop-filter: blur(2px);*/
    z-index: 3;
    pointer-events: none;
}

.testimonials-gradient-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 440px;
    background: linear-gradient(to right, #FEFCFA, rgba(254, 252, 250, 0));
    /*backdrop-filter: blur(2px);*/
    z-index: 3;
    pointer-events: none;
    transform: scaleX(-1);
}

@keyframes scroll-testimonials {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 8px));
    }
}

/* FAQ Section */
.faq-section-new {
    background: linear-gradient(to bottom, #FFFFFF, #FEF6EC);
    padding: 120px 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.faq-absolute-check {
    position: absolute;
    right: 20px;
    top: 150px;
}

.faq-check-mobile {
    display: none !important;
}

.faq-check-desktop {
    display: block !important;
}

.faq-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    max-width: 800px;
}

.faq-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.faq-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.faq-list-container {
    max-width: 880px;
    box-shadow: 0 0 80px 0 rgba(218, 111, 0, 0.08);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 32px;
    border: 4px solid transparent;
}

.faq-item.open {
    border: 4px solid #F8C70F;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}

.faq-question {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    transition: all 0.2s;
}

.faq-question-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    margin: 0;
    flex: 1 0 0;
}

.faq-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: #343640;
    /*transform: rotate(90deg);*/
}

.faq-item.open .faq-arrow {
    transform: rotate(-180deg);
}

.faq-answer {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
    margin-top: 20px;
}

.faq-answer-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.faq-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.faq-info-icon {
    width: 16px;
    height: 16px;
    color: #343640;
    flex-shrink: 0;
}

.faq-footer-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #343640;
}

.faq-footer-link {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #343640;
    text-decoration: underline;
    text-decoration-style: solid;
}

.faq-footer-link:hover {
    color: #000000;
}

/* Final CTA Section */
.final-cta-section-new {
    background: #fef6ec;
    padding: 80px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.final-cta-body {
    background: #000000;
    border-radius: 80px;
    padding: 120px 240px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    height: 640px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.final-cta-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.final-cta-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -4px;
    color: #FFFFFF;
    margin: 0;
}

.final-cta-subtitle {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -4px;
    margin: 0;
    background: linear-gradient(174.47deg, #F8C70F 0%, #EE700B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.final-cta-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 480px;
}

.final-cta-feature-item {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 12px 14px;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.final-cta-feature-icon-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-cta-feature-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.final-cta-feature-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin: 0;
}

.final-cta-button {
    background-color: #f7d141;
    border: none;
    border-radius: 999px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.final-cta-button:hover {
    background-color: #f5c82a;
}

.final-cta-button-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #000000;
}

.final-cta-logo-decorative {
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-cta-logo-right {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 352px;
    height: 270px;
}

.final-cta-logo-left {
    left: -380px;
    top: 48px;
    width: 669px;
    height: 513px;
}

.final-cta-logo-shadow {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    opacity: 0.8;
}

.final-cta-logo-right .final-cta-logo-shadow {
    width: 240px;
    height: 240px;
    left: 0;
    top: 42.9px;
}

.final-cta-logo-left .final-cta-logo-shadow {
    width: 456px;
    height: 456px;
    left: 0;
    top: 81.54px;
    opacity: 0.4;
    border-radius: 114px;
}

.final-cta-logo-main {
    position: absolute;
    border-radius: 60px;
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
    border: 15px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transform: rotate(-15deg) scaleY(0.97) skewX(15deg);
}

.final-cta-logo-right .final-cta-logo-main {
    width: 240px;
    height: 240px;
    left: 11.26px;
    top: 0;
}

.final-cta-logo-left .final-cta-logo-main {
    width: 456px;
    height: 456px;
    left: 22.61px;
    top: 0;
    border-width: 28.5px;
    opacity: 0.4;
    border-radius: 114px;
}

.final-cta-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20%;
}

.final-cta-gradient-bar {
    height: 20px;
    max-width: 1280px;
    width: 88%;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(179.1deg, #F8C70F 0%, #EE700B 100%);
    margin-top: 0;
}


/* Footer */
.footer-new {
    background-color: #FEF6EC;
    color: #343640;
    padding: 40px 240px;
    margin-top: 0;
}

.footer-content {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-column-brand {
    width: 480px;
    padding-right: 80px;
    flex: 0 0 auto;
}

.footer-logo {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    align-items: start;
    justify-items: start;
    position: relative;
    line-height: 0;
}

.footer-logo-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.footer-logo-icon::after {
    content: '';
    position: absolute;
    width: 25.65px;
    height: 21.6px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L16.9282 7.5H26L18.3246 13L22.2528 20.5L13 14.5L3.74721 20.5L7.67538 13L0 7.5H9.0718L13 0Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-logo-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #000000;
    margin-left: 60px;
    margin-top: 6px;
    grid-column: 1;
    grid-row: 1;
}

.footer-logo-reg {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 8px;
    color: #000000;
    margin-left: 253.2px;
    margin-top: 15px;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    line-height: 1;
    vertical-align: baseline;
}

.footer-description {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #343640;
    margin: 0;
}

.footer-heading {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0;
}

.footer-link {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #343640;
    text-decoration: none;
    transition: opacity 0.2s;
    display: inline-block;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 0;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    text-decoration: none;
}

.social-icon:hover {
    opacity: 0.7;
}

.social-icon svg {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    border-top: 1px solid rgba(52, 54, 64, 0.16);
    padding-top: 33px;
    height: 53px;
    display: flex;
    align-items: flex-start;
}

.footer-copyright {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #343640;
    margin: 0;
}

/* Pricing Section (Why Choose RenovationUp) */
.pricing-section-new {
    background: linear-gradient(to bottom, #FEF6EC 0%, #FFFFFF 100%);
    padding: 160px 160px 120px;
    position: relative;
    overflow-x: hidden;
}

.pricing-section-content {
    position: relative;
    z-index: 2;
}

/* Decorative Images */
.pricing-decorative-image {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

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

.pricing-decorative-image-1 {
    bottom: 0;
    left: 100px;
    width: 240px;
    height: 160px;
}

.pricing-decorative-image-2 {
    left: calc(50% - 335px);
    top: 280px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    z-index: 3;
}

.pricing-decorative-image-3 {
    bottom: 51px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
}

.pricing-decorative-image-4 {
    right: 8%;
    top: 0;
    width: 240px;
    height: 280px;
}

.pricing-decorative-image-5 {
    right: 5%;
    top: 220px;
    width: 160px;
    height: 140px;
    border-radius: 20px;
}

.pricing-decorative-image-6 {
    bottom: 430px;
    left: -54px;
    width: 240px;
    height: 180px;
    border-radius: 20px;
}

.pricing-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pricing-title {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -2px;
    color: #000000;
    margin: 0;
}

.pricing-title-gradient {
    background: linear-gradient(170.22deg, #F8C70F 0%, #EE700B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-comparison-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pricing-comparison-table {
    background: #FFFFFF;
    border: 0.5px solid rgba(161, 82, 0, 0.24);
    border-radius: 32px;
    box-shadow: 0px 0px 80px 0px rgba(218, 111, 0, 0.08);
    width: 1080px;
    overflow: visible;
    position: relative;
}

/* Highlight border around RenovationUp column */
.pricing-comparison-table::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -24px;
    bottom: -24px;
    width: 320px;
    border: 4px solid #F8C70F;
    border-radius: 32px;
    pointer-events: none;
    z-index: 1;
    transform: translateX(calc(-50% + 0px));
}

.pricing-table-row {
    display: flex;
    border-bottom: 0.5px solid rgba(161, 82, 0, 0.24);
}

.pricing-table-row:last-child {
    border-bottom: none;
}

.pricing-table-header {
    height: 80px;
}

.pricing-table-row:not(.pricing-table-header) {
    height: 80px;
}

.pricing-table-cell {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.pricing-table-feature {
    justify-content: flex-start;
}

.pricing-table-renovationup {
    justify-content: center;
    position: relative;
}

.pricing-table-others {
    justify-content: center;
}

.pricing-table-header-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.pricing-table-renovationup-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pricing-table-logo {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    align-items: start;
    justify-items: start;
    position: relative;
    line-height: 0;
}

.pricing-table-logo-icon {
    width: 40px;
    height: 40px;
    position: relative;
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table-logo-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1.5px;
    color: #000000;
    margin: 0;
    margin-left: 50px;
    margin-top: 5px;
    grid-column: 1;
    grid-row: 1;
    white-space: nowrap;
}

.pricing-table-logo-reg {
    font-size: 10px;
    color: #000000;
    margin-left: 211px;
    margin-top: 12.5px;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    line-height: 1;
}

.pricing-table-feature-text {
    font-family: 'Parkinsans', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.pricing-table-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.pricing-table-icon-check {
    background: linear-gradient(135deg, #F8C70F 0%, #EE700B 100%);
}

.pricing-table-icon-check svg {
    color: #000000;
    width: 24px;
    height: 24px;
}

.pricing-table-icon-x {
    background: #FEF6EC;
}

.pricing-table-icon-x svg {
    color: #5B5A59;
    width: 24px;
    height: 24px;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Max-width: 1400px */
@media (max-width: 1400px) {
    .final-cta-section-new {
        padding: 80px 60px;
    }

    .final-cta-body {
        padding: 80px 120px;
    }

    .final-cta-logo-left {
        display: none;
    }

    .final-cta-logo-right {
        display: none;
    }
}

/* Max-width: 1200px */
@media (max-width: 1200px) {
    .membership-section-new {
        padding: 120px 80px;
    }

    .membership-cards {
        flex-direction: column-reverse;
        align-items: center;
    }

    .membership-card {
        width: 100%;
        max-width: 520px;
    }

    .membership-decorative-crown {
        width: 163px;
        top: 500px;
    }

    .final-cta-body {
        padding: 80px 80px;
        height: auto;
        min-height: 640px;
    }

    .final-cta-title,
    .final-cta-subtitle {
        font-size: 48px;
        line-height: 56px;
    }

    .hero-additional-text {
        top: -138px;
        width: 42%;
    }

    .how-it-works-section-new {
        padding: 120px 20px 0;
    }

    .how-it-works-arrow {
        left: 24%;
        bottom: 20px;
    }

    .step-card {
        background-size: 137%;
    }

    .upgrades-section-new {
        padding: 120px 40px;
    }

    .pricing-decorative-image-4 {
        right: 6%;
        top: 0;
        width: 175px;
        height: 220px;
    }

    .pricing-decorative-image-5 {
        right: 3%;
        top: 194px;
        width: 120px;
        height: 100px;
        border-radius: 20px;
    }

    .footer-new {
        padding: 40px 40px;
    }

    .faq-section-new {
        padding: 120px 40px;
    }

    .faq-absolute-check {
        right: 1%;
    }
}

/* Max-width: 980px */
@media (max-width: 980px) {
    .hero-title {
        white-space: normal;
    }

    .hero-content {
        margin-bottom: 20px;
    }

    .hero-arrow {
        display: none;
    }

    .hero-additional-text {
        position: relative;
        width: 88%;
        top: 0;
        height: auto;
        max-width: fit-content;
        margin-bottom: -24px;
    }

    .hero-cta-box {
        position: relative;
        width: 87%;
        top: -43px;
        left: 6%;
    }

    .carriers-section {
        padding: 64px 16px;
    }

    .trust-badge {
        flex-direction: column;
        gap: 12px;
    }

    .promises-cards {
        flex-direction: column;
    }

    .steps-container {
        flex-direction: column;
        margin: 0 auto;
        padding: 0;
    }

    .step-card {
        background-image: url(/static/images/new_home/step_card_m.svg);
        width: 393px;
        background-size: initial;
        padding: 72px 43px 78px 43px;
        margin-right: 0;
        margin-top: -25px;
    }

    .step-connector {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -3px;
        transform: translateY(-50%) rotate(90deg);
    }

    .how-it-works-arrow {
        left: 10%;
    }

    .pricing-section-new {
        padding: 120px 40px 120px;
    }

    .pricing-comparison-table {
        width: 100%;
    }

    .final-cta-gradient-bar {
        width: 75%;
    }

    .testimonials-section-new {
        padding: 120px 40px;
    }

    .better-outcome-block {
        border-radius: 0 0 12px 12px;
        position: absolute;
        top: 7px;
        left: 50%;
        right: auto;
        transform: translate(-50%);
    }

    .comparison-card.renovationup .comparison-card-inner {
        padding: 67px 12px 22px;
    }
}

/* Max-width: 768px */
@media (max-width: 768px) {
    .hero-additional-text {
        font-size: 11px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .hero-section-new {
        padding: 40px 20px 0;
        border-radius: 40px 40px 0 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1.6px;
    }

    .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -1px;
    }

    .hero-plus-icon {
        width: 32px;
        height: 32px;
    }

    .hero-plus-text {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-image-container {
        width: 100%;
        height: 300px;
        border-radius: 24px;
        border-width: 8px;
    }

    .hero-benefits {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 320px;
        overflow: hidden;
        flex-direction: row;
        gap: 0;
    }

    .hero-benefit-item {
        padding: 12px 16px 12px 12px;
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        transition: transform 0.5s ease;
    }

    .hero-benefit-text {
        font-size: 12px;
        line-height: 16px;
    }

    .hero-cta-box {
        margin-top: 20px;
        border-radius: 24px;
        width: 100%;
        left: 0;
        padding: 10px;
    }

    .hero-cta-buttons {
        width: 100%;
    }

    .hero-cta-note {
        display: none;
    }

    .hero-cta-primary,
    .hero-cta-secondary {
        width: 100%;
        padding: 10px;
    }

    .hero-cta-primary-text, .hero-cta-secondary-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;

    }

    .carriers-section-new {
        padding: 24px 20px;
        border-radius: 24px 24px 0 0;
    }

    .carriers-section {
        padding: 30px 16px;
    }

    .carriers-logos {
        gap: 16px;
        justify-content: space-between;
    }

    /*.carrier-logo {*/
    /*    max-width: 60px;*/
    /*}*/
    .promises-section-new {
        padding: 60px 20px;
        border-radius: 40px 40px 0 0;
    }

    .promises-star {
        top: 130px;
    }

    .promises-header {
        width: 100%;
        margin-bottom: 40px;
    }

    .promises-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.6px;
    }

    .promises-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .promises-cards {
        flex-direction: column;
        gap: 20px;
    }

    .promise-card {
        height: auto;
        min-height: 400px;
    }

    .promise-image {
        height: 200px;
        border-width: 8px;
    }

    .promise-card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .promise-card-description {
        font-size: 16px;
        line-height: 24px;
    }

    .promise-feature-text {
        font-size: 14px;
    }

    .how-it-works-arrow {
        bottom: 88px;
        left: -10%;
    }

    .upgrades-section-new {
        padding: 120px 15px 50px;
    }

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

    .upgrade-item {

    }

    .upgrade-item.flooring {
        grid-column: 1;
        grid-row: 1;
        min-height: 160px;
    }

    .upgrade-item.cabinetry {
        grid-column: 2;
        grid-row: 1;
        min-height: 160px;
    }

    .upgrade-item.roofing {
        grid-column: 1;
        grid-row: 2 / span 2;
        min-height: 322px;
    }

    .upgrade-item.plumbing {
        grid-column: 2;
        grid-row: 2;
        min-height: 160px;
    }

    .upgrade-item.landscaping {
        grid-column: 2;
        grid-row: 3;
        min-height: 160px;
    }

    .upgrade-item.electrical {
        grid-column: 1 / span 2;
        grid-row: 4;
        min-height: 160px;
    }

    .upgrade-item.hvac {
        grid-column: 1;
        grid-row: 5;
        min-height: 160px;
    }

    .upgrade-item.exterior {
        grid-column: 2;
        grid-row: 5;
        min-height: 160px;
    }

    .comparison-section-new {
        padding: 54px 7px 58px;
        border-radius: 80px 80px 0 0;
        overflow: hidden;
    }

    .comparison-title {
        font-size: 29px;
        line-height: 34px;
    }

    .comparison-subtitle {
        font-size: 14px;
        line-height: 3px;
    }

    .comparison-badge {
        top: 146px;
        right: -33px;
        z-index: 1;
    }

    .comparison-header {
        margin-bottom: 40px;
    }

    .comparison-cards {
        flex-direction: column-reverse;
        gap: 18px;
    }

    .comparison-card.basic {
        width: 96%;
        padding: 23px 23px;
        gap: 23px;
    }

    .comparison-description {
        margin-top: 23px;
    }

    .comparison-card.basic .comparison-label {
        letter-spacing: -1px;
    }

    .comparison-card.renovationup {
        width: 100%;
    }

    .comparison-card.renovationup .comparison-card-inner {
        width: 100%;
        padding: 67px 12px 22px;
        gap: 22px;
    }

    .comparison-features {
        padding: 0 13px;
    }

    .comparison-feature {
        align-items: center;
    }

    .comparison-card.renovationup .comparison-budget-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 1px 13px;
    }

    .comparison-card.renovationup .comparison-cta {
        width: 100%;
        margin-top: 23px;
    }

    .testimonials-gradient-left, .testimonials-gradient-right {
        display: none;
    }

    .membership-section-new {
        padding: 80px 5px;
    }

    .membership-cards-wrapper {
        margin-bottom: 21px;
    }

    .membership-header {
        width: 100%;
        gap: 10px;
        margin-bottom: 35px;
    }

    .membership-title {
        font-size: 30px;
        line-height: 30px;
    }

    .membership-subtitle {
        font-size: 14px;
        line-height: 17px;
        width: 80%;
    }

    .membership-card {
        height: auto;
        padding: 42px 15px 25px 26px;
    }

    .membership-card-monthly {
        width: 94%;
        padding-top: 25px;
        padding-left: 23px;
        padding-right: 27px;
    }

    .membership-card-header {
        margin-bottom: 27px;
        gap: 0;
    }

    .membership-savings-badge {
        align-self: flex-start;
    }

    .membership-price-group {
        gap: 16px;
    }

    .membership-features {
        margin-bottom: 30px;
    }

    .membership-plan-name {
        font-size: 22px;
    }

    .membership-feature-text {
        font-size: 16px;
    }

    .membership-price {
        font-size: 47px;
    }

    .membership-period {
        font-size: 15px;
    }

    .membership-crown-icon {
        top: 20px;
        height: 50px;
        width: 50px;
    }

    .membership-crown-icon svg {
        width: 100%;
        height: 100%;
    }

    .membership-carriers-section {
        margin-top: 43px;
    }

    .membership-carriers-title {
        font-size: 13px;
    }

    .membership-carriers-logos {
        zoom: 0.5;
    }

    .faq-section-new {
        padding: 80px 14px 33px;
        gap: 40px;
    }

    .faq-check-desktop {
        display: none !important;
    }

    .faq-check-mobile {
        display: block !important;
        width: 40px;
        height: 40px;
        top: 36px;
        right: 7%;
        left: auto;
        transform: none;
    }

    .faq-check-mobile svg {
        width: 100%;
        height: 100%;
    }

    .faq-header {
        max-width: none !important;
        overflow: visible !important;
        padding: 0 20px;
    }

    .faq-title {
        color: #000 !important;
        text-align: center;
        font-family: 'Parkinsans', 'Inter', sans-serif !important;
        font-size: 26px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: -1px !important;
        white-space: nowrap !important;
        overflow: visible;
        max-width: none;
    }

    .faq-subtitle {
        font-size: 13px;
        line-height: 16px;
    }
    .faq-item{
        padding: 23px;
    }
    .faq-item.open .faq-answer{
        margin-top: 10px;
    }
    .faq-answer-text{
        font-size: 14px;
        line-height: 24px;
    }
    .faq-list {
        gap: 2px;
    }
    .faq-question{
        gap: 12px;
    }

    .final-cta-section-new {
        padding: 60px 24px;
    }

    .final-cta-body {
        padding: 60px 32px;
        border-radius: 40px;
        min-height: auto;
    }

    .final-cta-title,
    .final-cta-subtitle {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2px;
    }

    .final-cta-features {
        width: 100%;
        max-width: 480px;
    }

    .final-cta-feature-text {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-new {
        padding: 40px 24px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-column-brand {
        width: 100%;
        padding-right: 0;
    }

    .footer-logo-text {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1.44px;
        margin-left: 12px;
    }

    .footer-logo-reg {
        font-size: 8px;
        margin-left: 2px;
    }

    .footer-description {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-link {
        font-size: 14px;
    }

    /* Pricing Section Mobile Styles */
    .pricing-section-new {
        padding: 120px 16px 120px;
        border-radius: 40px 40px 0 0;
    }

    .pricing-header {
        margin-bottom: 40px;
    }

    .pricing-title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
    }

    .pricing-comparison-wrapper {
        width: 100%;
    }

    .pricing-comparison-table {
        width: 100%;
        border-radius: 24px;
    }

    .pricing-comparison-table::after {
        width: calc(18% + 5px);
        border-width: 4px;
        border-color: #F8C70F;
        left: auto;
        top: -14px;
        bottom: -12px;
        height: auto;
        transform: translateX(-50%);
        border-radius: 20px;
        right: 8%;
    }

    .pricing-table-header {
        height: 64px;
    }

    .pricing-table-row:not(.pricing-table-header) {
        height: 64px;
    }

    .pricing-table-cell {
        padding: 0;
    }

    .pricing-table-feature {
        padding-left: 15px;
        padding-right: 8px;
        flex: 1 0 0;
        min-width: 0;
    }

    .pricing-table-renovationup {
        width: 18%;
        flex: 0 0 18%;
        padding: 0 8px;
    }

    .pricing-table-others {
        width: 18%;
        flex: 0 0 18%;
        padding: 0 8px;
    }

    .pricing-table-header-text {
        font-size: 20px;
        line-height: 24px;
    }

    .pricing-table-others .pricing-table-header-text {
        font-size: 13px;
        line-height: 16px;
    }

    .pricing-table-renovationup-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pricing-table-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 0;
    }

    .pricing-table-logo-text {
        display: none;
    }

    .pricing-table-logo-reg {
        display: none;
    }

    .pricing-table-feature-text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        white-space: pre-wrap;
    }

    .pricing-table-row:nth-child(4) .pricing-table-feature-text {
        font-size: 16px;
    }

    .pricing-table-renovationup {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pricing-table-others {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pricing-table-icon {
        width: 32px;
        height: 32px;
        padding: 8px;
        border-radius: 666px;
    }

    .pricing-table-icon svg {
        width: 16px;
        height: 16px;
    }

    /* Decorative Images Mobile Positioning */
    .pricing-decorative-image-1 {
        left: -14px;
        bottom: 58px;
        width: 145px;
        height: 104px;
        border-radius: 10.927px;
    }

    .pricing-decorative-image-2 {
        left: 8%;
        top: 194px;
        width: 86px;
        height: 86px;
    }

    .pricing-decorative-image-3 {
        bottom: 4px;
        right: -36px;
        width: 110px;
        height: 110px;
    }

    .pricing-decorative-image-4 {
        right: 14%;
        top: 6px;
        width: 108px;
        height: 78px;
        border-radius: 9.106px;
    }

    .pricing-decorative-image-5 {
        top: 57px;
        width: 79px;
        height: 63px;
        border-radius: 10px;
    }

    .pricing-decorative-image-6 {
        bottom: auto;
        left: -34px;
        width: 109px;
        height: 78px;
        border-radius: 10px;
        top: 23px;
    }

    .how-it-works-cta {
        margin-top: 35px;
    }

    .upgrades-title {
        font-size: 30px;
        max-width: 390px;
        line-height: 35px;
    }

    .upgrades-subtitle {
        font-size: 14px;
        line-height: 19px;
        margin-top: -7px;
    }

    .upgrades-header {
        margin-bottom: 38px;
    }

    .upgrades-star {
        top: 240px;
        width: 42px;
    }

    .upgrades-star svg {
        width: 100%;
    }

    .upgrade-item {
        border-radius: 17px;
        padding: 8px 18px;
    }

    .upgrade-item img {
        border-radius: 17px;
    }

    .upgrade-item .upgrade-name {
        font-size: 14px;
    }

    .updates-star-2 {
        position: absolute;
        z-index: 0;
        left: -5%;
        bottom: 20px;
        width: 80px;
        height: 80px;
    }

    .updates-star-2 svg {
        width: 100%;
        height: 100%;
    }

    .upgrades-cta {
        margin-top: 28px;
        margin-bottom: 39px;
    }

    .how-it-works-note {
        display: none;
    }

    .how-it-works-note.mobile {
        display: flex;
        max-width: 393px;
        margin: 0 auto;
    }

    .testimonials-section-new {
        padding: 38px 33px;
    }

    .testimonials-header {
        margin-bottom: 40px;
    }

    .testimonials-title {
        font-size: 30px;
        line-height: 34px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        line-height: 14px;
    }

    .testimonials-decorative-heart-large {
        left: -3%;
        top: 89px;
        width: 105px;
        height: 105px;
    }

    .testimonials-decorative-heart-small {
        left: auto;
        right: 4%;
        top: 17px;
    }
}