/* ============================================================
   AMIS KHUYẾN MẠI V2 — Figma Design
   Design tokens: Brand/Primary=#875bf7, Brand/600=#7839ee, Text/Primary=#181d27

   MỤC LỤC
   1.  Reset & Base
   2.  Layout — Container / Grid / Section
   3.  Typography — Page Title
   4.  Sticky Tab Menu
   5.  Hero Section
   6.  Metrics Bar
   7.  Process / Features Section
   8.  Checklist Features (Tích hợp toàn diện)
   9.  ISO Certification Banner
   10. Awards Swiper
   11. FAQ (v1 — faq-item / faq-accordion panel)
   12. FAQ V2 (Figma — faq-v2-*)
   13. Question Panel Accordion (kế toán / section-temp.question)
   14. Register CTA (v2 — .register.section-temp)
   15. Register Section (alt style — .register-section / reg-feat-*)
   16. Footer Ecosystem
   17. Shared Button Animations (borderMove / ai-btn / line-action)
   ============================================================ */


/* ============================================================
   1. RESET & BASE
   ============================================================ */
.amis-promotion-v2 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #181d27;
    position: relative;
}

.amis-promotion-v2 * {
    box-sizing: border-box;
}

.amis-promotion-v2 h1,
.amis-promotion-v2 h2,
.amis-promotion-v2 h3,
.amis-promotion-v2 h4 {
    margin: 0;
}

.amis-promotion-v2 a {
    text-decoration: none;
}

.amis-promotion-v2 img {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
}

/* ============================================================
   2. LAYOUT — CONTAINER / GRID / SECTION
   ============================================================ */
.amis-promotion-v2 .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1300px) {
    .amis-promotion-v2 .container {
        width: 100%;
        max-width: 1310px;
    }
}

.amis-promotion-v2 .section-temp {
    padding: 80px 0;
}

.amis-promotion-v2 .row {
    display: flex;
    flex-wrap: wrap;
}

.amis-promotion-v2 .col-md-24 {
    width: 100%;
}

.amis-promotion-v2 .col-md-12 {
    width: 50%;
}

.amis-promotion-v2 .no-padding {
    padding: 0;
}

.amis-promotion-v2 .nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .section-temp {
        padding: 60px 0;
    }
    .amis-promotion-v2 .col-md-12 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .section-temp {
        padding: 40px 0;
    }
}


/* ============================================================
   3. TYPOGRAPHY — PAGE TITLE
   ============================================================ */
.amis-promotion-v2 .page-title {
    color: #181D27;
    /* text-align: center; */
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .page-title {
        font-size: 24px;
    }
}


/* ============================================================
   4. STICKY TAB MENU
   ============================================================ */
.amis-promotion-v2 .amis-crm-tab {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 99;
    transition: top 0.1s;
}

.amis-promotion-v2 .amis-crm-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 12px;
    padding: 12px 24px;
}

.amis-promotion-v2 .amis-crm-tab .logo-banner-tab img {
    height: 20px;
}

.amis-promotion-v2 .amis-crm-tab ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.amis-promotion-v2 .amis-crm-tab ul li a {
    color: #4b5563;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.amis-promotion-v2 .amis-crm-tab ul li.active a {
    color: #875bf7;
    font-weight: 600;
}

.amis-promotion-v2 .amis-crm-tab ul li a:hover {
    background: #f0f6fe;
}

.amis-promotion-v2 .amis-crm-tab ul li.only-show-in-sticky {
    display: none;
}

.amis-promotion-v2 .amis-crm-tab.stickyCss ul li.only-show-in-sticky {
    display: block;
}

.amis-promotion-v2 .stickyCss {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    z-index: 99999;
}

.amis-promotion-v2 .stickyCss .amis-crm-tab-wrap {
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
}

.amis-promotion-v2 .custom-height {
    display: none;
}


/* ============================================================
   5. HERO SECTION
   ============================================================ */
.amis-promotion-v2 .hero.section-temp {
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden;
    background: url(/sites/amis/images/pages/amis-promotion-v2/back-ground-1.webp) center/cover no-repeat;
}

/* Hero header: centered title + subtitle + buttons */
.amis-promotion-v2 .hero-header {
    text-align: center;
    margin: 0 auto 48px;
}

.amis-promotion-v2 .hero-header h1 {
    font-family: 'Inter Bold', GoogleSans, sans-serif;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #181d27;
    margin-bottom: 16px;
}

