@import url("fonts.css");

body {
    font-family: 'Raleway-Regular';
    font-style: normal;
}

/* Shared unavailable state for course format cards */
.lpx-format-card.is-disabled {
    cursor: not-allowed;
    opacity: 0.58;
    filter: grayscale(0.35);
    box-shadow: none;
}

.lpx-format-card.is-disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--lpx-line);
}

.lpx-unavailable-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    padding: 6px 12px;
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid var(--lpx-line);
    border-radius: 999px;
    font-family: var(--lpx-sans);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lpx-unavailable-note {
    margin: 12px 18px 0;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius-sm);
    color: var(--lpx-ink-soft);
    font-size: 0.82rem;
    line-height: 1.45;
}

h1,
h2,
h3,
h4 {
    font-family: 'Raleway-Bold';
}

p {
    font-family: 'Playfair Display';
}

.nopadding {
    padding: 0px;
}

.top20 {
    margin-top: 20px;
}

.centered {
    text-align: center;
}

.container {
    max-width: 1280px;
}

.align-custom-left {
    text-align: left !important;
}

.align-custom-right {
    align-items: center !important;
    text-align: right !important;
}

#topBar {
    background: #586AB0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 13px 0 #6b6b6b, 0 0 13px 0px #ccc, 0 0 13px 0px #fff;
}

.language-bar {
    margin-left: auto;
    margin-right: 0;
}

.hidden {
    display: none;
}

#topBar .container {
    max-width: 90%;
}

.language-bar {
    margin-left: auto;
    margin-right: 0;
}

.hidden {
    display: none;
}

#topBar #topLogo {
    text-align: left;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-yellow-nav {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 1 auto;
    background-color: #eaca04 !important;
    height: 35px;
    display: inline-block;
    color: black;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #eaca04;
}

.btn-yellow-nav:hover {
    background-color: #586AB0 !important;
    color: white;
    text-decoration: none;
}

.btn-blue-nav {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    flex: 0 1 auto;
    background-color: #586AB0 !important;
    display: inline-block;
    height: 35px;
    color: white;
    border-radius: 5px;
    font-weight: 800;
    border: 1px solid #eaca04;
}

.btn-blue-nav:hover {
    background-color: #eaca04 !important;
    color: black;
    text-decoration: none;
}

#topBar .topRight {
}

/*.cursant_btn:hover {*/
/*    font-weight: 600;*/
/*    background: #eaca04 !important;*/
/*}*/

.main {
    min-height: 200px;
    background: #ffffff;
}

footer {
    min-height: 363px;
    background: #586ab0;
    /*margin-top: 25px;*/
    background: #586AB0;
    padding-top: 70px;
}

footer h3 {
    color: #ffffff;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

footer h3.second {
    margin-top: 20px;
}

footer .col-lg-3 {
    text-align: center;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer ul a {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #dcdcdc;
    line-height: 28px;
}

footer ul a:hover {
    color: #ffffff;
}

footer .footerBtn {
    margin-top: 30px;
}

footer .footerBtn .btn {
    padding: 15px 35px;
    background: #eaca04;
    color: #ffffff;
    border-radius: 0px;
}

footer .copyright {
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
}

footer .copyright p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

footer .social a {
    background: #ffffff;
    margin-right: 10px;
    color: #586ab0;
    font-size: 15px;
    border-radius: 50px;
    padding: 2px 6px;
}

footer .social a .fa-youtube {
    font-size: 14px;
}

.social i {
    font-family: "Font Awesome 5 Brands";
}

#homeSlider {
    background: url("../imgs/homeSlider/Rectangle_11.png") no-repeat top left;
    min-height: 500px;
    background-size: cover;
    padding-top: 100px;
}

#homeSlider .rightSide {
    background: url("../imgs/homeSlider/sliderMask.png") no-repeat top left;
    background-size: initial;
    overflow: hidden;
}

#homeSlider .sliderImgRight1,
#homeSlider .sliderImgRight2 {
    position: absolute;
    top: 0px;
    right: 140px;
}

#homeSlider .sliderImgRight2 {
    right: -500px;
}

.price {
    font-size: 1.3em;
}

#homeSlider .sliderImgRight1 img,
#homeSlider .sliderImgRight2 img {
    width: 300px;
}

#homeSlider .sliderText1,
#homeSlider .sliderText2 {
    position: absolute;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 58.5056px;
    line-height: 68px;
    left: 120px;
    top: 50px;
    width: 390px;
}

#homeSlider .sliderText2 {
    left: -140%;
}

#homeSlider .sliderText3,
#homeSlider .sliderText4 {
    position: absolute;
    top: 70%;
    right: 50px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 51.1924px;
    line-height: 68px;
    color: #1354ff;
    mix-blend-mode: normal;
    opacity: 0.4;
    transform: rotate(-90deg);
}

#homeSlider .sliderText4 {
    right: -500px;
}

#homeSlider .rightSide img.persoana {
    margin-left: 46px;
    width: 390px;
    z-index: 9;
    position: relative;
}

#homeSlider .sliderTestimonials {
    z-index: 99;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

#homeSlider .sliderTestimonials .testimonialItem {
    background: url(../imgs/homeSlider/Rectangle_2.png) no-repeat top left;
    background-size: contain;
    position: static;
    height: 230px;
    width: 720px;
    margin-left: 9%;
    margin-top: -240px;
    display: none;
    animation: fadeOut 0.1s;
}

#homeSlider .sliderTestimonials .testimonialItem.active {
    display: block;
    animation: fadeIn 0.1s;
}

#homeSlider .sliderTestimonials .content {
    height: 200px;
    padding: 30px;
}

#homeSlider .sliderTestimonials .content .text p {
    font-family: "Raleway";
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin: 25px 0px 0px 25px;
}

#homeSlider .sliderTestimonials .content .text .name {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    color: #000000;
    margin-top: 10px;
}

#homeSlider .sliderTestimonials .content .img {
    text-align: right;
}

#homeSlider .sliderTestimonials .content .img img {
    width: 167px;
    height: 167px;
    border-radius: 50px;
}

#homeSlider .sliderTestimonials .controls {
    width: 100%;
    margin: 0px;
    text-align: center;
}

#homeSlider .sliderTestimonials .controls ul {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
}

#homeSlider .sliderTestimonials .controls ul li {
    display: inline-block;
}

#homeSlider .sliderTestimonials .controls ul div {
    width: 10px;
    height: 10px;
    background: #cccccc;
    margin: 0px 2px;
    cursor: pointer;
}

#homeSlider .sliderTestimonials .controls ul div.active {
    background: #eac83e;
}

.section-margin-wave {
    margin-top: -12px;
}

.content-wave {
    background-color: #586AB0;
    margin-top: 0px;
    margin-bottom: -20px;
}

.elementor-wave-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -15px;
}

.svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

#landingpageSlider {
    margin-top: -12px;
}

#landingpageSlider .sliderContent {
    background-color: transparent;
    background-image: linear-gradient(20deg, #586ab0 50%, #ffffd1 81%);
    height: 550px;
    margin-top: 0px;
    margin-bottom: -20px;
}

.elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.elementor-shape-top svg {
    width: calc(100% + 1.3px);
    height: 25px;
}

.elementor-shape-bottom {
    transform: rotate(180deg);
}

.elementor-shape-top {
    top: 25px;
}

.elementor-shape-bottom {
    bottom: 0px;
}

.elementor-shape-bottom svg {
    height: 20px;
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

.sliderContent .left img {
    width: 100%;
}

.sliderContent .right {
    margin-top: 200px;
}

.sliderContent .right h1 {
    color: #ffffff;
    font-size: 27px;
    font-family: "Raleway-Bold";
}

.sliderContent .right p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Raleway-Medium";
    width: 90%;
}

#landingpage1 {
    margin-top: 100px;
}

#landingpage1 h2 {
    text-align: center;
    font-size: 28px;
    font-family: "Raleway-Bold";
    color: #586ab0;
}

#landingpage1 .right,
#landingpage2 .left {
    padding-top: 200px;
}

#landingpage1 .right p,
#landingpage2 .left p {
    font-size: 20px;
    font-family: "Raleway-Medium";
    width: 90%;
    color: #586ab0;
}

#landingpage1 .left img,
#landingpage2 .right img {
    width: 100%;
}

#landingpage3 {
    background: #fcf9da;
    min-height: 200px;
    margin-top: 50px;
}

#landingpage3 .elementor-shape-top {
    top: 0px;
    transform: rotate(180deg);
}

#landingpage3 .elementor-shape-fill {
    transform: rotate(180deg);
}

#landingpage3 h2,
#landingpage4 h2,
#landingpage5 h2 {
    text-align: center;
    font-size: 28px;
    font-family: "Raleway-Bold";
    color: #586ab0;
    margin: 50px 0px;
}

#landingpage3 .box {
    padding: 17% 11% 30% 11%;
    background-color: #ffffff;
    border-radius: 262px 262px 18px 18px;
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
    width: 95%;
    margin: 0 auto;
    margin-bottom: 75px;
    height: 350px;
}

#landingpage3 .box .icon {
    text-align: center;
}

#landingpage3 .box .icon i {
    color: #ffffff;
    background: #586ab0;
    padding: 15px;
    font-size: 28px;
    border-radius: 10px;
}

#landingpage3 .box h3 {
    font-size: 19px;
    color: #586AB0;
    text-align: center;
    margin-top: 36px;
    font-family: 'Raleway-Medium';
}

#landingpage3 h4 {
    text-align: left;
    font-family: 'Raleway-Medium';
    font-size: 21px;
    color: #333333;
    padding-top: 100px;
    padding-left: 50px;
    line-height: 32px;
}

#landingpage3 .elementor-shape-bottom {
    bottom: 0px;
    transform: rotate(0deg);
}

#landingpage4 .img {
    text-align: center;
}

#landingpage4 .img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#landingpage4 h4 {
    text-align: center;
    font-size: 20px;
    color: #586AB0;
}

#landingpage4 .desc {
    font-size: 15px;
    color: #777777;
    text-align: center;
}

#landingpage5 {
    background: #FCF9DA;
    margin-top: 100px;
}

#landingpage5 h2 {
    padding-top: 30px;
    font-size: 20px;
    margin-bottom: 25px;
}

#landingpage5 .list {
    margin-top: 10px;
}

#landingpage5 .list ul {
    list-style: none;
}

#landingpage5 .list ul li {
    text-align: center;
    font-size: 21px;
    color: #586AB0;
    font-family: 'Raleway-Medium';
    line-height: 45px;
}

#landingpage5 .list ul li span {
    color: #ff0000;
}

#landingpage5 .list p {
    color: #777777;
    text-align-last: center;
    font-size: 16px;
    padding-bottom: 30px;
    font-style: italic;
}

#landingpage6 {
    margin-top: 80px;
}

#landingpage6 img {
    width: 100%;
}

#landingpage6 #formularInscriere {
    border: 1px solid #ccc;
    padding: 40px 60px;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
}

#landingpage6 #formularInscriere h2 {
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Raleway-Regular';
}

#landingpage6 #formularInscriere p {
    font-family: 'Raleway-Regular';
    color: #333333;
}

#landingpage6 #formularInscriere .form-group > div {
    padding-left: 0px;
}

#landingpage6 .submitFormularInscriere {
    display: inline-block;
    font-weight: 400;
    color: #426915;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #42cc33;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#landingpage7 {
    background-color: transparent;
    background-image: linear-gradient(20deg, #586ab0 77%, #ffffd1 100%);
}

#landingpage7 .elementor-shape-top {
    top: 0px;
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}

#landingpage7 .elementor-background-overlay {
    background-image: url("../imgs/landingpage/Artboard-1.png");
    background-size: cover;
    opacity: 0.04;
    transition: background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

#landingpage7 .container {
    padding: 100px 20px;
}

#landingpage7 .sectionText {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

#landingpage7 .sectionText h2 {
    color: #586ab0;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

#landingpage7 .img {
    padding-top: 100px;
}

#landingpage7 .img img {
    width: 100%;
}

#landingpage8 {
    background-color: transparent;
    background-image: linear-gradient(190deg, #586ab0 0%, #fcf9da 100%);
    margin-top: 20px;
}

#landingpage8 .elementor-shape-top {
    top: -1px;
}

#landingpage8 .container {
    padding: 100px 20px;
}

#landingpage8 h2 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

#landingpage8 h3 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

#landingpage8 .sectionText1,
#landingpage8 .sectionText2,
#landingpage8 .sectionText3,
#landingpage8 .sectionText4 {
    background: #ffffff;
    border-radius: 30px;
    /*box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);*/
    transition: background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
    margin: 0px 10px 0px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 010px;
    padding: 49px 49px 49px 49px;
    min-height: 532px;
}

#landingpage8 .sectionText1 h4,
#landingpage8 .sectionText2 h4,
#landingpage8 .sectionText3 h4,
#landingpage8 .sectionText4 h4 {
    color: #586ab0;
}

#landingpage9 {
    background: #fcf9da;
    margin-top: 30px;
}

#landingpage9 .elementor-shape-top {
    top: 0px;
}

#landingpage9 .img img {
    width: 100%;
}

#landingpage9 h1 {
    color: #586ab0;
    font-family: "Raleway", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#landingpage9 .numberItem h2 {
    font-family: "Raleway", Sans-serif;
    color: #586ab0;
    font-size: 40px;
    font-weight: 500;
    line-height: 30px;
}

#landingpage9 .numberItem p {
    font-family: "Playfair Display", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
}

.number-bullet-lp-9 {
    font-family: "Raleway", Sans-serif !important;
    color: #586AB0;
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

#landingpage9 .left .numberItem {
    min-height: 170px;
}

#landingpage9 .right .numberItem {
    margin-bottom: 40px;
}

#landingpage10 .container {
    padding-top: 30px;
}

#landingpage10 h1 {
    color: #586ab0;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

#landingpage10 .sectionText {
    /*box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.33);*/
    margin: 33px 33px 50px 33px;
    --e-column-margin-right: 33px;
    --e-column-margin-left: 33px;
    padding: 50px 50px 50px 50px;
    border-radius: 50px;
}

#landingpage10 .sectionText > .row {
    margin-bottom: 20px;
}

#landingpage10 .sectionText > .row img {
    width: 67px;
}

#landingpage10 .sectionText > .row h3 {
    color: #586ab0;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
}

#landingpage10 .btnSection {
    text-align: center;
}

#landingpage10 .btnSection a {
    background: #586ab0;
    color: #ffffff;
    padding: 25px 50px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

#landingpage11 {
    background-color: transparent;
    background-image: linear-gradient(20deg, #586ab0 77%, #ffffd1 100%);
    margin-top: 70px;
}

#landingpage11 .elementor-shape-top {
    top: 0px;
}

#landingpage11 .elementor-background-overlay {
    background-image: url("../imgs/landingpage/Artboard-1.png");
    background-size: cover;
    opacity: 0.04;
    transition: background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

#landingpage11 .container {
    padding: 100px 20px;
}

#landingpage11 .sectionText {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    padding: 50px 100px;
}

#landingpage11 .sectionText h2 {
    color: #586ab0;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#landingpage11 .fondator {
    width: 110px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    top: -56px;
    left: 40px;
    border-radius: 50px;
}

#landingpage12 h1 {
    color: #586ab0;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

#landingpage12 .numere .counter {
    text-align: center;
    background: none;
}

#landingpage12 .numere .counter h2 {
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    color: #586ab0;
}

#landingpage12 .numere .counter .count-text {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
}

#landingpage12 .sectionText {
    margin-top: 100px;
}

#landingpage12 .sectionText .img img {
    width: 100%;
}

#landingpage12 .sectionText .text h3 {
    margin-top: 20px;
    color: #586AB0;
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
}

#landingpage12 .sectionText .text p {
    font-family: 'Playfair Display';
}

#landingpage12 .sectionText .text ul {
    list-style: none;
    padding: 0;
    line-height: 34px;
    font-size: 17px;
}

#landingpage12 .sectionText .text ul i {
    color: #586ab0;
}

#landingpage12 .sectionText2 h2 {
    color: #586AB0;
    font-family: "Raleway", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    width: 100%;
    margin-top: 70px;
}

#landingpage12 .sectionText2 h3 {
    color: #586AB0;
    font-family: "Raleway", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#landingpage12 p {
    font-size: 17px;
    font-family: 'Playfair Display';
}

#landingpage12 .btnSection {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#landingpage12 .btnSection a {
    background: #586AB0;
    color: #ffffff;
    padding: 25px 50px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

/*
counter */
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/* eof counter */

#formaCurs,
#localitateCurs,
#numarCursuri,
#rezumat {
    margin: 50px 0px;
}

#formaCurs h1,
#localitateCurs h1,
#numarCursuri h1,
#rezumat h1 {
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway-Bold';
    color: #586AB0;
    margin-bottom: 50px;
}

#rezumat h1.neprocesata {
    color: #ff0000;
}

#rezumat.finalizare p {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Raleway-Regular';
}

#formaCurs .forma_item {
    text-align: center;
    cursor: pointer;
}

#formaCurs .forma_item.active {
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #fffcef;
    background: #fffcef;
}

#formaCurs .forma_item img {
    border-radius: 50% 50%;
    width: 150px;
    height: 150px;
    border: 1px solid #c9c9c9;
}

#formaCurs .forma_item h2 {
    font-size: 14px;
    color: #555555;
    width: 84%;
    margin: 0 auto;
    margin-top: 20px;
}

