.buildcore-logo {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.buildcore-logo__mark {
    align-items: center;
    background: linear-gradient(135deg, #f6dfa0 0%, #d4af37 55%, #8f6b14 100%);
    border-radius: 50%;
    color: #111;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    letter-spacing: -0.04em;
    width: 46px;
}

.buildcore-logo__text {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.buildcore-header .main-header__logo img,
.buildcore-footer .footer-logo img {
    display: none;
}

.buildcore-header .main-header__inner {
    gap: 26px;
}

.buildcore-header__right {
    gap: 18px;
}

.buildcore-language-switcher {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
}

.buildcore-language-switcher a {
    color: #fff;
    text-decoration: none;
}

.buildcore-language-switcher a.active,
.buildcore-language-switcher a:hover,
.main-menu .main-menu__list > li > a.current {
    color: #d4af37;
}

.buildcore-header__cta .cilox-btn {
    white-space: nowrap;
}

.buildcore-hero-subtitle {
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 34px;
    max-width: 720px;
}

.buildcore-page-intro {
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.7;
    margin-top: 18px;
    max-width: 850px;
}

.buildcore-alert {
    border-radius: 14px;
    margin-bottom: 20px;
}

.buildcore-topic-list {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.buildcore-topic-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    color: #fff;
    padding: 22px;
}

.buildcore-step-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    height: 100%;
    padding: 28px;
}

.buildcore-step-card__number {
    color: #d4af37;
    display: inline-block;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.buildcore-step-card h3,
.buildcore-step-card p {
    color: #fff;
}

.buildcore-step-card p {
    color: rgba(255,255,255,.72);
}

.client-carousel__one__item.buildcore-capability {
    align-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 64px;
    padding: 0 22px;
    text-align: center;
}

.footer-widget__text {
    margin-top: 22px;
}

@media (max-width: 1199px) {
    .buildcore-header__cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .buildcore-logo__text {
        font-size: 17px;
    }

    .buildcore-language-switcher {
        display: none;
    }

    .buildcore-hero-subtitle {
        font-size: 17px;
    }
}

/* BuildCore v3 - targeted fixes without overriding Cilox components globally */
.project-area .project-card__content > p:not(.project-card__tag) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.55;
}

.project-area .project-card__title {
    color: #18191c;
}

.service-card__text,
.feature-one__hover__content .feature-one__text,
.showcase-one__content__text,
.buildcore-page-intro,
.buildcore-hero-subtitle {
    color: rgba(255, 255, 255, 0.78);
}

.service-one .sec-title__title,
.project-area .sec-title__title,
.showcase-one__content__title,
.cta-one__title {
    color: #ffffff;
}

.funfact-one {
    max-width: 1500px;
}

.funfact-one .funfact-one__top {
    text-align: center;
}

.funfact-one .funfact-one__top__text {
    border-radius: 18px 18px 0 0;
    min-width: 220px;
    text-align: center;
}

.funfact-one__inner {
    padding-left: 42px;
    padding-right: 42px;
    overflow: hidden;
}

.funfact-one__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 44px;
}

.funfact-one__list__item {
    flex: 0 1 calc(33.333% - 44px);
    min-width: 280px;
    max-width: 360px;
}

.funfact-one__list__item + .funfact-one__list__item::after {
    display: none;
}

.funfact-one .funfact-one__list__count {
    color: rgba(24, 25, 28, 0.48);
}

.funfact-one .funfact-one__list__text {
    color: #18191c;
    font-size: 15px;
    line-height: 1.25;
}

.buildcore-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    opacity: 0.92;
}

.buildcore-footer__social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    width: 42px;
}

.buildcore-footer__social a:hover {
    background: #d4af37;
    color: #18191c;
}

.contact-one .contact-one__top__text {
    color: #5f626c;
    max-width: 520px;
}

.contact-one .contact-one__call__title,
.contact-one .contact-one__call__number {
    color: #ffffff;
}

.contact-one .sec-title__title {
    font-size: clamp(38px, 4vw, 70px);
    line-height: 1.08;
}

.main-slider-one__title span {
    word-break: normal;
    overflow-wrap: normal;
}

