
.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}
.mb-240 {
    margin-bottom: 240px;
}

/* Sticky column styling */
.sticky-column {
    position: sticky;
    top: 100px;
    /* Ajusta según sea necesario para tu diseño */
    align-self: flex-start;
    height: fit-content;
}

.scroll-content {
    min-height: 150vh;
    padding-bottom: 100px;
}

.scroll-section {
    position: relative;
    padding-top: 0px !important;
    min-height: 100vh;
}

.image-container {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    opacity: 1;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: transform 0.5s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.pin-spacer {
    height: 200vh;
}

.pin-container {
    position: relative;
    min-height: 100vh;
}

.cta-box {
    text-align: center;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(30px);
}

.cta-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.cta-label {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.cta-icon {
    position: relative;
    width: 27px;
    height: 36px;
    margin-top: 10px;
    transition: all 0.6s ease;
}

.cta-box:hover .cta-icon {
    width: 40px;
    height: 52px;
}

.icon-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.icon-arrow {
    position: relative;
    z-index: 1;
}

.subheadline {
    font-size: 1.2rem;
    line-height: 2rem;
    overflow: hidden;
}

/* Custom spacing classes */
.mt-6 {
    margin-top: 4rem;
}

.mt-7 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 6rem;
}

/* Create a spacer for scroll animations */
.scroll-spacer {
    height: 100vh;
}

@media (max-width: 992px) {
    .image-container {
        margin-bottom: 2rem;
    }

    .pin-spacer {
        height: auto;
    }
}

#image-2 {
    width: 300px !important;
    transform: translate(0px, -15vw);
    opacity: 0;
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
}

#image-2.showit {
    width: 300px !important;
    transform: translate(0px, -17vw);
    opacity: 1;
}

#image-3 {
    transform: translate(0px, -15vw);
    opacity: 0;
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
}

#image-3.showit {
    transform: translate(0px, -17vw);
    opacity: 1;
}

#main-image {
    transform-origin: top left;
    transform: scale(.7)
}
.content--logo--f img{
    width: 100%;
}
.content--logo--f {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 72px auto;
    width: 100%;
    text-align: center;
    padding: 0 65px;
}

.content--logo--b img{
    width: 100%;
}
.content--logo--b {
    position: relative;
    bottom: 65px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 65px;
}
.revealLogo ul.f-menu a::before {
    background: black;
}
.revealLogo ul.f-menu  a:hover,
.revealLogo ul.f-menu  a{
    color: black;
}
.revealLogo {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background-position: 50% 50%;
    clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#image-1 {
    transform-origin: top right;
    transform: scale(1);
    height: 42.5vw
}
.height-150 {
    height: 150vh;
}
.color-3{
    z-index: 9;
}
.videopinInfo {
    transform-origin: left !important
}
.height-110 {
    height: 110vh;
}
 
footer .fg{
    height: 0px;
    margin-top: 45vh;
    padding: 0 65px;
    justify-content: space-between;
}
footer>div{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;

}
footer {
    height: 170vh;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

section.last-child {
    background: transparent !important;
    pointer-events: none
}

section {
    background: white; 
}

footer ul.f-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0 20px
}

ul.f-menu a {
    color: white
}
ul.f-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.f-menu li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

ul.f-menu a {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    transition: all 0.3s ease;
}

ul.f-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

ul.f-menu a:hover::before {
    width: 100%;
}

ul.f-menu a:hover {
    color: rgba(255, 255, 255, 0.95);}
 

.logo--to-footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lineParent {
    overflow: hidden;
    position: relative
}

/* Base styles for the horizontal rule */
hr.loadOnShow {
    width: 0;
    border: none;
    height: 2px;
    background-color: #000;
    margin: 20px 0;
    opacity: 0;
    transition: width 1s ease, opacity 1s ease;
}

/* Animation class that gets added when element is in viewport */
hr.loadOnShow.visible {
    width: 100%;
    opacity: 1;
}

hr {
    border-color: black;
    width: 0%
}

/* .wow {
    visibility: hidden;
} */

