/* #region common */
.timekeeping-page {
    position: relative;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #181D27;
}

.timekeeping-page .container {
    width: 100%;
    max-width: 1310px;
}

.nowrap {
    white-space: nowrap;
}

.section-p {
    padding: 50px 0;
}

.text-center {
    text-align: center;
}

.text-medium {
    font-family: Inter Medium;
}

.text-semibold {
    font-family: Inter SemiBold;
}

.default-title {
    font-family: Inter Bold;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    margin: 0;
}

.pb-title {
    padding-bottom: 12px;
}

.default-subtitle {
    font-size: 20px;
    color: #414651;
}

.default-desc {
    background: url(/sites/amis/images/pages/timekeeping/ic-check.svg) no-repeat top left;
    background-size: 24px;
    padding-left: 32px;
    letter-spacing: -0.2px;
    color: #414651;
}

.gradient-text {
    background: var(--SX, linear-gradient(76deg, #FF5B2A 0%, #E459E2 65.27%, var(--Violet-600, #7839EE) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.cta-group {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.justify-center {
    justify-content: center;
}

a.base-btn {
    position: relative;
    font-family: Inter SemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 12px;
    transition: all ease 0.5s;
}

a.primary-btn {
    background: linear-gradient(45deg, #FF5E14 0%, #FFAC70 100%);
    padding: 14px 26px;
    color: #FFF;
}

a.second-btn {
    border: 2px solid transparent;
    padding: 12px 24px;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(45deg, #F04006 0%, #FF7E37 100%) border-box;
    color: #F04006;
}

a.third-btn {
    background-color: #FFF;
    border: 2px solid transparent;
    padding: 12px 24px;
    color: #F04006;
    box-shadow: 0px 3px 3px -1.5px rgba(10, 27, 137, 0.02), 0px 8px 8px -4px rgba(10, 27, 137, 0.01), 0px 20px 24px -4px rgba(10, 27, 137, 0.04);
}

a.arrow-btn img {
    transform: translateX(0px);
    transition: transform 0.3s ease;
}

a.arrow-btn:hover img {
    transform: translateX(4px);
}

a.shadow-btn {
    opacity: 1 !important;
}

.shadow-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg,
            #ff6ec4,
            #7873f5,
            #22d3ee,
            #4ade80,
            #ff6ec4);
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.3s ease;
}

.shadow-btn:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

.border-btn:hover {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg,
            #ff6ec4,
            #7873f5,
            #4ade80,
            #22d3ee,
            #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.bg-play-btn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #2662FF;
    animation: pulse 1.2s ease infinite;
}

.timekeeping-page form[lz-id='825040a3-b1cc-4c93-ab1b-d9775e3ec9cf'].private-form .submit-wrapper .btn-form-submit {
    background: linear-gradient(45deg, #FF5E14 0%, #FFAC70 100%);
    padding: 14px 20px !important;
    height: 52px !important;
    font-family: Inter SemiBold !important;
    font-size: 16px !important;
    border-radius: 12px !important;
}


@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 979px) {
    .default-title {
        font-size: 28px;
    }

    .default-subtitle {
        font-size: 18px;
    }

    .section-p {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .default-title {
        font-size: 24px;
    }

    .cta-group {
        display: grid;
        justify-content: center;
    }

    .play-btn {
        width: 36px;
        height: 36px;
    }

    .section-p {
        padding: 30px 0;
    }
}

/* #endregion */

/* #region hero */
.hero {
    background: radial-gradient(102.57% 88.41% at 50% 100%, rgba(247, 221, 231, 0.9) 0%, rgba(255, 200, 184, 0.9) 28.67%, rgba(255, 224, 194, 0.36) 59.62%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(0deg, rgba(248, 239, 241, 0.2), rgba(248, 239, 241, 0.2)),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding: 120px 0 100px;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: Inter Bold;
    font-size: 52px;
    line-height: 60px;
    padding-bottom: 16px;
}

.hero-desc {
    font-size: 20px;
    color: #252B37;
}

.hero-cta {
    padding: 32px 0 48px;
}

.hero-wrap {
    display: flex;
    gap: 32px;
    position: relative;
}

.hero-image {
    position: relative;
    z-index: 2;
    width: 733px;
    aspect-ratio: 733/567;
    max-width: 100%;
}

.hero-image img {
    position: absolute;
    max-width: unset;
    left: -7%;
    width: 117%;
}

.hero-register {
    position: relative;
    z-index: 2;
    width: 100%;
    height: fit-content;
    max-width: 515px;
    border: 3px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(43.36deg, rgba(255, 172, 112, 0.4) -0.05%, rgba(188, 212, 255, 0.4) 35.11%, rgba(89, 147, 255, 0.4) 100.81%) border-box;
    border-radius: 24px;
    overflow: hidden;
}

.hero-register-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    text-align: center;
    color: #252B37;
    padding: 24px 24px 0;
}

@media (max-width: 1024px) {
    .hero {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.2;
        padding-bottom: 12px;
        display: block;
    }

    .hero-wrap {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .hero-cta {
        padding: 16px 0 24px;
    }

    .hero-image img {
        width: 112%;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 30px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-title br {
        display: none;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-register-title {
        font-size: 18px;
    }
}

/* #endregion */

/* #region automation */
.automation-img {
    position: relative;
    margin-top: 40px;
    aspect-ratio: 1280/436;
}

.automation-img-main {
    position: absolute;
    z-index: 2;
    width: 106%;
    max-width: unset;
    left: -3%;
}

@media (max-width: 979px) {
    .automation br {
        display: none;
    }

    .automation-img {
        margin-top: 32px;
    }
}
/* #endregion */

/* #region ai agent */
.ai-agent-bg {
    max-width: 1472px;
    margin: 0 auto;
    border-radius: 16px;
    background: url(/sites/amis/images/pages/timekeeping/bg-ai-agent.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.agent-wrap {
    display: flex;
    gap: 64px;
    justify-content: space-between;
    padding-top: 40px;
}

.agent-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.agent-desc .default-desc {
    background: url(/sites/amis/images/pages/timekeeping/ic-check-gradient.svg) no-repeat top left;
}

.agent-cta {
    position: relative;
    z-index: 1;
}

.agent-video {
    height: fit-content;
    max-width: 732px;
    padding: 16px;
    border: 2px solid #FFF;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 4px 80px 0px rgba(10, 27, 137, 0.12);
    position: relative;
    cursor: pointer;
}

@media (max-width: 979px) {
    .agent-wrap {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 0;
    }

    .agent-desc {
        gap: 12px;
    }

    .agent-video {
        padding: 12px;
    }
}

/* #endregion */

/* #region benefit */
.benefit-bg {
    background: radial-gradient(72.4% 88.41% at 50% 100%, rgba(247, 221, 231, 0.5) 0%, rgba(255, 200, 184, 0.5) 28.67%, rgba(255, 224, 194, 0.2) 59.62%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding-bottom: 96px;
}

.benefit-wrap {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-item {
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 8px 28px -6px rgba(186, 229, 204, 0.12), 0 18px 70px -4px rgba(192, 211, 197, 0.12);
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
}

.benefit-item-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
}

.benefit-item-desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 979px) {
    .benefit-bg {
        padding-bottom: 32px;
    }

    .benefit-wrap {
        padding-top: 24px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .benefit-item {
        padding: 16px;
        gap: 16px;
    }

    .benefit-item-title {
        font-size: 16px;
    }
}
/* #endregion */

/* #region feature */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 96px;
    padding-top: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 64px;
}

.feature-item-reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex-shrink: 0;
    width: 48%;
    max-width: 608px;
    border-radius: 24px;
    overflow: hidden;
    background: #FEF3EE;
}

.feature-image img {
    width: 100%;
    display: block;
}

.feature-item-content {
    flex: 1;
}

.feature-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
}

.feature-cta {
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .feature-item {
        gap: 40px;
    }

    .feature-image {
        width: 46%;
    }
}

@media (max-width: 979px) {
    .feature-list {
        gap: 48px;
        padding-top: 36px;
    }

    .feature-item,
    .feature-item-reverse {
        flex-direction: column;
        gap: 28px;
    }

    .feature-image {
        width: 100%;
        max-width: 100%;
    }

    .feature-desc {
        gap: 12px;
        padding: 16px 0 24px;
    }
}

@media (max-width: 767px) {
    .feature-list {
        gap: 36px;
        padding-top: 28px;
    }

    .feature-cta {
        gap: 12px;
    }
}

/* #endregion */

/* #region synchronize */
.synchronize-bg {
    background: url(/sites/amis/images/pages/timekeeping/bg-synchronize.webp) no-repeat center;
    background-size: cover;
    max-width: 1472px;
    margin: 0 auto;
    padding: 96px 0;
    border-radius: 24px;
}

.synchronize-img {
    display: block;
    width: 100%;
    max-width: 1144px;
    margin: 40px auto;
}

.synchronize-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.synchronize-item {
    background-color: #FFF;
    border-radius: 24px;
    padding: 32px 24px 24px 32px;
}

.synchronize-item-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.synchronize-item-icon {
    flex-shrink: 0;
}

.synchronize-item-title {
    font-family: Inter SemiBold;
    font-size: 20px;
}

.synchronize-item-desc {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 979px) {
    .synchronize-img {
        margin: 24px auto;
    }

    .synchronize-bg {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .synchronize-bg {
        padding: 30px 0;
    }

    .synchronize-wrap {
        grid-template-columns: 1fr;
    }

    .synchronize-item {
        padding: 16px;
    }

    .synchronize-item-title {
        font-size: 18px;
    }

    .synchronize-item-desc {
        padding-top: 16px;
        gap: 12px;
    }
}
/* #endregion */

/* #region mobile */
.mobile-bg {
    background: url(/sites/amis/images/pages/timekeeping/bg-mobile.webp) no-repeat bottom center;
    background-size: cover;
}

.mobile-desc {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 24px 0 40px;
}

.mobile-desc .default-desc {
    background: url(/sites/amis/images/pages/timekeeping/ic-check-blue.svg) no-repeat top left;
}

.mobile-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 40px;
}

.mobile-download-item img {
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(17, 24, 39, 0.06), 0px 1px 3px 0px rgba(17, 24, 39, 0.1);
}

@media (max-width: 1100px) {
    .mobile-desc {
        justify-content: flex-start;
    }
}
/* #endregion */

/* #region ecosystem */
.ecosystem {
    overflow: hidden;
}

.eco-wrap {
    display: flex;
    align-items: center;
    gap: 64px;
}

.eco-content {
    position: relative;
    z-index: 2;
}

.eco-image {
    width: 52%;
    max-width: 660px;
    aspect-ratio: 660/568;
    flex-shrink: 0;
    position: relative;
}

.eco-image img {
    max-width: unset;
    width: 147%;
    position: absolute;
    top: -30%;
    left: -20%;
}

.eco-label {
    font-family: Inter SemiBold;
    font-size: 20px;
    color: #F04006;
    padding-bottom: 12px;
}

.eco-desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px 0 32px;
}

.eco-cta {
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .eco-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .eco-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .eco-desc {
        padding: 24px 0;
        gap: 16px;
    }
}
/* #endregion */

/* #region certificate */
.certificate {
    background-color: #FFF;
}

.cert-wrap {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.cert-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    flex: 1;
    background-color: #FFF;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 24px 50px -8px rgba(10, 27, 137, 0.03), 0 4px 8.7px 4px rgba(10, 27, 137, 0.02);
}

.cert-item img {
    max-height: 100%;
}

@media (min-width: 1300px) {
    .certificate {
        padding-bottom: 96px;
    }
}

@media (max-width: 979px) {
    .cert-wrap {
        padding-top: 28px;
        gap: 24px;
    }

    .cert-item {
        flex: unset;
        width: calc(33.33% - 24px);
    }
}

@media (max-width: 767px) {
    .cert-wrap {
        padding-top: 24px;
        gap: 16px;
    }

    .cert-item {
        width: calc(50% - 16px);
    }
}

/* #endregion */

/* #region register */
.register-page {
    background: url(/sites/amis/images/pages/timekeeping/bg-register.webp) no-repeat center;
    background-size: cover;
    padding: 96px 0;
}

.register-page-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.register-page .default-title {
    max-width: 700px;
}

.register-page-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.register-page-desc .default-desc {
    background: url(/sites/amis/images/pages/timekeeping/ic-check-gradient.svg) no-repeat top left;
}

.register-page-form {
    width: 100%;
    max-width: 515px;
    border-radius: 16px;
    border: 3px solid transparent;
    background: linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(45deg, #FF9EA0 0%, #FFDD9F 100%) border-box;
    overflow: hidden;
    box-shadow: 0 20px 24px -4px rgba(10, 27, 137, 0.04), 0 8px 8px -4px rgba(10, 27, 137, 0.01), 0 3px 3px -1.5px rgba(10, 27, 137, 0.02);
}

.register-page-form-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    text-align: center;
    padding: 24px 24px 0;
}

.register-page-agent {
    position: absolute;
    left: 38%;
    bottom: -96px;
    width: 250px;
}

@media (max-width: 1100px) {
    .register-page br {
        display: none;
    }

    .register-page-agent {
        display: none;
    }

    .register-page-wrap {
        gap: 24px;
    }
}

@media (max-width: 979px) {
    .register-page {
        padding: 40px 0;
    }

    .register-page-wrap {
        flex-direction: column;
    }

    .register-page-desc {
        gap: 12px;
    }

    .register-page-desc br {
        display: none;
    }
}

/* #endregion */