.tagoffer {
    background: var(--color-primary);
    position: absolute;
    margin-top: 20px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius)
}

#faq {
    background-color: #1a1a1a;
    margin-top: 90px;
    margin-bottom: 90px;
    padding-bottom: 90px
}

.depoiment {
    background-color: #1a1a1a;
    margin-top: 90px;
    padding-bottom: 90px;
    text-align: center
}


.depouser {
    background: #fafafa url(../../img/bg-depoiment.png) no-repeat 390px 70px;
    display: flex;
    padding: 20px;
    margin-bottom: 30px
}

ul.liinfocourse li:before {
    content: url(../../img/icons/verifylist.svg);
    margin-right: 7px
}

section#interna .pg-protect.pg-matricula nav a.aktif:after {
    content: url(../../img/marktil.svg);
    float: right;
    margin-right: 22px
}

section.breadcrumb {
    background: url(../../img/img-breadcrumb.png) top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 65px 0
}

img.loremipsum {
    width: 100%
}

.mvv {
    background: url(../../img/bg-aboutus.png) top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 185px 0
}

img.f-logo {
    width: 100px
}

img.logocontact {
    width: 299px
}

.conteudoranicontato {
    width: 370px;
    padding-top: 30px;
    padding-bottom: 111px
}

.ranicontato {
    background: url(../../img/professorcontact.png) no-repeat top left
}

.signature.signature-gold {
    background: #fff;
    color: #ba8b4a;
    border: 1px solid #ba8b4a;
}

.signature.signature-gold:hover {
    color: #ba8b4a;
    text-decoration: none;
}

.signature.signature-gold img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.signature.signature-gold.signature-attention-blink {
    animation: signatureAttentionBlinkGold 1.05s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.signature.signature-gold.signature-attention-blink::after {
    animation: signatureAttentionRingGold 1.05s ease-out infinite;
}

@keyframes signatureAttentionBlinkGold {

    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 rgba(186, 139, 74, 0);
        filter: saturate(1);
    }

    18% {
        transform: scale(1.07) rotate(-1deg);
        box-shadow: 0 0 20px rgba(186, 139, 74, 0.7);
        filter: saturate(1.18);
    }

    36% {
        transform: scale(0.99) rotate(1deg);
        box-shadow: 0 0 12px rgba(186, 139, 74, 0.45);
    }

    54% {
        opacity: 0.92;
        transform: scale(1.09) rotate(0deg);
        box-shadow: 0 0 28px rgba(186, 139, 74, 0.9);
        filter: saturate(1.25);
    }

    72% {
        opacity: 1;
        transform: scale(1.02) rotate(-0.6deg);
        box-shadow: 0 0 16px rgba(186, 139, 74, 0.55);
    }
}

@keyframes signatureAttentionRingGold {
    0% {
        opacity: 0.9;
        transform: scale(1);
        border-color: rgba(186, 139, 74, 0.85);
    }

    100% {
        opacity: 0;
        transform: scale(1.16);
        border-color: rgba(186, 139, 74, 0);
    }
}

/* G3 Picks - Projetos mais escolhidos */
.g3-picks {
    position: relative;
    padding: 60px 0 50px;
    background: #F9F8F8;
    overflow: hidden;
}

.g3-picks .container {
    position: relative;
    z-index: 1;
}

.g3-picks__header {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 60px;
}

.g3-picks__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    margin-bottom: 22px;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.5);
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(1, 19, 42, 0.15);
}

.g3-picks__eyebrow img {
    width: 64px;
    height: auto;
}

.g3-picks__eyebrow span {
    color: #ba8b4a;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.g3-picks__title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.g3-picks__desc {
    font-size: 1.1rem;
    color: #5a6472;
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
}

.g3-picks__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.g3-picks__divider span {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ba8b4a, transparent);
}

.g3-picks__divider i {
    width: 12px;
    height: 12px;
    background: #ba8b4a;
    transform: rotate(45deg);
    box-shadow: 0 0 0 4px rgba(186, 139, 74, 0.15);
}

/* Grid */
.g3-picks__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 48px;
}

