/* MB_PUBLIC_HOME_SMARTBOTS_STYLE_V01 */
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background: #f4f4f4;
    font-size: 14px;
}

a {
    color: #126fc6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.mb-home-topbar {
    background: #141632;
    height: 64px;
    color: #fff;
}

.mb-home-topbar-inner {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 64px;
    gap: 34px;
}

.mb-home-logo {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-right: 30px;
}

.mb-home-logo span {
    color: #ffc400;
}

.mb-home-nav {
    display: flex;
    gap: 32px;
    align-items: center;
    flex: 1;
}

.mb-home-nav a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.mb-hero-wrap {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.mb-hero {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    min-height: 310px;
    text-align: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.85), transparent 12%),
        radial-gradient(circle at 68% 24%, rgba(255,255,255,.75), transparent 10%),
        linear-gradient(180deg, #07b6e5 0%, #0c7fd1 42%, #f7fbff 42%, #f7fbff 100%);
    overflow: hidden;
}

.mb-hero-clouds {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    height: 140px;
    background:
        radial-gradient(ellipse at 12% 80%, rgba(255,255,255,.85), transparent 28%),
        radial-gradient(ellipse at 30% 76%, rgba(255,255,255,.9), transparent 24%),
        radial-gradient(ellipse at 52% 82%, rgba(255,255,255,.85), transparent 25%),
        radial-gradient(ellipse at 78% 77%, rgba(255,255,255,.9), transparent 30%);
    opacity: .95;
}

.mb-plane {
    position: relative;
    padding-top: 30px;
    z-index: 2;
}

.mb-plane-title {
    display: inline-block;
    transform: rotate(-4deg);
    color: #16355a;
    font-size: 58px;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0 rgba(255,255,255,.8);
    line-height: .95;
}

.mb-plane-title small {
    display: block;
    color: #102b4e;
    font-size: 30px;
    letter-spacing: 1px;
}

.mb-plane-sub {
    display: inline-block;
    margin-top: 8px;
    background: rgba(255,255,255,.85);
    color: #0f426d;
    padding: 5px 14px;
    font-weight: bold;
    border-radius: 2px;
}

.mb-box {
    position: absolute;
    width: 82px;
    height: 62px;
    background: #d9a56c;
    border: 4px solid #c38b50;
    transform: rotate(14deg);
    z-index: 3;
    opacity: .95;
}

.mb-box:before {
    content: "";
    position: absolute;
    left: 35px;
    top: -4px;
    width: 8px;
    height: 62px;
    background: #efc891;
}

.mb-box.one {
    left: 150px;
    top: 72px;
}

.mb-box.two {
    right: 190px;
    top: 102px;
    transform: rotate(-18deg);
}

.mb-box.three {
    left: 210px;
    top: 160px;
    transform: rotate(-8deg);
}

.mb-hero-buttons {
    position: relative;
    z-index: 4;
    margin-top: 20px;
}

.mb-hero-buttons a {
    display: inline-block;
    min-width: 132px;
    margin: 0 6px;
    padding: 11px 18px;
    background: #0b76c7;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,.2);
}

.mb-hero-buttons a.yellow {
    background: #ffca22;
    color: #333;
}

.mb-login-strip {
    width: 1180px;
    margin: 0 auto;
    min-height: 130px;
    padding: 22px 0 28px;
    text-align: center;
    background: #fff;
}

.mb-login-title {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 14px;
    color: #333;
}

.mb-login-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mb-login-form input {
    height: 28px;
    width: 160px;
    border: 1px solid #ccd4dc;
    padding: 5px 8px;
}

.mb-login-form button,
.mb-login-form a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    border: 0;
    background: #0d73c7;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}

.mb-login-form a {
    background: #fff;
    color: #0d73c7;
    border: 1px solid #0d73c7;
}

.mb-login-help {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
}

