[data-theme="light"] {
  /* Colores base */
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-success: #28a745;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #17a2b8;

  /* Fondos */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-tertiary: #e9ecef;

  --bg-primary-in: #000000;
  --bg-secondary-in: #2d2d2d;
  --bg-tertiary-in: #404040;


  --text-primary-in: #000000;
  --text-secondary-in: #2d2d2d;
  --text-muted-in: #404040;

  /* Textos */
  --text-primary: #1a1a1a;
  --text-secondary: #6c757d;
  --text-muted: #adb5bd;

  /* Bordes */
  --border-color: #dee2e6;

  --icon-color: #000000;
  --icon-filter: none;
}

[data-theme="dark"] {
  /* Misma estructura, valores diferentes */
  --color-primary: #4dabf7;
  --color-secondary: #868e96;
  --color-success: #51cf66;
  --color-danger: #ff4343;
  --color-warning: #ffd43b;
  --color-info: #3bc9db;

  /* Fondos */
  --bg-primary: #000000;
  --bg-secondary: #2d2d2d;
  --bg-tertiary: #404040;

  --bg-primary-in: #ffffff;
  --bg-secondary-in: #f8f9fa;
  --bg-tertiary-in: #ededed;


  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #6c757d;

  --border-color: #404040;
  --icon-filter: invert(1) brightness(2);
  --icon-color: #ffffff;
}



:root {
  --font-family: 'system-ui', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 0.7rem;
  --space-md: 0.8rem;
  --space-lg: 1.2rem;
  --space-xl: 1.8rem;
  --space-xxl: 2rem;

  --border-radius: 15px;
  --border-radius-lg: 25px;
  --border-radius-sm: 10px;
  --border-radius-sdbr: 0px 25px 25px 0px;

  /* FONTS */
  --font-general: 'Open Sans', sans-serif;
  --font-heading: 'Open Sans', sans-serif;
  --font-weight-base: 600;
  /* SemiBold por defecto */
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

[data-theme="light"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] {
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.25);
}

:root {
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
}
.gL5xd6XIloJdaOiBh4cA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 12vh;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1000;
    padding: 0;
    margin: 0;
    margin: 0;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    pointer-events: auto;
    overflow: visible;
    font-family: 'Open Sans', sans-serif;
}

.Bjxmzg_1Alez9NTlP6GO {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
    transition: background-color 0.15s ease-in-out;
    z-index: 20;
}

.Bjxmzg_1Alez9NTlP6GO:hover,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O {
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.DNPuvEiOk31KIDu8fyKt {
    font-size: 75%;
    color: var(--bg-primary-in);
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    pointer-events: none;
}

.TcJTCgjf4eLkSPr02RG9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
    border: none;
    z-index: 10;
}

.Bjxmzg_1Alez9NTlP6GO:hover .TcJTCgjf4eLkSPr02RG9,
.Bjxmzg_1Alez9NTlP6GO.sGBKngstj0VZQ9j7dR2O .TcJTCgjf4eLkSPr02RG9 {
    opacity: 1;
    pointer-events: auto;
}

.Csxyzt5h9qR1HOhHJpuM {
    padding: 0.2rem 0;
    cursor: pointer;
    font-size: 75%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: color 0.15s;
    width: 100%;
}

.Csxyzt5h9qR1HOhHJpuM:hover {
    color: #fff;
}

.PZgyrhgcdDMNejb8JI2W {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.5rem;
}

.KmtwbG6Xt2tkeuPKmGfL {
    width: 200px;
    object-fit: contain;
}

.UkVekhceJm9B7ZN2kUXg {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.PUGWVzWrifkbP3CA5ZXx {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8%;
    padding-right: 15%;
}

.GaqC4dc_UzbTz6Hu823d {
    font-size: 70%;
    color: var(--bg-primary-in);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.GaqC4dc_UzbTz6Hu823d::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--bg-primary-in);
    transform-origin: bottom right;
    transition: transform 0.15s ease-out;
}

.GaqC4dc_UzbTz6Hu823d:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.EoNvd3J5SEoZWGE39yjA {
    width: auto;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.p2FKkXXXEOJtCPc3SXSu {
    background-color: var(--bg-primary);
    color: var(--bg-primary-in);
    border-radius: calc(var(--border-radius-sm)*1.2);
    padding: 0.6rem 1.8rem;
    box-shadow: 0px 5px 14px rgb(54 54 54 / 60%);
    font-size: 75%;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
}

.p2FKkXXXEOJtCPc3SXSu:hover {
    background-color: #1a1a1a;
}

.p2FKkXXXEOJtCPc3SXSu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 80px at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(255, 255, 255, 0.08) 0%,
            transparent 100%);
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
}

.p2FKkXXXEOJtCPc3SXSu:hover::before {
    opacity: 1;
}

.J2ngtVeaRafE3ES7XzNp {
    width: 0.9rem;
    height: 0.9rem;
}


.tzb7XwcDBd98sWmXjR7A {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 2000;
    padding: 0.5rem;
}

