@charset "UTF-8";

.builder-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 13% 18%, rgba(220, 208, 255, .7), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(255, 213, 229, .52), transparent 26%),
        linear-gradient(150deg, #fbfaff 0%, #f8f5ff 50%, #fffafd 100%);
}

.builder-page::before {
    position: fixed;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    opacity: .34;
    background-image:
        linear-gradient(rgba(77, 56, 105, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77, 56, 105, .05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.builder-page-aurora {
    position: fixed;
    z-index: 0;
    width: 420px;
    height: 420px;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .36;
}

.builder-page-aurora-one {
    top: 12%;
    left: -180px;
    background: #bda9ff;
}

.builder-page-aurora-two {
    right: -180px;
    bottom: 2%;
    background: #ffc4df;
}

.builder-nav {
    background: rgba(251, 250, 255, .68);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
}

.builder-nav.is-scrolled {
    border-color: rgba(45, 34, 61, .07);
}

.builder-nav-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #716a7a;
    font-size: 13px;
    font-weight: 650;
    transition: color .2s, transform .2s;
}

.builder-nav-back:hover {
    color: var(--landing-ink);
    transform: translateX(-2px);
}

.builder-main {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 100px);
    padding: 132px 0 86px;
}

.builder-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(610px, 1.22fr);
    align-items: center;
    gap: clamp(55px, 7vw, 104px);
}

.builder-intro {
    position: sticky;
    top: 126px;
    align-self: start;
    padding: 28px 0;
}

.builder-eyebrow,
.builder-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #6e637a;
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.builder-eyebrow {
    padding: 8px 12px;
    border: 1px solid rgba(116, 88, 211, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 8px 26px rgba(89, 64, 133, .06);
    backdrop-filter: blur(12px);
}

.builder-eyebrow > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--landing-purple), var(--landing-pink));
    box-shadow: 0 0 0 5px rgba(118, 89, 246, .09);
}

.builder-intro h1 {
    margin: 26px 0 20px;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 760;
    line-height: .98;
    letter-spacing: -.068em;
}

.builder-intro h1 em {
    color: transparent;
    background: linear-gradient(100deg, #7453f2 5%, #ba68db 54%, #ec7ca1 94%);
    font-family: Georgia, serif;
    font-weight: 500;
    -webkit-background-clip: text;
    background-clip: text;
}

.builder-intro-copy {
    max-width: 545px;
    margin: 0;
    color: var(--landing-muted);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.016em;
}

.builder-promise-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 28px;
}

.builder-promise-row > span {
    min-width: 0;
    display: grid;
    padding: 13px 12px;
    border: 1px solid rgba(53, 39, 70, .07);
    border-radius: 15px;
    background: rgba(255, 255, 255, .55);
    box-shadow: 0 12px 28px rgba(56, 39, 78, .04);
    backdrop-filter: blur(10px);
}

.builder-promise-row i {
    margin-bottom: 7px;
    color: #7859e5;
    font-size: 17px;
}

.builder-promise-row strong {
    font-size: 11px;
}

.builder-promise-row small {
    overflow: hidden;
    color: #948d9b;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.builder-idea-card {
    position: relative;
    min-height: 218px;
    margin: 34px 12px 30px 0;
    padding: 22px;
    overflow: visible;
    border: 1px solid rgba(62, 44, 85, .1);
    border-radius: 25px;
    background:
        radial-gradient(circle at 78% 0, rgba(201, 177, 255, .42), transparent 36%),
        rgba(255, 255, 255, .7);
    box-shadow: 0 28px 65px rgba(75, 52, 102, .12), inset 0 1px 0 #fff;
    backdrop-filter: blur(18px);
}

.builder-idea-card::after {
    position: absolute;
    inset: 7px;
    z-index: -1;
    content: "";
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(121, 91, 230, .06), rgba(239, 124, 178, .04));
}

.builder-idea-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.builder-idea-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #6545e8, #9873f3);
    box-shadow: 0 11px 25px rgba(101, 69, 232, .25);
}

.builder-idea-head > div {
    display: grid;
}

.builder-idea-head small {
    color: #9b94a1;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.builder-idea-head strong {
    font-size: 14px;
}

