* {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            scroll-behavior: smooth
        }

        body {
            background: #101010;
            color: #8a8279;
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            line-height: 1.7;
            overflow-x: hidden
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2.5rem;
            position: fixed;
            top: 0;
            background: rgba(16, 16, 16, 0.3);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            z-index: 100;
            width: 100%;
            border-bottom: 0.5px solid #2a2a2a
        }

        .logo {
            font-family: 'Inter Tight', sans-serif;
            font-size: 14px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            font-weight: 500;
            color: #e8e2d9
        }

        .logo span:first-child {
            color: #ffffff;
        }

        .logo span:last-child {
            color: #ffaf34;
        }

        .nav-cta {
            background: #ffaf34;
            border: none;
            color: #101010;
            padding: 8px 18px;
            font-family: 'Inter Tight', sans-serif;
            font-size: 13px;
            letter-spacing: 0.05em;
            text-decoration: none;
            display: inline-block;
            transition: background 0.2s, transform 0.2s;
            border-radius: 6px;
            font-weight: 600
        }

        .nav-cta:hover {
            background: #ffd079;
            transform: translateY(-1px)
        }

        /* NEW HERO MODERN 2-COLUMNS */
        .hero {
            position: relative;
            width: 100%;
            margin: 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: space-between;
            overflow: hidden;
            background: #101010;
        }

        .hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 15vh;
            background: linear-gradient(to top, #101010 10%, transparent);
            z-index: 2;
            pointer-events: none;
        }

        .hero-img {
            position: absolute;
            top: 20%;
            right: 0;
            width: 44%;
            height: 60%;
            z-index: 1;
            overflow: hidden;
        }

        .hero-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 38% 30%;
            -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 3%, black 15%, black 75%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 3%, black 15%, black 75%, transparent 100%);
        }

        .hero-text {
            position: relative;
            z-index: 3;
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 150px 4rem 4rem 4rem;
        }

        .tag {
            font-family: 'Inter Tight', sans-serif;
            font-size: 12px;
            letter-spacing: 0.18em;
            color: #ffaf34;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            font-weight: 500
        }

        h1 {
            font-size: clamp(2.2rem, 3.5vw, 3.8rem);
            font-weight: 300;
            line-height: 1.05;
            margin-bottom: 1rem;
            color: #f0ece4;
            letter-spacing: -0.03em;
            max-width: 800px;
        }

        h1 em {
            font-style: normal;
            color: #ffaf34
        }

        .hsub {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            max-width: 460px;
            line-height: 1.6;
            margin-bottom: 2rem;
            font-weight: 300
        }

        .btn {
            display: inline-block;
            background: #ffaf34;
            color: #101010;
            padding: 14px 28px;
            font-family: 'Inter Tight', sans-serif;
            font-size: 14px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s;
            border: none;
            cursor: pointer;
            border-radius: 6px;
            width: max-content
        }

        .btn:hover {
            background: #ffd079;
            transform: translateY(-2px)
        }

        .btn-outline {
            display: inline-block;
            background: transparent;
            border: 0.5px solid #ffaf34;
            color: #ffaf34;
            padding: 14px 28px;
            font-family: 'Inter Tight', sans-serif;
            font-size: 14px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.2s;
            cursor: pointer;
            border-radius: 6px;
            width: max-content
        }

        .btn-outline:hover {
            background: #ffaf34;
            color: #101010
        }

        .div {
            height: 1px;
            background: rgba(255, 255, 255, 0.05);
            max-width: 1100px;
            margin: 3rem auto
        }

        .sec {
            padding: 3rem 1.5rem;
            max-width: 860px;
            margin: 0 auto;
            background: #101010;
        }

        .lbl {
            font-family: 'Inter Tight', sans-serif;
            font-size: 11px;
            letter-spacing: 0.2em;
            color: #ffaf34;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            font-weight: 600
        }

        h2 {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 300;
            color: #f0ece4;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em
        }

        .p {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            max-width: 680px;
            font-weight: 300
        }

        .banner {
            background: transparent;
            border: 1px solid #222;
            padding: 1.5rem 2rem;
            margin-bottom: 2rem;
            border-left: 2px solid #ffaf34
        }

        .banner p {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.7;
            font-style: italic;
            font-weight: 300
        }

        .banner p strong {
            color: #ffaf34;
            font-style: normal;
            font-weight: 500
        }

        /* GLOBAL GRID SETTINGS FOR ALL CARDS */
        .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            margin-top: 2.5rem;
            border: none;
            background: transparent;
        }

        .grid-item {
            background: transparent;
            padding: 3rem 2.5rem;
            text-align: left;
            transition: background 0.3s ease;
            border-right: 1px solid #222;
            border-bottom: 1px solid #222;
            display: flex;
            flex-direction: column;
        }

        .grid-item:hover {
            background: rgba(255, 255, 255, 0.02);
        }

        /* Remove outer borders */
        .grid-item:nth-child(2n) {
            border-right: none;
        }

        .grid-item:nth-last-child(-n+2) {
            border-bottom: none;
        }

        .grid-icon {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: transparent;
            flex-shrink: 0;
            margin-bottom: 1.8rem;
        }

        /* Force stroke-width 1 for all nested SVG inside grid */
        .grid-icon svg {
            stroke: #ffaf34;
            width: 24px;
            height: 24px;
            stroke-width: 1 !important;
        }

        .grid-text p {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.7;
            text-align: left;
            margin: 0;
            font-weight: 300;
        }

        .grid-text strong {
            color: #f0ece4;
            font-size: 16px;
            font-weight: 500;
            display: block;
            margin-bottom: 0.6rem;
            text-align: left;
        }

        /* OUTCOMES / LOGROS */
        .onum {
            font-family: 'Inter Tight', sans-serif;
            font-size: 16px;
            color: #ffaf34;
            margin-bottom: 0.5rem;
            letter-spacing: 0.05em;
            font-weight: 500;
            text-align: left;
        }

        /* ONLINE GRID (3 col) */
        .online-grid {
            grid-template-columns: repeat(3, 1fr);
            margin-top: 4rem;
        }

        .online-grid .grid-item {
            text-align: center; /* Override center base */
            padding: 3rem 2rem;
            border-bottom: none !important;
        }

        .online-grid .grid-item:nth-child(2n) {
            border-right: 1px solid #222 !important;
        }

        .online-grid .grid-item:nth-child(3n) {
            border-right: none !important;
        }

        /* Force content to center for 100% online section */
        .online-grid .grid-item .grid-icon {
            justify-content: center !important;
            margin-bottom: 1.5rem;
        }

        .online-grid .grid-item strong {
            text-align: center !important;
            margin-bottom: 0.8rem;
            display: block;
        }

        .online-grid .grid-item p {
            text-align: center !important;
        }

        .tags-intro {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            margin-top: 3.5rem;
            margin-bottom: 1.5rem;
            letter-spacing: 0.02em;
            font-weight: 400
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 3rem
        }

        .tag-pill {
            font-family: 'Inter Tight', sans-serif;
            font-size: 13px;
            color: #8a8279;
            border: 1px solid #333;
            padding: 8px 16px;
            border-radius: 6px;
            background: transparent
        }

        .lossbox {
            border-left: 2px solid #ffaf34;
            padding: 1.8rem 2rem;
            background: transparent;
            margin-top: 2rem
        }

        .lossbox p {
            font-family: Georgia, serif;
            font-size: 1.2rem;
            font-style: italic;
            color: #e8e2d9;
            line-height: 1.7;
            font-weight: 300
        }

        .fitbox {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: 2.5rem
        }

        .fitcol {
            background: transparent;
            padding: 2rem;
            border: 1px solid #222
        }

        .fitcol-label {
            font-family: 'Inter Tight', sans-serif;
            font-size: 11px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            margin-bottom: 1.8rem;
            font-weight: 600
        }

        .fit-yes .fitcol-label {
            color: #ffaf34
        }

        .fit-no .fitcol-label {
            color: #8a8279
        }

        .fitrow {
            display: flex;
            align-items: baseline;
            gap: 12px;
            margin-bottom: 1rem
        }

        .fi {
            font-family: 'Inter Tight', sans-serif;
            font-size: 16px;
            flex-shrink: 0
        }

        .fit-yes .fi {
            color: #ffaf34
        }

        .fit-no .fi {
            color: #8a8279
        }

        .fitrow p {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            line-height: 1.7;
            margin: 0;
            color: #8a8279;
            font-weight: 300
        }

        .story {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 3rem;
            align-items: start
        }

        .stat {
            margin-bottom: 2rem
        }

        .sn {
            font-size: 3.2rem;
            font-weight: 400;
            color: #ffaf34;
            line-height: 1;
            font-family: Georgia, serif;
            letter-spacing: -0.03em
        }

        .sl {
            font-family: 'Inter Tight', sans-serif;
            font-size: 10px;
            color: #c8c2ba;
            letter-spacing: 0.04em;
            margin-top: 6px;
            text-transform: uppercase;
            white-space: nowrap
        }

        .photo-wrap {
            width: 100%;
            margin-bottom: 1rem;
            overflow: hidden;
            border-radius: 6px
        }

        .photo-wrap img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            object-position: center top;
            display: block
        }

        .linkedin-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Inter Tight', sans-serif;
            font-size: 13px;
            color: #8a8279;
            text-decoration: none;
            margin-bottom: 2rem;
            transition: color 0.2s
        }

        .linkedin-btn:hover {
            color: #0077b5
        }

        .quote {
            border-left: 2px solid #ffaf34;
            padding-left: 1.5rem;
            margin: 2rem 0
        }

        .quote p {
            font-size: 1.2rem;
            font-style: italic;
            color: #e8e2d9;
            line-height: 1.6;
            font-family: Georgia, serif;
            font-weight: 400
        }

        .scarcity {
            background: transparent;
            border: 1px solid #222;
            padding: 1.5rem 1.8rem;
            margin-top: 2.5rem;
            display: flex;
            align-items: center;
            gap: 1rem
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ffaf34;
            flex-shrink: 0;
            box-shadow: 0 0 10px rgba(255, 175, 52, 0.5)
        }

        .scarcity p {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.6;
            font-weight: 300;
            margin-bottom: 0
        }

        .emigrado-outer {
            background: #101010;
            padding: 5rem 1.5rem
        }

        .emigrado-inner {
            max-width: 860px;
            margin: 0 auto
        }

        .efrase {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(1.6rem, 3vw, 2.2rem);
            font-weight: 300;
            color: #f0ece4;
            line-height: 1.3;
            margin-bottom: 1rem
        }

        .efrase em {
            font-style: normal;
            color: #ffaf34
        }

        .esub {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.8;
            max-width: 600px;
            margin-bottom: 3rem;
            font-weight: 300
        }

        .edif {
            border-top: 1px solid #222;
            border-bottom: 1px solid #222;
            background: transparent;
            padding: 2rem 0;
            margin-bottom: 2rem;
            border-left: 2px solid #ffaf34;
            padding-left: 2rem
        }

        .edif p {
            font-family: Georgia, serif;
            font-size: 1.2rem;
            font-style: italic;
            color: #e8e2d9;
            line-height: 1.7;
            margin-bottom: 0.8rem;
            font-weight: 400
        }

        .edif span {
            font-family: 'Inter Tight', sans-serif;
            font-size: 12px;
            color: #8a8279;
            text-transform: uppercase;
            letter-spacing: 0.05em
        }

        .etransition {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.8;
            margin-bottom: 2rem;
            font-weight: 300
        }

        .yque-cierre {
            margin-top: 3rem;
            padding: 2rem 2.5rem;
            border-left: 2px solid #ffaf34;
            background: transparent;
            border-top: 1px solid #222;
            border-bottom: 1px solid #222;
            border-right: 1px solid #222
        }

        .yque-cierre p {
            font-family: Georgia, serif;
            font-size: 1.2rem;
            font-style: italic;
            color: #e8e2d9;
            line-height: 1.8;
            font-weight: 400;
            margin: 0
        }

        .tgrid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            background: transparent;
            margin-top: 3rem;
            border: none;
        }

        .tc {
            background: transparent;
            padding: 3rem 2.5rem;
            border-right: 1px solid #222;
            border-bottom: 1px solid #222;
            border-radius: 0;
            position: relative;
            transition: background 0.3s ease;
        }

        .tc:nth-child(2n) {
            border-right: none;
        }

        .tc:nth-last-child(-n+2) {
            border-bottom: none;
        }

        .tc:hover {
            background: rgba(255, 255, 255, 0.02);
        }

        .tav {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #1b1b1b;
            border: 1px solid #333;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Inter Tight', sans-serif;
            font-size: 11px;
            font-weight: 600;
            color: #ffaf34;
            margin-bottom: 1.2rem;
            flex-shrink: 0
        }

        .tn {
            font-size: 14px;
            color: #f0ece4;
            margin-bottom: 0.1rem;
            font-weight: 500
        }

        .tr {
            font-size: 11px;
            color: #ffaf34;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 0.5rem
        }

        .ts {
            color: #ffaf34;
            font-size: 10px;
            letter-spacing: 2px;
            margin-bottom: 1rem
        }

        .tt {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            font-style: italic;
            color: #8a8279;
            line-height: 1.8;
            font-weight: 300
        }

        .cta-outer {
            margin: 4rem auto;
            max-width: 900px;
            padding: 4rem 3rem;
            text-align: center;
            background: linear-gradient(135deg, rgba(50,50,50,0.2) 0%, rgba(10,10,10,0.8) 100%);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255,255,255,0.05);
            border-radius: 16px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }

        .cta-outer h2 {
            margin-bottom: 2rem;
            text-align: center;
            font-size: 2.2rem;
            line-height: 1.3;
        }

        .cta-p {
            font-family: Georgia, serif;
            font-size: 1.2rem;
            font-style: italic;
            color: #e8e2d9;
            margin-bottom: 2rem;
            font-weight: 300;
        }

        .cta-15 {
            font-family: 'Inter Tight', sans-serif;
            font-size: 13px;
            color: #ffaf34;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 2rem;
        }

        .faq {
            margin-top: 2.5rem;
            border-top: 1px solid #222;
        }

        .faq-item {
            border-bottom: 1px solid #222
        }

        .faq-trigger {
            width: 100%;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            text-align: left;
            gap: 1.5rem
        }

        .faq-q {
            font-family: 'Inter Tight', sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #f0ece4;
            transition: color 0.15s
        }

        .faq-trigger:hover .faq-q {
            color: #ffaf34
        }

        .faq-icon {
            font-family: 'Inter Tight', sans-serif;
            font-size: 20px;
            color: #ffaf34;
            flex-shrink: 0;
            line-height: 1;
            transition: transform 0.25s
        }

        .faq-item.open .faq-icon {
            transform: rotate(45deg)
        }

        .faq-item.open .faq-q {
            color: #ffaf34
        }

        .faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease
        }

        .faq-item.open .faq-body {
            max-height: 400px
        }

        .faq-a {
            font-family: 'Inter Tight', sans-serif;
            font-size: clamp(14px, 1rem + 0.5vw, 16px);
            color: #8a8279;
            line-height: 1.8;
            padding-bottom: 1.5rem;
            font-weight: 300
        }

        .neo {
            background: transparent;
            border: 1px solid #222;
            padding: 3rem;
            margin-top: 3rem;
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 3rem;
            align-items: center
        }

        .nlogo {
            font-family: 'Inter Tight', sans-serif;
            font-size: 24px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #e8e2d9;
            margin-bottom: 0.8rem;
            font-weight: 500
        }

        .nlogo span {
            color: #ffaf34
        }

        .ntag {
            font-family: 'Inter Tight', sans-serif;
            font-size: 11px;
            letter-spacing: 0.18em;
            color: #c8c2ba;
            text-transform: uppercase;
            font-weight: 600
        }

        .cta-outer {
            text-align: center;
            padding: 4rem 2rem;
            background: #101010;
            border: 1px solid #222;
            margin: 4rem auto;
            max-width: 860px
        }

        .cta-outer h2 {
            max-width: 500px;
            margin: 0 auto 1.2rem;
            font-size: clamp(1.5rem, 2.5vw, 2rem);
        }

        .cta-p {
            font-family: 'Inter Tight', sans-serif;
            font-size: 16px;
            color: #8a8279;
            margin: 0 auto 1.5rem;
            max-width: 460px;
            line-height: 1.7;
            font-weight: 300
        }

        .cta-15 {
            font-family: 'Inter Tight', sans-serif;
            font-size: 13px;
            color: #c8c2ba;
            margin-bottom: 2.5rem;
            font-weight: 500
        }

        .cta-15 strong {
            color: #ffaf34
        }

        footer {
            padding: 2rem 2.5rem;
            border-top: 1px solid #222;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #101010;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 2rem
        }

        footer p {
            font-family: 'Inter Tight', sans-serif;
            font-size: 14px;
            color: #666
        }

        .footer-li {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            font-family: 'Inter Tight', sans-serif;
            font-size: 14px;
            color: #8a8279;
            transition: color 0.2s
        }

        .footer-li:hover {
            color: #ffaf34
        }

        .fade-in {
            opacity: 0;
            transform: translateY(15px);
            transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1)
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0)
        }

        @media(max-width:768px) {
            .hero {
                flex-direction: column;
                min-height: 100vh;
                justify-content: flex-start;
            }

            .hero-img {
                position: relative;
                flex-grow: 1;
                min-height: 350px;
                width: 100%;
            }

            .hero-img img {
                object-position: center top;
                -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
                mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
            }
            .hero::after {
                display: none;
            }

            .hero-text {
                width: 100%;
                padding: 100px 1.5rem 2rem 1.5rem;
                align-items: center;
                text-align: center;
            }

            .hsub {
                margin-bottom: 2rem;
                text-align: center;
            }

            .grid-container {
                grid-template-columns: 1fr;
            }

            .grid-item {
                border-right: none !important;
                border-bottom: 1px solid #222 !important;
            }

            .grid-item:last-child {
                border-bottom: none !important;
            }

            .online-grid {
                grid-template-columns: 1fr;
                margin-top: 2rem;
                border: 1px solid #222;
            }

            .online-grid .grid-item {
                border-right: none !important;
                border-bottom: 1px solid #222 !important;
                padding: 2rem;
            }

            .online-grid .grid-item:last-child {
                border-bottom: none !important;
            }

            .tgrid {
                grid-template-columns: 1fr;
            }

            .fitbox,
            .story {
                grid-template-columns: 1fr
            }

            .neo {
                padding: 2rem;
                text-align: center;
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .nav {
                padding: 1rem 1.5rem
            }
        }

        @media(max-width:500px) {
            .nav-cta {
                padding: 8px 12px;
                font-size: 12px;
            }

            .logo {
                font-size: 11px;
            }
        }