#formaCurs .forma_item h2:hover {
    color: #546fb4;
}

#formaCurs .detalii_forma {
    padding: 20px;
    margin-top: 0px;
    display: none;
}

#formaCurs .detalii_forma.mobile {
    display: none !important;
    margin-top: 20px !important;
}

#formaCurs .detalii_forma.active {
    border: 1px solid #d1d1d1;
    border-radius: 0px 0px 10px 10px;
    background: #fffcef;
    display: block;
    margin-top: -1px;
}

#formaCurs .detalii_forma h3 {
    width: 100%;
    font-size: 21px;
    color: #556fb4;
}

#formaCurs .detalii_forma ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}

#formaCurs .detalii_forma ul li {
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}

#formaCurs .nextBtn {
    text-align: left;
    padding: 0;
    margin-top: 30px;
}

#formaCurs .nextBtn button {
    padding: 10px 30px;
}

/* Dynamic Selector */

.selectorResults {
    position: absolute;
    z-index: 99;
    background: #fffdf6;
    width: 96%;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: scroll;
    display: none;
}

.selectorResults ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.selectorResults ul li {
    padding: 7px;
    cursor: pointer;
}

.selectorResults ul li span {
    font-style: italic;
    font-size: 14px;
    color: #2b8aff;
}

.selectorResults ul li:hover {
    background: #3c7abd;
    color: #ffffff;
}

.selectorResults ul li:hover span {
    color: #ffffff;
}

div.error {
    color: #ff0000;
    text-align: center;
    font-weight: 600;
    font-style: oblique;
    font-size: 17px;
    margin-top: 10px;
}

input.error {
    border: 1px solid #ff0000;
}

#localitateCurs button {
    width: 100%;
}

#numarCursuri .oferteCursuri {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
}

#numarCursuri .oferteCursuri li {
    line-height: 25px;
    margin-bottom: 9px;
    background: #fbffbf;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

#numarCursuri .oferteCursuri li span {
    color: #ff0000;
    font-weight: 600;
}

#numarCursuri .oferteCursuri li:hover,
#numarCursuri .oferteCursuri li.active {
    background: #ffe98f;
}

#numarCursuri .total {
    margin-top: 20px;
    background: #fbffbf;
    padding: 10px 0px;
    border-radius: 10px;
}

#numarCursuri .pret {
    padding-top: 5px;
}

#numarCursuri .button {
    text-align: right;
}

.rezumatArea {
    background: #fff4c7;
    padding: 20px 10px;
    border-radius: 10px;
}

.rezumatArea ul {
    list-style: none;
    padding: 0px;
}

.rezumatArea ul li {
    margin-bottom: 5px;
}

.rezumatArea .detalii_facturare h2 {
    font-size: 18px;
    color: #586AB0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.rezumatArea label {
    font-weight: 600;
}

.rezumatArea .detalii_facturare span {
    color: #ff0000;
}

.rezumatArea .newsletter {
    margin-top: 30px;
}

.rezumatArea .modalitatiPlata h3 {
    width: 100%;
    color: #586AB0;
    font-size: 18px;
    margin-bottom: 20px;
}

.rezumatArea .modalitatiPlata ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.rezumatArea .modalitatiPlata ul li.active {
    background: #fbd980;
    padding: 20px;
    border-radius: 15px;
}

.rezumatArea .payment_details {
    margin-top: 20px;
    padding: 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 16px;
    display: none;
}

.rezumatArea .modalitatiPlata ul li.active .payment_details {
    display: block;
}

.rezumatArea .payment_details img {
    width: 500px;
    margin-bottom: 15px;
}

.rezumatArea .date_personale {
    margin-bottom: 20px;
    font-style: italic;
    color: #474747;
    font-weight: 600;
}

.rezumatArea .termeni_conditii {
    margin-bottom: 25px;
    font-weight: 600;
    color: #586AB0;
}

.rezumatArea .termeni_conditii span {
    color: #ff0000;
}

.rezumatArea .finalizeaza {
    text-align: right;
}

.mainMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../imgs/home/bg3.png') #586AB0 no-repeat right bottom;
    z-index: 999;
    background-size: auto;
    background-position-x: 106%;
    background-position-y: 100px;
    padding: 70px;
    display: none;
}

.mainMenu h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 2em;
    color: #FFFFFF;
}

.mainMenu ul {
    list-style: none;
    padding: 0px;
}

.mainMenu ul li {
    margin: 10px;
}

.mainMenulink {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: #dcdcdc;
    line-height: 1.5em;
}

.mainMenu ul a:hover {
    color: #ffffff;
}

.mainMenu .headerMenuBtn {
    margin-top: 50px;
}

.mainMenu .headerMenuBtn .btn {
    padding: 15px 35px;
    background: #eaca04;
    color: #ffffff;
    border-radius: 0px;
}

.mainMenu .col1 .second {
    margin-top: 136px;
}

.mainMenu .col2 .second {
    margin-top: 72px;
}

.mainMenu .contact {
    margin-top: 20px;
}

/*.mainMenu .contact a {*/
/*    !*color: #ffffff;*!*/
/*    font-family: 'Raleway';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 18px;*/
/*}*/

.mainMenu .close {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: 4%;
    top: 8%;
    opacity: 1;
    z-index: 99;
}

#formularInscriere .disclaimer {
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
}

section#pagina {
    margin-top: 50px;
}

section#pagina h1#numePagina {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}

section#pagina .continut p {
    width: 100%;
    font-family: 'Raleway-Regular' !important;
}

.autocomplete-dropdown {
    position: absolute;
    z-index: 1000;
    /* width: 100%; */
    width: 33%;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: -1px; /* Aligns the dropdown right below the input field */
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    background-color: #f6f6f6;
}

#formaCurs .nextBtn button {
    padding: 10px 30px;
    background: white;
    color: black;
}

#localitateCurs button {
    padding: 10px 30px;
    background: white;
    color: black;
}

#submitNumarCursuri {
    padding: 10px 30px;
    background: white;
    color: black;
}

#submitComanda {
    padding: 10px 30px;
    background: white;
    color: black;
}

.shortYellowBar {
    width: 50px;
    height: 3px;
    background: #eaca04;
}

.istoricSmallTitle {
    font-size: 1.2em;
    color: white;
    font-family: "Playfair Display";
    font-weight: 700;
}

.istoricH1 {
    color: white;
    font-family: "Raleway-Regular";
    font-weight: 700;
    font-size: 2em;
}

.justifiedText {
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2em;
}

.istoricTopImg {
    max-width: 80%;
    /*max-height: 50%;*/
    margin: 0 auto;
    border-radius: 10px;
}

.bg-rad-blue {
    background: #586AB0;
    color: white;
}

.bg-rad-yellow {
    background: #fcf9da;
    color: #586AB0;
}

.text-rad-gri {
    color: #666666;
}

.text-rad-blue {
    color: #586AB0;
}

.text-subsol {
    font-size: 0.8em;
    color: #666666;
}

.shadowContainerWhite {
    box-shadow: 0px 10px 20px rgba(204, 204, 202, 0.19), 0px 6px 6px rgba(204, 204, 202, 0.19);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.shadowContainerWhite:hover {
    box-shadow: 0px 14px 28px rgba(213, 211, 211, 0.23), 0px 10px 10px rgba(213, 211, 211, 0.23);
}

.shadowContainerGrey {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.shadowContainerGrey:hover {
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
}

/******************************/
/*                            */
/*       YELLOW OVERLAYS       */
/*                            */
/******************************/

/*  BOTTOM LEFT */
.overlay-yellow-bottom-left {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-yellow-bottom-left::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to bottom left, white 53%, transparent 100%), url('../imgs/istoric/Artboard-1_yellow.png');
    opacity: 0.25;
}

/* TOP RIGHT */
.overlay-yellow-top-right {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-yellow-top-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to top right, white 53%, transparent 100%), url('../imgs/istoric/Artboard-1_yellow.png');
    opacity: 0.25;
}

/* TOP LEFT */
.overlay-yellow-top-left {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-yellow-top-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to top left, white 53%, transparent 100%), url('../imgs/istoric/Artboard-1_yellow.png');
    opacity: 0.25;
}

/* BOTTOM RIGHT */
.overlay-yellow-bottom-right {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-yellow-bottom-right::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to bottom right, white 53%, transparent 100%), url('../imgs/istoric/Artboard-1_yellow.png');
    opacity: 0.25;
}

/******************************/
/*                            */
/*       WHITE OVERLAYS       */
/*                            */
/******************************/

/* BOTTOM LEFT */
.overlay-white-bottom-left {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-white-bottom-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern *!*/
    height: 100%;
    background-size: cover;
    background: linear-gradient(to bottom left, rgb(89, 107, 177) 50%, transparent 100%), url('../imgs/landingpage/Artboard-1.png');
    opacity: 0.25;
}

/* TOP RIGHT */
.overlay-white-top-right {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-white-top-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to top right, rgb(89, 107, 177) 50%, transparent 100%), url('../imgs/landingpage/Artboard-1.png');
    opacity: 0.25;
}

/* TOP LEFT  */
.overlay-white-top-left {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-white-top-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%; /* Adjust this to change the width of the pattern */
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to top left, rgb(89, 107, 177) 50%, transparent 100%), url('../imgs/landingpage/Artboard-1.png');
    opacity: 0.25;
}

/* BOTTOM RIGHT */
.overlay-white-bottom-right {
    position: relative; /* This is needed to position the pseudo-element correctly */
}

.overlay-white-bottom-right::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%; /* Adjust this to change the width of the pattern *!*/
    height: 100%;
    background-size: cover;
    background: linear-gradient(to bottom right, rgb(89, 107, 177) 50%, transparent 100%), url('../imgs/landingpage/Artboard-1.png');
    opacity: 0.25;
}

.istoric-documents-images {
    max-width: 70%;
    max-height: 30%;
    padding: 20px;
    margin: 0 auto;
    cursor: pointer;
}

.fondatorImg {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.fondator-text-over-picture {
    position: absolute;
    border-radius: 15px;
    top: 80%;
    left: 50%;
    right: 3%;
    color: black;
    background-color: white;
    padding: 3%;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.2em;
}

.image-full-width {
    width: 100%;
    height: auto;
}

.image-container {
    position: relative;
    background: url('../imgs/fondator/fondatorul_ pe_prispa.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* This will give a 4:3 aspect ratio. Adjust as needed. */
}

.overlay-text-pin {
    border-radius: 5%;
    align-content: center;
    justify-content: center;
    font-size: 1.5vw;
    position: absolute;
    top: 7%;
    left: 5%;
    width: 95%;
    height: 10%; /* This will make the text overlay cover 25% of the image. */
    padding: 2%;
    background: transparent; /* This will give a semi-transparent white background. Adjust as needed. */
}

.overlay-text-fondator {
    border-radius: 5%;
    align-content: center;
    justify-content: center;
    font-size: 1.5vw;
    position: absolute;
    bottom: 3%;
    right: 3%;
    width: 45%;
    height: 20%; /* This will make the text overlay cover 25% of the image. */
    padding: 2%;
    background: #fcf9da; /* This will give a semi-transparent white background. Adjust as needed. */
}

.header-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Full height */
    width: 100%; /* Full width */

}

.text-rad-yellow {
    color: #eaca04;
}

.text-rad-white {
    color: white;
}

.font-rad-large {
    font-size: 1.5vw;
}

.font-rad-x-large {
    font-size: 2.5vw;
}

.header-overlay-text {
    border-radius: 35%;
    align-content: center;
    justify-content: center;
    font-weight: 800;
    position: absolute;
    top: 72%;
    left: 52%;
    width: 45%;
    height: 20%; /* This will make the text overlay cover 25% of the image. */
    padding: 3%;
}

.rad-p-5 {
    padding: 3rem !important;
}

/* MODAL Pictures */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    transition: 0.3s;
}

