:root {
    --bg-page: #ffffff;
    --bg-card: #f5f3f7;
    --text-strong: #0a0a0a;
    --text-muted: #4b5563;
    --brand: #5b21b6;
    --brand-press: #4c1d95;
    --radius-xl: 16px;
    --radius-2xl: 20px;
    --shadow-soft: 0 6px 18px rgba(23, 23, 23, 0.06);
}

.presentations {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 40%;
    margin-top: 25px;
}
.map-container path {
    stroke: #ffffff;
    stroke-width: 1;
}
.map-container path:hover {
    opacity: 0.85;
}
.presentation-title {
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.presentation-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.24rem;
    text-align: justify;
}

.presentation-button {
    display: flex;
    color: white;
    background: #FF0A0E;
    padding: 1rem;
    border-radius: 34px;
    max-width: 400px;
    justify-content: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    text-decoration: none;
}

.preview {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 650px;
    max-height: 650px;
    margin: 0 auto;
}

.preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cards-rank {
    align-items: center;
}

.card-content-body.card-content-value {
    font-size: 30px;
    padding-top: 10px;
}

.card-content {
    width: 180px;
    max-width: 320px;
    min-height: 200px;
    box-shadow: 0 10px 25px rgba(72, 30, 156, 0.15);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 150px;
    border: 0.15rem solid #481E9C;
    border-radius: 1.5rem;
    justify-content: space-between;
    overflow: auto;
}

.card-content-value {
    flex-direction: column;
    font-size: 2.6em;
    font-weight: bold;
    color: #481E9C;
    letter-spacing: 0px;
    padding-top: 15px;
}

.card-content-description {
    background: #481E9C;
    color: white;
    width: 100%;
    font-size: 17px;
}

.cards-rank .card-content:nth-child(1) {
    transform: translateX(40px);
    z-index: 3;
    margin-bottom: -20px;
}

.diff-card {
    position: relative;
    right: 60px;
    z-index: 2;
    margin-bottom: -60px;
}

.cards-rank .card-content:nth-child(3) {
    transform: translateX(40px);
    z-index: 999;
    position: relative;
    top: 30px;
    margin-top: -50px;
    background-color: #fff;
}

.card-content-body {
    display: flex;
    min-height: 70px;
    min-width: 60px;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

.wrap {
    max-width: 980px;
    margin: 24px auto;
    padding: 14px;
    background: #ddd;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.txt {
    flex: 1;
    min-width: 220px;
}

.box {
    flex: 2;
    background: #f6f4f3;
    border-radius: 14px;
    padding: 10px;
    overflow: auto;
}

.slider img {
    height: 42px;
    width: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.tns-controls button {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #c8beb9;
    color: #fff;
    margin: 0 4px;
    cursor: pointer;
}







.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.review-name {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    flex: 1;
}

.review-stars {
    display: flex;
    margin-left: 10px;
}

.review-stars i {
    color: #ffd700;
    font-size: 1rem;
    margin-right: 2px;
}

.review-count {
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: #666;
    margin-left: 5px;
    white-space: nowrap;
}


.second-section,
.three-section,
.fourth-section {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
}

.curiosities {
    display: flex;
    flex-direction: row;
}

.curiosities-item {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.curiosities-left,
.curiosities-center {
    display: flex;
    width: 42%;
    flex-direction: column;
}

.curiosities-center {
    display: flex;
    width: 100%;
    max-width: 20rem;
}

.curiosities-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    overflow: hidden;
    letter-spacing: 0px;
    font-size: 3.0rem;
}

.curiosities-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    max-width: 345px;
}

.curiosities-left .curiosities-description {
    margin-top: -30px;
}

.curiosities-card {
    display: flex;
    flex-direction: column;
    width: 19.5rem;
    height: 19.5rem;
    text-align: center;
    margin: 0 auto;
    background-color: #F8E6E6;
    font-family: "Montserrat", sans-serif;
    border-radius: 10rem;
    justify-content: center;
    gap: 0.7rem
}

.curiosities-card .percent {
    color: #481E9C;
    font-weight: bold;
    font-size: 3rem;
}

.curiosities-card .title {
    font-weight: 600;
    font-size: 1.3rem;
}

.curiosities-card .description {
    font-size: 1.2rem;
    max-width: 13rem;
    margin: 0 auto;
    font-weight: 400;
}

.curiosities-totem-img {
    position: relative;
    overflow: visible;
}

.connector-line {
    position: absolute;
    height: 3px;
    background-color: #D9D9D9;
    z-index: 10;
    opacity: 0;
    transform: scaleX(0);
    animation: growLineIn 1s ease-out forwards;
}

.connector-line::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #D9D9D9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.line-left {
    top: 75%;
    right: 68%;
    width: 178px;
    transform-origin: left center;
    animation-delay: 0.2s;
}

