:root {
    --turq: #45c4cf;
    --purple: #755ea9;
    --dark: #333338;
    --light: #f3f3f4;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #f4f4f5;
    color: var(--dark);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.35;
    overflow-x: hidden;
}
.muv-container {
    width: min(100% - 110px, 1240px);
    margin: 0 auto; 
}

.page-top-shape {
    height: 15px;
    width: min(100% - 190px, 1240px);
    margin: 0 auto;
    background: var(--turq);
    border-radius: 0 0 12px 12px;
}
.site-header {
    background: #f4f4f5;
    position: fixed; width: 100%; z-index: 99; top: 0;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; padding: 30px 0 15px;
}
.brand img {
    width: 300px;
    height: auto;
    display: block;
}
#top {margin-top: 150px;}

#porque,
#trabajamos,
#oficinas,
#contacto{
    scroll-margin-top: 120px;
}
#management { scroll-margin-top: 220px;}

.main-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}
.main-nav a {
    font-size: 14px;
    font-weight: 700;
    color: #171719;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0em;
}
.main-nav a:hover,
.main-nav a.active {
    color: var(--purple);
}
.main-nav .login {
    background: var(--turq);
    color: #fff;
    border-radius: 28px;
    padding: 11px 25px; border: none;
}
.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    font-size: 26px;
}
.hero {
    position: relative;
    background: #f4f4f5;
    padding: 34px 0 72px;
    z-index: 2;
}

.hero-inner {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
}
.hero-copy {
    padding-left: 2px;
}
.hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 0.98;
    margin: 0 0 11px;
    letter-spacing: 0em;
}
.hero p {
    font-size: 20px; font-weight: 600;
    margin: 20px 0;
    color: #111;
    line-height: 1.2;
}
.btn-turq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--turq);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.btn-turq:hover {background-color: #755ea9}
.hero-art {
    text-align: right;
}
.hero-art img {
    width: 100%;
    max-width: 646px;
    height: auto;
    display: inline-block;
}
.intro-band {
    background: var(--turq);
    color: #fff;
    padding: 66px 0 54px; position: relative;
}
.intro-band .muv-container {}
.intro-band .muv-container::before {background: #f4f4f5; content: "";
   width: min(100% - 110px, 1240px); display: block; position: absolute; top: 0;
  height: 18px;
  border-radius: 0 0 18px 18px;
 }

.intro-inner {
    display: grid;
    grid-template-columns: 36% 64%;
    align-items: start;
}
.intro-band h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.98;
    margin: 0;
    letter-spacing: 0;
}
.intro-band p {
    max-width: 660px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.25;
}
.why {
    position: relative;
    padding: 76px 0 55px;
    z-index: 1;
}
.cyan-shadow:after {
    background: var(--turq);
}
.why-inner {
    display: grid;
    grid-template-columns: 39% 61%;
    align-items: center;
}
.why-icon img {
    width: 100%; max-width: 350px;
    display: block;
}
.faq-block h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 17px;
    letter-spacing: 0;
}
.muv-faq {
    max-width: 685px;
}
.muv-faq .accordion-item {
    border: 0;
    border-bottom: 1px solid #666;
    background: transparent;
    border-radius: 0;
}
.muv-faq .accordion-button.collapsed {color: #666}
.muv-faq .accordion-button {
    padding: 9px 0 8px;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}
.muv-faq .accordion-button:after {
    display: none;
}
.muv-faq .accordion-button:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #666;
    font-weight: 400;
}
.muv-faq .accordion-button:not(.collapsed):before {
    content: "−";
}
.muv-faq .accordion-body {
   padding: 0 0 10px;
  font-size: 15px;
  color: #555;
  margin: 10px 0;
}
.producers-wrap {
    background: var(--purple);
    padding: 0 0 0;
}
.producers {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    min-height: 196px;
    background:
      
        url("../imagenes/Fondo-Violeta.jpg") center/cover no-repeat;
    color: #fff;
    padding: 48px 70px 43px;
    border-radius: 0;
    overflow: visible;
}
.producers:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    background: var(--turq);
    border-radius: 0 0 18px 18px;
    z-index: 1;
}
.producers:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: min(100% - 190px, 1240px);
    height: 28px;
    background: #f4f4f5;
    border-radius: 0 0 18px 18px;
    z-index: 4;
}
.producers > * {
    position: relative;
    z-index: 2;
}
.purple-shape-bottom:after {
    background: var(--purple);
    width: 100%;
    height: 28px;
    border-radius: 0 0 18px 18px; bottom: -20px;
}
.producers h2 {
    font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0;
  letter-spacing: 0;
}
.producers p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    max-width: 640px;
}
.work {
    padding: 92px 0 52px;
}
.work-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}
.work-img img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-left: 3px; max-width: 400px; mix-blend-mode: multiply;
}
.work-copy h2 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 29px;
}
.step {
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: start;
    margin: 0 0 19px;
}
.step img {
    width: 50px;
    height: 50px;
    object-fit: contain; mix-blend-mode: multiply;
}
.step p {
   margin: 5px 40px;
  font-size: 18px;
  line-height: 1.25;
}
.step b {
    font-weight: 800;
}
.middle-cta {

    padding: 20px 0 52px;
}
.middle-cta-box {
    position: relative;
    overflow: hidden;
    background: var(--purple) url("../imagenes/BkgVioleta.jpg") no-repeat top right;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    padding: 32px 30px 35px;
}
.middle-cta h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 16px;
    letter-spacing: 0;
}
.middle-cta p {
    font-size: 35px;
    margin: 30px 0;
}
.middle-cta a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #e0007a;
    border-radius: 20px;
    padding: 9px 23px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
}
.ghost-m {
    position: absolute;
    right: 43px;
    bottom: -37px;
    font-size: 154px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.13);
}
.new-way {
    padding: 26px 0 51px;
}
.new-way-inner {
  display: grid;
  grid-template-columns: 35% 23% 30%;
  align-items: center;
  gap: 5%;
}
.new-way-copy {
    text-align: center;
}
.new-way-copy img {
    width: 170px;
    margin-bottom: 14px;
}
.new-way-copy h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    margin: 0 0 12px;
}
.new-way-copy p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}
.new-way-img img {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    display: block;
    margin-left: auto; mix-blend-mode: multiply;
}
.stats {
    padding: 0 0 55px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}
