/* Buildora V7.5.6 — refinamento visual isolado */

/* Mantém o rótulo disponível para tecnologias assistivas. */
.bd-idea-form .bd-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Hero limpo, sem a névoa roxa anterior. */
.bd-hero {
    min-height: 0;
    background: #faf9fd;
    overflow: visible;
}

.bd-hero::before {
    background: none !important;
    filter: none !important;
    box-shadow: none !important;
}

.bd-hero-content {
    width: min(100%, 900px);
    padding: 26px 24px 43px;
}

.bd-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #6d28d9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.bd-hero-eyebrow::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6d28d9;
}

.bd-hero h1 {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(39px, 4.3vw, 57px);
    line-height: 1.09;
    letter-spacing: -2.7px;
}

.bd-hero h1 span {
    color: #6d28d9;
}

.bd-hero-subtitle {
    max-width: 650px;
    margin: 13px auto 25px;
    color: #615b6c;
    font-size: 16px;
    line-height: 1.55;
}

.bd-idea-form {
    width: 100%;
    padding: 19px;
    border: 1px solid #e5e0ec;
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 16px 45px rgba(31, 22, 48, .09),
        0 2px 5px rgba(31, 22, 48, .025);
}

.bd-idea-intro {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
    text-align: left;
}

.bd-idea-intro strong {
    color: #201b2a;
    font-size: 15px;
    font-weight: 800;
}

.bd-idea-intro span {
    color: #746d7d;
    font-size: 12px;
    line-height: 1.5;
}

.bd-idea-form textarea {
    min-height: 65px;
    padding: 10px 8px;
    font-size: 15px;
}

.bd-idea-toolbar {
    margin-top: 10px;
}

.bd-idea-submit {
    font-weight: 800;
}

/* Telas de notebook. */
@media (min-width: 601px) and (max-height: 800px) {
    .bd-hero-content {
        padding-top: 23px;
        padding-bottom: 35px;
    }

    .bd-hero-eyebrow {
        margin-bottom: 9px;
    }

    .bd-hero-subtitle {
        margin-top: 11px;
        margin-bottom: 21px;
    }
}

/* Celulares. */
@media (max-width: 600px) {
    .bd-hero-content {
        padding: 30px 16px 42px;
    }

    .bd-hero-eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .bd-hero h1 {
        font-size: clamp(35px, 9vw, 43px);
        line-height: 1.13;
        letter-spacing: -1.7px;
    }

    .bd-hero-subtitle {
        margin: 13px auto 23px;
        font-size: 14px;
    }

    .bd-idea-form {
        padding: 15px;
        border-radius: 17px;
    }

    .bd-idea-intro strong {
        font-size: 14px;
    }

    .bd-idea-form textarea {
        min-height: 80px;
    }
}

/* V756_PREMIUM_POLISH_START */

/* Logo oficial no lugar do selo de texto. */
.bd-hero-brand-chip {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    min-height: 0;
    padding: 0;
    margin: 0 12px 12px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.bd-hero-brand-chip img {
    display: block;
    width: 118px;
    max-width: 100%;
    height: auto;
}

.bd-hero-eyebrow {
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 12px;
}

/* Card discreto, sem borda roxa destacada no foco. */
.bd-idea-form,
.bd-idea-form:focus-within {
    position: relative;
    border: 1px solid #ece9f1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 18px 46px rgba(27, 19, 44, 0.065),
        0 3px 12px rgba(27, 19, 44, 0.025);
    overflow: visible;
}

/* Campo de texto refinado. */
.bd-idea-form textarea {
    width: 100%;
    border: 1px solid #e8e5ee;
    border-radius: 15px;
    background: #fcfbfe;
    color: #211b2b;
    box-shadow: none;
    transition:
        border-color .16s ease,
        box-shadow .16s ease;
}

.bd-idea-form textarea:focus,
.bd-idea-form textarea:focus-visible {
    outline: none;
    border-color: #b9a7e6;
    background: #ffffff;
    box-shadow:
        0 0 0 2px rgba(109, 40, 217, .065);
}

/* Controles consistentes. */
.bd-plus,
.bd-idea-mode {
    height: 44px;
    border: 1px solid #e7e3ed;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
}

.bd-plus {
    width: 44px;
    color: #6326d9;
}

.bd-idea-mode {
    min-width: 116px;
    padding: 0 12px;
    color: #292335;
}

.bd-plus:hover,
.bd-idea-mode:hover {
    border-color: #cfc5e7;
    background: #faf8ff;
}

.bd-idea-submit {
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    background: #6326d9;
    box-shadow:
        0 8px 20px rgba(99, 38, 217, .15);
}

.bd-idea-submit:hover {
    background: #5721c5;
    box-shadow:
        0 10px 22px rgba(99, 38, 217, .18);
}

/* O menu expande o próprio card.
   Não fica sobre a seção seguinte. */
.bd-idea-form #bd-tools-panel {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    width: min(400px, 100%);
    max-width: 100%;
    margin: 14px 0 0;
    padding: 16px;
    border: 1px solid #ebe6f2;
    border-radius: 15px;
    background: #ffffff;
    box-shadow:
        0 5px 20px rgba(28, 19, 44, .055);
    backdrop-filter: none;
}