.modal-content:hover {
    transform: scale(1.05);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.trapezoid {
    border-radius: 25%;
    clip-path: polygon(35% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.triangle-image {
    clip-path: polygon(50% 10%, 0% 100%, 100% 100%);
}

.image-600 {
    height: 600px;
}

.image-500 {
    height: 500px;
}

.image-400 {
    height: 400px;
}

.image-300 {
    height: 300px;
}

.medium-round-image {
    border-radius: 35%;
}

.small-round-image {
    border-radius: 8%;
}

.mt-rad-mid {
    align-items: center;
}

.small-round-corner {
    width: 300px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 10px;
}

.small-gap-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.gradient-white75-blue25 {
    background-color: transparent;
    background-image: linear-gradient(180deg, white 30%, #586AB0 80%);
}

.text-gradient-gray-to-white {
    background: linear-gradient(180deg, #666666 30%, white 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tilt-image-left {
    transform: rotate(-16deg);
}

.tilt-image-12-right {
    transform: rotate(12deg);
}

.overlap-image-left {
    position: relative;
    right: -30%;
}

.down-image-25 {
    position: absolute;
    top: 55%; /* This creates the 25% overlap */
}

.front-image {
    z-index: 1; /* This brings the image to the front */
}

.white-hr {
    border: 0;
    height: 2px;
    background-color: white;
}

.hidden {
    display: none;
}


.language-switcher {
    color: white;
    text-decoration: none;
}

.language-switcher:hover {
    text-decoration: none;
    color: #eaca04;
}

.mainMenu a:hover {
    color: #eaca04;
    text-decoration: none;
}

/* ==========   MEDIA SETTINGS ============ */

@media screen and (max-width: 1650px) {
    .header-container {
        height: 80vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 1320px) {
    .header-container {
        height: 70vh; /* Adjust this value as needed */
    }
}

@media screen and (min-width: 1160px) {
    .topRight #openMeniuMobile {
        display: none !important;
    }
}

@media screen and (max-width: 1160px) {
    .topRight #cursant_btn,
    .topRight #inscrie-te_btn,
    .topRight #openMeniu {
        display: none !important;
    }

    .topRight #openMeniuMobile {
        background: none;
        color: #ffffff;
        border: none;
        font-size: 35px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    #topBar .container {
        width: 100%;
        margin: 0px;
        max-width: initial;
    }

    .header-container {
        height: 60vh; /* Adjust this value as needed */
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .overlap-image-left {
        left: -20%;
    }

    .down-image-25 {
        top: 20%;
    }
}

.language-switcher {
    color: white;
    text-decoration: none;
}

.language-switcher:hover {
    text-decoration: none;
    color: #eaca04;
}

.mainMenu a:hover {
   color: #eaca04;
    text-decoration: none;
}

@media screen and (max-width: 1290px) {
    .fondator-text-over-picture {
        position: absolute;
        margin-right: 30px;
        border-radius: 15px;
        top: 50%;
        left: 50%;
        right: 1%;
        color: black;
        background-color: white;
        padding: 3%;
        text-align: justify;
        text-justify: inter-word;
        font-size: 1.1em;
    }

    .justifiedText {
        text-align: justify;
        text-justify: inter-word;
        font-size: 1em;
    }
}

@media screen and (max-width: 1160px) {
    .fondator-text-over-picture {
        position: absolute;
        border-radius: 15px;
        margin-right: 30px;
        top: 50%;
        left: 50%;
        right: 1%;
        color: black;
        background-color: white;
        padding: 3%;
        text-align: justify;
        text-justify: inter-word;
        font-size: 1em;
    }
}

@media screen and (max-width: 1100px) {
    .fondator-text-over-picture {
        position: absolute;
        border-radius: 15px;
        margin-right: 30px;
        top: 60%;
        left: 50%;
        right: 1%;
        color: black;
        background-color: white;
        padding: 3%;
        text-align: justify;
        text-justify: inter-word;
        font-size: 0.9em;
    }

    .header-container {
        height: 50vh; /* Adjust this value as needed */
    }

}

@media screen and (max-width: 991px) {
    .text-gradient-gray-to-white {
        background: linear-gradient(180deg, #666666 1000%, white 0%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .small-auto {
        margin: auto;
    }
}

@media screen and (max-width: 968px) {
    .shadowContainerGrey {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    }

    .shadowContainerWhite {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    }

    .istoricTopImg {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .justifiedText {
        text-align: justify;
        text-justify: inter-word;
        font-size: 0.9em;
    }

    .rad-p-5 {
        padding: 0;
    }

    .fondator-text-over-picture {
        position: absolute;
        margin: 15px;
        border-radius: 15px;
        color: black;
        background-color: white;
        padding: 15px;
        text-align: justify;
        text-justify: inter-word;
        font-size: 0.9em;
    }

    .overlay-text-pin {
        border-radius: 5%;
        align-content: center;
        justify-content: center;
        font-size: 1.4em;
        position: absolute;
        top: 7%;
        left: 5%;
        width: 95%;
        height: 10%; /* This will make the text overlay cover 25% of the image. */
        padding: 2%;
        background: transparent; /* This will give a semi-transparent white background. Adjust as needed. */
    }

    .header-container {
        height: 45vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 850px) {
    .header-container {
        height: 40vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 784px) {
    #landingpageSlider .sliderContent {
        height: auto;
    }

    .sliderContent .left {
        text-align: center;
    }

    .sliderContent .right {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .container {
        width: 80%;
    }

    .sliderContent .left img {
        width: 75%;
        margin-left: -40px;
    }

    .sliderContent .right h1 {
        font-size: 22px;
    }

    .sliderContent .right p {
        width: 100%;
        font-size: 17px;
    }

    #landingpage1 .right,
    #landingpage2 .left {
        padding-top: 20px;
    }

    #landingpage1 .right p,
    #landingpage2 .left p {
        font-size: 17px;
    }

    #landingpage3 h4 {
        padding: 0px;
        margin-top: -45px;
        margin-bottom: 30px;
        font-size: 17px;
    }

    #landingpage4 .col-lg-3 {
        margin-bottom: 30px;
        border-bottom: 1px dashed #cccccc;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #landingpage4 h4 {
        margin-top: 20px;
    }

    #landingpage5 {
        margin-top: -40px;
    }

    #landingpage5 .container {
        width: 100%;
    }

    #landingpage5 h2 {
        font-size: 18px;
    }

    #landingpage5 .list ul li {
        font-size: 17px;
    }

    #landingpage5 .list p {
        font-size: 14px;
    }

    #landingpage6 {
        margin-top: 20px;
    }

    #landingpage6 .container {
        width: 100%;
    }

    #landingpage6 #formularInscriere {
        padding: 45px 16px 40px 60px;
        margin-bottom: -50px;
    }

    #landingpage6 #formularInscriere h2 {
        font-size: 25px;
    }

    #landingpage6 #formularInscriere .form-group > div {
        margin-bottom: 10px;
    }

    #landingpage7 .container {
        padding: 60px 20px;
        width: 90%;
    }

    #landingpage7 .sectionText h2 {
        font-size: 20px;
        line-height: 30px;
    }

    #landingpage8 h2 {
        font-size: 20px;
        line-height: 40px;
    }

    #landingpage8 h3 {
        line-height: 30px;
    }

    #landingpage8 .col-lg-8 {
        padding: 0px;
    }

    #landingpage8 .row {
        margin: 0px;
        padding: 0px;
    }

    #landingpage8 .sectionText1,
    #landingpage8 .sectionText2,
    #landingpage8 .sectionText3,
    #landingpage8 .sectionText4 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 30px 40px;
    }

    #landingpage8 .sectionText1 h4,
    #landingpage8 .sectionText2 h4,
    #landingpage8 .sectionText3 h4,
    #landingpage8 .sectionText4 h4 {
        font-size: 20px;
        color: #586AB0;
    }

    #landingpage8 .container {
        width: 100%;
    }

    #landingpage9 .container {
        width: 90%;
    }

    #landingpage9 .numberItem h2 {
        text-align: center;
    }

    #landingpage9 .numberItem {
        text-align: center;
    }

    #landingpage9 .left .numberItem {
        min-height: auto;
        margin-bottom: 37px;
    }

    #landingpage9 .col-lg-8 {
        margin: 0px;
        padding: 0px;
    }

    #landingpage9 h1 {
        font-size: 20px;
    }

    #landingpage9 .numberItem p {
        font-size: 16px;
    }

    #landingpage10 h1 {
        font-size: 19px;
        line-height: 35px;
        padding: 0px 10px;
    }

    #landingpage10 .col-lg-12 {
        margin: 0px;
    }

    #landingpage10 .sectionText > .row img {
        width: 40px;
    }

    #landingpage10 .sectionText .img {
        text-align: center;
    }

    #landingpage10 .sectionText .text {
        padding: 0px;
        text-align: center;
    }

    #landingpage10 .sectionText > .row h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    #landingpage10 .container {
        width: 100%;
    }

    #landingpage10 .sectionText {
        margin: 33px 0px;
    }

    #landingpage11 .container {
        width: 100%;
    }

    #landingpage11 .sectionText {
        padding: 50px 40px;
    }

    #landingpage12 h1 {
        font-size: 20px;
        line-height: 30px;
    }

    #landingpage12 .container {
        width: 90%;
    }

    #landingpage12 .col {
        width: 100%;
    }

    #landingpage12 .numere .counter h2 {
        font-size: 50px;
    }

    #landingpage12 .numere .counter .count-text {
        line-height: 1.5;
    }

    #landingpage12 .sectionText {
        margin-top: 0px;
    }

    #landingpage12 .sectionText2 h2 {
        font-size: 22px;
        line-height: 40px;
    }

    #landingpage12 .sectionText2 h3 {
        font-size: 22px;
        line-height: 40px;
    }

    #landingpage12 .btnSection a {
        padding: 15px 35px;
        font-size: 14px;
    }

    footer {
        padding-top: 30px;
    }

    footer .col-lg-3 {
        margin-bottom: 20px;
    }

    .mainMenu {
        position: absolute;
        height: auto;
    }

    .mainMenu .close {
        top: 1%;
        right: 7%;
    }

    .mainMenu .col1 .second {
        margin-top: 20px;
    }

    .mainMenu .col2 .second {
        margin-top: 0px;
    }

    .mainMenu .headerMenuBtn {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #formaCurs h1,
    #localitateCurs h1,
    #numarCursuri h1,
    #rezumat h1 {
        font-size: 22px;
    }

    #formaCurs .forma_item {
        margin-bottom: 30px;
    }

    #formaCurs .detalii_forma.desktop {
        display: none;
    }

    #formaCurs .detalii_forma.mobile.active {
        display: block !important;
    }

    #formaCurs .nextBtn {
        text-align: center;
    }

    #numarCursuri .oferteCursuri li {
        font-size: 15px;
        line-height: 28px;
    }

    #numarCursuri .pret {
        text-align: center;
        margin-bottom: 20px;
    }

    #rezumat .container {
        width: 90%;
    }

    .rezumatArea .payment_details img {
        width: 100%;
    }

    .rezumatArea .modalitatiPlata {
        padding: 0px;
    }

    .rezumatArea label {
        margin-top: 10px;
    }

    #rezumat.finalizare p {
        font-size: 15px;
    }

    .shadowContainerGrey {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    }

    .shadowContainerWhite {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    }

    .istoricTopImg {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .justifiedText {
        text-align: justify;
        text-justify: inter-word;
        font-size: 0.9em;
    }

    .istoric-documents-images {
        max-width: 100%;
        max-height: 100%;
    }

    .image-600 {
        height: auto;
        width: 100%;
    }

    .image-500 {
        height: auto;
        width: 100%;
    }

    .image-400 {
        height: auto;
        width: 100%;
    }

    .image-300 {
        height: auto;
        width: 100%;
    }

    .overlap-image-left {
        left: 0;
    }

    .tilt-image-left {
        margin-bottom: 5px;
        transform: rotate(0deg);
    }

    .down-image-25 {
        position: relative;
        top: 0;
    }

    .header-container {
        height: 35vh; /* Adjust this value as needed */
    }
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }

    .header-container {
        height: 30vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 510px) {
    .text-gradient-gray-to-white {
        background: linear-gradient(180deg, black 73%, white 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #topBar #topLogo img {
        width: 300px;
    }

    .header-container {
        height: 25vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 420px) {
    .topRight #openMeniuMobile {
        font-size: 28px;
    }

    #topBar #topLogo img {
        width: 250px;
        margin-top: 5px;
    }

    .header-container {
        height: 20vh; /* Adjust this value as needed */
    }
}

@media screen and (max-width: 420px) {
    .header-container {
        height: 15vh; /* Adjust this value as needed */
    }
}


/* ════════════════════════════════════════════════════════════════════
   MODERN LANDING REDESIGN — scoped on `.lp-modern` only
   Everything below targets the landing page; nothing leaks elsewhere.
   ════════════════════════════════════════════════════════════════════ */

/* === Design tokens === */
.lp-modern {
    --lpm-bg: #ffffff;
    --lpm-bg-soft: #f7f9fc;
    --lpm-bg-cream: #fbf7ed;
    --lpm-ink: #102046;
    --lpm-ink-soft: #314365;
    --lpm-muted: #71809a;
    --lpm-line: rgba(18, 35, 74, 0.10);
    --lpm-gold: #f4b91f;
    --lpm-gold-deep: #d79f00;
    --lpm-green: #78a654;
    --lpm-blue: #4f8ee8;
    --lpm-rose: #ef7990;
    --lpm-purple: #7d67d9;
    --lpm-radius-sm: 10px;
    --lpm-radius: 16px;
    --lpm-radius-lg: 24px;
    --lpm-shadow-sm: 0 8px 24px rgba(18, 35, 74, 0.06);
    --lpm-shadow: 0 18px 48px rgba(18, 35, 74, 0.08);
    --lpm-shadow-lg: 0 28px 70px rgba(18, 35, 74, 0.12);
    --lpm-serif: Georgia, "Times New Roman", serif;
    --lpm-sans: "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;

    background: var(--lpm-bg);
    color: var(--lpm-ink-soft);
    font-family: var(--lpm-sans);
    font-size: 16px;
    line-height: 1.6;
}

/* === Body bg & main wrapper sit on white === */
body:has(.lp-modern) { background: var(--lpm-bg, #fff) !important; }
body:has(.lp-modern) .main { background: #ffffff; }

/* === Kill all old #landingpage* shape SVGs and gradient bgs === */
.lp-modern .elementor-shape,
.lp-modern .elementor-shape-top,
.lp-modern .elementor-shape-bottom,
.lp-modern .elementor-background-overlay {
    display: none !important;
}

/* === Reset every old section's background and spacing === */
.lp-modern section {
    position: relative;
    background: transparent !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 80px 0;
    color: var(--lpm-ink-soft);
    overflow: visible;
}

.lp-modern section .container {
    max-width: 1180px;
    padding: 0 24px;
}

/* Alternating soft section bg for visual rhythm */
.lp-modern #landingpage1,
.lp-modern #landingpage5,
.lp-modern #landingpage9 {
    background: var(--lpm-bg-soft) !important;
}

.lp-modern #landingpage7 {
    background: var(--lpm-bg-cream) !important;
}

/* === Universal headings inside lp-modern === */
.lp-modern h1,
.lp-modern h2,
.lp-modern h3,
.lp-modern h4,
.lp-modern h5 {
    color: var(--lpm-ink);
    font-family: var(--lpm-serif);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 16px;
    text-align: left;
}

.lp-modern h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.lp-modern h2 { font-size: clamp(1.85rem, 3vw, 2.6rem); }
.lp-modern h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); }
.lp-modern h4 { font-size: 1.1rem; font-family: var(--lpm-sans); font-weight: 700; text-transform: none; }

.lp-modern p {
    color: var(--lpm-ink-soft);
    font-family: var(--lpm-sans);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 14px;
    text-align: left;
}

.lp-modern p:last-child { margin-bottom: 0; }

.lp-modern strong { color: var(--lpm-ink); font-weight: 700; }

.lp-modern a {
    color: var(--lpm-gold-deep);
    text-decoration: none;
    transition: color 0.2s ease;
}
.lp-modern a:hover { color: var(--lpm-gold); }

/* === Bootstrap row reset for our grid === */
.lp-modern .row { margin-left: 0; margin-right: 0; }

/* ════════════════════════════════════════════════════════════════════
   SECTION: HERO (#landingpageSlider)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpageSlider {
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at 78% 50%, rgba(244, 185, 31, 0.12), transparent 28rem),
        linear-gradient(180deg, #fbfbf7 0%, #ffffff 100%) !important;
    overflow: hidden;
}

.lp-modern #landingpageSlider .sliderContent { background: transparent; }

.lp-modern #landingpageSlider .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}

.lp-modern #landingpageSlider .col-lg-4,
.lp-modern #landingpageSlider .col-lg-8 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

/* Image goes RIGHT in a yellow card */
.lp-modern #landingpageSlider .col-lg-4 {
    order: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.lp-modern #landingpageSlider .col-lg-4::before {
    content: "";
    position: absolute;
    inset: 30px 0;
    border-radius: 36px;
    background: linear-gradient(160deg, #fff2ad 0%, #fbf7d8 100%);
    box-shadow: var(--lpm-shadow-lg);
}

.lp-modern #landingpageSlider .col-lg-4 img {
    position: relative;
    z-index: 2;
    width: min(420px, 90%);
    border-radius: var(--lpm-radius);
    object-fit: cover;
}

.lp-modern #landingpageSlider .col-lg-8 {
    order: 1;
}

.lp-modern #landingpageSlider h1 {
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 0.95;
    margin: 0 0 24px;
}

.lp-modern #landingpageSlider p {
    max-width: 480px;
    color: var(--lpm-ink-soft);
    font-size: 1.05rem;
    line-height: 1.65;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage1 + landingpage2 (intro text + image)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage1 .row,
.lp-modern #landingpage2 .row {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 48px;
    align-items: center;
}

.lp-modern #landingpage2 .row {
    grid-template-columns: 1fr 0.8fr;
}

.lp-modern #landingpage1 .col-lg-4,
.lp-modern #landingpage1 .col-lg-8,
.lp-modern #landingpage2 .col-lg-4,
.lp-modern #landingpage2 .col-lg-8 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage1 h2 {
    text-align: center;
    margin-bottom: 48px;
    grid-column: 1 / -1;
}

.lp-modern #landingpage1 img,
.lp-modern #landingpage2 img {
    width: 100%;
    max-width: 380px;
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage3 (4 feature boxes)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage3 h2 {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 48px;
}

.lp-modern #landingpage3 .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lp-modern #landingpage3 .col-lg-4 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage3 .col-lg-4:nth-child(5) { grid-column: 1 / -1; }

.lp-modern #landingpage3 .box {
    height: 100%;
    padding: 28px 22px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow-sm);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-modern #landingpage3 .box:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage3 .box .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(244, 185, 31, 0.12);
    color: var(--lpm-gold-deep);
    font-size: 1.6rem;
}

.lp-modern #landingpage3 .col-lg-4:nth-child(2) .box .icon {
    background: rgba(120, 166, 84, 0.12);
    color: var(--lpm-green);
}
.lp-modern #landingpage3 .col-lg-4:nth-child(3) .box .icon {
    background: rgba(79, 142, 232, 0.12);
    color: var(--lpm-blue);
}
.lp-modern #landingpage3 .col-lg-4:nth-child(4) .box .icon {
    background: rgba(125, 103, 217, 0.12);
    color: var(--lpm-purple);
}

.lp-modern #landingpage3 .box h3 {
    margin: 0;
    font-family: var(--lpm-sans);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.lp-modern #landingpage3 h4 {
    margin-top: 32px;
    padding: 20px 28px;
    border-radius: var(--lpm-radius);
    background: var(--lpm-bg-soft);
    color: var(--lpm-ink);
    font-family: var(--lpm-serif);
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage4 (course formats with prices)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage4 h2 {
    text-align: center;
    margin-bottom: 48px;
}

.lp-modern #landingpage4 > .container > .tw-flex {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.lp-modern #landingpage4 .tw-flex-1 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 26px 22px 28px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow-sm);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-modern #landingpage4 .tw-flex-1:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage4 .img img,
.lp-modern #landingpage4 .tw-rounded-full {
    width: 110px !important;
    height: 110px !important;
    margin: 0 0 14px !important;
    border-radius: 999px !important;
    object-fit: cover;
    box-shadow: var(--lpm-shadow-sm);
}

.lp-modern #landingpage4 h4 {
    margin: 8px 0 6px !important;
    color: var(--lpm-ink);
    font-family: var(--lpm-sans);
    font-size: 1.18rem;
    font-weight: 700;
    text-align: center;
}

.lp-modern #landingpage4 .desc {
    flex: 1 0 auto;
    color: var(--lpm-ink-soft);
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: center;
}

.lp-modern #landingpage4 br { display: block; }

/* Price (any free-floating strong/span price text) — bigger, bolder */
.lp-modern #landingpage4 .tw-flex-1 strong,
.lp-modern #landingpage4 .tw-flex-1 .price,
.lp-modern #landingpage4 .tw-flex-1 b {
    display: block;
    margin: 14px 0 12px;
    color: var(--lpm-ink);
    font-family: var(--lpm-sans);
    font-size: 1.3rem;
    font-weight: 800;
}

.lp-modern #landingpage4 .tw-flex-1 a,
.lp-modern #landingpage4 .tw-flex-1 button {
    margin-top: auto;
    align-self: center;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--lpm-gold);
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-sans);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(244, 185, 31, 0.28);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.lp-modern #landingpage4 .tw-flex-1 a:hover {
    filter: brightness(0.97);
    transform: translateY(-1px);
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage5 (discount tiers list)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage5 h2 {
    text-align: center;
    margin-bottom: 36px;
}

.lp-modern #landingpage5 .list {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage5 .list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 12px;
}

.lp-modern #landingpage5 .list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: var(--lpm-bg-soft);
    border-radius: var(--lpm-radius-sm);
    color: var(--lpm-ink);
    font-family: var(--lpm-sans);
    font-weight: 500;
    line-height: 1.4;
}

.lp-modern #landingpage5 .list ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 6px 14px;
    background: var(--lpm-gold);
    color: var(--lpm-ink);
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(244, 185, 31, 0.3);
}

.lp-modern #landingpage5 .list p {
    margin: 0;
    color: var(--lpm-muted);
    font-size: 0.85rem;
    text-align: center;
    font-style: italic;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: form (registerForm-v2 partial)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern .tw-font-raleway-reg {
    padding: 60px 0;
    background: linear-gradient(180deg, #fbf7ed 0%, #ffffff 100%);
}

.lp-modern .tw-font-raleway-reg > .tw-p-6 {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-modern #formularInscriere {
    padding: 36px !important;
    background: #ffffff !important;
    border: 1px solid var(--lpm-line) !important;
    border-radius: var(--lpm-radius) !important;
    box-shadow: var(--lpm-shadow-lg) !important;
}

.lp-modern #formularInscriere h2 {
    font-family: var(--lpm-serif);
    font-size: 1.9rem;
    margin: 0 0 8px;
    color: var(--lpm-ink);
}

