.tda-course {
    --tda-orange: #d35400;
    --tda-dark: #1a1a1a;
    --tda-cream: #f7dfcf;
    color: #222;
    font-family: Poppins, Arial, sans-serif;
    overflow: hidden;
}
.tda-course * {
    box-sizing: border-box;
}
.tda-course img {
    max-width: 100%;
    height: auto;
}
.tda-course h1,
.tda-course h2,
.tda-course p {
    margin-top: 0;
}
#layout-content:has(.tda-course) + #layout-footer .footer {
    margin-top: 0;
}
.tda-hero {
    min-height: 1085px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    isolation: isolate;
    background: #f7dfcf url("../img/cursos/torrao-de-adocante/f7dfcf.png")
        center/cover no-repeat;
}
.tda-hero__panel {
    width: 50%;
    max-width: 600px;
    margin-right: 50%;
    padding: 50px;
    border-radius: 50px;
    background: #ffffff75;
}
.tda-hero h1,
.tda-perfect h2,
.tda-access h2 {
    font:
        italic 500 62px/1 "Playfair Display",
        serif;
    color: #000;
}
.tda-hero h2 {
    margin: 40px 0 0;
    font:
        400 30px/1.37 Montserrat,
        Arial,
        sans-serif;
}
.tda-hero p {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 300;
}
.tda-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 90%;
    padding: 24px 25px;
    border: 1px solid var(--tda-orange);
    border-radius: 100px;
    background: linear-gradient(67deg, #a83e00, #d35400 40%, #ff8c42);
    box-shadow: 0 6px 13px #a83e002e;
    color: #fff !important;
    font:
        700 18px Raleway,
        Arial,
        sans-serif;
    letter-spacing: 0.5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.tda-button:hover {
    box-shadow: 0 0 40px #d3540080;
    transform: translateY(-2px);
}
.tda-button span {
    font: 30px/20px Arial;
}
.tda-button--compact {
    justify-content: center;
    width: auto;
    min-width: 40%;
    text-align: center;
}
.tda-button--compact span {
    position: absolute;
    right: 25px;
}
.tda-perfect {
    padding: 4vw 0;
    text-align: center;
    background: var(--tda-dark);
    color: #fff;
}
.tda-perfect h2 {
    width: 55%;
    margin: 40px auto 20px;
    color: #fff;
}
.tda-carousel {
    overflow: hidden;
    padding: 0 0 80px;
}
.tda-carousel__track {
    display: flex;
    width: max-content;
    gap: 20px;
    padding-right: 20px;
    animation: tda-carousel-scroll 45s linear infinite;
}
.tda-carousel:hover .tda-carousel__track {
    animation-play-state: paused;
}
.tda-carousel img {
    flex: 0 0 calc((100vw - 120px) / 7);
    width: calc((100vw - 120px) / 7);
    min-width: 140px;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 10px;
}
@keyframes tda-carousel-scroll {
    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .tda-carousel__track {
        animation: none;
    }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    .tda-carousel__track {
        animation: none;
    }
}
.tda-inline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 29px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    font-size: 25px;
}
.tda-inline-list li + li::before {
    content: "◌";
    margin-right: 29px;
    color: #ff6100;
    font-size: 20px;
}
.tda-ideal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 737px;
    padding: 50px max(40px, calc((100% - 1140px) / 2));
    background: var(--tda-cream);
}
.tda-ideal > img {
    width: 100%;
}
.tda-ideal > div {
    padding: 30px;
}
.tda-ideal h2 {
    font-size: 29px;
}
.tda-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tda-check-list li {
    position: relative;
    margin: 0 0 19px;
    padding-left: 38px;
    font-size: 18px;
}
.tda-check-list li::before {
    content: "◌";
    position: absolute;
    left: 0;
    color: #ff6100;
    font-size: 27px;
    line-height: 18px;
}
.tda-access {
    padding: 0 7vw 150px;
    text-align: center;
}
.tda-access h2 {
    width: 67%;
    margin: 125px auto 45px;
    color: #2c2c2c;
}
.tda-access em,
.tda-guarantee em,
.tda-cta em {
    font-style: normal;
    background: linear-gradient(90deg, #a83e00, #ff8c42);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tda-access__grid {
    display: grid;
    width: min(1140px, 100%);
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    text-align: left;
}
.tda-access__grid img {
    width: 100%;
    max-width: 530px;
    justify-self: start;
    border-radius: 100px 0;
}
.tda-extra {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 650px;
    padding: 80px max(20px, calc((100% - 1140px) / 2));
    background: #222;
    color: #fff;
}
.tda-extra h2 {
    margin: 0 0 32px;
    font:
        italic 500 77px/71px "Playfair Display",
        serif;
    color: #fff;
}
.tda-extra p {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font:
        400 20px/1.2 Montserrat,
        Arial,
        sans-serif;
}
.tda-extra .tda-check-list li {
    margin-bottom: 29px;
    padding-left: 26px;
    color: #fff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
}
.tda-extra .tda-check-list li::before {
    content: "✓";
    top: 0;
    color: #e1670b;
    background: none;
    font-size: 20px;
    font-weight: 700;
}
.tda-about {
    display: flex;
    align-items: center;
    min-height: 1000px;
    padding: 0;
    border-top: 2px solid #ffd1867a;
    background: #f7dfcf
        url("../img/cursos/torrao-de-acucar/Design-sem-nome-55.png") top
        center/cover no-repeat;
}
.tda-about > img {
    display: none;
}
.tda-about > div {
    width: min(50%, 570px);
    margin-left: 50%;
}
.tda-about h2 {
    margin: 0;
    font:
        italic 500 77px/71px "Playfair Display",
        serif;
    color: #1a1a1a;
}
.tda-about hr {
    width: 100%;
    margin: 30px 0;
    border: 0;
    border-top: 2px solid #000;
}
.tda-about p {
    margin: 20px 0 0;
    color: #000;
    font:
        400 20px/26px Raleway,
        Arial,
        sans-serif;
}
.tda-about .tda-button {
    width: 90%;
    min-width: 0;
    margin-top: 30px;
}
.tda-guarantee {
    display: flex;
    min-height: 650px;
    padding: 50px 10px 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    background: #fff;
}
.tda-guarantee > img {
    width: 459px;
    max-width: 100%;
    filter: brightness(0%) contrast(100%) saturate(100%);
}
.tda-guarantee > h2 {
    margin: -44px 0 10px;
    font:
        italic 500 62px/22px "Playfair Display",
        serif;
    color: #1d1d1d;
}
.tda-guarantee em {
    font-style: italic;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: inherit;
}
.tda-guarantee__copy {
    width: min(60%, 684px);
    color: #272727;
    font:
        400 22px/28px Raleway,
        Arial,
        sans-serif;
}
.tda-guarantee__copy p {
    margin: 0 0 16px;
}
.tda-guarantee__copy p:last-child {
    margin-bottom: 0;
}
.tda-guarantee > .tda-button {
    width: 40%;
    min-width: 0;
    max-width: 456px;
    margin-top: 0;
}
.tda-guarantee .dl-price-lifetime {
    margin: 40px 10px 0;
    color: #54595f;
    font-family: "Abril Fatface", serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}
.tda-guarantee .dl-price-lifetime span { color: #e06507; }
.tda-guarantee .dl-price-box {
    position: relative;
    box-sizing: border-box;
    width: 710px;
    max-width: 66%;
    margin: 135px auto 25px;
    padding: 32px 88px 34px;
    border-radius: 15px;
    color: #fff;
    font-family: Quicksand, sans-serif;
    background: #e06507;
}
.tda-guarantee .dl-price-course-image {
    display: block;
    width: 360px;
    max-width: 100%;
    height: auto;
    margin: -113px auto 25px;
    filter: none;
}
.tda-guarantee .dl-price-course-title {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Abril Fatface", serif;
    font-size: 49px;
    font-weight: 300;
    line-height: .8;
    text-transform: uppercase;
}
.tda-guarantee .dl-price-from {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}
.tda-cta {
    display: flex;
    min-height: 558px;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f7dfcf;
    color: #272727;
}
.tda-cta h2 {
    width: min(67%, 764px);
    margin: 0 0 40px;
    font:
        500 62px/1 "Playfair Display",
        serif;
    color: #1a1a1a;
}
.tda-cta em {
    font-style: italic;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: inherit;
}
.tda-cta p {
    width: min(50%, 570px);
    margin: 0;
    font:
        400 20px/1.2 Montserrat,
        Arial,
        sans-serif;
    letter-spacing: 0;
}
.tda-cta p strong {
    display: block;
    margin-bottom: 24px;
    font-weight: 700;
}
.tda-cta > .tda-button {
    width: 40%;
    min-width: 0;
    max-width: 456px;
    margin-top: 30px;
}
.tda-cta--contact {
    background: #fefefe;
    color: #222;
}
.tda-cta--contact h2 {
    margin-bottom: 0;
}
.tda-cta--contact p {
    margin-top: 40px;
}
.tda-footer {
    padding: 40px 20px;
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.tda-footer a {
    color: #fff;
    font-weight: 700;
}
@media (max-width: 767px) {
  .tda-hero {
    min-height: 700px;
    align-items: flex-start;
    padding: 0;
    background: #f7dfcf url("../img/cursos/torrao-de-adocante/Design-sem-nome-63.webp") top center / contain no-repeat;
  }
    .tda-hero__panel {
        width: 100%;
        margin: 290px 0 0;
        padding: 0 20px 30px;
        border-radius: 0;
        background: transparent;
        text-align: center;
    }
    .tda-hero h1,
    .tda-perfect h2,
    .tda-access h2 {
        font-size: 34px;
        line-height: 1.24;
    }
    .tda-hero h2 {
        margin: 25px 0 0;
        font-size: 20px;
    }
    .tda-hero p {
        margin-bottom: 25px;
        font-size: 17px;
    }
    .tda-button,
    .tda-button--compact {
        width: 100%;
        padding: 20px;
        font-size: 15px;
    }
    .tda-perfect {
        padding: 12vw 0;
    }
    .tda-perfect h2 {
        width: 80%;
        margin: 20px auto 50px;
    }
    .tda-carousel {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 25px 15px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        touch-action: pan-x;
    }
    .tda-carousel__track {
        animation: tda-carousel-scroll 45s linear infinite;
    }
    .tda-carousel img {
        flex-basis: 42vw;
        width: 42vw;
        min-width: 150px;
        scroll-snap-align: start;
    }
    .tda-inline-list {
        gap: 13px;
        margin: 20px 15px 35px;
        font-size: 17px;
    }
    .tda-inline-list li + li::before {
        margin-right: 13px;
        font-size: 13px;
    }
    .tda-perfect > .tda-button {
        width: calc(100% - 30px);
    }
    .tda-ideal,
    .tda-access__grid,
    .tda-extra,
    .tda-about {
        grid-template-columns: 1fr;
    }
    .tda-ideal {
        min-height: 0;
        padding: 30px 20px;
    }
    .tda-ideal > div {
        padding: 25px 0 0;
    }
    .tda-ideal h2 {
        font-size: 22px;
    }
    .tda-check-list li {
        font-size: 17px;
    }
    .tda-access {
        padding: 0 20px 70px;
    }
    .tda-access h2 {
        width: 100%;
        margin: 80px auto 35px;
        font-size: 42px;
    }
    .tda-access__grid {
        gap: 30px;
    }
    .tda-access__grid img {
        order: 2;
        max-width: none;
    }
    .tda-extra {
        min-height: 0;
        padding: 55px 20px;
        gap: 25px;
    }
    .tda-extra h2 {
        font-size: 42px;
    }
    .tda-extra p {
        padding: 0;
        font-size: 16px;
    }
    .tda-about {
        display: block;
        min-height: 0;
        padding: 50px 20px;
        background: #f7dfcf;
    }
    .tda-about > img {
        display: block;
        width: 100%;
        max-width: 518px;
        margin: 0 auto 30px;
    }
    .tda-about > div {
        width: 100%;
        margin: 0;
    }
    .tda-about h2 {
        font-size: 42px;
        line-height: 52px;
        text-align: center;
    }
    .tda-about p {
        font-size: 16px;
        line-height: 18px;
    }
    .tda-about .tda-button {
        width: 100%;
    }
    .tda-guarantee {
        padding-top: 0;
        padding-bottom: 55px;
    }
    .tda-guarantee > img {
        width: 69%;
    }
    .tda-guarantee > h2 {
        margin: -51px 0 0;
        font-size: 42px;
        line-height: 52px;
    }
    .tda-guarantee__copy {
        width: 80%;
        font-size: 16px;
        line-height: 18px;
    }
    .tda-guarantee > .tda-button {
        width: 100%;
    }
    .tda-guarantee .dl-price-lifetime { margin-top: 40px; font-size: 31px; }
    .tda-guarantee .dl-price-box { width: 100%; max-width: 100%; margin: 110px 0 25px; padding: 32px 24px; }
    .tda-guarantee .dl-price-course-image { width: 78%; max-width: none; margin: -83px auto 25px; }
    .tda-guarantee .dl-price-course-title { font-size: 23px; line-height: 1.4; }
    .tda-guarantee .dl-price-from { margin-top: 14px; font-size: 21px; }
    .tda-cta {
        padding: 70px 20px;
    }
    .tda-cta h2 {
        width: 100%;
        font-size: 48px;
    }
    .tda-cta p {
        width: 93%;
        font-size: 18px;
    }
    .tda-cta > .tda-button {
        width: 100%;
    }
    .tda-cta--contact {
        padding-top: 55px;
    }
}

@media (max-width: 991.98px) {
    body:has(.tda-course) .navbar.fixed-top {
        background: var(--dark);
    }
}