.amis-promotion-v2 .hero-header h1 .gradient-text {
    background: linear-gradient(135deg, #1482ff 0%, #cf11ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.amis-promotion-v2 .hero-subtitle {
    font-size: 20px;
    line-height: 1.4;
    color: #535862;
    margin: 0 auto 32px;
}

.amis-promotion-v2 .hero-subtitle strong {
    font-weight: 700;
    font-family: 'Iner Bold', sans-serif;
    color: #181d27;
}

.amis-promotion-v2 .hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* --- Buttons: filled / outline --- */
.amis-promotion-v2 .btn-filled {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    overflow: visible;
    border-radius: 12px;
    background: linear-gradient(68deg, #7839EE 0%, #A48AFB 131.14%);
    color: #fff;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 16px;
    padding: 14px 24px;
    border: none;
    min-width: 140px;
    justify-content: center;
}
.amis-promotion-v2 .btn-filled::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 14px;
    background-size: 300% 300%;
    opacity: 0;
    filter: blur(3px);
    transition: opacity 0.3s ease;
    z-index: -1;
}
.amis-promotion-v2 .btn-filled:hover {
    color: #fff;
}
.amis-promotion-v2 .btn-filled:hover::before {
    opacity: 1;
    animation: borderMove 3s linear infinite;
}
.amis-promotion-v2 .btn-filled:hover svg {
    transition: transform 0.3s ease;
}
@keyframes borderMove {
    0%   { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

.amis-promotion-v2 .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #7839ee;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    min-width: 140px;
    justify-content: center;
    border: 2px solid transparent;
    background: linear-gradient(#FFF, #FFF) padding-box,linear-gradient(86.1deg, #7839EE 0%, #A48AFB 152.28%) border-box;
}
.amis-promotion-v2 .btn-outline:hover {
    color: #7839ee;
    will-change: background-position;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-size: 100% 100%, 200% 100%;
    animation: aiBtnBorderMove 3s linear infinite;
}
.amis-promotion-v2 .btn-outline:hover svg {
    transition: transform 0.3s ease;
}

.amis-promotion-v2 .btn-outline:hover svg {
    transform: translateX(5px);
}

.amis-promotion-v2 .btn-filled,
.amis-promotion-v2 .btn-process,
.amis-promotion-v2 .btn-outline {
    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);
}

@keyframes aiBtnBorderMove {
   0%   { background-position-x: 0, 0; }
   100% { background-position-x: 0, -200%; }
}

/* --- 2-col hero body: graphic wider than form --- */
.amis-promotion-v2 .hero-body {
    display: flex;
    gap: 32px;
    position: relative;
}

.amis-promotion-v2 .hero-graphic {
    position: relative;
    width: 903px;
    aspect-ratio: 603 / 406;
    max-width: 100%;
}
.amis-promotion-v2 .hero-graphic > img:first-child {
    position: absolute;
    max-width: unset;
    left: -2%;
    width: 110%;
    top: -1%;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    z-index: 100;
}

@media (max-width: 1024px) {
    .hero-body {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .amis-promotion-v2 .hero-graphic > img:first-child {
        position: absolute;
        left: 0;
        max-width: unset;
        width: 100%;
        image-rendering: -webkit-optimize-contrast;
        transform: translateZ(0);
        backface-visibility: hidden;
        will-change: transform;
    }
}

.amis-promotion-v2 .hero-discount {
    position: absolute;
    pointer-events: none;
    /* z-index: 1; */
}
.amis-promotion-v2 .hero-discount-1 {
    top: 100px;
    left: -100px;
}
.amis-promotion-v2 .hero-discount-2 {
    bottom: 150px;
    right: -100px;
}

/* --- Hero form card --- */
.amis-promotion-v2 .hero-form-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 32px 16px;
    z-index: 100;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(43.36deg, rgba(195, 181, 253, 0.2) 31.77%, rgba(236, 233, 254, 0.2) 100.81%) border-box;
    border: 3px solid transparent; 
}

.amis-promotion-v2 .hero-form-title {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-m, 28px);
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}

/* AIMarketing embed form overrides inside hero card */
.amis-promotion-v2 .hero-form-card form.private-form input[type="text"],
.amis-promotion-v2 .hero-form-card form.private-form input[type="tel"],
.amis-promotion-v2 .hero-form-card form.private-form input[type="email"],
.amis-promotion-v2 .hero-form-card form.private-form input[type="number"],
.amis-promotion-v2 .hero-form-card form.private-form select {
    height: 52px !important;
    border-radius: 12px !important;
    border: 1px solid #d5d7da !important;
    font-size: 16px !important;
    font-family: 'Inter', GoogleSans, sans-serif !important;
    padding: 10px 16px !important;
    color: #181d27 !important;
    background: #fff !important;
}

.amis-promotion-v2 .hero-form-card form.private-form input::placeholder {
    color: #a4a7ae !important;
}

.amis-promotion-v2 .hero-form-card form.private-form div.submit-wrapper input.btn-form-submit {
    font-size: 16px !important;
    background: linear-gradient(135deg, #7839ee, #875bf7) !important;
    color: #fff !important;
    border-radius: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-family: 'Inter SemiBold', sans-serif;
    height: 52px !important;
    border: none !important;
    box-shadow: 0 4px 24px rgba(135, 91, 247, 0.3) !important;
    cursor: pointer !important;
}

.amis-promotion-v2 .hero-form-card form.private-form div.submit-wrapper input.btn-form-submit:hover {
    box-shadow: 0 6px 32px rgba(135, 91, 247, 0.4) !important;
}

/* --- Bottom register CTA (simplified) --- */
.amis-promotion-v2 .register-bottom-cta {
    text-align: center;
    margin-top: 24px;
}

.amis-promotion-v2 .register-bottom-text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.amis-promotion-v2 .register-bottom-cta .btn-filled {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
}

.amis-promotion-v2 .register-bottom-cta .btn-filled:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* --- Hero responsive --- */
@media screen and (max-width: 979px) {
    .amis-promotion-v2 .hero-header {
        max-width: 100%;
    }
    .amis-promotion-v2 .hero-header h1 {
        font-size: 36px;
    }
    .amis-promotion-v2 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .amis-promotion-v2 .hero-buttons {
        justify-content: center;
    }
    .amis-promotion-v2 .hero-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .amis-promotion-v2 .hero.section-temp {
        padding: 40px 0 40px;
    }
    .amis-promotion-v2 .hero-form-card {
        padding: 24px 20px;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .hero-header {
        margin-bottom: 32px;
    }
    .amis-promotion-v2 .hero-header h1 {
        font-size: 28px;
    }
    .amis-promotion-v2 .hero-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .amis-promotion-v2 .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    .amis-promotion-v2 .hero-buttons .btn-filled,
    .amis-promotion-v2 .hero-buttons .btn-outline {
        width: 100%;
        min-width: 0;
    }
    .amis-promotion-v2 .hero-form-card {
        padding: 20px 16px;
    }
}


/* ============================================================
   6. METRICS BAR
   ============================================================ */
.amis-promotion-v2 .metrics-bar {
    background: #fff;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
}

.amis-promotion-v2 .metrics-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 40px 0;
}

.amis-promotion-v2 .metric-item {
    text-align: center;
}

.amis-promotion-v2 .metric-number {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
    color: #181d27;
    display: block;
}

.amis-promotion-v2 .metric-label {
    font-size: 14px;
    color: #717680;
    margin-top: 4px;
}

.amis-promotion-v2 .metric-divider {
    width: 1px;
    height: 48px;
    background: #e9eaeb;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .metrics-grid {
        gap: 24px;
        padding: 32px 0;
    }
    .amis-promotion-v2 .metric-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .metric-number {
        font-size: 24px;
    }
}


/* ============================================================
   7. PROCESS / FEATURES SECTION
   ============================================================ */
.amis-promotion-v2 .process.section-temp {
    background: #fafafa;
}

.amis-promotion-v2 .process .page-title {
    margin-bottom: 16px;
}

.amis-promotion-v2 .process-subtitle {
    text-align: center;
    font-size: 18px;
    color: #535862;
    max-width: 640px;
    margin: 0 auto 48px;
}

.amis-promotion-v2 .process-row {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-bottom: 80px;
}

.amis-promotion-v2 .process-row.reverse {
    flex-direction: row-reverse;
}

.amis-promotion-v2 .process-img {
    flex: 1;
}

.amis-promotion-v2 .process-img img {
    width: 100%;
    border-radius: 12px;
}

.amis-promotion-v2 .process-text {
    flex: 1;
    width: 100%;
}

.amis-promotion-v2 .process-label {
    display: inline-block;
    background: #f0f6fe;
    color: #245fdf;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.amis-promotion-v2 .process-text h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
    color: #181d27;
    margin-bottom: 16px;
    line-height: 1.3;
}

.amis-promotion-v2 .process-text .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.amis-promotion-v2 .process-text .feature-list li {
    padding-left: 28px;
    position: relative;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
}

.amis-promotion-v2 .process-text .feature-list li:not(:last-child) {
    margin-bottom: 12px;
}

.amis-promotion-v2 .process-text .feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 13px;
    background: url(/sites/amis/images/pages/amis-promotion/ic-tick.svg) center/contain no-repeat;
}

