body.tenant-landing--sales{
    font-family:"Manrope",sans-serif;
    background:#eef2f6;
    color:#25324a;
    overflow-x:hidden;
}

.tenant-landing--sales a{text-decoration:none}

.landing-nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    padding:18px 0;
    background:rgba(255,255,255,.76);
    backdrop-filter:blur(14px);
    transition:.25s;
}

.landing-nav.is-scrolled{
    padding:12px 0;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 40px rgba(35,50,74,.09);
}

.nav-shell{display:flex;align-items:center;gap:24px}
.landing-nav .brand{
    display:inline-flex;
    align-items:center;
    flex-shrink:0;
    line-height:0;
}

.landing-nav .brand img{
    display:block;
    width:auto;
    height:68px;
    max-height:none;
    object-fit:contain;
    opacity:1;
    filter:none !important;
    mix-blend-mode:normal;
}

.nav-toggle{
    display:none;
    margin-left:auto;
    width:46px;
    height:46px;
    border:0;
    border-radius:14px;
    background:#fff;
    color:#25324a;
    box-shadow:0 10px 25px rgba(35,50,74,.08);
}

.nav-menu{margin-left:auto;display:flex!important;align-items:center;gap:22px}
.nav-links{display:flex;align-items:center;gap:10px;list-style:none;margin:0;padding:0}
.nav-links a,.ghost-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 16px;
    border-radius:999px;
    color:#49586d;
    font-size:14px;
    font-weight:700;
    transition:.2s;
}

.nav-links a:hover,.ghost-btn:hover{color:#1f77d2;background:rgba(31,119,210,.08)}
.nav-actions{display:flex;align-items:center;gap:12px}

body.tenant-landing--sales .nav-actions .language-switcher .dropdown-toggle,
body.tenant-landing--sales .hero-market__switch .market-select{
    min-height:52px;
    padding:0 16px;
    border:1px solid rgba(31,119,210,.14);
    border-radius:16px;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,248,252,.98));
    box-shadow:0 10px 28px rgba(35,50,74,.08);
}

body.tenant-landing--sales .nav-actions .language-switcher .dropdown-toggle:hover,
body.tenant-landing--sales .nav-actions .language-switcher .dropdown-toggle:focus,
body.tenant-landing--sales .hero-market__switch .market-select:hover,
body.tenant-landing--sales .hero-market__switch .market-select:focus{
    border-color:rgba(31,119,210,.24);
    box-shadow:0 14px 32px rgba(35,50,74,.12);
}

body.tenant-landing--sales .nav-actions .language-switcher .dropdown-toggle{
    gap:10px;
    padding-left:10px;
}

body.tenant-landing--sales .nav-actions .language-switcher__badge{
    width:30px;
    min-width:30px;
    height:30px;
    border-radius:10px;
}

body.tenant-landing--sales .nav-actions .language-switcher__label{
    color:#7a8599;
}

body.tenant-landing--sales .nav-actions .language-switcher__value{
    color:#25324a;
}

body.tenant-landing--sales .hero-market__switch .market-select{
    padding-inline-end:42px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231f77d2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
}

.primary-btn,.secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 24px;
    border-radius:18px;
    font-weight:800;
    transition:.2s;
}

