.implant-landing-cta {
    background: #fff9f3;
    padding: 80px 0;
}

.implant-landing-hero {
    padding-top: 70px;
    background: #fff9f3;
    overflow: visible;
}

.implant-landing-hero .row {
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}

.implant-landing-hero .treatments-item {
    padding: 42px 18px 42px 0;
}

.implant-landing-hero .treatments-item-description {
    position: static;
    transform: none;
    max-width: 640px;
}

.implant-landing-hero .treatments-item-description h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.implant-landing-hero .treatments-item-description p {
    max-width: 620px;
    font-size: 15px;
    line-height: 25px;
    color: #2b2027;
    overflow-wrap: anywhere;
}

.implant-landing-hero .dark-button {
    width: fit-content;
    max-width: 100%;
}

.implant-landing-hero .dark-button span {
    white-space: normal;
    line-height: 18px;
}

.implant-landing-hero .col-md-6 > img {
    max-width: 82%;
    margin: 42px auto;
    border-radius: 8px;
    box-shadow: 0 18px 55px -28px rgba(43, 32, 39, 0.45);
}

.implant-content-section {
    background: #fff;
    padding: 80px 0;
}

.implant-content-section--soft {
    background: #fff9f3;
}

.implant-content-section--dark {
    background: #7b3e67;
}

.implant-content-section h2,
.implant-content-section h3 {
    color: #2b2027;
    font-weight: 800;
    letter-spacing: 0;
}

.implant-content-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 18px;
}

.implant-content-section h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 12px;
}

.implant-content-section p,
.implant-content-section li {
    color: #58585b;
    font-size: 15px;
    line-height: 25px;
}

.implant-content-section p + p {
    margin-top: 16px;
}

.implant-content-section ul,
.implant-content-section ol {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.implant-content-section li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 11px;
}

.implant-content-section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fcadac;
}

.implant-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.implant-content-card {
    background: #fff;
    border: 1px solid rgba(43, 32, 39, 0.08);
    border-radius: 8px;
    padding: 26px;
    height: 100%;
}

.implant-content-card--soft {
    background: #fff9f3;
}

.implant-content-card--pricing {
    display: flex;
    flex-direction: column;
}

.implant-content-card--pricing .implant-inline-cta {
    display: flex;
    justify-content: center;
    margin: auto 0;
    padding-top: 24px;
}

.implant-inline-cta {
    margin-top: 22px;
}

.implant-content-card .implant-inline-cta {
    margin-top: 26px;
}

.implant-content-section--dark h2,
.implant-content-section--dark p {
    color: #fff;
}

.implant-faq-list {
    display: grid;
    gap: 18px;
}

.implant-faq-item {
    background: #fff9f3;
    border-radius: 8px;
    padding: 24px;
}

.implant-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.implant-landing-cta__inner,
.implant-quote__shell,
.implant-quote__summary {
    display: grid;
    gap: 28px;
}

.implant-landing-cta__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: center;
}

.implant-landing-cta h2,
.implant-quote h2 {
    color: #2b2027;
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    letter-spacing: 0;
}

.implant-landing-cta p,
.implant-quote p {
    color: #58585b;
    font-size: 15px;
    line-height: 24px;
}

.implant-landing-cta p {
    max-width: 650px;
    padding: 16px 0 24px;
}

