/********** Template CSS **********/

/* html,
body {
    overflow-x: hidden;
} */

/*** Spinner ***/
.titler {
    color: #f3f3f3;
}

.alert {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cardifor {
    font-size: 1.5rem !important;
}

.margetop {
    margin-top: 90px !important;
}

.why-feature-section {
    background: #fff;
    padding: 56px 0;
}

.why-process {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 34px;
    margin-bottom: 38px;
}

.why-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: center;
}

.why-process-item {
    position: relative;
    text-align: center;
    padding: 0 70px;
}

    .why-process-item:after {
        content: "";
        position: absolute;
        top: 50px;
        left: calc(100% - 100px);
        width: 56%;
        border-top: 4px dotted #bfbfbf;
    }

    .why-process-item:last-child:after {
        display: none;
    }

.why-process-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f7f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 50px;
    color: #111;
    margin-left: 30%;
    margin-right: 30%;
}

.why-process-item h4 {
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

    .why-process-item h4 span {
        display: inline-flex;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f4c400;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-right: 8px;
    }

.why-process-item p {
    font-size: 17px;
    color: #232323;
    margin: 0;
    max-width: 320px;
}

.why-cards-title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #141414;
}

    .why-cards-title span {
        color: #f4c400;
    }

.why-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-card {
    border: 2px solid #ececec;
    border-radius: 22px;
    padding: 28px 22px;
    text-align: center;
    background: #fff;
    height: 100%;
}

.why-card-icon {
    font-size: 56px;
    color: #111;
    margin-bottom: 14px;
}

.why-card h5 {
    font-size: 38px;
    line-height: 1.05;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 16px;
    color: #2a2a2a;
    margin: 0;
}

@media (max-width: 1200px) {
    .why-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-process-item h4,
    .why-card h5 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .why-process-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-process-item:after {
        display: none;
    }

    .why-process-item h4,
    .why-card h5 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .why-cards-grid {
        grid-template-columns: 1fr;
    }
}


.app-banner {
    padding-bottom: 70px;
    margin: 0;
}

.app-banner-left {
    padding: 70px 60px 60px 60px;
    background-color: #0c0d0d;
}

.app-banner-content {
    padding-left: 15%;
    padding-right: 15%;
}

.app-store-badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

    .app-store-badges img {
        width: 190px;
        max-width: 100%;
        height: auto;
    }

.app-banner-right {
    background-color: #f2c100;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
}

    .app-banner-right img {
        width: min(100%, 560px);
        max-width: none;
        height: auto;
        transform: translateX(-35%);
        position: absolute;
    }

@media (max-width: 991.98px) {
    .app-banner-left {
        padding: 42px 26px 34px 26px;
    }

    .app-banner-content {
        padding-left: 0;
        padding-right: 0;
    }

    .app-banner-right {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .app-store-badges img {
        width: 160px;
    }
}



.header-carousel::before {
    background: #23242400 !important;
}

body {
    overflow-x: hidden;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80% !important;
}

.bg-dark {
    background-color: #151616 !important;
}

.col-lg-8 {
    margin-top: 0px !important;
}
.col-lg-4 {
    margin-top: 0px !important; 
}

.mpall {
    padding: 10px !important;
}

.fa-5x {
    font-size: 3em !important;
}

.btn-primary {
    background-color: #1e1f1f !important;
    border-color: #1e1f1f !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
    #mapa-google-brasil {
        width: 100%;
        height: 500px;
        border-radius: 12px;
        background: #18181b !important;
    }


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    margin-top: 15px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: -100px;
    padding-top: 150px;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #232424;
    z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: var(--bs-white);
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

.fluxo-zoom {
    transform: scale(1.08);
    transform-origin: center center;
}


/*** Project ***/
.project-item img {
    transition: .5s;
}
  
.project-item:hover img {
    transform: scale(1.2);
}
  
.project-overlay {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 30px 25px;
    transition: .5s;
}

.service-item.bg-primary:hover {
    background: var(--bs-light) !important;
}

.service-item.bg-primary p {
    color: var(--bs-light);
    transition: .5s;
}

.service-item.bg-primary:hover p {
    color: var(--bs-secondary);
}

.service-item.bg-light:hover {
    background: var(--bs-primary) !important;
}

.service-item.bg-light p {
    color: var(--bs-secondary);
    transition: .5s;
}

.service-item.bg-light:hover p {
    color: var(--bs-light);
}


.service-item .service-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
}

/*** Mapa de Presença proCNH ***/
.mapa-presenca-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.mapa-presenca-card {
    width: 100%;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}



.service-item.bg-primary .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: .5s;
}

.service-item.bg-primary:hover .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
}

.service-item.bg-light .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
    transition: .5s;
}

.service-item.bg-light:hover .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
}


/*** Our Team ***/
.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}

.team-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #434e4e;
    /* background: #434e4e; */
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-text h5 {
    position: relative;
    padding-left: 45px;
}

