body.fratec-seja-aluno-page #masthead,
body.fratec-seja-aluno-page #colophon,
body.fratec-seja-aluno-page .site-header,
body.fratec-seja-aluno-page .site-footer,
body.fratec-seja-aluno-page .ast-breadcrumbs-wrapper,
body.fratec-seja-aluno-page .entry-header,
body.fratec-seja-aluno-page .post-navigation,
body.fratec-seja-aluno-page .comments-area,
body.fratec-seja-aluno-page .sidebar-main,
body.fratec-seja-aluno-page .widget-area {
    display: none !important;
}

 

body.fratec-seja-aluno-page .site-content,
body.fratec-seja-aluno-page .ast-container,
body.fratec-seja-aluno-page #primary,
body.fratec-seja-aluno-page .content-area.primary,
body.fratec-seja-aluno-page .entry-content,
body.fratec-seja-aluno-page .entry-content > .fratec-seja-aluno {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.fratec-seja-aluno-page #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.fratec-seja-aluno {
    --fratec-blue: #2563eb;
    --fratec-blue-dark: #163ea6;
    --fratec-blue-deep: #0f2f86;
    --fratec-blue-soft: #dbeafe;
    --fratec-blue-faint: #eff6ff;
    --fratec-text: #0f172a;
    --fratec-muted: #64748b;
    --fratec-line: #d7e2f1;
    --fratec-disabled: #cbd5e1;
    --fratec-whatsapp: #25d366;
    --fratec-progress-ratio: 0.1667;
    min-height: 100vh;
    color: var(--fratec-text);
    background: transparent;
    font-family: "DM Sans", sans-serif;
    position: relative;
}

.fratec-seja-aluno__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 20px clamp(24px, 6vw, 64px);
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.18);
    position: sticky;
    top: 0;
    z-index: 20;
}

.fratec-seja-aluno__topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(191, 219, 254, 0.95))
        0 0 / calc(var(--fratec-progress-ratio) * 100%) 100% no-repeat;
}

.fratec-seja-aluno__brand {
    display: inline-flex;
    align-items: center;
}