.bd-idea-form #bd-tools-panel[hidden] {
    display: none !important;
}

.bd-tools-panel p {
    margin: 0 0 12px;
    color: #514b5d;
    font-size: 13px;
    line-height: 1.5;
}

.bd-tools-actions a {
    border-radius: 10px;
}

@media (max-width: 600px) {
    .bd-hero-brand-chip {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .bd-hero-brand-chip img {
        width: 112px;
    }

    .bd-hero-eyebrow {
        display: none;
    }

    .bd-idea-form {
        border-radius: 19px;
    }

    .bd-idea-form textarea {
        border-radius: 13px;
    }

    .bd-idea-form #bd-tools-panel {
        width: 100%;
    }
}

/* V756_PREMIUM_POLISH_END */

/* V756_HEADER_LOGO_PATCH_START */


/* Logo oficial completa, com símbolo e lettering. */
.bd-header-full-logo {
    display: block !important;
    width: 178px !important;
    max-width: 178px !important;
    height: auto !important;
    opacity: 1 !important;
    filter: none !important;
    object-fit: contain;
}

/* Controle nativo permanece para o JavaScript antigo,
   mas deixa de ser apresentado visualmente. */
.bd-mode-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 242px;
}

.bd-mode-shell .bd-idea-mode {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.bd-mode-tabs {
    display: inline-flex;
    align-items: center;
    width: 100%;
    gap: 3px;
    padding: 4px;
    border: 1px solid #e6e1ed;
    border-radius: 14px;
    background: #f5f3f8;
}

.bd-mode-tab {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    color: #6a6378;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition:
        background .16s ease,
        border-color .16s ease,
        box-shadow .16s ease,
        color .16s ease;
}

.bd-mode-tab:hover {
    color: #4e21af;
}

.bd-mode-tab.is-active {
    border-color: #e7e0f2;
    background: #fff;
    box-shadow: 0 2px 6px rgba(28, 20, 46, .07);
    color: #5b21b6;
}

.bd-mode-tab:focus-visible {
    outline: 2px solid #6d28d9;
    outline-offset: 2px;
}

.bd-mode-tab:active {
    transform: translateY(1px);
}

/* Mantém o acabamento anterior. */
.bd-idea-form,
.bd-idea-form:focus-within {
    border-color: #ece9f1;
}


/* Menu + compacto, dentro do fluxo do card. */
.bd-idea-form #bd-tools-panel {
    position: static;
    inset: auto;
    box-sizing: border-box;
    display: block;
    width: min(310px, 100%);
    max-width: 100%;
    margin: 8px 0 0;
    padding: 10px 12px;
    border: 1px solid #e9e4f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(27, 19, 44, .05);
    backdrop-filter: none;
}

.bd-idea-form #bd-tools-message {
    margin: 0 0 8px;
    color: #625c70;
    font-size: 12px;
    line-height: 1.4;
}

.bd-idea-form .bd-tools-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.bd-idea-form .bd-tools-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 650;
}

.bd-idea-form #bd-tools-panel[hidden] {
    display: none !important;
}

@media (max-width: 600px) {
    .bd-header-full-logo {
        width: 145px !important;
        max-width: 145px !important;
    }


    .bd-mode-shell {
        min-width: 0;
        flex: 1;
    }

    .bd-mode-tab {
        padding: 0 9px;
    }
}

/* V756_HEADER_LOGO_PATCH_END */

