#body {
    background: linear-gradient(rgb(246 244 255) 0%, rgb(255, 255, 255) 38%);
}

#outerWrapper {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    justify-items: center;
    align-items: start;
    padding: 40px 20px;
    width: calc(100vw - 40px);
}

#outerWrapper p,
#outerWrapper h1,
#outerWrapper h2,
#outerWrapper h3 {
    padding: 0;
    margin: 0;
    max-width: 650px;
}

#leftPanel,
#rightPanel {
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px #5e5e5e;
    border-radius: 4px;
}

#rightPanel {
    max-width: 530px;
}

#leftPanelTitle {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

#rightPanelTitle {
    font-size: 1.4rem;
}

#signupFlowHint {
    margin-top: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.signupFlowStep {
    font-weight: 600;
    color: #3f3f3f;
}

.signupFlowArrow {
    color: #6a6a6a;
}

.factSnippet {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
    border: solid 1px lightgray;
    /* border-left: solid 3px var(--pro-main-color); */
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 12px;
}

.factSnippetContentSection {
    max-width: 586px;
}

.factIconWrapper {
    background: var(--pro-text-background-color);
    width: min-content;
    margin-bottom: 12px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.sourceLink,
.sourceLink:hover,
.sourceLink:active,
.sourceLink:focus {
    font-style: italic;
    color: #757575;
    font-size: 0.8rem;
}

.sourceLink:hover {
    color: var(--pro-main-color);
}

#planBubblesWrapper {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(270px, 1.15fr);
    column-gap: 22px;
    row-gap: 26px;
    align-items: stretch;
    margin-top: 24px;
}

.planBubble {
    position: relative;
    box-sizing: border-box;
    display: grid;
    align-content: start;
    grid-template-rows: min-content auto;
    min-width: 220px;
    min-height: 300px;
    padding: 34px 24px 28px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 14px 30px rgba(24, 24, 36, 0.08);
    font-size: 1rem;
}

.featuredPlanBubble {
    padding-top: 33px;
}

.planBubbleIcon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: white;
    border: solid 2px var(--pro-main-color);
}

.planBubbleHeader {
    display: grid;
    row-gap: 12px;
}

.planBubbleTitle {
    border-bottom: none;
    color: #090b1d;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.15;
}

#proBubbleTitleWrapper {
    display: block;
    background: transparent;
    border-bottom: none;
}

#proBubble .planBubbleTitle,
#proBubble .planBubbleKicker,
#proBubble .planBubblePrice {
    color: var(--pro-main-color);
}

.proTitleAndPriceWrapper {
    display: grid;
    row-gap: 12px;
    padding: 0;
}

.proTitleAndPriceWrapper .planBubbleTitle {
    padding: 0;
    border-bottom: none;
}

#outerWrapper .planBubbleKicker {
    margin-bottom: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.planBubblePrice {
    color: #090b1d;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
}

.planBubbleIcon img {
    display: block;
    width: 32px;
    height: auto;
}

#outerWrapper .proPriceWithoutAffiliate {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6a6a6a;
}

.strikethroughPrice {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.planBubble ul {
    display: grid;
    row-gap: 13px;
    align-content: start;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.planBubble li {
    position: relative;
    padding-left: 30px;
    color: #171827;
    font-size: 0.95rem;
    line-height: 1.3;
}

.planBubble li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #22b947;
}

.planBubble li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 7px;
    height: 4px;
    border-left: solid 2px white;
    border-bottom: solid 2px white;
    transform: rotate(-45deg);
}

#freeBubble {
    border: solid 1px #dedee8;
}

#proBubble {
    border: solid 2px var(--pro-main-color);
    background: #faf7ff;
}

#affiliateDiscountBox {
    margin-top: 20px;
    border: solid 1px #0d9754;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(13,151,84,.15), rgba(13,151,84,.05));
    padding: 12px;
}

#specialProDiscountBox {
    position: relative;
    margin-top: 34px;
    border: solid 1px #0d9754;
    border-radius: 8px;
    background: linear-gradient(115deg, rgba(13, 151, 84, 0.1) 0%, white 48%, rgba(13, 151, 84, 0.04) 100%);
    padding: 28px 24px 20px;
}

#outerWrapper #affiliateDiscountBadge {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    background: #0d9754;
    color: white;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
}

#outerWrapper #specialProDiscountBadge {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    background: #0d9754;
    color: white;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    overflow-wrap: normal;
}

#outerWrapper #affiliateDiscountMessage {
    margin-top: 8px;
    font-weight: 600;
}

#outerWrapper #specialProDiscountExpiredNotice {
    display: none;
    margin-top: 14px;
    padding: 8px 10px;
    border: solid 1px #d2d2d2;
    border-radius: 4px;
    background: #f8f8f8;
    color: #5a5a5a;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

