/* @import "tailwindcss"; */



/* ========== HOME PAGE ========== */
.home-shell {
            font-family: "Nunito Sans", sans-serif;
}

.home-shell h1,
.home-shell h2,
.home-shell .display-font {
    font-family: "League Spartan", sans-serif;
}

.about-arc {
    border-top-left-radius: 50% 280px;
    border-top-right-radius: 50% 280px;
}

.about-project-title {
    font-size: 4rem;
}

.about-quiz-button {
    min-height: 76px;
    min-width: 230px;
    padding: 0.75rem 2rem;
    font-size: 2rem;
}

@media (min-width: 640px) {
    .about-project-title {
        font-size: 4rem;
    }

    .about-quiz-button {
        min-width: 360px;
        font-size: 2.9rem;
    }
}

@media (min-width: 1024px) {
    .about-project-title {
        font-size: 4rem;
    }
}

@media (max-width: 767.98px) {
    .about-arc {
        border-top-left-radius: 50% 120px;
        border-top-right-radius: 50% 120px;
    }
}



/* ========== ABOUT PAGE ========== */
.about-page {
    font-family: "Nunito Sans", sans-serif;
    color: #173165;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.team-curve {
    background: #ffffff;
}

.team-content {
    position: relative;
    z-index: 1;
}

.team-profile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: center;
}

.portrait-ring {
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
    border-radius: 999px;
    background: #5daa4d;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(93, 170, 77, 0.18);
}

.portrait-ring img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.profile-copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.45;
    font-weight: 800;
    color: #2f2f2f;
}

.profile-copy a {
    color: inherit;
    text-decoration: none;
}

.profile-copy a:hover {
    text-decoration: underline;
}

.about-curve-divider {
    position: relative;
    background: #5daa4d;
    overflow: hidden;
    height: 13rem;
    margin-top: -6.5rem;
}

.about-curve-divider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -16rem;
    width: max(125vw, 1500px);
    height: 20rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
}

.about-story {
    background: #5daa4d;
    color: #ffffff;
}

.ahk-story-logo {
    width: min(220px, 42vw);
    height: auto;
}

.story-body p {
    font-size: clamp(1.05rem, 1.35vw, 1.5rem);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
}

.story-body p + p {
    margin-top: 2.25rem;
}

.story-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    word-break: break-word;
}

.story-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .team-profile {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 1rem;
    }

    .portrait-ring {
        margin: 0;
    }

    .profile-copy {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }

    .about-curve-divider {
        height: 15rem;
    }

    .about-curve-divider::before {
        top: -17rem;
        height: 21rem;
    }
}



/* ========== KNOWLAGE LIBRARY PAGE ========== */
.library-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.library-page h1,
.library-page h2,
.library-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.library-hero {
    position: relative;
    overflow: hidden;
}

.library-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -18% -8%;
    height: 56%;
    background: #5daa4d;
    border-top-left-radius: 50% 26%;
    border-top-right-radius: 50% 26%;
    z-index: 0;
}

.library-intro,
.library-table-shell {
    position: relative;
    z-index: 1;
}

.library-table-shell {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
    backdrop-filter: blur(10px);
}

.library-table-wrap {
    overflow: visible;
    border-radius: 1.5rem;
}

.library-table {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
}

.library-table thead th {
    position: static;
    background: #5daa4d;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 1rem 1.1rem;
}

.library-sort-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.library-sort-link:hover,
.library-sort-link:focus-visible {
    color: #effbe9;
    text-decoration: none;
}

.library-sort-indicator {
    font-size: 0.8rem;
    line-height: 1;
    min-width: 0.8rem;
}

.library-table thead th:first-child {
    border-top-left-radius: 1rem;
}

.library-table thead th:last-child {
    border-top-right-radius: 1rem;
}

.library-table tbody tr:nth-child(odd) {
    background: #f8fcf7;
}

