/*#region Common */
.tax-tool {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #F8FAFC;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter SemiBold, Arial, sans-serif;
}

.gradient-text {
    background: linear-gradient(122.52deg, #7B3EE9 3.98%, #3983F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-black {
    color: #000 !important;
}

.tax-tool h1,
.tax-tool h2,
.tax-tool h3,
.tax-tool h4,
.tax-tool h5,
.tax-tool h6 {
    line-height: 1.42857143;
}

.required {
    color: #FF0E0E;
}

.hidden-item {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

/*#endregion */

/*#region Banner */
.banner {
    text-align: center;
    color: #FFF;
    padding: 80px 0;
    background: linear-gradient(93deg, #7D3CE9 0.38%, #3984F3 100%);
}

h1.banner-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 42px;
    padding: 8px 0 12px;
    color: #FFF;
}

.banner-des {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

@media (max-width: 979px) {
    .banner {
        padding: 60px 0;
    }

    h1.banner-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 50px 0;
    }

    h1.banner-title {
        font-size: 28px;
    }

    .banner-des {
        font-size: 16px;
    }
}

/*#endregion */

/*#region bussiness info */
.business-info {
    padding: 80px 0 50px;
}

.business-wrap {
    background-color: #FFF;
    box-shadow: 4px 4px 50px 0px #E9EDFE;
    border-radius: 20px;
    overflow: hidden;
}

.business-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    padding: 16px 24px;
    background: linear-gradient(90.4deg, rgba(125, 60, 233, 0.15) 0%, rgba(57, 132, 243, 0.15) 100%);
    box-shadow: 0px 0px 50px 0px rgba(125, 94, 191, 0);
}

.business-form {
    padding: 24px;
}

.business-input {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px;
}

.business-input label {
    display: flex;
    gap: 8px;
    height: fit-content;
}

.label-icon {
    flex-shrink: 0;
    width: 22px;
    height: fit-content;
}

.label-head {
    display: flex;
    align-items: center;
    gap: 6px;
}

.label-text {
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 18px;
}

.helper-text {
    font-family: Inter Italic, Arial, sans-serif;
    font-size: 14px;
}

.input-wrapper,
.select-wrapper {
    position: relative;
}

.input-wrapper input,
.tax-select {
    width: 100%;
    height: 50px;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    font-family: Inter, Arial, sans-serif;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #FFF;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-wrapper input:focus,
.tax-select:focus {
    outline: none;
    border-color: #7D3CE9 !important;
    box-shadow: 0 0 0 3px rgba(125, 60, 233, 0.1);
}

.tax-select option {
    padding: 12px;
    font-size: 16px;
    white-space: normal;
    word-wrap: break-word;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6B7280;
    pointer-events: none;
}

.input-wrapper input {
    padding-right: 90px;
}

.input-suffix {
    font-family: Inter Light, Arial, sans-serif;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}


.result-box {
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid #7D3CE9;
    border-radius: 8px;
    min-height: 50px;
    background: linear-gradient(90.4deg, rgba(125, 60, 233, 0.3) 0%, rgba(57, 132, 243, 0.3) 100%);
    box-shadow: 0px 0px 50px 0px rgba(125, 94, 191, 0);
}

.tax-result {
    font-family: Inter Bold, Arial, sans-serif;
    color: #7D3CE9;
}

.tax-free {
    background-color: #FFF8E1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 16px 20px;
    display: none;
    gap: 12px;
}

.tf-color {
    color: #EB6F20;
}

.tf-icon {
    height: fit-content;
    margin-top: 5px;
}

.tf-title {
    font-family: Inter Bold;
    font-size: 18px;
    padding-bottom: 12px;
}

.tf-content {
    font-family: Inter SemiBold;
}

a.tf-link {
    font-family: Inter SemiBold;
    color: #126537;
    display: inline-block;
    margin-top: 12px;
}

.note-text {
    font-family: Inter Italic, Arial, sans-serif;
}

.calculate-btn {
    grid-column: 2;
    margin: auto;
    width: fit-content;
    height: 50px;
    padding: 12px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 16px;
    color: #FFF;
    background: linear-gradient(90.4deg, #7D3CE9 0%, #3984F3 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(125, 60, 233, 0.3);
}

.calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px rgba(125, 60, 233, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
    box-shadow: 0px 2px 10px rgba(125, 60, 233, 0.3);
}

.calculate-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.info-box {
    display: none;
    background: linear-gradient(90.4deg, rgba(125, 60, 233, 0.1) 0%, rgba(57, 132, 243, 0.1) 100%);
    border: 1px dashed #7D3CE9;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.info-title {
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #126537;
    padding-bottom: 12px;
}

ul.info-list {
    color: #747474;
}

@media (max-width: 979px) {
    .business-info {
        padding: 40px 0;
    }

    .business-title {
        font-size: 24px;
    }

    .label-text {
        font-size: 16px;
    }

    .helper-text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .business-info {
        padding: 30px 0;
    }

    .business-title {
        font-size: 20px;
        padding: 16px;
    }

    .business-form {
        padding: 24px 16px;
    }

    .business-input {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-bottom: 16px;
    }

    .result-box {
        height: auto;
        padding: 12px;
    }

    .tax-free {
        padding: 12px;
        gap: 6px;
    }
}

/*#endregion */

/*#region detail result */
.detail-result {
    padding-bottom: 50px;
}

.detail-result-wrap {
    box-shadow: 4px 4px 50px 0px #E9EDFE;
    border-radius: 20px;
    overflow: hidden;
}

.detail-result-title {
    background: linear-gradient(90.4deg, #7B3EE9 0%, #3983F2 100%);
    box-shadow: 0px 0px 50px 0px rgba(125, 94, 191, 0);
    display: flex;
    align-items: center;
    gap: 12px;
    height: 72px;
    padding: 16px 24px;
    border-radius: 20px;
}

.detail-result-title span {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    color: #FFF;
}

.common-result {
    padding: 24px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 32px;
}

.cr-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.crl-item {
    font-family: Inter Bold, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.59);
    padding: 20px 24px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.crl-item.vat-result {
    background-color: #E7F0FE;
}

.crl-item.pit-result {
    background-color: #E7F0FE;
}

.cr-right {
    background: linear-gradient(122.52deg, #7B3EE9 3.98%, #3983F2 100%);
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.crr-title {
    font-size: 20px;
    padding-bottom: 16px;
}

.crr-number {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
}

/* bảng so sánh */
.comparison-table {
    margin: 24px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25), 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.ct-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.ct-note {
    padding: 20px 24px;
}

.ct-content {
    padding: 0 24px 24px;
}

.ct-table {
    border-collapse: separate;
    border: 1px solid var(--td_grid_border_color);
    border-radius: 20px;
    overflow: hidden;
}

.ct-table th,
.ct-table td {
    padding: 10px 12px;
    text-align: center;
}

.ct-table th,
.total-row .row-label {
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 18px;
}

.total-row .total-1,
.total-row .total-2 {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
}

.ct-table th:nth-child(2),
.ct-table td:nth-child(2) {
    background-color: #FBF9FF;
}

.ct-table th:nth-child(3),
.ct-table td:nth-child(3) {
    background-color: #F2F7FE;
}

.ct-table .first-color {
    color: #8141EA;
}

.ct-table .second-color {
    color: #3984F3;
}

.ct-suggestion {
    background-color: #F0FDF5;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    gap: 12px;
    color: #126537;
}

.ct-suggestion-icon {
    flex-shrink: 0;
}

/* Biểu đồ so sánh */
.comparison-chart {
    margin: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25), 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.chart-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.chart-content {
    padding: 16px 24px;
}

.chart-legend {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
}

.legend-color {
    width: 16px;
    height: 16px;
}

.legend-color.method-1 {
    background-color: #7D3CE9;
}

.legend-color.method-2 {
    background-color: #3984F3;
}

.legend-label {
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 14px;
}

.legend-value {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

.chart-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 16px 24px 32px;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    padding: 12px;
}

.summary-color {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    flex-shrink: 0;
}

.summary-method1 {
    background-color: #F7F3FD;
}

.summary-method2 {
    background-color: #E7F0FE;
}

.summary-method1 .summary-color {
    background-color: #7D3CE9;
}

.summary-method2 .summary-color {
    background-color: #3984F3;
}

.summary-label {
    font-family: Inter Bold, Arial, sans-serif;
}

.summary-value {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
}

.summary-method1 .summary-value {
    color: #7D3CE9;
}

.summary-method2 .summary-value {
    color: #3984F3;
}

@media (max-width: 979px) {
    .comparison-chart {
        margin: 16px;
    }

    .chart-header {
        font-size: 20px;
    }

    .chart-legend {
        gap: 20px;
    }

    .legend-item {
        padding: 8px 12px;
    }

    .legend-label {
        font-size: 12px;
    }

    .legend-value {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .chart-comparison {
        margin: 12px;
    }

    .chart-header {
        font-size: 16px;
        padding: 12px;
    }

    .chart-content {
        padding: 12px;
    }

    .legend-item {
        padding: 8px;
        font-size: 14px;
    }

    .chart-summary {
        padding: 12px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .summary-value {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    .detail-result {
        padding-bottom: 40px;
    }

    .detail-result-title span {
        font-size: 24px;
    }

    .ct-table th,
    .total-row .row-label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .detail-result-title {
        height: auto;
        padding: 16px;
    }

    .detail-result-title span {
        font-size: 20px;
    }

    .common-result {
        padding: 16px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cr-left {
        gap: 16px;
    }

    .crl-item {
        font-size: 14px;
        padding: 12px;
        gap: 8px;
        grid-template-columns: 1.2fr 1fr;
    }

    .crr-title {
        font-size: 18px;
    }

    .crr-number {
        font-size: 24px;
    }

    .crr-note {
        font-size: 14px;
    }

    .ct-content {
        padding: 0 12px;
    }

    .comparison-table {
        margin: 16px;
    }

    .ct-header {
        padding: 12px;
        font-size: 16px;
    }

    .ct-note {
        padding: 12px;
    }

    .ct-table,
    .total-row .total-1,
    .total-row .total-2,
    .ct-table th,
    .total-row .row-label {
        font-size: 12px;
    }

    .ct-suggestion {
        padding: 12px;
        font-size: 14px;
    }
}

/*#endregion */

/*#region tax explanation */
.tax-explanation {
    padding-bottom: 50px;
}

.tax-explanation-wrap {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25), 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.tax-explanation-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.explanation-intro {
    margin: 24px;
    padding: 16px;
    background-color: #F7FAFB;
    border-radius: 10px;
}

.intro-item {
    padding-bottom: 12px;
}

.intro-note {
    padding-top: 8px;
    color: #3B825A;
}

.method-badge {
    font-family: Inter Medium, Arial, sans-serif;
    font-size: 20px;
    padding: 12px 24px;
}

.badge-purple {
    background-color: #E2D4FA;
    box-shadow: 0px 0px 50px 0px rgba(125, 94, 191, 0);
}

.badge-blue {
    background-color: #ADCCFA;
    box-shadow: 0px 0px 50px 0px rgba(125, 94, 191, 0);
}

.method-content {
    padding: 16px 24px;
}

.calculation-step {
    display: flex;
    gap: 20px;
    padding-bottom: 16px;
    padding-left: 12px;
}

.result-label,
.step-title {
    font-family: Inter Medium, Arial, sans-serif;
}

.step-number {
    background: rgba(231, 240, 254, 1);
    border-radius: 50%;
    font-family: Inter Medium, Arial, sans-serif;
    color: #3984F3;
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.result-calculation,
.step-formula {
    color: rgba(0, 0, 0, 0.6);
}

.calculation-result {
    display: flex;
    gap: 20px;
    padding: 12px;
    border-radius: 10px;
    max-width: 600px;
}

.method-1 .calculation-result {
    background: rgba(125, 60, 233, 0.1);
}

.method-2 .calculation-result {
    background: linear-gradient(90.25deg, rgba(71, 139, 245, 0.1) 0.57%, rgba(57, 132, 243, 0.1) 99.41%);
}

.calculation-result .step-number {
    color: #FFF;
    background: linear-gradient(122.52deg, #7B3EE9 3.98%, #3983F2 100%);
}

.vat-method1-calc,
.vat-method2-calc {
    color: #7D3CE9;
}

.pit-method1-calc,
.pit-method2-calc {
    color: #3984F3;
}

.calculation-step:first-child .exceeded-revenue-calc,
.total-method1-result,
.total-method2-result,
.calculation-step:first-child .income-calc {
    color: #000;
}

.no-expense-message {
    padding: 24px;
    display: flex;
    gap: 12px;
}

.no-expense-message img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .tax-explanation {
        padding-bottom: 40px;
    }

    .tax-explanation-title {
        font-size: 20px;
        padding: 16px;
    }

    .explanation-intro {
        margin: 12px;
        padding: 12px;
    }

    .method-badge {
        font-size: 18px;
        padding: 12px;
    }

    .method-content {
        padding: 12px;
    }

    .calculation-result,
    .calculation-step {
        gap: 8px;
    }

    .calculation-step {
        font-size: 15px;
    }

    .step-number {
        width: 20px;
        height: 20px;
    }
}

/*#endregion */

/*#region tax obligations */
.tax-obligations {
    padding-bottom: 50px;
}

.tax-obligations-wrap {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25), 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
}

.tax-obligations-header,
.tax-filing-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.group-badge {
    background: linear-gradient(90.48deg, #7D3CE9 2.18%, #3984F3 98.19%);
    padding: 8px 24px;
    font-family: Inter Bold, Arial, sans-serif;
    color: #FFF;
    border-radius: 30px;
    width: fit-content;
    margin: 24px;
}

.requirement-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0 24px 24px;
    border-bottom: 1px solid #D9D9D9;
}

.req-card {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 8px;
}

.tax-methods-section {
    padding: 24px 24px 48px;
}

.tax-methods-head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
}

.method-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.method-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 24px;
    background-color: #F1F5F9;
    border-radius: 30px;
}

.filing-content {
    padding: 24px;
}

.filing-subsection {
    padding: 16px 24px;
    border-radius: 10px;
}

.filing-subsection:first-child {
    background-color: #F7FAFB;
    margin-bottom: 16px;
}

.filing-subsection:last-child {
    background-color: #F7F3FD;
}

.filing-subsection-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 16px;
}

ul.filing-list li {
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding-bottom: 12px;
}

.filing-list-download__link {
    display: flex;
    gap: 8px;
}

ul.filing-list li img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 3px;
}

.deadline-item {
    display: flex;
    padding-bottom: 16px;
}

.deadline-item:nth-child(2) {
    flex-direction: column;
    gap: 8px;
}

.deadline-label {
    display: block;
    font-family: Inter Medium, Arial, sans-serif;
    min-width: 105px;
}

.deadline-label.first-color {
    color: #8141EA;
}

.deadline-label.second-color {
    color: #3984F3;
}

@media (max-width: 979px) {
    .req-card {
        padding: 12px;
    }

    .card-head {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tax-obligations {
        padding-bottom: 40px;
    }

    .tax-obligations-header,
    .tax-filing-head {
        padding: 16px;
        font-size: 20px;
    }

    .group-badge {
        margin: 16px;
    }

    .requirement-cards {
        padding: 0 16px 16px;
        grid-template-columns: 1fr;
    }

    .req-card {
        text-align: center;
    }

    .card-head {
        justify-content: center;
    }

    .tax-methods-section {
        padding: 12px 12px 20px;
    }

    .tax-methods-head {
        font-size: 18px;
    }

    .method-list {
        flex-direction: column;
        gap: 16px;
    }

    .filing-content {
        padding: 16px;
    }

    .filing-subsection {
        padding: 12px;
    }

    .deadline-label {
        display: inline;
    }

    .deadline-item {
        display: block;
    }
}

/*#endregion */

/*#region introduce */
.introduce-wrap {
    padding: 32px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .introduce-wrap {
        gap: 16px;
    }
}

/*#endregion */

/*#region question */
.question-section {
    background: url(/mshopkeeper/images/tax-tool/bg-question.webp) no-repeat center;
    background-size: cover;
    margin: 50px 0;
}

.question-wrap {
    padding: 32px 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.question-section-image {
    width: 233px;
    height: 233px;
    flex-shrink: 0;
}

.question-section-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}

.question-section-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 32px 0;
}

a.question-item {
    display: block;
    padding: 12px 24px;
    background-color: #FFF;
    text-align: center;
    font-family: Inter Bold, Arial, sans-serif;
    color: #4B50BF;
    border-radius: 10px;
}

a.more-questions {
    display: inline-block;
    padding: 16px 32px;
    font-family: Inter Bold, Arial, sans-serif;
    border-radius: 10px;
    background-color: #FFF;
    color: #000;
}

@media (max-width: 979px) {
    .question-wrap {
        flex-direction: column-reverse;
    }

    .question-section-list {
        grid-template-columns: 1fr;
        padding: 24px 0;
    }

    a.more-questions {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .question-section {
        margin: 40px 0;
    }
}

/*#endregion */

/*#region featured news */
.news-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .news-title {
        font-size: 24px;
    }
}

/*#region */

/*#region expand button */
.expand-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.expand-btn:hover {
    transform: scale(1.1);
}

.expand-btn img {
    transition: transform 0.3s ease;
}

.expand-content.collapsed .expand-btn img {
    transform: rotate(180deg);
}

.expand-content.collapsed.detail-result-wrap>*:not(.detail-result-title):not(.expand-btn),
.expand-content.collapsed.tax-explanation-wrap>*:not(.tax-explanation-title):not(.expand-btn),
.expand-content.collapsed.tax-obligations-wrap>*:not(.tax-obligations-header):not(.expand-btn) {
    display: none !important;
}

.expand-content.collapsed {
    cursor: pointer;
}

.expand-content.collapsed .detail-result-title,
.expand-content.collapsed .tax-explanation-title,
.expand-content.collapsed .tax-obligations-header {
    border-bottom: none;
}

/*#endregion */

/*#region security */
.security {
    background-color: #e8f1fd;
    padding: 40px 0;
    margin-top: 50px;
}

.wrap-security {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
}

.item-security {
    border: 1px solid #1877f2;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.text-item-security {
    margin-top: 16px;
    font-size: 16px;
    font-family: Inter Bold, Arial, sans-serif;
}

.title-security {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    padding-bottom: 24px;
}

@media (max-width: 979px) {
    .wrap-security {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .security {
        margin-top: 40px;
        padding: 30px;
    }

    .title-security {
        font-size: 24px;
    }
}

/*#endregion */

/*#region Info Tooltip */
.info-icon {
    position: relative;
    cursor: help;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-icon img {
    transition: transform 0.2s ease;
}

.info-icon:hover img {
    transform: scale(1.1);
}

.info-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 285px;
    max-width: 350px;
    display: none;
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
}

.info-tooltip.show {
    display: block;
    animation: fadeInTooltip 0.3s ease;
}

@keyframes fadeInTooltip {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.info-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #FFFFFF;
}

.info-tooltip::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #E5E7EB;
    margin-top: 1px;
}

.info-tooltip a {
    color: #7D3CE9;
    text-decoration: underline;
    font-weight: 600;
}

.info-tooltip a:hover {
    color: #3984F3;
}

@media (max-width: 767px) {
    .info-tooltip {
        min-width: 240px;
        max-width: 280px;
        font-size: 13px;
        padding: 10px 12px;
        left: auto;
        right: 0;
        transform: none;
    }

    .info-tooltip::after,
    .info-tooltip::before {
        left: auto;
        right: 10px;
        transform: none;
    }
}

/*#endregion */

/* #region qr */
.qr-region {
    display: none;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 5px 12px;
    text-align: center;
    position: fixed;
    top: 52%;
    right: 5%;
    font-size: 14px;
}

.qr-title {
    font-family: Inter SemiBold;
    padding-bottom: 10px;
}

.qr-color {
    color: #7B3DE9;
}

.qr-text {
    font-family: Inter Medium;
    padding-top: 10px;
}

@media (max-width: 1500px) {
    .qr-region {
        right: 20px;
    }
}

@media (max-width: 1399px) {
    .qr-region {
        font-size: 12px;
        padding: 6px;
        right: 0;
    }

    .qr-img {
        width: 80px;
    }
}

@media (max-width: 1299px) {
    .qr-region {
        display: none !important;
    }
}
/* #endregion */

@media (max-width: 767px) {
    .lz-iframe-ctn {
        top: unset !important;
    }

    .float-quick-action,
    .live-chat-mobile,
    .live-chat {
        display: none !important;
    }
}