/* #region common */
.tax-page {
    position: relative;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #181D27;
}

.tax-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;
}

.pb-title {
    padding-bottom: 12px;
}

.default-subtitle {
    font-size: 20px;
    color: #414651;
}

.default-desc {
    background: url(/sites/amis/images/pages/income-tax/ic-check.svg) no-repeat top left;
    background-size: 24px;
    padding-left: 32px;
    letter-spacing: -0.2px;
}

.gradient-text {
    background: linear-gradient(76.24deg, #1B49F5 0%, #7839EE 62.45%, #FDA29B 130.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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(68.25deg, #1B49F5 0%, #5993FF 131.14%);
    padding: 14px 26px;
    color: #FFF;
}

a.second-btn {
    border: 2px solid transparent;
    padding: 12px 24px;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(86.1deg, #1B49F5 0%, #5993FF 152.28%) border-box;
    color: #1B49F5;
}

a.third-btn {
    background-color: #FFF;
    border: 2px solid transparent;
    padding: 12px 24px;
    color: #1B49F5;
    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;
}

.tax-page form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form .submit-wrapper .btn-form-submit {
    background: linear-gradient(68.25deg, #1B49F5 0%, #5993FF 131.14%);
    padding: 14px 20px !important;
    height: 52px !important;
    font-family: Inter SemiBold !important;
    font-size: 16px !important;
    border-radius: 12px !important;
}

.tax-page form[lz-id='ec0468c6-a6de-4477-9822-0bf8c2db8067'].private-form .submit-wrapper .btn-form-submit {
    background: linear-gradient(68.25deg, #1B49F5 0%, #5993FF 131.14%);
    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%;
    }
}

@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: linear-gradient(180deg, rgba(255, 255, 255, 0) 17.61%, #D4E4FF 91.42%), radial-gradient(75.19% 111.4% at 52.71% 108.49%, #F8EFF1 70%, #FFFFFF 100%);
    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-family: Inter Medium;
    font-size: 20px;
    color: #061C3D;
}

.hero-desc span {
    font-family: Inter SemiBold;
}

.hero-cta {
    padding: 32px 0;
}

.hero-wrap {
    display: flex;
    gap: 32px;
    position: relative;
}

.hero-image {
    position: relative;
    z-index: 2;
    width: 733px;
    aspect-ratio: 733/580;
    max-width: 100%;
}

.hero-image img {
    position: absolute;
    max-width: unset;
    left: -4%;
    width: 114%;
}

.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(89, 147, 255, 0.4) 31.77%, rgba(188, 212, 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 */

.background-section {
    background: linear-gradient(180deg, #F2F6FF 0%, #FFFFFF 100%);
}

/* #region ai agent */
.ai-agent-bg {
    background: linear-gradient(180deg, #FCF1F0 26.17%, #D4E4FF 100%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 39.89%);
    padding: 96px 0;
    max-width: 1472px;
    margin: 0 auto;
    border-radius: 24px;
}

.ai-agent-tabs {
    display: flex;
    justify-content: center;
    background: #E6EBF6;
    border-radius: 9999px;
    padding: 8px;
    width: fit-content;
    margin: 40px auto;
    position: relative;
}

.ai-tab-slider {
    position: absolute;
    top: 8px;
    left: 8px;
    height: calc(100% - 16px);
    background: #FFF;
    border-radius: 9999px;
    box-shadow: 0 2px 12px rgba(27, 73, 245, 0.12);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}

.ai-tab-btn {
    font-family: Inter SemiBold;
    font-size: 16px;
    border: none;
    background: transparent;
    border-radius: 9999px;
    padding: 12px 24px;
    cursor: pointer;
    color: #181D27;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.ai-tab-btn.active {
    background: transparent;
}

.ai-tab-btn span {
    -webkit-text-fill-color: #181D27;
    transition: all 0.3s ease;
}

.ai-tab-btn.active span {
    background: linear-gradient(90deg, #2662FF 0%, #5993FF 101.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-tab-panel {
    display: none;
    gap: 64px;
    align-items: center;
}

.ai-tab-panel.active {
    display: flex;
}

.ai-panel-left {
    flex: 1;
    min-width: 0;
}

.ai-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-panel-cta {
    justify-content: flex-start;
}

.ai-panel-right {
    flex: 0 0 auto;
    width: 60%;
    max-width: 734px;
}

.ai-panel-right img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .ai-agent-bg {
        padding: 48px 0 60px;
    }

    .ai-tab-panel.active {
        flex-direction: column;
        gap: 32px;
    }

    .ai-panel-right {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ai-agent-bg {
        padding: 36px 0 48px;
        border-radius: 16px;
    }

    .ai-agent-tabs {
        margin: 24px auto;
    }

    .ai-tab-btn {
        font-size: 14px;
        padding: 8px 20px;
    }

    .ai-feature-list {
        gap: 12px;
        margin-bottom: 28px;
    }

    .ai-panel-cta {
        display: grid;
        justify-content: center;
    }
}
/* #endregion */

/* #region procedure */
.procedure-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
    padding: 40px 0;
}

.procedure-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
}

.procedure-item-1 {
    background: linear-gradient(180deg, #F0E7FF 2.88%, rgba(255, 255, 255, 0) 100%);
}

.procedure-item-2 {
    background: linear-gradient(180deg, #E1EAFA 0%, rgba(255, 255, 255, 0) 100%);
}

.procedure-item-3 {
    background: linear-gradient(180deg, #E1F3E8 2.88%, rgba(255, 255, 255, 0) 100%);
}

.procedure-item-4 {
    background: linear-gradient(180deg, #FFF1EE 2.88%, rgba(255, 255, 255, 0) 100%);
}

.procedure-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 12px;
}

.procedure-desc {
    color: #535862;
    letter-spacing: -0.2px;
}

@media (max-width: 979px) {
    .procedure-wrap {
        gap: 24px;
        padding: 32px 0;
    }

    .procedure-item {
        padding: 16px;
        gap: 16px;
    }

    .procedure-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .procedure-wrap {
        grid-template-columns: 1fr;
    }
}
/* #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;
}

.feature-image img {
    width: 100%;
    display: block;
}

.feature-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 ecosystem */
.ecosystem-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

.eco-image {
    flex-shrink: 0;
    width: 53%;
    max-width: 677px;
    aspect-ratio: 677/464;
    position: relative;
}

.eco-image img {
    position: absolute;
    max-width: 965px;   
    width: 143%;
    left: -18%;
    top: -20%;
}

.eco-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
}

.eco-cta {
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .ecosystem-wrap {
        flex-direction: column-reverse;
    }

    .eco-image {
        width: 100%;
    }

    .eco-desc {
        gap: 12px;
        padding: 16px 0 24px;
    }
}
/* #endregion */

/* #region benefit */
.benefit .container {
    max-width: 1346px;
}

.benefit-bg {
    max-width: 1508px;
    margin: 0 auto;
    padding: 96px 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 39.89%), linear-gradient(180deg, #FCF1F0 26.17%, #D4E4FF 100%);
}

.benefit-wrap {
    display: flex;
    gap: 64px;
}

.benefit-list {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefit-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 12px;
}

.benefit-desc {
    color: #535862;
    letter-spacing: -0.2px;
}

.benefit-image {
    flex-shrink: 0;
    width: 56%;
    max-width: 732px;
    position: relative;
    padding: 14px;
    border-radius: 25.121px;
    border: 2.093px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 8.374px 31.401px -6.28px rgba(116, 135, 255, 0.05), 0 8.374px 31.401px -4.187px rgba(10, 27, 137, 0.03);
    height: fit-content;
}

.img-benefit-inner {
    position: absolute;
    width: 41%;
    top: -10%;
    right: -4%;
}

@media (max-width: 979px) {
    .benefit-bg {
        padding: 32px 0;
    }

    .benefit-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .benefit-image {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .benefit-bg {
        padding: 24px 0;
    }

    .benefit-list {
        padding-top: 24px;
        gap: 16px;
    }

    .benefit-title {
        font-size: 18px;
    }
}
/* #endregion */

/* #region certificate */
.certificate {
    background-color: #EEF4FF;
}

.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 (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 Prize */
.prize-wrap {
    padding: 40px 60px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

.prize-item {
    max-width: 268px;
    margin: 0 auto;
}

.prize-cup {
    aspect-ratio: 267/245;
    max-width: 267px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.prize-item:hover .prize-cup {
    background: url(/sites/amis/images/pages/income-tax/bg-circle.png) no-repeat center;
    background-size: cover;
}

.prize-title {
    font-family: Inter Medium;
    font-size: 18px;
    text-align: center;
}

.prize-wrap.owl-carousel .owl-item img {
    object-fit: contain;
    width: auto;
}

.prize-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1451E1;
}

.prize-wrap.owl-theme .owl-nav {
    margin: 0;
}

.prize-wrap.owl-theme .owl-nav [class*='owl-'] {
    display: none;
    margin: 0;
}

.prize-wrap:hover .owl-nav [class*='owl-'] {
    display: block;
}

.prize-wrap.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.prize-wrap.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.prize-wrap.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

@media (max-width: 979px) {

    .prize .default-subtitle br,
    .prize-title br {
        display: none;
    }

    .prize-wrap {
        padding: 32px 0 0;
    }
}

@media (max-width: 767px) {
    .prize-wrap {
        padding: 24px 0 0;
    }
}

/* #endregion */

/* #region Customer */
.customer-wrap {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.customer-item {
    width: 296px;
    box-shadow: 0 2px 20px -6px rgba(116, 135, 255, 0.12), 0 12px 46px -4px rgba(10, 27, 137, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.customer-item-head {
    font-family: Inter SemiBold;
    font-size: 18px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #1451E1;
    text-align: center;
}

.customer-item-content {
    padding: 16px 16px 36px;
}

@media (max-width: 979px) {
    .customer-wrap {
        padding-top: 30px;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .customer-wrap {
        padding-top: 24px;
    }

    .customer-item-head {
        font-size: 16px;
    }
}

/* #endregion */

/* #region register */
.register-page {
    background: url(/sites/amis/images/pages/income-tax/bg-register.webp) no-repeat center;
    background-size: cover;
}

.register-page-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.register-page-content {
    max-width: 700px;
}

.register-page .default-title {
    color: #FFF;
}

.register-page-form {
    width: 100%;
    max-width: 515px;
    height: fit-content;
    border-radius: 16px;
    background: #FFF;
    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 4px;
}

.register-page-agent {
    position: absolute;
    left: 43%;
    bottom: -40px;
    width: 251px;
}

.register-page-list {
    padding-top: 40px;
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 36px;
}

.register-page-desc {
    color: #FFF;
    padding-top: 8px;
}

@media (min-width: 980px) {
    .register-page {
        padding: 96px 0;
    }
}

@media (max-width: 1100px) {
    .register-page-agent {
        display: none;
    }

    .register-page-wrap {
        gap: 24px;
    }
}

@media (max-width: 979px) {
    .register-page-wrap {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .register-page-list {
        padding-top: 32px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
/* #endregion */