.library-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.library-table tbody td {
    padding: 1rem 1.1rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(21, 63, 138, 0.08);
    font-size: 0.98rem;
    line-height: 1.45;
    color: #29447f;
    font-weight: 700;
}

.library-id {
    width: 76px;
    text-align: center;
    color: #5daa4d;
    font-weight: 900;
}

.library-title {
    min-width: 280px;
    color: #173165;
    font-weight: 900;
    position: relative;
}

.library-type {
    min-width: 150px;
}

.library-level {
    min-width: 120px;
    color: #173165;
}

.library-categories {
    min-width: 260px;
}

.library-row {
    transition: background-color 180ms ease;
}

.library-row:hover,
.library-row:focus-within {
    background: #dff3d7 !important;
}

.library-title-link,
.library-title-trigger {
    color: #173165;
    font-weight: 900;
    text-decoration: none;
}

.library-title-link:hover {
    color: #5daa4d;
    text-decoration: underline;
}

.library-title-trigger {
    display: inline-block;
    cursor: default;
    outline: none;
}

.library-title-trigger:focus-visible,
.library-title-link:focus-visible,
.library-extra-link:focus-visible {
    outline: 3px solid rgba(93, 170, 77, 0.35);
    outline-offset: 4px;
    border-radius: 0.35rem;
}

.library-extra-links {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.library-extra-link {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(93, 170, 77, 0.12);
    padding: 0.38rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 900;
    color: #2d7c35;
    text-decoration: none;
}

.library-extra-link:hover {
    background: rgba(93, 170, 77, 0.18);
    color: #2d7c35;
}

.library-no-link {
    margin-top: 0.65rem;
    display: inline-block;
    border-radius: 999px;
    background: rgba(21, 63, 138, 0.08);
    padding: 0.38rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 900;
    color: #4f648f;
}

.library-description-card {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 0.7rem);
    z-index: 20;
    width: min(420px, 70vw);
    border-radius: 1.1rem;
    background: #173165;
    padding: 1rem 1rem 0.95rem;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(21, 63, 138, 0.28);
}

.library-description-card::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    transform: rotate(45deg);
    background: #173165;
}

.library-row:hover .library-description-card,
.library-row:focus-within .library-description-card {
    display: block;
}