.testimonial-text h5::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    position: absolute;
    height: 17px;
    bottom: 0;
    right: 0;
    left: auto;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: var(--bs-white);
    border: 2px solid var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        left: 0;
        right: auto;
    }

    .testimonial-carousel .owl-dot {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/hero-bg.jpg) bottom right no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem 1.5rem;
}

.footer-col {
    flex: 1 1 100%;
    min-width: 0;
}

.footer-brand-title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem;
}

.footer-col-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1.5rem;
}

@media (min-width: 576px) {
    .footer-col {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

@media (min-width: 992px) {
    .footer-col {
        flex: 1 1 calc(33.333% - 1rem);
    }
}

@media (min-width: 1200px) {
    .footer-columns {
        flex-wrap: nowrap;
        gap: 2rem;
    }

    .footer-col {
        flex: 1 1 0;
    }

    .footer-brand-title,
    .footer-col-title {
        min-height: 2.4rem;
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
    white-space: normal;
}

.footer-contact-item {
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
    .footer-contact-item a {
        white-space: nowrap;
    }
}

.footer-app-badges {
    max-width: 170px;
}

.footer-app-badges img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 575.98px) {
    .footer .container.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .footer-app-badges {
        max-width: 200px;
    }
}

.footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: var(--bs-white);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* =============================================
   MODERNIZAÇÃO UI – proCNH 2025
   ============================================= */

:root {
    --prc-yellow:       #e6d639;
    --prc-yellow-light: #fef0ce;
    --prc-dark:         #1a1b1b;
    --prc-gray:         #f7f7fa;
    --prc-shadow:       0 4px 24px rgba(0,0,0,0.08);
    --prc-shadow-lg:    0 12px 40px rgba(0,0,0,0.14);
    --prc-radius:       16px;
}

html { scroll-behavior: smooth; }

/* Navbar – glassmorphism background: rgba(255,255,255,0.96) !important; */
.container-fluid.sticky-top {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}

/* Service / course cards – lift on hover */
.bg-light.rounded.p-4 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bg-light.rounded.p-4:hover {
    transform: translateY(-6px);
    box-shadow: var(--prc-shadow-lg) !important;
}

/* Team item rounded corners */
.team-item {
    border-radius: var(--prc-radius);
    overflow: hidden;
}

/* btn-square alignment */
.btn-square,
.btn-sm-square,
.btn-lg-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

/* Footer social icons */
.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.65);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}
.footer-social-btn:hover {
    background: var(--prc-yellow);
    border-color: var(--prc-yellow);
    color: var(--prc-dark);
}

/* FAQ section */
.faq-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.faq-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--prc-shadow);
}

.faq-card .accordion-item {
    border: 0;
    border-bottom: 1px solid #eef2f7;
}

.faq-card .accordion-item:last-child {
    border-bottom: 0;
}

.faq-card .accordion-button {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 1.03rem;
    color: var(--prc-dark);
    padding: 1.1rem 1.2rem;
    background: #fff;
}

.faq-card .accordion-button:not(.collapsed) {
    color: var(--prc-dark);
    background: #fffef2;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04);
}

.faq-card .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(230,214,57,0.35);
    border-color: transparent;
}

.faq-card .accordion-body {
    color: #4b5563;
    line-height: 1.75;
    font-size: 0.95rem;
    padding: 0.2rem 1.2rem 1.2rem;
}

/* =============================================
   REGISTRATION PAGES
   ============================================= */

/* Selection screen */
.register-choice-card {
    background: white;
    border-radius: 24px;
    padding: 44px 36px;
    box-shadow: var(--prc-shadow);
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
}
.register-choice-card:hover {
    border-color: var(--prc-dark);
    transform: translateY(-8px);
    box-shadow: var(--prc-shadow-lg);
    color: inherit;
    text-decoration: none;
}
.register-choice-card.yellow-card:hover {
    border-color: var(--prc-yellow);
    box-shadow: 0 12px 40px rgba(230,214,57,0.28);
}
.register-choice-card .choice-icon {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 2.2rem;
}
.register-choice-card .choice-icon.icon-dark {
    background: var(--prc-dark);
    color: white;
}
.register-choice-card .choice-icon.icon-yellow {
    background: var(--prc-yellow);
    color: var(--prc-dark);
}
.register-choice-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--prc-dark);
}
.register-choice-card p {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 28px;
    line-height: 1.6;
}
.choice-btn-dark {
    display: inline-block;
    padding: 13px 32px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.95rem;
    background: var(--prc-dark);
    color: white;
    transition: all 0.3s ease;
}
.choice-btn-yellow {
    display: inline-block;
    padding: 13px 32px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.95rem;
    background: var(--prc-yellow);
    color: var(--prc-dark);
    transition: all 0.3s ease;
}

