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

        :root {
            --navy: #0d1b2a;
            --navy2: #162032;
            --navy3: #1e2f42;
            --orange: #f05a28;
            --teal: #00b894;
            --white: #ffffff;
            --gray: #192843;
            --light: #f0f3f6;
            --light2: #e8edf2;
            --card: #1c2d3f
        }

        html {
            scroll-behavior: smooth
        }

        body {
            font-family: 'Inter', sans-serif;
            background: var(--light);
            color: #192843;
            overflow-x: hidden
        }

        /* ═══ HEADER ═══ */
        header.syc-header {
            position: static;
            background: #112b4e;
            padding: 14px 180px;
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            display: flex;
            align-items: center;
            gap: 20px
        }

        .syc-header .hdr-logo {
            flex: 0 0 auto
        }

        .syc-header .hdr-logo img {
            max-width: 220px;
            height: 40px;
            object-fit: contain;
            display: block
        }

        .syc-header .btn-login:hover {
            border-color: #fff;
            background: rgba(255, 255, 255, .08)
        }

        .hero {
            padding-top: 0
        }

        .syc-header nav {
            display: flex;
            align-items: center;
            gap: 28px;
            flex: 1;
            justify-content: flex-end
        }

        .syc-header nav a {
            font-size: .875rem;
            font-weight: 500;
            color: #FDFDFD;
            text-decoration: none;
            transition: color .2s
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 28px;
            cursor: pointer;
            z-index: 1001;
        }

        .syc-header nav a:hover {
            color: #fff
        }

        .syc-header nav .btn-access {
            background: #ff7140;
            color: #fff !important;
            padding: 9px 22px;
            border-radius: 6px;
            font-weight: 700;
            font-size: .85rem;
            transition: background .2s
        }

        .syc-header nav .btn-access:hover {
            background: #d94e20
        }

        /* ═══ HERO ═══ */
        .hero {
            padding-top: 66px;
            background: url('/newsite/images/landing_internacional/banner.png') no-repeat center center;
            background-size: cover;
            min-height: 520px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            position: relative;
            overflow: hidden
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(ellipse 55% 70% at 85% 55%, rgba(240, 90, 40, .13) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 15% 85%, rgba(0, 184, 148, .07) 0%, transparent 60%)
        }



        .hero-content {
            padding: 68px 56px 68px 180px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 2
        }

        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(240, 90, 40, .14);
            border: 1px solid rgba(240, 90, 40, .28);
            color: var(--orange);
            font-size: .7rem;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            padding: 6px 14px;
            border-radius: 4px;
            margin-bottom: 22px;
            width: fit-content
        }

        .hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(3rem, 5vw, 4.8rem);
            font-weight: 900;
            color: #FFFFFF;
            line-height: .92;
            letter-spacing: -1.5px;
            text-transform: uppercase;
            margin-bottom: 20px
        }

        .hero h1 em {
            font-style: normal;
            color: #FFFFFF;
        }

        .hero-sub {
            font-size: 1rem;
            color: #FFFFFF;
            line-height: 1.75;
            max-width: 400px;
            border-left: 3px solid #FF5D00;
            padding-left: 16px;
            margin-bottom: 34px
        }

        .hero-stats {
            display: flex;
            gap: 40px;
            margin-bottom: 38px
        }

        .hero-stats>div {
            text-align: center
        }

        .stat-num {
            font-family: 'Inter', sans-serif;
            font-size: 2.2rem;
            font-weight: 800;
            color: #FDFDFD;
            line-height: 1
        }

        .stat-num span {
            color: var(--orange)
        }

        .stat-label {
            font-size: .68rem;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            color: #FDFDFD;
            margin-top: 4px
        }

        .hero-ctas {
            display: flex;
            gap: 14px;
            flex-wrap: wrap
        }

        .btn-primary {
            background: #FF5D00;
            color: #fff;
            padding: 13px 28px;
            border-radius: 6px;
            font-weight: 700;
            font-size: .9rem;
            text-decoration: none;
            letter-spacing: .4px;
            transition: background .2s, transform .15s;
            box-shadow: 0 4px 20px rgba(255, 93, 0, .4)
        }

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

        .btn-outline-white {
            background: #03AB90;
            color: #FDFDFD;
            border: 2px solid #03AB90;
            padding: 13px 28px;
            border-radius: 6px;
            font-weight: 600;
            font-size: .9rem;
            text-decoration: none;
            transition: border-color .2s, background .2s
        }

        .btn-outline-white:hover {
            border-color: #028f79;
            background: #028f79
        }

        .hero-visual {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 40px
        }

        .hcard-wrap {
            position: relative;
            width: 320px
        }

        .hcard-shadow {
            position: absolute;
            top: -10px;
            right: -12px;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, .04);
            border: 1px solid rgba(255, 255, 255, .06);
            border-radius: 12px
        }

        .hcard {
            background: var(--card);
            border: 1px solid rgba(255, 255, 255, .09);
            border-radius: 12px;
            padding: 20px;
            position: relative
        }

        .hcard-badge {
            font-size: .62rem;
            font-weight: 700;
            letter-spacing: 2px;
            color: var(--teal);
            text-transform: uppercase;
            margin-bottom: 12px;
            display: block
        }

        .hcard-img {
            width: 100%;
            height: 148px;
            background: linear-gradient(135deg, #243447, #1a2b3c);
            border-radius: 8px;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .hcard-img svg {
            width: 60px;
            height: 60px;
            opacity: .22;
            fill: #8a97a6
        }

        .hcard-title {
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px
        }

        .hcard-loc {
            font-size: .75rem;
            color: var(--gray);
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 5px
        }

        .hcard-loc svg {
            width: 11px;
            height: 11px;
            fill: var(--gray)
        }

        .hcard-row {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .hcard-btn {
            background: var(--orange);
            color: #fff;
            border: none;
            width: 250px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            font-weight: 700;
            font-size: .75rem;
            cursor: pointer
        }

        /* ═══ CAT BAR ═══ */
        .cat-bar {
            background: #F8FAFC;
            border-bottom: 1px solid #dde3ea;
            padding: 0 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-x: auto;
            position: static;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
        }

        .cat-bar a {
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 16px 20px;
            font-size: .82rem;
            font-weight: 600;
            color: #8D96A3;
            text-decoration: none;
            white-space: nowrap;
            border-bottom: 2px solid transparent;
            transition: color .2s, border-color .2s
        }

        .cat-bar a::before {
            content: '●';
            font-size: .45rem;
            color: var(--orange);
            opacity: .7
        }

        .cat-bar a:hover {
            color: var(--navy);
            border-color: var(--orange)
        }

        /* ═══ FEATURED ═══ */
        .featured {
            padding: 60px 180px;
            background: #F5F5F5
        }

        .sec-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 32px
        }

        .sec-label {
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #192843;
            margin-bottom: 4px
        }

        .sec-title {
            font-family: 'Inter', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -.5px;
            color: var(--navy);
            text-transform: uppercase
        }

        .view-all {
            font-size: .82rem;
            font-weight: 600;
            color: var(--gray);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px
        }

        .view-all:hover {
            color: var(--orange)
        }

        .auction-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, 330px);
            gap: 20px;
            justify-content: center
        }

        .acard {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #e0e6ec;
            width: 330px;
            max-width: 100%;
            height: 393px;
            display: flex;
            flex-direction: column;
            transition: transform .2s, box-shadow .2s
        }

        .acard:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(13, 27, 42, .1)
        }

        .acard-img {
            width: 100%;
            height: 210px;
            background: linear-gradient(135deg, #dde5ee, #c8d6e2);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative
        }

        .acard-img svg {
            width: 48px;
            height: 48px;
            fill: #8a97a6;
            opacity: .4
        }

        .acard-body {
            padding: 16px 16px 12px;
            flex-grow: 1
        }

        .acard-name {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 7px
        }

        .acard-meta {
            font-size: .73rem;
            color: #192843;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 4px
        }

        .acard-meta i {
            color: #FF5D00;
            font-size: .85rem;
            flex-shrink: 0
        }

        .acard-foot {
            padding: 11px 16px 16px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .bid-lbl {
            font-size: .65rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--gray);
            margin-bottom: 1px
        }

        .bid-price {
            font-family: 'Inter', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--orange)
        }

        .btn-view {
            background: var(--orange);
            color: #fff;
            border: none;
            width: 250px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            font-weight: 700;
            font-size: .75rem;
            letter-spacing: .5px;
            text-transform: uppercase;
            cursor: pointer;
            text-decoration: none;
            transition: background .2s
        }

        .btn-view:hover {
            background: #d94e20
        }

        /* ═══ VALUE SECTION ═══ */
        .value-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            background: var(--navy2)
        }

        .vcol {
            padding: 72px;
            position: relative;
            overflow: hidden
        }

        .vcol:first-child {
            padding-left: 180px;
            background: #192842;
            color: #F2F2F2;
            border-right: 1px solid rgba(255, 255, 255, .07)
        }

        .vcol:last-child {
            padding-right: 180px;
            background: #243554;
            color: #05B396
        }

        .vcol:first-child::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(ellipse 80% 60% at 0% 100%, rgba(240, 90, 40, .09) 0%, transparent 70%)
        }

        .vcol:last-child::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(0, 184, 148, .09) 0%, transparent 70%)
        }

        .vpill {
            display: inline-block;
            padding: 4px 14px;
            border-radius: 4px;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            margin-bottom: 20px
        }

        .vpill-o {
            background: #FFC1A5;
            color: #FF5D00;
            border: none;
            width: 146px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 4px;
            margin-bottom: 0px;
            letter-spacing: 0;
            white-space: nowrap
        }

        .vsep {
            width: 80px;
            height: 5px;
            background: #FF5D00;
            margin: 24px 0
        }

        .vcol .btn-primary,
        .vcol .btn-teal {
            width: 319px;
            height: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            color: #FDFDFD !important;
            font-size: 26px;
            font-weight: 600
        }

        .vcol .btn-primary i,
        .vcol .btn-teal i {
            margin-right: 12px;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px
        }

        .vpill-t {
            background: #88D8C0;
            color: #04937B;
            border: none;
            width: 146px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 4px;
            margin-bottom: 0px;
            letter-spacing: 0;
            white-space: nowrap
        }

        .vsep-t {
            background: #03AB90
        }

        .vcol h2 {
            font-family: 'Inter', sans-serif;
            font-size: 2.5rem;
            font-weight: 900;
            text-transform: uppercase;
            line-height: .93;
            letter-spacing: -1px;
            margin-bottom: 8px
        }

        .vcol:first-child h2 {
            color: #fff
        }

        .vcol:last-child h2 {
            color: var(--teal)
        }

        .vcol p {
            font-size: .9rem;
            line-height: 1.75;
            color: rgba(255, 255, 255, .52);
            max-width: 380px;
            margin-bottom: 26px
        }

        .vlist {
            list-style: none;
            margin-bottom: 36px
        }

        .vlist li {
            font-size: .875rem;
            color: rgba(255, 255, 255, .68);
            padding: 9px 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            border-bottom: none
        }

        .vlist li:last-child {
            border-bottom: none
        }

        .vlist li span {
            font-weight: 700;
            flex-shrink: 0
        }

        .vcol:first-child .vlist li span {
            color: var(--orange)
        }

        .vcol:last-child .vlist li span {
            color: var(--teal)
        }

        .btn-teal {
            background: var(--teal);
            color: var(--navy);
            padding: 13px 28px;
            border-radius: 6px;
            font-weight: 700;
            font-size: .9rem;
            text-decoration: none;
            letter-spacing: .5px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: background .2s, transform .15s;
            box-shadow: 0 4px 18px rgba(0, 184, 148, .3)
        }

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

        /* ═══ HOW IT WORKS ═══ */
        .how {
            padding: 72px 180px;
            background: #F5F5F5
        }

        .how-header .sec-label {
            color: #05B396 !important;
            margin-bottom: 8px
        }

        .how-header .sec-title {
            color: #192842 !important;
            font-size: 40px !important;
            font-weight: 700 !important
        }

        .how-header p {
            font-size: 18px !important;
            color: #192842 !important;
            font-weight: 400 !important;
            margin-top: 8px
        }

        .how-cols {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0
        }

        .how-col {
            padding: 0 56px 0 0
        }

        .how-col:last-child {
            padding: 0 0 0 56px;
            border-left: 1px solid #d0d8e2
        }

        .how-col-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 36px;
            padding-bottom: 0px;
            border-bottom: none
        }

        .how-col-icon {
            width: 60px !important;
            height: 60px !important;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .how-col-icon i {
            font-size: 30px;
            color: #fff
        }

        .ico-o {
            background: #FF5D00 !important
        }

        .ico-t {
            background: #04937B !important
        }

        .how-col-icon svg {
            width: 22px;
            height: 22px;
            stroke-width: 1.6;
            fill: none
        }

        .ico-o svg {
            stroke: var(--orange)
        }

        .ico-t svg {
            stroke: var(--teal)
        }

        .how-col-lbl {
            font-family: 'Inter', sans-serif;
            font-size: 35px !important;
            font-weight: 700 !important;
            text-transform: uppercase;
            letter-spacing: .5px
        }

        .how-col:first-child .how-col-lbl {
            color: #FF5D00 !important
        }

        .how-col:last-child .how-col-lbl {
            color: #04937B !important
        }

        .step {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 30px
        }

        .step:last-child {
            margin-bottom: 0
        }

        .step-num {
            font-family: 'Inter', sans-serif;
            font-size: 80px !important;
            font-weight: 900;
            line-height: 1;
            color: #192843;
            flex-shrink: 0;
            width: 110px !important;
            text-align: right;
            margin-right: 20px
        }

        .step-title {
            font-size: 20px !important;
            font-weight: 700 !important;
            text-transform: uppercase;
            margin-bottom: 5px
        }

        .how-col:first-child .step-title {
            color: #FF5D00 !important
        }

        .how-col:last-child .step-title {
            color: #04937B !important
        }

        .step-txt {
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 1.7;
            color: #192842 !important
        }

        .how-cta {
            text-align: center;
            margin-top: 52px
        }

        .btn-orange-lg {
            background: #FF5D00 !important;
            color: #FDFDFD !important;
            width: 295px;
            height: 60px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 26px !important;
            text-decoration: none;
            letter-spacing: .5px;
            box-shadow: 0 4px 20px rgba(240, 90, 40, .35);
            transition: background .2s, transform .15s;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

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

        /* ═══ IDLE SECTION ═══ */
        .idle-section {
            display: grid;
            grid-template-columns: 1fr 1fr
        }

        .idle-left {
            background: #192842 !important;
            padding: 64px 72px 64px 180px;
            position: relative;
            overflow: hidden
        }

        .idle-left::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(ellipse 70% 60% at 0% 100%, rgba(240, 90, 40, .1) 0%, transparent 65%)
        }

        .idle-right {
            background: #04937B !important;
            padding: 64px 180px 64px 72px;
            position: relative;
            overflow: hidden
        }

        .idle-right::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(ellipse 70% 60% at 100% 0%, rgba(0, 0, 0, .1) 0%, transparent 65%)
        }

        .idle-pill {
            display: inline-block;
            margin-bottom: 18px;
            font-size: 20px !important;
            font-weight: 400 !important;
            text-transform: uppercase;
            color: #88D8C0 !important;
            background: none !important;
            border: none !important;
            padding: 0
        }

        .idle-left h2 {
            font-family: 'Inter', sans-serif;
            font-size: 40px !important;
            font-weight: 700 !important;
            text-transform: uppercase;
            line-height: 1.1;
            color: #fff;
            margin-bottom: 14px
        }

        .idle-left h2 span.cap-word {
            color: #04937B !important
        }

        .idle-left>p {
            font-size: 18px !important;
            line-height: 1.75;
            color: rgba(255, 255, 255, .55);
            max-width: 380px;
            margin-bottom: 32px
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 0;
            background: transparent;
            border-radius: 8px;
            overflow: hidden;
            width: 560px !important;
            height: 270px !important;
            position: relative
        }

        .stats-grid::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 12px;
            right: 12px;
            height: 0.5px;
            background: #FFFFFF;
            z-index: 10;
            pointer-events: none
        }

        .stats-grid::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 12px;
            bottom: 12px;
            width: 0.5px;
            background: #FFFFFF;
            z-index: 10;
            pointer-events: none
        }

        .stats-cell {
            background: #031726 !important;
            padding: 20px 22px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center
        }

        .stats-n {
            font-family: 'Inter', sans-serif;
            font-size: 45px !important;
            font-weight: 800;
            color: #fff
        }

        .stats-n span {
            color: #FF5D00 !important
        }

        .stats-l {
            font-size: 14px !important;
            font-weight: 400 !important;
            text-transform: uppercase;
            color: #FDFDFD !important;
            margin-top: 3px
        }

        .idle-right h2 {
            font-family: 'Inter', sans-serif;
            font-size: 40px !important;
            font-weight: 700 !important;
            text-transform: uppercase;
            line-height: .95;
            color: #031726 !important;
            margin-bottom: 24px
        }

        .idle-right>p {
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 1.75;
            color: #031726 !important;
            margin-bottom: 24px
        }

        .idle-steps {
            list-style: none;
            margin-bottom: 32px
        }

        .idle-steps li {
            display: flex;
            align-items: center !important;
            gap: 20px;
            padding: 12px 0;
            border-bottom: none !important;
            font-size: 18px !important;
            color: #031726 !important;
            line-height: 1.4
        }

        .idle-steps li:last-child {
            border-bottom: none
        }

        .idle-step-num {
            width: 51px !important;
            height: 50px !important;
            background: #05B396 !important;
            color: #192842 !important;
            border-radius: 4px !important;
            font-size: 25px !important;
            font-weight: 900 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 1px
        }

        .btn-dark {
            background: #031726 !important;
            color: #FDFDFD !important;
            width: 319px !important;
            height: 60px !important;
            border-radius: 6px;
            font-weight: 600;
            font-size: 26px !important;
            text-decoration: none;
            letter-spacing: .5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: background .2s
        }

        .btn-dark:hover {
            background: #0a1420
        }

        /* ═══ CATEGORIES ═══ */
        .categories {
            padding: 72px 180px;
            background: #F0EDE8
        }

        .categories .sec-label {
            font-size: 20px;
            font-weight: 400;
            color: #F46311;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 4px
        }

        .categories .sec-title {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #192843;
            text-transform: uppercase;
            letter-spacing: -.5px
        }

        .cat-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-top: 36px;
            justify-items: center
        }

        .cat-card {
            background: #F8FAFC;
            border: 1px solid #C0D6DF;
            border-radius: 10px;
            padding: 40px 22px 28px;
            text-align: center;
            width: 240px;
            height: 370px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            transition: transform .2s, box-shadow .2s;
            box-shadow: 0 4px 12px rgba(192, 214, 223, 0.2)
        }

        .cat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 28px rgba(13, 27, 42, .08);
            border-color: var(--orange)
        }

        .cat-icon {
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FDFDFD;
            border-radius: 50%;
            margin-bottom: 20px
        }

        .cat-icon img {
            width: 37px;
            height: 37px;
            object-fit: contain
        }

        .cat-name {
            font-family: 'Inter', sans-serif;
            font-size: 22px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            color: #192842;
            margin-bottom: 15px;
            min-height: 54px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .cat-desc {
            font-size: 15px;
            font-weight: 400;
            line-height: 1.65;
            color: #192842
        }

        /* ═══ NETWORK ═══ */
        .network {
            padding: 72px 180px;
            background: #F5F5F5;
            display: block
        }

        .net-header {
            margin-bottom: 40px;
            width: 100%
        }

        .net-body {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 60px;
            align-items: start
        }

        .net-btns {
            display: flex;
            gap: 30px;
            justify-content: center;
            margin-top: 60px;
            width: 100%
        }

        .network .sec-label {
            font-size: 20px;
            font-weight: 400;
            color: #04937B;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 4px
        }

        .net-header .sec-title {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            line-height: .95;
            color: #192843;
            margin-bottom: 14px;
            text-transform: uppercase
        }

        .net-header>p {
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            line-height: 1.75;
            color: #192843;
            margin-bottom: 32px;
            max-width: 100%
        }

        .region-list {
            list-style: none
        }

        .region-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 636px;
            margin-bottom: 32px
        }

        .region-item:last-child {
            margin-bottom: 0
        }

        .region-name {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #192843;
            text-transform: uppercase
        }

        .region-countries {
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            color: #192843;
            margin-top: 2px
        }

        .region-pct {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #04937B
        }

        .net-map {
            width: 630px;
            height: 333px;
            object-fit: contain
        }

        .btn-outline-o {
            border: 2.5px solid #FF5D00;
            color: #FF5D00;
            background: transparent;
            width: 426px;
            height: 65px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 26px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s, color .2s;
            text-align: center
        }

        .btn-outline-o:hover {
            background: #FF5D00;
            color: #fff
        }

        .btn-outline-t {
            border: 2.5px solid #03AB90;
            color: #03AB90;
            background: transparent;
            width: 394px;
            height: 65px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 26px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .2s, color .2s;
            text-align: center
        }

        .btn-outline-t:hover {
            background: #03AB90;
            color: #fff
        }

        /* ═══ TRUST SECTION ═══ */
        .trust-section {
            background: #04937B;
            padding: 72px 180px;
            position: relative;
            overflow: hidden
        }

        .trust-header {
            position: relative;
            z-index: 1;
            margin-bottom: 48px;
            max-width: 600px
        }

        .trust-section .sec-label {
            font-size: 20px;
            font-weight: 400;
            color: #FDFDFD;
            text-transform: uppercase;
            letter-spacing: 2px
        }

        .trust-title {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: .95;
            color: #FDFDFD;
            margin: 6px 0 14px
        }

        .trust-sub {
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            line-height: 1.7;
            color: #FDFDFD
        }

        .trust-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            position: relative;
            z-index: 1
        }

        .trust-card {
            background: #FDFDFD;
            border-radius: 12px;
            padding: 32px 24px;
            border: none;
            width: 268px;
            height: 390px;
            transition: transform .2s, box-shadow .2s;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center
        }

        .trust-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 36px rgba(0, 0, 0, .2)
        }

        .trust-icon {
            width: 110px;
            height: 110px;
            background: #F5F5F5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            flex-shrink: 0
        }

        .trust-icon svg {
            width: 48px;
            height: 48px;
            stroke: #03AB90;
            stroke-width: 2
        }

        .trust-card-title {
            font-family: 'Inter', sans-serif;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .5px;
            color: #243554;
            margin-bottom: 12px
        }

        .trust-card-desc {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #243554
        }

        /* ═══ CONTACT SECTION ═══ */
        .contact-section {
            background: #F8FAFC;
            padding: 80px 180px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: flex-start
        }

        .contact-section .sec-label {
            font-size: 20px;
            font-weight: 400;
            color: #04937B;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 8px
        }

        .contact-title {
            font-family: 'Inter', sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #192843;
            text-transform: uppercase;
            margin-bottom: 30px
        }

        .contact-sub {
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            line-height: 1.6;
            color: #192842;
            margin-bottom: 32px;
            max-width: 440px
        }

        .contact-benefits {
            list-style: none
        }

        .contact-benefits li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            color: #192842;
            margin-bottom: 18px
        }

        .contact-benefits li svg {
            width: 20px;
            height: 20px;
            stroke: #03AB90;
            flex-shrink: 0
        }

        .contact-form-card {
            background: #FDFDFD;
            border: none;
            border-radius: 10px;
            padding: 52.5px 25px;
            width: 464px;
            height: 380px;
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between
        }

        .cf-input {
            border: 1px solid #8D96A3;
            border-radius: 4px;
            padding: 0 14px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            color: #192842;
            background: #F8FAFC;
            outline: none;
            width: 414px;
            height: 35px;
            box-sizing: border-box
        }

        .cf-input:focus {
            border-color: #04937B
        }

        .cf-row {
            display: grid;
            grid-template-columns: 202px 202px;
            gap: 10px;
            width: 414px
        }

        .cf-row .cf-input {
            width: 202px
        }

        .cf-toggle {
            display: grid;
            grid-template-columns: 202px 202px;
            gap: 10px;
            width: 414px
        }

        .cf-toggle-btn {
            width: 202px;
            height: 35px;
            border-radius: 4px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all .2s;
            box-sizing: border-box;
            background: transparent;
            color: #04937B;
            border: 1px solid #04937B
        }

        .cf-toggle-btn.active {
            background: #04937B !important;
            color: #FDFDFD !important;
            border: none !important
        }

        .cf-submit {
            background: #FF5D00;
            color: #FDFDFD;
            border: none;
            width: 414px;
            height: 35px;
            border-radius: 4px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: background .2s;
            margin-top: 5px
        }

        .cf-submit:disabled {
            background: #ccc;
            cursor: not-allowed;
            box-shadow: none
        }

        .cf-submit:hover:not(:disabled) {
            background: #e65400
        }

        /* ═══ LOADER ═══ */
        #carga_loadi_aja {
            position: fixed;
            inset: 0;
            background: rgba(255, 255, 255, 0.85);
            z-index: 10000;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

        .loader-spinner {
            width: 50px;
            height: 50px;
            border: 5px solid #F3F3F3;
            border-top: 5px solid #FF5D00;
            border-radius: 50%;
            animation: spin 1s linear infinite
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        /* ═══ SUCCESS MODAL ═══ */
        #successModal {
            position: fixed;
            inset: 0;
            background: rgba(17, 43, 78, 0.6);
            backdrop-filter: blur(4px);
            z-index: 11000;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px
        }

        .modal-content {
            background: #FDFDFD;
            width: 100%;
            max-width: 440px;
            padding: 48px 32px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            position: relative
        }

        .modal-icon {
            width: 80px;
            height: 80px;
            background: #04937B;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 40px
        }

        .modal-title {
            font-size: 28px;
            font-weight: 700;
            color: #192842;
            margin-bottom: 12px
        }

        .modal-text {
            font-size: 16px;
            color: #243554;
            line-height: 1.6;
            margin-bottom: 32px
        }

        .modal-btn {
            background: #04937B;
            color: #FDFDFD;
            border: none;
            padding: 12px 32px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: background .2s
        }

        .modal-btn:hover {
            background: #03806a
        }

        /* ═══ FOOTER ═══ */
        .footer {
            background: var(--navy);
            color: rgba(255, 255, 255, .7);
            padding: 56px 180px 0
        }

        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 48px;
            padding-bottom: 48px;
            border-bottom: 1px solid rgba(255, 255, 255, .08)
        }

        .footer-logo-text {
            font-family: 'Inter', sans-serif;
            font-weight: 800;
            font-size: 1.3rem;
            color: #fff;
            margin-bottom: 14px
        }

        .footer-logo-text span {
            color: var(--orange)
        }

        .footer-tagline {
            font-size: .85rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, .4);
            max-width: 280px;
            margin-bottom: 20px
        }

        .footer-social {
            display: flex;
            gap: 10px
        }

        .soc-btn {
            width: 34px;
            height: 34px;
            border-radius: 6px;
            background: rgba(255, 255, 255, .07);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, .1);
            transition: background .2s;
            text-decoration: none
        }

        .soc-btn:hover {
            background: var(--orange)
        }

        .soc-btn svg {
            width: 16px;
            height: 16px;
            fill: rgba(255, 255, 255, .55);
            stroke: none
        }

        .soc-btn:hover svg {
            fill: #fff
        }

        .footer-col-title {
            font-family: 'Inter', sans-serif;
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .3);
            margin-bottom: 16px
        }

        .footer-col ul {
            list-style: none
        }

        .footer-col ul li {
            margin-bottom: 10px
        }

        .footer-col ul li a {
            font-size: .85rem;
            color: rgba(255, 255, 255, .52);
            text-decoration: none;
            transition: color .2s
        }

        .footer-col ul li a:hover {
            color: #fff
        }

        .footer-bottom {
            padding: 20px 0;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .footer-copy {
            font-size: .78rem;
            color: rgba(255, 255, 255, .28)
        }

        .footer-legal {
            display: flex;
            gap: 22px
        }

        .footer-legal a {
            font-size: .78rem;
            color: rgba(255, 255, 255, .28);
            text-decoration: none
        }

        .footer-legal a:hover {
            color: rgba(255, 255, 255, .6)
        }

        /* ═══ ANIMATIONS ═══ */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(22px)
            }

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

        .hero-tag {
            animation: fadeUp .5s ease both .1s
        }

        .hero h1 {
            animation: fadeUp .5s ease both .2s
        }

        .hero-sub {
            animation: fadeUp .5s ease both .3s
        }

        .hero-stats {
            animation: fadeUp .5s ease both .4s
        }

        .hero-ctas {
            animation: fadeUp .5s ease both .5s
        }

        /* ═══════════════════════════════════════════
   RESPONSIVE — TABLET LANDSCAPE (≤1100px)
═══════════════════════════════════════════ */
        @media(max-width:1100px) {
            .hero {
                grid-template-columns: 1fr
            }

            .hero-visual {
                display: none
            }

            .hero-content {
                padding: 60px 40px
            }

            .auction-grid {
                display: flex;
                overflow-x: auto;
                justify-content: flex-start;
                padding-bottom: 20px;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 15px;
                margin: 0 -20px;
                padding-left: 20px;
                padding-right: 20px
            }

            .acard {
                flex: 0 0 300px;
                scroll-snap-align: start
            }

            .auction-grid::-webkit-scrollbar {
                display: none
            }

            .value-section,
            .idle-section {
                grid-template-columns: 1fr
            }

            .vcol:first-child {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, .07)
            }

            .how-cols {
                grid-template-columns: 1fr
            }

            .how-col {
                padding: 0
            }

            .how-col:last-child {
                border-left: none;
                border-top: 1px solid #d0d8e2;
                padding-top: 40px
            }

            .cat-grid {
                grid-template-columns: repeat(4, 1fr);
                gap: 10px
            }

            .cat-card {
                width: 100%;
                padding: 20px 10px;
                height: auto;
                min-height: 280px
            }

            .cat-icon {
                width: 60px;
                height: 60px
            }

            .cat-name {
                font-size: 14px;
                min-height: 40px
            }

            .cat-desc {
                font-size: 11px
            }

            .network {
                grid-template-columns: 1fr
            }

            .footer-top {
                grid-template-columns: 1fr 1fr
            }

            .featured,
            .how,
            .categories,
            .network,
            .footer {
                padding-left: 40px;
                padding-right: 40px
            }

            .cat-bar {
                padding: 0 40px
            }

            .vcol,
            .idle-left,
            .idle-right {
                padding: 52px 48px
            }

            .trust-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .contact-section {
                grid-template-columns: 1fr;
                gap: 48px;
                padding: 60px 40px
            }

            .trust-section {
                padding: 60px 40px
            }
        }

        /* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE (≤768px)
═══════════════════════════════════════════ */
        @media(max-width:768px) {

            /* Header Mobile Menu */
            .menu-toggle {
                display: block
            }

            header.syc-header {
                position: relative;
                padding: 10px 20px;
                gap: 10px;
                justify-content: space-between;
                align-items: center;
            }

            .syc-header .hdr-logo img {
                max-width: 160px;
                height: 34px
            }

            header.syc-header nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: #192842;
                flex-direction: column;
                padding: 20px;
                gap: 15px;
                z-index: 1000;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            }

            header.syc-header nav.active {
                display: flex
            }

            header.syc-header nav a {
                text-align: left;
                width: 100%
            }

            header.syc-header nav a.btn-access {
                text-align: center;
                justify-content: center;
                display: flex;
                align-items: center;
                height: 48px
            }

            /* Padding base — elimina los 180px laterales */
            .featured,
            .how,
            .categories,
            .network,
            .trust-section,
            .contact-section {
                padding-left: 20px;
                padding-right: 20px
            }

            .footer {
                padding: 48px 20px 0
            }

            .cat-bar {
                padding: 0 20px;
                justify-content: flex-start;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                gap: 10px;
            }

            .cat-bar::-webkit-scrollbar {
                display: none
            }

            .cat-bar a {
                flex-shrink: 0;
                padding: 12px 15px;
                font-size: 0.75rem
            }

            /* Hero */
            .hero {
                grid-template-columns: 1fr;
                min-height: auto;
                padding-top: 0;

            }

            .hero-content {
                padding: 48px 20px;
                align-items: flex-start
            }

            .hero-visual {
                display: none
            }

            .hero h1 {
                font-size: 2.2rem;
                letter-spacing: -0.5px
            }

            .hero-sub {
                font-size: .9rem;
                max-width: 100%
            }

            .hero-stats {
                gap: 20px;
                flex-wrap: wrap
            }

            .hero-ctas {
                flex-direction: column;
                width: 100%
            }

            .hero-ctas a {
                width: 100%;
                text-align: center
            }

            /* Títulos generales */
            .sec-header {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                gap: 15px;
                margin-bottom: 24px;
            }

            .sec-label {
                font-size: 13px !important;
                margin-bottom: 2px !important
            }

            .sec-title {
                font-size: 1.5rem !important;
                line-height: 1.1 !important;
                margin-bottom: 0 !important
            }

            .view-all {
                font-size: 11px !important;
                white-space: nowrap;
                padding-bottom: 4px
            }

            /* Value section */
            .value-section {
                grid-template-columns: 1fr
            }

            .vcol {
                padding: 48px 20px !important
            }

            .vcol:first-child {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, .07)
            }

            .vcol h2 {
                font-size: 1.8rem
            }

            .vcol .btn-primary,
            .vcol .btn-teal {
                width: 100%;
                font-size: 18px;
                height: 52px
            }

            /* How it works */
            .how-cols {
                grid-template-columns: 1fr
            }

            .how-col {
                padding: 0 !important;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .how-col:last-child {
                border-left: none;
                border-top: 1px solid #d0d8e2;
                padding: 40px 0 0 0 !important;
            }

            .how-col-lbl {
                font-size: 22px !important;
                text-align: left;
            }

            .how-col-head {
                justify-content: flex-start;
                width: 100%;
            }

            .step {
                flex-direction: row;
                text-align: left;
                width: 100%;
                align-items: flex-start;
            }

            .step-num {
                font-size: 48px !important;
                width: 60px !important;
                margin-right: 20px !important;
                margin-left: 0 !important;
                flex-shrink: 0;
            }

            .step-txt {
                font-size: 15px !important;
                text-align: left;
            }

            .btn-orange-lg {
                width: 100%;
                font-size: 18px !important;
                height: 52px;
                justify-content: center;
            }

            /* Idle / Sellers */
            .idle-section {
                grid-template-columns: 1fr
            }

            .idle-left,
            .idle-right {
                padding: 48px 20px !important;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .idle-left h2,
            .idle-right h2 {
                font-size: 28px !important;
                text-align: left;
            }

            .idle-left>p,
            .idle-right>p {
                font-size: 16px !important;
                max-width: 100%;
                text-align: left;
            }

            .stats-grid {
                width: 100% !important;
                height: auto !important;
                grid-template-columns: 1fr 1fr;
            }

            .stats-n {
                font-size: 30px !important
            }

            .stats-l {
                font-size: 12px !important
            }

            .btn-dark {
                width: 100% !important;
                font-size: 18px !important;
                height: 52px !important;
                justify-content: center;
            }

            .idle-steps li {
                font-size: 15px !important;
                justify-content: flex-start;
                text-align: left;
                width: 100%;
            }

            .idle-step-num {
                margin-right: 20px !important;
                margin-left: 0 !important;
                order: 0;
                flex-shrink: 0;
            }

            /* Categories */
            .categories {
                padding-left: 20px;
                padding-right: 20px
            }

            .cat-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
                margin-top: 24px
            }

            .cat-card {
                width: 100%;
                height: auto;
                min-height: 240px;
                padding: 24px 14px 20px
            }

            .cat-icon {
                width: 64px;
                height: 64px;
                margin-bottom: 14px
            }

            .cat-icon img {
                width: 32px;
                height: 32px;
            }

            .cat-name {
                font-size: 13px;
                min-height: 36px;
                margin-bottom: 10px
            }

            .cat-desc {
                font-size: 12px
            }

            /* Network */
            .net-body {
                grid-template-columns: 1fr;
                gap: 24px
            }

            .net-right {
                display: block;
                width: 100%;
                margin-top: 20px
            }

            .net-map {
                width: 100%;
                height: auto
            }

            .region-item {
                width: 100%
            }

            .region-name {
                font-size: 22px
            }

            .region-pct {
                font-size: 22px
            }

            .region-countries {
                font-size: 14px
            }

            .net-header .sec-title {
                font-size: 2rem !important
            }

            .net-btns {
                flex-direction: column;
                align-items: center;
                gap: 14px;
                margin-top: 36px
            }

            .btn-outline-o,
            .btn-outline-t {
                width: 100%;
                font-size: 16px;
                height: 52px
            }

            /* Trust */
            .trust-section {
                padding: 48px 20px
            }

            .trust-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
                margin-top: 24px
            }

            .trust-card {
                width: 100%;
                height: auto;
                min-height: 240px;
                padding: 24px 14px 20px;
                text-align: center;
                align-items: center
            }

            .trust-icon {
                width: 64px;
                height: 64px;
                margin-bottom: 14px
            }

            .trust-icon svg {
                width: 32px;
                height: 32px
            }

            .trust-card-title {
                font-size: 13px;
                min-height: 36px;
                margin-bottom: 10px;
                text-align: center;
            }

            .trust-card-desc {
                font-size: 12px;
                line-height: 1.5;
                text-align: center;
            }

            .trust-title {
                font-size: 28px;
                text-align: left;
            }

            .trust-sub {
                font-size: 16px;
                text-align: left;
            }

            /* Contact form */
            .contact-section {
                grid-template-columns: 1fr;
                gap: 32px;
                padding: 48px 20px
            }

            .contact-title {
                font-size: 28px
            }

            .contact-sub {
                font-size: 16px;
                max-width: 100%
            }

            .contact-benefits li {
                font-size: 15px
            }

            .contact-form-card {
                width: 100%;
                height: auto;
                padding: 32px 20px
            }

            .cf-input {
                width: 100%
            }

            .cf-row {
                grid-template-columns: 1fr;
                width: 100%;
                gap: 14px
            }

            .cf-row .cf-input {
                width: 100%
            }

            .cf-toggle {
                grid-template-columns: 1fr 1fr;
                width: 100%
            }

            .cf-toggle-btn {
                width: 100%
            }

            .cf-submit {
                width: 100%
            }

            /* Footer */
            .footer-top {
                grid-template-columns: 1fr;
                gap: 28px
            }

            .footer-bottom {
                flex-direction: column;
                gap: 10px;
                text-align: center
            }
        }