.lp-modern #formularInscriere > div:first-child p {
    color: var(--lpm-muted);
    font-size: 0.95rem;
    margin: 0 0 24px;
}

.lp-modern #formularInscriere label {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-sans);
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.lp-modern #formularInscriere input[type="text"],
.lp-modern #formularInscriere input[type="email"],
.lp-modern #formularInscriere input[type="tel"],
.lp-modern #formularInscriere select,
.lp-modern #formularInscriere .form-control {
    height: 46px;
    min-height: 46px;
    padding: 0 14px !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
    border-radius: var(--lpm-radius-sm) !important;
    color: var(--lpm-ink);
    background: #ffffff !important;
    box-shadow: none !important;
}

.lp-modern #formularInscriere input:focus,
.lp-modern #formularInscriere select:focus {
    border-color: var(--lpm-gold) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(244, 185, 31, 0.18) !important;
}

/* Force phone/country/region/city to 2x2 instead of 4-cramped */
.lp-modern #formularInscriere .col-xl-3,
.lp-modern #formularInscriere .col-xl-3.col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

/* Yellow submit button — beat Bootstrap btn-success */
.lp-modern #formularInscriere .submitFormularInscriere,
.lp-modern #formularInscriere button[type="submit"],
.lp-modern #formularInscriere #submitBtn,
.lp-modern #formularInscriere .btn.btn-success,
.lp-modern #formularInscriere .btn-success.bg-success {
    width: 100% !important;
    height: 52px !important;
    margin-top: 8px !important;
    background: var(--lpm-gold) !important;
    background-color: var(--lpm-gold) !important;
    border: 1px solid #dda516 !important;
    border-radius: var(--lpm-radius-sm) !important;
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-sans) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 14px 30px rgba(244, 185, 31, 0.28) !important;
}

.lp-modern #formularInscriere button[type="submit"]:hover:not(:disabled) {
    filter: brightness(0.97);
    transform: translateY(-1px);
}

.lp-modern #formularInscriere button[type="submit"]:disabled {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.lp-modern #formularInscriere .disclaimer {
    margin-top: 18px !important;
    padding: 14px 16px !important;
    border-radius: var(--lpm-radius-sm) !important;
    background: var(--lpm-bg-soft) !important;
    font-size: 0.78rem !important;
    color: var(--lpm-muted) !important;
    line-height: 1.55 !important;
}
.lp-modern #formularInscriere .disclaimer p {
    margin: 0 0 4px !important;
    font-size: 0.78rem !important;
}
.lp-modern #formularInscriere .disclaimer p:last-child { margin-bottom: 0 !important; }

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage7 (long text + side image)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage7 .row {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.lp-modern #landingpage7 .col-lg-9,
.lp-modern #landingpage7 .col-lg-3 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage7 .sectionText {
    padding: 40px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage7 .sectionText h2 { margin-bottom: 24px; }

.lp-modern #landingpage7 .sectionText p {
    color: var(--lpm-ink-soft);
    line-height: 1.75;
    margin-bottom: 14px;
}

.lp-modern #landingpage7 .img img {
    width: 100%;
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage8 (4 grades)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage8 .container > h2,
.lp-modern #landingpage8 .container > h3 {
    text-align: center;
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif);
}

.lp-modern #landingpage8 > .container > h2 { margin: 0 auto 12px; max-width: 800px; }
.lp-modern #landingpage8 > .container > h3 {
    font-family: var(--lpm-sans);
    font-weight: 500;
    font-size: 1.05rem;
    color: var(--lpm-ink-soft) !important;
    line-height: 1.5;
    margin: 0 auto 48px;
    max-width: 720px;
}

.lp-modern #landingpage8 .row.col-lg-12 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.lp-modern #landingpage8 .row.col-lg-12.top20 {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 24px auto 0;
}

.lp-modern #landingpage8 .row.col-lg-12.top20 .col-lg-2 { display: none; }

.lp-modern #landingpage8 .col-lg-4,
.lp-modern #landingpage8 .col-lg-8,
.lp-modern #landingpage8 .col-lg-2 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage8 [class*="sectionText"] {
    height: 100%;
    margin: 0 !important;
    padding: 32px 28px !important;
    min-height: 0 !important;
    background: #ffffff !important;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius) !important;
    box-shadow: var(--lpm-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-modern #landingpage8 [class*="sectionText"]:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage8 [class*="sectionText"] h4 {
    margin: 0 0 16px !important;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--lpm-gold);
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
}

.lp-modern #landingpage8 .sectionText2 h4 { border-bottom-color: var(--lpm-blue); }
.lp-modern #landingpage8 .sectionText3 h4 { border-bottom-color: var(--lpm-purple); }
.lp-modern #landingpage8 .sectionText4 h4 { border-bottom-color: var(--lpm-green); }

.lp-modern #landingpage8 [class*="sectionText"] p {
    color: var(--lpm-ink-soft);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage9 (7 reasons)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage9 .row.col-lg-12 {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
}

.lp-modern #landingpage9 .col-lg-4.img,
.lp-modern #landingpage9 .col-lg-8 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage9 .col-lg-4.img img {
    width: 100%;
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow-lg);
}

.lp-modern #landingpage9 h1 {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    text-align: left;
    color: var(--lpm-ink);
}

.lp-modern #landingpage9 .col-lg-8.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
    align-content: start;
}

.lp-modern #landingpage9 .col-lg-8.row > h1 { grid-column: 1 / -1; }

.lp-modern #landingpage9 .col-lg-6 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
    display: contents;
}

.lp-modern #landingpage9 .numberItem {
    padding: 14px 16px;
    background: #ffffff;
    border-left: 3px solid var(--lpm-gold);
    border-radius: var(--lpm-radius-sm);
    box-shadow: var(--lpm-shadow-sm);
}

.lp-modern #landingpage9 .numberItem p {
    margin: 0;
    color: var(--lpm-ink-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}

.lp-modern #landingpage9 .number-bullet-lp-9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--lpm-gold);
    color: var(--lpm-ink);
    font-family: var(--lpm-sans);
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage10 (6 numbered steps)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage10 h1 {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 820px;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
}

.lp-modern #landingpage10 .row.col-lg-12 {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
}

.lp-modern #landingpage10 .col-lg-1 { display: none; }
.lp-modern #landingpage10 .col-lg-10 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage10 .sectionText {
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: grid;
    gap: 18px;
}

.lp-modern #landingpage10 .sectionText > .col-lg-12.row {
    display: grid !important;
    grid-template-columns: 110px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow-sm);
    width: 100%;
    margin: 0;
}

.lp-modern #landingpage10 .col-lg-3.img,
.lp-modern #landingpage10 .col-lg-9.text {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage10 .col-lg-3.img img {
    width: 100%;
    max-width: 100px;
    border-radius: var(--lpm-radius-sm);
}

.lp-modern #landingpage10 .col-lg-9.text h3 {
    margin: 0 0 8px;
    font-family: var(--lpm-sans);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lpm-ink);
}

.lp-modern #landingpage10 .col-lg-9.text p {
    margin: 0;
    color: var(--lpm-ink-soft);
    font-size: 0.92rem;
    line-height: 1.6;
}

.lp-modern #landingpage10 .btnSection {
    margin-top: 32px;
    text-align: center;
}

.lp-modern #landingpage10 .btnSection a,
.lp-modern #landingpage12 .btnSection a {
    display: inline-block;
    padding: 16px 36px;
    background: var(--lpm-gold) !important;
    color: var(--lpm-ink) !important;
    border: 0;
    border-radius: var(--lpm-radius-sm);
    font-family: var(--lpm-sans);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 30px rgba(244, 185, 31, 0.3);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.lp-modern #landingpage10 .btnSection a:hover,
.lp-modern #landingpage12 .btnSection a:hover {
    filter: brightness(0.97);
    transform: translateY(-1px);
}

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage11 (Founder)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage11 .container > .row {
    display: block;
}

.lp-modern #landingpage11 .col-lg-12 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage11 .sectionText {
    padding: 48px;
    background: #ffffff;
    border: 1px solid var(--lpm-line);
    border-radius: var(--lpm-radius-lg);
    box-shadow: var(--lpm-shadow-lg);
    position: relative;
    overflow: hidden;
}

.lp-modern #landingpage11 .sectionText::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(244, 185, 31, 0.1), transparent 70%);
    pointer-events: none;
}

.lp-modern #landingpage11 .sectionText h2 {
    margin: 0 0 28px;
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
}

.lp-modern #landingpage11 .sectionText img.fondator {
    float: left;
    width: 200px;
    height: auto;
    margin: 0 32px 16px 0;
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage11 .sectionText p {
    color: var(--lpm-ink-soft);
    line-height: 1.75;
    margin-bottom: 14px;
}

.lp-modern #landingpage11 .sectionText p:last-child::after { content: ""; display: block; clear: both; }

/* ════════════════════════════════════════════════════════════════════
   SECTION: landingpage12 (Stats + Final pitch)
   ════════════════════════════════════════════════════════════════════ */
.lp-modern #landingpage12 > .container > h1 {
    text-align: center;
    margin: 0 auto 16px;
    max-width: 800px;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    color: var(--lpm-ink);
}

.lp-modern #landingpage12 .msg {
    max-width: 720px;
    margin: 0 auto 48px;
}

.lp-modern #landingpage12 .msg p {
    text-align: center;
    color: var(--lpm-ink-soft);
    font-size: 1.05rem;
    line-height: 1.65;
}

/* Numere stats bar — navy gradient */
.lp-modern #landingpage12 .numere {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0 0 64px;
    padding: 38px 32px;
    width: 100% !important;
    max-width: none !important;
    border-radius: var(--lpm-radius);
    background: linear-gradient(135deg, #102046, #03153a);
    box-shadow: var(--lpm-shadow-lg);
}

.lp-modern #landingpage12 .numere .col-lg-3 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage12 .numere .counter {
    text-align: center;
    background: transparent;
}

.lp-modern #landingpage12 .numere .counter h2 {
    color: #ffffff !important;
    font-family: var(--lpm-sans) !important;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    margin: 0 0 8px !important;
}

.lp-modern #landingpage12 .numere .counter .count-text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: var(--lpm-sans) !important;
    font-size: 0.86rem !important;
    text-align: center !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* Final pitch (image + bullet list) */
.lp-modern #landingpage12 .sectionText {
    display: grid !important;
    grid-template-columns: 0.85fr 1fr;
    gap: 48px;
    align-items: center;
    margin: 0 0 56px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.lp-modern #landingpage12 .sectionText .col-lg-5,
.lp-modern #landingpage12 .sectionText .col-lg-7 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.lp-modern #landingpage12 .sectionText .img img {
    width: 100%;
    border-radius: var(--lpm-radius);
    box-shadow: var(--lpm-shadow);
}

.lp-modern #landingpage12 .sectionText .text h3 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
    font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
    text-align: left !important;
}

.lp-modern #landingpage12 .sectionText .text p {
    color: var(--lpm-ink-soft) !important;
    font-family: var(--lpm-sans) !important;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
    margin: 0 0 14px !important;
}

.lp-modern #landingpage12 .elementor-icon-list-items {
    list-style: none !important;
    padding: 0 !important;
    margin: 18px 0 0 !important;
    display: grid;
    gap: 10px;
}

.lp-modern #landingpage12 .elementor-icon-list-item {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
}

.lp-modern #landingpage12 .elementor-icon-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: rgba(120, 166, 84, 0.15);
    color: var(--lpm-green);
    font-size: 0.85rem;
    margin-top: 2px;
}

.lp-modern #landingpage12 .elementor-icon-list-text {
    color: var(--lpm-ink-soft);
    font-family: var(--lpm-sans);
    font-size: 0.92rem;
    line-height: 1.55;
}

/* Bottom pitch sectionText2 */
.lp-modern #landingpage12 .sectionText2 {
    max-width: 820px;
    margin: 0 auto 32px !important;
    padding: 40px !important;
    background: var(--lpm-bg-cream) !important;
    border-radius: var(--lpm-radius) !important;
    border: 1px solid var(--lpm-line);
    width: auto !important;
}

.lp-modern #landingpage12 .sectionText2 h2,
.lp-modern #landingpage12 .sectionText2 h3 {
    color: var(--lpm-ink) !important;
    text-align: center !important;
    font-family: var(--lpm-serif) !important;
    line-height: 1.2 !important;
    margin: 0 0 14px !important;
    width: 100% !important;
}

.lp-modern #landingpage12 .sectionText2 h2 { font-size: clamp(1.5rem, 2.3vw, 1.9rem) !important; }
.lp-modern #landingpage12 .sectionText2 h3 {
    font-family: var(--lpm-sans) !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

.lp-modern #landingpage12 .sectionText2 p {
    color: var(--lpm-ink-soft);
    font-family: var(--lpm-sans) !important;
    font-size: 0.96rem !important;
    text-align: left;
    line-height: 1.7 !important;
}

.lp-modern #landingpage12 .btnSection {
    text-align: center;
    margin-top: 16px;
}

/* ════════════════════════════════════════════════════════════════════
   HEADER (sticky, white, modern) — when on .lp-modern page
   ════════════════════════════════════════════════════════════════════ */
body:has(.lp-modern) #topBar {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--lpm-line, rgba(18, 35, 74, 0.08));
    box-shadow: 0 6px 20px rgba(18, 35, 74, 0.04);
}

body:has(.lp-modern) #topBar .container { max-width: 1240px; }

body:has(.lp-modern) #topLogo img {
    width: 230px !important;
    max-height: 52px;
    object-fit: contain;
}

body:has(.lp-modern) .button-container {
    gap: 10px;
    align-items: center;
}

body:has(.lp-modern) .btn-yellow-nav,
body:has(.lp-modern) .btn-blue-nav,
body:has(.lp-modern) #openMeniu,
body:has(.lp-modern) #openMeniuMobile {
    height: 40px;
    padding: 0 16px !important;
    border-radius: 8px !important;
    font-family: "Raleway", sans-serif;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body:has(.lp-modern) .btn-yellow-nav {
    background: #f4b91f !important;
    color: #102046 !important;
    border: 1px solid #dda516 !important;
}

body:has(.lp-modern) .btn-blue-nav {
    background: #ffffff !important;
    color: #102046 !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
}

body:has(.lp-modern) #openMeniu {
    background: #ffffff !important;
    color: #102046 !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
}

body:has(.lp-modern) #openMeniuMobile { display: none; }

@media (max-width: 991px) {
    body:has(.lp-modern) #openMeniu { display: none; }
    body:has(.lp-modern) #openMeniuMobile {
        display: inline-flex;
        background: #ffffff !important;
        color: #102046 !important;
        width: 40px;
        padding: 0 !important;
        border: 1px solid rgba(18, 35, 74, 0.16) !important;
    }
}

/* ════════════════════════════════════════════════════════════════════
   FOOTER (clean, light) — when on .lp-modern page
   ════════════════════════════════════════════════════════════════════ */
body:has(.lp-modern) footer {
    min-height: 0 !important;
    padding: 56px 0 0 !important;
    background: #f7f9fc !important;
    border-top: 1px solid rgba(18, 35, 74, 0.06);
}

body:has(.lp-modern) footer .container { max-width: 1240px; }

body:has(.lp-modern) footer .row {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    padding-bottom: 44px;
}

body:has(.lp-modern) footer .row.copyright {
    display: block;
    padding: 22px 0;
    margin: 0 !important;
    border-top: 1px solid rgba(18, 35, 74, 0.08);
    grid-template-columns: none;
}

body:has(.lp-modern) footer .col-lg-3 {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    text-align: left !important;
}

body:has(.lp-modern) footer h3 {
    color: #102046 !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin: 0 0 16px !important;
}

body:has(.lp-modern) footer h3.second { margin-top: 22px !important; }

body:has(.lp-modern) footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    gap: 8px;
}

body:has(.lp-modern) footer ul li { text-align: left !important; }

body:has(.lp-modern) footer ul a {
    color: #52617b !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: color 0.18s ease;
}

