:root {
    --section-padding-desktop: 80px 0;
}

/* hero section */
.cd-promotion-hero {
    background-color: var(--blue-800);
    padding: var(--section-padding-desktop);
    display: flex;
    align-items: center;
}

.cd-promotion-hero .container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.cd-promotion-hero-left {
    width: 50%;
}

.cd-promotion-hero-left h1 {
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: "TiemposHeadline-Regular", sans-serif;
}

.cd-promotion-hero-left .btn-icon-outline {
    color: var(--blue-800);
    background-color: white;
    width: max-content;
    z-index: 10;
    padding: 16px 20px;
}

.cd-promotion-hero-left .btn-icon-outline:hover {
    border: 1px solid var(--secondary-blue);
    color: var(--secondary-blue);
}

.cd-promotion-hero-left .btn-icon-outline:hover path {
  fill: var(--secondary-blue);
}

.cd-promotion-bullets {
    font-family: "Geist-Regular", sans-serif;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.cd-promotion-bullets li {
    color: white;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.015em;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.cd-promotion-bullets li:before {
    content: "•";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.cd-promotion-hero-right {
    width: 50%;
    max-width: 570px;
    margin: auto;
}

.cd-promotion-hero-right img {
    width: 100%;
    border-radius: 8px;
}

.cd-rates-card {
    background: white;
    border-radius: 12px;
}

.cd-rates-card .rate-label {
    font-family: "Geist-Medium", sans-serif;
}

.cd-rates-card .rate-number {
    font-family: "TiemposHeadline-Regular", sans-serif;
}

.cd-rates-card .cd-rates-container {
    padding: 32px 0px;
}

.cd-rates-header h3 {
    font-family: "Geist-Medium", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--yellow-300);
    margin: 0 0 24px 0;
    text-align: center;
    letter-spacing: 1px;
}

.cd-featured-rate {
    text-align: center;
}

.cd-featured-rate .rate-number {
    font-size: 96px;
    font-weight: 400;
    color: var(--blue-800);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.cd-featured-rate .rate-label {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--yellow-300);
    letter-spacing: 2.6px;
}

.cd-other-rates {
    background-color: var(--section-background);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cd-other-rates-container {
    display: flex;
    padding: 32px 10px;
}

.cd-other-rates .rate-item {
    flex: 1;
    text-align: center;
}

.cd-other-rates .rate-number {
    font-size: 57px;
    font-weight: 400;
    color: var(--blue-800);
    line-height: 1.05;
    margin-bottom: 8px;
}

.cd-other-rates .rate-label {
    font-size: 16px;
    color: var(--blue-600);
    font-weight: 600;
    letter-spacing: 0.12em;
}

/* CD Terms Section */
.cd-promotion-term {
    background-color: white;
    padding: var(--section-padding-desktop);
}

.cd-promotion-term .container {
    padding: 20px;
}

.cd-term-header {
    text-align: center;
    margin-bottom: 40px;
}

.cd-term-header h2 {
    font-family: "TiemposHeadline-Regular", sans-serif;
    font-weight: 400;
    color: var(--darker-blue);
    margin-bottom: 20px;
    line-height: 1.05;
}

.cd-term-header p {
    font-family: "Geist-Light", sans-serif;
    font-size: 19px;
    color: var(--blue-900);
    margin: 0 auto;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.cd-term-table {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.05));
}

.cd-term-table-header {
    display: flex;
    background-color: var(--section-background);
    padding: 24px 10px;
    align-items: center;
    gap: 10px;
}

.cd-term-table-header .cd-term-col,
.cd-term-duration {
    font-family: "Geist-Medium", sans-serif;
    font-size: 19px;
    text-align: center;
}

.cd-term-table-header .cd-term-col {
    letter-spacing: 2.3px;
    font-weight: 600;
    flex: 1;
    line-height: 1.05;
    color: var(--darker-blue);
}

.cd-term-table-row {
    display: flex;
    padding: 24px 10px;
    border-bottom: 1px solid #EBEBEB;
}

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

.cd-term-table-row .cd-term-col {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-term-duration {
    letter-spacing: -0.1px;
    font-weight: 600;
    color: var(--yellow-300);
    line-height: 1.3;
    margin-bottom: 4px;
}

.cd-term-type {
    font-family: "Geist-Regular", sans-serif;
    font-size: 19px;
    letter-spacing: -0.1px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--blue-900);
}

.cd-term-rate {
    font-family: "Geist-Medium", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: var(--darker-blue);
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.cd-term-penalty {
    font-family: "Geist-Medium", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.1px;
    color: var(---darker-blue);
}

/* CD Features Section */
.cd-promotion-features {
    background-color: rgba(237, 236, 232, 0.5);
    padding: var(--section-padding-desktop);
}

.cd-features-header {
    text-align: center;
    margin-bottom: 60px;
}

.cd-features-header h2 {
    font-family: "TiemposHeadline-Regular", sans-serif;
    font-weight: 400;
    color: var(--darker-blue);
    margin-bottom: 20px;
    line-height: 1.05;
    letter-spacing: 0;
}

.cd-features-header p {
    font-family: "Geist-Light", sans-serif;
    font-size: 19px;
    color: var(--blue-900);
    margin: 0 auto;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.cd-features-grid {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}

.cd-feature-item {
    text-align: center;
    flex: 0 1 auto;
}

.cd-feature-icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-feature-item h3 {
    font-family: "Geist-Medium", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--blue-900);
    line-height: 1.3;
    letter-spacing: -0.1px;
    margin: 0;
}

.cd-features-cta .btn-icon-blue {
    width: max-content;
    margin: auto;
    padding: 16px 20px;
}

/* CD FAQ Section */
.cd-promotion-faq {
    background-color: white;
    padding: var(--section-padding-desktop);
}

.cd-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.cd-faq-header h2 {
    font-family: "TiemposHeadline-Regular", sans-serif;
    font-weight: 400;
    color: var(--darker-blue);
    line-height: 1.02;
    margin: 0;
    letter-spacing: 0;
}

.cd-faq-accordion {
    margin: 0 auto;
}

.cd-faq-item {
    border-left: 4px solid #A78A64;
    background-color: rgba(237, 236, 232, 0.5);
    margin-bottom: 16px;
    border-radius: 0 2px 2px 0;
    overflow: hidden;
}

.cd-faq-question {
    color: var(--yellow-300);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
}

.cd-faq-question span:first-of-type {
    font-family: "Geist-Medium", sans-serif;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.cd-faq-toggle {
    color: var(--yellow-300);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd-faq-item.active .cd-faq-toggle {
    transform: rotate(180deg);
}

.cd-faq-answer {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.cd-faq-item.active .cd-faq-answer {
    max-height: 200px;
    padding: 0 32px 24px 32px;
}

.cd-faq-answer p {
    font-family: "Geist-Regular", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #474747;
    color: var(--blue-600);
    line-height: 1.3;
    letter-spacing: -0.1px;
    margin: 0;
}

/* CD Quote Section */
.cd-promotion-quote {
    position: relative;
}

.cd-promotion-quote .container {
    position: relative;
}

.corner-vector-top,
.corner-vector-bottom {
    position: absolute;
}

.corner-vector-top img,
.corner-vector-bottom img {
    width: 153px;
    height: 160px;
}

.corner-vector-top {
    top: 0px;
    left: 20px;
}

.corner-vector-bottom {
    bottom: 0px;
    right: 20px;
}

.cd-promotion-quote-container {
    position: relative;
    padding: 85px 35px;
    width: 100%;
    margin: 0 auto;
}

.cd-quote-content {
    position: relative;
    text-align: left;
    padding: 80px;
    background-color: var(--section-background);
    border-radius: 14px;;
    z-index: 1;
}

.cd-quote-content blockquote {
    font-family: "Geist-Regular", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: black;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 60px 0;
    padding: 0;
    text-align: center;
}

.cd-quote-content blockquote:before {
    content: open-quote;
    font-size: 1.2em;
}

.cd-quote-content blockquote:after {
    content: close-quote;
    font-size: 1.2em;
}

.cd-quote-source {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.cd-quote-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 12px;
}

.cd-logo-placeholder {
    flex-shrink: 0;
    width: 150px;
    height: auto;
    margin-top: 8px;
}

.cd-logo-placeholder img {
    width: 100%;
}

.cd-quote-link {
    font-family: "Geist-Medium", sans-serif;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--primary-gray);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cd-quote-link:hover {
    color: var(--blue-600);
}

.cd-quote-author {
    text-align: right;
    flex: 1;
    align-self: flex-start;
    gap: 12px;
}

.cd-author-name {
    font-family: "TiemposHeadline-Regular", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: var(--blue-800);
    margin-bottom: 4px;
}

.cd-author-title {
    font-family: "Geist-Regular", sans-serif;
    font-size: 19px;
    font-weight: 500px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: var(--primary-gray);
}

/* CD Contact Section */
.cd-promotion-contact {
    padding: var(--section-padding-desktop);
}

.cd-promotion-contact-container {
    background-color: var(--yellow-300);
    text-align: center;
    position: relative;
    border-radius: 12px;
}

.cd-promotion-contact-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('../images/cd-contact-bg.svg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.cd-contact-content {
    padding: 80px 10px;
    margin: auto;
}

.cd-contact-content h2 {
    font-family: "TiemposHeadline-Regular", sans-serif;
    font-weight: 400;
    color: white;
    margin: 0 0 16px 0;
    line-height: 1.05;
    letter-spacing: 0.4px;
}

.cd-contact-content p {
    font-family: "Geist-Light", sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0;
}

.cd-contact-content a {
    color: white;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.cd-contact-content a:hover {
    opacity: 0.8;
}

.cd-contact-disclaimer {
    margin: 80px auto 20px auto;
}

.cd-contact-disclaimer p {
    font-family: "Geist-Light", sans-serif;
    font-size: 13px;
    color: var(--primary-gray);
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin: 0;
}



@media (max-width: 768px) {
    .cd-promotion-hero .container {
        flex-direction: column;
        max-width: 760px;
        align-items: center;
        justify-content: center;
    }

    .cd-promotion-hero-left, .cd-promotion-hero-right {
        width: 100%;
    }

    .cd-features-cta  .btn-icon-blue,
    .cd-promotion-hero-left .btn-icon-outline {
        padding: 9px 12px;
    }

    .cd-quote-source {
        flex-direction: column;
        align-items: flex-end;
    }

    .cd-quote-logo {
        width: 100%;
        align-items: flex-end;
    }

    .cd-quote-author {
        width: 100%;
    }

    .cd-quote-content {
        padding: 60px;
    }
}


@media (max-width: 480px) {
    h2 {
        font-size: var(--primary-mobile-h2);
    }
    .cd-featured-rate .rate-number {
        font-size: 82px;
    }
    .cd-featured-rate .rate-label {
        font-size: 19px;
        letter-spacing: 1.3px;
    }

    .cd-other-rates .rate-number {
        font-size: 42px;
    }
    .cd-other-rates .rate-label {
        letter-spacing: 0.02em;
    }

    .cd-promotion-bullets li,
    .cd-term-table-header .cd-term-col,
    .cd-term-duration,
    .cd-term-header p, .cd-term-type,
    .cd-term-penalty,
    .cd-features-header p,
    .cd-feature-item h3,
    .cd-faq-answer p,
    .cd-quote-content blockquote,
    .cd-author-title,
    .cd-quote-link {
        font-size: 16px;
    }
    .cd-term-rate,
    .cd-faq-question,
    .cd-contact-content p {
        font-size: 19px;
    }
    .cd-author-name {
        font-size: 20px;
    }
    .cd-term-table-header .cd-term-col {
        letter-spacing: 1.3px;
    }
    .cd-features-grid {
        flex-direction: column;
        gap: 40px;
    }
    .cd-feature-item {
        width: 100%;
    }

    .cd-features-header {
        margin-bottom: 40px;
    }

    .cd-faq-question {
        padding: 15px;
    }

    .cd-faq-answer {
        padding: 0 15px;
    }

    .cd-faq-header {
        margin-bottom: 40px;
    }

    .cd-faq-toggle {
        width: 30px;
        height: 30px;
    }

    .cd-faq-item.active .cd-faq-answer {
        padding: 0 15px 24px 15px;
    }

    .cd-faq-item.active .cd-faq-answer {
        padding: 0 15px 24px 15px;
    }

    .cd-promotion-quote-container {
        padding: 50px 20px;
    }

    .cd-logo-placeholder {
        width: 130px;
    }

    .cd-quote-content blockquote {
        margin: 0 0 40px 0;
    }

    .cd-quote-source {
        gap: 30px;
    }

    .corner-vector-top img,
    .corner-vector-bottom img {
        width: 88px;
        height: 100px;
    }

    .cd-quote-content {
        padding: 20px;
    }

    .cd-contact-disclaimer {
        margin: 30px auto 20px auto;
    }
    .cd-contact-disclaimer p {
        font-size: 11px;
    }
}

@media (max-width: 385px) {
    .cd-term-table-header .cd-term-col {
        letter-spacing: 0px;
    }
}