/* Card */
.g3-pick-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(1, 19, 42, 0.1);
    box-shadow: 0 6px 24px rgba(1, 19, 42, 0.07);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g3-pick-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #01132a, #ba8b4a, #d4a85e, #ba8b4a, #01132a);
    z-index: 2;
}

.g3-pick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(1, 19, 42, 0.12);
}

.g3-pick-card--featured {
    border: 2px solid #ba8b4a;
    box-shadow: 0 8px 28px rgba(186, 139, 74, 0.18);
}

/* Ribbon */
.g3-pick-card__ribbon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: linear-gradient(90deg, #01132a 0%, #0d2a4a 100%);
    border-bottom: 1px solid rgba(186, 139, 74, 0.3);
}

.g3-pick-card__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 32px;
    padding: 0 8px;
    background: rgba(186, 139, 74, 0.15);
    border: 1px solid #ba8b4a;
    border-radius: 6px;
    color: #ba8b4a;
    font-size: 0.95rem;
    font-weight: 800;
}

.g3-pick-card__ribbon-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.g3-pick-card__ribbon-label img {
    width: 14px;
    height: 14px;
}

/* Head */
.g3-pick-card__head {
    padding: 14px 16px 12px;
    text-align: center;
    background: linear-gradient(180deg, rgba(1, 19, 42, 0.03) 0%, transparent 100%);
}

.g3-pick-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #01132a;
}

.g3-pick-card__discount {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 3px 10px;
    background: rgba(186, 139, 74, 0.1);
    border: 1px solid rgba(186, 139, 74, 0.35);
    border-radius: 50px;
}

.g3-pick-card__discount img {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.g3-pick-card__discount span {
    font-size: 0.68rem;
    font-weight: 700;
    color: #ba8b4a;
    text-transform: uppercase;
}

/* Pricing */
.g3-pick-card__pricing {
    margin: 0 14px;
    padding: 14px 12px;
    text-align: center;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.3);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(1, 19, 42, 0.2);
}

.g3-pick-card__pricing-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(186, 139, 74, 0.3);
    width: 100%;
    justify-content: center;
}

.g3-pick-card__pricing-tag img {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.g3-pick-card__pricing-tag span {
    font-size: 0.62rem;
    font-weight: 700;
    color: #ba8b4a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.g3-pick-card__old-price {
    margin: 0 0 4px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}

.g3-pick-card__old-price strong {
    text-decoration: line-through;
    font-weight: 400;
}

.g3-pick-card__price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
}

.g3-pick-card__installments {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

.g3-pick-card__price {
    margin: 0;
    font-size: 1.85rem;
    font-weight: 800;
    color: #ba8b4a;
    line-height: 1;
    letter-spacing: -0.5px;
}

.g3-pick-card__cash {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(186, 139, 74, 0.25);
    border-radius: 50px;
}

.g3-pick-card__cash img {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.g3-pick-card__cash span {
    font-size: 0.72rem;
    color: #fff;
    font-weight: 500;
}

/* Includes */
.g3-pick-card__includes {
    margin: 12px 14px 0;
    padding: 12px;
    background: linear-gradient(180deg, rgba(186, 139, 74, 0.05) 0%, transparent 100%);
    border: 1px solid rgba(186, 139, 74, 0.15);
    border-radius: 8px;
}

.g3-pick-card__includes-head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(1, 19, 42, 0.08);
}

.g3-pick-card__includes-head img {
    width: 14px;
    height: auto;
}

.g3-pick-card__includes-head span {
    font-size: 0.68rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.g3-pick-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.g3-pick-card__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid rgba(1, 19, 42, 0.06);
    border-left: 2px solid #ba8b4a;
    border-radius: 6px;
}

.g3-pick-card__feature>img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.g3-pick-card__feature span {
    font-size: 0.78rem;
    color: #01132a;
    font-weight: 500;
    line-height: 1.35;
}

/* Footer */
.g3-pick-card__footer {
    padding: 12px 14px 14px;
}

.g3-pick-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    background: linear-gradient(135deg, #ba8b4a 0%, #c9a060 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 14px rgba(186, 139, 74, 0.3);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.g3-pick-card__cta img {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

.g3-pick-card__cta:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(186, 139, 74, 0.45);
    transform: translateY(-1px);
}

.g3-pick-card__cta:hover img {
    transform: rotate(180deg) translateX(3px);
}

/* Trust / Guarantee */
.g3-picks__trust {
    background: transparent;
    padding-top: 8px;
}

.g3-picks__trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 12px;
}