.library-description-title {
    font-family: "League Spartan", sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.library-description-text {
    margin-top: 0.7rem;
    font-size: 0.94rem;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.library-description-meta {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .library-table-wrap {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .library-description-card {
        position: static;
        width: 100%;
        margin-top: 0.85rem;
    }

    .library-description-card::before {
        display: none;
    }
}


/* ========== VIDEO PAGE ========== */
.video-page {
    font-family: "Nunito Sans", sans-serif;
    background: #ffffff;
    color: #173165;
}

.video-page h1,
.video-page h2,
.video-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.video-stage {
    background: linear-gradient(160deg, #64b14f 0%, #4f9f42 100%);
    border-radius: 2rem;
    box-shadow: 0 26px 70px rgba(93, 170, 77, 0.2);
}

.video-trigger {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-trigger:hover {
    transform: scale(1.01);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.video-trigger:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.video-trigger::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
}

.play-pill {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 999px;
    background: #ffffff;
    color: #5daa4d;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 1.5rem;
    background: #1f2937;
}

.quiz-cta {
    min-height: 76px;
    min-width: 230px;
    padding: 0.8rem 2.2rem;
    border-radius: 2rem;
    background: #ffffff;
    color: #5daa4d;
    text-decoration: none;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.quiz-cta:hover {
    color: #5daa4d;
    transform: scale(1.05);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.quiz-cta:focus-visible {
    outline: 3px solid rgba(93, 170, 77, 0.35);
    outline-offset: 4px;
}



/* ========== PRIVACY POLICY PAGE ========== */
.privacy-page {
    font-family: "Nunito Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(93, 170, 77, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f5fbf2 100%);
    color: #173165;
}

.privacy-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.privacy-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.privacy-prose h2,
.privacy-prose h3 {
    font-family: "League Spartan", sans-serif;
    letter-spacing: -0.03em;
    color: #173165;
}

.privacy-prose p,
.privacy-prose li {
    color: #36508c;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 700;
}

.privacy-prose ul {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.privacy-prose a {
    color: #153f8a;
    font-weight: 800;
    text-decoration: none;
}

.privacy-prose a:hover {
    text-decoration: underline;
}



/* ========== LOGIN PAGE ========== */
.auth-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbf2 100%);
    color: #173165;
}

.auth-page h1,
.auth-page h2,
.auth-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.auth-shell {
    position: relative;
    overflow: hidden;
}

.auth-shell::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22%;
    width: 120%;
    height: 58%;
    transform: translateX(-50%);
    background: #5daa4d;
    border-top-left-radius: 50% 22%;
    border-top-right-radius: 50% 22%;
    z-index: 0;
}

.auth-card {
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 32px 80px rgba(21, 63, 138, 0.14);
    backdrop-filter: blur(10px);
}

.auth-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #173165;
}

.auth-input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(21, 63, 138, 0.16);
    border-radius: 1rem;
    background: #ffffff;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #173165;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.auth-input:focus {
    outline: none;
    border-color: #5daa4d;
    box-shadow: 0 0 0 4px rgba(93, 170, 77, 0.16);
}

.auth-button {
    min-height: 72px;
    border: 0;
    border-radius: 2rem;
    background: #5daa4d;
    color: #ffffff;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 42px rgba(93, 170, 77, 0.28);
    transition: transform 200ms ease, background-color 200ms ease;
}

.auth-button:hover {
    transform: scale(1.03);
    background: #4f9a44;
}

.auth-link {
    color: #153f8a;
    font-weight: 800;
    text-decoration: none;
}

.auth-link:hover {
    text-decoration: underline;
}

@media (max-width: 639.98px) {
    .auth-shell::before {
        width: 108%;
    }
}



/* ========== REGISTER PAGE ========== */
.auth-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbf2 100%);
    color: #173165;
}

.auth-page h1,
.auth-page h2,
.auth-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.auth-shell {
    position: relative;
    overflow: hidden;
}

.auth-shell::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22%;
    width: 120%;
    height: 58%;
    transform: translateX(-50%);
    background: #5daa4d;
    border-top-left-radius: 50% 22%;
    border-top-right-radius: 50% 22%;
    z-index: 0;
}

.auth-card {
    position: relative;
    z-index: 1;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 32px 80px rgba(21, 63, 138, 0.14);
    backdrop-filter: blur(10px);
}

.auth-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #173165;
}

.auth-input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(21, 63, 138, 0.16);
    border-radius: 1rem;
    background: #ffffff;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #173165;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.auth-input:focus {
    outline: none;
    border-color: #5daa4d;
    box-shadow: 0 0 0 4px rgba(93, 170, 77, 0.16);
}

.auth-button {
    min-height: 72px;
    border: 0;
    border-radius: 2rem;
    background: #5daa4d;
    color: #ffffff;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 42px rgba(93, 170, 77, 0.28);
    transition: transform 200ms ease, background-color 200ms ease;
}

.auth-button:hover {
    transform: scale(1.03);
    background: #4f9a44;
}

.auth-link {
    color: #153f8a;
    font-weight: 800;
    text-decoration: none;
}

.auth-link:hover {
    text-decoration: underline;
}

.auth-checkbox-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(21, 63, 138, 0.12);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 247, 235, 0.96) 100%);
    padding: 1rem 1.1rem;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.auth-checkbox-row:focus-within {
    border-color: rgba(93, 170, 77, 0.72);
    box-shadow: 0 0 0 4px rgba(93, 170, 77, 0.12);
}