.line-left::before {
    right: -6px;
}

.line-top-right {
    top: 19%;
    left: 30%;
    width: 230px;
    transform-origin: right center;
    animation-delay: 0.4s;
}

.line-top-right::before {
    left: -6px;
}

.line-bottom-right {
    bottom: 18%;
    left: 38%;
    width: 205px;
    transform-origin: right center;
    animation-delay: 0.6s;
}

.line-bottom-right::before {
    left: -6px;
}

.curiosities-totem-img img {
    width: 68%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.questions,
.advantages {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.question-title,
.advantages-title {
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    padding-top: 4rem;
}

.advantages-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.accordion {
    display: grid;
    gap: 14px;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
}

details {
    background: var(--bg-card);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    min-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.3rem;
}

summary::-webkit-details-marker {
    display: none
}

.icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--brand);
    display: grid;
    place-items: center;
    position: relative;
    transition: transform .2s ease, background .2s ease;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 2px;
}

.icon::before {
    width: 14px;
    height: 2px;
}

.icon::after {
    width: 2px;
    height: 14px;
}

details[open] .icon {
    background: var(--brand-press)
}

details[open] .icon::after {
    opacity: 0
}

.panel {
    padding: 0 18px 18px;
    color: var(--text-muted);
}

.panel p {
    margin: 0;
    line-height: 20px;
}

.questions-highlight {
    text-align: center;
    margin: 30px auto;
    max-width: 900px;
    padding: 0 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.three-section,
.fourth-section {
    flex-direction: column;
}

.rent-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.rent-content-button {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.rent-button {
    display: flex;
    flex-direction: row;
    width: 330px;
    height: 60px;
    background: red;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 3rem;
    margin-block: 1rem;
    cursor: pointer;
    text-decoration: none;
}
body > main > section.first-section > div.cards-rank > div:nth-child(3) > div.card-content-body.card-content-description {
    font-size: 16px;
    padding: 10px;
}
.fourth-section {
    margin-bottom: 1rem;
}
.rent-button:hover,
.rent-button:active {
    background-color: red;
    transform: scale(1.03);
}

summary:focus-visible {
    box-shadow: 0 0 0 3px #5b21b659 inset
}

#youtube-iframe-container {
    width: 770px;
    height: 447px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    border: 5px solid #481E9C;
    overflow: hidden;
}

@media (max-width: 768px) {
    #youtube-iframe-container {
        width: 100%;
        max-width: 700px;
        max-height: 500px;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 450px) {
    #youtube-iframe-container {
        max-width: 360px;
        max-height: 230px;
    }
}
@media (max-width: 320px) {
    #youtube-iframe-container {
        max-width: 300px;
        max-height: 200px;
    }
}
.segments-section {
    max-width: 1400px;
    margin: 60px auto;
    text-align: center;
}

.segments-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

.segments-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vh;
}

#segments-carousel {
    background-color: #F5F2F2;
    border-radius: 30px;
    height: 420px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 900px;
    box-shadow: none;
    border: none;
    position: relative;
}

#segments-carousel .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 20px;
}

#segments-carousel .carousel-item {
    flex-shrink: 0;
    border-radius: 30px;
    transition: all 0.5s ease;
    overflow: hidden;
}