.amis-promotion-v2 .btn-process {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #875bf7;
    font-weight: 600;
    font-size: 16px;
    min-width: 140px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 12px;
    justify-content: center;
    border: 2px solid transparent;
}
.amis-promotion-v2 .btn-process svg {
    transition: transform 0.3s ease;
}
.amis-promotion-v2 .btn-process:hover {
    color: #7839ee;
    will-change: background-position;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-size: 100% 100%, 200% 100%;
    animation: aiBtnBorderMove 3s linear infinite;
}
.amis-promotion-v2 .btn-process:hover svg {
    transform: translateX(5px);
}

/* Button row in process section — responsive wrap */
.amis-promotion-v2 .btn-process-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .process-row {
        flex-direction: column !important;
        gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .process-text h3 {
        font-size: 20px;
        font-family: 'Inter Bold', sans-serif;
    }
    .amis-promotion-v2 .btn-process-row .btn-filled {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
        justify-content: center;
    }
    .amis-promotion-v2 .btn-process-row .btn-outline,
    .amis-promotion-v2 .btn-process-row .btn-process {
        flex: 1 1 100%;
        min-width: 0;
    }
}


/* ============================================================
   8. CHECKLIST FEATURES (Tích hợp toàn diện)
   ============================================================ */
.amis-promotion-v2 .checklist-features.section-temp {
    background: #fff;
}

.amis-promotion-v2 .checklist-features .page-title {
    margin-bottom: 48px;
}

.amis-promotion-v2 .checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.amis-promotion-v2 .checklist-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #fff;
    border: none;
    transition: all 0.3s;
}

.amis-promotion-v2 .checklist-card>img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 16px;
    image-rendering: -webkit-optimize-contrast;
}

.amis-promotion-v2 .checklist-card:hover {
    box-shadow: 0 12px 46px rgba(10, 27, 137, 0.08);
}