body:has(.lp-modern) footer ul a:hover { color: #d79f00 !important; }

body:has(.lp-modern) footer .footerBtn { margin-top: 22px !important; }

body:has(.lp-modern) footer .footerBtn .btn {
    display: inline-block !important;
    padding: 12px 22px !important;
    background: #f4b91f !important;
    color: #102046 !important;
    border: 1px solid #dda516 !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em;
    box-shadow: 0 8px 18px rgba(244, 185, 31, 0.28) !important;
}

body:has(.lp-modern) footer .social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

body:has(.lp-modern) footer .social a {
    background: #ffffff !important;
    color: #102046 !important;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(18, 35, 74, 0.12);
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem !important;
    transition: all 0.2s ease;
}

body:has(.lp-modern) footer .social a:hover {
    background: #102046 !important;
    color: #ffffff !important;
    border-color: #102046;
    transform: translateY(-2px);
}

body:has(.lp-modern) footer .copyright p {
    color: #71809a !important;
    font-size: 0.82rem !important;
    text-align: center !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    width: 100%;
}

body:has(.lp-modern) footer .anpc-div { margin-top: 18px !important; }
body:has(.lp-modern) footer .anpc-div .anpc {
    width: 80px;
    height: 30px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 8px;
}

body:has(.lp-modern) footer .netopia-div img {
    max-width: 180px;
    height: auto;
}

/* ════════════════════════════════════════════════════════════════════
   WhatsApp float button — clean
   ════════════════════════════════════════════════════════════════════ */
body:has(.lp-modern) .float {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #25d366 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4) !important;
    z-index: 999 !important;
}

body:has(.lp-modern) .float .my-float,
body:has(.lp-modern) .float i {
    color: #ffffff !important;
    font-size: 1.6rem !important;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE — DESKTOP-FIRST, but this prevents complete breakage on smaller screens
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .lp-modern #landingpageSlider .row,
    .lp-modern #landingpage1 .row,
    .lp-modern #landingpage2 .row,
    .lp-modern #landingpage7 .row,
    .lp-modern #landingpage9 .row.col-lg-12,
    .lp-modern #landingpage12 .sectionText {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }

    .lp-modern #landingpage4 > .container > .tw-flex,
    .lp-modern #landingpage8 .row.col-lg-12,
    .lp-modern #landingpage12 .numere,
    .lp-modern #landingpage9 .col-lg-8.row {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .lp-modern #landingpage3 .row { grid-template-columns: repeat(2, 1fr); }

    body:has(.lp-modern) footer .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .lp-modern section { padding: 56px 0; }
    .lp-modern #landingpage4 > .container > .tw-flex,
    .lp-modern #landingpage8 .row.col-lg-12,
    .lp-modern #landingpage12 .numere,
    .lp-modern #landingpage3 .row,
    .lp-modern #landingpage9 .col-lg-8.row {
        grid-template-columns: 1fr !important;
    }

    body:has(.lp-modern) footer .row { grid-template-columns: 1fr !important; }

    .lp-modern #landingpage11 .sectionText img.fondator {
        float: none;
        display: block;
        margin: 0 auto 18px;
    }

    .lp-modern #formularInscriere .col-xl-3,
    .lp-modern #formularInscriere .col-xl-3.col-md-6,
    .lp-modern #formularInscriere .col-xl-6,
    .lp-modern #formularInscriere .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* End of MODERN LANDING REDESIGN */


/* ════════════════════════════════════════════════════════════════════
   POST-LAUNCH FIXES — overriding old high-specificity rules
   ════════════════════════════════════════════════════════════════════ */

/* === HERO: kill purple gradient + white text on slider === */
.lp-modern #landingpageSlider .sliderContent {
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important;
    margin: 0 !important;
}

.lp-modern .sliderContent .right h1,
.lp-modern #landingpageSlider h1,
.lp-modern .sliderContent .left h1 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
    font-size: clamp(3rem, 5vw, 4.5rem) !important;
    font-weight: 700 !important;
    line-height: 0.95 !important;
    margin: 0 0 24px !important;
    text-align: left !important;
}

.lp-modern .sliderContent .right p,
.lp-modern #landingpageSlider p {
    color: var(--lpm-ink-soft) !important;
    font-family: var(--lpm-sans) !important;
    font-size: 1.05rem !important;
    width: auto !important;
    max-width: 480px !important;
    line-height: 1.65 !important;
}

.lp-modern .sliderContent .right { margin-top: 0 !important; }
.lp-modern .sliderContent .left img { width: auto !important; max-width: 100% !important; }

/* === landingpage1 + landingpage2: text color, image sizing === */
.lp-modern #landingpage1 h2,
.lp-modern #landingpage2 h2,
.lp-modern #landingpage3 h2 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage1 .right p,
.lp-modern #landingpage2 .left p {
    color: var(--lpm-ink-soft) !important;
    font-family: var(--lpm-sans) !important;
    font-size: 1.02rem !important;
    line-height: 1.7 !important;
    width: auto !important;
    padding: 0 !important;
}

.lp-modern #landingpage1 .left img,
.lp-modern #landingpage2 .right img {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    display: block !important;
}

/* === landingpage3: kill weird shapes, fix the 5th child grid issue === */

/* Box: clean card, not a 350px-tall lollipop */
.lp-modern #landingpage3 .box {
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 22px !important;
    border-radius: var(--lpm-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--lpm-shadow-sm) !important;
}

.lp-modern #landingpage3 .box .icon {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    text-align: center;
}

.lp-modern #landingpage3 .box .icon i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    background: rgba(244, 185, 31, 0.14) !important;
    color: var(--lpm-gold-deep) !important;
    border-radius: 999px !important;
    font-size: 1.5rem !important;
}

.lp-modern #landingpage3 .col-lg-4:nth-child(2) .box .icon i {
    background: rgba(120, 166, 84, 0.14) !important;
    color: var(--lpm-green) !important;
}
.lp-modern #landingpage3 .col-lg-4:nth-child(3) .box .icon i {
    background: rgba(79, 142, 232, 0.14) !important;
    color: var(--lpm-blue) !important;
}
.lp-modern #landingpage3 .col-lg-4:nth-child(4) .box .icon i {
    background: rgba(125, 103, 217, 0.14) !important;
    color: var(--lpm-purple) !important;
}

.lp-modern #landingpage3 .box h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--lpm-sans) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--lpm-ink) !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

/* The 5th child (col-lg-8 with h4) — span full width */
.lp-modern #landingpage3 .row > .col-lg-8 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.lp-modern #landingpage3 h4 {
    margin: 16px 0 0 !important;
    padding: 22px 28px !important;
    border-radius: var(--lpm-radius) !important;
    background: var(--lpm-bg-cream) !important;
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-sans) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

/* === landingpage4: course format cards override old rules === */
.lp-modern #landingpage4 h2 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage4 .img img,
.lp-modern #landingpage4 .tw-rounded-full {
    width: 110px !important;
    height: 110px !important;
}

.lp-modern #landingpage4 h4 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-sans) !important;
    font-weight: 700 !important;
    font-size: 1.18rem !important;
}

.lp-modern #landingpage4 .desc {
    color: var(--lpm-ink-soft) !important;
    font-size: 0.92rem !important;
}

/* === landingpage5: Override yellow bg + margin-top from old rule === */
.lp-modern #landingpage5 {
    background: var(--lpm-bg-soft) !important;
    margin-top: 0 !important;
}

.lp-modern #landingpage5 h2 {
    padding-top: 0 !important;
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

/* === landingpage7: kill bg + shape === */
.lp-modern #landingpage7 {
    background: var(--lpm-bg-cream) !important;
    background-image: none !important;
}

.lp-modern #landingpage7 .sectionText h2 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

/* === landingpage8: gradient background killed, text color, white cards === */
.lp-modern #landingpage8 {
    background: #ffffff !important;
    background-image: none !important;
}

.lp-modern #landingpage8 .container > h2,
.lp-modern #landingpage8 .container > h3 {
    color: var(--lpm-ink) !important;
}

.lp-modern #landingpage8 .container > h2 { font-family: var(--lpm-serif) !important; }

.lp-modern #landingpage8 [class*="sectionText"] h4 {
    color: var(--lpm-ink) !important;
}

.lp-modern #landingpage8 [class*="sectionText"] p {
    color: var(--lpm-ink-soft) !important;
}

/* === landingpage9: text inside cards === */
.lp-modern #landingpage9 h1 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage9 .numberItem p {
    color: var(--lpm-ink-soft) !important;
}

/* === landingpage11: Founder colors === */
.lp-modern #landingpage11 {
    background: var(--lpm-bg-cream) !important;
    background-image: none !important;
}

.lp-modern #landingpage11 .sectionText h2 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage11 .sectionText p {
    color: var(--lpm-ink-soft) !important;
}

/* === landingpage12: stats/text colors === */
.lp-modern #landingpage12 > .container > h1 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage12 .msg p { color: var(--lpm-ink-soft) !important; }

.lp-modern #landingpage12 .numere .counter h2 { color: #ffffff !important; }
.lp-modern #landingpage12 .numere .counter .count-text { color: rgba(255,255,255,0.8) !important; }

.lp-modern #landingpage12 .sectionText .text h3 { color: var(--lpm-ink) !important; font-family: var(--lpm-serif) !important; }
.lp-modern #landingpage12 .sectionText .text p { color: var(--lpm-ink-soft) !important; font-family: var(--lpm-sans) !important; }

.lp-modern #landingpage12 .sectionText2 h2,
.lp-modern #landingpage12 .sectionText2 h3 {
    color: var(--lpm-ink) !important;
    font-family: var(--lpm-serif) !important;
}

.lp-modern #landingpage12 .sectionText2 p {
    color: var(--lpm-ink-soft) !important;
    font-family: var(--lpm-sans) !important;
}

/* === Reset Bootstrap col widths inside grid containers === */
.lp-modern #landingpage1 .col-lg-4,
.lp-modern #landingpage1 .col-lg-8,
.lp-modern #landingpage2 .col-lg-4,
.lp-modern #landingpage2 .col-lg-8,
.lp-modern #landingpage7 .col-lg-9,
.lp-modern #landingpage7 .col-lg-3,
.lp-modern #landingpage8 .col-lg-4,
.lp-modern #landingpage8 .col-lg-8,
.lp-modern #landingpage9 .col-lg-4,
.lp-modern #landingpage9 .col-lg-8,
.lp-modern #landingpage10 .col-lg-3,
.lp-modern #landingpage10 .col-lg-9,
.lp-modern #landingpage10 .col-lg-10,
.lp-modern #landingpage12 .col-lg-3,
.lp-modern #landingpage12 .col-lg-5,
.lp-modern #landingpage12 .col-lg-7 {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
}

/* End of POST-LAUNCH FIXES */


/* ════════════════════════════════════════════════════════════════════
   LPX — Modern Landing Page Design System
   All selectors prefixed `.lpx-*` — fully isolated from old CSS
   ════════════════════════════════════════════════════════════════════ */

:root {
    --lpx-bg: #ffffff;
    --lpx-bg-soft: #f7f9fc;
    --lpx-bg-cream: #fbf7ed;
    --lpx-ink: #102046;
    --lpx-ink-soft: #314365;
    --lpx-muted: #71809a;
    --lpx-line: rgba(18, 35, 74, 0.10);
    --lpx-gold: #f4b91f;
    --lpx-gold-deep: #d79f00;
    --lpx-gold-soft: #fff5d8;
    --lpx-green: #78a654;
    --lpx-green-soft: rgba(120, 166, 84, 0.14);
    --lpx-blue: #4f8ee8;
    --lpx-blue-soft: rgba(79, 142, 232, 0.14);
    --lpx-rose: #ef7990;
    --lpx-rose-soft: rgba(239, 121, 144, 0.14);
    --lpx-purple: #7d67d9;
    --lpx-purple-soft: rgba(125, 103, 217, 0.14);
    --lpx-radius-sm: 10px;
    --lpx-radius: 16px;
    --lpx-radius-lg: 24px;
    --lpx-shadow-sm: 0 8px 24px rgba(18, 35, 74, 0.06);
    --lpx-shadow: 0 18px 48px rgba(18, 35, 74, 0.08);
    --lpx-shadow-lg: 0 28px 70px rgba(18, 35, 74, 0.12);
    --lpx-serif: Georgia, "Times New Roman", serif;
    --lpx-sans: "Raleway", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* === Body resets when on landing === */
body:has(.lpx-page) { background: #ffffff !important; }
body:has(.lpx-page) .main { background: #ffffff !important; }
body:has(.lpx-page) {
    overflow-x: clip;
}

/* === Page wrapper === */
.lpx-page {
    background: #ffffff;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: clip;
}

.lpx-page * { box-sizing: border-box; }

.lpx-page img,
.lpx-page svg,
.lpx-page video {
    max-width: 100%;
}

.lpx-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.lpx-section {
    padding: 90px 0;
    background: #ffffff;
    position: relative;
}

.lpx-section--soft { background: var(--lpx-bg-soft); }
.lpx-section--cream { background: var(--lpx-bg-cream); }

.lpx-eyebrow {
    color: var(--lpx-gold-deep);
    font-family: var(--lpx-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 14px;
}

.lpx-section-title {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto 48px;
    max-width: 880px;
}

.lpx-section-title--center { margin: 0 auto 16px; }

.lpx-section-sub {
    max-width: 720px;
    margin: 0 auto 48px;
    color: var(--lpx-ink-soft);
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
}

.lpx-section-msg {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
}

.lpx-section-msg p {
    color: var(--lpx-ink-soft);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 8px;
}

/* === Generic buttons === */
.lpx-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    border: 1px solid #dda516;
    border-radius: var(--lpx-radius-sm);
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(244, 185, 31, 0.28);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.lpx-btn-primary:hover {
    filter: brightness(0.96);
    transform: translateY(-1px);
    color: var(--lpx-ink);
    text-decoration: none;
}

.lpx-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid rgba(18, 35, 74, 0.18);
    border-radius: var(--lpx-radius-sm);
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lpx-btn-secondary:hover {
    border-color: var(--lpx-ink);
    transform: translateY(-1px);
    color: var(--lpx-ink);
    text-decoration: none;
}

.lpx-btn-rich {
    min-height: 68px;
    padding: 14px 22px;
    gap: 14px;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    justify-content: flex-start;
}

.lpx-btn-rich .lpx-btn-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.lpx-btn-rich .lpx-btn-stack strong {
    color: var(--lpx-ink);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lpx-btn-rich .lpx-btn-stack small {
    color: var(--lpx-ink-soft);
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 2px;
}

.lpx-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: var(--lpx-ink);
    background: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
}

.lpx-btn-icon.dark {
    background: var(--lpx-ink);
    color: #ffffff;
}

.lpx-cta-row {
    text-align: center;
    margin-top: 48px;
}

/* ════════════════════════════════════════════════════════════════════
   1. HERO
   ════════════════════════════════════════════════════════════════════ */
.lpx-hero {
    padding: 80px 0 90px;
    background:
        radial-gradient(circle at 78% 50%, rgba(244, 185, 31, 0.10), transparent 28rem),
        linear-gradient(180deg, #fbfbf7 0%, #ffffff 100%);
    overflow: hidden;
}

.lpx-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    min-height: 540px;
}

.lpx-hero-copy h1 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin: 0 0 22px;
}

.lpx-hero-copy p {
    max-width: 480px;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 32px;
}

.lpx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.lpx-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lpx-hero-highlights span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
}

.lpx-hero-highlights i {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lpx-green);
    color: var(--lpx-green);
    border-radius: 999px;
    font-size: 0.85rem;
}

.lpx-hero-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.lpx-hero-media-frame {
    position: relative;
    width: min(440px, 90%);
    aspect-ratio: 4 / 5;
    border-radius: 32px;
    background: linear-gradient(160deg, #fff2ad 0%, #fbf7d8 100%);
    box-shadow: var(--lpx-shadow-lg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpx-hero-media-frame::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(79, 142, 232, 0.35);
    border-radius: 60% 60% 28px 28px / 50% 50% 28px 28px;
    pointer-events: none;
}

.lpx-hero-media-frame img {
    position: relative;
    width: 92%;
    height: 92%;
    object-fit: cover;
    border-radius: 24px;
    z-index: 2;
}

/* ════════════════════════════════════════════════════════════════════
   2. WHY US
   ════════════════════════════════════════════════════════════════════ */
.lpx-why-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 56px;
}

.lpx-why-grid:last-child { margin-bottom: 0; }

.lpx-why-grid--reverse {
    grid-template-columns: 1fr 0.85fr;
}

.lpx-why-image img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
    margin: 0 auto;
    display: block;
}

.lpx-why-text p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 14px;
}

/* === Contact page === */
.lpx-contact-page {
    min-height: 58vh;
}

.lpx-contact-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1040px;
    margin: 0 auto;
}

.lpx-contact-page-card {
    min-height: 250px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius-lg);
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-contact-page-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--lpx-gold-deep);
    background: var(--lpx-gold-soft);
    border-radius: 999px;
    font-size: 1.2rem;
}

.lpx-contact-page-card h2 {
    margin: 0 0 16px;
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: 1.35rem;
    line-height: 1.2;
}

.lpx-contact-page-card p,
.lpx-contact-page-card li,
.lpx-contact-page-card a {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 1rem;
    line-height: 1.55;
}

.lpx-contact-page-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.lpx-contact-page-card li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lpx-contact-page-card a {
    text-decoration: none;
    font-weight: 600;
}

.lpx-contact-page-card a:hover {
    color: var(--lpx-gold-deep);
    text-decoration: none;
}

.lpx-contact-page-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

/* ════════════════════════════════════════════════════════════════════
   3. BENEFITS — 4 cards
   ════════════════════════════════════════════════════════════════════ */
.lpx-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin: 0 auto 32px;
}

.lpx-benefit-card {
    padding: 32px 22px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-sm);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lpx-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpx-shadow);
}

.lpx-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 999px;
    font-size: 1.5rem;
}

.lpx-icon--gold { background: rgba(244, 185, 31, 0.14); color: var(--lpx-gold-deep); }
.lpx-icon--green { background: var(--lpx-green-soft); color: var(--lpx-green); }
.lpx-icon--blue { background: var(--lpx-blue-soft); color: var(--lpx-blue); }
.lpx-icon--rose { background: var(--lpx-rose-soft); color: var(--lpx-rose); }
.lpx-icon--purple { background: var(--lpx-purple-soft); color: var(--lpx-purple); }

.lpx-benefit-card h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.lpx-benefit-quote {
    max-width: 820px;
    margin: 32px auto 0;
    padding: 22px 28px;
    background: var(--lpx-bg-cream);
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border-radius: var(--lpx-radius);
    border: 1px solid var(--lpx-line);
}

/* ════════════════════════════════════════════════════════════════════
   4. COURSE FORMATS
   ════════════════════════════════════════════════════════════════════ */
.lpx-format-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    align-items: stretch;
}