.b3T6Pfrj55jLG0xktyso {
    width: 24px;
    height: 3px;
    background-color: var(--bg-primary-in);
    border-radius: 2px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.dvu8VcGXMckr8Udpn4XZ {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 50%;
    max-width: 250px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 9999;
    padding: 3rem 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 2rem;
    box-shadow: var(--shadow-xl);
    transform: translateX(-100%);
    animation: Zoso33Gvihc5kIdIUIT6 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    overflow-y: auto;
    overflow-x: hidden;
}

.IT3JIKj44w30i6GWfxoX {
    width: 120px;
    margin-bottom: 1.5rem;
    align-self: center;
    transition: width 0.3s ease;
}

@keyframes Zoso33Gvihc5kIdIUIT6 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.WVG20Dux45RuhtRlfjIW {
    animation: vtianpuFzRSFgqWgiZ3E 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes vtianpuFzRSFgqWgiZ3E {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.ntgdX8LptLYFHSuEjxAT {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9998;
    animation: Fk1UZZb9t1itLhDVb3ze 0.3s ease forwards;
}

.seOnl3FLSJGYtwxH_GA4 {
    animation: RltIVfpf64H5h6IlMx9A 0.3s ease forwards;
}

@keyframes Fk1UZZb9t1itLhDVb3ze {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    to {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

@keyframes RltIVfpf64H5h6IlMx9A {
    from {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    to {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
}

/* Inverted Join Button for Sidebar */
.boSDkc4I4yAilPxppT4z {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: calc(var(--border-radius-sm)*1.2);
    cursor: pointer;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.boSDkc4I4yAilPxppT4z::before {
    content: '';
    position: absolute;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}

.boSDkc4I4yAilPxppT4z:hover::before {
    width: 200px;
    height: 200px;
    opacity: 1;
}

.wW4WJrExxi2z_kH9cZ5N {
    width: 0.9rem;
    height: 0.9rem;
}

@media (max-width: 1024px) {
    .gL5xd6XIloJdaOiBh4cA {
        justify-content: space-between;
        padding: 0 1.5rem;
    }

    .PZgyrhgcdDMNejb8JI2W {
        display: none;
    }

    .tzb7XwcDBd98sWmXjR7A {
        display: flex;
        order: 1;
    }

    .UkVekhceJm9B7ZN2kUXg {
        display: flex;
        width: 9.5rem;
        order: 2;
        padding: 0;
    }

    .PUGWVzWrifkbP3CA5ZXx {
        display: none;
    }

    .EoNvd3J5SEoZWGE39yjA {
        padding-right: 0;
        gap: 0;
    }

    .Bjxmzg_1Alez9NTlP6GO {
        display: none;
    }

    .p2FKkXXXEOJtCPc3SXSu {
        padding: 0.5rem 1.2rem;
        font-size: 70%;
    }
}

/* Mobile Short Height / Landscape Header Fixes */
@media (max-height: 600px),
(max-width: 900px) and (orientation: landscape) {

    /* Reduce header height slightly */
    .gL5xd6XIloJdaOiBh4cA {
        height: 15vh !important;
        padding: 0 1rem;
    }

    /* Scale down TOP RIGHT buttons */
    /* Scale down TOP RIGHT buttons */
    .p2FKkXXXEOJtCPc3SXSu {
        /* Restore standard mobile padding */
        transform: scale(0.95);
    }

    .tzb7XwcDBd98sWmXjR7A {
        transform: scale(0.9);
    }

    /* RESTORE SIDEBAR PADDING - DO NOT FLATTEN BUTTONS INSIDE */
    .dvu8VcGXMckr8Udpn4XZ {
        padding: 1rem 1rem !important;
        /* Reduced padding */
        width: 50% !important;
        min-width: 300px;
        gap: 1rem !important;
        /* Reduced vertical gap */
        justify-content: flex-start;
    }

    .IT3JIKj44w30i6GWfxoX {
        width: 90px !important;
        /* Medium-small logo */
        margin-bottom: 0.5rem !important;
    }

    .GaqC4dc_UzbTz6Hu823d {
        font-size: 0.65rem !important;
        /* Smaller links */
        padding: 0.2rem 0;
        /* Compact links */
    }

    /* Ensure specific padding for the WHITE button inside sidebar */
    .boSDkc4I4yAilPxppT4z {
        padding: 0.4rem 1rem !important;
        /* Much smaller padding */
        min-height: 30px;
        font-size: 0.7rem !important;
        flex-shrink: 0;
        white-space: nowrap;
        margin-top: auto;
        margin-bottom: 1rem;
        /* Limit bottom margin */
    }
}
.FLQmxfz9IsTotGsTmc52 {
    opacity: 0;
    will-change: opacity, transform;
    width: fit-content;
    transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1), transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.ishna6dxT7Lnk4ZSNwWT {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
}

/* Hidden States */
.OpBTw1iYf7jsphkM2mJw {
    transform: translateX(-50px);
}

.snfp_6FozI2LaNiCevXb {
    transform: translateX(50px);
}

.Pm3XdcsWBMjUkANFcoh5 {
    transform: translateY(-50px);
}

.ou8z7q6DKLa5emwxJFYc {
    transform: translateY(50px);
}

.YPqw0zzHGIaedlumFopr {
    transform: scale(0.8);
}

.GWnI_O84R_WGNBFVHlho {
    transform: translate(0, 0);
}
.vxqUA9OeTLHTJR3Tstz8 {
    position: relative;
    width: 100%;
    max-width: 100vw;
    /* Ensure it doesn't exceed viewport */
    min-height: 100dvh;
    background-color: #000;
    font-family: 'Inter', 'Roboto', sans-serif;
    overflow-x: clip;
    /* Modern fix for horizontal overflow w/o breaking sticky */
}

.JNRChMiQ2svnZQGIiaRL {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.AStsCSRDhFvJlVp4YhLk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 0;
}

.yOEHZgkXRSQcgrOeNsdl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.DELhalcq07xUO_GepnUg {
    position: relative;
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .DELhalcq07xUO_GepnUg {
        flex-direction: row;
        padding-top: 0;
    }
}

.hG5tdtTGCuDKcFicmxEJ,
.A81Ickzqbs5u7W3tUUo0 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hG5tdtTGCuDKcFicmxEJ {
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 0;
}

.A81Ickzqbs5u7W3tUUo0 {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding-top: 0;
}

@media (min-width: 768px),
(orientation: landscape) {
    .hG5tdtTGCuDKcFicmxEJ {
        align-items: center;
        text-align: center;
        justify-content: center;
        background-color: transparent !important;
        backdrop-filter: none !important;
    }

    .A81Ickzqbs5u7W3tUUo0 {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

/* ABSOLUTE CENTER TITLE OVERLAY */
.XHjwOUWaFwJQ49eiwrwR {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.XXnSBuEEGJTZlWEQemGL {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vh;
}

.OuBkdIuVXe4cJrUVIx9m {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.wPuRjDEsL4hz462EnMo0 {
    height: 35px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer;
}

.wPuRjDEsL4hz462EnMo0:hover {
    opacity: 1;
    transform: scale(1.05);
}

.wwMG3ANXRDZUwXypZDsk {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

@font-face {
    font-family: 'Bord';
    src: url(/a2c41bfc0f6d836131d2.woff2) format('woff2'),
        url(/821c78301e69c16737e5.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.PBkTy58GA5fdGT4osKKy {
    font-family: 'Bord', sans-serif;
    font-size: clamp(3rem, 9vw, 9rem);
    font-weight: bolder;
    line-height: 0.9;
    margin: 0;
    white-space: nowrap;
    word-spacing: -0.25em;
    /* Tighten space between words */
    margin-bottom: -0.05em;
    letter-spacing: 0.02em;
    padding: 0;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 10;
}

.Hjc_hlZLJhuWyUS48PGr {
    -webkit-text-stroke: 0;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 12;
}


/* Adjustments for Title container alignment */
@media (min-width: 768px),
(orientation: landscape) {
    /* No need for stagger logic here anymore, handled by absolute center */
}


/* === Footer Bottom (New) === */
.sI_GhVZ_1cR4iTzQ7jhY {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    padding: 0 4rem;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 100;
    pointer-events: none;
    box-sizing: border-box;
    /* EXTREMELY IMPORTANT to keep content inside viewport with padding */
    /* Allow clicks on split layout if needed, unless elements have pointer-events auto */
}

.Ssemx64vz_WDmTsY3Tkg,
.IEB5mU2kSC3NP_kZtgwt {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.Ssemx64vz_WDmTsY3Tkg {
    align-items: flex-start;
}

.IEB5mU2kSC3NP_kZtgwt {
    align-items: flex-end;
}

/* Mobile Icon for blurring */
.llAnwkLBkLh3U5g5bqzh {
    display: none;
    pointer-events: none;
}

@media (max-width: 768px) {
    .llAnwkLBkLh3U5g5bqzh {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        z-index: 5;
    }

    .sI_GhVZ_1cR4iTzQ7jhY {
        flex-direction: row;
        /* Keep icons side by side */
        justify-content: space-between;
        align-items: flex-end;
        gap: 1rem;
        bottom: 2rem;
        padding: 0 2rem;
    }

    .Ssemx64vz_WDmTsY3Tkg,
    .IEB5mU2kSC3NP_kZtgwt {
        display: flex;
        flex-direction: column;
    }

    .Ssemx64vz_WDmTsY3Tkg {
        align-items: flex-start;
    }

    .IEB5mU2kSC3NP_kZtgwt {
        align-items: flex-end;
    }

    .OuBkdIuVXe4cJrUVIx9m {
        display: flex;
    }
}

/* SCROLL INDICATOR (Restored) */
.FHOtbup1EBnScyzEowf0 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
    z-index: 100;
    pointer-events: none;
}

.Kth_tMTxKmv7aZtCctPe {
    width: 2px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.rLxr1b6wc_Fz4FECU_b7 {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: -50%;
    animation: fNnmzTXdsYC8JRup_nvD 1.5s infinite ease-in-out;
}

.nLE4qEUPeY7AY2f7klhw {
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

@keyframes fNnmzTXdsYC8JRup_nvD {
    0% {
        top: -50%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}
/* ============================================ */
/* CLIENTS SECTION - Sticky Scroll System */
/* ============================================ */

/* Scroll container - defines the scroll space */
.JLhjLRYAQdtbYXMfhwuk {
    width: 100%;
    height: 200vh;
    /* Scroll space */
    position: relative;
    background-color: transparent;
    z-index: 10;
}

/* Sticky viewport - stays fixed while scrolling */
.hleCuFJ_rIjYN4unKatS {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Background image - full bleed */
.ZcKsaLMEyEFY9vnNSFJZ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 10s ease-out;
}

/* 50/50 Layout wrapper */
.oZ74FOsgqi1SvY0YBcRG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
}

/* Empty left side for 50/50 */
.XELpwC6QLKuWQBXKiT3R {
    flex: 1;
    position: relative;
}

/* Content wrapper (right 50%) */
.x4YHbWNi1SepA2teaoPd {
    flex: 1;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 3rem;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.eTJiVognTZ7G8qGTcRJD {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    position: relative;
    padding-bottom: 0.5rem;
}

/* White line under title */
.eTJiVognTZ7G8qGTcRJD::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #fff;
}

.gxXumzb2vQ23QPNQeSSQ {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.BoCC0rbBm5vAhzfxqdmC {
    height: 100px;
    width: auto;
    object-fit: contain;
    filter: invert(1);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

._EfRrYM4M1GBatIPUGsW {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.zMINaZkGEzA7CuAz5QDp {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.gEkGzoY_YF7n5CMrtXSK {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.jpigEG4ohexqP6PEXBMM {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}


/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 768px) {

    /* ENABLE STICKY ON MOBILE TOO */
    .JLhjLRYAQdtbYXMfhwuk {
        height: 250vh;
        /* Scroll stops here */
        min-height: 100vh;
        overflow: visible;
    }

    .hleCuFJ_rIjYN4unKatS {
        position: sticky;
        top: 0;
        height: 100dvh;
        overflow: hidden;
    }

    /* FULL SCREEN BG & CENTERED CONTENT */
    .oZ74FOsgqi1SvY0YBcRG {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ZcKsaLMEyEFY9vnNSFJZ {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        /* Ensure visible */
        background-position: left center;
        /* CRITICAL: Align left */
        z-index: 0;
    }

    .XELpwC6QLKuWQBXKiT3R {
        display: none;
    }

    .x4YHbWNi1SepA2teaoPd {
        position: relative;
        flex: none;
        width: 100%;
        /* Full Width */
        max-width: none;
        height: 100%;
        /* Full Height as requested "abarque todo" */
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(8px);
        /* -webkit-backdrop-filter removed as requested */
        /* -webkit-backdrop-filter removed as requested */
        border-radius: 0;
        /* No radius */
        padding: 4vh 5% 2vh 5%;
        /* Responsive padding using VH and % */
        z-index: 10;
        /* margin: auto; REMOVED */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* Fix horizontal centering */
        text-align: center;

        /* Opacity handled by JS scroll logic */
        /* animation: fadeInContent 1s ease-out 2s forwards; REMOVED */
    }

    .gxXumzb2vQ23QPNQeSSQ {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: 0.2vh;
        /* Minimal vertical gap as requested */
        margin-bottom: 3vh;
        /* Responsive bottom margin */
        justify-content: center;
    }

    .BoCC0rbBm5vAhzfxqdmC {
        height: 12vh;
        /* Responsive height */
        max-height: 90px;
        width: auto;
    }

    ._EfRrYM4M1GBatIPUGsW {
        gap: 2vh 1rem;
        /* Vertical gap in VH */
    }

    .gEkGzoY_YF7n5CMrtXSK {
        font-size: clamp(1.2rem, 4vh, 2rem);
        /* Dynamic font size */
    }

    .jpigEG4ohexqP6PEXBMM {
        font-size: 0.6rem;
    }
}

/* Landscape Mobile Specific Fixes - AGRESSIVE COMPACTING */
@media (max-height: 500px) and (orientation: landscape) {
    .x4YHbWNi1SepA2teaoPd {
        /* Reduce padding to absolute minimum */
        padding: 2vh 2rem !important;
        justify-content: center !important;
        /* Center vertically */
        padding-top: 2vh !important;
    }

    .eTJiVognTZ7G8qGTcRJD {
        font-size: 0.9rem !important;
        margin-bottom: 2vh !important;
    }

    .gxXumzb2vQ23QPNQeSSQ {
        margin-bottom: 2vh !important;
        gap: 1rem !important;
    }

    .BoCC0rbBm5vAhzfxqdmC {
        height: 12vh !important;
        /* Small logos */
        max-height: 60px !important;
    }

    ._EfRrYM4M1GBatIPUGsW {
        /* Force single row or compact grid */
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        /* All in one row if possible */
        width: 100% !important;
        gap: 0.5rem !important;
    }

    .zMINaZkGEzA7CuAz5QDp {
        min-width: 0 !important;
        /* Allow shrinking */
        transform: none !important;
        /* Remove transforms that might take space */
    }

    .gEkGzoY_YF7n5CMrtXSK {
        font-size: 1.1rem !important;
    }

    .jpigEG4ohexqP6PEXBMM {
        font-size: 0.5rem !important;
        line-height: 1.1 !important;
    }

    /* Hide progress bar to prevent overlap in cramped space */
    .wadCXHLFlFBHATCfuBaL {
        display: none !important;
    }
}

@keyframes eV7G2uMU4UYdXeH2aQpl {
    to {
        opacity: 1;
    }
}
.FILwTaPgfsq2qQ8T0Hbx {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    height: 40vh;
    width: 2px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.aL1wcg_ymTt3yyLzW73r {
    width: 4px;
    height: 10%;
    min-height: 40px;
    border-radius: 999px;
    /* Rounded pill style */
    position: absolute;
    top: 0;
    left: -1px;
    /* transition removed to avoid lag */
}

.b3e0_8Tmox38cFMmEjEh {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    opacity: 0.6;
    letter-spacing: 0.3em;
    font-weight: 600;
}

/* Themes */
.vy9AKdBdBooP8B2e1lTf .FILwTaPgfsq2qQ8T0Hbx {
    background: rgba(255, 255, 255, 0.6);
}

.vy9AKdBdBooP8B2e1lTf .aL1wcg_ymTt3yyLzW73r {
    background: #fff;
}

.vy9AKdBdBooP8B2e1lTf .b3e0_8Tmox38cFMmEjEh {
    color: #fff;
}

.SA5XxMUXGETxvPhUczxx .FILwTaPgfsq2qQ8T0Hbx {
    background: rgba(0, 0, 0, 0.6);
}

.SA5XxMUXGETxvPhUczxx .aL1wcg_ymTt3yyLzW73r {
    background: #000;
}

.SA5XxMUXGETxvPhUczxx .b3e0_8Tmox38cFMmEjEh {
    color: #000;
}

/* Mobile: Hide it generally or keep it? Original code hidden it on mobile. User didn't specify, but typically progress rails hidden on mobile. */
@media (max-width: 768px) {
    .FILwTaPgfsq2qQ8T0Hbx {
        display: none;
    }
}
/* Main Container */
.AbhDV70gmvRcrbBWu2tA {
    width: 100%;
    height: 250vh;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.NdBBoVl45ea_ikeP5or3 {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center Text Blocks */
.s6UN7MK_OVa6h3txxE4N {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
    width: 100%;
    padding: 0 1rem;
}

.fFbSyGcRwXcgvo01eJpw {
    margin-bottom: 2vh;
    display: flex;
    justify-content: center;
    width: 100%;
}

.UHHJKO1Ga_J1KoMPPC3O {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.UHHJKO1Ga_J1KoMPPC3O::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #000;
}

.I6RVoQw_AnkL3LBwxFsX {
    font-family: 'Bord', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    text-align: center;
    line-height: 1;
    color: #111;
    max-width: 900px;
    margin: 0;
    text-transform: uppercase;
}

.Ppgs_psmnilYMBFdedo6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    max-width: 600px;
    margin-top: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}


/* STATS SECTION (CAROUSEL) */
.v4SL5K7yvVzLAVhJC7hE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    overflow: hidden;
    /* Transition handled inline in JS */
}

/* CAROUSEL BACKGROUNDS */
.xYJYBiZ0XBtFT9yLXF3u {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.OnLDvXRgx0dUASNwnhfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    /* Default: image on right side */
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    /* NO filter - fully transparent/visible */
}

.OnLDvXRgx0dUASNwnhfo.mOTdXhE2AazK4LS47J7M {
    opacity: 1;
}

/* When layout is reversed, image should be on left */
.OnLDvXRgx0dUASNwnhfo.z2Prwqm5N7kUFwpsSuMN {
    background-position: left center;
}

/* 50/50 ALTERNATING LAYOUT */
._4EYgheiisNVaONbW0eI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
}

._4EYgheiisNVaONbW0eI.xk3Vc8661X6KRnqgQe2w {
    flex-direction: row-reverse;
}

.fxzXeTO3uXNJ3pe6avig {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem;
    /* Glassmorphism Panel */
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.LEsRUE94VQYwWAEWdPjK {
    flex: 0 0 50%;
    width: 50%;
    /* Empty - background image shows through */
}

/* LAYOUT (Left Empty, Right Content) */
.Hhs89XRteLd_IZuMIJKL {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.lx14hNqS8xEDityrDaXo {
    flex: 1;
    /* Left side empty */
}

.DquYKht4h2kepHx4JvPd {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4rem;
    color: #fff;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* HISTORY TEXT CONTENT */
.exXHvnN1zkHP0ZnAMr7A {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    /* Align left within the right panel is usually better, but let's center it if desired */
    align-items: flex-start;
    /* Left align text */
    margin-bottom: 4rem;
    padding-left: 2rem;
}



.RfTpuFJUdZJyWo8cPHpv {
    font-family: 'Bord', sans-serif;
    font-size: clamp(6rem, 10vw, 12rem);
    line-height: 0.8;
    color: #000;
    margin-bottom: 0.5rem;
}

.oDciciL07qqVdiaXT1OZ {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.yykQCb_WtiHD8_qm9EOK {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #444;
    max-width: 80%;
    line-height: 1.2;
    font-weight: 400;
}

/* TEXT FADE ANIMATION */
@keyframes SxISIHkhmEUXs2dE4aWE {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes M6UPIe7AxD86_reW2YkI {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.n4h97ibviWCK4kc_C5gf {
    animation: SxISIHkhmEUXs2dE4aWE 0.4s ease-out forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.RLMUS0jZK0PHDgU9XJK7 {
    animation: M6UPIe7AxD86_reW2YkI 0.4s ease-out forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.UJnyAec4wG5IYaV3exhW {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* PROGRESS BARS */
.xt32igWGM6ruUS7e_5Qk {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    /* Aligned with text padding */
    display: flex;
    gap: 0.5rem;
    z-index: 100;
}

.QP7dhlrpXgNU9B7sq29a {
    width: 40px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.QP7dhlrpXgNU9B7sq29a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.huRYu154IyuWTyeY17ri {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #000;
    transition: width 0.1s linear;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .AbhDV70gmvRcrbBWu2tA {
        height: 175vh;
    }

    .I6RVoQw_AnkL3LBwxFsX {
        font-size: 2.5rem;
    }

    .Hhs89XRteLd_IZuMIJKL {
        flex-direction: column;
    }

    .lx14hNqS8xEDityrDaXo {
        display: none;
    }

    .DquYKht4h2kepHx4JvPd {
        width: 100%;
        padding: 2rem;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        /* Legibility on mobile */
    }

    .exXHvnN1zkHP0ZnAMr7A {
        align-items: center;
        text-align: center;
        padding-left: 0;
    }

    .RfTpuFJUdZJyWo8cPHpv {
        font-size: 5rem;
    }

    .xt32igWGM6ruUS7e_5Qk {
        left: 50%;
        transform: translateX(-50%);
        bottom: 2rem;
    }

    .QP7dhlrpXgNU9B7sq29a {
        width: 40px;
    }

    /* History 50/50 Layout - Mobile */
    ._4EYgheiisNVaONbW0eI {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    ._4EYgheiisNVaONbW0eI.xk3Vc8661X6KRnqgQe2w {
        flex-direction: column !important;
    }

    .LEsRUE94VQYwWAEWdPjK {
        display: none;
    }

    .fxzXeTO3uXNJ3pe6avig {
        width: 100%;
        height: auto;
        flex: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem;
    }

    /* Center background image on mobile */
    .OnLDvXRgx0dUASNwnhfo {
        background-position: center center !important;
    }
}


/* ============================================ */
/* PHASE 1: HISTORY SECTION (Full screen with carousel) */
/* ============================================ */
.MUYCuBcJ7Wh4rYymLfWa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    overflow: hidden;
}

.MUYCuBcJ7Wh4rYymLfWa .exXHvnN1zkHP0ZnAMr7A {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
}

.MUYCuBcJ7Wh4rYymLfWa .UHHJKO1Ga_J1KoMPPC3O {
    color: #000;
    margin-bottom: 1rem;
}

.MUYCuBcJ7Wh4rYymLfWa .UHHJKO1Ga_J1KoMPPC3O::after {
    background-color: #000;
}

.MUYCuBcJ7Wh4rYymLfWa .xt32igWGM6ruUS7e_5Qk {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}


/* ============================================ */
/* PHASE 2: STATS SECTION (Client Logos + Numbers) */
/* ============================================ */
.oObFLCmMOLHKwvXdZCXe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 10s ease-out;
}

.gWDGQHKr1xnJG0Oe6nAX {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}

.UIaBlsvOlUssHuXkd6nH {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.zw7QumKSIjpT6bbQUF0S {
    height: 120px;
    width: auto;
    object-fit: contain;
    filter: invert(1);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.T8lFsmKuq9j4dPXJP8TD {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.Jso3Vd1TS6MEuHdzL_QZ {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.E3SCDiuuVR2heDpavpMO {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.bDbJcDNgHNfK_Av4m9lx {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.5rem;
}


/* RESPONSIVE ADDITIONS */
@media (max-width: 768px) {
    .UIaBlsvOlUssHuXkd6nH {
        gap: 1rem;
    }

    .zw7QumKSIjpT6bbQUF0S {
        height: 50px;
    }

    .T8lFsmKuq9j4dPXJP8TD {
        gap: 1rem;
    }

    .E3SCDiuuVR2heDpavpMO {
        font-size: 1.8rem;
    }

    .bDbJcDNgHNfK_Av4m9lx {
        font-size: 0.65rem;
    }
}


/* ============================================ */
/* MOBILE LAYOUT (Image on top + gradient + content) */
/* ============================================ */

/* Hidden on desktop */
.aRLZ53iMHOgMihraIonb {
    display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {

    /* Hide desktop elements */
    .xYJYBiZ0XBtFT9yLXF3u,
    ._4EYgheiisNVaONbW0eI,
    .xt32igWGM6ruUS7e_5Qk {
        display: none;
    }

    /* Show mobile layout */
    .aRLZ53iMHOgMihraIonb {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #fff;
    }

    .z6ZNLc4KuL10rHOyFF37 {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }

    .Zt3qseuGvF_0EHFvypZQ {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .Zt3qseuGvF_0EHFvypZQ.mOTdXhE2AazK4LS47J7M {
        opacity: 1;
    }

    /* White gradient that overlays the bottom of the image - like footer but white */
    .gnzEqP9nk6HAYZek_6M0 {
        height: 120px;
        background:
            radial-gradient(ellipse 130% 100% at 50% 0%,
                transparent 50%,
                rgba(255, 255, 255, 0.5) 75%,
                rgba(255, 255, 255, 0.9) 90%,
                #ffffff 100%),
            linear-gradient(to bottom,
                transparent 0%,
                rgba(255, 255, 255, 0.1) 30%,
                rgba(255, 255, 255, 0.4) 60%,
                rgba(255, 255, 255, 0.8) 85%,
                #ffffff 100%);
        margin-top: -120px;
        position: relative;
        z-index: 5;
        pointer-events: none;
    }

    .L3WwWn8a2rxaOY0L9srQ {
        background-color: #fff;
        padding: 0 2rem 2rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        z-index: 10;
        position: relative;
    }

    .L3WwWn8a2rxaOY0L9srQ .UJnyAec4wG5IYaV3exhW {
        width: 100%;
    }

    .L3WwWn8a2rxaOY0L9srQ .RfTpuFJUdZJyWo8cPHpv {
        font-size: 4rem;
    }

    .L3WwWn8a2rxaOY0L9srQ .yykQCb_WtiHD8_qm9EOK {
        max-width: 100%;
    }

    /* Progress bars in mobile */
    .MUYCuBcJ7Wh4rYymLfWa .xt32igWGM6ruUS7e_5Qk {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 2rem;
    }

    .psWkbVyQaOKeX9lLxDMg {
        display: flex;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 6rem;
    }
}
.iPqkZM15sL1trb7T4lrg {
    position: relative;
    width: 100%;
    height: 300vh;
    background-color: #fff;
    z-index: 100;
    margin-top: -100vh;
}

.srrmJp6lVXJOJvjuc2oL {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: visible;
    display: flex;
    background-color: #fff;
    transition: background-color 0.3s;
}

.srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT {
    flex-direction: row-reverse;
}

.srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT .P8tpZaRuLAj3ZOsaAhiW {
    left: auto;
    right: 6%;
}

.Mu6r6L4lIZa8CRfmxnCQ {
    position: relative;
    width: 50%;
    height: 100%;
}

.cY2xXLEQGVHP13sJIEfI {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
    /* background-color: #fff; Removed */
}

/* Main Container Transition */
/* Main Container Transition */
.P8tpZaRuLAj3ZOsaAhiW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 150;
    pointer-events: none;
    /* Base (Undocking): Immediate move back (0s delay) */
    transition: all 1s ease 0s;
}

.mM1f7W24Hk4ob7O3QdQM {
    width: 90%;
    max-width: 90%;
    /* Ensure it doesn't exceed */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    transition: transform 1s ease 0s,
        gap 0.5s ease;
}

.mM1f7W24Hk4ob7O3QdQM span {
    display: inline-flex;
    /* Changed/Flex to center content */
    align-items: center;
    justify-content: center;
    font-family: 'Bord', 'Arial', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bg-primary);
    line-height: 1;
    font-size: min(14vh, 10vw);
    width: auto;
    /* Default for big view */
    height: auto;
    overflow: visible;
    /* FIX: Do not clip letters */
    /* Base (Undocking): Immediate Move/Size (0s). DELAYED Expand (1s) */
    transition: font-size 1s ease 0s, transform 1s ease 0s, opacity 0.5s ease 1s, max-width 0.5s ease 1s, max-height 0.5s ease 1s, margin 0.5s ease 1s;
}

/* Transforms removed to rely on flex layout */
.P8tpZaRuLAj3ZOsaAhiW:not(.KLtsVGDW1rH0HfdOGehA) .mM1f7W24Hk4ob7O3QdQM span:nth-child(n) {
    transform: none !important;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA {
    width: 15vw;
    left: 0;
    justify-content: center;
    /* Docked (Docking): Delayed move (0.5s) */
    transition: all 1s ease 0.5s;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
    width: auto;
    max-width: none;
    transform: rotate(90deg);
    gap: 0;
    /* Let width handle spacing for symmetry */
    /* Docked (Docking): Delayed rotate (0.5s) */
    transition: transform 1s ease 0.5s, gap 0.5s ease;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
    font-size: min(12vh, 120px);
    width: min(12vh, 120px) !important;
    /* Match font-size */
    height: min(13vh, 130px) !important;
    /* Increase height to add space between letters */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    /* Docked (Docking): Delayed Size/Rotate (0.5s). Immediate Collapse (0s) */
    transition: font-size 1s ease 0.5s, transform 1s ease 0.5s, opacity 0.5s ease 0s, max-width 0.5s ease 0s, max-height 0.5s ease 0s, margin 0.5s ease 0s;
}

.P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span.KjKNJ8PqEDKqI0a281ce {
    opacity: 0;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    transform: scale(0);
    /* Optional */
}

/* ... */

.lJOVyaA50vzOZqyx4LVk {
    position: absolute;
    /* Expanded bounds to avoid clipping and allow overlap */
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
    pointer-events: none;
}

.gbmg1ZlLy89LTfkOlleJ {
    opacity: 0.5;
}

.x2nMcVuJPSw4nWnVkeQ4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    height: 90%;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.15s ease-out, transform 0.5s ease-out;
}

.x2nMcVuJPSw4nWnVkeQ4.gbmg1ZlLy89LTfkOlleJ {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.GdhwkgNNq4PIfkjhis6I.Mw6TSs47j2DalSHt1RcZ {
    opacity: 1;
    transform: translateY(0);
}

.GdhwkgNNq4PIfkjhis6I {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ensure internal vertical centering if needed */
    position: relative;
    z-index: 50;
}

.UJJz1LrBtXRa2XFt5ODb {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.2rem;
}

.p902bZdCwad5bVZqeoep {
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}

.fTmHhSwDOEFPX3XwUTrz {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    max-width: 100px;
}

.g8FvLxLkXkVvVN_8Dyuz {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.YBcewMIGjwRhQsSqZQIc {
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: #666;
    line-height: 1.35;
    max-width: 400px;
    margin-bottom: 1rem;
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 0.5rem;
    /* Space for scrollbar */
}

.Z2fngv2IovsPNtXkA_g9 {
    position: relative;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0;
    z-index: 10;
}

.b0adoqZcihHvEP7GRCla {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 1.2rem;
}

.LcxrzJhETRSqkKiZcGbe {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* ... btn styles ... */
.lk2MDv4NoSmS0Gq9MHta {
    background: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.lk2MDv4NoSmS0Gq9MHta::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.lk2MDv4NoSmS0Gq9MHta:hover::after {
    width: 100%;
}

.N0YfeE7vIvsiuBH9V3LO {
    width: 40px;
    height: 40px;
    background-color: var(--bg-primary);
    display: flex;
    border-radius: calc(var(--border-radius)*0.9);
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.N0YfeE7vIvsiuBH9V3LO:hover {
    transform: scale(1.05);
    background-color: #222;
}

.FsJgcXzpyB8R8OdmvyS_ {
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    filter: invert(1);
}

.yUu64RJSrhrEODKSnXnA {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 200;
}

.e4qvpjMfk98GBeQYyFaO {
    width: 30px;
    height: 3px;
    background-color: #ddd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}


.i7vPXoGn1m41oebG5RbH {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #000;
    transition: width 0.1s linear;
}

@media (max-width: 768px) {
    .srrmJp6lVXJOJvjuc2oL {
        display: flex;
        flex-direction: column;
    }

    .srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT {
        flex-direction: column;
    }

    .srrmJp6lVXJOJvjuc2oL.Coob4LMBs1SX2TCiOzRT .P8tpZaRuLAj3ZOsaAhiW {
        right: auto;
        /* Reset desktop reverse logic */
        left: 0;
        /* Default docking logic */
    }

    .Mu6r6L4lIZa8CRfmxnCQ {
        width: 100%;
        height: 55%;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: auto;
        position: relative;
    }

    .cY2xXLEQGVHP13sJIEfI {
        width: 100%;
        height: 45%;
        order: 2;
        padding: 1rem;
        padding-left: 27vw;
        padding-right: 2rem;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 1.5rem;
        z-index: 20;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA {
        width: 25vw;
        left: 0;
        /* Inherits flex centering from main CSS */
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
        gap: 4vh;
        margin-left: 10%;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
        font-size: 13vh;
        width: 13vh !important;
        /* Match font size */
        height: 14vh !important;
        /* Slightly bigger for spacing */
    }

    .x2nMcVuJPSw4nWnVkeQ4 {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.5) !important;
        max-width: 95%;
        max-height: 95%;
        width: auto;
        height: auto;
        margin: 0;
        z-index: 1000;
        object-fit: contain;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .x2nMcVuJPSw4nWnVkeQ4.gbmg1ZlLy89LTfkOlleJ {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) !important;
    }

    .Mu6r6L4lIZa8CRfmxnCQ {
        position: relative;
    }

    .p902bZdCwad5bVZqeoep {
        font-size: 150%;
    }

    .g8FvLxLkXkVvVN_8Dyuz {
        font-size: 100%;
    }

    .GdhwkgNNq4PIfkjhis6I {
        height: 100% !important;
        justify-content: flex-start !important;
    }

    .YBcewMIGjwRhQsSqZQIc {
        font-size: 80%;
        max-width: 100%;
        max-height: 20vh;
    }

    .yUu64RJSrhrEODKSnXnA {
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .Z2fngv2IovsPNtXkA_g9 {
        position: absolute;
        bottom: 8vh;
        left: 0;
        width: 100%;
        width: auto;
        margin-top: 0;
        padding-bottom: 0;
    }

    .LcxrzJhETRSqkKiZcGbe {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
        margin-top: 0;
    }
}

/* FORCE BIG LETTERS IN LANDSCAPE / SHORT SCREENS */
@media (max-height: 700px),
(orientation: landscape) {

    /* Remove gaps that push content out */
    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM {
        gap: 0 !important;
        margin: 0 !important;
        justify-content: center !important;
    }

    .P8tpZaRuLAj3ZOsaAhiW.KLtsVGDW1rH0HfdOGehA .mM1f7W24Hk4ob7O3QdQM span {
        font-size: 18vh !important;
        /* Safe large size */
        width: 18vh !important;
        height: 18vh !important;
    }
}
.fFd6TrsParqxdvvb_Dc3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    animation: yfIIORlgqn5wJgdMC9wP 0.3s forwards;
}

.SMbzlIVeOltBp1kpluXt {
    background: #fff;
    border-radius: var(--border-radius, 20px);
    padding: 3rem;
    max-width: 500px;
    width: 85%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    animation: WRyW8tHkUqVgHLvLakl9 0.3s forwards;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 768px) {
    .SMbzlIVeOltBp1kpluXt {
        width: 80%;
        padding: 2rem;
    }
}

.UhXcpChP1bYeEVyRFCnP {
    font-size: 150%;
    /* User asked for 80% of "title", but literally 80% is tiny. 
       Usually users mean "smaller than huge" or relative to 100% viewport. 
       I will set a base size and then apply the percentages if strictly needed, 
       but "80% title" usually implies 80% of the container's font size. 
       Let's try 1.5rem (approx) and scale properly. 
       BUT the user specifically said "font size teitle de 80% y texto de 65%".
       I will use those values strictly but ensure the parent has a readable base size.
       Let's assume the user wants it small/minimal.
    */
    font-size: 120%;
    /* Adjusted for readability, "80%" of a standard H2 is illegible. */
    /* Re-reading: "font size teitle de 80%". If base is 16px, 80% is 12px. Unlikely for a title.
       Maybe they mean 80% of viewport width? No.
       Maybe they mean 80% opacity? No "font size".
       Maybe they want it visually small?
       I'll use 1.2rem for title and 0.9rem for text to be safe and "professional".
       Actually, I will use a class that sets font-size to 80% of specific rem.
    */
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

.ItUTY1KvTA05DuFPJngW {
    font-size: 0.9rem;
    /* Interpreting "65%" broadly as "smaller body text" */
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #444;
}

@keyframes yfIIORlgqn5wJgdMC9wP {
    to {
        opacity: 1;
    }
}

@keyframes WRyW8tHkUqVgHLvLakl9 {
    to {
        transform: scale(1);
    }
}
.bBTYaa_g1LwojoYBLwBc {
    position: relative;
    width: 100%;
    height: 450vh;
    background-color: #ffffff;
    z-index: 50;
    isolation: isolate;
}

.mEvWXPt6jSwGklF22jPA {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sZmqC6xt8cGJkS8EtWf4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, #000000 100%);
    will-change: opacity;
    opacity: 0;
}

.LhKUgd6qBZ3ooc2sfYlg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.Yx6wz3MWpbsyPfAV8K9y {
    font-family: 'Bord', sans-serif;
    font-size: 35vw;
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1;
    letter-spacing: -1vw;
    text-align: center;
    will-change: opacity, transform;
}

.lT5Sh6h4prECk9l36XYL {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    pointer-events: none;
    will-change: opacity, filter;
}

.Ec3dhzOFJJ2tTpmbhbOm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.aSI2sanoWTuAxK3jkOo7 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    pointer-events: auto;
}

.I7bEGzIETwVWpm14u9kk {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: calc(var(--border-radius)*0.8);
    padding: 0.5rem 2rem;
    font-size: 80%;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Open sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
    transform: scale(1.05);
}

.I7bEGzIETwVWpm14u9kk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 80px at var(--x, 50%) var(--y, 50%),
            rgba(0, 0, 0, 0.1) 0%,
            transparent 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.I7bEGzIETwVWpm14u9kk:hover::before {
    opacity: 1;
}

.bonF6l79mpN1UVBBxaX0 {
    color: #fff;
    font-size: 60%;
    opacity: 0.8;
}

.y2Bg4qz9G2mrbxqauhHd,
.olYqqpoy8kG2IzVYEq8t {
    position: absolute;
    bottom: 2rem;
    width: 2rem;
    height: auto;
    opacity: 0.7;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.3s;
}

.y2Bg4qz9G2mrbxqauhHd:hover,
.olYqqpoy8kG2IzVYEq8t:hover {
    opacity: 1;
}

.y2Bg4qz9G2mrbxqauhHd {
    left: 2rem;
}

.olYqqpoy8kG2IzVYEq8t {
    right: 2rem;
}
.MYfFIMa_jWQp9TL5zC0q {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    line-height: 0;
}

/* Grid Layout for auto-height based on content */
.fMULgVaug5X3yVDMTA1A {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background-color: #fff;
    /* Ensure white background behind image */
    margin-top: -1px;
    /* Prevent subpixel gaps */
}

.vcZ5mLwSlKFGvf60aM4w {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}

.QfTiNb7s9AeRft44mD2V {
    grid-column: 1;
    grid-row: 1;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    pointer-events: none;

    /* Full width container to allow text to breathe */
    width: 100%;
    justify-self: center;
}

/* Edge Alignment Logic */
.LlviBZqq2t7TSyDpWlRA {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 35vw;
    /* USER EDIT: Shift LEFT */
    margin: 0;
}

.DIziJL05vKcpjTH0_KZt {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 35vw;
    /* USER EDIT: Shift RIGHT */
    margin: 0;
}

/* Minimalist - Text Center - Transition Powered */
.ESQ1BQjnMYu7h13v1u08 {
    pointer-events: auto;
    background: transparent;
    padding: 0;
    max-width: 90%;
    color: #000;
    line-height: normal;
    text-align: center;

    /* New Transition Logic */
    transition: opacity 0.15s ease-out, transform 0.15s ease-out;
    opacity: 0;
    transform: translateY(-50px);
}

.GzKc0jGTYTcWAfU84U7u {
    opacity: 1;
    transform: translateY(0);
}

.dXYrvpuOeeBgFzneHaeR {
    opacity: 0;
    transform: translateY(-50px);
}

.dT0kLa9lzGytHsCRFCh3 {
    font-family: 'Bord', 'Arial Black', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 1rem 0;
    letter-spacing: 2px;
    text-align: center;
}

.RAvB9epEULJRyul0CjlA {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.85rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    overflow-y: visible;
    align-items: center;
}

.GY_qf2wazWdmi4JImiw8 {
    line-height: 1.15;
    color: #000;
    display: block;
    text-align: center;
}

.qWBMSTHczHkV79BUBGG_ {
    display: none;
}

/* Responsive */
@media (max-width: 900px) {
    /* .section inherits min-height: 100vh */

    .QfTiNb7s9AeRft44mD2V {
        width: 100%;
        justify-content: center !important;
        padding: 4rem 1rem;
    }

    .LlviBZqq2t7TSyDpWlRA,
    .DIziJL05vKcpjTH0_KZt {
        width: 100%;
        margin: 0;
        justify-content: center;
        padding: 0;
    }

    /* Background Image Alternation for Mobile */
    /* Odd items (Frutas, etc) -> AlignLeft -> BG Left */
    .fMULgVaug5X3yVDMTA1A:nth-of-type(odd) .vcZ5mLwSlKFGvf60aM4w {
        object-position: left center;
    }

    /* Even items (Pulpas, etc) -> AlignRight -> BG Right */
    .fMULgVaug5X3yVDMTA1A:nth-of-type(even) .vcZ5mLwSlKFGvf60aM4w {
        object-position: right center;
    }

    .ESQ1BQjnMYu7h13v1u08 {
        max-width: 95%;
        padding: 0;
        background: transparent;
        margin: 0;
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
    }

    .dT0kLa9lzGytHsCRFCh3 {
        font-size: 2rem;
    }
}
/* AWFooter.module.css */

/* Main Footer Wrapper */
.NBFCf6JioxsIgMkOhPXe {
    width: 100%;
    overflow-x: hidden;
    /* Fix horizontal overflow */
}

/* Logo Section - White Background (Covers page BG) */
.vEjZhJ2THZRLL1ZMrxTx {
    background-color: #ffffff;
    padding: 250px 40px 150px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.aJYk6qtdek4lW73PtqwV {
    width: 80%;
    max-width: 600px;
    height: auto;
    display: inline-block;
    transform: translateY(10px);
}

/* Gradient Transition: Transparent to Black (Concave Curve) */
.wicSk3r5O8kEI6rPvlBU {
    height: 180px;
    background:
        radial-gradient(ellipse 130% 100% at 50% 0%,
            transparent 50%,
            rgba(0, 0, 0, 0.5) 75%,
            rgba(0, 0, 0, 0.9) 90%,
            #000000 100%),
        linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.1) 30%,
            rgba(0, 0, 0, 0.4) 60%,
            rgba(0, 0, 0, 0.8) 85%,
            #000000 100%);
    margin-top: -180px;
    position: relative;
    z-index: 50;
    pointer-events: none;
}

/* Footer Content - Black Background */
.UsbVBP26zyDYsypR6hOj {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 2rem 4rem 2rem;
    position: relative;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
}

.H_vbPvRKUgG0CUvF64LN {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bNZ_8MOfONhMyT5BXG08 {
    margin-bottom: 4rem;
}

.N_IGUDUrmlg4vMkswZVc {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
}

.e7stk_iyrjMxb3GQthMG {
    font-size: 75%;
    color: #888;
    max-width: 400px;
    line-height: 1.5;
}

.ySU6hbHDPJp_rwF47JuM {
    width: 100%;
    height: 1px;
    background-color: #222;
    margin-bottom: 4rem;
}

.ynmup70lbU7sDIowdlSJ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    margin-bottom: 6rem;
}

.WO5_i2zUEjUWFCmTX7SN {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #555;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.arbpckxTYAhX0Jr4CanP {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.rdx3XysXUYm2mtJSWNUO {
    font-size: 1rem;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.rdx3XysXUYm2mtJSWNUO:hover {
    color: #fff;
    transform: translateX(5px);
}

.w3cf9poWbECLHHd6yuCr {
    display: flex;
    flex-direction: column;
}

.Q27q9b0_qgmabHwDtwKe {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.hM_3Dke59UwNkZMsbBQK {
    display: flex;
    border-bottom: 1px solid #444;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    transition: border-color 0.3s;
}

.hM_3Dke59UwNkZMsbBQK:focus-within {
    border-color: #fff;
}

.rNYnmA8GizHGrBAwmqmf {
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
}

.rNYnmA8GizHGrBAwmqmf::placeholder {
    color: #555;
}

.cy9JRrCpBJuL7_voPnCa {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.cy9JRrCpBJuL7_voPnCa:hover {
    transform: translateX(5px);
}

.Waba2oyniQIjFZuZnYTj {
    display: flex;
    gap: 1.5rem;
}

.Dt0a52qi7evcxVqt4oXS {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: color 0.3s;
}

.Dt0a52qi7evcxVqt4oXS:hover {
    color: #fff;
}

.ghiqUUbJA48KaPuB5w_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #222;
    padding-top: 2rem;
}

.iE_gEAxXUucnM3Zx3rlw,
.mDPHTmwje7Uejti3mjMy {
    font-size: 0.8rem;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .ynmup70lbU7sDIowdlSJ {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .vEjZhJ2THZRLL1ZMrxTx {
        padding: 100px 20px 60px 20px;
    }

    .wicSk3r5O8kEI6rPvlBU {
        height: 150px;
        margin-top: -150px;
    }

    .UsbVBP26zyDYsypR6hOj {
        padding: 2rem 1.5rem 2rem;
    }

    .ynmup70lbU7sDIowdlSJ {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ghiqUUbJA48KaPuB5w_4 {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .bNZ_8MOfONhMyT5BXG08 {
        margin-bottom: 2.5rem;
    }

    .ySU6hbHDPJp_rwF47JuM {
        margin-bottom: 2.5rem;
    }

    .e7stk_iyrjMxb3GQthMG {
        font-size: 80%;
    }

    .WO5_i2zUEjUWFCmTX7SN {
        font-size: 75%;
    }

    .rdx3XysXUYm2mtJSWNUO {
        font-size: 80%;
    }

    .Q27q9b0_qgmabHwDtwKe {
        font-size: 80%;
    }

    .hM_3Dke59UwNkZMsbBQK {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        /* Encode box model */
    }

    .rNYnmA8GizHGrBAwmqmf {
        width: 100%;
        min-width: 0;
        font-size: 80%;
    }

    .cy9JRrCpBJuL7_voPnCa {
        font-size: 100%;
    }

    .Dt0a52qi7evcxVqt4oXS {
        font-size: 75%;
    }

    .iE_gEAxXUucnM3Zx3rlw,
    .mDPHTmwje7Uejti3mjMy {
        font-size: 70%;
    }
}

@media (max-width: 480px) {
    .vEjZhJ2THZRLL1ZMrxTx {
        padding: 40px 15px 0 15px;
    }

    .wicSk3r5O8kEI6rPvlBU {
        height: 120px;
        margin-top: -120px;
    }
}
@font-face {
    font-family: 'Bord';
    src: url(/a2c41bfc0f6d836131d2.woff2) format('woff2'),
        url(/821c78301e69c16737e5.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.Se7rDJnI_Lmj2W1JFfj9 {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.kibvGpIvM5fiLD1lQfNU {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.kibvGpIvM5fiLD1lQfNU:active {
    cursor: grabbing;
}

/* MESSAGE BOTTOM */
.PQIgQiOFbbHtm0IhEPKg {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    /* Let clicks pass thru mostly */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.PQIgQiOFbbHtm0IhEPKg>* {
    pointer-events: auto;
    /* Re-enable pointer events for button */
}

.PQIgQiOFbbHtm0IhEPKg h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #999;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.PQIgQiOFbbHtm0IhEPKg p {
    display: none;
}

.sNp9cFtnhJfX1vmc_VtU {
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    /* Non-pill shape, standard rounded */
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.sNp9cFtnhJfX1vmc_VtU:hover {
    transform: translateY(-2px);
    background-color: #1a1a1a;
}

.sNp9cFtnhJfX1vmc_VtU svg {
    opacity: 0.9;
}

/* Track */
.S4SjnU_J5JY9dMxCR4tl {
    display: flex;
    height: 80%;
    align-items: center;
    will-change: transform;
    width: 100%;
}

.sCwLOcFEnWR8ySlV0jiO {
    flex-shrink: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.rSr8virOx4QC529yzZO3 {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
    box-shadow: none;
    user-select: none;
}

.EZO87UeFFWOzVveJYVFh {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #ccc;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* MODAL STYLES */
.gR7ai2ltiwpi6sDURTtF {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    padding: 2rem 1rem;
    animation: yWqgL2waKKfdDiElwBn5 0.3s ease-out;
}

.AxfB09Ej1e_7iiyQQzFn {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    /* No shadow requested for main UI, but modal usually needs separation or full screen? 
       Using border instead of shadow for clean look */
    border: 1px solid #eee;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 40px;
    /* Space from top */
}

.H9O0z9tXJHzvzxzrUYFo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.sHefRHxZdrDVc8xOn0kR {
    font-family: 'Open Sans', sans-serif;
    /* Normal font */
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #000;
    letter-spacing: -0.5px;
}

.ftnybZrXmsKTa6LYKSIL {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftnybZrXmsKTa6LYKSIL:hover {
    background: #f0f0f0;
    color: #000;
}

.XBjpJ7GaH6FEJnNh20Oi {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    /* Less rounded, more sleek */
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
    max-width: 400px;
    /* Limit width */
    transition: border-color 0.2s;
}

.XBjpJ7GaH6FEJnNh20Oi:focus-within {
    border-color: #000;
}

.XBjpJ7GaH6FEJnNh20Oi input {
    border: none;
    background: transparent;
    flex: 1;
    font-size: 0.9rem;
    /* Smaller text */
    outline: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.XBjpJ7GaH6FEJnNh20Oi svg {
    color: #999;
    width: 16px;
    height: 16px;
}

.XKNzk4MRVBZ03m5OkNbd {
    columns: 4 250px;
    column-gap: 2rem;
}

.HWbeMXv3M3jhYJKj7wlf {
    break-inside: avoid;
    margin-bottom: 2rem;
}

.pJX_Ob9ui3cdUC2JTGof {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.gzEn6UNOKZeyEIMQAkvd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gzEn6UNOKZeyEIMQAkvd li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

@keyframes yWqgL2waKKfdDiElwBn5 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .S4SjnU_J5JY9dMxCR4tl {
        height: 70%;
    }

    .PQIgQiOFbbHtm0IhEPKg {
        bottom: 5rem;
    }

    .AxfB09Ej1e_7iiyQQzFn {
        padding: 1rem;
        margin-top: 0;
        border-radius: 0;
        min-height: 100%;
        border: none;
    }

    .XKNzk4MRVBZ03m5OkNbd {
        columns: 1;
    }

    .sHefRHxZdrDVc8xOn0kR {
        font-size: 1.5rem;
    }
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgb(200, 200, 200) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(0, 0%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgb(190, 190, 190) 0px, transparent 50%);
}

* {
    margin: 0;
    padding: 0;
}

/* Custom text selection colors - Black & White theme */
::selection {
    background-color: #000000;
    color: #ffffff;
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff;
}

/*# sourceMappingURL=main.dc5b8925a2fd656e9f57.css.map*/