.amis-promotion-v2 .checklist-card.card-purple {
    background: linear-gradient(180deg, #F0E7FF 2.88%, #FFF 100%);
}

.amis-promotion-v2 .checklist-card.card-blue {
    background: linear-gradient(180deg, #E7F1FF 0%, #FFF 100%);
}

.amis-promotion-v2 .checklist-card.card-orange {
    background: linear-gradient(180deg, #FFF7E7 0%, #FFF 100%);
}

.amis-promotion-v2 .checklist-card .cc-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.amis-promotion-v2 .cc-icon.purple {
    background: #f5f3ff;
}

.amis-promotion-v2 .cc-icon.blue {
    background: #eef4ff;
}

.amis-promotion-v2 .cc-icon.green {
    background: #f0fdf4;
}

.amis-promotion-v2 .checklist-card h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    margin-bottom: 8px;
    color: #181d27;
}

.amis-promotion-v2 .checklist-card p {
    font-size: 16px;
    color: #535862;
    margin: 0;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .checklist-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .checklist-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   9. ISO CERTIFICATION BANNER
   ============================================================ */
.amis-promotion-v2 .iso-cert.section-temp {
    background: var(--Blue-50, #EEF4FF);
    padding: 60px 0;
}

.amis-promotion-v2 .iso-cert-content {
    text-align: center;
}

.amis-promotion-v2 .iso-cert-text {
    text-align: center;
    font-family: Inter Bold, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.2px;
    margin-bottom: 36px;
}

.amis-promotion-v2 .iso-cert-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.amis-promotion-v2 .iso-cert-logo {
    display: flex;
    height: 140px;
    padding: 22px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.60);
    background: #FFF;
    box-shadow: 0 24px 50px -8px rgba(10, 27, 137, 0.03), 0 4px 8.7px 4px rgba(10, 27, 137, 0.02);
    min-width: 160px;
    max-width: 200px;
}

.amis-promotion-v2 .iso-cert-logo img {
    height: 64px;
    width: auto;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .iso-cert-logos {
        gap: 24px;
    }
    .amis-promotion-v2 .iso-cert-logo {
        height: 120px;
        min-width: 140px;
        max-width: 170px;
    }
    .amis-promotion-v2 .iso-cert-logo img {
        height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .iso-cert-text {
        font-size: 24px;
    }
    .amis-promotion-v2 .iso-cert-logos {
        gap: 16px;
    }
    .amis-promotion-v2 .iso-cert-logo {
        height: 100px;
        min-width: 120px;
        max-width: 150px;
    }
    .amis-promotion-v2 .iso-cert-logo img {
        height: 36px;
    }
}


/* ============================================================
   10. AWARDS SWIPER
   ============================================================ */
.amis-promotion-v2 .awards.section-temp {
    background: #fff;
}

.amis-promotion-v2 .awards-header {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.amis-promotion-v2 .awards-title {
    color: #181d27;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
}

.amis-promotion-v2 .awards-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    /* white-space: nowrap; */
}

/* --- Swiper Awards Slider --- */
.amis-promotion-v2 .swiper.awards-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}
.amis-promotion-v2 .prize-item {
    text-align: center;
    padding: 10px;
}
.amis-promotion-v2 .prize-cup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 16px;
}
.amis-promotion-v2 .prize-cup img {
    max-height: 100%;
    width: auto;
    display: block;
}
.amis-promotion-v2 .prize-title {
    color: #181d27;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

/* --- Swiper pagination dots --- */
.amis-promotion-v2 .awards-slider .swiper-pagination {padding-top: 20px;}
.amis-promotion-v2 .awards-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #d5d7da;
    opacity: 1;
}
.amis-promotion-v2 .awards-slider .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #875bf7;
    border-radius: 50%;
    opacity: 1;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .swiper.awards-slider {
        height: 340px;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .swiper.awards-slider {
        height: 340px;
    }
    .amis-promotion-v2 .award-caption,
    .amis-promotion-v2 .award-caption-wide {
        width: 100%;
    }
    .amis-promotion-v2 .award-name {
        font-size: 16px;
        line-height: 20px;
    }
    .amis-promotion-v2 .awards-title {
        font-size: 24px;
    }
    .amis-promotion-v2 .awards-subtitle {
        font-size: 16px;
    }
}


/* ============================================================
   11. FAQ (v1 — faq-item / faq-accordion panel)
   ============================================================ */
.amis-promotion-v2 .faq.section-temp {
    background: #fff;
}

.amis-promotion-v2 .faq .page-title {
    margin-bottom: 40px;
}

/* --- FAQ Accordion (simple .faq-item) --- */
.amis-promotion-v2 .faq-list {
    max-width: 960px;
    margin: 0 auto;
}

.amis-promotion-v2 .faq-item {
    border-bottom: 1px solid #e9eaeb;
}

.amis-promotion-v2 .faq-item:first-child {
    border-top: 1px solid #e9eaeb;
}

.amis-promotion-v2 .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    color: #181d27;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.amis-promotion-v2 .faq-q:hover {
    color: #875bf7;
}

.amis-promotion-v2 .faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d5d7da;
    border-radius: 50%;
    font-size: 18px;
    color: #717680;
    transition: all 0.3s;
}

.amis-promotion-v2 .faq-item.open .faq-q {
    color: #875bf7;
}

.amis-promotion-v2 .faq-item.open .faq-icon {
    border-color: #875bf7;
    color: #875bf7;
    background: #f5f3ff;
}

.amis-promotion-v2 .faq-a {
    display: none;
    padding: 0 8px 20px;
    font-size: 16px;
    color: #535862;
    line-height: 1.6;
}

.amis-promotion-v2 .faq-a p {
    margin: 0 0 12px;
}

.amis-promotion-v2 .faq-a p:last-child {
    margin-bottom: 0;
}

/* --- FAQ Card Grid (legacy) --- */
.amis-promotion-v2 .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
}

.amis-promotion-v2 .faq-card {
    background: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s;
}

.amis-promotion-v2 .faq-card:hover {
    box-shadow: 0 8px 30px rgba(10, 27, 137, 0.08);
    border-color: #d5d7da;
}