.mb-section {
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.mb-section.alt {
    background: #eef8fc;
}

.mb-section-inner {
    width: 980px;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
}

.mb-section h2 {
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 26px;
    color: #333;
}

.mb-stats {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.mb-stat {
    width: 145px;
    padding: 18px 12px;
    background: #fff;
    border: 1px solid #e0e6ec;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

.mb-stat .icon {
    font-size: 22px;
    color: #ff9a1f;
    display: block;
    margin-bottom: 8px;
}

.mb-stat strong {
    display: block;
    color: #0d73c7;
    margin-top: 5px;
}

.mb-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.mb-news-card {
    background: #fff;
    border: 1px solid #e3e6ea;
    padding: 10px;
    text-align: left;
    min-height: 150px;
}

.mb-news-img {
    height: 80px;
    background: linear-gradient(135deg, #0da8df, #143966);
    margin-bottom: 9px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.mb-prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    text-align: left;
}

.mb-price h3 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px;
}

.mb-price .price {
    text-align: center;
    color: #d22fc3;
    font-weight: bold;
    margin-bottom: 12px;
}

.mb-price ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.8;
}

.mb-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    text-align: left;
}

.mb-feature {
    display: flex;
    gap: 15px;
}

.mb-feature .ficon {
    width: 44px;
    height: 44px;
    border: 2px solid #7c5cff;
    border-radius: 9px;
    color: #7c5cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mb-feature h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.mb-why {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 35px;
    text-align: left;
    align-items: center;
}

.mb-why-img {
    height: 245px;
    background:
        linear-gradient(rgba(20,60,90,.25), rgba(20,60,90,.25)),
        url('/assets/bot_avatar_male.jpg') center/cover no-repeat;
    border: 1px solid #ddd;
}

.mb-steps {
    width: 520px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.mb-step {
    display: grid;
    grid-template-columns: 1fr 32px 1fr;
    align-items: center;
    margin: 18px 0;
}

.mb-step .dot {
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    margin: 0 auto;
}

.mb-step strong {
    display: block;
    margin-bottom: 4px;
}

.mb-cta {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.mb-cta a {
    display: inline-block;
    padding: 10px 22px;
    background: #0d73c7;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.mb-footer {
    background: #103b63;
    color: #fff;
}

.mb-footer-inner {
    width: 980px;
    margin: 0 auto;
    padding: 28px 0;
    display: grid;
    grid-template-columns: 180px repeat(4, 1fr);
    gap: 25px;
    font-size: 12px;
}

.mb-footer a {
    color: #fff;
    display: block;
    margin: 4px 0;
}

.mb-footer-logo {
    font-size: 22px;
    font-weight: bold;
}

.mb-footer-logo span {
    color: #ffc400;
}

@media (max-width: 900px) {
    .mb-home-topbar-inner,
    .mb-hero,
    .mb-login-strip,
    .mb-section-inner,
    .mb-footer-inner {
        width: 94%;
    }

    .mb-home-nav,
    .mb-stats,
    .mb-news-grid,
    .mb-prices,
    .mb-features,
    .mb-why {
        display: block;
    }

    .mb-home-nav {
        display: none;
    }

    .mb-plane-title {
        font-size: 38px;
    }

    .mb-login-form {
        display: grid;
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
    }

    .mb-login-form input,
    .mb-login-form button,
    .mb-login-form a {
        width: 100%;
    }
}

/* MB_HOME_SMARTBOTS_POLISH_V02 */
.mb-home-topbar {
    height: 58px;
}

.mb-home-topbar-inner {
    width: 1120px;
    height: 58px;
}

.mb-home-logo {
    font-size: 24px;
}

.mb-home-nav a {
    font-size: 12px;
    letter-spacing: .2px;
}

.mb-hero {
    width: 1120px;
    min-height: 360px;
    background:
        radial-gradient(circle at 36% 18%, rgba(255,255,255,.85), transparent 8%),
        radial-gradient(circle at 68% 22%, rgba(255,255,255,.75), transparent 9%),
        radial-gradient(circle at 78% 16%, rgba(255,255,255,.55), transparent 7%),
        linear-gradient(180deg, #05b9e7 0%, #0c83d5 36%, #dff6ff 36%, #ffffff 100%);
}

.mb-hero-clouds {
    top: 82px;
    height: 160px;
}

.mb-plane {
    padding-top: 38px;
}

.mb-plane-title {
    font-size: 70px;
    line-height: .82;
    letter-spacing: 3px;
    text-shadow: 3px 4px 0 rgba(255,255,255,.82);
}

.mb-plane-title small {
    font-size: 38px;
}

.mb-plane-sub {
    margin-top: 12px;
    font-size: 13px;
}

.mb-hero-buttons {
    margin-top: 26px;
}

.mb-hero-buttons a {
    min-width: 150px;
    padding: 13px 18px;
    font-size: 12px;
}

.mb-box {
    width: 96px;
    height: 72px;
}

.mb-box.one {
    left: 112px;
    top: 92px;
}

.mb-box.two {
    right: 140px;
    top: 118px;
}

.mb-box.three {
    left: 220px;
    top: 190px;
}

.mb-login-strip {
    width: 1120px;
    min-height: 122px;
    padding-top: 24px;
}

.mb-login-title {
    font-size: 18px;
    margin-bottom: 13px;
}

.mb-login-form input {
    width: 175px;
    height: 30px;
}

.mb-login-form button,
.mb-login-form a {
    height: 30px;
    line-height: 30px;
}

.mb-section-inner {
    width: 1040px;
    padding: 54px 0;
}

.mb-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

.mb-stats {
    gap: 22px;
}

.mb-stat {
    width: 150px;
    min-height: 78px;
}

.mb-news-card {
    min-height: 170px;
}

.mb-news-img {
    height: 92px;
}

.mb-prices {
    gap: 55px;
}

.mb-features {
    gap: 38px 80px;
}

.mb-feature p,
.mb-price li,
.mb-news-card p,
.mb-why p,
.mb-step span {
    font-size: 13px;
    line-height: 1.55;
}

.mb-why {
    grid-template-columns: 1fr 440px;
}

.mb-why-img {
    height: 260px;
}

.mb-footer-inner {
    width: 1040px;
    min-height: 120px;
}

/* MB_HOME_REAL_BRANDING_V01 */
html,
body {
    background:
        linear-gradient(rgba(245, 250, 255, .78), rgba(245, 250, 255, .78)),
        url('/assets/branding/myslbots_map_bg.jpg') center top / cover fixed no-repeat !important;
}

.mb-section,
.mb-login-strip,
.mb-hero-wrap {
    background: rgba(255, 255, 255, .82) !important;
    backdrop-filter: blur(1.5px);
}

.mb-section.alt {
    background: rgba(232, 247, 253, .82) !important;
    backdrop-filter: blur(1.5px);
}

.mb-hero {
    background:
        linear-gradient(rgba(0, 178, 232, .22), rgba(255,255,255,.70)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover no-repeat !important;
}

.mb-plane {
    padding-top: 22px !important;
}

.mb-plane-title,
.mb-plane-sub {
    display: none !important;
}

.mb-home-logo {
    display: flex !important;
    align-items: center !important;
    width: 190px !important;
    height: 54px !important;
    background: url('/assets/branding/myslbots_logo_mark.png') left center / contain no-repeat !important;
    color: transparent !important;
    overflow: hidden !important;
}

.mb-home-logo span {
    color: transparent !important;
}

.mb-hero-logo-main {
    display: block;
    width: 720px;
    max-width: 88%;
    margin: 0 auto 18px auto;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.35));
}

.mb-footer-logo {
    display: block !important;
    width: 190px !important;
    height: 70px !important;
    background: url('/assets/branding/myslbots_logo_mark.png') left center / contain no-repeat !important;
    color: transparent !important;
    overflow: hidden !important;
}

.mb-footer-logo span {
    color: transparent !important;
}

@media (max-width: 900px) {
    .mb-hero-logo-main {
        width: 92%;
    }

    .mb-home-logo {
        width: 145px !important;
        height: 44px !important;
    }
}

/* MB_HOME_MAP_BACKGROUND_FIX_V03 */
/* Reset: niente mappa globale su tutto il body */
html,
body {
    background: #f4f4f4 !important;
}

/* Rimuove il logo immagine grande brutto nella hero */
.mb-hero-logo-main {
    display: none !important;
}

/* Riattiva il titolo testuale della hero */
.mb-plane-title {
    display: inline-block !important;
}

.mb-plane-sub {
    display: inline-block !important;
}

/* Rimuove logo immagine forzato da header/footer: torna testo pulito MySLBots */
.mb-home-logo {
    background: none !important;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

.mb-home-logo span {
    color: #ffc400 !important;
}

.mb-footer-logo {
    background: none !important;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

.mb-footer-logo span {
    color: #ffc400 !important;
}

/* Hero: niente immagine logo, solo banner grafico + mappa debolissima sotto */
.mb-hero {
    background:
        linear-gradient(rgba(0, 178, 232, .28), rgba(255,255,255,.90)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover no-repeat !important;
}

/* Sezioni bianche quasi piene: la mappa NON deve vedersi ovunque */
.mb-section {
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: none !important;
}

/* Solo le sezioni azzurre hanno la mappa appena visibile, come SmartBots */
.mb-section.alt {
    background:
        linear-gradient(rgba(232, 247, 253, .88), rgba(232, 247, 253, .88)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover no-repeat !important;
    backdrop-filter: none !important;
}

/* Fascia login sotto hero: mappa delicata, non invasiva */
.mb-login-strip {
    background:
        linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover no-repeat !important;
    backdrop-filter: none !important;
}

/* Hero-wrap pulito */
.mb-hero-wrap {
    background: #fff !important;
    backdrop-filter: none !important;
}

/* Footer resta solido */
.mb-footer {
    background: #103b63 !important;
}

/* Titolo hero più ordinato dopo rimozione logo */
.mb-plane-title {
    color: #16355a !important;
    font-size: 70px !important;
    line-height: .82 !important;
    letter-spacing: 3px !important;
    text-shadow: 3px 4px 0 rgba(255,255,255,.82) !important;
}

.mb-plane-title small {
    color: #102b4e !important;
    font-size: 38px !important;
}

.mb-plane-sub {
    background: rgba(255,255,255,.88) !important;
    color: #0f426d !important;
}

/* MB_HOME_FIXED_MAP_BACKGROUND_V04 */
/* La mappa resta ferma sotto la pagina, effetto scroll sopra */
html,
body {
    background:
        linear-gradient(rgba(245, 250, 255, .84), rgba(245, 250, 255, .84)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover fixed no-repeat !important;
}

/* Il banner principale NON deve mostrare la mappa */
.mb-hero-wrap {
    background: #ffffff !important;
}

.mb-hero {
    background:
        radial-gradient(circle at 36% 18%, rgba(255,255,255,.85), transparent 8%),
        radial-gradient(circle at 68% 22%, rgba(255,255,255,.75), transparent 9%),
        radial-gradient(circle at 78% 16%, rgba(255,255,255,.55), transparent 7%),
        linear-gradient(180deg, #05b9e7 0%, #0c83d5 36%, #dff6ff 36%, #ffffff 100%) !important;
}

/* Le sezioni bianche restano quasi piene */
.mb-section {
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: none !important;
}

/* Le sezioni azzurre fanno intravedere la mappa fissa sotto */
.mb-section.alt {
    background: rgba(232, 247, 253, .86) !important;
    backdrop-filter: none !important;
}

/* La fascia login sotto il banner lascia intravedere appena la mappa fissa */
.mb-login-strip {
    background: rgba(255, 255, 255, .86) !important;
    backdrop-filter: none !important;
}

/* Footer solido, senza mappa */
.mb-footer {
    background: #103b63 !important;
}

/* MB_HOME_FIXED_MAP_VISIBILITY_V05 */
/* Mappa più visibile, ferma sotto la pagina */
html,
body {
    background:
        linear-gradient(rgba(245, 250, 255, .68), rgba(245, 250, 255, .68)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover fixed no-repeat !important;
}

/* Il banner principale resta pulito, senza mappa */
.mb-hero-wrap {
    background: #ffffff !important;
}

.mb-hero {
    background:
        radial-gradient(circle at 36% 18%, rgba(255,255,255,.85), transparent 8%),
        radial-gradient(circle at 68% 22%, rgba(255,255,255,.75), transparent 9%),
        radial-gradient(circle at 78% 16%, rgba(255,255,255,.55), transparent 7%),
        linear-gradient(180deg, #05b9e7 0%, #0c83d5 36%, #dff6ff 36%, #ffffff 100%) !important;
}

/* Sezioni bianche leggermente trasparenti */
.mb-section {
    background: rgba(255, 255, 255, .90) !important;
}

/* Sezioni azzurre più trasparenti, mappa più visibile */
.mb-section.alt {
    background: rgba(232, 247, 253, .76) !important;
}

/* Fascia login più trasparente */
.mb-login-strip {
    background: rgba(255, 255, 255, .78) !important;
}

/* Footer solido */
.mb-footer {
    background: #103b63 !important;
}

/* MB_HOME_SMARTBOTS_SCALE_FIX_V06 */
/* Aumenta scala generale homepage: testi, form, card e icone più simili a SmartBots */

body {
    font-size: 15px !important;
}

/* Contenitore centrale più leggibile */
.mb-wrap,
.mb-container,
.mb-section-inner,
.mb-login-inner,
.mb-hero-inner {
    max-width: 940px !important;
}

/* Navbar meno miniaturizzata */
.mb-topbar,
.mb-nav {
    min-height: 42px !important;
}

.mb-home-logo,
.mb-nav a,
.mb-topbar a {
    font-size: 13px !important;
    line-height: 42px !important;
}

.mb-home-logo {
    font-size: 18px !important;
    font-weight: 800 !important;
}

/* Hero/banner: più presenza, ma senza mostrare la mappa */
.mb-hero-wrap {
    min-height: 250px !important;
}

.mb-hero {
    min-height: 210px !important;
}

.mb-plane {
    padding-top: 28px !important;
}

.mb-plane-title {
    font-size: 82px !important;
    line-height: .82 !important;
}

.mb-plane-title small {
    font-size: 44px !important;
}

.mb-plane-sub {
    font-size: 13px !important;
    padding: 7px 13px !important;
}

/* Bottoni hero più leggibili */
.mb-hero-actions a,
.mb-btn,
.mb-button,
button,
input[type="submit"] {
    font-size: 12px !important;
    min-height: 30px !important;
    padding: 8px 15px !important;
}

/* Testo intro e login */
.mb-login-strip {
    padding: 28px 0 30px !important;
}

.mb-login-strip h2,
.mb-login-title,
.mb-section h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
}

.mb-login-strip p,
.mb-section p,
.mb-card p,
.mb-feature p,
.mb-price p {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

/* Form login/newsletter più simili a SmartBots */
.mb-login-strip input,
.mb-newsletter input,
input[type="text"],
input[type="email"],
input[type="password"] {
    font-size: 13px !important;
    height: 31px !important;
    padding: 7px 9px !important;
}

.mb-login-strip button,
.mb-newsletter button {
    height: 31px !important;
    font-size: 12px !important;
    padding: 0 14px !important;
}

/* Sezioni: contenuto più grande e meno “perso” nella pagina */
.mb-section {
    padding-top: 48px !important;
    padding-bottom: 52px !important;
}

.mb-section.alt {
    padding-top: 50px !important;
    padding-bottom: 54px !important;
}

/* Card statistiche più grandi */
.mb-stats,
.mb-stat-grid {
    gap: 18px !important;
}

.mb-stat,
.mb-stat-card {
    min-width: 118px !important;
    min-height: 92px !important;
    padding: 18px 14px !important;
}

.mb-stat strong,
.mb-stat-card strong {
    font-size: 18px !important;
}

.mb-stat span,
.mb-stat-card span {
    font-size: 12px !important;
}

/* Cards principali più grandi */
.mb-news-grid,
.mb-card-grid,
.mb-more-grid,
.mb-price-grid {
    gap: 22px !important;
}

.mb-card,
.mb-news-card,
.mb-more-card,
.mb-price {
    min-height: 128px !important;
    padding: 18px 17px !important;
}

.mb-card h3,
.mb-news-card h3,
.mb-more-card h3,
.mb-price h3 {
    font-size: 15px !important;
    line-height: 1.25 !important;
}

/* Header blu delle card più alto */
.mb-card-head,
.mb-news-card-head,
.mb-more-card-head {
    min-height: 58px !important;
    font-size: 13px !important;
    padding: 15px 12px !important;
}

/* Prezzi leggibili */
.mb-price strong,
.mb-price .price,
.mb-price b {
    font-size: 16px !important;
}

.mb-price li {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

/* Features: icone e testo più grandi */
.mb-features,
.mb-feature-grid {
    gap: 34px 70px !important;
}

.mb-feature {
    min-height: 78px !important;
}

.mb-feature-icon,
.mb-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    font-size: 22px !important;
}

.mb-feature h3 {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

/* Why / How does it work più leggibili */
.mb-why,
.mb-how,
.mb-split {
    gap: 44px !important;
}

.mb-why h3,
.mb-how h3,
.mb-split h3 {
    font-size: 17px !important;
}

.mb-why li,
.mb-how li,
.mb-split li {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* Immagini placeholder più grandi ma controllate */
.mb-why img,
.mb-split img {
    max-width: 360px !important;
}

/* Footer un po' più leggibile */
.mb-footer {
    font-size: 12px !important;
}

.mb-footer a,
.mb-footer p,
.mb-footer li {
    font-size: 12px !important;
    line-height: 1.45 !important;
}

/* Mobile: evita che diventi enorme */
@media (max-width: 900px) {
    body {
        font-size: 14px !important;
    }

    .mb-wrap,
    .mb-container,
    .mb-section-inner,
    .mb-login-inner,
    .mb-hero-inner {
        max-width: calc(100% - 28px) !important;
    }

    .mb-plane-title {
        font-size: 52px !important;
    }

    .mb-plane-title small {
        font-size: 30px !important;
    }

    .mb-section,
    .mb-section.alt {
        padding-top: 36px !important;
        padding-bottom: 40px !important;
    }
}

/* MB_HOME_SMARTBOTS_REAL_SCALE_V07 */
/* Scala homepage avvicinata a SmartBots reale: 1150px, font 16px, form 43px, icone grandi */

body {
    font-family: "Exo 2", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: .35px !important;
}

/* Larghezza reale SmartBots */
.mb-home-topbar-inner,
.mb-hero,
.mb-login-strip,
.mb-section-inner,
.mb-footer-inner {
    width: 1150px !important;
    max-width: calc(100% - 40px) !important;
}

/* Header */
.mb-home-topbar {
    height: 46px !important;
}

.mb-home-topbar-inner {
    height: 46px !important;
}

.mb-home-logo {
    font-size: 20px !important;
    line-height: 46px !important;
}

.mb-home-nav {
    gap: 26px !important;
}

.mb-home-nav a {
    font-size: 13px !important;
    line-height: 46px !important;
}

/* Hero: resta senza mappa */
.mb-hero-wrap {
    background: #fff !important;
}

.mb-hero {
    min-height: 330px !important;
}

.mb-plane {
    padding-top: 38px !important;
}

.mb-plane-title {
    font-size: 86px !important;
    line-height: .80 !important;
    letter-spacing: 3px !important;
}

.mb-plane-title small {
    font-size: 46px !important;
}

.mb-plane-sub {
    font-size: 16px !important;
    padding: 8px 18px !important;
}

.mb-hero-buttons {
    margin-top: 26px !important;
}

.mb-hero-buttons a {
    min-width: 165px !important;
    height: 43px !important;
    line-height: 43px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
}

/* Login strip / form sotto hero */
.mb-login-strip {
    min-height: 145px !important;
    padding: 28px 0 34px !important;
}

.mb-login-title {
    font-size: 20px !important;
    margin-bottom: 16px !important;
}

.mb-login-form {
    gap: 8px !important;
}

.mb-login-form input,
.mb-newsletter input,
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 225px !important;
    height: 43px !important;
    line-height: 43px !important;
    padding: 0 15px !important;
    font-size: 16px !important;
}

.mb-login-form button,
.mb-login-form a,
.mb-newsletter button,
button,
input[type="submit"] {
    height: 43px !important;
    line-height: 43px !important;
    min-height: 43px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
}

.mb-login-help {
    font-size: 14px !important;
    margin-top: 10px !important;
}

/* Sezioni */
.mb-section-inner {
    padding: 64px 0 !important;
}

.mb-section h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin: 0 0 38px !important;
    font-weight: 400 !important;
}

/* Professional bot hosting */
.mb-stats {
    gap: 24px !important;
}

.mb-stat {
    width: 176px !important;
    min-height: 118px !important;
    padding: 22px 12px !important;
    font-size: 16px !important;
}

.mb-stat .icon {
    font-size: 27px !important;
    margin-bottom: 9px !important;
}

.mb-stat strong {
    font-size: 25px !important;
    margin-top: 7px !important;
}

/* Mailing */
.mb-section.alt .mb-login-form input[type="email"] {
    width: 305px !important;
}

/* What's up cards */
.mb-news-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px !important;
}

.mb-news-card {
    min-height: 230px !important;
    padding: 14px !important;
    font-size: 16px !important;
}

.mb-news-img {
    height: 112px !important;
    font-size: 17px !important;
    margin-bottom: 14px !important;
}

.mb-news-card a {
    font-size: 16px !important;
    line-height: 1.35 !important;
}

.mb-news-card p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

/* Prices */
.mb-prices {
    gap: 60px !important;
}

.mb-price {
    padding: 10px 24px !important;
    font-size: 16px !important;
}

.mb-price h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
}

.mb-price .price {
    font-size: 18px !important;
    margin-bottom: 18px !important;
}

.mb-price ul {
    font-size: 16px !important;
    line-height: 1.75 !important;
}

/* Features */
.mb-features {
    gap: 48px 80px !important;
}

.mb-feature {
    gap: 25px !important;
    min-height: 112px !important;
    align-items: flex-start !important;
}

.mb-feature .ficon {
    width: 85px !important;
    height: 85px !important;
    min-width: 85px !important;
    border-radius: 15px !important;
    font-size: 42px !important;
}

.mb-feature h3 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin: 0 0 8px !important;
}

.mb-feature p {
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* Why MySLBots */
.mb-why {
    grid-template-columns: 500px 460px !important;
    gap: 90px !important;
}

.mb-why h3 {
    font-size: 22px !important;
    margin: 0 0 8px !important;
}

.mb-why p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
}

.mb-why-img {
    height: 300px !important;
}

/* How does it work */
.mb-steps {
    width: 760px !important;
}

.mb-step {
    grid-template-columns: 1fr 44px 1fr !important;
    margin: 28px 0 !important;
    font-size: 16px !important;
}

.mb-step .dot {
    width: 22px !important;
    height: 22px !important;
}

.mb-step strong {
    font-size: 20px !important;
    margin-bottom: 6px !important;
}

.mb-step span {
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* Do more cards */
.mb-more-grid,
.mb-card-grid {
    gap: 28px !important;
}

.mb-more-card,
.mb-card {
    min-height: 220px !important;
    padding: 18px !important;
    font-size: 16px !important;
}

.mb-more-card h3,
.mb-card h3 {
    font-size: 22px !important;
}

.mb-more-card p,
.mb-card p {
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* CTA */
.mb-cta {
    gap: 18px !important;
}

.mb-cta a {
    height: 43px !important;
    line-height: 43px !important;
    padding: 0 24px !important;
    font-size: 16px !important;
}

/* Footer */
.mb-footer-inner {
    padding: 34px 0 !important;
    font-size: 14px !important;
}

.mb-footer-logo {
    font-size: 22px !important;
}

.mb-footer a,
.mb-footer p,
.mb-footer li {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* Mobile */
@media (max-width: 900px) {
    .mb-home-topbar-inner,
    .mb-hero,
    .mb-login-strip,
    .mb-section-inner,
    .mb-footer-inner {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
    }

    .mb-plane-title {
        font-size: 54px !important;
    }

    .mb-plane-title small {
        font-size: 30px !important;
    }

    .mb-login-form input,
    .mb-login-form button,
    .mb-login-form a {
        width: 100% !important;
    }

    .mb-news-grid,
    .mb-prices,
    .mb-features,
    .mb-why {
        display: block !important;
    }

    .mb-news-card,
    .mb-price,
    .mb-feature {
        margin-bottom: 22px !important;
    }

    .mb-steps {
        width: 100% !important;
    }
}
/* MB_HOME_SMARTBOTS_REAL_SCALE_V07_END */

/* MB_HOME_HOW_IT_WORKS_V08 */
/* Rifinitura timeline "How does it work?" per avvicinarla a SmartBots */

.mb-section-how {
    position: relative !important;
}

.mb-section-how h2 {
    text-align: center !important;
    margin-bottom: 42px !important;
}

.mb-steps {
    position: relative !important;
    width: 760px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 8px 0 10px !important;
}

/* linea verticale centrale */
.mb-steps::before {
    content: "" !important;
    position: absolute !important;
    top: 36px !important;
    bottom: 36px !important;
    left: 50% !important;
    width: 2px !important;
    margin-left: -1px !important;
    background: rgba(70, 70, 70, .55) !important;
    z-index: 1 !important;
}

.mb-step {
    display: grid !important;
    grid-template-columns: 1fr 56px 1fr !important;
    align-items: center !important;
    column-gap: 0 !important;
    margin: 0 !important;
    min-height: 118px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* colonne testo */
.mb-step > div:first-child,
.mb-step > div:last-child {
    padding: 0 26px !important;
}

.mb-step > div:first-child {
    text-align: right !important;
}

.mb-step > div:last-child {
    text-align: left !important;
}

/* pallino centrale */
.mb-step .dot {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #333 !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
    box-shadow: 0 0 0 6px rgba(255,255,255,.0) !important;
}

/* titoli step */
.mb-step strong,
.mb-step h3 {
    display: block !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 0 10px !important;
    color: #333 !important;
}

/* descrizioni */
.mb-step span,
.mb-step p {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0 !important;
}

/* eventuali link sotto descrizione */
.mb-step a {
    display: inline-block !important;
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
}

/* alternanza vuoti: quando un lato è vuoto non deve occupare troppo visivamente */
.mb-step > div:empty {
    min-height: 1px !important;
    padding: 0 !important;
}

/* un po' più aria tra gruppi */
.mb-step + .mb-step {
    margin-top: 6px !important;
}

/* mobile */
@media (max-width: 900px) {
    .mb-steps {
        width: 100% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .mb-steps::before {
        left: 24px !important;
        margin-left: 0 !important;
        top: 18px !important;
        bottom: 18px !important;
    }

    .mb-step {
        grid-template-columns: 48px 1fr !important;
        row-gap: 4px !important;
        min-height: auto !important;
        margin: 0 0 24px !important;
    }

    .mb-step > div:first-child,
    .mb-step > div:last-child {
        text-align: left !important;
        padding: 0 0 0 8px !important;
        grid-column: 2 !important;
    }

    .mb-step .dot {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        margin-top: 6px !important;
    }
}
/* MB_HOME_HOW_IT_WORKS_V08_END */

/* MB_HOME_WHITE_SECTIONS_SOLID_V09 */
/* La mappa resta fissa sotto, ma si vede solo nelle sezioni azzurre/celesti */

/* Background globale con mappa fissa */
html,
body {
    background:
        linear-gradient(rgba(245, 250, 255, .68), rgba(245, 250, 255, .68)),
        url('/assets/branding/myslbots_map_bg.jpg') center center / cover fixed no-repeat !important;
}

/* Sezioni bianche: completamente opache, niente mappa visibile */
.mb-section:not(.alt),
.mb-section.white,
.mb-login-strip,
.mb-hero-wrap {
    background: #ffffff !important;
    background-image: none !important;
    backdrop-filter: none !important;
}

/* Banner principale: resta pulito, senza mappa */
.mb-hero {
    background:
        radial-gradient(circle at 36% 18%, rgba(255,255,255,.85), transparent 8%),
        radial-gradient(circle at 68% 22%, rgba(255,255,255,.75), transparent 9%),
        radial-gradient(circle at 78% 16%, rgba(255,255,255,.55), transparent 7%),
        linear-gradient(180deg, #05b9e7 0%, #0c83d5 36%, #dff6ff 36%, #ffffff 100%) !important;
}

/* Solo sezioni azzurre/celesti: trasparenti per far vedere la mappa sotto */
.mb-section.alt {
    background: rgba(232, 247, 253, .76) !important;
    background-image: none !important;
    backdrop-filter: none !important;
}

/* Card interne bianche: solide, così il testo resta leggibile */
.mb-card,
.mb-news-card,
.mb-more-card,
.mb-price,
.mb-stat {
    background-color: #ffffff !important;
}

/* Footer sempre solido */
.mb-footer {
    background: #103b63 !important;
    background-image: none !important;
}
/* MB_HOME_WHITE_SECTIONS_SOLID_V09_END */

/* MB_HOME_LOGOUT_BUTTON_V01 */
.mb-login-form a.logout {
    background: #7b1f1f !important;
    border-color: #7b1f1f !important;
    color: #ffffff !important;
}

.mb-login-form a.logout:hover {
    background: #5f1414 !important;
    border-color: #5f1414 !important;
    color: #ffffff !important;
}


/* MB_HOME_LAUNCH_PRICES_V12 */
.mb-launch-offer {
    width: 100%;
    max-width: 980px;
    margin: -14px auto 34px auto;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    background: #fff7d7;
    border: 1px solid #f0cf61;
    box-shadow: 0 2px 0 rgba(0,0,0,.04);
}

.mb-launch-badge {
    min-width: 132px;
    text-align: center;
    background: #ffca22;
    color: #2d2d2d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    padding: 11px 12px;
    border-radius: 2px;
}

.mb-launch-offer strong {
    display: block;
    color: #253143;
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 5px;
}

.mb-launch-offer span {
    display: block;
    color: #4d5a66;
    font-size: 16px;
    line-height: 1.45;
}

.mb-price.featured {
    border: 2px solid #08a9ef !important;
    box-shadow: 0 8px 24px rgba(8, 169, 239, .16);
}

.mb-price-month {
    margin: -8px 0 16px 0 !important;
    color: #6b7785 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
}

@media (max-width: 900px) {
    .mb-launch-offer {
        display: block;
        max-width: 100%;
        margin: 0 auto 24px auto;
    }

    .mb-launch-badge {
        display: inline-block;
        margin-bottom: 10px;
    }
}
/* MB_HOME_LAUNCH_PRICES_V12_END */


/* MB_HOME_LAUNCH_FIX_V13 */

/* HERO: rimuove i pacchi/box decorativi che coprono contenuti */
.mb-hero,
.hero,
.home-hero,
.mb-banner {
    position: relative;
    overflow: hidden;
}

.mb-hero .mb-box,
.mb-hero .box,
.mb-hero .parcel,
.mb-hero .package,
.mb-hero .hero-box,
.mb-hero [class*="box-"],
.mb-hero [class*="parcel"],
.mb-hero [class*="package"],
.hero .mb-box,
.hero .box,
.hero .parcel,
.hero .package,
.hero .hero-box,
.hero [class*="box-"],
.hero [class*="parcel"],
.hero [class*="package"] {
    display: none !important;
}

.mb-hero .mb-hero-content,
.mb-hero .mb-hero-inner,
.mb-hero .mb-hero-buttons,
.mb-hero .mb-hero-tagline,
.hero .hero-content,
.hero .hero-inner,
.hero .hero-buttons,
.hero .hero-tagline {
    position: relative;
    z-index: 5 !important;
}

/* prezzo / launch offer */
#prices .mb-section-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.mb-launch-offer {
    max-width: 1040px;
    margin: 18px auto 34px auto !important;
    padding: 22px 26px !important;
    text-align: center;
    background: #fff8d9 !important;
    border: 1px solid #ebcf6a !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.mb-launch-badge {
    display: inline-block !important;
    margin: 0 auto 14px auto !important;
    padding: 10px 18px !important;
    min-width: 0 !important;
    background: #ffca22 !important;
    color: #233044 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .4px;
    border-radius: 2px;
}

.mb-launch-offer > div:last-child {
    display: block !important;
    max-width: 920px;
    margin: 0 auto;
}

.mb-launch-offer strong {
    display: block !important;
    margin: 0 0 8px 0 !important;
    color: #1f2d3a !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.mb-launch-offer span {
    display: block !important;
    color: #3d4b59 !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
}

.mb-launch-offer b {
    color: #0a7fd1 !important;
    font-weight: 800 !important;
}

/* cards prezzi più leggibili */
.mb-prices {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.mb-price {
    width: 320px;
    min-height: 320px;
    padding: 26px 26px 22px 26px !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid #d7e0ea !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
    text-align: left !important;
}

.mb-price h3 {
    margin: 0 0 14px 0 !important;
    font-size: 42px !important;
    line-height: 1.18 !important;
    text-align: center !important;
    color: #253243 !important;
}

.mb-price .price {
    margin-bottom: 10px !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #d63ed0 !important;
}

.mb-price-month {
    margin: 0 0 16px 0 !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    color: #5f6b79 !important;
    text-align: center !important;
}

.mb-price ul {
    margin: 14px 0 0 22px !important;
    padding: 0 !important;
}

.mb-price li {
    margin: 0 0 10px 0 !important;
    color: #2f3d4c !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

.mb-price.featured {
    border: 2px solid #0aa7ef !important;
    box-shadow: 0 8px 24px rgba(10,167,239,.16) !important;
}

/* mobile */
@media (max-width: 1100px) {
    .mb-launch-offer {
        padding: 18px 18px !important;
    }

    .mb-launch-offer strong {
        font-size: 24px !important;
    }

    .mb-launch-offer span {
        font-size: 19px !important;
    }

    .mb-price {
        width: 100%;
        max-width: 420px;
        min-height: 0;
    }

    .mb-price h3 {
        font-size: 34px !important;
    }

    .mb-price .price {
        font-size: 30px !important;
    }

    .mb-price li {
        font-size: 17px !important;
    }
}

/* MB_HOME_LAUNCH_FIX_V13_END */

/* MB_HOME_FOOTER_LEGAL_CENTER_REAL_V01 */
.mb-footer {
    display: block !important;
}

.mb-footer > .mb-footer-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-footer > .home-footer-legal {
    display: block !important;
    width: calc(100% - 40px) !important;
    max-width: 1180px !important;
    margin: 18px auto 0 auto !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    text-align: center !important;
    color: rgba(220,234,250,.92) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    clear: both !important;
}

.mb-footer > .home-footer-legal > div {
    display: block !important;
    width: 100% !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.mb-footer > .home-footer-legal > div:first-child {
    margin-bottom: 4px !important;
    font-weight: 800 !important;
}