.primary-btn{
    background:linear-gradient(135deg,#1f77d2,#6c4df6);
    color:#fff;
    box-shadow:0 18px 38px rgba(31,119,210,.24);
}

.primary-btn:hover{color:#fff;transform:translateY(-2px)}

.secondary-btn{
    background:rgba(255,255,255,.92);
    color:#25324a;
    border:1px solid rgba(37,50,74,.08);
    box-shadow:0 10px 28px rgba(35,50,74,.08);
}

.secondary-btn:hover{color:#25324a;transform:translateY(-2px)}
.full-btn{width:100%}

.sales-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:152px 0 96px;
    background:linear-gradient(180deg,#f8fbff 0%,#eef2f6 100%);
    overflow:hidden;
}

@media (max-width: 767.98px){
    .landing-nav .brand img{
        height:48px;
    }

    body.tenant-landing--sales .nav-actions .language-switcher .dropdown-toggle,
    body.tenant-landing--sales .hero-market__switch .market-select{
        min-height:46px;
        padding:0 14px;
        border-radius:14px;
    }

    body.tenant-landing--sales .nav-actions .language-switcher__badge{
        width:28px;
        min-width:28px;
        height:28px;
    }
}

.sales-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:url("../images/landing/homepage_ref/img-header-bg.png") no-repeat right bottom/72%;
    opacity:.85;
}

.sales-hero .container{position:relative;z-index:1}

.eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(108,77,246,.10);
    color:#5f42df;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.eyebrow.light{background:rgba(255,255,255,.12);color:#dce7ff}

.sales-hero h1{
    max-width:700px;
    margin:22px 0 18px;
    font-size:56px;
    line-height:1.04;
    font-weight:900;
    color:#1c2740;
}

.lead-copy,
.section-title p,
.audience-card p,
.feature-card p,
.pricing-card p,
.quote-card p,
.story-block p,
.story-card__row span,
.accordion-body,
.cta-shell p,
.blog-card p{
    color:#5d6a7f;
    font-size:17px;
    line-height:1.8;
}

.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0}

.hero-note{
    display:flex;
    align-items:flex-start;
    gap:18px;
    max-width:580px;
    margin-bottom:24px;
}

.hero-note__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:84px;
    min-width:84px;
    height:84px;
    border-radius:22px;
    background:#fff;
    color:#1f77d2;
    font-size:28px;
    box-shadow:0 24px 50px rgba(35,50,74,.12);
}

.hero-note p{margin:0;font-weight:500}

.hero-market{
    display:flex;
    flex-wrap:wrap;
    align-items:end;
    justify-content:space-between;
    gap:18px;
    max-width:640px;
    padding:18px 20px;
    border:1px solid rgba(37,50,74,.08);
    border-radius:24px;
    background:rgba(255,255,255,.84);
    box-shadow:0 20px 42px rgba(35,50,74,.06);
}