header.point--header {
    position: fixed;
    top: 70px;
    padding: 0 40px;
    background: transparent;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

header.point--header.sticky {
    top: 0px;
    padding: 0 0px;
    background: var(--purple);
    border-bottom: 1px solid #2f2f43 !important;
}

.hero--section {
    padding: 0
}

.hero--section>.parent-container.center{
    align-items: center !important;
}
.hero--section>.parent-container {
    height: calc(100vh - 100px);
    width: calc(100vw - 100px);
    background: transparent;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.hero--title {
    color: white;
    display: flex
}

.hero--title span.outline--stroke {
    display: flex;
    flex-direction: column;
}

.hero--title span.outline--stroke span {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}
 
.video-sectionHero,
.video-section {
    position: relative;
    width: 100%;
    height: 750px;
    background-color: #b22222;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.cursor-follower {
    position: absolute;
    width: 260px;       
    height: 260px;
    background-color: white;
    border-radius: 50%;
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
    text-align: center;
    transition: 0s ease;
}

.cursor-inner {
    position: relative;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.cursor-outer {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}
.bg-dark{
    background: #191919 !important
}
.text-gradient div {
    background-image: linear-gradient(135deg, #c7bfb4, #a9a095);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.serif {
    font-family: "DM Serif Display", serif !important;
    font-style: italic !important;
}
.panel-body{
    max-width: 76%;
}
.tobtn a +a{
    margin-left: 20px;
}
.get-sticky{overflow: initial !important;}
.sticky-div {
    position: sticky;
    top: 100px;
    z-index: 10;
}
.fz-18{font-size: 18px;}
.fz-20{font-size: 20px;}
.fz-24{font-size: 24px;}
.fz-22{font-size: 22px;line-height: 1.4;}
.fz-60{font-size: 60px !important;}
.fz-45{font-size: 45px !important;}
h1.fz-85{font-size: 85px !important;}
.big-title-hero {
    font-weight: 400;
    font-size: 95px !important;
    line-height: 1
}
.big-title {
    font-weight: 400;
    font-size: 90px;
    line-height: 1.2
}

ul.y-carrousel {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.y-carrousel li img {
    width: 100%
}

.height-200 {
    height: 200vh
}

ul.carrousel--icons {
    display: flex;
    gap: 0 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(7 * 25%);
    transform: translate(6.5%, 0px);
}

ul.carrousel--icons li *{
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
ul.carrousel--icons li:hover *{
    color: black !important;
}
ul.carrousel--icons li:hover{
    background: #fff;
}
ul.carrousel--icons li {
    border: 1px solid #fff;
    width: 25%;
    padding: 40px;
    border-radius: 5px !important;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

ul.carrousel--icons li img {
    margin: 154px 0px 40px;
    height: 150px;
}

ul.carrousel--icons li p.lead {
    font-size: 28px
}

ul.carrousel--icons li p:not(.lead){
    font-size: 21px;
    line-height: 1.4;
}
ul.carrousel--icons li p {
    margin: 0;
    color: white
}

.height-350 {
    height: 350vh
}
.height-400 {
    height: 400vh
}
.height-800 {
    height: 800vh
}

.panel-heading a div {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.7s;

}

.panel-heading a {
    background: transparent;
    transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: block;
    padding: 16px 0px;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[aria-expanded="true"] div,
.panel-heading a:hover div {
    color: white !important;
}

[aria-expanded="true"],
.panel-heading a:hover {
    padding: 16px 0px !important;
}

.panel-heading .float-right {
    font-weight: 900;
    font-size: 14px
}
.icon--ac rect{
    fill: black;
}
[aria-expanded="true"] svg rect,
[aria-expanded="true"] svg path,
.panel-heading a:hover svg rect,
.panel-heading a:hover svg path{
    fill:white
}
.panel-title svg,
.panel-title img {
    width: 65px;
    margin-right: 20px
}
.icon--ac {
    display: inline-block;
}
.top-Off {
    padding-top: 220px;
}

.bigFont {
    font-size: 140px;
    line-height: 1
}

video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1;
    background-size: cover;
}

.videoContainer {
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 500px;
    background: red;
    right: 0;
    border-radius: 100%;
    float: right;
}

.translate-y-4 {
    transform: translateY(8rem);
}

.experiencesUl {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;

}

.experiencesUl li .infoUL h3 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.experiencesUl li .infoUL p {
    width: 60%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.experiencesUl li:last-child:before {
    opacity: 0;
}

.experiencesUl svg {
    width: 300px !important;
    bottom: -34px;
    position: relative;
    float: right;
    right: -35px;
}

.experiencesUl.loaded li:after{
    width: 100%;
}
.experiencesUl li:after {
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    top: 0;
    height: 1px;
    background: black;
        transition-duration: 2s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lineBottom {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: black;
}

.experiencesUl.loaded li:before {
    height: 100%;
}
.experiencesUl li:before {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    height: 0%;
    background: black;
        transition-duration: 2s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.experiencesUl li {
    width: 33.3%;
    position: relative;
    padding: 40px;
}

.hoverBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hoverBox li.c-2 {
    width: 50%;
}

.hoverBox li img {
    height: 220px;
    width: 170px;
    margin-bottom: 40px;
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hoverBox li h3{
    font-family: "Georgia";
    font-style: italic;
    line-height: 1.2;
}
.hoverBox li * {
    width: 300px;
    line-height: 1.45;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fz-20{
    font-size: 20px !important;
}
.carrounse-rotating img {
    height: 175px;
}
/* .pin-spacer { 
    z-index: 99999 !important; 
} */
.carousel-item {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
    margin-right: 0%;
    width: auto;
}
.carousel-item.gap-0 {
    gap: 25px;
    font-size: 10em;
    line-height: 1;
}

.carousel-item.gap-0.edited {
    gap: 25px;
    font-size: 7em;
    line-height: 1;
}
.carrounse-rotating-invert {
    opacity: 1 !important;
    display: flex;
    align-items: center;
    display: flex;
    width: 300%;
    /* 3 copias = 300% */
    will-change: transform;
    transform: translateX(-242%);
    margin-bottom: 300px
}

.carrounse-rotating {
    display: flex;
    align-items: center;
    display: flex;
    width: 300%;
    /* 3 copias = 300% */
    will-change: transform;
    transform: translateY(-100%);
    opacity: 0;
}

.hoverBox li:nth-child(4),
    .hoverBox li:nth-child(1){
    border-left: 1px solid black;
} 
.hoverBox li:nth-child(3),
.hoverBox li:nth-child(1),
.hoverBox li:nth-child(2) {
    border-top: 1px solid black;
}

.hoverBox li:hover * {
    color: white
}

.hoverBox li:hover img {
    opacity: 1;
}

.hoverBox li:hover {
    background: var(--purple);
}

.hoverBox li {
    background: transparent;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 25%;
    display: flex;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 40px;
    margin: 0;
    flex-direction: column;
}

.y-carrousel li {
    position: relative;
}
.height-50{height: 50vh;}
.y-carrousel aside {
    color: white;
    font-size: 3.8rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    flex-direction: column;
}

.y-carrousel video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover;
    width: 110%
}

.video-1 {
    position: relative;
    height: 40vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-2 {
    position: relative;
    height: 70vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-3 {
    position: relative;
    height: 55vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.hover--image {
    position: relative;
    display: block;
}

.hover--image:hover .hover {
    opacity: 1;
}

.hover--image:hover span {
    transform: translate(-50%, -50%) scale(1.2)
}

.hover--image span {
    position: absolute;
    top: 20%;
    left: 24%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 500;
    color: #342525;
    border: 2px solid #342525;
    z-index: 99;
    background: transparent;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1;
}

.hover--image .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.green {
    color: #D4FF00;
}

:root {
    --nv-marquee-duration: 6.64s;
    --nv-marquee-animation-state: running;
}

.marquee-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.marquee-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    /* Asegura que tome el ancho de su contenido */
    animation: nv_scrollX var(--nv-marquee-duration) linear infinite;
    animation-play-state: var(--nv-marquee-animation-state);
    bottom: 0;
}

.marquee li {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    flex-shrink: 0;
}

ul.y-carrousel li.marquee-container .marquee img {
    width: 90px;
    height: 90px !important;
    display: block;
    max-height: 100%;
}

@keyframes nv_scrollX {
    0% {
        transform: translateX(0);
    }

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

/* Opcional: pausar en hover */
.marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}
.nv_marquee_text {
    display: flex;
    align-items: center;
    gap: 0 15px
}

.nv_marquee_text .bar {
    width: 80px;
    height: 2px;
    background-color: #000;
}

@keyframes marquee_left {
    0% {
        transform: translateX(0);
    }

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

@keyframes marquee_right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.nv_container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nv_marquee_top {
    padding: 15px 0;
    border-bottom: 1px solid #2d1708;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.nv_marquee_bottom {
    padding: 15px 0;
    border-top: 1px solid #2d1708;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.nv_center_content {
    text-align: center;
    padding: 10px 0;
}

.nv_center_content h2 {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.nv_marquee_top,
.nv_marquee_bottom,
.nv_center_content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nv_marquee_text_container {
    display: flex;
    width: max-content;
}

.nv_marquee_text img {
    width: 100px !important
}

.nv_marquee_text {
    white-space: nowrap;
    padding-right: 50px;
    line-height: 1 !important;
    margin-block: 0px !important;
    font-weight: 500 !important
}

.nv_marquee_left .nv_marquee_text_container {
    animation: marquee_left 20s linear infinite;
}

.nv_marquee_right .nv_marquee_text_container {
    animation: marquee_right 120s linear infinite;
}

.video-3b {
    position: relative;
    height: 46vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-3c {
    position: relative;
    height: 30vh;
    width: 100%;
    background: red;
    overflow: hidden;
}.y-carrousel aside.a2 {
    color: white;
    font-size: 3rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1.2;
    flex-direction: column;
    text-align: left;
    padding: 40px;
}
.height-300{height: 300vh;}
.height-319{height: 319vh;}







.plansContainer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.planBox {
    flex: 1;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
}

.planBox.leaf {
    background-color: #101019;
    color: white;
}

.planDetails {
    flex: 1;
    background-color: #e8e8e8;
    border-radius: 12px;
    padding: 40px;
}

.planTag {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.planTitle {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.1;
}

.planDescription {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.planNote {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 40px;
}

.planCta {
    margin-top: 30px;
}
.container-fluid.c-nav{
    padding: 0 65px !important;
}
.btn-primary {
    background-color: #e8e8e8;
    color: #000;
    padding: 16px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;border-color: #fff;

}

.detailsTitle {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.detailsTitle em {
    font-style: italic;
}

.serif {
    font-family: "Georgia", serif;
}

.detailsIntro {
    font-size: 18px;
    margin-bottom: 5px;
}

.detailsNote {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 30px;
}

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

.featuresList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.featuresList li:last-child {
    border-bottom: none;
}

.featureText {
    font-size: 16px;
    opacity: 0.8;
    padding-right: 20px;
}

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

.featureIcon svg {
    width: 20px;
    height: 20px;
}

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

    .planBox,
    .planDetails {
        min-height: auto;
    }
}


/* Base Container */
.serviceCardsContainer {
    display: flex;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    gap: 16px;
    padding: 30px 0px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    margin: 0;
}
.serviceCardContent{
    pointer-events: none !important;
    cursor: default !important;
}
.serviceCardsContainer::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* Service Card Base */
.inHome{transform: translateX(100%);}
.inService .serviceCard{
    transition: all 0.5s ease;
}
 
.serviceCard img{
    transition: all 0.5s ease;
}
    .serviceCard {
    flex: 0 0 auto;
    max-width: 500px;
    height: 800px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
    color: #fff;

    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
}

/* Hover Effects */
.inService .serviceCard:hover {
    transform: translateY(-10px);
}

.serviceCard:hover .serviceCardImage img {
    transform: scale(1.05);
}

.serviceCard:hover .serviceCardTags {
    opacity: 1;
}

/* Image Container */
.serviceCardImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serviceCardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

/* Content Layer */
.serviceCardContent {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff !important;
}

/* Title Styling */
.serviceCardTitle {
    width: 100%;
    padding: 40px 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.serviceCardTitle h4 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.serviceCardTitle h4 em {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: normal;
}

/* Tags Container */
.serviceCardTags {
    margin-top: auto;
    width: 100%;
    padding: 20px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Individual Tag */
.serviceTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Autoscroll Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-350px * 7));
        /* Adjust based on number of cards */
    }
}

.serviceCardsContainer.autoscroll {
    animation: scroll 120s linear infinite;
    animation-play-state: running;
}

.serviceCardsContainer.autoscroll:hover {
    animation-play-state: paused;
}

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

.serviceCardImage img:first-child {
    opacity: 1;
    position: relative;
}

.serviceCard:hover video {
    opacity: 1;
}

.serviceCardImage video {
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


 







.contact-card-wrapper {
    position: sticky;
    top: 80px;
    left: 0;
    width: 33.33%;
    padding: 40px;
    z-index: 10;
    height: fit-content;
}

.btn--unstyled span {
    color: white !important
}

.contact-card {
    background-color: #101019;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}

.contact-card p {
    margin: 0;
    font-weight: 300;
    font-size: 2em
}
.contact-card-wrapper *{
    color: white !important;
}
.contact-card p.p-small {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.contact-card svg {
    position: absolute;
    top: 30px;
    right: 30px;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
}

.contact-card-link:hover svg {
    transform: rotate(90deg);
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.btn-link {
    text-decoration: none;
    color: inherit;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.checkbox--orange {
    --color: #FF6B35;
}

.checkbox--violett {
    --color: #9747FF;
}

.checkbox--mint {
    --color: #00C48C;
}

.checkbox--pink {
    --color: #FF3366;
}

.checkbox--black {
    --color: #000000;
}

.checkbox svg {
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.base-input {
    position: relative;
    width: 100%;
}

.base-input input,
.base-input textarea {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 16px;
    outline: none;
}

.line-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
}

.line-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

 

.btn--primary {
    background-color: var(--color);
    color: white;
}

.btn--primary.btn--pink {
    background-color: #FF3366;
}

.btn-text {
    display: flex;
    align-items: center;
}

.btn-text svg {
    margin-left: 10px;
}

.mt-m {
    margin-top: 15px;
}

.mt-l {
    margin-top: 20px;
}

.mt-xl {
    margin-top: 30px;
}

.mt-2xl {
    margin-top: 40px;
}

.mb-m {
    margin-bottom: 15px;
}

.mb-xl {
    margin-bottom: 30px;
}

.opacity-30 {
    opacity: 0.3;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-s {
    gap: 10px;
}

/* Estilos para los checkboxes */
.checkbox {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.checkbox--orange {
    --color: #FF6B35;
}

.checkbox--violett {
    --color: #9747FF;
}

.checkbox--mint {
    --color: #00C48C;
}

.checkbox--pink {
    --color: #FF3366;
}

.checkbox--black {
    --color: #000000;
}

.checkbox svg {
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.checkbox-text,
.checkbox-text-hover {
    display: flex;
    align-items: center;
    padding: 0;
    color: white;
}

.checkbox-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: white;
    background-color: var(--color);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.checkbox:hover .checkbox-text-hover {
    opacity: 1;
    transform: translateY(0);
}

.checkbox.active {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
}

.checkbox.active .checkbox-text svg {
    stroke: white;
}

.checkbox.active .checkbox-text-hover {
    opacity: 0;
}

/* Estilos para los checkboxes con efecto de deslizamiento */
.checkbox {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
 

.checkbox svg {
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.checkbox-text,
.checkbox-text-hover {
    display: flex;
    align-items: center;
    padding: 0;
    transition: transform 0.3s ease;
}

.checkbox-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: black;
    font-weight: 400;
    background-color: white;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.checkbox:hover .checkbox-text {
    transform: translateY(-100%);
}

.checkbox:hover .checkbox-text-hover {
    opacity: 1;
    transform: translateY(0);
}
.checkbox.active .checkbox-text{
    color: black !important;
        font-weight: 600;
}
.checkbox.active {
    background-color: white;
    color: black !important;
    font-weight: 600;
    border-color: white;
}

.checkbox.active .checkbox-text svg {
    stroke: white;
}

.checkbox.active .checkbox-text-hover {
    opacity: 0;
}

.checkbox.active:hover .checkbox-text {
    transform: translateY(0);
}

/* Estilo para los inputs del formulario */
.base-input {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.base-input input,
.base-input textarea {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

.base-input input::placeholder,
.base-input textarea::placeholder {
    color: #ccc;
    opacity: 1;
    /* Firefox requiere esto para mostrar el placeholder con opacidad */
    font-size: 34px;
    font-weight: 600;
}

/* Línea debajo del input */
.line-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
}

.line-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    transition: background-color 0.3s ease;
}

/* Efecto en focus */
.base-input input:focus+.line-wrapper:after,
.base-input textarea:focus+.line-wrapper:after {
    background-color: #000;
}

/* Para mantener el estilo cuando tiene contenido */
.base-input input:not(:placeholder-shown),
.base-input textarea:not(:placeholder-shown) {
    color: #000;
}

/* Estilo para el texto de política de privacidad */
.p-small {
    font-size: 14px;
    line-height: 1.5;
}

.mt-l {
    margin-top: 20px;
}

.opacity-30 {
    opacity: 0.3;
}

.p-small a {
    color: inherit;
    text-decoration: underline;
}

.p-small a:hover {
    opacity: 0.7;
}

/* Estilo para el botón de enviar */
 

.btn--primary {
    background-color: transparent;
    color: #333;
    border: 1px solid #e0e0e0;
}

.btn--primary.btn--pink {
    border-color: #FF3366;
    color: #FF3366;
}

.btn-link {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
}

.btn-text,
.btn-text-hover {
    display: flex;
    color: white;
    font-weight: 700;
    align-items: center;
    transition: transform 0.3s ease;
}

.btn-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #FF3366;
    color: white;
    transform: translateY(100%);
}

.btn-text svg,
.btn-text-hover svg {
    margin-left: 10px;
    width: 20px;
    transition: all 0.3s ease;
}

.btn:hover .btn-text {
    transform: translateY(-100%);
}

.btn:hover .btn-text-hover {
    transform: translateY(0);
}

.mt-2xl {
    margin-top: 40px;
}
.parallax-code {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--purple);
    background-position: 50% 50%;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    padding-top: 25vh !important
}
.parallax-code-w {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background-position: 50% 50%;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    padding-top: 25vh !important
}

#pinparallaxcode {
    position: relative;
    padding-top: 25vh;
    height: 200vh !important;
    overflow: hidden;
    /* Para evitar desbordamientos */
}

#pinparallaxcodeW {
    position: relative;
    padding-top: 25vh;
    height: 200vh !important;
    overflow: hidden;
    /* Para evitar desbordamientos */
}
.rog{
    width: 30px;
    margin-bottom: 20px;
    float: right;
    position: relative;
    top: -15px;
}
.parallax-code .w2,
.parallax-code .w1 {
    display: inline-block
}

.big-title-hero img {
    width: 120px
}

/* !-------------------- */

.video-controls {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    z-index: 99999999;
}

.play-pause-btn,
.mute-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-pause-btn:hover,
.mute-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.progress-bar {
    position: relative;
    width: 300px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: white;
    border-radius: 3px;
    transition: width 0.1s ease;
}

.progress-handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.time-display {
    color: white;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
}

@media (max-width: 768px) {
    .video-controls {
        bottom: 20px;
        padding: 12px 20px;
        gap: 15px;
    }

    .progress-bar {
        width: 200px;
    }

    .time-display {
        font-size: 12px;
        min-width: 80px;
    }
}
 

.play-pause-btn,
.mute-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-pause-btn:hover,
.mute-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.progress-bar {
    position: relative;
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: white;
    border-radius: 2px;
    transition: width 0.1s ease;
}

.progress-handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-bar:hover .progress-handle {
    opacity: 1;
}

.time-display {
    color: white;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    font-weight: 300;
}

.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeInPopup 0.3s ease-out;
}

.video-popup-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    animation: scaleInPopup 0.3s ease-out;
}

.video-popup-player {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .video-controls {
        bottom: 20px;
        padding: 12px 20px;
        gap: 15px;
    }

    .progress-bar {
        width: 200px;
    }

    .time-display {
        font-size: 12px;
        min-width: 80px;
    }}

/* Cursor CLOSE para el popup - exactamente igual al original */
.nnnnnnnn {
    width: 120px !important;
    height: 120px !important;
    mix-blend-mode: difference;
}
.play-pause-btn span,
.mute-btn span{
    color: white;
}
.play-pause-btn,
.mute-btn{
    background: transparent !important;
    color: white;
    font-weight: bold;
    font-size: 13px;
}
.popup-cursor-follower {
    transform: scale(1);
    position: fixed;
    opacity: 1;
    width: 260px;
    height: 260px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10003;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
    text-align: center;
    transition: 0.2s linear;
    transform: translate(-50%, -50%);
}

.popup-cursor-outer {
    position: fixed;
    width: 260px;
    height: 260px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10002;
    transform: translate(-50%, -50%);
}

.popup-cursor-follower .cursor-inner {
    position: relative;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: black;}


.noise_black{
    z-index: 99 !important;
}
.noise_{
    z-index: 9 !important;
}
.noise_black,
.noise_ {
    position: relative;
    overflow-x: hidden;
}

.noise_:before {
    top: -70rem !important;
    min-height: 15000vh;

    position: absolute;
    content: '';
    left: -10rem;
    width: calc(100% + 20rem);
    height: 950vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png);
    background-color: #f3f3f3;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
    z-index: 0;
}

.noise_black:before {
    top: -70rem !important;
    min-height: 15000vh;

    position: absolute;
    content: '';
    left: -10rem;
    width: calc(100% + 20rem);
    height: 950vh; 
    pointer-events: none;
    background-image: url(../images/bg-noise.png);
    background-color: var(--purple);
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
    z-index: 0;
}
@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }

    30% {
        transform: translate3d(9rem, -9rem, 0)
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }

    60% {
        transform: translate3d(2rem, 6rem, 0)
    }

    70% {
        transform: translate3d(7rem, -8rem, 0)
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }

    90% {
        transform: translate3d(6rem, -5rem, 0)
    }

    to {
        transform: translate3d(-7rem, 0, 0)
    }
}





















.comparison-table-container {
    margin: 0 auto;
    overflow: hidden;
}

.table-header {
    display: flex; 
}

.header-cell {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: "DM Serif Display", serif !important;
        font-style: italic !important;
}

.header-cell:first-child {
    flex: 2;
    text-align: left;
    background: transparent;
}

.header-cell:last-child {
    border-right: none;
}

.table-row {
    display: flex;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row.superside-row {
    background: #5B686E;
    color: #000;
    border-radius: 10px;
    margin: 8px;
    border: none;
}

.table-row.superside-row .row-cell {
    border-color: rgba(0, 0, 0, 0.1);
}

.table-row.superside-row .service-info h3 {
    color: #000;
}

.table-row.superside-row .service-description {
    color: #333;
}

.row-cell {
    flex: 1;
    padding: 32px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-cell:first-child {
    flex: 2;
    text-align: left;
    justify-content: flex-start;
}

.row-cell:last-child {
    border-right: none;
}

.service-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #101019;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.superside-row .service-icon {
    background: rgba(0, 0, 0, 0.1);
}

.service-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.superside-row .service-icon svg {
    fill: #000;
}

.service-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.service-description {
    font-size: 14px;
    color: #aaa;
    line-height: 1.4;
    max-width: 400px;
    margin: 0;
}

.status-icon {
    width: 32px;
    height: 32px;
}

.status-icon.check {
    fill: #4ade80;
}

.status-icon.cross {
    fill: #505069;
}

.superside-row .status-icon.check {
    fill: #16a34a;
}

.superside-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo-placeholder {
    width: 120px;
    height: 32px;
    background: #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #c7ff4d;
}

@media (max-width: 1200px) {

    .header-cell,
    .row-cell {
        padding: 20px 16px;
    }

    .service-content h3 {
        font-size: 20px;
    }

    .service-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 20px;
    }

    .table-header,
    .table-row {
        flex-direction: column;
    }

    .header-cell,
    .row-cell {
        border-right: none;
        border-bottom: 1px solid #333;
    }

    .row-cell:first-child {
        flex: 1;
    }
}