@media (max-width: 1700px) {
    .buildcore-header__cta {
        display: none;
    }
}

@media (max-width: 1199px) {
    .funfact-one__list__item {
        flex-basis: calc(50% - 34px);
    }
}

@media (max-width: 767px) {
    .funfact-one__inner {
        padding-left: 22px;
        padding-right: 22px;
    }

    .funfact-one__list {
        gap: 26px;
    }

    .funfact-one__list__item {
        flex-basis: 100%;
        min-width: 0;
    }

    .contact-one .sec-title__title {
        font-size: 40px;
    }
}


/* BuildCore v4 - small corrective patch */
.contact-one .contact-one__call {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(24, 25, 28, 0.12);
    color: #18191c;
}

.contact-one .contact-one__call__title,
.contact-one .contact-one__call__number {
    color: #18191c !important;
}

.contact-one .contact-one__call__number:hover {
    color: #8f6b14 !important;
}

.contact-one .contact-one__call__content {
    border-left-color: rgba(24, 25, 28, 0.16);
}

.funfact-one {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}

.funfact-one .funfact-one__top {
    text-align: center;
    margin-bottom: -37px;
}

.funfact-one .funfact-one__top .container {
    display: flex;
    justify-content: center;
}

.funfact-one__inner {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.funfact-one__inner > .container {
    max-width: 1320px;
}

.funfact-one__list {
    align-items: center;
    justify-content: center;
    gap: 22px 34px;
}

.funfact-one__list__item {
    flex: 0 1 360px;
    max-width: 360px;
    min-width: 250px;
    justify-content: center;
}

.funfact-one .funfact-one__list__text {
    color: #18191c;
}

.service-card,
.project-card,
.feature-one__item,
.buildcore-step-card,
.buildcore-topic-card {
    border-radius: 18px;
}

.service-card__thumb,
.project-card__thumb,
.feature-one__item__image,
.about-two__thumb__image,
.about-two__thumb__image-two {
    border-radius: 0;
}

.service-card__icon {
    width: 82px;
    height: 82px;
    border-radius: 50% !important;
    overflow: hidden;
    flex: 0 0 82px;
}

.project-card__content {
    border-radius: 0;
}

.project-area .project-card__title {
    color: #18191c;
}

.project-area .project-card__content > p:not(.project-card__tag) {
    color: rgba(255, 255, 255, 0.82);
}

/* Home slider controls: remove number buttons and keep clean dots + arrows. */
.main-slider-one .buildcore-slider-controls {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 22px 18px 28px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    position: absolute;
    bottom: 50px;
    right: 20%;
    z-index: 20;
    background: rgba(24, 25, 28, 0.18);
    backdrop-filter: blur(4px);
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button {
    width: 9px;
    height: 9px;
    min-width: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button::before,
.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button::after {
    display: none !important;
    content: none !important;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li.slick-active button {
    background: #f5bf3e;
    transform: scale(1.28);
}

.main-slider-one .buildcore-slider-controls .main-slider-one__arrow-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__slick-button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 0;
    background: #fff;
    color: #18191c;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__slick-button:hover {
    background: #f5bf3e;
    color: #18191c;
}

@media (max-width: 1199px) {
    .main-slider-one .buildcore-slider-controls {
        right: 20px;
        bottom: 34px;
    }
}

@media (max-width: 767px) {
    .main-slider-one .buildcore-slider-controls {
        left: 20px;
        right: auto;
        bottom: 24px;
        gap: 18px;
        padding: 14px 16px;
    }

    .main-slider-one .buildcore-slider-controls .main-slider-one__slick-button {
        width: 44px;
        height: 44px;
    }
}

/* BuildCore demo cards readability fix */
.project-area .project-card {
    border-radius: 26px;
    overflow: hidden;
}

.project-area .project-card__thumb {
    min-height: 520px;
}

.project-area .project-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-area .project-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.68) 68%, rgba(0,0,0,0.88) 100%);
    z-index: 1;
    pointer-events: none;
}

.project-area .project-card__content {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 120px 22px 24px;
    z-index: 3;
    gap: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 28%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.92) 100%);
}