.amis-promotion-v2 .faq-card-icon {
    margin-bottom: 16px;
}

.amis-promotion-v2 .faq-card h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    color: #181d27;
    margin: 0 0 8px;
    line-height: 1.4;
}

.amis-promotion-v2 .faq-card p {
    font-size: 14px;
    color: #535862;
    margin: 0;
    line-height: 1.6;
}

/* --- FAQ Panel Accordion (Bootstrap-style .panel) --- */
.amis-promotion-v2 .faq-accordion {
    max-width: 960px;
    margin: 0 auto;
}

.amis-promotion-v2 .faq-accordion .panel {
    border: none;
    border-bottom: 1px solid #e9eaeb;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.amis-promotion-v2 .faq-accordion .panel:first-child {
    border-top: 1px solid #e9eaeb;
}

.amis-promotion-v2 .faq-accordion .panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 8px;
    cursor: pointer;
    background: #fff;
    border: none;
    transition: color 0.2s;
}

.amis-promotion-v2 .faq-accordion .panel-heading:hover .panel-title {
    color: #875bf7;
}

.amis-promotion-v2 .faq-accordion .panel-heading-content {
    flex: 1;
}

.amis-promotion-v2 .faq-accordion .panel-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter SemiBold', sans-serif;
    color: #181d27;
    margin: 0;
    line-height: 1.4;
}

.amis-promotion-v2 .faq-accordion .panel-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
}

.amis-promotion-v2 .faq-accordion .panel-icon::before,
.amis-promotion-v2 .faq-accordion .panel-icon::after {
    content: '';
    position: absolute;
    background: #717680;
    border-radius: 2px;
    transition: all 0.3s;
}

.amis-promotion-v2 .faq-accordion .panel-icon::before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 2px;
}

.amis-promotion-v2 .faq-accordion .panel-icon::after {
    left: 50%;
    top: 4px;
    bottom: 4px;
    width: 2px;
}

.amis-promotion-v2 .faq-accordion .panel-heading:not(.collapsed) .panel-icon::after {
    opacity: 0;
}

.amis-promotion-v2 .faq-accordion .panel-heading:not(.collapsed) .panel-title {
    color: #875bf7;
}

.amis-promotion-v2 .faq-accordion .panel-collapse.collapse {
    display: none;
}

.amis-promotion-v2 .faq-accordion .panel-collapse.collapse.in {
    display: block;
}

.amis-promotion-v2 .faq-accordion .panel-answer {
    padding: 0 8px 20px;
    font-size: 16px;
    color: #535862;
    line-height: 1.6;
}

.amis-promotion-v2 .faq-accordion .panel-answer div {
    margin-bottom: 8px;
}

.amis-promotion-v2 .faq-accordion .panel-answer div:last-child {
    margin-bottom: 0;
}

.amis-promotion-v2 .faq-accordion .panel-answer a {
    color: #875bf7;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .faq-q {
        font-size: 16px;
        padding: 16px 4px;
    }
    .amis-promotion-v2 .faq-a {
        font-size: 14px;
    }
}

.amis-promotion-v2 .prize-cup:hover {
    background: url(/sites/amis/images/pages/process/bg-circle.png) no-repeat center;
    background-size: cover;
}


/* ============================================================
   12. FAQ V2 (Figma design mới nhất — .faq-v2-*)
   ============================================================ */