.g3-picks__trust-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.g3-picks__trust-bar-item:not(:last-child)::after {
    content: "|";
    margin: 0 16px;
    color: rgba(186, 139, 74, 0.55);
    font-size: 0.85rem;
    font-weight: 300;
}

.g3-picks__trust-bar-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.g3-picks__trust-bar-item span {
    color: #01132a;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.g3-picks__trust-bar-item:first-child span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.g3-picks__trust-bar-item span strong {
    color: #ba8b4a;
    font-weight: 700;
}

@media (max-width: 992px) {
    .g3-picks__grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .g3-pick-card--featured {
        order: -1;
    }
}

@media (max-width: 768px) {
    .g3-picks {
        padding: 64px 0;
    }

    .g3-picks__title {
        font-size: 1.75rem;
    }

    .g3-picks__desc {
        font-size: 1rem;
    }

    .g3-pick-card__price {
        font-size: 1.65rem;
    }

    .g3-picks__trust-bar-item:not(:last-child)::after {
        margin: 0 10px;
    }

    .g3-picks__trust-bar-item span {
        white-space: normal;
        font-size: 0.72rem;
    }
}

/* G3 Testimonials */
.g3-testimonials {
    padding: 60px 0 15px;
    background: #fcfcfc;
}

.g3-testimonials__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.g3-testimonials__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin-bottom: 18px;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.5);
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(1, 19, 42, 0.12);
}

.g3-testimonials__eyebrow img {
    width: 56px;
    height: auto;
}

.g3-testimonials__eyebrow span {
    color: #ba8b4a;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.g3-testimonials__title {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.g3-testimonials__desc {
    margin: 0;
    font-size: 1rem;
    color: #5a6472;
    font-weight: 300;
    line-height: 1.6;
}

.g3-testimonials__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.g3-testimonials__divider span {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ba8b4a, transparent);
}

.g3-testimonials__divider i {
    width: 10px;
    height: 10px;
    background: #ba8b4a;
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px rgba(186, 139, 74, 0.15);
}

.g3-testimonials__slider {
    margin: 0 -8px;
    padding-bottom: 32px;
}

.g3-testimonials__slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.g3-testimonials__slider .slick-slide {
    padding: 0 8px;
    height: inherit !important;
    display: flex !important;
}

.g3-testimonials__slider .slick-slide>div {
    display: flex;
    width: 100%;
    height: 100%;
}

.g3-testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(1, 19, 42, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(1, 19, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.g3-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(186, 139, 74, 0.4);
    box-shadow: 0 16px 40px rgba(1, 19, 42, 0.12);
}

.g3-testimonial-card::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #01132a, #ba8b4a, #01132a);
}

.g3-testimonial-card__ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(90deg, #01132a, #0d2a4a);
    border-bottom: 1px solid rgba(186, 139, 74, 0.25);
}

.g3-testimonial-card__ribbon img {
    width: 12px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(71%) sepia(21%) saturate(707%) hue-rotate(358deg) brightness(89%) contrast(89%);
}

.g3-testimonial-card__ribbon span {
    font-size: 0.58rem;
    font-weight: 700;
    color: #ba8b4a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.g3-testimonial-card__profile {
    padding: 10px 12px 8px;
    flex-shrink: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(1, 19, 42, 0.03) 0%, transparent 100%);
}

.g3-testimonial-card__photo {
    display: inline-flex;
    padding: 2px;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #ba8b4a, #01132a);
    border-radius: 50%;
}

.g3-testimonial-card__photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.g3-testimonial-card__stars {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto 4px;
}

.g3-testimonial-card__name {
    margin: 0 0 2px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #01132a;
    line-height: 1.25;
}

.g3-testimonial-card__role {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: #ba8b4a;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.g3-testimonial-card__quote {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 8px 12px 10px;
    min-height: 0;
    overflow: hidden;
    background: rgba(186, 139, 74, 0.05);
    border-top: 1px solid rgba(186, 139, 74, 0.15);
}