.project-area .project-card__tag {
    color: #18191c;
    background: #d4af37;
    border-radius: 0;
    padding: 9px 16px;
    margin-bottom: 0;
}

.project-area .project-card__title {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.84);
    padding: 14px 18px;
    display: inline-block;
    max-width: calc(100% - 20px);
    margin-bottom: 0;
}

.project-area .project-card__content > p:not(.project-card__tag) {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.84);
    padding: 12px 18px 14px;
    display: inline-block;
    max-width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .project-area .project-card__thumb {
        min-height: 460px;
    }

    .project-area .project-card__content {
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .project-area .project-card__thumb {
        min-height: 400px;
    }

    .project-area .project-card__content {
        padding: 100px 18px 18px;
    }

    .project-area .project-card__title,
    .project-area .project-card__content > p:not(.project-card__tag) {
        max-width: 100%;
    }
}

/* BuildCore v5 - demo system links and APK download CTAs */
.buildcore-demo-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.project-area .project-card__content .buildcore-demo-card__action,
.project-area .project-card__content .buildcore-demo-card__pending {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.01em;
    line-height: 1;
    min-height: 42px;
    padding: 13px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.project-area .project-card__content .buildcore-demo-card__action {
    background: #d4af37;
    color: #18191c;
}

.project-area .project-card__content .buildcore-demo-card__action:hover {
    background: #ffffff;
    color: #18191c;
}

.project-area .project-card__content .buildcore-demo-card__action--secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.project-area .project-card__content .buildcore-demo-card__action--secondary:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.project-area .project-card__content .buildcore-demo-card__pending {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.80);
}

@media (max-width: 767px) {
    .buildcore-demo-card__actions {
        flex-direction: column;
    }

    .project-area .project-card__content .buildcore-demo-card__action,
    .project-area .project-card__content .buildcore-demo-card__pending {
        width: 100%;
    }
}

/* BuildCore v5 - mantém o cartão de e-mail legível em telas pequenas. */
.contact-one .contact-one__call {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.contact-one .contact-one__call__icon {
    flex: 0 0 auto;
}

.contact-one .contact-one__call__content {
    min-width: 0;
}

.contact-one .contact-one__call__number {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-transform: none !important;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 575px) {
    .contact-one .contact-one__call {
        align-items: center;
        display: flex;
        padding: 18px 16px;
        width: 100%;
    }

    .contact-one .contact-one__call__icon {
        font-size: 30px;
        text-align: center;
        width: 42px;
    }

    .contact-one .contact-one__call__content {
        margin-left: 14px;
        padding-left: 14px;
    }

    .contact-one .contact-one__call__title {
        font-size: 9px;
        letter-spacing: 0.02em;
    }

    .contact-one .contact-one__call__number {
        font-size: 13px;
        line-height: 1.3;
    }
}

/* BuildCore v6 - evita overflow dos diferenciais na página Sobre.
   O template original foi pensado para 2 itens; a BuildCore usa 4 diferenciais. */
.about-two .about-two__feature__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 22px 28px;
    max-width: 100%;
    overflow: hidden;
}

.about-two .about-two__feature__list::after {
    display: none;
}