#specialProDiscountCountdownWrapper {
    margin-top: 0;
}

#specialProDiscountCountdownLabelRow {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    color: #0d9754;
    font-size: 0.9rem;
    font-weight: bold;
}

#specialProDiscountCountdownLabelRow span:last-child {
    height: 1px;
    background: rgba(13, 151, 84, 0.35);
}

#outerWrapper #specialProDiscountCountdown {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 76px min-content 76px min-content 76px min-content 76px;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    color: #0d9754;
}

#specialProDiscountCountdown .specialProDiscountTimeUnit {
    box-sizing: border-box;
    min-width: 0;
    min-height: 56px;
    border: solid 1px #d2d2d2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    justify-content: center;
    align-content: center;
    justify-items: center;
    line-height: 1;
}

.specialProDiscountTimeValue {
    color: #0d9754;
    font-size: 1.5rem;
    font-weight: bold;
}

.specialProDiscountTimeLabel {
    margin-top: 4px;
    color: #6a6a6a;
    font-size: 0.7rem;
}

.specialProDiscountCountdownSeparator {
    color: #0d9754;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}

#outerWrapper #affiliateDiscountPriceSummary,
#outerWrapper #specialProDiscountPriceSummary {
    margin-top: 8px;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

#outerWrapper #specialProDiscountPriceSummary {
    margin-top: 16px;
    padding-top: 12px;
    border-top: solid 1px rgba(13, 151, 84, 0.35);
    justify-content: center;
    gap: 24px;
    font-size: 1rem;
    text-align: center;
}

.affiliateRegularPrice {
    color: #5a5a5a;
}

#specialProDiscountRegularPrice {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.affiliateCurrentPrice {
    color: #0d9754;
    font-weight: bold;
}

#getProButton,
#getProButton2 {
    box-sizing: border-box;
    padding: 12px 16px;
    width: calc(100%);
    background: var(--pro-main-color);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    color: white;
    border-radius: 100px;
    margin-top: 20px;
    border: solid 1px var(--pro-main-color);
    cursor: pointer;
    display: block;
    text-align: center;
}

#getProButton:hover,
#getProButton2:hover {
    color: var(--pro-main-color);
    background: transparent;
    border: solid 1px var(--pro-main-color);
}

#getProButton2 {
    display: none;
}

#outerWrapper #signupClarifier,
#outerWrapper #signupClarifier2 {
    margin-top: 8px;
    font-size: 0.8rem;
    color: #5f5f5f;
    text-align: center;
}

#outerWrapper #signupClarifier2 {
    display: none;
}


#priceIncreasingBox {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.16), rgba(245, 158, 11, 0.06));
    border: solid 1px #d49a00;
    padding: 12px;
    border-radius: 4px;
    margin-top: 20px;
}

#priceIncreasingTitle {
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 5px;
    color: black;
}

@media screen and (max-width: 1170px) {
    #outerWrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1100px) {
    #outerWrapper {
        grid-template-columns: 1fr;
    }

    .factSnippet {
        grid-template-columns: auto;
    }

    .factSnippetContentSection {
        max-width: unset;
    }

    #rightPanel {
        max-width: unset;
    }

    #getProButton2 {
        display: block;
    }

    #outerWrapper #signupClarifier2 {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    #planBubblesWrapper {
        grid-template-columns: auto;
    }

    #signupFlowHint {
        gap: 6px;
    }

    #outerWrapper #affiliateDiscountPriceSummary,
    #outerWrapper #specialProDiscountPriceSummary {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    #specialProDiscountBox {
        padding: 24px 16px 16px;
    }

    #outerWrapper #specialProDiscountPriceSummary {
        align-items: center;
    }

    #outerWrapper #specialProDiscountCountdown {
        grid-template-columns: 42px min-content 42px min-content 42px min-content 42px;
        justify-content: center;
        column-gap: 4px;
    }

    #specialProDiscountCountdown .specialProDiscountTimeUnit {
        min-height: 48px;
        border-radius: 6px;
    }

    .specialProDiscountTimeValue {
        font-size: 1.2rem;
    }

    .specialProDiscountTimeLabel {
        margin-top: 3px;
        font-size: 0.55rem;
        white-space: nowrap;
    }

    .specialProDiscountCountdownSeparator {
        display: inline;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 380px) {
    #outerWrapper #affiliateDiscountBadge {
        display: flex;
        width: 100%;
        max-width: 100%;
        font-size: 0.7rem;
        padding: 6px 8px;
    }

    #outerWrapper #specialProDiscountBadge {
        display: flex;
        width: fit-content;
        max-width: calc(100% - 24px);
        font-size: 0.8rem;
        padding: 6px 8px;
    }

    #getProButton,
    #getProButton2 {
        font-size: 0.9rem;
        padding: 12px 10px;
    }
}