#segments-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
    transition: opacity 0.4s ease-in-out;
}
.carousel-item img {
    max-height: max-content;
    max-width: max-content;
}
#segments-carousel .carousel-item.center {
    width: 380px;
    height: 380px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#segments-carousel .carousel-item.left,
#segments-carousel .carousel-item.right {
    width: 300px;
    height: 300px;
}

#segments-carousel .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #C4C4C4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#segments-carousel .carousel-prev {
    left: 15px;
}

#segments-carousel .carousel-next {
    right: 15px;
}

#segments-carousel .carousel-control:hover {
    background-color: #481E9C;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.carousel-text h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1.05;
    color: #000000;
    text-align: left;
    max-width: 380px;
}

.segments-nav-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #C4C4C4;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.segments-nav-btn:hover {
    background-color: #481E9C;
    color: #ffffff;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

@media (max-width: 1100px) {
    .segments-track {
        gap: 15px;
    }

    .segment-card {
        width: 200px;
        height: 200px;
    }

    .segment-card.center {
        width: 300px;
        height: 300px;
    }

    .segments-nav-btn {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
    }

    .card-content-body.card-content-value {
        font-size: 39px;
        margin: auto;
    }
}

@media (max-width: 800px) {
    .segments-track {
        gap: 12px;
    }

    .segment-card {
        width: 200px;
        height: 200px;
    }

    .segment-card.center {
        width: 240px;
        height: 240px;
    }

    .segments-nav-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .segments-container-visual {
        gap: 12px;
        padding: 0;
        overflow: hidden;
    }

    .segments-track {
        min-height: 280px;
        height: 280px;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        padding: 0 calc((100vw - 240px) / 2);
        scroll-behavior: smooth;
    }

    .segments-track::-webkit-scrollbar {
        display: none;
    }

    .segment-card {
        width: 240px;
        height: 240px;
        flex-shrink: 0;
        scroll-snap-align: center;
        margin: 0;
    }

    .segment-card.center {
        width: 240px;
        height: 240px;
    }

    .segments-nav-btn {
        display: none;
    }
}

@media (max-width: 450px) {
    .segments-container-visual {
        gap: 10px;
        padding: 0;
        overflow: hidden;
    }

    .segments-track {
        min-height: 240px;
        height: 240px;
        gap: 0;
        padding: 0 calc((100vw - 200px) / 2);
        scroll-behavior: smooth;
    }

    .segment-card {
        width: 200px;
        height: 200px;
        margin: 0;
    }

    .segment-card.center {
        width: 200px;
        height: 200px;
    }

    .segments-nav-btn {
        display: none;
    }
}

.carousel-text {
    flex-shrink: 0;
    margin-right: 20px;
}

.fourth-section .carousel-section {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.carousel-section.slide-down.active {
    margin-top: 90px;
}

.curiosities-card.slide-left.active {
    margin-top: -35px;
}

.fourth-section .carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.fourth-section .carousel-text {
    flex-shrink: 0;
    max-width: 350px;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fourth-section .carousel-text h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}

.carousel-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
    text-align: center;
}

#clients-carousel {
    background-color: #F5F2F2;
    border-radius: 30px;
    height: 90px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 650px;
    box-shadow: none;
    border: none;
    position: relative;
}

#clients-carousel img {
    max-height: 80px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    margin: 0 auto;
    display: block;
}

#clients-carousel .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #C4C4C4;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#clients-carousel .carousel-prev {
    left: 15px;
}

#clients-carousel .carousel-next {
    right: 15px;
}

#clients-carousel .carousel-control:hover {
    background-color: #481E9C;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.review-header-google {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 15px;
}

.review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 10%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #ffffff;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.review-name {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #202124;
    margin-bottom: 2px;
}

.review-meta {
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: #70757a;
}


.review-rating-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-stars {
    display: flex;
    gap: 2px;
}


.review-date {
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    color: #70757a;
}