.builder-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 6px 9px;
    border-radius: 999px;
    color: #56856f;
    background: #ebf8f2;
    font-size: 8px;
    font-weight: 750;
    text-transform: uppercase;
}

.builder-live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5fc495;
    box-shadow: 0 0 0 4px rgba(95, 196, 149, .13);
}

.builder-idea-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.builder-idea-flow span {
    position: relative;
    display: grid;
    place-items: center;
    gap: 8px;
}

.builder-idea-flow b {
    z-index: 1;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #e3dcf1;
    border-radius: 11px;
    color: #785ee1;
    background: #fff;
    box-shadow: 0 7px 16px rgba(66, 43, 93, .08);
    font-size: 9px;
}

.builder-idea-flow span:last-child b {
    color: #fff;
    background: #1b1721;
}

.builder-idea-flow span > i {
    position: absolute;
    top: 16px;
    left: 67%;
    width: 66%;
    height: 1px;
    background: linear-gradient(90deg, #b8a4eb, #e1d8ee);
}

.builder-idea-flow small {
    color: #87808e;
    font-size: 8px;
    font-weight: 700;
}

.builder-floating-note {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid rgba(57, 42, 76, .08);
    border-radius: 10px;
    color: #6d6575;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 12px 25px rgba(66, 45, 93, .11);
    font-size: 8px;
    font-weight: 700;
    animation: builder-float 4s ease-in-out infinite alternate;
}

.builder-floating-note i {
    color: #785ce5;
}

.builder-floating-note-one {
    top: 42%;
    left: -26px;
}

.builder-floating-note-two {
    right: -27px;
    bottom: 14px;
    animation-delay: -1.8s;
}

.builder-intro-note {
    max-width: 520px;
    display: flex;
    gap: 9px;
    margin: 0;
    color: #8b8493;
    font-size: 11px;
    line-height: 1.6;
}

.builder-intro-note i {
    color: #7a5ce4;
}

.builder-workspace {
    position: relative;
    min-height: 700px;
    padding: clamp(26px, 3vw, 40px);
    overflow: hidden;
    border: 1px solid rgba(65, 46, 89, .12);
    border-radius: 31px;
    background: rgba(255, 255, 255, .82);
    box-shadow:
        0 42px 100px rgba(68, 47, 94, .16),
        0 12px 30px rgba(68, 47, 94, .07),
        inset 0 1px 0 rgba(255, 255, 255, .96);
    backdrop-filter: blur(28px);
}

.builder-workspace::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #7052ed, #c16ed6 56%, #f29aaf);
}

.builder-workspace-shine {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 370px;
    height: 370px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 136, 255, .13), transparent 67%);
}

.builder-workspace-header,
.builder-progress-heading,
.builder-actions,
.builder-review-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.builder-workspace-header {
    position: relative;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(54, 40, 70, .08);
}

.builder-kicker {
    color: #785cde;
}

.builder-workspace-header h2 {
    margin: 6px 0 0;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.builder-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border: 1px solid rgba(65, 49, 82, .08);
    border-radius: 10px;
    color: #817987;
    background: rgba(248, 246, 252, .78);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.builder-progress-heading {
    margin-top: 25px;
}

.builder-progress-heading > div {
    display: grid;
}

.builder-progress-heading span {
    color: #958e9b;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.builder-progress-heading strong {
    margin-top: 2px;
    font-size: 12px;
}

#progressPercent {
    color: #7357d9;
    font-size: 12px;
    letter-spacing: 0;
}

.builder-progress {
    height: 5px;
    margin-top: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #eeeaf4;
}

.builder-progress-bar {
    width: 14.285%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6848e8, #9974f2 62%, #d877c3);
    box-shadow: 0 0 14px rgba(113, 80, 226, .25);
    transition: width .35s cubic-bezier(.2, .75, .25, 1);
}

.builder-step-dots {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    margin-top: 12px;
}

.builder-step-dots span {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #aaa3af;
    font-size: 8px;
    transition: color .25s;
}

.builder-step-dots i {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #f0edf4;
    font-style: normal;
    font-size: 7px;
    font-weight: 800;
    transition: color .25s, background .25s, box-shadow .25s;
}

.builder-step-dots .is-active,
.builder-step-dots .is-complete {
    color: #6d53cc;
    font-weight: 700;
}

