@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Satoshi Regular"), local("Satoshi"), url("fonts/Satoshi-Regular-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Satoshi Medium"), local("Satoshi"), url("fonts/Satoshi-Medium-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Satoshi Medium Italic"), local("Satoshi"), url("fonts/Satoshi-MediumItalic-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Satoshi Bold"), local("Satoshi"), url("fonts/Satoshi-Bold-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Satoshi Bold Italic"), local("Satoshi"), url("fonts/Satoshi-BoldItalic-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Satoshi Black"), local("Satoshi"), url("fonts/Satoshi-Black-latin.woff2") format("woff2");
}

:root {
  --background-color: #F3F3F1;
  --light-bg: #F7F7F8;
  --white-bg: #fff;
  --text-color: #292929;
  --text-color-dark-light: rgba(41, 41, 41, 0.5);
  --text-color-light-med: rgba(243, 243, 241, 0.5);
  --text-color-light: rgba(243, 243, 241, 0.7);
  --user-bubble: #DCDCD6;
  --border-color: #cccccc;
  --border-color-opacity: rgba(204, 204, 204, 0.5);
  --border-color-dark: #42423D;
  --contrast: #1B1B18;
  --contrast-text: #ffffff;
  --med-dark-text: #262626;
  --med-text: #676767;
  --med-light-text: #3D3D3D;
  --light-text: #8e8e8e;
  --sidebar-border-color: #e3e3e3;
  --black-shadow: rgba(0, 0, 0, 0.14);

  --color-green-slanter: #969640;

  --file-btn-mobile-bg: #DCDCD6;

  --mobile-quiz-bg: rgba(255, 255, 255, 0.35);
  --mobile-quiz-pill: rgba(41, 41, 41, 0.42);

  --thinking-gradient: rgba(255, 255, 255, 0.7);

  --sidebar-controls: rgba(0, 0, 0, 0.35);
  
  --image-controls: #ffffff;

  --circle-bg-correct: rgba(113, 196, 58, 0.3);
  --circle-bg-wrong: rgba(224, 62, 51, 0.3);
  
  --green-text: #71C43A;
  --green-border: rgba(113, 196, 58, 0.6);
  --green-bg-transp: rgba(113, 196, 58, 0.1);
  --green-bg-not-transp: #DEF1E9;

  --blue-accent: #3471c7;
  --blue-accent-light: hsla(215, 70%, 51%, 0.15);
  --blue-accent-med: rgba(43, 116, 217, 0.30);
  --blue-accent-med-bg: #B3D5F4;
  --blue-accent-dark: #3471c7;

  --input-box-bg: #F6F6F7;
  --input-border: #E8E8E9;
  --darker-box-bg: #fff;

  --hover-color: #41413E;
  --darker-hover-color: rgba(0, 0, 0, 0.14);

  --red-bg: #fde8e6;
  --red-text: #e03e33;
  --red-bg-transp: rgba(224, 62, 51, 0.15);
  --red-bg-not-transp: #FAE2E0;

  --disabled-bg: #F2F2F2;
  --disabled-text: #4C4C4C;
  --skeleton-base: #e4e8ed;
  --skeleton-highlight: #f3f6f9;
  --invite-skeleton-base: #e4e8ed;
  --invite-skeleton-highlight: #f3f6f9;
}

:root[data-skeleton-theme="dark"] {
  --invite-skeleton-base: #31353a;
  --invite-skeleton-highlight: #42474e;
}

:root[data-skeleton-theme="light"] {
  --invite-skeleton-base: #e4e8ed;
  --invite-skeleton-highlight: #f3f6f9;
}



html {
  color: var(--text-color);
  font-family: 'Satoshi', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: var(--background-color);
}

body {
    margin: 0;
}

.hidden{
    display: none !important;
}

.right{
    margin-left: auto;
}

.page-transition-overlay {
    position: fixed;
    inset: 0;
    background-color: var(--background-color);
    opacity: 0;
    pointer-events: none;
    z-index: 2147483647;
    transition: opacity 360ms ease;
    will-change: opacity;
}

.page-transition-overlay.is-visible {
    opacity: 1;
}

.auth-step-transition-box {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background-color: var(--background-color);
    opacity: 0;
    pointer-events: none;
    z-index: 4;
    transition: opacity 260ms ease;
    will-change: opacity;
}

.auth-step-transition-box.is-visible {
    opacity: 1;
}