.review-text {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    height: 100%;
    max-height: 120px;
    margin-top: 1vh;
    line-height: 1.5;
    color: #3c4043;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.carousel-control {
    background-color: #C4C4C4;
    color: #ffffff;
    opacity: 1;
    box-shadow: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-control:hover {
    background-color: #481E9C;
    color: #ffffff;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.review-stars {
    margin: 0;
    display: flex;
    gap: 2px;
}

.review-count {
    margin: 0;
    margin-top: 3px;
    font-size: 0.75rem;
    text-align: right;
    white-space: nowrap;
}

#erp-carousel {
    background-color: #F5F2F2;
    border-radius: 30px;
    height: 90px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 650px;
    box-shadow: none;
    border: none;
    position: relative;
}

#erp-carousel img {
    max-height: 80px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    margin: 0 auto;
    display: block;
}

#erp-carousel .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #C4C4C4;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#erp-carousel .carousel-prev {
    left: 15px;
}

#erp-carousel .carousel-next {
    right: 15px;
}

#erp-carousel .carousel-control:hover {
    background-color: #481E9C;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

#clients-carousel .carousel-item {
    width: 33.333%;
    transition: opacity 0.3s ease;
}
.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    text-align: left; 
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-header-google {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name {
    font-weight: 700;
    color: #202124;
    font-size: 14px;
}

.review-meta {
    font-size: 12px;
    color: #70757a;
}


.review-stars {
    color: #fbbc04; 
    margin-right: 2px;
}

.review-stars i {
    font-size: 16px;
}




@media (max-width: 900px) {
    .carousel-container {
        align-items: center;
    }
}
@media (max-width: 768px) {

    #erp-carousel .carousel-item.left,
    #erp-carousel .carousel-item.right {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #erp-carousel {
        height: 140px;
        border-radius: 40px;
    }

    #erp-carousel img {
        max-height: 80px;
        transform: scale(1.3);
    }

    #erp-carousel .carousel-item.center {
        transform: translateX(0) scale(1);
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
    }

    #erp-carousel .carousel-control {
        z-index: 20;
    }

    #clients-carousel .carousel-item.left,
    #clients-carousel .carousel-item.right {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #clients-carousel {
        height: 140px;
        border-radius: 40px;
    }

    #clients-carousel img {
        max-height: 80px;
        transform: scale(1.3);
    }

    #clients-carousel .carousel-item.center {
        transform: translateX(0) scale(1);
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
    }

    #clients-carousel .carousel-control {
        z-index: 20;
    }

    #segments-carousel .carousel-item.left,
    #segments-carousel .carousel-item.right {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #segments-carousel {
        height: 300px;
        border-radius: 40px;
        padding: 20px 30px;
        max-width: 100%;
    }

    #segments-carousel .carousel-item.center {
        transform: translateX(0) scale(1);
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        height: 300px;
    }

    #segments-carousel .carousel-control {
        width: 45px;
        height: 45px;
        z-index: 20;
    }

    #segments-carousel {
        height: 350px;
        margin: 20px 0;
    }

    summary {
        padding: 22px 22px;
        font-size: 18px
    }

    .panel {
        padding: 0 22px 22px;
        font-size: 17px
    }

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

    .icon::before {
        width: 16px
    }

    .icon::after {
        height: 16px
    }

    .content-carousel-inner {
        gap: 15px;
        padding: 20px 15px 40px 15px;
    }

    .content-carousel-item,
    .content-carousel-item.left,
    .content-carousel-item.center,
    .content-carousel-item.right {
        min-width: calc(100% - 30px);
        max-width: 100%;
    }

}

@media (max-width: 450px) {
    .presentation-title {
        font-size: 30px;
        line-height: 1.2;
    }
    iframe {
        width: 350px;
        height: 200px;
    }
    .curiosities-title {
        font-size: 2.5rem;
    }
}