.about-two .about-two__feature__list__item {
    align-items: flex-start;
    flex: 1 1 calc(50% - 14px);
    gap: 16px;
    max-width: none;
    min-width: 240px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.about-two .about-two__feature__list .about-two__icon {
    flex: 0 0 auto;
    line-height: 1;
}

@media (max-width: 1199px) {
    .about-two .about-two__feature__list {
        gap: 18px 22px;
    }

    .about-two .about-two__feature__list__item {
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    .about-two .about-two__feature__list {
        flex-direction: column;
        gap: 16px;
    }

    .about-two .about-two__feature__list__item {
        flex: 1 1 100%;
        font-size: 16px;
        line-height: 1.25;
        min-width: 0;
        width: 100%;
    }

    .about-two .about-two__feature__list .about-two__icon {
        font-size: 46px;
    }
}

/* BuildCore v8 - formulário de contato persistente com captcha próprio. */
.buildcore-honeypot {
    height: 0 !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    width: 0 !important;
}

.buildcore-captcha {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 22px;
    padding: 18px;
}

.buildcore-captcha__label {
    color: #18191c;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.buildcore-captcha__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.buildcore-captcha__image {
    border: 1px solid rgba(24, 25, 28, 0.10);
    border-radius: 16px;
    display: block;
    height: 56px;
    max-width: 100%;
    object-fit: contain;
    width: 180px;
}

.buildcore-captcha__refresh {
    background: #18191c;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    min-height: 42px;
    padding: 12px 16px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.buildcore-captcha__refresh:hover {
    background: #d4af37;
    color: #18191c;
}

.buildcore-captcha__input {
    background: #ffffff !important;
    border: 1px solid rgba(24, 25, 28, 0.10) !important;
    border-radius: 16px !important;
    color: #18191c !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    height: 58px !important;
    letter-spacing: 0.16em;
    padding: 0 18px !important;
    text-transform: uppercase;
    width: 100% !important;
}

.buildcore-captcha__help {
    color: #5f626c;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .buildcore-captcha {
        padding: 14px;
    }

    .buildcore-captcha__row {
        align-items: stretch;
        flex-direction: column;
    }

    .buildcore-captcha__image,
    .buildcore-captcha__refresh {
        width: 100%;
    }
}


/* BuildCore v10 - AJAX contact form, phone mask and consistent field styling. */
.form-one input[type="tel"] {
    background-color: var(--cilox-white, #ffffff);
    border: none;
    color: var(--cilox-text, #686a6f);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.form-one input[type="tel"]::placeholder {
    color: var(--cilox-text, #686a6f);
    opacity: 1;
}

.buildcore-form-message,
.buildcore-alert {
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 22px;
    padding: 18px 20px;
}

.buildcore-form-message[hidden] {
    display: none !important;
}

.buildcore-form-message--success {
    background: rgba(14, 126, 72, 0.12);
    border: 1px solid rgba(14, 126, 72, 0.32);
    color: #0d5d37;
}

.buildcore-form-message--error {
    background: rgba(185, 28, 28, 0.14);
    border: 1px solid rgba(185, 28, 28, 0.32);
    color: #6f1111;
}

.buildcore-form-message--info {
    background: rgba(24, 25, 28, 0.08);
    border: 1px solid rgba(24, 25, 28, 0.12);
    color: #18191c;
}

.buildcore-contact-submit:disabled {
    cursor: wait;
    opacity: 0.78;
}

.buildcore-submit-spinner {
    animation: buildcore-spin 0.8s linear infinite;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    display: none;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.buildcore-contact-form.is-submitting .buildcore-submit-spinner {
    display: inline-block;
}

@keyframes buildcore-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 575px) {
    .buildcore-form-message,
    .buildcore-alert {
        font-size: 14px;
        padding: 16px;
    }
}

/* BuildCore Suite demo highlight - public commercial proof section. */
.buildcore-suite-demo {
    background: #111316;
    position: relative;
    z-index: 1;
}

.buildcore-suite-demo .container {
    position: relative;
    z-index: 2;
}

.buildcore-suite-demo__panel {
    background:
        radial-gradient(circle at 8% 0%, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 28%),
        linear-gradient(135deg, rgba(8, 10, 14, 0.96) 0%, rgba(16, 19, 24, 0.98) 54%, rgba(25, 25, 22, 0.98) 100%);
    border: 1px solid rgba(212, 175, 55, 0.20);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 54px;
}

.buildcore-suite-demo__eyebrow {
    align-items: center;
    color: #d4af37;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0.10em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.buildcore-suite-demo__eyebrow::before {
    background: #d4af37;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
}

.buildcore-suite-demo__title {
    color: #ffffff;
    font-size: clamp(36px, 5vw, 74px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.02;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.buildcore-suite-demo__subtitle {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.55;
    margin-bottom: 18px;
}

.buildcore-suite-demo__text {
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.buildcore-suite-demo__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.buildcore-suite-demo__primary-cta {
    white-space: nowrap;
}

.buildcore-suite-demo__secondary-cta {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    min-height: 58px;
    padding: 0 26px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.buildcore-suite-demo__secondary-cta:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: rgba(212, 175, 55, 0.55);
    color: #d4af37;
}

.buildcore-suite-demo__modules {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    padding: 34px;
}

.buildcore-suite-demo__modules h3,
.buildcore-suite-demo__access-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.buildcore-suite-demo__module-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buildcore-suite-demo__module-grid span {
    align-items: center;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    min-height: 58px;
    padding: 14px 16px;
}

.buildcore-suite-demo__module-grid span::before {
    background: #d4af37;
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 7px;
    margin-right: 10px;
    width: 7px;
}

.buildcore-suite-demo__access {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    margin-top: 46px;
    padding-top: 42px;
}

.buildcore-suite-demo__access-header {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.buildcore-suite-demo__access-header h3 {
    margin-bottom: 0;
}

.buildcore-suite-demo__access-header p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
}

.buildcore-suite-demo__access-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    height: 100%;
    padding: 24px;
}

.buildcore-suite-demo__access-card h4 {
    color: #18191c;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.buildcore-suite-demo__access-card dl,
.buildcore-suite-demo__access-card dt,
.buildcore-suite-demo__access-card dd {
    margin: 0;
}

.buildcore-suite-demo__access-card dl {
    display: grid;
    gap: 14px;
}

.buildcore-suite-demo__access-card dt {
    color: #686a6f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.buildcore-suite-demo__access-card dd {
    color: #18191c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.buildcore-suite-demo__access-card code {
    background: rgba(24, 25, 28, 0.07);
    border: 1px solid rgba(24, 25, 28, 0.08);
    border-radius: 10px;
    color: #18191c;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 6px 9px;
    user-select: all;
    word-break: break-word;
}

@media (max-width: 1199px) {
    .buildcore-suite-demo__panel {
        padding: 42px;
    }

    .buildcore-suite-demo__access-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .buildcore-suite-demo__panel {
        border-radius: 22px;
        padding: 28px 20px;
    }

    .buildcore-suite-demo__title {
        font-size: 38px;
    }

    .buildcore-suite-demo__subtitle {
        font-size: 18px;
    }

    .buildcore-suite-demo__primary-cta,
    .buildcore-suite-demo__secondary-cta {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .buildcore-suite-demo__modules {
        padding: 24px 18px;
    }

    .buildcore-suite-demo__module-grid {
        grid-template-columns: 1fr;
    }

    .buildcore-suite-demo__access {
        margin-top: 34px;
        padding-top: 34px;
    }
}


/* BuildCore LGPD / cookies consent bar */
.buildcore-lgpd-consent[hidden] {
    display: none !important;
}

.buildcore-lgpd-consent {
    bottom: 22px;
    left: 0;
    padding: 0 18px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.buildcore-lgpd-consent__inner {
    align-items: center;
    background:
        radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 32%),
        linear-gradient(135deg, rgba(9, 11, 15, 0.98) 0%, rgba(18, 20, 24, 0.98) 100%);
    border: 1px solid rgba(212, 175, 55, 0.30);
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 22px 24px;
}

.buildcore-lgpd-consent__content {
    max-width: 760px;
}

.buildcore-lgpd-consent__eyebrow {
    color: #d4af37;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.buildcore-lgpd-consent__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 6px;
}

.buildcore-lgpd-consent__text {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.buildcore-lgpd-consent__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.buildcore-lgpd-consent__link,
.buildcore-lgpd-consent__button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.buildcore-lgpd-consent__link {
    color: #d4af37;
}

.buildcore-lgpd-consent__link:hover {
    color: #ffffff;
}

.buildcore-lgpd-consent__button {
    cursor: pointer;
}

.buildcore-lgpd-consent__button--primary {
    background: #d4af37;
    border: 1px solid #d4af37;
    color: #111316;
}

.buildcore-lgpd-consent__button--primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111316;
}

.buildcore-lgpd-consent__button--secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.buildcore-lgpd-consent__button--secondary:hover {
    border-color: rgba(212, 175, 55, 0.55);
    color: #d4af37;
}

.buildcore-privacy-policy {
    background: #111316;
}

.buildcore-privacy-policy__panel {
    background:
        radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0) 34%),
        linear-gradient(135deg, rgba(8, 10, 14, 0.98) 0%, rgba(16, 19, 24, 0.98) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 28px;
    padding: 54px;
}

.buildcore-privacy-policy__eyebrow {
    color: #d4af37;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.buildcore-privacy-policy__intro h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.buildcore-privacy-policy__intro p,
.buildcore-privacy-policy__section p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.8;
}

.buildcore-privacy-policy__content {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.buildcore-privacy-policy__section {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    padding: 26px;
}

.buildcore-privacy-policy__section h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .buildcore-lgpd-consent__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .buildcore-lgpd-consent__actions {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .buildcore-lgpd-consent {
        bottom: 12px;
        padding: 0 12px;
    }

    .buildcore-lgpd-consent__inner {
        border-radius: 18px;
        padding: 18px;
    }

    .buildcore-lgpd-consent__actions,
    .buildcore-lgpd-consent__link,
    .buildcore-lgpd-consent__button {
        width: 100%;
    }

    .buildcore-privacy-policy__panel {
        border-radius: 22px;
        padding: 30px 20px;
    }
}


/* --------------------------------------------------------------------------
   BuildCore hotfix: about images, footer socials and privacy link
   -------------------------------------------------------------------------- */

/* About images were replaced by large 4:3 generated assets. Keep the original
   Cilox proportions so they do not escape the column or cover other sections. */
.about-two__thumb {
    position: relative !important;
    max-width: 570px !important;
    overflow: visible !important;
}

.about-two__thumb__image,
.about-two__thumb__image-two {
    overflow: hidden !important;
}

.about-two__thumb__image {
    max-width: 450px !important;
}

.about-two__thumb__image-two {
    max-width: 301px !important;
}

.about-two__thumb__image img,
.about-two__thumb__image-two img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* Hide social media icons until official social profiles are ready. */
.buildcore-footer__social,
.footer-widget--about .buildcore-footer__social {
    display: none !important;
}

/* Keep the footer privacy label visible even if older translation/cache leaks. */
.buildcore-footer .footer-widget__links a {
    word-break: normal;
}

@media (max-width: 991px) {
    .about-two__thumb {
        max-width: 100% !important;
    }

    .about-two__thumb__image,
    .about-two__thumb__image-two {
        max-width: 100% !important;
    }
}


/* --------------------------------------------------------------------------
   BuildCore hotfix: restore secondary About image
   --------------------------------------------------------------------------
   Corrige regressão onde a imagem secundária da seção Sobre ficou oculta.
   Escopo limitado a .about-two para não afetar hero, cards, demos, LGPD ou footer.
*/
.about-two .about-two__thumb__image-two {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3 !important;
    width: 301px !important;
    max-width: 54% !important;
    height: 321px !important;
    margin: 0 !important;
    overflow: hidden !important;
    text-align: right !important;
}

.about-two .about-two__thumb__image-two > img {
    border: 0 !important;
    display: block !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
}

.about-two .about-two__thumb {
    max-width: 570px !important;
    min-height: 606px !important;
    overflow: visible !important;
    position: relative !important;
}

.about-two .about-two__thumb__image {
    height: 606px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    width: 450px !important;
}

.about-two .about-two__thumb__image > img {
    display: block !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

@media (max-width: 991px) {
    .about-two .about-two__thumb {
        min-height: auto !important;
    }

    .about-two .about-two__thumb__image {
        aspect-ratio: 450 / 606 !important;
        height: auto !important;
        width: 100% !important;
    }

    .about-two .about-two__thumb__image-two {
        aspect-ratio: 301 / 321 !important;
        height: auto !important;
        margin: -145px 0 0 auto !important;
        max-width: 72% !important;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: min(301px, 72%) !important;
    }
}

@media (max-width: 575px) {
    .about-two .about-two__thumb__image-two {
        margin-top: 16px !important;
        max-width: 82% !important;
        width: 82% !important;
    }
}

/* --------------------------------------------------------------------------
   BuildCore final patch: premium About composition + static CTA arrow
   --------------------------------------------------------------------------
   Escopo limitado aos componentes finais solicitados: seção About/Sobre e
   círculo amarelo do CTA. Mantém imagens atuais e evita regressões globais.
*/

/* About/Sobre: recupera a composição premium com segunda imagem sobreposta e borda. */
.about-two .about-two__thumb {
    max-width: 570px !important;
    min-height: 702px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

.about-two .about-two__thumb__image {
    height: 606px !important;
    max-width: 79% !important;
    overflow: hidden !important;
    position: relative !important;
    width: 450px !important;
    z-index: 1 !important;
}

.about-two .about-two__thumb__image > img {
    display: block !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

.about-two .about-two__thumb__image-two {
    bottom: auto !important;
    display: block !important;
    height: 321px !important;
    margin: 0 !important;
    max-width: 54% !important;
    opacity: 1 !important;
    overflow: visible !important;
    position: absolute !important;
    right: 0 !important;
    text-align: right !important;
    top: 381px !important;
    visibility: visible !important;
    width: 301px !important;
    z-index: 3 !important;
}

.about-two .about-two__thumb__image-two > img {
    border: 15px solid #ffffff !important;
    /*border-bottom: 0 !important;
    border-right: 0 !important;*/
    box-sizing: border-box !important;
    display: block !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
}

/* CTA: círculo amarelo sempre centralizado, inclusive no hover do bloco. */
.cta-one .cta-one__top {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -85px !important;
    margin-bottom: 50px !important;
    min-height: 175px !important;
    padding-left: 0 !important;
    position: relative !important;
}

.cta-one .cta-one__top__btn,
.cta-one .cta-one__top__btn:hover,
.cta-one .cta-one__top__btn:focus,
.cta-one .cta-one__top__btn:active,
.cta-one:hover .cta-one__top__btn {
    align-items: center !important;
    aspect-ratio: 1 / 1 !important;
    background-color: var(--cilox-base, #f5bf3e) !important;
    border-radius: 50% !important;
    bottom: auto !important;
    display: inline-flex !important;
    height: 175px !important;
    justify-content: center !important;
    left: auto !important;
    margin: 0 !important;
    min-height: 175px !important;
    min-width: 175px !important;
    overflow: hidden !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    transition: background-color 180ms ease, box-shadow 180ms ease !important;
    width: 175px !important;
}

.cta-one .cta-one__top__btn:hover,
.cta-one:hover .cta-one__top__btn:hover {
    box-shadow: 0 18px 42px rgba(245, 191, 62, 0.26) !important;
    transform: none !important;
}

.cta-one .cta-one__top__btn img,
.cta-one .cta-one__top__btn:hover img,
.cta-one:hover .cta-one__top__btn img {
    display: block !important;
    height: auto !important;
    max-width: 58px !important;
    object-fit: contain !important;
    transform: none !important;
    width: 58px !important;
}

@media (max-width: 991px) {
    .about-two .about-two__thumb {
        max-width: 100% !important;
        min-height: auto !important;
    }

    .about-two .about-two__thumb__image {
        aspect-ratio: 450 / 606 !important;
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .about-two .about-two__thumb__image-two {
        aspect-ratio: 301 / 321 !important;
        bottom: auto !important;
        height: auto !important;
        margin: -145px 0 0 auto !important;
        max-width: 72% !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: min(301px, 72%) !important;
    }
}

@media (max-width: 575px) {
    .about-two .about-two__thumb__image-two {
        margin: 16px auto 0 !important;
        max-width: 82% !important;
        width: min(301px, 82%) !important;
    }

    .cta-one .cta-one__top {
        margin-top: -65px !important;
        min-height: 140px !important;
    }

    .cta-one .cta-one__top__btn,
    .cta-one .cta-one__top__btn:hover,
    .cta-one .cta-one__top__btn:focus,
    .cta-one .cta-one__top__btn:active,
    .cta-one:hover .cta-one__top__btn {
        height: 140px !important;
        min-height: 140px !important;
        min-width: 140px !important;
        width: 140px !important;
    }

    .cta-one .cta-one__top__btn img,
    .cta-one .cta-one__top__btn:hover img,
    .cta-one:hover .cta-one__top__btn img {
        max-width: 48px !important;
        width: 48px !important;
    }
}