/* Form input */
.form-label-prc {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.form-input-prc {
    width: 100%;
    padding: 13px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    color: var(--prc-dark);
    font-family: "Space Grotesk", sans-serif;
    background: #fafafa;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}
.form-input-prc:focus {
    border-color: var(--prc-dark);
    background: white;
    box-shadow: 0 0 0 4px rgba(26,27,27,0.05);
}
.form-input-prc::placeholder { color: #9ca3af; }
select.form-input-prc {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: #fafafa;
    padding-right: 40px;
    cursor: pointer;
}
.input-icon-wrap { position: relative; }
.input-icon-wrap .form-input-prc { padding-left: 44px; }
.input-icon-wrap .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
    pointer-events: none;
}
.pw-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
}
.pw-toggle:hover { color: var(--prc-dark); }

/* Category checkboxes grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
}
.cat-check {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 11px 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    user-select: none;
}
.cat-check input[type="checkbox"] { display: none; }
.cat-check:has(input:checked) {
    border-color: var(--prc-dark);
    background: var(--prc-dark);
    color: white;
}
.cat-check label {
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    width: 100%;
}

/* Submit buttons */
.btn-submit-yellow {
    background: var(--prc-yellow);
    color: var(--prc-dark);
    border: none;
    border-radius: 100px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.2px;
}
.btn-submit-yellow:hover {
    background: #d4c530;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(230,214,57,0.4);
}
.btn-submit-dark {
    background: var(--prc-dark);
    color: white;
    border: none;
    border-radius: 100px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.2px;
}
.btn-submit-dark:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* Strength bars */
.strength-bars { display: flex; gap: 4px; margin-top: 8px; }
.strength-bar {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    background: #e5e7eb;
    transition: background 0.3s;
}
.strength-text { font-size: 0.75rem; color: #6b7280; margin-top: 4px; }

/* Check label */
.check-prc {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #4b5563;
    cursor: pointer;
}
.check-prc input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 1px;
    accent-color: var(--prc-dark);
    cursor: pointer;
}

/* Step bar */
.step-bar { display: flex; gap: 6px; margin-bottom: 32px; }
.step-bar-item {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #e5e7eb;
}
.step-bar-item.sbi-active { background: var(--prc-yellow); }
.step-bar-item.sbi-done  { background: var(--prc-dark); }

/* Register layout – split screen */
.register-layout {
    min-height: calc(100vh - 73px);
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
}
@media (max-width: 991.98px) {
    .register-layout { grid-template-columns: 1fr; }
    .register-layout .register-side { display: none !important; }
}

.register-side {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.register-side.side-yellow {
    background: linear-gradient(145deg, #ede535 0%, #c7b800 100%);
}
.register-side.side-dark {
    background: linear-gradient(145deg, #1a1b1b 0%, #2d2f2f 100%);
}
.register-side::before {
    content: "";
    position: absolute;
    top: -100px; right: -100px;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}
.register-side::after {
    content: "";
 /*   position: absolute;*/
    bottom: -80px; left: -60px;
    width: 250px; height: 440px;
    border-radius: 50%;
/*    background: rgba(0,0,0,0.06);*/
    pointer-events: none;
}
.register-side-content { position: relative; z-index: 1; }
.register-side .side-pill {
    display: inline-block;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.side-yellow .side-pill { background: rgba(0,0,0,0.12); color: #1a1b1b; }
.side-dark   .side-pill { background: rgba(255,255,255,0.12); color: #fff; }
.register-side h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}
.side-yellow h2 { color: #1a1b1b; }
.side-dark   h2 { color: white; }
.register-side .side-desc { line-height: 1.6; margin-bottom: 24px; font-size: 0.9rem; }
.side-yellow .side-desc { color: rgba(26,27,27,0.72); }
.side-dark   .side-desc { color: rgba(255,255,255,0.65); }
.side-feature { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.side-feature-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.side-yellow .side-feature-icon { background: rgba(0,0,0,0.1);  color: #1a1b1b; }
.side-dark   .side-feature-icon { background: rgba(255,255,255,0.1); color: #fff; }
.side-feature-text strong { display: block; font-weight: 600; font-size: 0.9rem; }
.side-yellow .side-feature-text strong { color: #1a1b1b; }
.side-dark   .side-feature-text strong { color: white; }
.side-feature-text span { font-size: 0.8rem; }
.side-yellow .side-feature-text span { color: rgba(26,27,27,0.6); }
.side-dark   .side-feature-text span { color: rgba(255,255,255,0.5); }

.register-form-panel {
    background: white;
    padding: 10px 64px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
}
@media (max-width: 575.98px) {
    .register-form-panel { padding: 40px 24px; }
}

.register-header {
    background: white;
    border-bottom: 1px solid #f0f0f0;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 28px;
    transition: color 0.2s;
}
.back-link:hover { color: var(--prc-dark); }

.form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--prc-dark);
    margin-bottom: 6px;
}
.form-subtitle {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 32px;
}
.form-group-prc { margin-bottom: 18px; }
.already-link {
    text-align: center;
    margin-top: 22px;
    font-size: 0.9rem;
    color: #6b7280;
}
.already-link a { color: var(--prc-dark); font-weight: 600; text-decoration: none; }
.already-link a:hover { text-decoration: underline; }