.builder-step-dots .is-active i {
    color: #fff;
    background: #7354e6;
    box-shadow: 0 5px 12px rgba(115, 84, 230, .24);
}

.builder-step-dots .is-complete i {
    color: #694ed5;
    background: #e9e3ff;
}

.builder-assistant {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 21px;
    padding: 13px 15px;
    border: 1px solid rgba(112, 82, 221, .1);
    border-radius: 15px;
    background: linear-gradient(120deg, rgba(239, 235, 255, .72), rgba(255, 246, 252, .7));
}

.builder-assistant-avatar {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #6244df, #a170ed);
    box-shadow: 0 8px 18px rgba(98, 68, 223, .2);
}

.builder-assistant > div {
    min-width: 0;
    display: grid;
}

.builder-assistant small {
    color: #897c9e;
    font-size: 8px;
    font-weight: 780;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.builder-assistant p {
    margin: 1px 0 0;
    font-size: 11px;
    font-weight: 670;
}

.builder-alert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: -6px 0 18px;
    padding: 12px 14px;
    border: 1px solid;
    border-radius: 13px;
    font-size: 11px;
}

.builder-alert-warning {
    color: #835c13;
    border-color: #f2daa2;
    background: #fff9e8;
}

.builder-alert-danger {
    color: #9c394d;
    border-color: #f0c0ca;
    background: #fff0f3;
}

.builder-alert-success {
    color: #32765b;
    border-color: #bce5d2;
    background: #edfaf4;
}

.builder-steps-frame {
    min-height: 296px;
}

.builder-step {
    display: none;
}

.builder-step.is-active {
    display: block;
    animation: builder-step-in .34s cubic-bezier(.2, .75, .25, 1) both;
}

.builder-field-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
}

.builder-question-number {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(103, 76, 213, .11);
    border-radius: 11px;
    color: #7154df;
    background: #f1edff;
    font-size: 9px;
    font-weight: 800;
}

.builder-field-heading > div {
    min-width: 0;
}

.builder-field-heading label,
.builder-field-title {
    display: block;
    margin: 0;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 740;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.builder-field-heading p {
    margin: 4px 0 0;
    color: #8b8492;
    font-size: 11px;
}

.builder-control,
.builder-input {
    width: 100%;
    border: 1px solid #e1dce7;
    color: var(--landing-ink);
    background: rgba(252, 251, 254, .88);
    font: inherit;
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.builder-control {
    min-height: 150px;
    resize: vertical;
    padding: 16px 17px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1.65;
}

.builder-input {
    height: 43px;
    padding: 0 13px;
    border-radius: 11px;
    font-size: 12px;
}

.builder-control::placeholder,
.builder-input::placeholder {
    color: #aaa3ae;
}

.builder-control:hover,
.builder-input:hover {
    border-color: #cfc6dc;
    background: #fff;
}

.builder-control:focus,
.builder-input:focus {
    border-color: #8b70ea;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(116, 86, 227, .1), 0 8px 22px rgba(75, 52, 102, .06);
}

.builder-control.is-invalid,
.builder-input.is-invalid,
.builder-control:invalid:focus,
.builder-input:invalid:focus {
    border-color: #d85f78;
}

.builder-field-meta {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
    color: #9a939f;
    font-size: 9px;
}

.builder-field-meta i {
    margin-right: 4px;
    color: #8468e4;
}

.builder-field-meta-end {
    justify-content: flex-end;
}

.builder-field-grid,
.builder-type-grid,
.builder-review-grid,
.builder-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.builder-field-block {
    min-width: 0;
}

.builder-field-block > label,
.builder-contact-grid label {
    display: block;
    margin-bottom: 7px;
    color: #514a59;
    font-size: 10px;
    font-weight: 720;
}

.builder-field-block > label i {
    margin-right: 4px;
    color: #785be2;
}

.builder-field-block .builder-control {
    min-height: 130px;
}

.builder-suggestion-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.builder-suggestion-row span {
    padding: 5px 8px;
    border: 1px solid #e5dff0;
    border-radius: 999px;
    color: #776e80;
    background: #faf8fd;
    font-size: 8px;
    font-weight: 680;
}

.builder-type {
    position: relative;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #e2dde8;
    border-radius: 17px;
    background: rgba(251, 250, 253, .8);
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, transform .2s, background .2s;
}

.builder-type:hover {
    border-color: #bfb0e5;
    background: #fff;
    transform: translateY(-2px);
}

.builder-type:has(input:checked) {
    border-color: #8669e5;
    background: linear-gradient(145deg, #f7f4ff, #fffaff);
    box-shadow: 0 13px 28px rgba(92, 63, 136, .1), inset 0 0 0 1px rgba(134, 105, 229, .18);
}

.builder-type input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.builder-type-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1px solid #ddd6e5;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 11px;
}

.builder-type:has(input:checked) .builder-type-check {
    color: #fff;
    border-color: #7658e5;
    background: #7658e5;
}

.builder-type-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 13px;
    font-size: 17px;
}

.builder-type-icon-shared {
    color: #517d6c;
    background: #e6f6ee;
}

.builder-type-icon-private {
    color: #7658dd;
    background: #eee9ff;
}

.builder-type strong {
    font-size: 14px;
}

.builder-type > small {
    margin-top: 5px;
    color: #8c8493;
    font-size: 10px;
    line-height: 1.5;
}

.builder-type-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 18px;
    color: #6d6278;
    font-size: 8px;
    font-weight: 700;
}