.hero-market__copy{display:grid;gap:6px}
.hero-market__copy strong{font-size:20px;color:#1c2740}
.hero-market__copy span{color:#5d6a7f;font-size:14px;font-weight:600}
.hero-market__switch{display:grid;gap:8px;min-width:240px}
.hero-market__switch label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#757f90}

.market-select{
    width:100%;
    min-height:52px;
    padding:0 16px;
    border:1px solid rgba(37,50,74,.12);
    border-radius:16px;
    background:#fff;
    color:#25324a;
    font-weight:700;
}

.hero-panel{
    padding:34px;
    border-radius:34px;
    background:#111936;
    color:#fff;
    box-shadow:0 32px 70px rgba(17,25,54,.22);
}

.hero-panel__top{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:24px;
}

.hero-panel__top span{
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
    color:#a9c0ff;
}

.hero-panel__top strong{font-size:24px;line-height:1.3}

.hero-panel__card{
    padding:24px;
    border-radius:24px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
}

.hero-panel__card h3{
    margin-bottom:18px;
    color:#fff;
    font-size:24px;
    font-weight:800;
}

.hero-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.hero-list li{position:relative;padding-left:28px;color:rgba(255,255,255,.84);line-height:1.7}
.hero-list li:before{
    content:"\f058";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:2px;
    color:#58c6ff;
}

.hero-panel__price{
    margin-top:22px;
    padding:18px 20px;
    border-radius:22px;
    background:linear-gradient(135deg,rgba(31,119,210,.18),rgba(108,77,246,.18));
}

.hero-panel__price span,
.hero-panel__price small{display:block;color:rgba(255,255,255,.78)}
.hero-panel__price strong{display:block;margin:6px 0;font-size:36px;line-height:1.05;color:#fff}

.trust-strip,
.audience-block,
.features-block,
.blog-block,
.faq-block{padding:92px 0}

.story-block,
.pricing-block,
.testimonials-block{padding:108px 0;background:#fff}

.section-title{
    max-width:820px;
    margin:0 auto 52px;
}

.section-title h2,
.story-block h2,
.cta-shell h2{
    margin:18px 0 14px;
    font-size:44px;
    line-height:1.12;
    font-weight:900;
    color:#1c2740;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.trust-card,
.audience-card,
.feature-card,
.pricing-card,
.quote-card,
.blog-card,
.faq-shell .accordion-item,
.empty-box{
    height:100%;
    background:#fff;
    border:1px solid rgba(37,50,74,.06);
    border-radius:30px;
    box-shadow:0 22px 50px rgba(35,50,74,.06);
}

.trust-card{
    padding:30px;
    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.trust-card strong{
    display:block;
    margin-bottom:12px;
    font-size:44px;
    line-height:1;
    font-weight:900;
    color:#1f77d2;
}

.trust-card h3,
.audience-card h3,
.feature-card h3,
.pricing-card h3,
.quote-card h3,
.blog-card h3,
.empty-box h3{
    margin-bottom:12px;
    color:#1f2b42;
    font-size:24px;
    line-height:1.3;
    font-weight:800;
}

.audience-card,.feature-card{padding:32px}

.audience-card__icon,
.feature-card__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    border-radius:18px;
    background:rgba(31,119,210,.10);
    color:#1f77d2;
    font-size:22px;
    margin-bottom:22px;
}

.story-card{
    padding:28px;
    border-radius:32px;
    background:linear-gradient(180deg,#16203a 0%,#111936 100%);
    box-shadow:0 28px 62px rgba(17,25,54,.18);
}

.story-card__row{
    padding:24px;
    border-radius:24px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
}

.story-card__row + .story-card__row{margin-top:16px}
.story-card__row strong{display:block;color:#fff;font-size:22px;line-height:1.45}
.story-card__row span{display:block;margin-bottom:8px;color:#a9c0ff;font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}

.check-list{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:14px}
.check-list li{position:relative;padding-left:30px;color:#495568;line-height:1.75}
.check-list li:before{
    content:"\f058";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:3px;
    color:#1f77d2;
}

.pricing-card{padding:34px}
.pricing-card--featured{
    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
    transform:translateY(-8px);
}

.pricing-card__chip{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(31,119,210,.10);
    color:#1f77d2;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.pricing-card__amount{
    margin:18px 0 10px;
    font-size:54px;
    line-height:1;
    font-weight:900;
    color:#1c2740;
}

.pricing-card__meta{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(37,50,74,.06);
    color:#5d6a7f;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.pricing-card ul{list-style:none;margin:28px 0;padding:0;display:grid;gap:12px}
.pricing-card li{position:relative;padding-left:28px;color:#4f5a6d;line-height:1.7}
.pricing-card li:before{
    content:"\f00c";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:3px;
    color:#1f77d2;
}

.quote-card{padding:30px}
.quote-card__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.quote-card__avatar{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border-radius:50%;
    background:linear-gradient(135deg,#1f77d2,#6c4df6);
    color:#fff;
    font-weight:900;
}

.quote-card__head span{color:#1f77d2;font-size:14px;font-weight:700}

.bank-routing-block{
    padding:0 0 84px;
}

.bank-routing-card,
.bank-search-card{
    height:100%;
    padding:32px;
    border-radius:28px;
    border:1px solid rgba(33,43,66,.08);
    background:#fff;
    box-shadow:0 18px 45px rgba(28,39,64,.08);
}

.bank-routing-card h2,
.bank-search-card h3{
    margin:14px 0 12px;
    color:#101828;
    font-weight:900;
}

.bank-routing-card p,
.bank-search-card p{
    color:#667085;
    line-height:1.75;
}

.bank-routing-list{
    list-style:none;
    margin:24px 0 0;
    padding:0;
    display:grid;
    gap:12px;
}

.bank-routing-list li{
    position:relative;
    padding-left:28px;
    color:#4f5a6d;
    line-height:1.7;
}

.bank-routing-list li:before{
    content:"\f00c";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:3px;
    color:#1f77d2;
}

.bank-routing-card__note{
    margin-top:18px;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(31,119,210,.08);
    color:#1f77d2;
    font-weight:700;
}

.bank-search-card__badge{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(31,119,210,.10);
    color:#1f77d2;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.bank-search-card__field{
    margin-bottom:18px;
}

.market-bank-search{
    min-height:54px;
    border-radius:16px;
    border:1px solid rgba(31,119,210,.16);
    box-shadow:none;
}

.market-bank-search:focus{
    border-color:rgba(31,119,210,.32);
    box-shadow:0 0 0 .2rem rgba(31,119,210,.08);
}

.bank-chip-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.bank-chip{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0 16px;
    border-radius:999px;
    border:1px solid rgba(31,119,210,.16);
    background:rgba(31,119,210,.06);
    color:#1c2740;
    font-weight:700;
    transition:.2s;
}

.bank-chip:hover{
    background:rgba(31,119,210,.12);
    border-color:rgba(31,119,210,.24);
}

.blog-card{overflow:hidden}
.blog-card__image{
    display:block;
    aspect-ratio:16/10;
    background:linear-gradient(180deg,#f7fbff 0%,#edf2f7 100%);
}

.blog-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.blog-card__body{padding:28px}
.blog-card__date{
    display:inline-block;
    margin-bottom:12px;
    color:#1f77d2;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.blog-card h3 a{color:inherit}
.text-link{display:inline-flex;align-items:center;gap:8px;color:#1f77d2;font-weight:800}
.text-link:hover{color:#1f77d2}

.faq-shell{max-width:900px;margin:0 auto}
.faq-shell .accordion-item{overflow:hidden;margin-bottom:18px}
.faq-shell .accordion-button{
    padding:24px 26px;
    background:#fff;
    color:#1f2b42;
    font-weight:800;
    box-shadow:none;
}

.faq-shell .accordion-button:not(.collapsed){background:#fff;color:#1f77d2}
.faq-shell .accordion-body{padding:0 26px 24px;background:#fff}

.cta-band{padding:38px 0 110px;background:#fff}
.cta-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:48px;
    border-radius:34px;
    background:linear-gradient(135deg,#111936 0%,#203461 65%,#1f77d2 140%);
    box-shadow:0 34px 72px rgba(17,25,54,.22);
}

.cta-shell h2,.cta-shell p{color:#fff}
.light-btn{background:#fff;color:#1f2b42}
.light-btn:hover{color:#1f2b42}

.empty-box{padding:44px;text-align:center}

.landing-footer{
    padding:42px 0 34px;
    background:#111936;
}

.footer-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
}

.landing-footer .brand{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    flex-shrink:0;
    line-height:0;
}

.landing-footer .brand img{
    display:block;
    width:auto;
    height:72px;
    max-width:220px;
    max-height:none;
    object-fit:contain;
    opacity:1;
    filter:none !important;
    mix-blend-mode:normal;
}

.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-links a,.footer-shell p{color:rgba(255,255,255,.75);margin:0}
.footer-links a:hover{color:#fff}

@media (max-width:991.98px){
    .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
    .nav-menu{
        position:absolute;
        top:calc(100% + 12px);
        left:12px;
        right:12px;
        display:block!important;
        margin-left:0;
        padding:18px;
        border-radius:24px;
        background:#fff;
        box-shadow:0 24px 50px rgba(35,50,74,.12);
    }
    .nav-menu:not(.show){display:none!important}
    .nav-links,.nav-actions{flex-direction:column;align-items:stretch}
    .nav-links a,.ghost-btn,.primary-btn,.secondary-btn{width:100%}
    .sales-hero{padding:130px 0 80px;min-height:auto}
    .sales-hero:before{background-size:110%;opacity:.45}
    .sales-hero h1{font-size:40px}
    .hero-market{flex-direction:column;align-items:stretch}
    .trust-grid{grid-template-columns:1fr}
    .cta-shell{padding:36px;flex-direction:column;align-items:flex-start}
}

@media (max-width:767.98px){
    .sales-hero h1{font-size:34px}
    .section-title h2,.story-block h2,.cta-shell h2{font-size:30px}
    .lead-copy,
    .section-title p,
    .audience-card p,
    .feature-card p,
    .pricing-card p,
    .quote-card p,
    .story-block p,
    .story-card__row span,
    .accordion-body,
    .cta-shell p,
    .blog-card p{font-size:16px}
    .trust-strip,
    .audience-block,
    .features-block,
    .blog-block,
    .faq-block,
    .story-block,
    .pricing-block,
    .testimonials-block{padding:72px 0}
    .pricing-card__amount{font-size:42px}
    .hero-note{flex-direction:column;align-items:flex-start}
    .landing-footer .brand img{
        height:56px;
        max-width:180px;
    }
    .bank-routing-block{padding-bottom:72px}
    .bank-routing-card,
    .bank-search-card{
        padding:24px;
    }
    .bank-chip-grid{
        gap:10px;
    }
    .bank-chip{
        font-size:14px;
    }
}