.faq-v2.section-temp {
    padding: 80px 0;
}
.faq-v2 .page-title {
    margin-bottom: 40px;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    font-weight: 700;
    line-height: 40px;
}
@media screen and (max-width: 767px) {
    .faq-v2 .page-title  {
        font-size: 24px;
    }
}
.faq-v2-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.faq-v2-item {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    outline: 1px solid #E9EAEB;
    outline-offset: -1px;
}
.faq-v2-item:hover {
    outline: 1px solid #7839EE;
    outline-offset: -1px;
}
/* open state */
.faq-v2-item.open {
    border-radius: 24px;
    outline: 1px solid #DDD6FE;
    box-shadow: 0px 3px 6px -6px rgba(10,27,137,0.03), 0px 6px 20px 3px rgba(116,135,255,0.03);
}
.faq-v2-header {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    cursor: pointer;
    user-select: none;
}
.faq-v2-num {
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    font-weight: 600;
    line-height: 24px;
    min-width: 17px;
}
.faq-v2-item.open .faq-v2-num,
.faq-v2-item.open .faq-v2-q {
    color: #7839EE;
}
.faq-v2-q {
    flex: 1 1 0;
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    font-weight: 600;
    line-height: 24px;
}
.faq-v2-toggle {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-v2-toggle svg {
    transition: all 0.3s ease;
}
/* icon: "+" khi đóng (2 line) → "−" khi mở (ẩn line dọc) */
.faq-v2-toggle .faq-v2-line-v {
    transition: opacity 0.3s ease;
}
.faq-v2-item.open .faq-v2-toggle .faq-v2-line-v {
    opacity: 0;
}
.faq-v2-item.open .faq-v2-line-v,
.faq-v2-item.open .faq-v2-line-h {
    stroke: #7839EE;
}
.faq-v2-body {
    display: none;
    padding-top: 12px;
}
.faq-v2-item.open .faq-v2-body {
    display: block;
}
.faq-v2-a {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .faq-v2-item {
        padding: 16px;
    }
    .faq-v2-num, .faq-v2-q {
        font-size: 16px;
    }
    .faq-v2-a {
        font-size: 14px;
    }
}

.amis-promotion-v2 .prize-cup:hover {
    background: url(/sites/amis/images/pages/process/bg-circle.png) no-repeat center;
    background-size: cover;
}
/*#region Question */
.section-p {
    padding: 80px 0;
}

@media (max-width: 979px) {
    .section-p {
        padding: 40px 0;
    }

    .default-title {
        font-size: 28px;
    }

    .default-desc {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .base-btn {
        padding: 8px 12px;
    }

    a.primary-btn {
        padding: 10px 14px;
    }

    .section-p {
        padding: 30px 0;
    }

    .default-title {
        font-size: 24px;
    }

    .default-desc {
        font-size: 16px;
    }
}

.question-wrap {
    margin-top: 40px;
}

.question .panel-group .panel {
    border-radius: 16px;
    border-color: #E9EAEB;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 20px;
}

.question .panel-default>.panel-heading {
    padding: 24px 64px 12px 24px;
    background-color: #fff;
    border-radius: 24px;
    cursor: pointer;
    background: url(/sites/amis/images/pages/manufacture-paper/ic-minus.svg) no-repeat right 24px top 24px;
    background-size: 24px;
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #7839EE;
}

.question .panel-group .panel {
    border: 2px solid #E9EAEB;
    border-radius: 16px;
    transition: border-color .3s ease;
}

.question .panel-group .panel:hover,
.question .panel-group .panel.active-panel {
    border-color: #7839EE;
}

.question .panel.panel-default:has(.panel-collapse.in) {
    border: 2px solid #7839EE;
}

.question .panel-default>.panel-heading.collapsed {
    padding-bottom: 24px;
    background: url(/sites/amis/images/pages/manufacture-paper/ic-plus.svg) no-repeat right 24px top 24px;
    background-size: 24px;
    color: #181D27;
    border: 2px sold #7839EE;
}

.answer-text {
    padding: 0 64px 24px 24px;
    color: #414651;
    letter-spacing: -0.2px;
}

.answer-text p {
    display: block;
}

@media (max-width: 979px) {
    .question-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .question-wrap {
        margin-top: 24px;
    }

    .question .panel-group .panel:not(:first-child) {
        margin-top: 16px;
    }

    .question .panel-default>.panel-heading {
        font-size: 14px;
        padding: 16px 24px 8px 16px;
        background-position: top 16px right 0;
    }

    .question .panel-default>.panel-heading.collapsed {
        background-position: top 16px right 0;
        padding-bottom: 16px;
    }

    .answer-text {
        font-size: 14px;
        padding: 0 24px 16px 16px;
    }
}



/* ============================================================
   13. QUESTION PANEL ACCORDION (kế toán / section-temp.question)
   ============================================================ */
.section-temp.question {
    padding: 64px 0 96px 0;
}
.section-temp.question .question-wrap {
    margin: 0;
    padding-top: 40px;
    font-size: 18px;
}
.section-temp.question .panel-group .panel {
    border-radius: 16px;
    border: 1px solid #E9EAEB;
}
.section-temp.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}
.section-temp.question .panel-heading {
    padding: 24px 48px 24px 24px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Inter SemiBold', sans-serif;
    margin: 0;
    position: relative;
}
/* closed state icon */
.section-temp.question .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/ketoan/ic-dow.webp) no-repeat right 24px top 30px;
    background-size: 12px;
}
/* open state icon */
.section-temp.question .panel-heading:not(.collapsed) {
    background: url(/sites/amis/images/pages/ketoan/ic-up.webp) no-repeat right 15px top 25px;
    background-size: 12px;
}
.section-temp.question .panel-collapse {
    display: none;
}
.section-temp.question .panel-collapse.in {
    display: block;
}
.section-temp.question .panel-answer {
    padding: 0 24px 24px 24px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}
.section-temp.question .panel-answer a {
    color: #2662FF;
}
.section-temp.question .panel-answer li {
    display: block;
    margin-left: 10px;
}
.section-temp.question .panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.section-temp.question .panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}
.section-temp.question .panel-answer ul li:last-child {
    padding-bottom: 0;
}
.section-temp.question .panel-answer > div:not(:last-child) {
    padding-bottom: 6px;
}
/* active panel highlight (both :has() progressive-enhancement + JS fallback class) */
.section-temp.question .panel-default:has(.panel-collapse.in),
.section-temp.question .panel-default.active-panel {
    border-radius: 24px;
    border: 1px solid #5993FF;
    background: #FFF;
    box-shadow: 0 6px 20px 3px rgba(116,135,255,0.03), 0 3px 6px -6px rgba(10,27,137,0.03);
}
.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading,
.section-temp.question .panel-default.active-panel .panel-heading {
    color: #2662FF;
}

@media screen and (max-width: 979px) {
    .section-temp.question {
        padding-bottom: 10px;
    }
    .section-temp.question .question-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .section-temp.question .panel-heading {
        font-size: 16px;
        padding: 16px 40px 16px 16px;
    }
    .section-temp.question .panel-heading.collapsed {
        background-position: right 16px top 22px;
    }
    .section-temp.question .panel-heading:not(.collapsed) {
        background-position: right 10px top 18px;
    }
    .section-temp.question .panel-answer {
        font-size: 14px;
        padding: 0 16px 16px 16px;
    }
}


/* ============================================================
   14. REGISTER CTA (v2 — .register.section-temp)
   ============================================================ */