.serif_text{
    font-family: 'Artifex CF', serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.large{
    font-family: 'Artifex CF', serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.xlarge{
    font-family: 'Artifex CF', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--text-color);
}

.serif_text.xxlarge{
    font-family: 'Artifex CF', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--text-color);
}

.achieve_heading{
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.34em;
}

.achieve_heading_fixed{
    flex: 0 0 auto;
}

.achieve_heading_dot{
    margin-left: -0.22em;
}

.achieve_word_swap{
    color: var(--background-color);
    background: var(--color-green-slanter);
    display: inline-grid;
    grid-template-columns: auto;
    padding: 5px 10px;
    padding-bottom: 1px;
    border-radius: 4px;
    position: relative;
    display: inline-grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: max-content;
    justify-items: start;
    align-items: start;
    overflow: hidden;
    height: 1.1em;
    vertical-align: baseline;
    text-align: left;
    transition: none;
}

.achieve_word_swap.is-live{
    transition: width 0.36s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.achieve_word_layer{
    grid-area: 1 / 1;
    display: block;
    white-space: nowrap;
    text-align: left;
    transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.42s ease;
    will-change: transform, opacity;
}

.achieve_word_swap.is-resetting .achieve_word_layer{
    transition: none !important;
}

.achieve_word_layer.current{
    transform: translateY(0%);
    opacity: 1;
}

.achieve_word_layer.next{
    transform: translateY(-115%);
    opacity: 0;
}

.achieve_word_swap.is-animating .achieve_word_layer.current{
    transform: translateY(115%);
    opacity: 0;
}

.achieve_word_swap.is-animating .achieve_word_layer.next{
    transform: translateY(0%);
    opacity: 1;
}

.serif_text.large.bold{
    font-weight: 500;
}

.serif_text.large.center{
    text-align: center;
}


.serif_text.med.width{
    max-width: 340px;
}

.sans_serif_text{
    position: relative;
    font-family: 'Satoshi', serif;
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.3;
    transition: color 0.2s ease;
}

.sans_serif_text.light{
    font-size: 1rem;
    opacity: 0.9;
}

.sans_serif_text.xlarge{
    font-family: 'Satoshi', serif;
    font-size: 1.3rem;
    max-width: 670px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}


.sans_serif_text.large{
    font-family: 'Satoshi', serif;
    font-size: 1.2rem;
    text-align: center;
    max-width: 600px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}

.sans_serif_text.large.left{
    font-family: 'Satoshi', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    color: var(--med-text);
    margin-top: 35px;
    line-height: 1.3;
}

.sans_serif_text.slighly_smaller{
    font-family: 'Satoshi', serif;
    font-size: 1rem;
    text-align: left;
    max-width: 600px;
    color: var(--text-color);
    line-height: 1.3;
}

.sans_serif_text.slighly_smaller.grey{
    color: var(--text-color-dark-light);
}

.sans_serif_text.much_smaller.grey.terms_link{
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.sans_serif_text.much_smaller.grey.terms_link:hover{
    color: var(--text-color);
}

.sans_serif_text.slighly_smaller.red{
    color: var(--red-text);
}

.sans_serif_text.much_smaller.center{
    text-align: center;
    color: var(--text-color);
    margin: 14px 0;
}

.sans_serif_text.much_smaller.center.or{
    text-align: center;
    z-index: 3;
    position: relative;
    opacity: 0.3;
    margin: 0;
}

.sans_serif_text.much_smaller.center.grey{
    text-align: center;
    z-index: 3;
    position: relative;
    color: var(--text-color-dark-light);
    margin: 0;
}

.sans_serif_text.much_smaller.center.grey.terms_link{
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.sans_serif_text.much_smaller.center.grey.terms_link:hover{
    color: var(--text-color);
}


.sans_serif_text.much_smaller{
    font-family: 'Satoshi', serif;
    font-size: 0.95rem;
    text-align: left;
    max-width: 600px;
    color: var(--med-text);
    line-height: 1.3;
    width: 100%;
}

.sans_serif_text.much_smaller.text_color{
    color: var(--text_color);
}

.sans_serif_text.med.bold{
    display: flex;
    font-family: 'Satoshi', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 16px;
    margin-bottom: 6px;
    line-height: 1.3;
}

.sans_serif_text.large.black{
    font-family: 'Satoshi', serif;
    font-size: 1.2rem;
    text-align: left;
    max-width: 600px;
    font-weight: 500;
    color: var(--text-color);
    margin-top: 8px;
    line-height: 1.3;
}

.sans_serif_text.small{
    font-size: 1.1rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.sans_serif_text.smaller{
    font-family: 'Satoshi', serif;
    font-size: 1.05rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.sans_serif_text.smaller.right{
    margin-left: auto;
}

.sans_serif_text.smallest{
    font-family: 'Satoshi', serif;
    font-size: 0.9rem;
    text-align: left;
    max-width: 400px;
    color: var(--med-text);
    line-height: 1.3;
}

.topbar{
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 500;
    height: 65px;
    position: fixed;
    top: 0;
    user-select: none;
}

.topbar_content{
    margin: 0 12px;
    max-width: 1000px;
    display: flex;
    width: 100%;
}

.logotop{
    height: 35px;
    width: 35px;
    color: var(--text-color);
    cursor: pointer;
}

.topbar_right{
    margin-left: auto;
    display: flex;
    gap: 32px;
    align-items: center;
}

.topbar_nav_btn{
    position: relative;
    color: var(--text-color);  
    cursor: pointer;  
    display: flex;
    gap: 4px;
}

.topbar_nav_btn:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.topbar_nav_btn:hover .dropdown_icon{
    transform: rotate(180deg);
}

.topbar_nav_btn_dropdown{
    width: 22px;
    height: 22px;
    pointer-events: auto;
    padding: 7px 0;
    padding-left: 10px;
    margin-left: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 10px;
    border-left: 1.8px solid var(--light-bg);
    background-color: var(--contrast);
    transition: background 0.15s ease;
}

.topbar_nav_btn_dropdown:hover{
    background-color: var(--hover-color);
}

.topbar_cta_btn:has(.topbar_nav_btn_dropdown:hover){
    background-color: var(--contrast);
}

.topbar_cta_btn{
    display: flex;
    align-items: center;
    background-color: var(--contrast);
    color: var(--background-color);
    padding-left: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.15s ease;
    position: relative;
}

.topbar_cta_btn.outline{
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--text-color);
    height: 22px;
    gap: 10px;
    padding: 7px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.15s ease, border-color 0.15s ease;
    position: relative;
}

.topbar_cta_btn.outline:hover{
    background: transparent;
    border-color: var(--text-color);
}

.dropdown_icon{
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.topbar_cta_btn:hover{
    background-color: var(--hover-color);
}

.topbar_nav_btn_dropdown:hover .dropdown_icon{
    transform: rotate(180deg);
}

.hero_top{
    overflow: visible;
    margin: 0 12px;
    position: relative;
    margin-top: 155px;
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-self: center;
    padding-top: 100px;
    flex-direction: column;
}

.hero_top.pricing{
    height: fit-content !important;
    margin-bottom: 100px;
}

.hero_top.login{
    min-height: 100dvh !important;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.hero_animation{
    width: 45%;
    position: absolute;
    right: 0;
    top: 14%;
}

.hero_animation.platform{
    top: 4%;
}

.hero_text{
    max-width: 80%;
    font-family: "Artifex CF", serif;
    font-weight: 800;
    font-size: 4rem;
    z-index: 1;
}

.hero_text.center{
    text-align: center;
    align-self: center;
}

.hero_top .hero_text:not(.small) .hero_word,
.hero_text.news .hero_word,
.hero_text.med .hero_word{
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    filter: blur(2px);
    animation: heroWordFadeIn 560ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--word-delay, 0ms);
    will-change: opacity, transform, filter;
}

@keyframes heroWordFadeIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce){
    .hero_top .hero_text:not(.small) .hero_word,
    .hero_text.news .hero_word,
    .hero_text.med .hero_word{
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}

.hero_text.med.word_reveal .hero_word{
    animation-play-state: paused;
}

.hero_text.med.word_reveal.is-visible .hero_word{
    animation-play-state: running;
}

.reveal_down{
    opacity: 0;
    transform: translateY(-14px);
    filter: blur(2px);
}

.reveal_down.is-visible{
    animation: revealDownFadeIn 520ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

@keyframes revealDownFadeIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce){
    .reveal_down,
    .reveal_down.is-visible,
    .fade_up,
    .fade_up.is-visible,
    .float_in,
    .float_in.is-visible{
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}

.fade_up{
    opacity: 0;
    transform: translateY(18px);
    filter: blur(2px);
}

.fade_up.is-visible{
    animation: fadeUpIn 560ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

.float_in{
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(2px);
}

.float_in.is-visible{
    animation: floatInItem 620ms cubic-bezier(0.2, 0.65, 0.2, 1) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

@keyframes fadeUpIn{
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes floatInItem{
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 900px) {
    .hero_top {
        height: auto;           /* let content determine height */
        flex-direction: column;
        align-items: center;
    }

    .hero_animation {
        position: absolute;    /* pull out of absolute so it flows */
        top: -40px;
        right: unset;
        width: 200px;            /* bigger since it has full width now */
        order: -1;             /* move ABOVE hero_text */
        margin-bottom: 20px;
    }

    .hero_text {
        max-width: 100%;
        text-align: center;
        margin-top: 125px;
    }
}

.hero_text.small{
    margin-top: 98px;
    font-weight: 700;
    font-size: 1.5rem;
}

.hero_grid{
    width: 1050px;
    overflow: hidden;
    position: absolute;
    top: -33px;
    left: 40%;
    transform: translate( -50%);
    z-index: 0;
}

.arrow_svg{
    height: 20px;
    width: 20px;
}



.cta_btn{
    width: fit-content;
    display: flex;
    margin-top: 35px;
    border: none;
    background: var(--contrast);
    color: var(--light-bg);
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 0.95rem;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-items: center;
    transition: scale 0.15s ease, background 0.15s ease, opacity 0.2s ease;
    z-index: 4;
}

.cta_btn.lt{
    background: var(--file-btn-mobile-bg);
    color: var(--text-color);
}

.cta_btn.fw{
    width: 100%;
    justify-content: center;
}

.cta_btn.fw.is-loading{
    gap: 0;
}

.auth_btn_spinner{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-top-color: #ffffff;
    border-radius: 999px;
    animation: authBtnSpinnerRotate 0.65s linear infinite;
}

@keyframes authBtnSpinnerRotate{
    to{
        transform: rotate(360deg);
    }
}

.cta_btn.fw:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}

.cta_btn.fw:disabled:hover{
    background: var(--contrast);
}

.cta_btn.fw:disabled:active{
    scale: 1;
}

.cta_btn.fw.nm{
    margin-top: 16px;
}

.cta_btn.fw.mb{
    margin-bottom: 16px;
}

.cta_btn.not_allowed{
    opacity: 0.6;
    cursor: not-allowed;
}

.cta_btn.not_allowed:hover{
    opacity: 0.6;
    background: var(--contrast);
}

.cta_btn.not_allowed:active{
    scale: 1;
}

.cta_btn:hover{
    background-color: var(--hover-color);
}

.cta_btn:active{
    scale: 0.97;
}


.cta_btn.outline{
    display: flex;
    margin-top: 30px;
    border: 1px solid var(--background-color);
    background: transparent;
    color: var(--background-color);
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 0.95rem;
    gap: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-items: center;
    transition: scale 0.15s ease;
}

.button_darker{
    z-index: 3;
    position: relative;
    top: -66px;
    filter: blur(31.9px);
    width: 390px;
}

.btn_content {
    z-index: 1;
    mix-blend-mode: difference;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cta_btn.outline::before{
    position: absolute;
    left: -350px;
    content: "";
    width: 340px;
    height: 200px;
    transform: rotate(15deg);
    background: var(--background-color);
    transition: left 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    outline-offset: 0;
}

.cta_btn.outline:hover::before{
    left: 0;
}

.cta_btn.outline:hover{
    scale: 1.03;
}


.split_block{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light-bg);
    padding: 100px 0; 
}

.split_block.gap{
    margin-bottom:100px;    
}

.block{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 100px 0; 
}


.block.nofill{    
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.animated_section_icon{
    width: 75px;
    height: 75px;
}

.vertical_split{
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    margin-top: 55px;
    width: 100%;
    max-width: 700px;
}

.item_svg{
    width: 24px;
    height: 24px;
}

.small_item_svg{
    width: 20px;
    height: 20px;
}


@media (prefers-reduced-motion: reduce){
    .logobtm.stagger_ready .logo_primary,
    .logobtm.stagger_ready .logo_secondary{
        transition: none;
        transform: none;
        opacity: 1;
    }
}

.footer{
    background-color: var(--contrast);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.footer_top{
    margin: 0 auto;
    display: flex;
    width: calc(100% - 32px);
    max-width: 1000px;
}

.footer_left{
    display: flex;
    align-items: flex-start;}

.logo_footer{
    width: 55px;
    cursor: pointer;
}

.footer_right{
    display: flex;
    margin-left: auto;
    gap: 55px;
}

.footer_nav_columns{
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.footer_nav_rows{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title_footer_nav{
    color: var(--background-color);
    font-weight: 600;
    font-size: 0.95rem;
}

.btn_footer_nav{
    color: var(--text-color-light-med);
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.btn_footer_nav:hover{
    color: var(--background-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer_bottom,
.footer_btm{
    margin: 0 auto;
    border-top: 1px solid var(--border-color-dark);
    width: calc(100% - 32px);
    max-width: 1000px;
    margin-top: 50px;
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.footer_text{
    color: var(--text-color-light-med);
}

.social_box{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.social{
    color: var(--text-color-light-med);
    height: 18px;
    cursor: pointer;
    transition: color 0.2s ease; 
}

.social:hover{
    color: var(--background-color);
}

.login_block{
    text-align: center;
    align-self: center;
    z-index: 2;
    margin: auto 0;
    width: 100%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login_block.hidden{
    display: none;
}

.login_block.payment{
    flex-direction: row;
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 100%;
    gap: 32px;
    box-sizing: border-box;
    padding: 0 16px;
}

.loginbtn{
    display: flex;
    width: 100%;
    font-size: 0.95rem;
    color: var(--text-color);
    background-color: var(--white-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: background 0.2s ease, scale 0.15s ease;
    outline: none;
    outline-offset: 0;
}

.loginbtn:hover{
    background-color: var(--light-bg);  
}

.loginbtn:active{
    scale: 0.97;
}

.social_icon{
    width: 20px;
    height: 20px;
    display: flex;
}

.or_line{
    width: 100%;
    position: relative;
    z-index: 2;
}

.line{
    z-index: 0;
    border-top: 1px solid var(--text-color);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.or_line::before{
    content: "";
    position: absolute;
    opacity: 1 !important;
    width: 40px;
    height: 25px;
    background-color: var(--background-color);
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.input_login_block{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input_login_block.hidden{
    display: none;
}

.input_login{
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    height: 42px;
    padding: 7px 15px;
    width: 100%;
    box-sizing: border-box;
    transition: outline 0.1s ease, outline-offset 0.1s ease;
    outline: none;
    outline-offset: 0;
}

.select_wrap{
    position: relative;
}

.input_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    line-height: 1.3;
    padding: 7px 44px 7px 15px;
    cursor: pointer;
    background-image: none;
}

.select_chevron{
    width: 20px;
    height: 20px;
    color: var(--text-color);
    opacity: 0.3;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.input_select::-ms-expand{
    display: none;
}

.input_login:-webkit-autofill,
.input_login:-webkit-autofill:hover,
.input_login:-webkit-autofill:focus,
.email_verification_input:-webkit-autofill,
.email_verification_input:-webkit-autofill:hover,
.email_verification_input:-webkit-autofill:focus{
    -webkit-text-fill-color: var(--text-color);
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    -webkit-text-size-adjust: 100%;
    box-shadow: 0 0 0 1000px var(--white-bg) inset;
    -webkit-box-shadow: 0 0 0 1000px var(--white-bg) inset;
    transition: background-color 9999s ease-out 0s;
}

.input_login:-webkit-autofill::first-line,
.email_verification_input:-webkit-autofill::first-line{
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
}

input:focus,
select:focus{
    outline: 2px solid var(--blue-accent);
    outline-offset: 2px;
}

.input_login::placeholder{
    color: var(--text-color);
    opacity: 0.3;
}

.cta_btn.fw{
    width: 100%;
    height: 42px;
    margin: 0;
}


.acknowledge_block{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px;
    gap: 15px;
}

.checkbox {
    width: 13px;
    height: 13px;
    aspect-ratio: 1;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    color: transparent;
    padding: 0;
    cursor: pointer;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.can_focus, div, button{
    transition: outline 0.1s ease, outline-offset 0.1s ease ;
    outline: none ;
    outline-offset: 0 ;
}

.can_focus:focus-visible, div:focus-visible, button:focus-visible{
    outline: 2px solid var(--blue-accent) !important;
    outline-offset: 2px !important; 
}

.checkmark{
    width: 9px;
    height: 9px;
    aspect-ratio: 1;
    display: flex;
}

.checkbox.active{
    background-color: var(--blue-accent);
    color: var(--white-bg) !important;
    border-color: var(--blue-accent);
}

.selector{
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    font-size: 1rem;
    max-height: 42px;
    height: 26px;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.selector:hover{
    background-color: var(--light-bg);  
}

.selector_placeholder{
    color: var(--text-color);
    opacity: 0.3;
}

.chevron_icon{
    width: 20px;
    height: 20px;
    color: var(--text-color);
    opacity: 0.3;
    margin-left: auto;
}

.payment_left{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.Plan_options{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    height: 120px;
}

.Plan_option{
    max-height: 85.5px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    width: 100%;
    border-radius: 13px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    box-shadow: 0px 34px 0px 0px #DCDCD6;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}

.Plan_option.not_active{
    opacity: 0.5;
}

.Plan_option.blue{
    box-shadow: 0px 34px 0px 0px rgba(43, 116, 217, 0.15);
}

.Plan_option_title{
    text-align: left;
    font-size: 0.95rem;
    color: var(--text-color);
}

.Plan_option_number{
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.Plan_option_small{
    font-size: 0.8rem;
    width: 90px;
    text-align: left;
    opacity: 0.5;
}

.Plan_option_title.grey{
    position: absolute;
    bottom: -27px;
    color: var(--text-color);
    opacity: 0.5;
}

.Plan_option_title.blue{
    position: absolute;
    bottom: -27px;
    color: var(--blue-accent);
}

.line_fw{
    border-top: 1px solid var(--border-color);
    width: 100%;
}

.payment_details{
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: gap 0.28s ease;
}

.payment_details.is-collapsed{
    gap: 0;
}

.payment_details_content{
    overflow: visible;
    height: auto;
    opacity: 1;
    transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.payment_details.is-collapsed .payment_details_content{
    pointer-events: none;
    overflow: hidden;
}

.payment_details[hidden]{
    display: none !important;
}

.payment_details.btm{
    gap: 0;
}

.Payment_title{
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    user-select: none;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.Payment_title:hover{
    opacity: 1;
}

.Payment_title .chevron_icon.large{
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.payment_details.is-collapsed .Payment_title .chevron_icon.large{
    transform: rotate(-90deg);
}

.chevron_icon.large{
    width: 22px;
    height: 22px;
    opacity: 1;
}

.bold {
    font-weight: 600;
}

.payment_right{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--border-color);
    background-color: rgba(220, 220, 214, 0.5);
    border-radius: 21px;
    padding: 24px;
    height: fit-content;
    text-align: left;
    max-width: 370px;
}

.right_text_title{
    margin-bottom: 16px;
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 600;
}

.right_text{
    font-size: 1rem;
    color: var(--text-color);
    opacity: 0.6;
    display: flex;
    align-content: center;
}

.right{
    margin-left: auto;
}

.right.large{
    font-size: 1.3rem;
}

.right_text_bold{
    font-size: 1.1rem;
    color: var(--text-color);
    display: flex;
    font-weight: 600;
}




.payment_message {
    min-height: 1.2em;
    font-size: 0.9rem;
    color: var(--med-text);
    margin-right: auto;
    display: block;
}

.payment_message.hidden{
    display: none;
}

.payment_message.error {
    color: var(--red-text);
}

.input_login_block:has(.payment_message.error:not(.hidden)) .input_login,
#auth_step_password:has(#auth_password_errors.error:not(.hidden)) .input_login,
#auth_step_verify:has(#auth_verify_errors.error:not(.hidden)) .email_verification_input{
    color: var(--red-text) !important;
    caret-color: var(--red-text);
    outline: 2px solid var(--red-text) !important;
    outline-offset: 2px !important;
}

.payment_message.success {
    color: var(--green-text);
}

.email_verification{
    text-align: center;
    align-items: center;
    gap: 4px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    overflow: hidden;
    position: relative;
    border-radius: 21px;
    max-width: 250px;
    height: 90px;
    width: 100%;
    align-self: center;
    transform-origin: center;
    transform: scale(1);
    transition: height 0.25s ease, transform 0.25s ease;
}

.email_verification.code{
    height: 110px;
}

.email_verification.is-code{
    height: 110px;
    transform: scale(1.02);
}

.email_verification:hover .mail_icon{
    transform: rotate(8deg);
    bottom: -15px;
}

.mail_icon{
    transform-origin: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
    margin: auto 0;
    transition: transform 0.3s ease, bottom 0.3s ease, opacity 0.25s ease;
}

.email_verification.is-code .mail_icon{
    transform: translateY(24px) scale(0.92);
    bottom: -90px;
    opacity: 0;
}

.email_verification.is-code:hover .mail_icon{
    transform: translateY(24px) scale(0.92);
    bottom: -90px;
}

.blue_text_btn{
    color: var(--blue-accent);
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 8px;
}

.blue_text_btn:hover{
    text-decoration: underline;
}

.sans_serif_text.email::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: 13px;
    background-color: var(--text-color);
    left: 0;
    transition: width 0.3s ease;
}

.login_block:has(.blue_text_btn:hover) .sans_serif_text.email::after {
    width: 100%;
}

.email_verification_input{
    border: 1px solid var(--border-color);
    background-color: var(--white-bg);
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--text-color);
    border-radius: 10px;
    width: 100%;
    height: 42px;
    padding: 7px 15px;
    text-align: center;
    box-sizing: border-box;
    margin-top: auto;
    transition: opacity 0.2s ease, transform 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease;
}

.email_verification_input.auth_verification_input_hidden{
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    pointer-events: none;
    max-height: 0;
    margin-top: 0;
}

.email_verification.is-code .email_verification_input.auth_verification_input_hidden{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    max-height: 42px;
    margin-top: auto;
}

.email_verification_input::-webkit-outer-spin-button,
.email_verification_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.email_verification_input[type=number] {
  -moz-appearance: textfield;
}

.onboarding_box{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 85px;
}

.onboarding_box.hidden{
    display: none;
}

.serif_text.onboarding_text{
    line-height: 115%;
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.serif_text.onboarding_text.large{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.serif_text.onboarding_text.row{
    flex-direction: row;
}

.type{
    display: inline-flex;
}

.type span{
    word-break: break-all;
    height: 1.2em;
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    animation: t 2s linear forwards;
}

.type span::before{
    content: " ";
    display: inline-block;
}

@keyframes t{
    90%,100%{
        width: 100%;
    }
}

.intro_typewriter .type span{
    animation-duration: var(--typewriter-duration, 1.6s);
    animation-delay: var(--typewriter-delay, 0s);
    animation-timing-function: var(--typewriter-easing, linear);
}

.intro_typewriter .type_line_1 span{
    --typewriter-duration: 0.7s;
    --typewriter-delay: 0s;
    --typewriter-easing: ease-out;
}

.intro_typewriter .type_line_2 span{
    --typewriter-duration: 1.2s;
    --typewriter-delay: 0.8s;
}

.intro_typewriter .type_line_3 span{
    --typewriter-duration: 1.2s;
    --typewriter-delay: 2.3s;
}

.intro_typewriter .type_line_4 span{
    --typewriter-duration: 0.50s;
    --typewriter-delay: 3.5s;
    --typewriter-easing: ease-in;
}

.intro_typewriter .onboarding_text.row{
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.intro_typewriter .onboarding_text.row.intro_row_reveal{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.intro_typewriter .onboarding_text.row.intro_row_reveal.is-visible{
    opacity: 1;
    pointer-events: auto;
}

.intro_typewriter .onboarding_text.row.intro_row_reveal #intro_name_input{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.intro_typewriter .onboarding_text.row.intro_row_reveal.is-input-visible #intro_name_input{
    opacity: 1;
    pointer-events: auto;
}

.step_two_typewriter .type span{
    animation-duration: var(--typewriter-duration, 1s);
    animation-delay: var(--typewriter-delay, 0s);
    animation-timing-function: var(--typewriter-easing, linear);
}

.step_two_typewriter .step2_line_1 span{
    --typewriter-duration: 0.95s;
    --typewriter-delay: 0s;
    --typewriter-easing: ease-in;
}

.step_two_typewriter .step2_line_2 span{
    --typewriter-duration: 0.25s;
    --typewriter-delay: 0s;
}

.step_two_typewriter .step2_row_reveal{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.step_two_typewriter .step2_row_reveal .type span{
    animation-play-state: paused;
}

.step_two_typewriter .step2_row_reveal.is-visible{
    opacity: 1;
    pointer-events: auto;
}

.step_two_typewriter .step2_row_reveal.is-visible .type span{
    animation-play-state: running;
}

.step_three_typewriter .step3_review_line .type span{
    animation-duration: var(--typewriter-duration, 1.1s);
    animation-delay: var(--typewriter-delay, 0s);
    animation-timing-function: var(--typewriter-easing, linear);
    animation-play-state: paused;
}

.step_three_typewriter .step3_line_1 span{
    --typewriter-duration: 1.1s;
    --typewriter-delay: 0s;
    --typewriter-easing: ease-in;
}

.step_three_typewriter .step3_review_line.is-visible .type span{
    animation-play-state: running;
}

.step_three_fade{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.step_three_fade.is-visible{
    opacity: 1;
    pointer-events: auto;
}

.step_four_typewriter .step4_type_line .type span{
    animation-duration: var(--typewriter-duration, 1s);
    animation-delay: var(--typewriter-delay, 0s);
    animation-timing-function: var(--typewriter-easing, linear);
    animation-play-state: paused;
}

.step_four_typewriter .step4_type_line{
    opacity: 0;
}

.step_four_typewriter .step4_text_1 span{
    --typewriter-duration: 0.65s;
    --typewriter-delay: 0s;
    --typewriter-easing: ease-out;
}

.step_four_typewriter .step4_text_2 span{
    --typewriter-duration: 1.8s;
    --typewriter-delay: 0s;
}

.step_four_typewriter .step4_text_3 span{
    --typewriter-duration: 1.4s;
    --typewriter-delay: 0s;
}

.step_four_typewriter .step4_type_line.is-visible .type span{
    animation-play-state: running;
}

.step_four_typewriter .step4_type_line.is-visible{
    opacity: 1;
}

.step_four_typewriter .step_four_fade{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.step_four_typewriter .step_four_fade.is-visible{
    opacity: 1;
    pointer-events: auto;
}

.cta_btn.btm{
    margin-bottom: 85px;
}

.cta_btn.fw.intro_button_reveal{
    transition: opacity 0.4s ease;
}

.cta_btn.fw.intro_button_reveal:not(.is-visible){
    opacity: 0;
    pointer-events: none;
}

.cta_btn.fw.intro_button_reveal.is-visible{
    pointer-events: auto;
    transition: 0.3s ease;
}

.onboarding_input{
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 1.5px solid rgba(40, 40, 40, 0.5);
    font-family: 'Satoshi', sans-serif;
    font-size: 1.03rem;
    font-weight: 500;
    padding-bottom: 1px;
    color: var(--text-color);
    margin-left: 3px;
    width: 100%;
    transition: width 0.2s ease, border 0.1s ease;
    width: 200px;
    box-sizing: border-box;
}

.onboarding_input::placeholder{
    color: var(--text-color);
    opacity: 0.5;
}

.onboarding_input:focus{
    outline: none;
}

.onboarding_input.resize{
    border-bottom: 1.5px solid rgba(40, 40, 40, 0);
}

.onboarding_input.resize:focus{
    border-bottom: 1.5px solid rgba(40, 40, 40, 0.5);
}

.input_sizer{
    font-family: 'Satoshi', sans-serif;
    position: absolute; 
    visibility: hidden; 
    white-space: pre; 
    font-weight: 500;
    margin-left: 2px;
    font-size: 1.03rem;
    line-height: normal;
}

.user_box{
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: 13px;
    padding: 13px 16px;
    width: 100%;
    align-items: center;
    gap: 16px;
    background-color: #dcdcd64f;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}

.user_icon{
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    background-color: #C4C494;
    border-radius: 10px;
    color: var(--text-color);
}

.user_box_right{
    display: flex;
    flex-direction: column;
    font-size: 1.03rem;
    gap: 2px;
}

.user_box_small_text{
    color: var(--text-color);
    opacity: 0.5;
    font-size: 0.95rem;
}

.Policies_block{
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.Policy_Icon{
    width: 25px;
    color: var(--med-text);
    margin-bottom: auto;
}

.Policy_Icon.text{
    color: var(--text-color);
    opacity: 0.8;
}

.button_icon{
    height: 17px;
    width: 17px;
}

.sans_serif_text.acknowledge{
    font-family: 'Satoshi', serif;
    font-size: 1.03rem;
    text-align: left;
    max-width: 600px;
    color: #282828cc;
    line-height: 1.3;
    width: 100%;
    transition: color 0.2s ease;
}

.sans_serif_text.acknowledge.terms_link{
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.sans_serif_text.acknowledge.terms_link:hover{
    color: var(--text-color);
}

.sans_serif_text.acknowledge.bold.m{
    padding-top: 1px;
    margin-bottom: 4px;
    font-weight: 600;
}

.sans_serif_text.much_smaller.terms{
    font-size: 1.03rem !important;
}

.switch{
    margin-left: 31.4px;
    width: 53px;
    border-radius: 25px;
    height: 22px;
    padding: 2px;
    cursor: pointer;
    background-color: var(--text-color);
    transition: opacity 0.2s ease;
    position: relative;
}

.switchicon{
    background-color: var(--white-bg);
    border-radius: 25px;
    width: 35px;
    height: 22px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 2px;
    transition: left 0.1s ease, scale 0.1s ease, border 0.1s ease, opacity 0.1s ease;
    border: none;
}
.switch:active .switchicon{
    scale: 1.4;
    opacity: 0.8;
}

.switch.off{
    opacity: 0.5;
}

.switchicon.off{
    left: 2px;
}

.Policies_block_switch{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

a {
    text-decoration: none;
}