.fratec-seja-aluno__brand-logo {
    display: block;
    width: auto;
    height: clamp(48px, 5vw, 72px);
    max-width: min(240px, 52vw);
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.fratec-seja-aluno__progress {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    backdrop-filter: blur(12px);
}

.fratec-seja-aluno__shell {
    min-height: calc(100vh - 92px);
    padding: clamp(34px, 5vw, 64px) clamp(24px, 6vw, 64px) 80px;
    max-width: 1360px;
    margin: 0 auto;
}

.fratec-seja-aluno__form,
.fratec-seja-aluno__success {
    max-width: 1160px;
    margin: 0 auto;
}

.fratec-seja-aluno__view,
.fratec-seja-aluno__success {
    display: none;
}

.fratec-seja-aluno__view[data-step-index]:not([data-step-index="1"]) {
    position: relative;
    width: min(100%, 1080px);
    margin: 0 auto;
}

.fratec-seja-aluno [hidden] {
    display: none !important;
}

.fratec-seja-aluno__view--active,
.fratec-seja-aluno__success.is-visible {
    display: block;
}

.fratec-seja-aluno__view--animate-forward {
    animation: fratecStepForward 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fratec-seja-aluno__view--animate-backward {
    animation: fratecStepBackward 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > *,
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > *,
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > *,
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > *,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > *,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > *,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > *,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > *,
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > *,
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > * {
    opacity: 0;
    animation: fratecCascadeIn 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__avatar,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__avatar,
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__avatar {
    animation-name: fratecAvatarReveal;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > .fratec-seja-aluno__avatar,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > .fratec-seja-aluno__avatar {
    animation: fratecAvatarSlideToSide 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__avatar img,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__avatar img,
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__avatar img {
    opacity: 0;
    transform: scale(0.84);
    animation: fratecAvatarImageIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(1),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(1),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(1),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(1),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(1),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(1),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(1),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(1),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(1),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(1) {
    animation-delay: 60ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(2),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(2),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(2),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(2),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(2),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(2) {
    animation-delay: 140ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(3),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(3),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(3),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(3),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(3),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(3) {
    animation-delay: 220ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(4),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(4),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(4),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(4),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(4),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(4) {
    animation-delay: 300ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(5),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(5),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(5),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(5),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(5),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(5),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(5),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(5),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(5),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(5) {
    animation-delay: 380ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(6),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > :nth-child(6),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > :nth-child(6),
.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > :nth-child(6),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(6),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > :nth-child(6),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > :nth-child(6),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > :nth-child(6),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > :nth-child(6),
.fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > :nth-child(6) {
    animation-delay: 460ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(2) {
    animation-delay: 560ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(3) {
    animation-delay: 680ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(4) {
    animation-delay: 800ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > :nth-child(5),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > :nth-child(5) {
    animation-delay: 920ms;
}

.fratec-seja-aluno__welcome,
.fratec-seja-aluno__stage {
    display: grid;
    justify-items: start;
    align-content: center;
    gap: 26px;
    width: min(100%, 1080px);
    min-height: calc(100vh - 220px);
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    box-sizing: border-box;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(215, 226, 241, 0.72);
    box-shadow:
        0 24px 60px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
}

.fratec-seja-aluno__hero-copy {
    display: grid;
    gap: 22px;
    align-content: center;
    justify-items: start;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.fratec-seja-aluno__stage--with-assistant {
    position: relative;
    grid-template-columns: 1fr;
    align-items: start;
    padding-right: clamp(280px, 28vw, 360px);
}

.fratec-seja-aluno__view[data-step-index]:not([data-step-index="1"]) .fratec-seja-aluno__stage {
    width: 100%;
    padding-top: clamp(118px, 10vw, 132px);
}

.fratec-seja-aluno__success.is-visible {
    display: grid;
    justify-items: start;
    align-content: center;
    gap: 26px;
    width: min(100%, 1080px);
    min-height: calc(100vh - 220px);
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    box-sizing: border-box;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(215, 226, 241, 0.8);
    box-shadow:
        0 24px 60px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
}

.fratec-seja-aluno__welcome {
    overflow: visible;
    position: relative;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    padding-top: clamp(52px, 5vw, 72px);
    padding-left: clamp(24px, 4vw, 42px);
    padding-right: clamp(300px, 30vw, 390px);
}

.fratec-seja-aluno__avatar {
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 8px solid var(--fratec-blue-dark);
    background: linear-gradient(180deg, #60a5fa 0%, #bfdbfe 100%);
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    box-shadow:
        0 24px 48px rgba(37, 99, 235, 0.2),
        inset 0 12px 26px rgba(255, 255, 255, 0.18);
}

.fratec-seja-aluno__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fratec-seja-aluno__avatar--success {
    width: 190px;
    height: 190px;
}

.fratec-seja-aluno__welcome .fratec-seja-aluno__avatar {
    width: clamp(210px, 19vw, 270px);
    height: clamp(210px, 19vw, 270px);
}

.fratec-seja-aluno__avatar--mobile {
    display: none;
}

.fratec-seja-aluno__avatar--step-side {
    display: block;
    width: 248px;
    height: auto;
    margin: -6rem 0 18px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    place-items: initial;
}

.fratec-seja-aluno__avatar--step-side img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fratec-seja-aluno__assistant-panel {
    position: absolute;
    right: clamp(-54px, -4vw, -18px);
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.fratec-seja-aluno__assistant {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0;
}

.fratec-seja-aluno__assistant img {
    display: block;
    width: min(100%, 420px);
    max-height: 620px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 24px 46px rgba(15, 23, 42, 0.14));
}

.fratec-seja-aluno__assistant--hero {
    position: absolute;
    right: clamp(-50px, -4vw, -24px);
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    justify-content: end;
}

.fratec-seja-aluno__assistant--hero img {
    width: min(100%, 410px);
    max-height: 620px;
}

.fratec-seja-aluno__assistant--side {
    position: absolute;
    right: clamp(-34px, -2.6vw, -10px);
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    margin-bottom: 0;
}

.fratec-seja-aluno__assistant--side img {
    width: min(100%, 240px);
    max-height: 300px;
}

.fratec-seja-aluno__lead {
    margin: 0;
    color: var(--fratec-blue-deep);
    font-size: clamp(1.05rem, 1.3vw, 1.35rem);
    line-height: 1.45;
    font-weight: 600;
}

.fratec-seja-aluno__welcome h1,
.fratec-seja-aluno__stage h2,
.fratec-seja-aluno__success h2 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 3.5vw, 4.7rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: var(--fratec-blue-dark);
}

.fratec-seja-aluno__stage h2,
.fratec-seja-aluno__success h2 {
    font-size: clamp(2.2rem, 3vw, 3.6rem);
}

.fratec-seja-aluno__description {
    margin: 0;
    max-width: 50rem;
    color: var(--fratec-muted);
    font-size: clamp(1.1rem, 1.5vw, 1.42rem);
    line-height: 1.7;
}

.fratec-seja-aluno__typing {
    position: relative;
    display: inline-block;
    min-height: 1em;
}

.fratec-seja-aluno__typing[data-typing-active="true"]::after {
    content: "";
    display: inline-block;
    width: 0.12em;
    height: 0.95em;
    margin-left: 0.12em;
    vertical-align: -0.08em;
    background: currentColor;
    border-radius: 999px;
    animation: fratecTypingCursor 0.9s steps(1) infinite;
}

.fratec-seja-aluno__typing--title[data-typing-active="true"]::after {
    height: 0.88em;
    vertical-align: 0.02em;
}

.fratec-seja-aluno__welcome .fratec-seja-aluno__lead,
.fratec-seja-aluno__welcome .fratec-seja-aluno__description,
.fratec-seja-aluno__welcome h1 {
    text-align: left;
}

@keyframes fratecTypingCursor {
    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

.fratec-seja-aluno__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 760px;
}

.fratec-seja-aluno__list span {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--fratec-line);
    color: var(--fratec-text);
    font-size: 0.98rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fratec-seja-aluno__list span:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.1);
}

.fratec-seja-aluno__back {
    display: inline-grid;
    place-items: center;
    width: 86px;
    height: 86px;
    margin-bottom: 42px;
    border: 1px solid var(--fratec-blue-dark);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--fratec-blue-dark);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fratec-seja-aluno__view[data-step-index]:not([data-step-index="1"]) .fratec-seja-aluno__back {
    position: absolute;
    top: clamp(22px, 3vw, 28px);
    left: clamp(22px, 3vw, 28px);
    margin: 0;
    z-index: 3;
}

.fratec-seja-aluno__back:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.14);
}

.fratec-seja-aluno__back span {
    font-size: 3rem;
    line-height: 1;
}

.fratec-seja-aluno__stack {
    display: grid;
    gap: 20px;
    width: min(100%, 680px);
    overflow: visible;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stack > *,
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stack > * {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    animation: fratecFieldCascadeIn 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stack > :nth-child(1),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stack > :nth-child(1) {
    animation-delay: 320ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stack > :nth-child(2),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stack > :nth-child(2) {
    animation-delay: 520ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stack > :nth-child(3),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stack > :nth-child(3) {
    animation-delay: 720ms;
}

.fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stack > :nth-child(4),
.fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stack > :nth-child(4) {
    animation-delay: 920ms;
}

.fratec-seja-aluno__field {
    display: block;
    width: 100%;
}

.fratec-seja-aluno__field--select {
    position: relative;
    z-index: auto;
    overflow: visible;
}

.fratec-seja-aluno__field--select:focus-within {
    z-index: 200;
}

.fratec-seja-aluno__field--select:has(.fratec-seja-aluno__select.is-open) {
    z-index: 200;
}

.fratec-seja-aluno__field--select select {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.fratec-seja-aluno__select {
    position: relative;
    width: 100%;
}

.fratec-seja-aluno__select.is-invalid .fratec-seja-aluno__select-trigger {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.fratec-seja-aluno__select.is-open {
    z-index: 220;
}

.fratec-seja-aluno__select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 66px;
    padding: 0 28px;
    border: 1px solid var(--fratec-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--fratec-text);
    font: inherit;
    font-size: 1.06rem;
    text-align: left;
    cursor: pointer;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.66);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fratec-seja-aluno__select-trigger:hover {
    transform: none;
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.04),
        0 0 0 3px rgba(37, 99, 235, 0.08);
}

.fratec-seja-aluno__select.is-open .fratec-seja-aluno__select-trigger,
.fratec-seja-aluno__select-trigger:focus-visible {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.14),
        0 18px 34px rgba(37, 99, 235, 0.22);
}

.fratec-seja-aluno__select-trigger:focus {
    outline: none;
    border-color: var(--fratec-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.fratec-seja-aluno__select.is-disabled .fratec-seja-aluno__select-trigger {
    color: var(--fratec-muted);
    background: rgba(248, 250, 252, 0.95);
    cursor: not-allowed;
    transform: none;
}

.fratec-seja-aluno__select-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fratec-seja-aluno__select:not(.has-value) .fratec-seja-aluno__select-label {
    color: var(--fratec-muted);
}

.fratec-seja-aluno__select.is-open .fratec-seja-aluno__select-label,
.fratec-seja-aluno__select-trigger:focus-visible .fratec-seja-aluno__select-label {
    color: #ffffff;
}

.fratec-seja-aluno__select-icon {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
    opacity: 0.72;
}

.fratec-seja-aluno__select.is-open .fratec-seja-aluno__select-icon {
    transform: rotate(-135deg) translateY(-1px);
}

.fratec-seja-aluno__select-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 260;
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--fratec-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    max-height: 260px;
    overflow-y: auto;
}

.fratec-seja-aluno__select.is-open .fratec-seja-aluno__select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fratec-seja-aluno__select-option {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--fratec-text);
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease;
}

.fratec-seja-aluno__select-option:hover,
.fratec-seja-aluno__select-option.is-selected {
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
}

.fratec-seja-aluno__select-option:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fratec-seja-aluno__field input,
.fratec-seja-aluno__field select,
.fratec-seja-aluno__field textarea {
    width: 100%;
    min-height: 66px;
    padding: 0 28px;
    border: 1px solid var(--fratec-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--fratec-text);
    font: inherit;
    font-size: 1.06rem;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.fratec-seja-aluno__field textarea {
    min-height: 160px;
    padding: 22px 28px;
    border-radius: 30px;
    resize: vertical;
}

.fratec-seja-aluno__field input:focus,
.fratec-seja-aluno__field select:focus,
.fratec-seja-aluno__field textarea:focus {
    outline: none;
    border-color: var(--fratec-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.fratec-seja-aluno__primary,
.fratec-seja-aluno__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 28px;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-size: 1.04rem;
    font-weight: 700;
    z-index: -1;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.fratec-seja-aluno__primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(37, 99, 235, 0.22);
}

.fratec-seja-aluno__primary:hover,
.fratec-seja-aluno__secondary:hover {
    transform: translateY(-2px);
}

.fratec-seja-aluno__primary:hover {
    box-shadow: 0 24px 34px rgba(37, 99, 235, 0.28);
}

.fratec-seja-aluno__primary:disabled {
    background: var(--fratec-disabled);
    color: #5f5f5f;
    cursor: not-allowed;
    transform: none;
}

.fratec-seja-aluno__primary--link {
    text-decoration: none;
}

.fratec-seja-aluno__secondary {
    background: var(--fratec-blue-soft);
    color: var(--fratec-blue-dark);
}

.fratec-seja-aluno__selection {
    display: grid;
    gap: 10px;
    width: min(100%, 100%);
    padding: 26px 28px;
    border: 1px solid var(--fratec-line);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, var(--fratec-blue-faint) 100%);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.08);
}

.fratec-seja-aluno__selection strong,
.fratec-seja-aluno__selection em {
    color: var(--fratec-blue-dark);
    font-style: normal;
}

.fratec-seja-aluno__selection span {
    color: var(--fratec-muted);
    line-height: 1.6;
}

.fratec-seja-aluno__selection--success {
    min-height: 220px;
    align-content: start;
}

.fratec-seja-aluno__consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 14px;
    width: min(100%, 680px);
    color: var(--fratec-muted);
    font-size: 1rem;
    line-height: 1.65;
    z-index: -1;
}

.fratec-seja-aluno__consent input {
    margin-top: 5px;
}

.fratec-seja-aluno__feedback {
    margin: 0;
    color: #d93025;
    font-weight: 700;
}

.fratec-seja-aluno__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fratec-seja-aluno__side-label {
    margin: 0 0 14px;
    color: var(--fratec-blue-dark);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.fratec-seja-aluno__stage--split,
.fratec-seja-aluno__success.is-visible {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}

.fratec-seja-aluno__stage-main,
.fratec-seja-aluno__success-main {
    display: grid;
    justify-items: start;
    gap: 24px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.fratec-seja-aluno__stage-side,
.fratec-seja-aluno__success-side {
    align-self: stretch;
    padding-top: 24px;
    position: relative;
    z-index: 1;
}

.fratec-seja-aluno__stage-side {
    position: sticky;
    top: 132px;
}

.fratec-seja-aluno__float-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--fratec-whatsapp);
    color: #ffffff;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    box-shadow: 0 16px 24px rgba(37, 211, 102, 0.32);
}

@keyframes fratecStepForward {
    from {
        opacity: 0;
        transform: translate3d(28px, 0, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fratecStepBackward {
    from {
        opacity: 0;
        transform: translate3d(-22px, 0, 0) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fratecCascadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fratecFieldCascadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 16px, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fratecAvatarReveal {
    from {
        opacity: 0;
        filter: blur(8px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes fratecAvatarSlideToSide {
    0% {
        opacity: 0;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.72);
        filter: blur(10px);
    }

    35% {
        opacity: 1;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.92);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        left: 0;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
    }
}

@keyframes fratecAvatarImageIn {
    from {
        opacity: 0;
        transform: scale(0.84);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > *,
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage > *,
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-main > *,
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__stage-side > *,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > *,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage > *,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-main > *,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__stage-side > *,
    .fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-main > *,
    .fratec-seja-aluno__success.is-visible .fratec-seja-aluno__success-side > *,
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__welcome > .fratec-seja-aluno__avatar,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__welcome > .fratec-seja-aluno__avatar,
    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__avatar img,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__avatar img,
    .fratec-seja-aluno__success.is-visible .fratec-seja-aluno__avatar img {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
.joinchat__button {
    width: 75px !important;
    height: 75px !important;
    font-size: 36px !important;
}
@media (max-width: 768px) {
    .fratec-seja-aluno__topbar {
        min-height: 84px;
        padding: 18px 20px;
    }

    .fratec-seja-aluno__brand-logo {
        height: 46px;
        max-width: 180px;
    }

    .fratec-seja-aluno__shell {
        padding: 125px 20px 88px;
    }

    .fratec-seja-aluno__welcome,
    .fratec-seja-aluno__stage,
    .fratec-seja-aluno__success {
        min-height: calc(100vh - 188px);
    }

    .fratec-seja-aluno__view[data-step-index]:not([data-step-index="1"]) .fratec-seja-aluno__stage {
        padding-top: 96px;
    }

    .fratec-seja-aluno__welcome {
        row-gap: 20px;
        justify-items: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fratec-seja-aluno__hero-copy {
        justify-items: center;
        text-align: center;
        width: 100%;
    }

    .fratec-seja-aluno__avatar--mobile {
        display: grid;
        justify-self: center;
        align-self: start;
        order: -1;
        margin: 0 auto 12px;
        position: absolute;
        top: -5rem;
        z-index: 2;
    }

    .fratec-seja-aluno__avatar--step-side {
        display: none;
    }

    .fratec-seja-aluno__welcome .fratec-seja-aluno__avatar--mobile,
    .fratec-seja-aluno__stage .fratec-seja-aluno__avatar--mobile,
    .fratec-seja-aluno__success .fratec-seja-aluno__avatar--mobile {
        width: 156px;
        height: 156px;
        transform: none;
    }

    .fratec-seja-aluno__avatar--mobile img {
        object-fit: contain;
        object-position: center;
    }

    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__avatar--mobile,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__avatar--mobile,
    .fratec-seja-aluno__success.is-visible .fratec-seja-aluno__avatar--mobile {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .fratec-seja-aluno__view--animate-forward .fratec-seja-aluno__avatar--mobile img,
    .fratec-seja-aluno__view--animate-backward .fratec-seja-aluno__avatar--mobile img,
    .fratec-seja-aluno__success.is-visible .fratec-seja-aluno__avatar--mobile img {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .fratec-seja-aluno__stage--with-assistant,
    .fratec-seja-aluno__stage--split,
    .fratec-seja-aluno__success.is-visible {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-right: 20px;
    }

    .fratec-seja-aluno__assistant,
    .fratec-seja-aluno__assistant--hero,
    .fratec-seja-aluno__assistant--side {
        display: none;
    }

    .fratec-seja-aluno__assistant-panel {
        display: none;
    }

    .fratec-seja-aluno__assistant img,
    .fratec-seja-aluno__assistant--hero img,
    .fratec-seja-aluno__assistant--side img {
        width: min(100%, 220px);
        max-height: 280px;
    }

    .fratec-seja-aluno__welcome,
    .fratec-seja-aluno__stage,
    .fratec-seja-aluno__success.is-visible {
        padding: 20px;
        border-radius: 28px;
    }

    .fratec-seja-aluno__avatar,
    .fratec-seja-aluno__avatar--success {
        width: 124px;
        height: 124px;
        font-size: 2.8rem;
        border-width: 6px;
    }

    .fratec-seja-aluno__success .fratec-seja-aluno__avatar--mobile {
        margin: 0 auto 12px;
        top: -3.4rem;
    }

    .fratec-seja-aluno__success.is-visible {
        padding-top: 86px;
    }

    .fratec-seja-aluno__success-main {
        margin-top: 20px;
    }

    .fratec-seja-aluno__back {
        width: 68px;
        height: 68px;
        margin-bottom: 24px;
    }

    .fratec-seja-aluno__view[data-step-index]:not([data-step-index="1"]) .fratec-seja-aluno__back {
        top: 18px;
        left: 18px;
        margin: 0;
    }

    .fratec-seja-aluno__field input,
    .fratec-seja-aluno__field select,
    .fratec-seja-aluno__field textarea,
    .fratec-seja-aluno__select-trigger,
    .fratec-seja-aluno__primary,
    .fratec-seja-aluno__secondary {
        min-height: 58px;
        z-index: -1;
        font-size: 1rem;
    }

    .fratec-seja-aluno__field--select:focus-within,
    .fratec-seja-aluno__field--select:has(.fratec-seja-aluno__select.is-open) {
        z-index: 260;
    }

    .fratec-seja-aluno__stage-side {
        position: static;
        padding-top: 0;
    }

    .fratec-seja-aluno__actions {
        width: 100%;
    }

    .fratec-seja-aluno__actions .fratec-seja-aluno__primary,
    .fratec-seja-aluno__actions .fratec-seja-aluno__secondary {
        width: 100%;
    z-index: -1;
    }
}

@keyframes fratecAvatarMobileReveal {
    0% {
        opacity: 0;
        left: 50%;
        transform: translate(-50%, -22%) scale(0.7);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
    }
}