.lpx-format-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 22px 26px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-sm);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lpx-format-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpx-shadow);
}

.lpx-format-img-wrap {
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-format-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lpx-format-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-format-card h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 1.18rem;
    font-weight: 700;
    margin: 6px 0 4px;
}

.lpx-format-sub {
    color: var(--lpx-muted);
    font-size: 0.82rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.lpx-format-desc {
    flex: 1 1 auto;
    color: var(--lpx-ink-soft);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0 0 14px;
}

.lpx-format-price {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 6px 0 14px;
}

.lpx-pill {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-family: var(--lpx-sans);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.lpx-pill:hover { filter: brightness(0.95); text-decoration: none; }

.lpx-pill--green { background: #eef6df; color: var(--lpx-ink); }
.lpx-pill--blue { background: #e6f0ff; color: var(--lpx-ink); }
.lpx-pill--rose { background: #ffe8ee; color: var(--lpx-ink); }
.lpx-pill--gold { background: #fff1cc; color: var(--lpx-ink); }

.lpx-gift-line {
    margin: 32px 0 0;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
}

/* ════════════════════════════════════════════════════════════════════
   5. DISCOUNTS
   ════════════════════════════════════════════════════════════════════ */
.lpx-discount-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

.lpx-discount-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    gap: 12px;
}

.lpx-discount-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: var(--lpx-bg-soft);
    border-radius: var(--lpx-radius-sm);
}

.lpx-discount-label {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.4;
}

.lpx-discount-badge {
    flex-shrink: 0;
    min-width: 70px;
    padding: 6px 14px;
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    border-radius: 999px;
    font-family: var(--lpx-sans);
    font-weight: 800;
    font-size: 0.95rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(244, 185, 31, 0.3);
}

.lpx-discount-badge--accent {
    background: var(--lpx-ink);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 35, 74, 0.3);
}

.lpx-discount-note {
    margin: 0;
    color: var(--lpx-muted);
    font-size: 0.85rem;
    font-style: italic;
    text-align: center;
}

/* ════════════════════════════════════════════════════════════════════
   6. ABOUT SCHOOL
   ════════════════════════════════════════════════════════════════════ */
.lpx-about-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.lpx-about-card {
    padding: 40px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

.lpx-about-card .lpx-eyebrow { text-align: left; margin-bottom: 8px; }

.lpx-about-card h2 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
}

.lpx-about-card p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0 0 14px;
}

.lpx-about-image {
    position: sticky;
    top: 100px;
}

.lpx-about-image img {
    width: 100%;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

/* ════════════════════════════════════════════════════════════════════
   7. GRADES
   ════════════════════════════════════════════════════════════════════ */
.lpx-grade-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.lpx-grade-card {
    padding: 30px 26px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lpx-grade-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lpx-shadow);
}

.lpx-grade-card--wide {
    grid-column: 1 / -1;
}

.lpx-grade-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 16px;
    border-radius: 999px;
    font-family: var(--lpx-serif);
    font-size: 1.3rem;
    font-weight: 700;
    border: 2px solid currentColor;
    background: transparent !important;
}

.lpx-grade-num.lpx-icon--green { color: var(--lpx-green); border-color: #b8cf9c; }
.lpx-grade-num.lpx-icon--blue { color: var(--lpx-blue); border-color: #b8d2f8; }
.lpx-grade-num.lpx-icon--purple { color: var(--lpx-purple); border-color: #c7bdfa; }
.lpx-grade-num.lpx-icon--gold { color: var(--lpx-gold-deep); border-color: #efd48a; }

.lpx-grade-card h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 4px;
}

.lpx-grade-card small {
    display: block;
    color: var(--lpx-muted);
    font-family: var(--lpx-sans);
    font-size: 0.86rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.lpx-grade-card p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 10px;
}

.lpx-support-note {
    width: fit-content;
    max-width: 100%;
    margin: 36px auto 0;
    padding: 12px 28px;
    background: #edf4ff;
    border-radius: 999px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    font-weight: 500;
    text-align: center;
}

.lpx-support-note i {
    color: var(--lpx-gold-deep);
    margin-right: 8px;
}

/* ════════════════════════════════════════════════════════════════════
   8. REASONS — 7 motive
   ════════════════════════════════════════════════════════════════════ */
.lpx-reasons-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 56px;
    align-items: center;
}

.lpx-reasons-image img {
    width: 100%;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-lg);
}

.lpx-reasons-content .lpx-eyebrow { text-align: left; margin-bottom: 8px; }

.lpx-reasons-content h2 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px;
}

.lpx-reason-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
}

.lpx-reason-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #ffffff;
    border-left: 3px solid var(--lpx-gold);
    border-radius: var(--lpx-radius-sm);
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-reason-list span {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-weight: 800;
    font-size: 0.85rem;
}

.lpx-reason-list p {
    margin: 0;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    line-height: 1.55;
}

/* ════════════════════════════════════════════════════════════════════
   9. STEPS
   ════════════════════════════════════════════════════════════════════ */
.lpx-step-list {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.lpx-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-step-num {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    border-radius: 999px;
    font-family: var(--lpx-serif);
    font-size: 1.5rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(244, 185, 31, 0.3);
}

.lpx-step-body h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.lpx-step-body h4 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    font-weight: 700;
    margin: 12px 0 6px;
}

.lpx-step-body p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.94rem;
    line-height: 1.65;
    margin: 0 0 8px;
}

/* ════════════════════════════════════════════════════════════════════
   10. SIGNUP
   ════════════════════════════════════════════════════════════════════ */
.lpx-signup {
    background:
        radial-gradient(circle at 18% 18%, rgba(244, 185, 31, 0.10), transparent 24rem),
        linear-gradient(90deg, #f5ecdf 0%, #fbf9f1 52%, #ffffff 100%);
    overflow: hidden;
}

.lpx-pendulum-deco {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.18) 72%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.18) 72%, transparent 100%);
}

.lpx-pendulum-deco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.lpx-signup-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 56px;
    align-items: center;
}

.lpx-signup-copy .lpx-eyebrow { text-align: left; margin-bottom: 8px; }

.lpx-signup-copy h2 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 18px;
}

.lpx-signup-copy > p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 24px;
}

.lpx-signup-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.lpx-signup-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.96rem;
    font-weight: 500;
}

.lpx-signup-bullets i {
    color: var(--lpx-green);
    font-size: 1.1rem;
}

/* The form card */
.lpx-signup-form {
    padding: 32px;
    background: #ffffff;
    border-radius: var(--lpx-radius-lg);
    box-shadow: var(--lpx-shadow-lg);
}

.lpx-signup-form #formularInscriere {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.lpx-signup-form #formularInscriere h2 {
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-serif) !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 0 6px !important;
}

.lpx-signup-form #formularInscriere > div:first-child p {
    color: var(--lpx-muted) !important;
    font-size: 0.92rem !important;
    margin: 0 0 22px !important;
}

.lpx-signup-form label {
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.lpx-signup-form input[type="text"],
.lpx-signup-form input[type="email"],
.lpx-signup-form input[type="tel"],
.lpx-signup-form select,
.lpx-signup-form .form-control {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
    border-radius: var(--lpx-radius-sm) !important;
    color: var(--lpx-ink) !important;
    background: #ffffff !important;
    box-shadow: none !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.95rem !important;
}

.lpx-signup-form input:focus,
.lpx-signup-form select:focus {
    border-color: var(--lpx-gold) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(244, 185, 31, 0.18) !important;
}

/* Force phone/country/region/city to 2x2 instead of 4-cramped */
.lpx-signup-form #formularInscriere .col-xl-3,
.lpx-signup-form #formularInscriere .col-xl-3.col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

/* Yellow submit button — beat Bootstrap btn-success */
.lpx-signup-form .submitFormularInscriere,
.lpx-signup-form button[type="submit"],
.lpx-signup-form #submitBtn,
.lpx-signup-form .btn.btn-success,
.lpx-signup-form .btn-success.bg-success {
    width: 100% !important;
    height: 52px !important;
    margin-top: 8px !important;
    background: var(--lpx-gold) !important;
    background-color: var(--lpx-gold) !important;
    border: 1px solid #dda516 !important;
    border-radius: var(--lpx-radius-sm) !important;
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 14px 30px rgba(244, 185, 31, 0.28) !important;
}

.lpx-signup-form button[type="submit"]:disabled {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.lpx-signup-form .disclaimer {
    margin-top: 16px !important;
    padding: 14px 16px !important;
    border-radius: var(--lpx-radius-sm) !important;
    background: var(--lpx-bg-soft) !important;
    font-size: 0.78rem !important;
    color: var(--lpx-muted) !important;
    line-height: 1.55 !important;
}
.lpx-signup-form .disclaimer p {
    margin: 0 0 4px !important;
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
}
.lpx-signup-form .disclaimer p:last-child { margin-bottom: 0 !important; }

/* ════════════════════════════════════════════════════════════════════
   11. FOUNDER
   ════════════════════════════════════════════════════════════════════ */
.lpx-founder-grid {
    display: grid;
    grid-template-columns: 320px 1fr 300px;
    gap: 36px;
    align-items: start;
}

.lpx-founder-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center top;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

.lpx-founder-copy .lpx-eyebrow { text-align: left; margin-bottom: 8px; }

.lpx-founder-copy h2 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

.lpx-founder-copy p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0 0 12px;
}

.lpx-founder-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 22px 0 18px;
}

.lpx-founder-facts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lpx-ink);
    font-size: 0.82rem;
    font-weight: 600;
}

.lpx-founder-facts i { color: var(--lpx-green); }

.lpx-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #ffffff;
    border: 1px solid var(--lpx-gold-deep);
    border-radius: var(--lpx-radius-sm);
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lpx-link-arrow:hover {
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    text-decoration: none;
}

.lpx-founder-quote {
    position: relative;
    padding: 32px;
    background:
        radial-gradient(circle at 100% 100%, rgba(120, 166, 84, 0.18), transparent 8rem),
        var(--lpx-bg-cream);
    border-radius: var(--lpx-radius);
    align-self: stretch;
}

.lpx-founder-quote i,
.lpx-founder-quote-open {
    color: var(--lpx-gold-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.lpx-founder-quote p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 12px 0 14px;
}

.lpx-founder-quote strong {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-style: italic;
    font-weight: 700;
}

.lpx-founder-quote-close {
    position: absolute;
    right: 32px;
    bottom: 22px;
    color: var(--lpx-gold-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

/* ════════════════════════════════════════════════════════════════════
   12. STATS
   ════════════════════════════════════════════════════════════════════ */
.lpx-stats {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lpx-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 38px 36px;
    background: linear-gradient(135deg, #102046, #03153a);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-lg);
}

.lpx-stat {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
    align-items: center;
}

.lpx-stat i {
    grid-row: span 2;
    color: rgba(255, 255, 255, 0.85);
    font-size: 2rem;
}

.lpx-stat strong {
    color: #ffffff;
    font-family: var(--lpx-sans);
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1;
}

.lpx-stat span {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--lpx-sans);
    font-size: 0.8rem;
    line-height: 1.3;
}

/* ════════════════════════════════════════════════════════════════════
   13. FINAL PITCH
   ════════════════════════════════════════════════════════════════════ */
.lpx-final-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 56px;
}

.lpx-final-image img {
    width: 100%;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

.lpx-final-copy h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
}

.lpx-final-copy p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 14px;
}

.lpx-final-bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 10px;
}

.lpx-final-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.lpx-final-bullets i {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: var(--lpx-green);
    font-size: 1rem;
    margin-top: 2px;
}

.lpx-final-bullets span {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.94rem;
    line-height: 1.6;
}

.lpx-final-pitch {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 36px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow);
}

.lpx-final-pitch h2 {
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 14px;
}

.lpx-final-pitch .lpx-quote-close {
    display: block;
    width: max-content;
    margin: -8px 0 8px auto;
    color: var(--lpx-gold-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.lpx-final-pitch h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 22px;
}

.lpx-final-pitch p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0 0 14px;
}

/* ════════════════════════════════════════════════════════════════════
   HEADER (.lpx-header)
   ════════════════════════════════════════════════════════════════════ */
body:has(.lpx-page) .lpx-header,
body:has(.lpx-page) header.lpx-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--lpx-line);
}

.lpx-header #topBar {
    padding: 14px 0;
    background: transparent;
    min-height: 0;
}

.lpx-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lpx-logo img {
    width: 230px;
    max-height: 56px;
    object-fit: contain;
    display: block;
}

.lpx-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.lpx-nav > a,
.lpx-nav-link {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.18s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.lpx-nav > a:hover,
.lpx-nav-link:hover { color: var(--lpx-gold-deep); }

.lpx-nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.lpx-nav-caret i {
    font-size: 0.7rem;
    opacity: 0.7;
    transition: transform 0.18s ease;
}

.lpx-nav-item:hover .lpx-nav-caret i,
.lpx-nav-item:focus-within .lpx-nav-caret i {
    transform: rotate(180deg);
}

.lpx-nav-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    min-width: 240px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(18, 35, 74, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 220;
}

.lpx-nav-item:hover .lpx-nav-dropdown,
.lpx-nav-item:focus-within .lpx-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.lpx-nav-dropdown a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.lpx-nav-dropdown a:hover {
    background: var(--lpx-bg-soft);
    color: var(--lpx-gold-deep);
    text-decoration: none;
}

.lpx-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lpx-btn-yellow,
.lpx-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.78rem;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.lpx-btn-yellow {
    background: var(--lpx-gold);
    color: var(--lpx-ink);
    border: 1px solid #dda516;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lpx-btn-yellow:hover { filter: brightness(0.96); color: var(--lpx-ink); text-decoration: none; }

.lpx-btn-outline {
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid rgba(18, 35, 74, 0.16);
}

.lpx-btn-outline:hover { border-color: var(--lpx-ink); color: var(--lpx-ink); text-decoration: none; }

.lpx-btn-icon-square {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid rgba(18, 35, 74, 0.16);
    border-radius: 8px;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lpx-btn-icon-square:hover { border-color: var(--lpx-ink); }

.lpx-mobile-only { display: none !important; }

/* Hide language switcher inside lpx-header default position; re-style */
body:has(.lpx-page) .languageSwitcher {
    margin: 0;
    margin-left: 12px;
}

body:has(.lpx-page) .languageSwitcher a {
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 999px;
    background: var(--lpx-bg-soft);
    color: var(--lpx-ink);
    border: 1px solid var(--lpx-line);
    font-family: var(--lpx-sans);
    font-size: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body:has(.lpx-page) .languageSwitcher a::after {
    content: "EN";
    font-size: 0.72rem;
}

html[lang="en-US"] body:has(.lpx-page) .languageSwitcher a::after {
    content: "RO";
}

/* ════════════════════════════════════════════════════════════════════
   FOOTER (.lpx-footer)
   ════════════════════════════════════════════════════════════════════ */
body:has(.lpx-page) footer.lpx-footer {
    margin-top: 0;
    padding: 60px 0 0;
    min-height: 0;
    background: var(--lpx-bg-soft);
    border-top: 1px solid var(--lpx-line);
    color: var(--lpx-ink-soft);
}

.lpx-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(185px, 0.9fr) minmax(155px, 0.75fr) minmax(230px, 1fr) minmax(285px, 1.05fr);
    align-items: start;
    gap: 42px;
    padding-bottom: 26px;
}

.lpx-footer-brand { max-width: 320px; }

.lpx-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.lpx-footer-logo img {
    width: 220px;
    max-height: 52px;
    object-fit: contain;
}

.lpx-footer-logo--en img {
    width: 260px;
    max-height: 76px;
}

.lpx-footer-brand p {
    margin: 0 0 22px;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.88rem;
    line-height: 1.6;
}

.lpx-footer-social {
    display: flex;
    gap: 10px;
}

.lpx-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid var(--lpx-line);
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(18, 35, 74, 0.06);
    transition: all 0.2s ease;
}

.lpx-footer-social a:hover {
    background: var(--lpx-ink);
    color: #ffffff;
    border-color: var(--lpx-ink);
    transform: translateY(-2px);
    text-decoration: none;
}

.lpx-footer-col h3 {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: left;
}

.lpx-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.lpx-footer-col li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lpx-footer-col a {
    display: block;
    width: 100%;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.88rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    transition: color 0.18s ease;
    overflow-wrap: normal;
    word-break: normal;
}

.lpx-footer-col a:hover { color: var(--lpx-gold-deep); text-decoration: none; }

.lpx-footer-col--courses a {
    white-space: nowrap;
}

.lpx-contact-list {
    max-width: 285px;
    width: 100%;
    display: grid;
    gap: 12px;
}

.lpx-footer-contact .lpx-contact-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 40px;
}

.lpx-footer-contact .lpx-contact-list a,
.lpx-footer-contact .lpx-contact-list span {
    overflow-wrap: anywhere;
}

.lpx-footer-contact i {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lpx-gold-soft);
    color: var(--lpx-gold-deep);
    font-size: 0.9rem;
    margin-top: 0;
}

.lpx-footer-contact .lpx-contact-list > li > span,
.lpx-footer-contact .lpx-contact-list a,
.lpx-footer-contact .lpx-contact-list .lpx-contact-value {
    display: block;
    flex: 0 1 auto;
    color: var(--lpx-ink-soft);
    font-size: 0.88rem;
    line-height: 1.45;
    min-width: 0;
    width: auto;
    max-width: 220px;
    text-align: left;
}

.lpx-footer-contact .lpx-contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lpx-contact-flag {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
}

