/* Buildora V7.5.5 - Home UX */

.bd-hero {
    min-height: 0;
    align-items: flex-start;
    overflow: visible;
}

.bd-hero::before {
    inset: 10% 0 0;
    pointer-events: none;
}

.bd-hero-content {
    width: min(100%, 840px);
    padding: 42px 24px 54px;
}

.bd-hero h1 {
    font-size: clamp(36px, 4.1vw, 54px);
    letter-spacing: -2px;
    line-height: 1.1;
}

.bd-hero-subtitle {
    margin: 13px auto 25px;
    font-size: 16px;
    line-height: 1.5;
}

.bd-idea-form {
    position: relative;
    padding: 17px;
    border-radius: 20px;
    border-color: #e5dff0;
    box-shadow:
        0 15px 45px rgba(37, 20, 62, .10),
        0 2px 8px rgba(37, 20, 62, .03);
}

.bd-idea-form:focus-within {
    border-color: #bba3ed;
}

.bd-idea-form textarea {
    min-height: 76px;
    padding: 8px;
}

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

.bd-plus {
    transition:
        background .15s ease,
        border-color .15s ease;
}

.bd-plus:hover {
    background: #f5f0ff;
    border-color: #bda8e8;
}

.bd-plus:focus-visible,
.bd-idea-submit:focus-visible,
.bd-idea-mode:focus-visible {
    outline: 2px solid #6d28d9;
    outline-offset: 3px;
}

.bd-plus:disabled {
    opacity: .6;
    cursor: progress;
}

.bd-tools-panel {
    position: absolute;
    z-index: 20;
    top: calc(100% - 6px);
    left: 17px;
    width: min(360px, calc(100% - 34px));
    margin: 0;
    padding: 17px;
    border: 1px solid #e6dcef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(29, 17, 45, .15);
    text-align: left;
}

.bd-tools-panel[hidden],
.bd-tools-actions[hidden] {
    display: none;
}

.bd-tools-panel p {
    margin: 0 0 13px;
    color: #43384e;
    font-size: 13px;
    line-height: 1.55;
}

.bd-tools-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.bd-tools-actions a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid #e1d7ed;
    border-radius: 9px;
    background: #fff;
    color: #6d28d9;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.bd-tools-actions a:first-child {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
}

.bd-tools-actions a:focus-visible {
    outline: 2px solid #6d28d9;
    outline-offset: 3px;
}

.bd-idea-feedback:empty {
    display: none;
}

@media (min-width: 601px) and (max-height: 800px) {
    .bd-hero-content {
        padding-top: 32px;
        padding-bottom: 42px;
    }

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

@media (max-width: 600px) {
    .bd-hero {
        min-height: 0;
    }

    .bd-hero-content {
        padding: 34px 16px 48px;
    }

    .bd-hero h1 {
        font-size: clamp(32px, 9vw, 39px);
        letter-spacing: -1.5px;
    }

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

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

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

    .bd-tools-panel {
        left: 12px;
        width: calc(100% - 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bd-plus {
        transition: none;
    }
}