.amis-promotion-v2 .register.section-temp {
    background: linear-gradient(135deg, #7839ee 0%, #875bf7 100%), url(/sites/amis/images/pages/amis-promotion/bg-register.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 0;
}

.amis-promotion-v2 .register-wrap {
    display: flex;
    align-items: center;
    gap: 64px;
    position: relative;
}

.amis-promotion-v2 .register-left {
    flex: 1;
}

.amis-promotion-v2 .register-title-text {
    color: #fff;
    font-family: 'Inter Bold', GoogleSans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}

.amis-promotion-v2 .register-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 32px;
}

.amis-promotion-v2 .register-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

.amis-promotion-v2 .register-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 12px 16px;
}

.amis-promotion-v2 .register-benefit-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-promotion-v2 .register-benefit-icon img {
    width: 40px;
    height: 40px;
    display: block;
}

.amis-promotion-v2 .register-benefit-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.amis-promotion-v2 .register-benefit-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Inter Bold', GoogleSans, sans-serif;
    line-height: 1.3;
}

.amis-promotion-v2 .register-benefit-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.4;
}

.amis-promotion-v2 .register-robot-pos {
    width: 171px;
    height: 376px;
    aspect-ratio: 171/376;
    position: absolute;
    right: 483px;
    bottom: 75.33px;
    z-index: 0;
}

.amis-promotion-v2 .register-form-col {
    width: 440px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.amis-promotion-v2 .crm-hero-form-placeholder {
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px;
    border: 3px solid #c3b5fd;
    box-shadow: 0 14px 60px rgba(10, 27, 137, 0.1);
}

.amis-promotion-v2 .register-form-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter SemiBold', GoogleSans, sans-serif;
    text-align: center;
    color: #181d27;
    margin-bottom: 24px;
}

/* Form field overrides */
.amis-promotion-v2 .crm-hero-form-placeholder form.private-form input[type="text"],
.amis-promotion-v2 .crm-hero-form-placeholder form.private-form input[type="tel"],
.amis-promotion-v2 .crm-hero-form-placeholder form.private-form input[type="email"],
.amis-promotion-v2 .crm-hero-form-placeholder form.private-form input[type="number"],
.amis-promotion-v2 .crm-hero-form-placeholder form.private-form select {
    height: 52px !important;
    border-radius: 12px !important;
    border: 1px solid #d5d7da !important;
    font-size: 16px !important;
    font-family: 'Inter', GoogleSans, sans-serif !important;
    padding: 10px 16px !important;
    color: #181d27 !important;
    background: #fff !important;
}

.amis-promotion-v2 .crm-hero-form-placeholder form.private-form input::placeholder {
    color: #a4a7ae !important;
}