.stats-grid div {
    background: var(--purple);
    border-radius: 16px;
    color: #fff;
    text-align: center;
    padding: 22px 10px 19px;
}
.stats-grid strong, .stats-grid .stat-number {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.stats-grid span {
    font-size: 22px;
    font-weight: 600;
}
.management {
    padding: 2px 0 64px;
    text-align: center;
}
.management h2 {
    font-size: 49px;
    font-weight: 700;
    margin: 0 0 31px;
    letter-spacing: 0;
}
.people {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    gap: 45px; margin: 50px 0;
}
.people.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.people.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}
.people img {
    width: 200px;
  mix-blend-mode: multiply;
}
.people span {
    display: block;
    color: #00a7c1;
    font-size: 17px;
    font-weight: 500;
    margin-top: 17px;
}
.people span span {margin: 0; font-size: 15px}
.contact {
    padding: 6px 0 89px;
}
.contact-inner {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
}
.contact-img img {
    width: 100%;
    max-width: 450px;
    display: block; mix-blend-mode: multiply;
}
.contact-form h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 21px;
    letter-spacing: 0;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 18px;
}
input,
textarea {
    width: 100%;
    border: 0;
    background: #ededed;
    padding: 10px 14px;
    font-size: 15px;
    font-family: inherit;
    outline: none;
}
textarea {
    min-height: 55px;
    margin-top: 15px;
    resize: vertical;
}
.contact-form button {
    float: right;
    margin-top: 12px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 18px;
}
.offices {
    background: #eee;
    padding: 53px 0 69px;
}
.offices-inner {
    display: grid;
    grid-template-columns: 72% 28%;
    align-items: center;
}
.offices h2 {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 52px;
    font-weight: 700;
    margin: 0 0 37px;
    letter-spacing: 0;
}
.offices h2 img {
    width: 75px;
    height: 75px;
}
.office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 96px;
}
.office-item {padding-left: 20px; margin: 10px 0}
.office-item h3 {
    font-size: 28px;
    color: var(--purple);
    font-weight: 700;
    margin: 0 0 4px;
}
.office-item h3 i {
    color: var(--turq);
    font-size: 34px;
    margin-right: 5px;
    vertical-align: -2px;
}
.office-item p {
    font-size: 15px;
    line-height: 130%;
    margin: 0;
    font-weight: 600; color: #666;
}
.office-item p b {
    font-weight: 600;
}
.map img {
    width: 100%;
    display: block;
    margin-left: auto; mix-blend-mode: darken;
}
.companies {
    background: #fff;
    text-align: center;
    padding: 41px 0 49px;
}
.companies h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 0;
}
.company-swiper {
    width: 100%;
    overflow: hidden;
}
.company-swiper .swiper-slide {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-swiper img {
    max-width: 150px;
    max-height: 150px;
    filter: grayscale(1);
    object-fit: contain;
}
.site-footer {
    background: #f6f6f8;
    padding: 39px 0 12px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 80px;
    align-items: center;
}
.footer-text {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}
.ssn {
    width: 300px;
}
.qr {
    width: 52px;
}
.footer-line {
    height: 8px;
    background: var(--purple);
    border-radius: 8px 8px 0 0;
    margin-top: 36px;
}
.credit {
    text-align: center;
    font-size: 12px;
    margin: 18px 0 0;
}
.credit a {
    color: #0086cf;
    text-decoration: none;
}
.whatsapp-fixed {
    position: fixed;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 50;
}
.scroll-up {
    position: fixed;
    right: 35px;
    bottom: 0;
    width: 56px;
    height: 56px;
    background: #555;
    border: 0;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    z-index: 55;
    border-radius: 5px 5px 0 0;
}
.scroll-up.show {
    opacity: 1;
    visibility: visible;
}

.login-dropdown{
    position: relative;
}

.login-menu{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    min-width: 220px;
    border-radius: 14px;
    padding: 10px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all .25s ease;

    z-index: 999;
}

.login-menu.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.login-menu a{
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 600;
    transition: background .2s ease;
}

.login-menu a:hover{
    background: #f5f5f5;
}

  .btn-login{
    width:100%;
    background:#45c4cf;
    color:#fff;
    border:none;
    border-radius:40px;
    padding:14px 22px;
    font-size:16px;
    font-weight:700;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
  }

@media (max-width: 900px) {
    .site-header {position: relative}
    #top {margin-top: 0}
    .muv-container {
        width: calc(100% - 44px);
    }
    .page-top-shape {
        width: calc(100% - 64px);
        height: 6px;
        border-radius: 0 0 7px 7px;
    }
    .site-header {
        padding: 0; background: #fff;
    }
    .brand img {
        width: 150px;
    }
    .menu-toggle {
        display: block;
    }
    .main-nav {
        display: none;
        position: absolute;
        right: 12px;
        top: 54px;
        background: #fff;
        border-radius: 10px;
        padding: 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        z-index: 60;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
    }
    .main-nav.open {
        display: flex;
    }
    .main-nav a {
        font-size: 11px;
    }
    .main-nav .login {
        padding: 8px 18px; border: none;
    }
    .hero {
        padding: 27px 0 17px;
    }
    .hero:after {
        width: calc(100% - 24px);
        height: 16px;
        border-radius: 0 0 8px 8px;
    }
    .hero-inner {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .hero p {
        font-size: 19px;
    }
    .btn-turq {
        font-size: 19px;
        padding: 7px 13px;
    }
    .hero-art {
        text-align: center;
        margin-top: 12px; padding: 50px 0;
    }
    .hero-art img {
       
    }
    .intro-band {
        padding: 27px 0 25px;
    }
    .intro-band .muv-container::before {width: min(100% - 40px, 1240px);}
    .intro-inner {
        grid-template-columns: 1fr;
        gap: 17px; padding: 30px 0;
    }
    .intro-band h2 {
        font-size: 41px;
    }
    .intro-band p {
        font-size: 16px;
    }
    .why {
        padding: 34px 0 27px; background: #fff;
    }
    .why:after {
        height: 15px;
        width: calc(100% - 24px);
        border-radius: 0 0 8px 8px;
    }
    .why-inner {
        grid-template-columns: 1fr; padding: 20px 0;
    }
    .why-icon img {
        width: 77px;
        margin: 0 auto 28px;
    }
    .faq-block h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .purple-shape-bottom::after {bottom: -15px;}
    .muv-faq .accordion-button {
        font-size: 18px;
        padding: 7px 0;
    }
    .muv-faq .accordion-body {
        font-size: 14px;
    }
    .producers-wrap {
        padding: 0;
    }
    .producers {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 29px 18px 28px;
        background-position: center;
        border-radius: 0;
    }
    .producers:before {
        height: 15px;
        border-radius: 0 0 8px 8px;
    }
    .producers:after {
        height: 15px;
        border-radius: 0 0 8px 8px;
    }
    .producers h2 {
        font-size: 32px;
        margin-bottom: 13px;
    }
    .producers p {
        font-size: 15px;
        line-height: 1.25;
    }
    .work {
        padding: 41px 0 24px;
    }
    .work-inner {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .work-img img {
        margin: 0 auto 25px;
    }
    .work-copy h2 {
        font-size: 35px;
        margin-bottom: 17px;
    }
    .step {
        grid-template-columns: 28px 1fr;
        margin-bottom: 12px;
    }
    .step img {
        width: 36px;
        height: 36px;
    }
    .step p {
        font-size: 18px;
    }
    .middle-cta {
        padding: 13px 0 27px;
    }
    .middle-cta-box {
        border-radius: 14px; 
    }
    .middle-cta h2 {
        font-size: 30px;
    }
    .middle-cta p {
        font-size: 20px;
    }
    .middle-cta a {
        font-size: 18px;
        padding: 7px 14px;
    }
    .ghost-m {
        font-size: 70px;
        right: 8px;
        bottom: -18px;
    }
    .new-way {
        padding: 23px 0 28px;
    }
    .new-way-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .new-way-copy img {
    }
    .new-way-copy h2 {
        font-size: 36px;
    }
    .new-way-copy p {
        font-size: 20px;
    }
    .new-way-img img {
        max-width: 340px;
        margin: 28px auto 0;
    }
    .stats {
        padding-bottom: 28px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }
    .stats-grid div {
        border-radius: 17px;
        padding: 17px 10px;
    }
    .stats-grid strong {
    }
    .stats-grid span {
    }
    .management {
        padding: 5px 0 30px;
    }
    .management h2 {
        margin-bottom: 22px;
    }
    .people {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 24px;
    }
    .people article:last-child {
        grid-column: 1/3;
    }
    .people.col3, .people.col4 {gap:20px}
    .people img {
    }
    .people span {

        margin-top: 9px;
    }
    .contact {
        padding: 18px 0 36px;
    }
    .contact-inner {
        grid-template-columns: 1fr;
    }
    .contact-img img {
        margin: 0 auto 20px;
    }
    .contact-form h2 {
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    input,
    textarea {
        padding: 8px;
    }
    .contact-form button {
        padding: 6px 12px;
    }
    .offices {
        padding: 27px 0 30px;
    }
    .offices-inner {
        grid-template-columns: 1fr;
    }
    .offices h2 {
        margin-bottom: 18px;
    }
    .offices h2 img {

    }
    .office-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .office-item h3 {
    }
    .office-item h3 i {
    }
    .office-item p {
    }
    .map img { display: none;
        margin: 18px auto 0;
    }
    .companies {
        padding: 23px 0 25px;
    }
    .companies h2 {
        margin-bottom: 22px;
    }
    .company-swiper .swiper-slide {
        height: 46px;
    }
    .company-swiper img {
    }
    .site-footer {
        padding: 22px 0 8px;
    }
    .footer-inner {
        display: block;
        gap: 12px;
        text-align: left;
    }
    .footer-text {margin: 30px 0; display: block;
    }
    .ssn {
        margin: auto; width: 200px;
    }
    .qr {
        width: 42px;
    float: right;
    position: relative;
    top: -20px;
    }
    .footer-line {
        height: 4px;
        margin-top: 14px;
    }
    .credit {
        font-size: 7px;
        margin-top: 10px;
    }
    .whatsapp-fixed {
        width: 34px;
        height: 34px;
        right: 13px;
        font-size: 18px;
    }
    .scroll-up {
        width: 42px;
        height: 42px;
        right: 13px;
        font-size: 19px;
    }
}

/* Ajuste menú mobile estilo original MUV */
@media (min-width: 901px) {
  .main-nav a { text-transform: uppercase; }
}

@media (max-width: 900px) {
  body.mobile-menu-open { overflow-x: hidden; }

  .site-header {
    position: relative;
    z-index: 1000;
    background: #fff;
  }

  .header-inner {
    position: relative;
    padding: 42px 0 58px;
    align-items: flex-start;
  }

  .brand img {
    width: 285px;
    max-width: 72vw;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #333338;
    line-height: 1;
    z-index: 1002;
  }

  .menu-toggle i {
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
  }

  .main-nav {
    display: flex;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    width: 100vw;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    z-index: 1001;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .34s ease, opacity .2s ease, visibility .2s ease;
  }

  .main-nav.open {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
    display: flex;
  }

  .main-nav a,
  .main-nav .login {
    display: block;
    width: 100%;
    background: #fff;
    color: #333338 !important;
    border-radius: 0;
    border: none;
    padding: 24px max(22px, calc((100vw - 90%) / 2 + 28px));
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
  }

  .main-nav a:last-child {
    border-bottom: 1px solid #d7d7d7;
  }

  .main-nav .login {
    font-size: 33px;
    text-transform: uppercase;
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: #333338 !important;
  }
}

@media (max-width: 480px) {
  .header-inner { padding: 24px 0 38px; }
  .brand img { width: 130px; max-width: 58vw; }
  .menu-toggle { top: 6px; width: 30px; height: 30px; }
  .menu-toggle i { font-size: 27px; }
  .main-nav a,
  .main-nav .login {
    font-size: 22px;
    padding: 17px 22px;
  }
  .main-nav .login { font-size: 22px; }
}

@media (max-width: 900px){

  .login-dropdown{
    width:100%;
  }

  .btn-login{
    width:90%;
    background:#45c4cf;
    color:#fff;
    border:none;
    border-radius:40px;
    padding:14px 22px;
    font-size:16px;
    font-weight:700;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center; margin: 20px auto;
  }

  .login-menu{
    position:static;
    width:100%;
    min-width:100%;
    margin-top:12px;
    background:#f3f3f3;
    border-radius:12px;
    padding:0;
    box-shadow:none;

    opacity:1;
    visibility:visible;
    transform:none;

    display:none;
  }

  .login-menu.active{
    display:block;
  }

  .login-menu a{
    width:100%;
    display:block;
    padding:16px 18px;
    font-size:18px !important;
    font-weight:600;
    color:#333 !important;
    border-bottom:1px solid #ddd;
    text-align:center;
    background:none;
  }

  .login-menu a:last-child{
    border-bottom:none;
  }

}

/* LOGIN */
.login-page{
  margin-top:150px;
}

.login-section{
  padding:70px 0 90px;
  background:#f4f4f5;
}

.login-inner{
  display:grid;
  grid-template-columns:42% 58%;
  gap:40px; 
}

.login-form-box {max-width: 450px; margin: 40px auto}
.login-form-box h1{
  font-size:38px;
  font-weight:600;
  color:#333338;
  margin:0 0 35px;
}

.login-form{
  
}

.login-form label{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#555;
  margin-bottom:8px;
}

.login-form input{
  width:100%;
  height:44px;
  background:#e9e9e9;
  border:0;
  margin-bottom:20px;
  padding:8px 14px;
  outline:none; border-radius: 24px;
}

.login-form button{
  background:#45c4cf;
  color:#fff;
  border:0;
  border-radius:24px;
  padding:10px 34px;
  font-size:16px;
  font-weight:700; width: 100%;
}

.login-image{
  text-align:center;
}

.login-image img{
  width:100%;
  max-width:520px;
  height:auto;
  mix-blend-mode:multiply;
}
.login-image img.iso {width: 200px; float: left}

@media(max-width:900px){
  .login-page{
    margin-top:0;
  }

  .login-section{
    padding:35px 0 60px;
  }

  .login-inner{
    grid-template-columns:1fr;
    gap:35px;
  }

  .login-form-box h1{
    font-size:38px;
    margin-bottom:25px;
  }

  .login-form{
    max-width:100%;
  }

  .login-image{
    text-align:center;
  }

  .login-image img{
    max-width:360px;
  }
}

.credential-card{
  margin-top:35px;
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  border-left:8px solid var(--turq);
  max-width:520px;
  margin-inline:auto;
}

.credential-card h3{
  font-size:26px;
  font-weight:700;
  margin:0 0 8px;
  color:var(--dark);
}

.credential-card p{
  font-size:15px;
  margin:0 0 18px;
  color:#555;
}

.credential-form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

.credential-form input{
  height:42px;
  border-radius:20px;
  background:#f0f0f0;
  padding:0 18px;
  text-transform:uppercase;
  flex:1 1 180px;
}

.credential-form button{
  border:0;
  background:var(--purple);
  color:#fff;
  border-radius:20px;
  padding:0 22px;
  font-weight:700;
  height:42px;
  flex:0 0 auto;
}

.credential-result{
  flex:0 0 100%;
  margin:10px 0 0;
  font-size:14px;
  color:#333;
}

.credential-loading{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#555;
  font-weight:600;
}

.credential-loading i{
  display:inline-block;
  animation:credential-spin 1s linear infinite;
}

@keyframes credential-spin{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

.credential-docs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.credential-doc{
  display:inline-block;
  background:#f7f7f7;
  border-radius:999px;
  padding:8px 14px;
  font-weight:700;
  color:var(--purple);
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
}

.credential-doc:hover{
  background:#eee;
}

@media(max-width:600px){
  .credential-form{
    flex-direction:column;
  }

  .credential-form button{
    height:42px;
  }
}
