.creonest-b2b-box {
    border: 1px solid rgba(115, 107, 170, .18);
    border-radius: 22px;
    padding: 18px 20px;
    margin: 18px 0;
    background: #fff;
    box-shadow: 0 18px 45px rgba(35, 30, 45, .07);
    color: #2b2734;
    line-height: 1.65;
}
.creonest-b2b-success {
    border-color: rgba(91, 149, 111, .26);
    background: linear-gradient(135deg, rgba(246, 255, 249, .95), #fff);
}
.creonest-b2b-error {
    border-color: rgba(190, 80, 80, .25);
    background: linear-gradient(135deg, rgba(255, 245, 245, .95), #fff);
}
.creonest-b2b-info {
    background: linear-gradient(135deg, rgba(252, 239, 232, .65), rgba(242, 240, 255, .6));
}
.creonest-b2b-form {
    background: #fff;
    border: 1px solid rgba(115, 107, 170, .14);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 22px 55px rgba(35, 30, 45, .08);
}
.creonest-b2b-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.creonest-b2b-form label {
    display: block;
    margin: 0 0 16px;
    font-weight: 700;
    color: #2b2734;
}
.creonest-b2b-form input[type="text"],
.creonest-b2b-form input[type="email"],
.creonest-b2b-form input[type="password"],
.creonest-b2b-form textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid rgba(43, 39, 52, .14);
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
    background: #fff;
}
.creonest-b2b-check {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    font-weight: 500 !important;
}
.creonest-b2b-button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #c27762, #6f69b2);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(111, 105, 178, .22);
}

.creonest-b2b-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.creonest-b2b-actions-row a {
    text-decoration: none;
}
.creonest-b2b-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 22px;
    background: #fff;
    border: 1px solid rgba(111, 105, 178, .22);
    color: #6f69b2;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(35, 30, 45, .08);
}
.creonest-b2b-prices {
    margin: 40px 0;
}
.creonest-b2b-prices-head {
    max-width: 740px;
    margin-bottom: 28px;
}
.creonest-b2b-prices-head span {
    display: inline-flex;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(252, 222, 211, .75);
    color: #6f69b2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}
.creonest-b2b-prices-head h2 {
    margin: 14px 0 8px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    color: #2b2734;
}
.creonest-b2b-prices-head p {
    color: #625d6b;
    font-size: 17px;
}
.creonest-b2b-price-group {
    margin: 32px 0;
}
.creonest-b2b-price-group h3 {
    margin: 0 0 16px;
    color: #2b2734;
    font-size: 24px;
}
.creonest-b2b-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.creonest-b2b-price-card {
    background: #fff;
    border: 1px solid rgba(115, 107, 170, .15);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(35, 30, 45, .07);
}
.creonest-b2b-price-card h4 {
    margin: 0 0 10px;
    color: #2b2734;
    font-size: 20px;
}
.creonest-b2b-price-card p {
    margin: 0 0 16px;
    color: #625d6b;
    line-height: 1.65;
}
.creonest-b2b-price-value {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 10px 14px;
    background: linear-gradient(135deg, rgba(252, 222, 211, .9), rgba(230, 227, 255, .9));
    color: #2b2734;
    font-weight: 900;
}
.creonest-b2b-price-card small {
    display: block;
    margin-top: 12px;
    color: #807a89;
}
@media (max-width: 900px) {
    .creonest-b2b-form-grid,
    .creonest-b2b-price-grid {
        grid-template-columns: 1fr;
    }
    .creonest-b2b-form {
        padding: 20px;
    }
}

.creonest-b2b-access-wrap {
    max-width: 760px;
    margin: 0 auto;
}
.creonest-b2b-login-form {
    margin-top: 18px;
}
.creonest-b2b-login-form h3 {
    margin: 0 0 8px;
    color: #2b2734;
    font-size: 24px;
}
.creonest-b2b-login-form p {
    margin: 0 0 18px;
    color: #625d6b;
}


.creonest-b2b-inline-price {
    margin: 2px 0 16px;
    padding: 13px 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(252, 222, 211, .72), rgba(230, 227, 255, .82));
    border: 1px solid rgba(115, 107, 170, .14);
    box-shadow: 0 12px 28px rgba(35, 30, 45, .06);
}
.creonest-b2b-inline-price span {
    display: block;
    margin-bottom: 3px;
    color: #6f69b2;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.creonest-b2b-inline-price strong {
    display: block;
    color: #2b2734;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 900;
}
.creonest-b2b-inline-price small {
    display: block;
    margin-top: 5px;
    color: #706979;
    line-height: 1.45;
}
.service-card-dark .creonest-b2b-inline-price {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.16);
}
.service-card-dark .creonest-b2b-inline-price span {
    color: #f4b79e;
}
.service-card-dark .creonest-b2b-inline-price strong {
    color: #fff;
}
.service-card-dark .creonest-b2b-inline-price small {
    color: rgba(255,255,255,.72);
}