.builder-type-detail i {
    color: #8064e3;
}

.builder-type-note {
    margin: 10px 0 0;
    color: #97909c;
    font-size: 9px;
}

.builder-type-note i {
    margin-right: 4px;
    color: #7d61df;
}

.builder-review-grid {
    align-items: start;
}

.builder-review-card,
.builder-contact-card {
    min-width: 0;
    padding: 15px;
    border: 1px solid #e5e0ea;
    border-radius: 15px;
    background: rgba(251, 250, 253, .8);
}

.builder-review-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #ebe7ef;
}

.builder-review-title > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 760;
}

.builder-review-title > span i {
    color: #7658df;
}

.builder-review-title button {
    padding: 0;
    border: 0;
    color: #785be0;
    background: none;
    font-size: 8px;
    font-weight: 700;
    cursor: pointer;
}

.builder-summary {
    max-height: 273px;
    padding: 12px 2px 0;
    overflow: auto;
    color: #706978;
    font-size: 9px;
    line-height: 1.58;
    white-space: pre-wrap;
}

.builder-connected-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 2px 13px;
}

.builder-connected-profile > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #6748dd, #a576eb);
    font-size: 10px;
    font-weight: 780;
}

.builder-connected-profile > div {
    min-width: 0;
    display: grid;
    flex: 1;
}

.builder-connected-profile strong,
.builder-connected-profile small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.builder-connected-profile strong {
    font-size: 11px;
}

.builder-connected-profile small {
    color: #8d8692;
    font-size: 8px;
}

.builder-connected-profile > i {
    color: #55a77e;
}

.builder-account-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 10px;
    color: #756c7c;
    background: #f1edf9;
    font-size: 8px;
    line-height: 1.45;
}

.builder-account-note i {
    color: #795be1;
}

.builder-contact-grid {
    gap: 9px;
    padding-top: 13px;
}

.builder-contact-grid label span {
    color: #aaa3ae;
    font-weight: 500;
}

.builder-contact-wide {
    grid-column: 1 / -1;
}

.builder-password-meter {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px;
}

.builder-password-meter > span {
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #ebe7ee;
}

.builder-password-meter i {
    width: 0;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #da657e;
    transition: width .25s, background .25s;
}

.builder-password-meter small {
    color: #968f9b;
    font-size: 8px;
}

.builder-actions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(54, 40, 70, .08);
}

.builder-button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    font: inherit;
    font-size: 11px;
    font-weight: 720;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.builder-button:hover {
    transform: translateY(-2px);
}

.builder-button-secondary {
    border-color: #e0dae7;
    color: #6e6676;
    background: #fff;
}