.implant-landing-cta__panel,
.implant-quote__result {
    background: #2b2027;
    color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.implant-landing-cta__panel strong {
    display: block;
    font-size: 42px;
    line-height: 46px;
    color: #fcadac;
}

.implant-landing-cta__panel span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

.implant-quote {
    background: #fff;
    padding: 95px 0 110px;
}

.implant-quote__shell {
    grid-template-columns: minmax(240px, 0.35fr) minmax(0, 0.65fr);
    align-items: stretch;
}

.implant-quote__aside {
    background: #7b3e67;
    border-radius: 8px;
    padding: 28px;
    color: #fff;
}

.implant-quote__aside h2 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.implant-quote__aside p {
    color: #fff;
    padding-top: 14px;
}

.implant-quote__steps {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.implant-quote__step-dot {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 18px;
}

.implant-quote__step-dot::before {
    content: attr(data-step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 800;
}

.implant-quote__step-dot.is-active,
.implant-quote__step-dot.is-complete {
    color: #fff;
}

.implant-quote__step-dot.is-active::before,
.implant-quote__step-dot.is-complete::before {
    background: #fcadac;
    color: #2b2027;
}

.implant-quote__card {
    min-height: 560px;
    background: #fff;
    border: 1px solid rgba(43, 32, 39, 0.08);
    box-shadow: 0 22px 70px -22px rgba(43, 32, 39, 0.35);
    border-radius: 8px;
    padding: 32px;
}

.implant-quote__progress {
    height: 7px;
    background: #f4eeee;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 28px;
}

.implant-quote__progress span {
    display: block;
    height: 100%;
    width: 20%;
    background: #fcadac;
    transition: width 0.25s ease;
}

.implant-quote__screen {
    display: none;
}

.implant-quote__screen.is-active {
    display: block;
    animation: implantQuoteSlide 0.24s ease;
}

@keyframes implantQuoteSlide {
    from {
        opacity: 0;
        transform: translateX(22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.implant-quote__screen h3 {
    color: #2b2027;
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.implant-quote__hint {
    margin-bottom: 22px;
}

.implant-quote__field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.implant-quote__field label {
    color: #2b2027;
    font-weight: 700;
    font-size: 13px;
}

.implant-quote__field input,
.implant-quote__field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #fdbdbc;
    border-radius: 8px;
    color: #2b2027;
    padding: 10px 14px;
    font-size: 14px;
}

.implant-quote__field textarea {
    min-height: 110px;
    resize: vertical;
}

.implant-quote__conditional-field {
    display: none;
    margin: 16px 0 0;
}

.implant-quote__conditional-field.is-visible {
    display: grid;
}

.implant-quote__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.implant-quote__options--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.implant-quote__question {
    background: #fff9f3;
    border: 1px solid rgba(253, 189, 188, 0.8);
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 14px;
}

.implant-quote__question h4 {
    color: #2b2027;
    font-size: 15px;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.implant-quote__option {
    text-align: left;
    background: #fff9f3;
    border: 1px solid rgba(253, 189, 188, 0.8);
    border-radius: 8px;
    padding: 18px;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.implant-quote__option:hover,
.implant-quote__option.is-selected {
    transform: translateY(-2px);
    border-color: #7b3e67;
    background: #fff;
}

.implant-quote__option.is-selected {
    background: #7b3e67;
    color: #fff;
}

.implant-quote__option strong {
    display: block;
    color: #2b2027;
    font-size: 15px;
    line-height: 20px;
}

.implant-quote__option span {
    display: block;
    color: #58585b;
    font-size: 12px;
    line-height: 18px;
    padding-top: 7px;
}

.implant-quote__option.is-selected strong,
.implant-quote__option.is-selected span {
    color: #fff;
}

.implant-quote__teeth {
    display: grid;
    gap: 12px;
}

.implant-quote__teeth-row {
    display: grid;
    grid-template-columns: repeat(16, minmax(32px, 1fr));
    gap: 6px;
}

.implant-quote__tooth {
    aspect-ratio: 1;
    border-radius: 8px;
    background: #fff9f3;
    border: 1px solid #fdbdbc;
    color: #2b2027;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
}

.implant-quote__tooth.is-selected {
    background: #7b3e67;
    border-color: #7b3e67;
    color: #fff;
}

.implant-quote__tooth-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 8px;
}

.implant-quote__mini-btn {
    background: #f4eeee;
    color: #2b2027;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
}

.implant-quote__summary {
    grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.55fr);
    align-items: stretch;
}

.implant-quote__result span {
    color: #fcadac;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.implant-quote__result strong {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    padding: 8px 0;
}

.implant-quote__result p {
    color: #fff;
}

.implant-quote__breakdown {
    background: #fff9f3;
    border-radius: 8px;
    padding: 20px;
}

.implant-quote__breakdown ul {
    padding: 0;
    margin: 0;
}

.implant-quote__breakdown li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(43, 32, 39, 0.09);
    padding: 9px 0;
    color: #2b2027;
    font-size: 13px;
    line-height: 18px;
}

.implant-quote__breakdown li:last-child {
    border-bottom: 0;
}

.implant-quote__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.implant-quote__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}

.implant-quote__btn--ghost {
    background: #f4eeee;
    color: #2b2027;
}

.implant-quote__btn--primary {
    background: #fcadac;
    color: #2b2027;
}

.implant-quote__btn--dark {
    background: #2b2027;
    color: #fff;
}

.implant-quote__btn[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.implant-quote__whatsapp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    margin-top: 16px;
}

.implant-quote__note {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #797979 !important;
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .implant-landing-cta__inner,
    .implant-quote__shell,
    .implant-quote__summary,
    .implant-content-grid {
        grid-template-columns: 1fr;
    }

    .implant-landing-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .implant-landing-hero .row {
        display: block;
    }

    .implant-landing-hero .treatments-item {
        padding: 28px 0 20px;
    }

    .implant-landing-hero .treatments-item-description {
        max-width: 100%;
    }

    .implant-landing-hero .col-md-6 > img {
        max-width: 100%;
        margin: 18px auto 38px;
    }

    .implant-quote__card {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .implant-landing-cta,
    .implant-quote,
    .implant-content-section {
        padding: 55px 0;
    }

    .implant-landing-cta h2,
    .implant-quote h2,
    .implant-content-section h2 {
        font-size: 25px;
        line-height: 31px;
    }

    .implant-final-cta {
        display: block;
    }

    .implant-final-cta .dark-button {
        margin-top: 20px;
    }

    .implant-landing-hero {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .implant-landing-hero .treatments-item-description h2 {
        font-size: 25px;
        line-height: 31px;
    }

    .implant-landing-hero .treatments-item-description p {
        font-size: 14px;
        line-height: 23px;
    }

    .implant-quote__card,
    .implant-quote__aside,
    .implant-landing-cta__panel {
        padding: 22px;
    }

    .implant-quote__options {
        grid-template-columns: 1fr;
    }

    .implant-quote__teeth-row {
        grid-template-columns: repeat(8, minmax(30px, 1fr));
    }

    .implant-quote__actions {
        flex-direction: column-reverse;
    }

    .implant-quote__btn {
        width: 100%;
    }
}