@keyframes growLineIn {
    from {
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (max-width: 430px) {
    * {
        box-sizing: border-box;
    }

    body, html {
        overflow-x: hidden;
        width: 100%;
    }

    img, iframe, video, embed, object {
        max-width: 100%;
        height: auto;
    }

    .first-section {
        padding: 0 1rem;
    }
    .presentations {
        max-width: 100%;
        padding: 0 1rem;
        gap: 1.5rem;
    }

    .presentation-description {
        font-size: 1rem;
        text-align: left;
        margin: 0;
    }

    .presentation-button {
        max-width: 100%;
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
    .rent-content-button {
        margin: 0 -10px;
    }
    .preview {
        max-width: 100%;
        padding: 0 1rem;
    }

    .preview img {
        width: 100%;
        height: auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .cards-rank {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .card-content {
        width: 100%;
        max-width: 350px;
        min-height: 180px;
        transform: none !important;
        position: static !important;
        margin: 0 auto;
        z-index: auto;
        margin-bottom: 0 !important;
        background-color: #fff !important;
        box-shadow: 0 10px 25px rgba(72, 30, 156, 0.15);
    }



    .card-content-value {
        font-size: 2rem;
    }

    .card-content-description {
        font-size: 16px;
    }

    .diff-card {
        position: unset !important;
        right: unset !important;
    }

    .second-section,
    .three-section,
    .fourth-section {
        flex-direction: column;
        padding: 0 1rem;
        margin: 2rem auto;
        gap: 2rem;
    }

    .curiosities {
        flex-direction: column;
        gap: 2rem;
    }

    .curiosities-left,
    .curiosities-center {
        width: 100%;
        text-align: center;
    }

    .curiosities-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .curiosities-description {
        font-size: 1rem;
        max-width: 100%;
        margin-top: -1rem;
    }

    .curiosities-card {
        width: 100%;
        max-width: 300px;
        height: 300px;
        border-radius: 9rem;
        gap: 0.5rem;
    }

    .curiosities-card .percent {
        font-size: 2.5rem;
    }

    .curiosities-card .title {
        font-size: 1.1rem;
    }

    .curiosities-card .description {
        font-size: 1rem;
        max-width: 80%;
    }

    .curiosities-totem-img img {
        width: 80%;
        max-width: 250px;
    }

    .connector-line {
        display: none;
    }

    .questions,
    .advantages {
        padding: 0 1rem;
    }

    .question-title,
    .advantages-title {
        font-size: 2rem;
        padding-top: 2rem;
    }

    .advantages-description {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .accordion {
        padding: 0 1rem;
        gap: 1rem;
    }

    summary {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
        min-height: 50px;
    }

    .panel {
        padding: 0 1.5rem 1.5rem;
    }

    .questions-highlight {
        font-size: 1rem;
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .rent-content {
        flex-direction: column;
        padding: 0 1rem;
    }

    .rent-button {
        width: 100%;
        max-width: 350px;
        height: 50px;
        font-size: 1.2rem;
        margin-block: 1rem;
    }

    .segments-section {
        margin: 4rem auto 2rem;
        padding: 0 1rem;
    }

    .segments-title {
        font-size: 2rem;
    }

    .segments-container-visual {
        padding: 0;
        overflow: hidden;
    }

    .segments-track {
        gap: 10px;
        min-height: 200px;
        height: 200px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        padding: 0 calc((100vw - 180px) / 2);
    }

    .segments-track::-webkit-scrollbar {
        display: none;
    }

    .segment-card {
        width: 180px;
        height: 180px;
        flex-shrink: 0;
        scroll-snap-align: center;
    }

    .segment-card.center {
        width: 180px;
        height: 180px;
    }

    .segments-nav-btn {
        display: none;
    }

    .carousel-text h2 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    .fourth-section .carousel-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .fourth-section .carousel-text {
        text-align: center;
        max-width: 100%;
    }

    .fourth-section .carousel-text h2 {
        text-align: center;
        font-size: 1.8rem;
    }

    .carousel-description {
        text-align: center;
        font-size: 1rem;
        max-width: 100%;
    }

    #clients-carousel,
    #erp-carousel {
        height: 100px;
        padding: 10px 30px;
        max-width: 100%;
    }

    #clients-carousel img,
    #erp-carousel img {
        max-height: 60px;
        max-width: 100px;
    }

    #clients-carousel .carousel-control,
    #erp-carousel .carousel-control {
        width: 30px;
        height: 30px;
    }

    #clients-carousel .carousel-prev,
    #erp-carousel .carousel-prev {
        left: 10px;
    }

    #clients-carousel .carousel-next,
    #erp-carousel .carousel-next {
        right: 10px;
        left: auto;
    }

    .content-carousel-inner {
        gap: 10px;
        padding: 20px 10px 40px 10px;
    }

    .content-carousel-item,
    .content-carousel-item.left,
    .content-carousel-item.center,
    .content-carousel-item.right {
        min-width: calc(100% - 20px);
    }

    .content-carousel-container .carousel-control {
        display: none;
    }

    .wrap {
        padding: 1rem;
        gap: 1rem;
    }

    .txt {
        min-width: 200px;
    }

    .box {
        padding: 0.5rem;
    }

    .slider img {
        height: 35px;
    }

    .tns-controls button {
        width: 25px;
        height: 25px;
        margin: 0 3px;
    }

    iframe {
        width: 100%;
        max-width: 380px;
        height: 180px;
        margin: 0 auto;
    }

    .review-header{
        text-align: center;
    }

    .review-header-google {
        justify-content: center;
        gap: 10px;
    }

    .review-name {
        font-size: 0.9rem;
    }

    .review-meta {
        font-size: 0.8rem;
    }

    .review-stars i {
        font-size: 0.9rem;
    }

    .review-date {
        font-size: 0.8rem;
    }

    .rating-wrapper {
        align-items: center;
    }

    .review-count {
        text-align: center;
        font-size: 0.7rem;
    }
}

@media (max-width: 1100px) {

    .first-section,
    .second-section,
    .three-section {
        flex-direction: column;
        padding-inline: 2rem;
    }

    .fourth-section .carousel-container {
        flex-direction: column;
        gap: 20px;
    }

    .fourth-section .carousel-text {
        max-width: 100%;
        text-align: center;
    }

    .fourth-section .carousel-text h2 {
        text-align: center;
        font-size: 2rem;
    }

    .carousel-description {
        max-width: 90%;
        margin: 0 auto;
    }

    #clients-carousel img {
        max-height: 50px;
        width: auto;
    }

    #clients-carousel {
        padding: 10px 30px;
    }

    .content-carousel-inner {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding: 20px 10px 40px 10px;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .content-carousel-inner::-webkit-scrollbar {
        display: none;
    }

    .content-carousel-item,
    .content-carousel-item.left,
    .content-carousel-item.center,
    .content-carousel-item.right {
        position: relative;
        opacity: 1;
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        min-width: calc(100% - 20px);
        max-width: none;
        width: auto;
        flex-shrink: 0;
        scroll-snap-align: center;
        margin: 0;
    }

    .content-carousel-item .review-card {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transform: none;
    }

    .content-carousel {
        padding: 10px 0;
        background: transparent;
        box-shadow: none;
        min-height: auto;
    }

    .content-carousel-container .carousel-control {
        display: none;
    }

    .cards-rank {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }

    .cards-rank .card-content,
    .cards-rank .card-content:nth-child(1),
    .cards-rank .card-content:nth-child(3),
    .diff-card {
        transform: none;
        position: static;
        margin: 0;
        right: auto;
        top: auto;
        z-index: 1;
        width: 100%;
        max-width: 320px;
    }

    .presentations {
        max-width: unset;
    }

    .presentation-button {
        padding-inline: 4vw;
        margin: auto;
        width: 100%;
    }

    .diff-card {
        position: unset;
        z-index: unset;
        right: unset;
        top: unset;
        bottom: unset;
        margin-bottom: unset;
    }

    .curiosities {
        flex-direction: column;
        gap: 5px;
    }

    .curiosities-left,
    .curiosities-center {
        width: unset;
    }

    .curiosities-totem-img {
        width: 7.5rem;
        height: 22rem;
        margin: 0 auto;
        display: none;
    }
    .curiosities-totem-img img {
        width: 50%;
    }

    .curiosities-center {
        margin: 0 auto;
    }

    .rent-button {
        width: 280px;
        height: 60px;
    }

    .connector-line {
        display: none;
    }

}