.lpx-footer-compliance {
    display: grid;
    justify-items: center;
    gap: 16px;
    margin: 8px auto 42px;
    max-width: 420px;
}

.lpx-footer-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lpx-footer-trust a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    min-height: 34px;
    padding: 4px 7px;
    background: #ffffff;
    border: 1px solid rgba(18, 35, 74, 0.12);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(18, 35, 74, 0.05);
}

.lpx-footer-trust img {
    display: block;
    width: 100%;
    height: auto;
}

.lpx-footer-netopia {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 245px;
    padding: 10px 16px;
    background: #0f1f42;
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(15, 31, 66, 0.14);
}

.lpx-footer-netopia img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
}

.lpx-footer--en .lpx-footer-netopia {
    padding: 6px 10px;
}

.lpx-footer--en .lpx-footer-netopia img {
    width: 95px;
}

.lpx-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid var(--lpx-line);
}

.lpx-footer-bottom p {
    margin: 0;
    text-align: center;
    color: var(--lpx-muted);
    font-family: var(--lpx-sans);
    font-size: 0.82rem;
}

/* ════════════════════════════════════════════════════════════════════
   WhatsApp floating button
   ════════════════════════════════════════════════════════════════════ */
.lpx-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lpx-whatsapp:hover {
    transform: scale(1.05);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5);
    text-decoration: none;
}

.lpx-whatsapp i { font-size: 1.6rem; }

/* ════════════════════════════════════════════════════════════════════
   Accessibility helper
   ════════════════════════════════════════════════════════════════════ */
.lpx-accessibility {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 998;
    font-family: var(--lpx-sans);
}

.lpx-accessibility-toggle {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--lpx-ink);
    box-shadow: 0 12px 30px rgba(18, 35, 74, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    cursor: pointer;
}

.lpx-accessibility-panel {
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 220px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(18, 35, 74, 0.18);
    display: none;
    gap: 8px;
}

.lpx-accessibility.is-open .lpx-accessibility-panel {
    display: grid;
}

.lpx-accessibility-panel strong {
    color: var(--lpx-ink);
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.lpx-accessibility-panel button {
    border: 1px solid var(--lpx-line);
    background: var(--lpx-bg-soft);
    color: var(--lpx-ink);
    border-radius: 10px;
    padding: 9px 10px;
    text-align: left;
    font-weight: 700;
    cursor: pointer;
}

body.lpx-a11y-large-text {
    font-size: 112.5%;
}

body.lpx-a11y-high-contrast {
    filter: contrast(1.15);
}

body.lpx-a11y-high-contrast .lpx-page,
body.lpx-a11y-high-contrast .lpx-footer {
    background: #ffffff !important;
}

body.lpx-a11y-underline-links a {
    text-decoration: underline !important;
    text-underline-offset: 0.18em;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .lpx-nav { gap: 18px; }
    .lpx-nav > a,
    .lpx-nav-link { font-size: 0.78rem; }

    .lpx-hero-grid,
    .lpx-why-grid,
    .lpx-why-grid--reverse,
    .lpx-about-grid,
    .lpx-founder-grid,
    .lpx-reasons-grid,
    .lpx-signup-grid,
    .lpx-final-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    .lpx-why-grid--reverse .lpx-why-image { order: -1; }

    .lpx-about-image { position: static; }
    .lpx-about-image img { max-width: 480px; margin: 0 auto; display: block; }

    .lpx-about-card,
    .lpx-why-text {
        min-width: 0;
    }

    .lpx-format-grid,
    .lpx-grade-grid,
    .lpx-benefit-grid,
    .lpx-contact-page-grid,
    .lpx-stats-bar {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .lpx-grade-card--wide { grid-column: 1 / -1; }

    .lpx-footer-grid {
        grid-template-columns: 1.4fr 1.15fr 1fr 1.2fr;
    }

    .lpx-footer-contact { grid-column: 1 / -1; }

    .lpx-reason-list { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
    .lpx-section { padding: 60px 0; }

    .lpx-nav { display: none; }

    body:has(.lpx-page) #cursant_btn { display: none; }
    body:has(.lpx-page) #openMeniu { display: none; }
    body:has(.lpx-page) .lpx-mobile-only { display: inline-flex !important; }
}

@media (max-width: 767px) {
    body:has(.lpx-page) {
        overflow-x: hidden;
    }

    .lpx-page,
    .lpx-page .main,
    .lpx-page section,
    .lpx-container {
        max-width: 100%;
    }

    .lpx-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lpx-section { padding: 48px 0; }

    .lpx-hero { padding: 50px 0 60px; }
    .lpx-hero-grid { min-height: 0; }
    .lpx-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
    .lpx-hero-copy p { font-size: 1rem; }
    .lpx-hero-media { min-height: 0; }
    .lpx-hero-media-frame { width: 100%; max-width: 420px; }
    .lpx-hero-highlights { grid-template-columns: 1fr; gap: 12px; }
    .lpx-hero-actions { flex-direction: column; }
    .lpx-hero-actions a { width: 100%; }

    .lpx-about-grid,
    .lpx-why-grid,
    .lpx-why-grid--reverse {
        display: grid;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
        margin-bottom: 36px;
    }

    .lpx-about-card {
        padding: 26px 22px;
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .lpx-about-image,
    .lpx-why-image {
        width: 100%;
        max-width: 100%;
        order: -1;
    }

    .lpx-about-image img,
    .lpx-why-image img {
        width: 100%;
        max-width: 420px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .lpx-format-grid,
    .lpx-grade-grid,
    .lpx-benefit-grid,
    .lpx-contact-page-grid,
    .lpx-stats-bar {
        grid-template-columns: 1fr !important;
    }

    .lpx-step { grid-template-columns: 48px 1fr; gap: 16px; padding: 18px; }
    .lpx-step-num { width: 44px; height: 44px; font-size: 1.2rem; }

    .lpx-discount-list li { flex-direction: column; align-items: flex-start; gap: 10px; }

    .lpx-founder-image img { height: auto; max-height: 320px; }

    .lpx-footer-grid { grid-template-columns: 1fr; }

    .lpx-footer-contact {
        display: block;
    }

    .lpx-footer-compliance,
    .lpx-contact-list {
        max-width: 100%;
    }

    .lpx-footer-netopia {
        max-width: 100%;
    }

    .lpx-accessibility {
        left: 16px;
        bottom: 16px;
    }

    .lpx-pendulum-deco { display: none; }

    .lpx-signup-form { padding: 22px; }
    .lpx-signup-form #formularInscriere .col-xl-3,
    .lpx-signup-form #formularInscriere .col-xl-3.col-md-6,
    .lpx-signup-form #formularInscriere .col-md-6,
    .lpx-signup-form #formularInscriere .col-xl-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .lpx-header-bar { gap: 12px; flex-wrap: wrap; }
    .lpx-logo img { width: 180px; }
    body:has(.lpx-page) #inscrie-te_btn { display: none; }
}

/* End of LPX */


/* ════════════════════════════════════════════════════════════════════
   LPX — Header polish & language switcher fix
   ════════════════════════════════════════════════════════════════════ */

/* Reset any inner wrapper styling from language_switcher partial */
.lpx-lang-wrap > div,
.lpx-lang-wrap .flex,
.lpx-lang-wrap .align-custom-right,
.lpx-lang-wrap .m-1 {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Language switcher pill button */
.lpx-lang-wrap .language-switcher,
.lpx-lang-wrap a.language-switcher {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--lpx-ink) !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    transition: all 0.18s ease !important;
}

.lpx-lang-wrap .language-switcher:hover {
    border-color: var(--lpx-ink) !important;
    color: var(--lpx-ink) !important;
    text-decoration: none !important;
}

.lpx-lang-wrap .language-switcher span {
    font-size: 0.74rem;
    font-weight: 700;
    color: inherit;
}

/* Hide the "current locale" span (the active language doesn't need to show) */
.lpx-lang-wrap .hidden { display: none !important; }

/* === Header compaction & balance === */
.lpx-header-bar {
    gap: 20px;
    padding: 0 8px;
}

.lpx-logo {
    flex-shrink: 0;
}

.lpx-logo img {
    width: 210px;
    max-height: 50px;
}

.lpx-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 26px;
}

.lpx-header-actions {
    flex-shrink: 0;
    gap: 8px;
}

/* Buttons slimmer to match mockup */
.lpx-btn-yellow,
.lpx-btn-outline {
    height: 38px;
    padding: 0 14px;
    font-size: 0.76rem;
    border-radius: 7px;
}

.lpx-btn-icon-square {
    width: 38px;
    height: 38px;
    border-radius: 7px;
}

/* "Ești cursant?" arrow icon: subtle */
.lpx-btn-outline i {
    font-size: 0.8rem;
    opacity: 0.7;
    margin: 0 4px;
}

/* === Responsive: hide language switcher label on mobile but keep button === */
@media (max-width: 991px) {
    .lpx-lang-wrap { display: inline-flex; }
}

@media (max-width: 575px) {
    .lpx-header-actions { gap: 6px; }
    .lpx-lang-wrap .language-switcher,
    .lpx-lang-wrap a.language-switcher {
        width: 36px !important;
        height: 36px !important;
    }
}


/* ════════════════════════════════════════════════════════════════════
   LPX — Account dropdown + compact language pill
   ════════════════════════════════════════════════════════════════════ */

/* === Account dropdown menu === */
.lpx-account-menu {
    position: relative;
    display: inline-block;
}

.lpx-account-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 12px;
    background: #ffffff;
    color: var(--lpx-ink);
    border: 1px solid rgba(18, 35, 74, 0.16);
    border-radius: 7px;
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.18s ease;
}

.lpx-account-trigger:hover,
.lpx-account-menu:hover .lpx-account-trigger,
.lpx-account-menu:focus-within .lpx-account-trigger {
    border-color: var(--lpx-ink);
}

.lpx-account-trigger > i:first-child {
    color: var(--lpx-ink);
    font-size: 1.05rem;
    line-height: 1;
}

.lpx-account-caret {
    font-size: 0.7rem;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.lpx-account-menu:hover .lpx-account-caret,
.lpx-account-menu:focus-within .lpx-account-caret {
    transform: rotate(180deg);
}

.lpx-account-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--lpx-line);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(18, 35, 74, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    z-index: 200;
}

.lpx-account-menu:hover .lpx-account-dropdown,
.lpx-account-menu:focus-within .lpx-account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lpx-account-dropdown-header {
    padding: 10px 12px 8px;
    color: var(--lpx-muted);
    font-family: var(--lpx-sans);
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--lpx-line);
    margin-bottom: 6px;
}

.lpx-account-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: background 0.15s ease;
}

.lpx-account-dropdown-item:hover {
    background: var(--lpx-bg-soft);
    color: var(--lpx-ink);
    text-decoration: none;
}

.lpx-account-dropdown-item i {
    color: var(--lpx-gold-deep);
    font-size: 1rem;
}

/* === Compact language switcher (now shows EN/RO 2-letter code) === */
.lpx-lang-wrap .language-switcher,
.lpx-lang-wrap a.language-switcher {
    width: 44px !important;
    height: 38px !important;
    border-radius: 7px !important;
    font-size: 0.74rem !important;
}

/* === Header tightening for the new compact layout === */
.lpx-header-bar { gap: 16px; }
.lpx-header-actions { gap: 8px; }

@media (max-width: 1199px) {
    .lpx-account-trigger .lpx-account-label { display: none; }
    .lpx-account-trigger { padding: 0 10px; }
}

@media (max-width: 575px) {
    .lpx-account-dropdown { right: -8px; min-width: 200px; }
}


/* === Account dropdown — 2-option items with title + subtitle === */
.lpx-account-dropdown { min-width: 260px; }

.lpx-account-dropdown-item {
    align-items: flex-start;
    padding: 12px;
}

.lpx-account-dropdown-item span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}

.lpx-account-dropdown-item strong {
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.92rem;
}

.lpx-account-dropdown-item small {
    color: var(--lpx-muted);
    font-family: var(--lpx-sans);
    font-weight: 500;
    font-size: 0.76rem;
}

.lpx-account-dropdown-item i {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--lpx-bg-soft);
    color: var(--lpx-gold-deep);
    font-size: 1rem;
    margin-top: 2px;
}

.lpx-account-dropdown-item--accent i {
    background: rgba(244, 185, 31, 0.18);
    color: var(--lpx-gold-deep);
}

.lpx-account-dropdown-item--accent:hover {
    background: rgba(244, 185, 31, 0.08);
}

.lpx-account-dropdown-item--accent strong { color: var(--lpx-gold-deep); }


/* ════════════════════════════════════════════════════════════════════
   LPX — Signup form input fixes (intl-tel-input integration + polish)
   ════════════════════════════════════════════════════════════════════ */

/* intl-tel-input: reserve left space for flag + dial code button */
.lpx-signup-form .iti {
    width: 100%;
    display: block;
}

.lpx-signup-form .iti input[type="tel"],
.lpx-signup-form .iti input.iti__tel-input {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 14px !important;
    padding-left: 92px !important; /* room for flag + +40 prefix */
}

/* Style the country selector button to match other inputs */
.lpx-signup-form .iti__country-container,
.lpx-signup-form .iti__selected-country-primary,
.lpx-signup-form .iti__selected-flag,
.lpx-signup-form .iti__selected-country {
    height: 46px !important;
    padding: 0 10px !important;
    border-right: 1px solid rgba(18, 35, 74, 0.10) !important;
    background: var(--lpx-bg-soft) !important;
    border-radius: var(--lpx-radius-sm) 0 0 var(--lpx-radius-sm) !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lpx-signup-form .iti__selected-dial-code {
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans);
    font-weight: 600;
    font-size: 0.92rem;
    margin-left: 4px;
}

.lpx-signup-form .iti__arrow {
    border-top-color: var(--lpx-muted) !important;
}

/* Country list dropdown */
.lpx-signup-form .iti__country-list {
    max-height: 280px;
    border-radius: var(--lpx-radius-sm);
    box-shadow: var(--lpx-shadow);
    border: 1px solid var(--lpx-line);
}

/* === Inputs polish: keep ALL fields uniform === */
.lpx-signup-form .form-group {
    margin-bottom: 16px;
}

.lpx-signup-form input,
.lpx-signup-form select,
.lpx-signup-form textarea,
.lpx-signup-form .form-control {
    box-sizing: border-box !important;
    width: 100% !important;
    background-clip: padding-box;
}

/* Selects: arrow indicator visible */
.lpx-signup-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%2371809a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
}

.lpx-signup-form select.form-control:disabled {
    color: var(--lpx-muted) !important;
    background-color: #f9fafc !important;
    cursor: not-allowed;
}

/* Loading spinner inside select-wrapper */
.lpx-signup-form .select-wrapper { position: relative; }
.lpx-signup-form .select-wrapper.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid var(--lpx-line);
    border-top-color: var(--lpx-gold-deep);
    border-radius: 50%;
    animation: lpx-spin 0.8s linear infinite;
}
@keyframes lpx-spin { to { transform: rotate(360deg); } }
.lpx-signup-form .select-wrapper.loading select.form-control { background-image: none !important; }