.g3-testimonial-card__quote-icon {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 1.6rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(186, 139, 74, 0.22);
    pointer-events: none;
}

.g3-testimonial-card__text {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #5a6472;
    font-style: italic;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.g3-testimonial-card__quote .trix-content {
    margin: 0;
    padding: 0 0 0 14px;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #5a6472;
    font-style: italic;
}

.g3-testimonial-card__quote .trix-content>div,
.g3-testimonial-card__quote .trix-content>p {
    margin: 0;
    display: inline;
}

.g3-testimonial-card__quote .trix-content>div+div::before,
.g3-testimonial-card__quote .trix-content>p+p::before {
    content: " ";
}

.g3-testimonial-card__quote .trix-content br:last-child {
    display: none;
}

/* Slick - Testimonials */
.g3-testimonials__slider .slick-prev,
.g3-testimonials__slider .slick-next {
    z-index: 2;
    width: 36px;
    height: 36px;
}

.g3-testimonials__slider .slick-prev {
    left: -44px;
}

.g3-testimonials__slider .slick-next {
    right: -44px;
}

.g3-testimonials__slider .slick-prev:before,
.g3-testimonials__slider .slick-next:before {
    font-size: 32px;
    color: #01132a;
    opacity: 1;
}

.g3-testimonials__slider .slick-dots {
    bottom: 0;
}

.g3-testimonials__slider .slick-dots li button:before {
    font-size: 10px;
    color: #ba8b4a;
    opacity: 0.35;
}

.g3-testimonials__slider .slick-dots li.slick-active button:before {
    color: #ba8b4a;
    opacity: 1;
}

@media (max-width: 1200px) {
    .g3-testimonials__slider .slick-prev {
        left: -8px;
    }

    .g3-testimonials__slider .slick-next {
        right: -8px;
    }
}

@media (max-width: 768px) {
    .g3-testimonials {
        padding: 48px 0 5px;
    }

    .g3-testimonials__title {
        font-size: 1.6rem;
    }

    .g3-testimonials__desc {
        font-size: 0.95rem;
    }
}

/* ——— Benefícios (landing curso) ——— */
.g3-benefits,
.landing-benefits {
    padding: 60px 0;
    background: #F9F8F8;
}

.g3-benefits__header {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 40px;
}

.g3-benefits__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin-bottom: 18px;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.5);
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(1, 19, 42, 0.12);
}

.g3-benefits__eyebrow img {
    width: 56px;
    height: auto;
}

.g3-benefits__eyebrow span {
    color: #ba8b4a;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.g3-benefits__title {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.g3-benefits__highlight {
    color: #ba8b4a;
}

.g3-benefits__desc {
    margin: 0;
    font-size: 1.1rem;
    color: #5a6472;
    line-height: 1.7;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.g3-benefits__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.g3-benefits__divider span {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ba8b4a, transparent);
}

.g3-benefits__divider i {
    width: 10px;
    height: 10px;
    background: #ba8b4a;
    border-radius: 50%;
    flex-shrink: 0;
}

.g3-benefits__grid,
.landing-benefits__grid {
    gap: 1.25rem;
}

.benefit-card {
    position: relative;
    background: #fff;
    color: #01132a;
    border: 1px solid rgba(1, 19, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(1, 19, 42, 0.06);
    height: 100%;
    overflow: hidden;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    border-radius: 1rem 1rem 0 0;
    background: #01132a;
}

.landing-benefits__grid .benefit-card:nth-child(1)::before,
.landing-benefits__grid .benefit-card:nth-child(4)::before,
.g3-benefits__grid .benefit-card:nth-child(1)::before,
.g3-benefits__grid .benefit-card:nth-child(4)::before {
    background: #01132a;
}

.landing-benefits__grid .benefit-card:nth-child(2)::before,
.landing-benefits__grid .benefit-card:nth-child(3)::before,
.g3-benefits__grid .benefit-card:nth-child(2)::before,
.g3-benefits__grid .benefit-card:nth-child(3)::before {
    background: #ba8b4a;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(1, 19, 42, 0.1);
}

.benefit-card--brand,
.benefit-card--green,
.benefit-card--orange,
.benefit-card--purple {
    background: #fff;
}

.benefit-card__icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.25rem;
    background: #01132a;
    border: none;
    color: #ba8b4a;
}