.auth-checkbox {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid rgba(21, 63, 138, 0.32);
    border-radius: 0.4rem;
    background: #ffffff;
    accent-color: #5daa4d;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.auth-checkbox:hover {
    border-color: #5daa4d;
}

.auth-checkbox:checked {
    border-color: #5daa4d;
    background: #5daa4d;
    box-shadow: 0 10px 24px rgba(93, 170, 77, 0.2);
}

.auth-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 0.36rem;
    top: 0.1rem;
    width: 0.35rem;
    height: 0.7rem;
    border: solid #ffffff;
    border-width: 0 0.16rem 0.16rem 0;
    transform: rotate(45deg);
}

.auth-checkbox-copy {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    color: #36508c;
    cursor: pointer;
}

.auth-checkbox-copy strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #173165;
}

@media (max-width: 639.98px) {
    .auth-shell::before {
        width: 108%;
    }

    .auth-checkbox-row {
        align-items: flex-start;
    }
}


/* ========== PASSWORD RESET FORM PAGE ========== */
/* ========== PASSWORD RESET CONFIRM PAGE ========== */
/* ========== PASSWORD RESET DONE PAGE ========== */
/* ========== PASSWORD RESET COMPLETE PAGE ========== */
.auth-page { font-family: "Nunito Sans", sans-serif; background: linear-gradient(180deg, #ffffff 0%, #f5fbf2 100%); color: #173165; }
.auth-page h1, .auth-page h2, .auth-page .display-font { font-family: "League Spartan", sans-serif; }
.auth-shell { position: relative; overflow: hidden; }
.auth-shell::before { content: ""; position: absolute; inset: auto -10% -22% -10%; height: 58%; background: #5daa4d; border-top-left-radius: 50% 22%; border-top-right-radius: 50% 22%; z-index: 0; }
.auth-card { position: relative; z-index: 1; border-radius: 2rem; background: rgba(255, 255, 255, 0.96); box-shadow: 0 32px 80px rgba(21, 63, 138, 0.14); }
.auth-label { display: block; margin-bottom: 0.5rem; font-size: 0.95rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; color: #173165; }
.auth-input { width: 100%; border: 1px solid rgba(21, 63, 138, 0.16); border-radius: 1rem; background: #ffffff; padding: 0.95rem 1rem; font-size: 1rem; font-weight: 700; color: #173165; }
.auth-input:focus { outline: none; border-color: #5daa4d; box-shadow: 0 0 0 4px rgba(93, 170, 77, 0.16); }
.auth-button { min-height: 72px; border: 0; border-radius: 2rem; background: #5daa4d; color: #ffffff; font-family: "League Spartan", sans-serif; font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: 900; letter-spacing: -0.04em; box-shadow: 0 18px 42px rgba(93, 170, 77, 0.28); transition: transform 200ms ease, background-color 200ms ease; }
.auth-button:hover { transform: scale(1.03); background: #4f9a44; }
.auth-link { color: #153f8a; font-weight: 800; text-decoration: none; }
.auth-link:hover { text-decoration: underline; }



/* ========== PROFILE PAGE ========== */
.account-profile-page {
    font-family: "Nunito Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(93, 170, 77, 0.18), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.account-profile-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.account-profile-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.account-profile-overview {
    border-radius: 1.6rem;
    background: linear-gradient(180deg, #f8fbff 0%, #eef8ea 100%);
    border: 1px solid rgba(21, 63, 138, 0.08);
}

.account-profile-overview-item {
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(21, 63, 138, 0.08);
}

.account-profile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 60px;
    border-radius: 1.25rem;
    padding: 0.9rem 1.35rem;
    font-weight: 900;
    text-decoration: none;
}

.account-profile-button svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.account-profile-button.is-primary {
    border: 0;
    background: #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.account-profile-button.is-secondary {
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
}

.account-profile-button.is-danger {
    border: 0;
    background: #b33636;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(179, 54, 54, 0.2);
}

.account-profile-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(10, 26, 58, 0.48);
    backdrop-filter: blur(6px);
}

.account-profile-modal-backdrop.is-open {
    display: flex;
}

.account-profile-modal {
    width: min(100%, 32rem);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    border: 1px solid rgba(179, 54, 54, 0.14);
    box-shadow: 0 28px 70px rgba(12, 33, 74, 0.24);
    padding: 1.6rem;
}

.account-profile-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(179, 54, 54, 0.12);
    color: #a02d2d;
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-profile-modal-title {
    margin-top: 1rem;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.95;
    color: #173165;
}

.account-profile-modal-copy {
    margin-top: 1rem;
    color: #4f648f;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
}

.account-profile-modal-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.8rem;
}

.account-profile-modal-button {
    width: 100%;
    min-height: 56px;
    border-radius: 1.2rem;
    font-weight: 900;
}

@media (min-width: 640px) {
    .account-profile-modal-actions {
        flex-direction: row;
        justify-content: flex-end;
    }

    .account-profile-modal-button {
        width: auto;
        min-width: 11rem;
    }
}



/* ========== QUIZ INFO PAGE ========== */
.quiz-info-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf1 100%);
    color: #173165;
}

.quiz-info-page h1,
.quiz-info-page h2,
.quiz-info-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.quiz-info-hero {
    position: relative;
    overflow: hidden;
}

.quiz-info-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -20% -8%;
    height: 58%;
    background: #5daa4d;
    border-top-left-radius: 50% 26%;
    border-top-right-radius: 50% 26%;
    z-index: 0;
}

.quiz-info-shell,
.quiz-info-panel {
    position: relative;
    z-index: 1;
}

.quiz-info-panel {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
    backdrop-filter: blur(10px);
}

.quiz-feature-card {
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(93, 170, 77, 0.12) 0%, rgba(93, 170, 77, 0.05) 100%);
    border: 1px solid rgba(93, 170, 77, 0.18);
}

.quiz-audience-card {
    border-radius: 1.6rem;
    background: #173165;
    color: #ffffff;
    box-shadow: 0 22px 46px rgba(21, 63, 138, 0.2);
}

.quiz-highlight-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    background: rgba(93, 170, 77, 0.12);
    padding: 0.6rem 1rem;
    color: #2d7c35;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.quiz-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quiz-list li {
    position: relative;
    padding-left: 1.8rem;
    text-align: left;
}

.quiz-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: #5daa4d;
    box-shadow: 0 0 0 0.3rem rgba(93, 170, 77, 0.15);
}

.quiz-cta {
    min-height: 72px;
    min-width: 240px;
    padding: 0.85rem 2.2rem;
    border-radius: 2rem;
    background: #5daa4d;
    color: #ffffff;
    text-decoration: none;
    font-family: "League Spartan", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.28);
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.quiz-cta:hover {
    color: #ffffff;
    background: #4f9a44;
    transform: scale(1.04);
    box-shadow: 0 24px 50px rgba(93, 170, 77, 0.34);
}

.quiz-cta:focus-visible {
    outline: 3px solid rgba(93, 170, 77, 0.32);
    outline-offset: 4px;
}

@media (max-width: 767.98px) {
    .quiz-info-hero::after {
        height: 48%;
        border-top-left-radius: 50% 18%;
        border-top-right-radius: 50% 18%;
    }

    .quiz-feature-card,
    .quiz-audience-card {
        text-align: left !important;
    }

    .quiz-highlight-pill {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .quiz-feature-card *,
    .quiz-audience-card *,
    .quiz-list,
    .quiz-list li {
        text-align: left !important;
    }

    .quiz-list {
        width: 100%;
    }

    .quiz-audience-card {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}


/* ========== QUIZ PAGE ========== */
.quiz-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.quiz-page h1,
.quiz-page h2,
.quiz-page h3,
.quiz-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.quiz-stage {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.quiz-progress-track {
    height: 0.9rem;
    border-radius: 999px;
    background: rgba(93, 170, 77, 0.16);
    overflow: hidden;
}

.quiz-progress-bar {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #5daa4d 0%, #6ec35a 100%);
    transition: width 220ms ease;
}

.quiz-card {
    display: none;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfef9 100%);
    border: 1px solid rgba(93, 170, 77, 0.14);
}

.quiz-card.is-active {
    display: block;
}

.quiz-option-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quiz-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    border-radius: 1.35rem;
    border: 2px solid rgba(21, 63, 138, 0.08);
    background: #ffffff;
    padding: 1rem 1rem 1rem 0.95rem;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.quiz-option:hover {
    transform: translateY(-1px);
    border-color: rgba(93, 170, 77, 0.45);
    background: #f8fcf6;
}

.quiz-option.is-selected {
    border-color: #5daa4d;
    background: #eef8ea;
}

.quiz-option-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    border: 2px solid rgba(21, 63, 138, 0.2);
    background: #ffffff;
    flex-shrink: 0;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.quiz-option-indicator::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #5daa4d;
    transform: scale(0);
    transition: transform 180ms ease;
}

.quiz-option.is-selected .quiz-option-indicator {
    border-color: #5daa4d;
    background: #ffffff;
}

.quiz-option.is-selected .quiz-option-indicator::after {
    transform: scale(1);
}

.quiz-option-text {
    color: #29447f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

.quiz-nav-button,
.quiz-submit-button {
    min-height: 64px;
    border: 0;
    border-radius: 1.35rem;
    padding: 0.9rem 1.55rem;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.quiz-nav-button:hover,
.quiz-submit-button:hover {
    transform: translateY(-1px);
}

.quiz-nav-button.is-primary,
.quiz-submit-button {
    background: #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.quiz-nav-button.is-primary:hover,
.quiz-submit-button:hover {
    background: #4f9a44;
    color: #ffffff;
}

.quiz-nav-button.is-secondary {
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
}

.quiz-nav-button.is-secondary:hover {
    background: rgba(21, 63, 138, 0.13);
    color: #173165;
}

.quiz-nav-button:disabled,
.quiz-submit-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.quiz-empty {
    border-radius: 1.75rem;
    background: #ffffff;
    border: 1px dashed rgba(21, 63, 138, 0.16);
}

.quiz-finish {
    display: none;
}

.quiz-finish.is-visible {
    display: block;
}



/* ========== QUIZ COMPLETED PAGE ========== */
.quiz-complete-page {
    font-family: "Nunito Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(93, 170, 77, 0.18), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #eef8ea 100%);
    color: #173165;
}

.quiz-complete-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.quiz-complete-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.quiz-complete-score {
    border-radius: 1.6rem;
    background: linear-gradient(135deg, rgba(93, 170, 77, 0.12), rgba(21, 63, 138, 0.08));
    border: 1px solid rgba(93, 170, 77, 0.22);
}

.quiz-complete-action,
.quiz-complete-secondary {
    min-height: 60px;
    border-radius: 1.25rem;
    padding: 0.95rem 1.5rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.quiz-complete-action {
    background: #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.quiz-complete-action:hover {
    background: #4f9a44;
    color: #ffffff;
    transform: translateY(-1px);
}

.quiz-complete-secondary {
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
}

.quiz-complete-secondary:hover {
    background: rgba(21, 63, 138, 0.13);
    color: #173165;
    transform: translateY(-1px);
}



/* ========== QUIZ RESULTS PAGE ========== */
.quiz-results-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.quiz-results-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.quiz-results-summary,
.quiz-results-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(21, 63, 138, 0.1);
}

.quiz-results-choice {
    border-radius: 1.35rem;
    border: 2px solid rgba(21, 63, 138, 0.08);
    background: #ffffff;
    padding: 1rem 1.1rem;
}

.quiz-results-choice.is-correct {
    border-color: rgba(93, 170, 77, 0.55);
    background: #eef8ea;
}

.quiz-results-choice.is-selected {
    border-color: rgba(21, 63, 138, 0.28);
}

.quiz-results-choice.is-selected.is-correct {
    border-color: #5daa4d;
}

.quiz-results-choice.is-selected.is-incorrect {
    border-color: rgba(208, 66, 66, 0.45);
    background: #fff4f4;
}

.quiz-results-chip {
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quiz-results-chip.is-correct {
    background: rgba(93, 170, 77, 0.16);
    color: #2f7f2a;
}

.quiz-results-chip.is-selected {
    background: rgba(21, 63, 138, 0.1);
    color: #173165;
}

.quiz-results-chip.is-incorrect {
    background: rgba(208, 66, 66, 0.12);
    color: #b33636;
}



/* ========== SELF-ASSESMENT PAGE ========== */
.self-assessment-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #eef8ea 100%);
    color: #173165;
}

.self-assessment-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.self-assessment-dashboard-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.self-assessment-summary {
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(93, 170, 77, 0.12), rgba(21, 63, 138, 0.06));
    border: 1px solid rgba(93, 170, 77, 0.2);
}

.self-assessment-quiz-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1.6rem;
    border: 1px solid rgba(21, 63, 138, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #fbfef9 100%);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.self-assessment-quiz-card:hover {
    transform: translateY(-2px);
    border-color: rgba(93, 170, 77, 0.28);
    box-shadow: 0 20px 45px rgba(21, 63, 138, 0.08);
}

.self-assessment-badge {
    border-radius: 999px;
    background: rgba(93, 170, 77, 0.16);
    color: #2f7f2a;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.8rem;
    text-transform: uppercase;
}

.self-assessment-status {
    border-radius: 999px;
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.8rem;
    text-transform: uppercase;
}

.self-assessment-progress-track {
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(21, 63, 138, 0.08);
    overflow: hidden;
}

.self-assessment-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #5daa4d 0%, #6ec35a 100%);
}

.self-assessment-action {
    min-height: 60px;
    border-radius: 1.25rem;
    padding: 0.95rem 1.5rem;
    background: #5daa4d;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.self-assessment-secondary {
    min-height: 60px;
    border-radius: 1.25rem;
    padding: 0.95rem 1.5rem;
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
    font-weight: 900;
    text-decoration: none;
}

.self-assessment-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.self-assessment-card-actions > * {
    flex: 1 1 220px;
}



/* ========== SELF-ASSESMENT QUIZ PAGE ========== */
.self-assessment-quiz-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.self-assessment-quiz-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.self-assessment-stage {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.self-assessment-progress-track {
    height: 0.9rem;
    border-radius: 999px;
    background: rgba(93, 170, 77, 0.16);
    overflow: hidden;
}

.self-assessment-progress-bar {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #5daa4d 0%, #6ec35a 100%);
    transition: width 220ms ease;
}

.self-assessment-card {
    display: none;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfef9 100%);
    border: 1px solid rgba(93, 170, 77, 0.14);
}

.self-assessment-card.is-active {
    display: block;
}

.self-assessment-option-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.self-assessment-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    border-radius: 1.35rem;
    border: 2px solid rgba(21, 63, 138, 0.08);
    background: #ffffff;
    padding: 1rem 1rem 1rem 0.95rem;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.self-assessment-option:hover {
    transform: translateY(-1px);
    border-color: rgba(93, 170, 77, 0.45);
    background: #f8fcf6;
}

.self-assessment-option.is-selected {
    border-color: #5daa4d;
    background: #eef8ea;
}

.self-assessment-option-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    border: 2px solid rgba(21, 63, 138, 0.2);
    background: #ffffff;
    flex-shrink: 0;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.self-assessment-option-indicator::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #5daa4d;
    transform: scale(0);
    transition: transform 180ms ease;
}

.self-assessment-option.is-selected .self-assessment-option-indicator {
    border-color: #5daa4d;
}

.self-assessment-option.is-selected .self-assessment-option-indicator::after {
    transform: scale(1);
}

.self-assessment-option-text {
    color: #29447f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

.self-assessment-tooltip-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: help;
    flex-shrink: 0;
}

.self-assessment-tooltip {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    z-index: 20;
    display: none;
    width: min(34rem, calc(100vw - 4rem));
    border-radius: 1.35rem;
    background: #5daa4d;
    border: 1px solid #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(21, 63, 138, 0.12);
}

.self-assessment-tooltip-trigger:hover .self-assessment-tooltip,
.self-assessment-tooltip-trigger:focus-within .self-assessment-tooltip {
    display: block;
}

.self-assessment-nav-button,
.self-assessment-submit-button {
    min-height: 64px;
    border: 0;
    border-radius: 1.35rem;
    padding: 0.9rem 1.55rem;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.self-assessment-nav-button.is-primary,
.self-assessment-submit-button {
    background: #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.self-assessment-nav-button.is-secondary {
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
}

.self-assessment-nav-button:disabled,
.self-assessment-submit-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}



/* ========== SELF-ASSESMENT RESULTS PAGE ========== */
.self-assessment-results-page {
    font-family: "Nunito Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #eef8ea 100%);
    color: #173165;
}

.self-assessment-results-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.self-assessment-results-card {
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.self-assessment-results-pill {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.9rem;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.self-assessment-results-pill.is-level-1 {
    background: rgba(144, 201, 109, 0.18);
    color: #4c7c2e;
}

.self-assessment-results-pill.is-level-2 {
    background: rgba(69, 154, 135, 0.16);
    color: #1f6f67;
}

.self-assessment-results-pill.is-level-3 {
    background: rgba(242, 146, 62, 0.18);
    color: #b85f14;
}

.self-assessment-results-pill.is-level-4 {
    background: rgba(53, 110, 213, 0.16);
    color: #1f4fa8;
}

.self-assessment-results-pill-text {
    letter-spacing: 0.03em;
}

.self-assessment-results-action {
    min-height: 56px;
    border-radius: 1.15rem;
    padding: 0.9rem 1.35rem;
    font-weight: 900;
    text-decoration: none;
}

.self-assessment-results-action.is-primary {
    background: #5daa4d;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
}

.self-assessment-results-action.is-secondary {
    background: rgba(21, 63, 138, 0.08);
    color: #173165;
}


/* ========== COMPANY INFO FORM PAGE ========== */
.company-form-page {
    font-family: "Nunito Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(93, 170, 77, 0.18), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f3fbf0 100%);
    color: #173165;
}

.company-form-page .display-font {
    font-family: "League Spartan", sans-serif;
}

.company-form-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(21, 63, 138, 0.12);
}

.company-form-input,
.company-form-select {
    width: 100%;
    min-height: 60px;
    border-radius: 1.2rem;
    border: 1px solid rgba(21, 63, 138, 0.14);
    background: #ffffff;
    padding: 0.95rem 1rem;
    color: #173165;
    font-weight: 800;
}

.company-form-input:focus,
.company-form-select:focus {
    outline: none;
    border-color: #5daa4d;
    box-shadow: 0 0 0 4px rgba(93, 170, 77, 0.12);
}

.company-form-checkbox {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
}

.company-form-submit {
    min-height: 62px;
    border: 0;
    border-radius: 1.25rem;
    background: #5daa4d;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(93, 170, 77, 0.24);
    transition: transform 180ms ease, background-color 180ms ease;
}

.company-form-submit:hover {
    background: #4f9a44;
    transform: translateY(-1px);
}