/* Inline error messages — small, red, below field */
.lpx-signup-form .invalid-feedback,
.lpx-signup-form .tw-text-red-600 {
    color: #dc3545 !important;
    font-size: 0.78rem !important;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

/* Input :invalid / required state polish */
.lpx-signup-form input:required:invalid:not(:placeholder-shown) {
    border-color: rgba(220, 53, 69, 0.4) !important;
}

/* Required asterisk */
.lpx-signup-form .required,
.lpx-signup-form .tw-text-red-600 {
    color: #dc3545 !important;
}

/* Intl-tel-input v26 — newer class names */
.lpx-signup-form .iti--separate-dial-code .iti__selected-country-primary,
.lpx-signup-form .iti--separate-dial-code .iti__selected-flag {
    background: var(--lpx-bg-soft) !important;
}

.lpx-signup-form .iti--separate-dial-code input[type="tel"] {
    padding-left: 92px !important;
}

@media (max-width: 575px) {
    .lpx-signup-form .iti input[type="tel"],
    .lpx-signup-form .iti--separate-dial-code input[type="tel"] {
        padding-left: 86px !important;
    }
}


/* ════════════════════════════════════════════════════════════════════
   LPX — Signup form v2 polish (label wrap, phone, button states, layout)
   ════════════════════════════════════════════════════════════════════ */

/* --- Form layout: cleaner column distribution like mockup --- */

/* Wider form card for better breathing room */
.lpx-signup-grid { grid-template-columns: 0.85fr 1.4fr; }
.lpx-signup-form { padding: 36px; }

/* Row 1: name | email -- 50/50 (default ok) */
/* Row 2: phone | country | region | city -- restructure to:
   phone (40%) | country (60%)
   region (50%) | city (50%) */
.lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(1) { flex: 0 0 40% !important; max-width: 40% !important; }
.lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(2) { flex: 0 0 60% !important; max-width: 60% !important; }
.lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(3) { flex: 0 0 50% !important; max-width: 50% !important; }
.lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(4) { flex: 0 0 50% !important; max-width: 50% !important; }

/* Increase row gutter for better spacing */
.lpx-signup-form .row {
    --bs-gutter-x: 18px;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: 4px;
}
.lpx-signup-form .row > [class*="col-"] { padding-left: 9px; padding-right: 9px; }

/* --- Labels: keep on one line, smaller font, asterisk inline --- */
.lpx-signup-form label,
.lpx-signup-form .form-label {
    display: block !important;
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 6px !important;
    overflow-wrap: normal;
    text-wrap: balance;
}

/* Asterisk: keep tight to last word, never alone on a line */
.lpx-signup-form label .tw-text-red-600,
.lpx-signup-form label .required {
    color: #dc3545 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    margin-left: 3px;
    white-space: nowrap;
}

/* --- Phone field: more left padding for "+40" prefix button --- */
.lpx-signup-form .iti { display: block; }

.lpx-signup-form .iti--separate-dial-code input[type="tel"],
.lpx-signup-form .iti input[type="tel"],
.lpx-signup-form .iti input.iti__tel-input {
    padding-left: 108px !important;
    padding-right: 14px !important;
}

/* Country selector button: clearly bordered, fixed width */
.lpx-signup-form .iti__country-container {
    width: auto !important;
}

.lpx-signup-form .iti__selected-country-primary,
.lpx-signup-form .iti__selected-flag,
.lpx-signup-form .iti__selected-country {
    width: 96px !important;
    padding: 0 8px !important;
    background: #f3f4f7 !important;
    border-right: 1px solid rgba(18, 35, 74, 0.08) !important;
    border-radius: 9px 0 0 9px !important;
    height: 44px !important;
    margin: 1px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.lpx-signup-form .iti__flag {
    margin: 0;
}

.lpx-signup-form .iti__selected-dial-code {
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans);
    font-weight: 700;
    font-size: 0.92rem;
    margin-left: 2px;
}

.lpx-signup-form .iti__arrow {
    margin-left: 2px;
    border-top-color: var(--lpx-muted) !important;
}

/* Phone input itself: align with the country box height */
.lpx-signup-form .iti input[type="tel"] {
    color: var(--lpx-ink) !important;
}

/* Phone placeholder: subtle */
.lpx-signup-form .iti input[type="tel"]::placeholder {
    color: var(--lpx-muted);
    opacity: 0.6;
}

/* --- NEXT button: clear disabled vs enabled visual --- */
.lpx-signup-form .submitFormularInscriere,
.lpx-signup-form button[type="submit"],
.lpx-signup-form #submitBtn {
    width: 100% !important;
    height: 56px !important;
    margin-top: 14px !important;
    background: var(--lpx-gold) !important;
    color: var(--lpx-ink) !important;
    border: 1px solid #dda516 !important;
    border-radius: var(--lpx-radius-sm) !important;
    font-family: var(--lpx-sans) !important;
    font-weight: 800 !important;
    font-size: 0.94rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    box-shadow: 0 14px 30px rgba(244, 185, 31, 0.32) !important;
    transition: all 0.2s ease !important;
}

.lpx-signup-form button[type="submit"]:not(:disabled):hover {
    filter: brightness(0.97);
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(244, 185, 31, 0.40) !important;
}

/* DISABLED state — clearly muted, no shadow, cursor not-allowed */
.lpx-signup-form .submitFormularInscriere:disabled,
.lpx-signup-form button[type="submit"]:disabled,
.lpx-signup-form #submitBtn:disabled,
.lpx-signup-form .btn-success:disabled,
.lpx-signup-form .btn-success.bg-success:disabled {
    background: #ecedf2 !important;
    color: var(--lpx-muted) !important;
    border-color: var(--lpx-line) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    filter: none !important;
    transform: none !important;
}

/* Disclaimer card */
.lpx-signup-form .disclaimer {
    margin-top: 18px !important;
    padding: 16px !important;
    border-radius: var(--lpx-radius-sm) !important;
    background: var(--lpx-bg-soft) !important;
    border: 1px solid var(--lpx-line);
    font-size: 0.75rem !important;
    color: var(--lpx-ink-soft) !important;
    line-height: 1.6 !important;
}

.lpx-signup-form .disclaimer p {
    margin: 0 0 6px !important;
    font-size: 0.75rem !important;
    line-height: 1.6 !important;
    color: var(--lpx-ink-soft) !important;
}

.lpx-signup-form .disclaimer p:last-child { margin-bottom: 0 !important; }

.lpx-signup-form .disclaimer strong {
    color: var(--lpx-gold-deep) !important;
    margin-right: 4px;
}

.lpx-signup-form .disclaimer a {
    color: var(--lpx-gold-deep) !important;
    text-decoration: underline;
}

/* --- Form heading: tighter --- */
.lpx-signup-form #formularInscriere > div:first-child {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--lpx-line);
}

.lpx-signup-form #formularInscriere > div:first-child h2 {
    margin: 0 0 4px !important;
    padding: 0 !important;
}

/* --- Mobile responsive --- */
@media (max-width: 575px) {
    .lpx-signup-form { padding: 22px; }

    .lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(1),
    .lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(2),
    .lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(3),
    .lpx-signup-form .row > .col-xl-3.col-md-6:nth-child(4),
    .lpx-signup-form .col-md-6,
    .lpx-signup-form .col-xl-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .lpx-signup-form .iti--separate-dial-code input[type="tel"] {
        padding-left: 100px !important;
    }
}


/* === Header logo: bigger, more legible === */
.lpx-header #topBar { padding: 18px 0; }

.lpx-logo img {
    width: auto !important;
    max-width: 320px;
    max-height: 90px !important;
    height: auto;
}

.lpx-logo--en img {
    max-width: 360px;
    max-height: 104px !important;
}

@media (max-width: 1199px) {
    .lpx-logo img {
        max-width: 260px;
        max-height: 76px !important;
    }
}

@media (max-width: 767px) {
    .lpx-logo img {
        max-width: 220px;
        max-height: 60px !important;
    }
}


/* ════════════════════════════════════════════════════════════════════
   LPX — Phone input v3 (uniform with other inputs, no gray split)
   ════════════════════════════════════════════════════════════════════ */

/* Make the iti wrapper look like a single input box */
.lpx-signup-form .iti {
    display: block !important;
    width: 100%;
    position: relative;
}

/* Country selector area: TRANSPARENT, just a subtle border on right */
.lpx-signup-form .iti__country-container,
.lpx-signup-form .iti__selected-country-primary,
.lpx-signup-form .iti__selected-flag,
.lpx-signup-form .iti__selected-country {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(18, 35, 74, 0.10) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    height: 44px !important;
    width: auto !important;
    min-width: 88px !important;
    padding: 0 14px 0 14px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

/* The phone input itself: full uniform box, same as other inputs */
.lpx-signup-form .iti input[type="tel"],
.lpx-signup-form .iti--separate-dial-code input[type="tel"],
.lpx-signup-form .iti input.iti__tel-input {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 14px !important;
    padding-left: 110px !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
    border-radius: var(--lpx-radius-sm) !important;
    background: #ffffff !important;
    color: var(--lpx-ink) !important;
    box-shadow: none !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.95rem !important;
}

.lpx-signup-form .iti input[type="tel"]:focus,
.lpx-signup-form .iti--separate-dial-code input[type="tel"]:focus {
    border-color: var(--lpx-gold) !important;
    box-shadow: 0 0 0 3px rgba(244, 185, 31, 0.18) !important;
    outline: 0 !important;
}

/* Dial code "+40": navy bold */
.lpx-signup-form .iti__selected-dial-code {
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans) !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    margin-left: 4px !important;
}

/* Flag styling */
.lpx-signup-form .iti__flag {
    margin: 0 !important;
}

/* Arrow */
.lpx-signup-form .iti__arrow {
    margin-left: 4px !important;
    border-top-color: var(--lpx-muted) !important;
    border-width: 4px 4px 0 4px !important;
}

/* Placeholder: more subtle */
.lpx-signup-form .iti input[type="tel"]::placeholder {
    color: var(--lpx-muted);
    opacity: 0.5;
}

@media (max-width: 575px) {
    .lpx-signup-form .iti input[type="tel"],
    .lpx-signup-form .iti--separate-dial-code input[type="tel"] {
        padding-left: 100px !important;
    }
    .lpx-signup-form .iti__country-container,
    .lpx-signup-form .iti__selected-country-primary {
        min-width: 80px !important;
        padding: 0 10px !important;
    }
}


/* ════════════════════════════════════════════════════════════════════
   LPX — v4 fixes: label asterisk, phone clean, flat header
   ════════════════════════════════════════════════════════════════════ */

/* === Header: COMPLETELY FLAT — no shadow, no border, no backdrop === */
body:has(.lpx-page) .lpx-header,
body:has(.lpx-page) header.lpx-header {
    background: #ffffff !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.lpx-header,
.lpx-header #topBar {
    box-shadow: none !important;
    border-bottom: 0 !important;
}

/* === Labels: FORCE single-line layout, asterisk inline === */
.lpx-signup-form label,
.lpx-signup-form .form-label {
    display: block !important;
    color: var(--lpx-ink) !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    white-space: normal !important;
    text-wrap: wrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

/* Asterisk: same size as label, no wrap, tight to text */
.lpx-signup-form label .tw-text-red-600,
.lpx-signup-form label .required {
    display: inline !important;
    color: #dc3545 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-left: 3px !important;
    white-space: nowrap !important;
}

/* === Phone input: clean uniform look (separateDialCode now false) === */
.lpx-signup-form .iti {
    display: block !important;
    width: 100%;
}

/* The flag dropdown button — small, inline at left of input */
.lpx-signup-form .iti__country-container,
.lpx-signup-form .iti__selected-country,
.lpx-signup-form .iti__selected-country-primary,
.lpx-signup-form .iti__selected-flag {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(18, 35, 74, 0.10) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 12px !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Hide the dial code text since separateDialCode is now false */
.lpx-signup-form .iti__selected-dial-code {
    display: none !important;
}

/* The phone input itself: room for just the flag + arrow */
.lpx-signup-form .iti input[type="tel"],
.lpx-signup-form .iti--allow-dropdown input[type="tel"],
.lpx-signup-form .iti input.iti__tel-input {
    width: 100% !important;
    height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 14px !important;
    padding-left: 70px !important;
    border: 1px solid rgba(18, 35, 74, 0.16) !important;
    border-radius: var(--lpx-radius-sm) !important;
    background: #ffffff !important;
    color: var(--lpx-ink) !important;
    box-shadow: none !important;
    font-family: var(--lpx-sans) !important;
    font-size: 0.95rem !important;
}

.lpx-signup-form .iti input[type="tel"]:focus {
    border-color: var(--lpx-gold) !important;
    box-shadow: 0 0 0 3px rgba(244, 185, 31, 0.18) !important;
    outline: 0 !important;
}

.lpx-signup-form .iti input[type="tel"]::placeholder {
    color: var(--lpx-muted);
    opacity: 0.5;
}

.lpx-signup-form .iti__flag { margin: 0 !important; }
.lpx-signup-form .iti__arrow {
    margin-left: 4px !important;
    border-top-color: var(--lpx-muted) !important;
}

@media (max-width: 575px) {
    .lpx-signup-form .iti input[type="tel"] {
        padding-left: 64px !important;
    }
    .lpx-signup-form .iti__country-container,
    .lpx-signup-form .iti__selected-country {
        width: 50px !important;
        min-width: 50px !important;
    }
}

/* ════════════════════════════════════════════════════════════════════
   Founder Page — same LPX visual language as landing page
   ════════════════════════════════════════════════════════════════════ */
.lpx-founder-page {
    background: #ffffff;
}

.lpx-founder-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 96px;
    background:
        radial-gradient(circle at 82% 24%, rgba(244, 185, 31, 0.16), transparent 24rem),
        linear-gradient(180deg, #fbfbf7 0%, #ffffff 100%);
}

.lpx-founder-hero::after {
    content: "";
    position: absolute;
    right: 7%;
    top: 88px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(18, 35, 74, 0.12);
    border-radius: 45% 55% 58% 42%;
    transform: rotate(18deg);
}

.lpx-founder-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
    gap: 72px;
    align-items: center;
}

.lpx-founder-hero-media {
    display: flex;
    justify-content: center;
}

.lpx-founder-hero-frame {
    position: relative;
    width: min(620px, 100%);
    padding: 28px;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: var(--lpx-shadow-lg);
}

.lpx-founder-hero-frame::before {
    content: "";
    position: absolute;
    inset: 56px -28px -24px 68px;
    z-index: -1;
    border-radius: 34px;
    background: var(--lpx-gold-soft);
}

.lpx-founder-hero-frame img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    border-radius: 26px;
}

.lpx-founder-hero-copy .lpx-eyebrow,
.lpx-founder-bio-copy .lpx-eyebrow,
.lpx-founder-legacy-card .lpx-eyebrow {
    text-align: left;
}

.lpx-founder-hero-copy h1 {
    margin: 0 0 22px;
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(3.2rem, 5vw, 5.6rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.04em;
}

.lpx-founder-hero-copy p {
    margin: 0;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 1.05rem;
    line-height: 1.75;
}

.lpx-founder-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.lpx-founder-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.lpx-founder-highlights span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lpx-ink);
    font-family: var(--lpx-sans);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.lpx-founder-highlights i {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lpx-green);
    border-radius: 999px;
    color: var(--lpx-green);
}

.lpx-founder-bio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 56px;
    align-items: start;
}

.lpx-founder-bio-copy,
.lpx-founder-legacy-card {
    padding: 42px;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    background: #ffffff;
    box-shadow: var(--lpx-shadow);
}

.lpx-founder-bio-copy h2,
.lpx-founder-legacy-card h2 {
    margin: 0 0 22px;
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.lpx-founder-bio-copy p,
.lpx-founder-legacy-card p,
.lpx-founder-timeline p,
.lpx-founder-memorial-card p {
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.98rem;
    line-height: 1.75;
}

.lpx-founder-bio-copy p,
.lpx-founder-legacy-card p {
    margin: 0 0 16px;
}

.lpx-founder-bio-copy p:last-child,
.lpx-founder-legacy-card p:last-child {
    margin-bottom: 0;
}

.lpx-founder-portrait-card {
    position: sticky;
    top: 104px;
    padding: 20px;
    border-radius: var(--lpx-radius);
    background:
        radial-gradient(circle at 100% 100%, rgba(120, 166, 84, 0.16), transparent 9rem),
        var(--lpx-bg-cream);
    box-shadow: var(--lpx-shadow);
}

.lpx-founder-portrait-card img {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 14px;
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-founder-portrait-card i {
    color: var(--lpx-gold-deep);
    font-size: 2.2rem;
}

.lpx-founder-portrait-card p {
    margin: 10px 0 0;
    color: var(--lpx-ink-soft);
    font-family: var(--lpx-sans);
    font-size: 0.92rem;
    line-height: 1.7;
}

.lpx-founder-timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.lpx-founder-timeline article {
    position: relative;
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--lpx-line);
    border-radius: var(--lpx-radius);
    background: #ffffff;
    box-shadow: var(--lpx-shadow-sm);
}

.lpx-founder-timeline article::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 72px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, var(--lpx-gold), rgba(244, 185, 31, 0));
}

.lpx-founder-timeline span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 38px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--lpx-ink);
    background: var(--lpx-gold);
    font-family: var(--lpx-sans);
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(244, 185, 31, 0.28);
}

.lpx-founder-timeline p {
    position: relative;
    margin: 0;
}

.lpx-founder-legacy-grid {
    display: grid;
    grid-template-columns: 0.86fr 1fr;
    gap: 56px;
    align-items: center;
}

.lpx-founder-legacy-image img {
    display: block;
    width: 100%;
    border-radius: var(--lpx-radius);
    box-shadow: var(--lpx-shadow-lg);
}

.lpx-founder-memorial {
    padding-top: 76px;
}

.lpx-founder-memorial-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px;
    border: 1px solid rgba(244, 185, 31, 0.28);
    border-radius: var(--lpx-radius-lg);
    background:
        radial-gradient(circle at 12% 15%, rgba(244, 185, 31, 0.18), transparent 13rem),
        #ffffff;
    box-shadow: var(--lpx-shadow-lg);
    text-align: center;
}

.lpx-founder-memorial-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 999px;
    color: var(--lpx-ink);
    background: var(--lpx-gold);
    font-size: 1.6rem;
}

.lpx-founder-memorial-card p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: var(--lpx-ink);
    font-family: var(--lpx-serif);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.55;
}

@media (max-width: 1199px) {
    .lpx-founder-hero-grid,
    .lpx-founder-bio-grid,
    .lpx-founder-legacy-grid {
        grid-template-columns: 1fr;
    }

    .lpx-founder-hero-copy {
        order: -1;
    }

    .lpx-founder-portrait-card {
        position: static;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .lpx-founder-hero {
        padding: 56px 0 64px;
    }

    .lpx-founder-hero-grid,
    .lpx-founder-bio-grid,
    .lpx-founder-legacy-grid {
        gap: 32px;
    }

    .lpx-founder-hero-copy h1 {
        font-size: clamp(3rem, 15vw, 4rem);
    }

    .lpx-founder-hero-actions,
    .lpx-founder-highlights {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .lpx-founder-hero-actions .lpx-btn-primary,
    .lpx-founder-hero-actions .lpx-btn-secondary {
        width: 100%;
    }

    .lpx-founder-hero-frame {
        padding: 18px;
        border-radius: 24px;
    }

    .lpx-founder-hero-frame::before {
        inset: 34px -10px -14px 34px;
        border-radius: 24px;
    }

    .lpx-founder-bio-copy,
    .lpx-founder-legacy-card,
    .lpx-founder-memorial-card {
        padding: 26px;
    }

    .lpx-founder-timeline {
        grid-template-columns: 1fr;
    }
}