.benefit-card__icon svg {
    width: 26px;
    height: 26px;
}

.benefit-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #01132a;
}

.benefit-card__text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5a6472;
    font-weight: 400;
}

@media (max-width: 768px) {

    .g3-benefits,
    .landing-benefits {
        padding: 48px 0;
    }

    .g3-benefits__title {
        font-size: 1.6rem;
    }

    .g3-benefits__desc {
        font-size: 1rem;
    }

    .benefit-card__title {
        font-size: 1rem;
    }

    .benefit-card__text {
        font-size: 0.82rem;
    }
}

/* ——— Amostra da plataforma (landing curso) ——— */
.g3-samples__header {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 40px;
}

.g3-samples__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin-bottom: 18px;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.5);
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(1, 19, 42, 0.12);
}

.g3-samples__eyebrow img {
    width: 56px;
    height: auto;
}

.g3-samples__eyebrow span {
    color: #ba8b4a;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.g3-samples__title {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.g3-samples__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.g3-samples__divider span {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ba8b4a, transparent);
}

.g3-samples__divider i {
    width: 10px;
    height: 10px;
    background: #ba8b4a;
    border-radius: 50%;
    flex-shrink: 0;
}

.sample-item {
    background: #fff;
    border: 1px solid rgba(1, 19, 42, 0.08);
    box-shadow: 0 4px 16px rgba(1, 19, 42, 0.06);
}

.sample-item:hover {
    box-shadow: 0 8px 24px rgba(1, 19, 42, 0.1);
}

.sample-item__icon {
    background: #01132a;
    color: #ba8b4a;
}

.sample-item--green .sample-item__icon,
.sample-item--blue .sample-item__icon,
.sample-item--purple .sample-item__icon,
.sample-item--yellow .sample-item__icon,
.sample-item--gray .sample-item__icon {
    background: #01132a;
    color: #ba8b4a;
}

.sample-item__heading {
    color: #01132a;
}

.sample-item__text {
    color: #5a6472;
}

.sample-cta-card {
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.25);
    box-shadow: 0 16px 40px rgba(1, 19, 42, 0.2);
}

.sample-cta-card__checks svg {
    color: #ba8b4a;
}

.sample-cta-card__btn:hover {
    background: #ba8b4a;
    color: #fff;
}

@media (max-width: 768px) {
    .g3-samples__title {
        font-size: 1.6rem;
    }
}

/* ——— FAQ (landing curso) ——— */
.g3-faq.landing-faq {
    background: #F9F8F8;
}

.g3-faq__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.g3-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    margin-bottom: 18px;
    background: #01132a;
    border: 1px solid rgba(186, 139, 74, 0.5);
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(1, 19, 42, 0.12);
}

.g3-faq__eyebrow img {
    width: 56px;
    height: auto;
}

.g3-faq__eyebrow span {
    color: #ba8b4a;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.g3-faq__title {
    margin: 0 0 12px;
    font-size: 2rem;
    font-weight: 800;
    color: #01132a;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.g3-faq__highlight {
    color: #ba8b4a;
}

.g3-faq__desc {
    margin: 0;
    font-size: 1.1rem;
    color: #5a6472;
    line-height: 1.7;
}

.g3-faq__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.g3-faq__divider span {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ba8b4a, transparent);
}

.g3-faq__divider i {
    width: 10px;
    height: 10px;
    background: #ba8b4a;
    border-radius: 50%;
    flex-shrink: 0;
}

.landing-faq .faq-item__question {
    color: #01132a;
}

.landing-faq .faq-item__trigger:hover {
    background: rgba(1, 19, 42, 0.03);
}

@media (max-width: 768px) {
    .g3-faq__title {
        font-size: 1.6rem;
    }

    .g3-faq__desc {
        font-size: 1rem;
    }
}

/* ——— Sobre nós ——— */
.about-us__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 1rem;
    border-radius: 50%;
    color: #ba8b4a;
    background: rgba(186, 139, 74, 0.1);
    border: 1px solid rgba(186, 139, 74, 0.25);
}

.about-us .about-us__icon {
    width: 48px;
    height: 48px;
}