.builder-button-primary,
.builder-button-submit {
    color: #fff;
    background: linear-gradient(125deg, #6244ea, #8869f8 60%, #a279f7);
    box-shadow: 0 12px 27px rgba(100, 68, 234, .25), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.builder-button-submit {
    background: linear-gradient(125deg, #17131e, #30263c);
    box-shadow: 0 12px 27px rgba(24, 20, 31, .2);
}

.builder-save-note {
    margin-left: auto;
    color: #a099a4;
    font-size: 8px;
    font-weight: 650;
}

.builder-save-note i {
    margin-right: 4px;
    color: #5aaf87;
}

.builder-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.is-hidden {
    display: none !important;
}

.is-invisible {
    visibility: hidden;
}

.builder-footer {
    position: relative;
    z-index: 2;
    padding: 25px 0 32px;
    border-top: 1px solid rgba(50, 37, 66, .07);
    color: #8c8591;
}

.builder-footer .landing-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.builder-footer .landing-brand {
    color: var(--landing-ink);
    font-size: 18px;
}

.builder-footer .landing-brand-mark {
    width: 26px;
    height: 26px;
    transform: scale(.84);
}

.builder-footer p {
    margin: 0;
    text-align: center;
    font-size: 10px;
}

.builder-footer > div > span {
    font-size: 9px;
}

@keyframes builder-step-in {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes builder-float {
    from { transform: translateY(-3px); }
    to { transform: translateY(5px); }
}

@media (max-width: 1120px) {
    .builder-layout {
        grid-template-columns: minmax(330px, .7fr) minmax(560px, 1.3fr);
        gap: 45px;
    }

    .builder-intro h1 {
        font-size: 53px;
    }

    .builder-promise-row small {
        display: none;
    }
}

@media (max-width: 940px) {
    .builder-main {
        padding-top: 112px;
    }

    .builder-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .builder-intro {
        position: relative;
        top: auto;
        display: grid;
        justify-items: center;
        padding-bottom: 0;
        text-align: center;
    }

    .builder-intro-copy,
    .builder-intro-note {
        max-width: 650px;
    }

    .builder-promise-row,
    .builder-idea-card {
        width: min(620px, 100%);
    }

    .builder-idea-card {
        margin-right: 0;
        text-align: left;
    }

    .builder-workspace {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .builder-nav-back span,
    .builder-nav .landing-link-login {
        display: none;
    }

    .builder-nav-actions {
        gap: 10px;
    }

    .builder-main {
        padding: 98px 0 58px;
    }

    .builder-intro {
        padding-top: 18px;
    }

    .builder-intro h1 {
        margin-top: 21px;
        font-size: clamp(43px, 13.4vw, 62px);
    }

    .builder-intro-copy {
        font-size: 15px;
    }

    .builder-promise-row {
        gap: 6px;
    }

    .builder-promise-row > span {
        padding: 11px 7px;
    }

    .builder-promise-row strong {
        font-size: 9px;
    }

    .builder-floating-note {
        display: none;
    }

    .builder-workspace {
        padding: 25px 18px;
        border-radius: 24px;
    }

    .builder-workspace-header h2 {
        font-size: 25px;
    }

    .builder-step-dots small {
        display: none;
    }

    .builder-step-dots i {
        width: 21px;
        height: 21px;
    }

    .builder-steps-frame {
        min-height: 330px;
    }

    .builder-field-grid,
    .builder-type-grid,
    .builder-review-grid {
        grid-template-columns: 1fr;
    }

    .builder-type {
        min-height: 170px;
    }

    .builder-review-grid {
        max-height: 520px;
        overflow: auto;
        padding-right: 3px;
    }

    .builder-save-note {
        display: none;
    }

    .builder-button {
        padding-inline: 14px;
    }

    .builder-footer .landing-container {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 9px;
    }
}

@media (max-width: 440px) {
    .builder-page .landing-container {
        width: min(100% - 28px, 1240px);
    }

    .builder-nav .landing-button-small {
        min-height: 38px;
        padding-inline: 12px;
    }

    .builder-eyebrow {
        max-width: 100%;
        font-size: 8px;
    }

    .builder-idea-card {
        min-height: 196px;
        padding: 17px 13px;
    }

    .builder-idea-flow {
        margin-top: 32px;
    }

    .builder-workspace {
        margin-inline: -3px;
        padding: 23px 14px;
    }

    .builder-workspace-header h2 {
        font-size: 22px;
    }

    .builder-time {
        display: none;
    }

    .builder-assistant {
        align-items: flex-start;
        padding: 11px;
    }

    .builder-field-heading {
        gap: 9px;
    }

    .builder-question-number {
        width: 31px;
        height: 31px;
    }

    .builder-field-heading label,
    .builder-field-title {
        font-size: 17px;
    }

    .builder-control {
        padding: 13px;
    }

    .builder-contact-grid {
        grid-template-columns: 1fr;
    }

    .builder-contact-wide {
        grid-column: auto;
    }

    .builder-actions {
        gap: 8px;
    }

    .builder-button span {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .builder-step.is-active {
        animation: none;
    }

    .builder-floating-note {
        animation: none;
    }
}

/* Déclinaison du logo Lappli.com : bleu, vert et jaune. */
.builder-page {
    background:
        radial-gradient(circle at 13% 18%, rgba(58, 197, 248, .28), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(253, 216, 47, .2), transparent 26%),
        linear-gradient(150deg, #f8fcfd 0%, #f5faef 52%, #fffdf2 100%);
}

.builder-page-aurora-one {
    background: #72d8f3;
}

.builder-page-aurora-two {
    background: #f8dc57;
}

.builder-intro h1 em {
    background: linear-gradient(100deg, #08a9dc 5%, #82bd35 55%, #f0ad19 94%);
    -webkit-background-clip: text;
    background-clip: text;
}

.builder-eyebrow > span,
.builder-progress-bar,
.builder-workspace::before {
    background: linear-gradient(90deg, #08a9dc, #82bd35 58%, #f0b429);
}

.builder-eyebrow > span {
    box-shadow: 0 0 0 5px rgba(17, 157, 204, .1);
}

.builder-promise-row i,
.builder-floating-note i,
.builder-intro-note i,
.builder-kicker,
#progressPercent,
.builder-field-meta i,
.builder-field-block > label i,
.builder-type-detail i,
.builder-type-note i {
    color: #0a8fb8;
}

.builder-idea-card {
    background:
        radial-gradient(circle at 78% 0, rgba(253, 216, 47, .28), transparent 36%),
        rgba(255, 255, 255, .76);
}

.builder-idea-icon,
.builder-assistant-avatar {
    background: linear-gradient(135deg, #087ca8, #18a8bf);
    box-shadow: 0 11px 25px rgba(8, 124, 168, .23);
}

.builder-idea-flow b,
.builder-step-dots .is-active,
.builder-step-dots .is-complete {
    color: #087fa8;
}

.builder-workspace-shine {
    background: radial-gradient(circle, rgba(58, 197, 248, .16), transparent 67%);
}

.builder-progress-bar {
    box-shadow: 0 0 14px rgba(17, 157, 204, .24);
}

.builder-step-dots .is-active i {
    background: #0b8fb8;
    box-shadow: 0 5px 12px rgba(11, 143, 184, .23);
}

.builder-step-dots .is-complete i {
    color: #4f8d35;
    background: #edf7df;
}

.builder-assistant {
    border-color: rgba(17, 157, 204, .12);
    background: linear-gradient(120deg, rgba(231, 248, 253, .82), rgba(247, 251, 226, .78));
}

.builder-question-number {
    border-color: rgba(17, 157, 204, .14);
    color: #087fa8;
    background: #eaf8fc;
}

.builder-control:focus,
.builder-input:focus {
    border-color: #24a7c8;
    box-shadow: 0 0 0 4px rgba(17, 157, 204, .11), 0 8px 22px rgba(8, 85, 112, .06);
}

.builder-type:has(input:checked) {
    border-color: #42a9bd;
    background: linear-gradient(145deg, #f0fbfd, #fbfced);
    box-shadow: 0 13px 28px rgba(20, 123, 147, .1), inset 0 0 0 1px rgba(66, 169, 189, .18);
}

.builder-type:has(input:checked) .builder-type-check {
    border-color: #0c91b9;
    background: #0c91b9;
}

.builder-type-icon-private {
    color: #b47a09;
    background: #fff7d9;
}

.builder-button-primary {
    background: linear-gradient(125deg, #0879a5, #109cbc 58%, #4d9659);
    box-shadow: 0 12px 27px rgba(8, 121, 165, .24), inset 0 1px 0 rgba(255, 255, 255, .2);
}