.amis-promotion-v2 .register-section form.private-form input.btn-form-submit {
    font-size: 16px !important;
    background: linear-gradient(76deg, #7839EE 0%, #A48AFB 100%) !important; */
    color: #fff !important;
    border-radius: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-family: 'Inter SemiBold', GoogleSans, sans-serif;
    height: 52px !important;
    border: none !important;
    box-shadow: 0 4px 24px rgba(135, 91, 247, 0.3) !important;
    cursor: pointer !important;
}

.amis-promotion-v2 .submit-wrapper .btn-orange 
    background: linear-gradient(76deg, #7839EE 0%, #A48AFB 100%) !important; */
}

.amis-promotion-v2 .crm-hero-form-placeholder form.private-form div.submit-wrapper input.btn-form-submit:hover {
    box-shadow: 0 6px 32px rgba(135, 91, 247, 0.4) !important;
}

@media screen and (max-width: 979px) {
    .amis-promotion-v2 .register-wrap {
        flex-direction: column;
        gap: 32px;
    }
    .amis-promotion-v2 .register-form-col {
        width: 100%;
    }
    .amis-promotion-v2 .register-title-text {
        font-size: 24px;
    }
    .amis-promotion-v2 .register-robot-pos {
        position: static;
        width: 220px;
        height: auto;
        aspect-ratio: auto;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .register-title-text {
        font-size: 20px;
        line-height: 28px;
    }
    .amis-promotion-v2 .register-subtitle {
        font-size: 14px;
    }
    .amis-promotion-v2 .register-wrap {
        gap: 24px;
    }
    .amis-promotion-v2 .register-robot-pos {
        width: 160px;
        height: auto;
        aspect-ratio: auto;
    }
    .amis-promotion-v2 .crm-hero-form-placeholder {
        padding: 20px 16px;
    }
}


/* ============================================================
   15. REGISTER SECTION (alt style — .register-section / reg-feat-*)
   ============================================================ */
.register-section {
    background: url(/sites/amis/images/pages/amis-promotion-v2/bg-register.webp);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.register-section__header {
    width: 100%;
    max-width: 898px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
}

.register-section__title {
    color: white;
    font-size: 40px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 1.2;
    word-wrap: break-word;
}

.register-section__content {
    display: flex;
    justify-content: space-between;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-section__feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.register-section__feature-icon img {
    width: 80px;
    height: 76px;
    object-fit: contain;
}

.register-section__feature-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 288px;
}

.register-section__feature-title {
    color: white;
    font-size: 18px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__feature-description {
    color: white;
    font-size: 16px;
    word-wrap: break-word;
}

.register-section__subtitle {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 24px;
    grid-column: span 2;
    max-width: 475px;
    font-family: 'Inter SemiBold', sans-serif;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 36px;
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 542px;
    min-width: 515px;
}

.register-section__form {
    padding: 32px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #6B7280;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    word-wrap: break-word;
}

.register-section__form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.register-section__form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.register-section__form-row .register-section__form-field {
    flex: 1;
}

.register-section__form-field {
    align-self: stretch;
    width: 100%;
    display: flex;
    align-items: center;
}

.register-section__form-input {
    width: 100%;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    border: 1px #D1D5DB solid;
    color: #252B37;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    box-sizing: border-box;
}

.register-section__form-input::placeholder {
    color: #9CA3AF;
}

.register-section__form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239CA3AF' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.register-section__form-input-placeholder {
    flex: 1 1 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.register-section__form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.register-section__form-agreement {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 16px;
    color: #252B37;
    cursor: pointer;
}

.register-section__form-agreement input[type="checkbox"] {
    margin-top: 2px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.register-section__form-agreement a {
    color: #0263E0;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter SemiBold', GoogleSans, sans-serif;
}

.register-section__form-agreement a:hover {
    text-decoration: underline;
}

.register-section__form-side-image {
    width: 100%;
    max-width: 508px;
    height: auto;
    opacity: 0.80;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(196, 196, 196, 0) 100%);
    box-shadow: 0px 4px 60px rgba(9.90, 26.89, 137.31, 0.10);
    border-radius: 36px;
    border: 2px white solid;
    backdrop-filter: blur(30px);
}

/* --- Register features (left column) --- */
.register-features-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reg-feat-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: 100%;
    max-width: 700px;
}

.reg-feat-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reg-feat-title {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.reg-feat-desc {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}

.reg-feat-grid {
    align-self: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px 5px;
    flex-direction: row;
}

.reg-feat-item {
    width: 300px;
    min-width: 240px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.reg-feat-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-feat-item-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.reg-feat-item-title {
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}

.reg-feat-item-desc {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

/* --- Robot decoration image --- */
.robot {
    position: absolute;
}

img.robot.robot-9 {
    bottom: -64px;
    left: 48%;
    width: 171px;
    height: 376px;
}

@media (max-width: 980px) {
    img.robot.robot-9 {
        display: none;
    }
}
@media (max-width: 1280px) {
    img.robot.robot-9 {
        bottom: -64px;
        left: 30%;
        width: 171px;
        height: 376px;
    }
}
@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
    }
    .register-section {
        padding-top: 48px;
    }
    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }
    .register-section__form-wrapper {
        flex-direction: column;
        padding: unset;
        min-width: unset;
    }
    .register-section__form {
        max-width: 100%;
        padding: 24px;
    }
    .reg-feat-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }
    .reg-feat-title {
        font-size: 24px;
        line-height: 34px;
    }
    .reg-feat-inner {
        gap: 24px;
    }
    .reg-feat-item {
        width: 100%;
        min-width: unset;
    }
    .robot {
        width: 20%;
    }
    img.robot.robot-9 {
        left: 0px;
        bottom: -61px;
    }
}

@media (max-width: 767px) {
    img.robot.robot-9 {
        display: none;
    }
}


/* ============================================================
   16. FOOTER ECOSYSTEM
   ============================================================ */
.amis-promotion-v2 .ecosystem.section-temp {
    background: #fff;
}

.amis-promotion-v2 .rc-col {
    float: left;
}

.amis-promotion-v2 .rc-col:not(:last-child) {
    padding-right: 10px;
}

.amis-promotion-v2 .rc-col-item {
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
    padding-bottom: 16px;
    padding-top: 20px;
    font-size: 18px;
    color: #181d27;
}

.amis-promotion-v2 .rc-col-content a {
    display: block;
    padding-bottom: 10px;
    color: #4b5563;
    display: table;
    font-size: 15px;
}

.amis-promotion-v2 .rc-col-content a:hover {
    color: #875bf7;
}

@media screen and (min-width: 980px) {
    .amis-promotion-v2 .rc-col:nth-child(1) {
        width: 26%;
    }
    .amis-promotion-v2 .rc-col:nth-child(2) {
        width: 20%;
    }
    .amis-promotion-v2 .rc-col:nth-child(3) {
        width: 20%;
    }
    .amis-promotion-v2 .rc-col:nth-child(4) {
        width: 17%;
    }
    .amis-promotion-v2 .rc-col:nth-child(5) {
        width: 17%;
    }
    .amis-promotion-v2 .rc-col-item {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .amis-promotion-v2 .rc-col {
        width: 50% !important;
    }
}


/* ============================================================
   17. SHARED BUTTON ANIMATIONS (borderMove / ai-btn / line-action)
   ============================================================ */
.line-action:hover {
    border: 2px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-size: 100% 100%, 200% 100%;
    animation: aiBtnBorderMove 3s linear infinite;
}

.borderMove {
    position: relative;
    overflow: visible;
    display: inline-block;
}

.borderMove > * {
    position: relative;
    z-index: 1;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff6ec4, #7873f5, #22d3ee, #4ade80, #ff6ec4);
    background-size: 300% 300%;
    z-index: 0;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

@keyframes shadowMove {
    0%   { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

.ai-btn {
    outline: none !important;
    opacity: 1 !important;
}

.ai-btn:hover {
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box !important;
    background-size: 200% 200% !important;
    animation: aiBtnBorderMove 3s linear infinite;
    color: #2662FF;
}

.product-icon-box {}

@media (max-width: 979px) {
    .product-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .borderMove {
        width: 100%;
    }
}
