.hero_top_content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%) scale(0.98);
    opacity: 0;
    animation: floatIn 1.2s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
    perspective: 1000px;
}

.hero h1 {
    font-weight: 700;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.hero p.subtitle {
    margin-bottom: 30px;
    opacity: 0;
    animation: smoothSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

.hero .hero_top_content .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transform-origin: bottom;
    animation: elasticSlideUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards;
}

.hero .badge {
    opacity: 0;
    transform-origin: center;
    animation: springPopIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -42%) scale(0.97) rotateX(2deg);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotateX(0);
    }
}

@keyframes springPopIn {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-2deg);
    }
    60% {
        transform: scale(1.03) rotate(1deg);
    }
    80% {
        transform: scale(0.98) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes smoothSlideUp {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes elasticSlideUp {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }
    60% {
        transform: translateY(-2px) scale(1.01);
    }
    80% {
        transform: translateY(1px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

section.company .logo{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 20px;
    flex-wrap: wrap;
    width: calc(100% - 40px);
}

.features{
    display: flex !important;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    margin-left: 10px;
    gap: 20px;
}

.features .item-basic{
    width: 270px;
}

.company .logo img{
    height: 28px;
}

.faq h1{
    margin-bottom: 10px;
}

.faq p.gray{
    margin-bottom: 30px;
}

.faq-container {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.faq-item-container .accordion, .faq-item-container .panel-accordion{
    width: 500px;
}

@media (max-width: 640px) {
    .faq-item-container .accordion, .faq-item-container .panel-accordion{
        width: 100%;
    }

    section.faq{
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .figma-section picture img {
        width: 80%;
        height: auto;
    }
}

.content-illustration {
    display: block;
}

.figma-section h1{
    margin-bottom: 10px;
}

.figma-section picture{
    display: block;
    margin-top: 15px;
}

.figma-section picture img{
    width: 300px;
    height: 300px;
}

section.bento-info .bento-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    margin-top: 25px !important;
}

/* Responsive BENTO */
@media (max-width: 1080px) {
    section.bento-info .bento-container {
        width: 80%;
    }
}

@media (max-width: 1020px) {
    section.bento-info .bento-container {
        width: 85%;
    }
}

@media (max-width: 540px) {
    section.bento-info .bento-container, .figma-section {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    section.bento-info div.multi-files img {
        height: auto;
        width: 100%;
    }
}

section.bento-info .bento-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 60% 40%;
    width: 100%;
}

section.bento-info .row {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
    width: 100%;
}

section.bento-info .box {
    padding: 10px;
    transition: all 0.3s ease;
    min-height: 130px;
}

#server-security {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    align-items: center; 
    height: 250px;
}

#server-security p.title {
    margin: 10px;
    margin-bottom: auto;
}

section.bento-info .box p.title {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

#server-security picture img {
    width: 100%;
    image-rendering: optimizeQuality;
}

@media (max-width: 768px) {
    #server-security picture img {
        width: 130px;
        margin-top: 20px;
        text-align: center;
    }
    #server-security {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

section.bento-info .lottie-spec h2.title {
    font-size: 27px;
    padding: 5px;
    font-weight: 700;
    position: relative;
    color: #5863F8;
    background: linear-gradient(
        90deg,
        #5863F8 0%,
        #5863F8 35%,
        #8A91FF 48%,
        #8f94fe 50%,
        #8A91FF 52%,
        #5863F8 65%,
        #5863F8 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: shine 20s linear infinite;
    filter: drop-shadow(0 0 12px rgba(88, 99, 248, 0.3));
}

@keyframes shine {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

section.bento-info .lottie-spec h2.title  {
    animation: 
        shine 6s linear infinite,
        pulse 3s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 12px rgba(88, 99, 248, 0.3));
    }
    100% {
        filter: drop-shadow(0 0 16px rgba(88, 99, 248, 0.5));
    }
}

section.bento-info .lottie-spec h2.title::before {
    content: "~85% SMALLER";
    position: absolute;
    padding: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(137, 144, 255, 0.4) 50%,
        transparent 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 50% 100%;
    animation: sparkle 4s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes sparkle {
    0% {
        background-position: -50% center;
    }
    100% {
        background-position: 150% center;
    }
}

section.bento-info .lottie-spec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comparative table {
    margin: 50px 20px 0 20px;
    width: calc(100% - 40px);
}

@media (max-width: 685px) {
    .comparative table {
        margin: 50px 0 0 10px;
        width: calc(100% - 10px);
    }
}

#browser-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

#browser-logo :nth-of-type(1) {
    width: 39px;
    height: 39px;
}

#browser-logo :nth-of-type(2) {
    width: 42px;
    height: 42px;
}

#browser-logo :nth-of-type(3) {
    width: 44px;
    height: 44px;
}

.bento-grid .browser {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px !important;
}

section.detail {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 640px) {
    section.detail {
        width: 80%;
    }
}

@media (max-width: 480px) {
    section.detail {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}

section.detail p {
    text-align: left;
}

section.bento-info div.multi-files {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.bento-info div.multi-files img {
    width: max-content;
    height: 140px;
}


/* Responsive HERO */

@media (max-width: 768px) {
    .hero_top_content {
        width: 70%;
    }
}

@media (max-width: 605px) {
    .hero_top_content {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .hero_top_content {
        width: calc(100% - 20px);
    }
}

@media (max-width: 768px) {
    section.bento-info .bento-grid, section.bento-info .row {
      gap: 20px;
    }
  }

@media (max-width: 640px) {
    section.bento-info .bento-container {
      gap: 20px;
    }

    section.bento-info .bento-grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
    }

    section.bento-info .row {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
    }

    section.bento-info .box-2, .box-3 {
      min-height: 150px;
    }
}

@media (max-width: 380px) {
    section.bento-info .box {
      padding: 1.25rem;
      min-height: 120px;
    }
}