.creonest-b2b-services-access { margin: 0 auto 34px; }
.creonest-b2b-services-access .creonest-b2b-login-form { margin-top: 18px; }


/* v0.1.5 - pagina Servicii: acces B2B compact și prețurile mutate vizual sub conținutul fiecărui serviciu */
.services-b2b-access-section {
    padding-top: 18px !important;
    padding-bottom: 8px !important;
}
.services-b2b-access-section + .services-section {
    padding-top: 38px !important;
}
.creonest-b2b-services-access.creonest-b2b-access-wrap {
    max-width: 980px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 16px;
    align-items: stretch;
    margin: 0 auto 22px;
}
.creonest-b2b-services-access .creonest-b2b-box,
.creonest-b2b-services-access .creonest-b2b-form {
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(35, 30, 45, .06);
}
.creonest-b2b-services-access .creonest-b2b-box {
    padding: 15px 17px;
    font-size: .95rem;
    line-height: 1.55;
}
.creonest-b2b-services-access .creonest-b2b-form {
    padding: 18px;
}
.creonest-b2b-services-access .creonest-b2b-login-form {
    margin-top: 0;
}
.creonest-b2b-services-access .creonest-b2b-login-form h3 {
    font-size: 1.22rem;
    margin-bottom: 4px;
}
.creonest-b2b-services-access .creonest-b2b-login-form p {
    margin-bottom: 12px;
    font-size: .94rem;
}
.creonest-b2b-services-access .creonest-b2b-form label {
    margin-bottom: 10px;
    font-size: .92rem;
}
.creonest-b2b-services-access .creonest-b2b-form input[type="text"],
.creonest-b2b-services-access .creonest-b2b-form input[type="password"] {
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 12px;
}
.creonest-b2b-services-access .creonest-b2b-button,
.creonest-b2b-services-access .creonest-b2b-secondary-button {
    padding: 11px 18px;
    font-size: .93rem;
}
.service-card .creonest-b2b-inline-price {
    order: 99;
    margin: 18px 0 0;
    padding: 11px 13px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(35, 30, 45, .05);
}
.service-card .creonest-b2b-inline-price span {
    font-size: 10px;
    margin-bottom: 2px;
}
.service-card .creonest-b2b-inline-price strong {
    font-size: 1rem;
}
.service-card .creonest-b2b-inline-price small {
    font-size: .83rem;
}

@media (max-width: 900px) {
    .creonest-b2b-services-access.creonest-b2b-access-wrap {
        grid-template-columns: 1fr;
        max-width: 680px;
    }
    .services-b2b-access-section {
        padding-top: 12px !important;
    }
}


/* v0.1.6 - acces B2B mai compact și prețuri lipite estetic de baza cardurilor */
.creonest-b2b-services-access.creonest-b2b-access-wrap {
    max-width: 860px;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 16px;
}
.creonest-b2b-services-access .creonest-b2b-box,
.creonest-b2b-services-access .creonest-b2b-form {
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(35, 30, 45, .045);
}
.creonest-b2b-services-access .creonest-b2b-box {
    padding: 13px 16px;
    font-size: .88rem;
    line-height: 1.45;
}
.creonest-b2b-services-access .creonest-b2b-box strong {
    display: block;
    margin-bottom: 2px;
}
.creonest-b2b-services-access .creonest-b2b-actions-row {
    margin-top: 10px;
}
.creonest-b2b-services-access .creonest-b2b-form {
    padding: 14px 16px;
}
.creonest-b2b-services-access .creonest-b2b-login-form h3 {
    font-size: 1.06rem;
    margin-bottom: 3px;
}
.creonest-b2b-services-access .creonest-b2b-login-form p {
    margin-bottom: 9px;
    font-size: .86rem;
    line-height: 1.4;
}
.creonest-b2b-services-access .creonest-b2b-form label {
    margin-bottom: 7px;
    font-size: .84rem;
}
.creonest-b2b-services-access .creonest-b2b-form input[type="text"],
.creonest-b2b-services-access .creonest-b2b-form input[type="password"] {
    margin-top: 4px;
    padding: 8px 11px;
    min-height: 38px;
    border-radius: 11px;
}
.creonest-b2b-services-access .creonest-b2b-check {
    margin-top: 2px;
    margin-bottom: 9px !important;
}
.creonest-b2b-services-access .creonest-b2b-button,
.creonest-b2b-services-access .creonest-b2b-secondary-button {
    padding: 9px 17px;
    font-size: .86rem;
    box-shadow: 0 9px 20px rgba(111, 105, 178, .16);
}
.services-b2b-access-section {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
}
.services-b2b-access-section + .services-section {
    padding-top: 30px !important;
}
.service-card .creonest-b2b-inline-price {
    order: 100;
    margin-top: auto;
    margin-bottom: 0;
}
.service-card .service-fit {
    order: 90;
    margin-top: auto;
    padding-bottom: 12px;
}
.service-card .service-fit + .creonest-b2b-inline-price {
    margin-top: 0;
}
.service-card .service-list + .creonest-b2b-inline-price,
.service-card p + .creonest-b2b-inline-price {
    margin-top: auto;
}
@media (max-width: 900px) {
    .creonest-b2b-services-access.creonest-b2b-access-wrap {
        max-width: 620px;
        gap: 10px;
    }
}

/* v0.1.7 - experiență frontend pentru client B2B, fără bara WordPress */
body.creonest-b2b-clientbar-active {
    padding-top: 42px;
}
.creonest-b2b-clientbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    min-height: 42px;
    background: linear-gradient(135deg, #2b2734, #38304d);
    color: #fff;
    box-shadow: 0 10px 26px rgba(35, 30, 45, .16);
    font-size: 14px;
}
.creonest-b2b-clientbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 42px;
    padding: 6px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.creonest-b2b-clientbar-brand {
    font-weight: 900;
    letter-spacing: .04em;
    color: #f5d8cd;
}
.creonest-b2b-clientbar-user {
    margin-left: auto;
    color: rgba(255,255,255,.92);
    font-weight: 700;
}
.creonest-b2b-clientbar-user span {
    display: inline-flex;
    margin-left: 8px;
    border-radius: 999px;
    padding: 3px 9px;
    background: rgba(255,255,255,.1);
    color: #f5d8cd;
    font-size: 12px;
}
.creonest-b2b-clientbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.creonest-b2b-clientbar-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
}
.creonest-b2b-clientbar-actions a:hover {
    background: linear-gradient(135deg, #c27762, #6f69b2);
    color: #fff;
}
@media (max-width: 720px) {
    body.creonest-b2b-clientbar-active {
        padding-top: 78px;
    }
    .creonest-b2b-clientbar-inner {
        min-height: 78px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 10px;
        text-align: center;
    }
    .creonest-b2b-clientbar-user {
        margin-left: 0;
        width: 100%;
        font-size: 13px;
    }
}


/* v0.1.8 - formular B2B compact: email și parolă pe același rând în pagina Servicii */
.creonest-b2b-services-access.creonest-b2b-access-wrap {
    max-width: 900px;
    grid-template-columns: minmax(250px, .78fr) minmax(520px, 1.32fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}
.creonest-b2b-services-access .creonest-b2b-box,
.creonest-b2b-services-access .creonest-b2b-form {
    padding: 13px 15px;
    min-height: 0;
}
.creonest-b2b-services-access .creonest-b2b-login-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 7px;
    align-items: end;
}
.creonest-b2b-services-access .creonest-b2b-login-form h3,
.creonest-b2b-services-access .creonest-b2b-login-form p {
    grid-column: 1 / -1;
}
.creonest-b2b-services-access .creonest-b2b-login-form h3 {
    margin-bottom: 0;
    font-size: 1.02rem;
    line-height: 1.2;
}
.creonest-b2b-services-access .creonest-b2b-login-form p {
    margin-bottom: 2px;
    font-size: .84rem;
    line-height: 1.3;
}
.creonest-b2b-services-access .creonest-b2b-login-form label:not(.creonest-b2b-check) {
    margin-bottom: 0;
}
.creonest-b2b-services-access .creonest-b2b-login-form input[type="text"],
.creonest-b2b-services-access .creonest-b2b-login-form input[type="password"] {
    min-height: 34px;
    padding: 7px 10px;
}
.creonest-b2b-services-access .creonest-b2b-login-form .creonest-b2b-check {
    grid-column: 1 / 2;
    margin: 2px 0 0 !important;
    align-self: center;
}
.creonest-b2b-services-access .creonest-b2b-login-form .creonest-b2b-button {
    grid-column: 2 / 3;
    justify-self: start;
    margin-top: 0;
    padding: 8px 16px;
}
.creonest-b2b-services-access .creonest-b2b-box {
    align-self: start;
}
.creonest-b2b-services-access .creonest-b2b-box .creonest-b2b-actions-row {
    margin-top: 9px;
}

@media (max-width: 900px) {
    .creonest-b2b-services-access.creonest-b2b-access-wrap {
        grid-template-columns: 1fr;
        max-width: 620px;
    }
    .creonest-b2b-services-access .creonest-b2b-login-form {
        grid-template-columns: 1fr;
    }
    .creonest-b2b-services-access .creonest-b2b-login-form .creonest-b2b-check,
    .creonest-b2b-services-access .creonest-b2b-login-form .creonest-b2b-button {
        grid-column: 1 / -1;
    }
}

.creonest-b2b-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.creonest-b2b-security-grid {
  margin-top: 10px;
}
