@import url('page-landing-ai.css');

/* ============================================
   v2 新增區塊：困擾條列 / 步驟流程 / 適合情境
   直接沿用 page-landing.css 既有的共用元件與 token
  （landing-h2 / point / spotlight / ul.icon / evolution-list / summary / picbox），
   確保顏色、字級、RWD 斷點都跟 page-beginner-talents-v2 / recruiter-v2 / employer-v2 一致。
   這裡只補上版面排列所需的最小 CSS。
   ============================================ */

/* ---------- 四個工具章節：拿掉分隔線、拿掉 01/02/03/04 數字，
   工具名稱圖示比照 page-landing-profile-overview.css 的「生成自我介紹」標題樣式 (.guide-title-icon)，
   位置維持在原本 chapter-name 的位置（內文欄位最上方） ---------- */

.ai-page .service-chapter {
    border-top: none;
}

.ai-page .service-chapter-alt {
    background: #fff;
}

.ai-page .chapter-name-text {
    color: var(--studio-purple);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.ai-page .chapter-name i {
    background: var(--studio-purple);
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
}

/* 四個工具區塊打勾清單，樣式比照 page-beginner-profilecard-v3.html
   「夯卡」區塊的 ul.icon.checkround（淡紫底 + 紫色打勾），取代原本純紫底白勾 */
.ai-page .chapter-outcomes i {
    background: var(--studio-purple-soft);
    color: var(--studio-purple);
}

/* ---------- 信任區塊副標題，樣式比照 page-beginner-employer-v2.html 的 .feature h3.landing-bodym ---------- */

.ai-page .feature h2.landing-h2 {
    margin-bottom: 12px;
}

/* 這個標題的螢光筆效果文字會換行，spotlight 預設用單行的三張圖片組成底線，
   換行後 ::before/::after 端點圖示會跑位、超出範圍，改用 box-decoration-break: clone
   讓每一行各自畫出完整的底線效果 */
.ai-page .feature h2.landing-h2 .spotlight {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.ai-page .feature h3.landing-bodym {
    color: #666666;
    margin-bottom: 40px;
    text-align: center;
}

/* 三張說明卡的文案長度不同，仍維持一致高度。 */
.ai-page .feature .landing-aditem {
    align-items: stretch;
}

.ai-page .feature .landing-aditembox.three-column {
    box-sizing: border-box;
}

/* ---------- 「AI 陪你整理」信任區塊：三個 icon 尺寸統一為 48x48 ---------- */

.ai-page .feature .picbox i,
.ai-page .feature .picbox svg {
    color: #6D01BE;
    font-size: 48px;
    height: 48px;
    width: 48px;
}

/* ---------- 四個工具章節：拿掉底圖格線與 01/02/03/04 數字浮水印，比照 page-profile-overview.html 的工具詳細介紹（純淨、無裝飾底圖） ---------- */

.ai-page .artifact-stage {
    background: none;
    min-height: 0;
    padding: 0;
}

.ai-page .artifact-stage::before,
.ai-page .artifact-stage::after {
    content: none;
}

/* ---------- STAR 章節的示意卡片改成實際工具畫面截圖輪播 ---------- */

.ai-page .screenshot-carousel {
    aspect-ratio: 2080 / 1920;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 480px;
    overflow: hidden;
    position: relative;
}

/* 四個工具章節的示意圖對齊：
   STAR / AI 面試教練（.service-chapter，圖在右）電腦版靠右；
   AI 求職信 / AI 職場形象照（.service-chapter-alt，圖在左）電腦版靠左；
   手機版四個都置中 */
.ai-page .artifact-stage-star .screenshot-carousel,
.ai-page .artifact-stage-interview .screenshot-carousel {
    margin-left: auto;
    margin-right: 0;
}

.ai-page .artifact-stage-cover-letter .screenshot-carousel,
.ai-page .artifact-stage-photo .screenshot-carousel {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 991px) {
    .ai-page .artifact-stage-star .screenshot-carousel,
    .ai-page .artifact-stage-interview .screenshot-carousel,
    .ai-page .artifact-stage-cover-letter .screenshot-carousel,
    .ai-page .artifact-stage-photo .screenshot-carousel {
        margin-left: auto;
        margin-right: auto;
    }
}

/* 作業系統開啟「減少動態效果」時，停止輪播與頁面動畫。 */
.ai-page.is-motion-paused *,
.ai-page.is-motion-paused *::before,
.ai-page.is-motion-paused *::after {
    animation-play-state: paused !important;
    transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .ai-page *,
    .ai-page *::before,
    .ai-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.ai-page .screenshot-carousel img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
}

.ai-page .screenshot-carousel img.is-active {
    opacity: 1;
}

/* ---------- Hero，完整比照 page-beginner-employer-v2.html 的 .banner 結構 ---------- */

.ai-page .banner {
    background: linear-gradient(180deg, rgba(240, 219, 255, 0.6) 0%, rgba(240, 219, 255, 0) 100%);
    overflow: hidden;
}

.ai-page .banner .container {
    padding-bottom: 80px;
    padding-top: 80px;
}

.ai-page .banner .landing-aditem {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
}

.ai-page .banner .landing-aditem > div:first-child {
    margin-right: 0;
    width: auto;
}

.ai-page .banner h1,
.ai-page .banner p {
    text-align: left;
}

.ai-page .banner .slgan p {
    padding-top: 24px;
}

.ai-page .slgan .landing-h1 i {
    font-size: clamp(52px, 4.45vw, 64px);
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 120%;
    white-space: nowrap;
}

html[lang="en"] .ai-page .banner .landing-aditem {
    gap: 32px;
    grid-template-columns: minmax(520px, 1fr) minmax(280px, 520px);
}

html[lang="en"] .ai-page .banner .landing-h1 {
    font-size: 55px;
}

html[lang="en"] .ai-page .slgan .landing-h1 i {
    font-size: 44px;
}

@media (min-width: 1280px) {
    html[lang="zh-TW"] .ai-page .banner .robot-stage {
        max-width: 480px;
    }
}

.ai-page .banner .banner-box {
    position: relative;
}

.ai-page .banner .banner-box::before {
    background: #6D01BE;
    content: "";
    filter: blur(50px);
    height: 50px;
    left: 10%;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: -1;
}

.ai-page .banner .banner-box::after {
    background: #6D01BE;
    bottom: 40px;
    content: "";
    filter: blur(50px);
    height: 50px;
    position: absolute;
    right: 5%;
    width: 50px;
    z-index: -1;
}

.ai-page .banner .robot-stage {
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    max-width: 520px;
    position: relative;
    width: 100%;
}

.ai-page .robot-assembly {
    animation: robotFloat 3.6s ease-in-out infinite;
    height: 100%;
    position: relative;
    width: 100%;
}

@keyframes robotFloat {
    0%, 100% {
        transform: translate(4%, 0%);
    }

    50% {
        transform: translate(4%, -10px);
    }
}

@keyframes robotFloatCentered {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(0%, -10px);
    }
}

.ai-page .robot-ring {
    animation: robotRingGlow 2s ease-in-out infinite;
}

@keyframes robotRingGlow {
    0%, 100% {
        filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 8px #fff);
        opacity: 0.85;
    }

    50% {
        filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 16px #fff);
        opacity: 1;
    }
}

.ai-page .robot-antenna-spark {
    fill: #fff;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 3px #C270FF) drop-shadow(0 0 5px #6D01BE);
    mix-blend-mode: plus-lighter;
}

.ai-page .robot-antenna-spark-2 {
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #C270FF) drop-shadow(0 0 3px #6D01BE);
}

.ai-page .robot-illustration {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ai-page .robot-part-body {
    z-index: 2;
}

.ai-page .robot-part-hand-left {
    z-index: 1;
}

.ai-page .robot-part-hand-right {
    z-index: 3;
}

.ai-page .robot-part-hand-left {
    animation: robotHandSlide 2.8s ease-in-out infinite;
    transform-box: view-box;
    transform-origin: 46% 45%;
}

.ai-page .robot-part-hand-right {
    animation: robotWaveRight 2.8s ease-in-out infinite;
    animation-delay: 0.3s;
    transform-box: view-box;
    transform-origin: 61% 51%;
}

@keyframes robotHandSlide {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

.ai-page .robot-sparkles {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.ai-page .robot-sparkles .sparkle {
    animation: robotSparkleTwinkle 2.4s ease-in-out infinite;
    color: #fff;
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 5px #C270FF);
    font-size: 14px;
    position: absolute;
}

.ai-page .robot-sparkles .sparkle-1 {
    animation-delay: 0s;
    left: -8%;
    top: 40%;
}

.ai-page .robot-sparkles .sparkle-2 {
    animation-delay: 0.6s;
    font-size: 10px;
    left: 65%;
    top: 40%;
}

.ai-page .robot-sparkles .sparkle-3 {
    animation-delay: 1.2s;
    font-size: 18px;
    left: 68%;
    top: 87%;
}

.ai-page .robot-sparkles .sparkle-4 {
    animation-delay: 1.8s;
    font-size: 11px;
    left: -10%;
    top: 89%;
}

@keyframes robotSparkleTwinkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0.4) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1) rotate(20deg);
    }
}

@keyframes robotWaveRight {
    0%, 100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(6deg);
    }
}

.ai-page .robot-eye {
    animation: robotBlink 3.2s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes robotBlink {
    0%, 80%, 100% {
        transform: scaleY(1);
    }

    88%, 92% {
        transform: scaleY(0.1);
    }
}

.ai-page .robot-window-cards {
    height: 46%;
    left: -3%;
    position: absolute;
    top: 45%;
    width: 66%;
    z-index: 4;
}

.ai-page .stacked-card {
    aspect-ratio: 1440 / 1024;
    background: #fff;
    border: 1px solid var(--studio-purple-border);
    border-radius: 12px;
    height: auto;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: left 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
    width: 78%;
}

.ai-page .stacked-card.slot-left {
    left: 22%;
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ai-page .stacked-card.slot-center {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.ai-page .stacked-card.slot-right {
    left: 78%;
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ai-page .stacked-card.slot-hidden {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
}


.ai-page .stacked-card .artifact-body {
    padding: 10px 12px;
}

.ai-page .stacked-card:has(.photo-pair) {
    display: flex;
    flex-direction: column;
}

.ai-page .stacked-card:has(.photo-pair) .artifact-body {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 6px 12px;
}

.ai-page .stacked-card .artifact-result p {
    font-size: 12px;
}

/* STAR 經歷整理：輸入內容 -> 整理後 的轉換效果 */
.ai-page .stacked-card .star-transform {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    height: 100%;
}

.ai-page .stacked-card .star-block {
    flex: 1;
}

.ai-page .stacked-card .star-block small {
    color: var(--studio-purple);
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
}

.ai-page .stacked-card .star-block p {
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}

.ai-page .stacked-card .star-before {
    background: #F5F5F5;
    border-radius: 6px;
    color: #9a94a3;
    padding: 6px 8px;
}

.ai-page .stacked-card .star-before p {
    color: #9a94a3;
}

.ai-page .stacked-card .star-after {
    background: var(--studio-purple-soft);
    border-left: 3px solid var(--studio-purple);
    border-radius: 6px;
    padding: 6px 8px;
}

.ai-page .stacked-card .star-transform-arrow {
    align-self: center;
    color: var(--studio-purple);
    flex-shrink: 0;
    font-size: 16px;
}

/* AI 求職信：模擬信件版面 */
.ai-page .stacked-card .letter-mock {
    font-size: 11px;
}

.ai-page .stacked-card .letter-mock p {
    font-size: 11px;
    margin: 0 0 5px;
}

.ai-page .stacked-card .letter-greeting {
    color: #4a4453;
    font-weight: 600;
}

.ai-page .stacked-card .letter-line-highlight {
    background: var(--studio-purple-soft);
    border-left: 3px solid var(--studio-purple);
    border-radius: 6px;
    color: var(--studio-purple);
    line-height: 1.3;
    padding: 5px 7px;
}

.ai-page .stacked-card .letter-line-fade {
    background: #ece7f0;
    border-radius: 3px;
    height: 6px;
    width: 100%;
}

.ai-page .stacked-card .letter-line-short {
    width: 60%;
}

.ai-page .stacked-card .letter-signoff {
    color: #9a94a3;
    margin-top: 5px !important;
}

/* AI 面試教練：模擬對話 */
.ai-page .stacked-card .interview-chat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ai-page .stacked-card .chat-bubble {
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.4;
    max-width: 82%;
    padding: 6px 10px;
}

.ai-page .stacked-card .chat-q {
    align-self: flex-start;
    background: #F5F5F5;
    border-bottom-left-radius: 2px;
    color: #4a4453;
}

.ai-page .stacked-card .chat-a {
    align-self: flex-end;
    background: #F9F1FF;
    border-bottom-right-radius: 2px;
    color: var(--studio-purple);
}

.ai-page .stacked-card .photo-pair {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.ai-page .stacked-card .photo-pair figure {
    margin: 0;
    text-align: center;
    width: 30%;
}

.ai-page .stacked-card .photo-pair img {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.ai-page .stacked-card .photo-pair figcaption {
    color: var(--studio-purple);
    font-size: 10px;
    line-height: 1.3;
    margin-top: 2px;
}

.ai-page .stacked-card .photo-pair-arrow {
    color: var(--studio-purple);
    flex-shrink: 0;
    font-size: 22px;
}

/* ---------- 困擾條列 (topic，完整比照 employer-v2「找不到人，其實是找人的方式已經不適用了」區塊) ---------- */

.ai-page .topic .landing-aditem .landing-aditembox:first-child {
    width: 80%;
}

.ai-page .topic .landing-aditem h2 {
    text-align: left;
}

/* 圖片的 width/height 屬性只提供原始比例，縮放時由寬度等比例決定高度。 */
.ai-page .topic .img img,
.ai-page .startact .landing-picbox img {
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .ai-page .topic .img img {
        max-width: 70%;
        min-width: 240px;
    }
}

/* Bento Grid 功能總覽，完整比照 page-landing-profile-overview.css 的 .bento-overview/.bento-grid/.bento-tile，
   四個工具改成 4 欄（原版是 12 個功能用 6 欄） */

.ai-page .bento-overview {
    background: #fff;
}

.ai-page .bento-overview .container {
    padding-bottom: 80px;
    padding-top: 80px;
}

.ai-page .guide-section-head {
    margin: 0 auto 40px;
    max-width: 720px;
    text-align: center;
}

.ai-page .guide-section-head .landing-h2 {
    margin-bottom: 12px;
}

.ai-page .guide-section-head .landing-bodym {
    color: #666666;
}

.ai-page .bento-grid {
    display: grid;
    gap: 12px;
    grid-auto-rows: 150px;
    grid-template-columns: repeat(4, 1fr);
}

.ai-page .bento-tile {
    align-items: flex-start;
    background: #F9F1FF;
    border: 1px solid #ECDCFB;
    border-radius: 16px;
    color: #1A1A1A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    position: relative;
    text-decoration: none;
    transition: border-color 0.2s ease-in-out;
}

.ai-page .bento-tile:hover {
    border-color: #6D01BE;
    color: #1A1A1A;
}

.ai-page .bento-tile::before {
    background: radial-gradient(circle, rgba(109, 1, 190, 0.14), rgba(109, 1, 190, 0) 70%);
    border-radius: 50%;
    content: "";
    height: 65%;
    pointer-events: none;
    position: absolute;
    right: -20%;
    top: -35%;
    width: 65%;
}

.ai-page .bento-icon,
.ai-page .bento-tile h3,
.ai-page .bento-desc {
    position: relative;
    z-index: 1;
}

.ai-page .bento-icon {
    align-items: center;
    background: var(--studio-purple);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    margin-bottom: 12px;
    width: 40px;
}

.ai-page .bento-tile h3 {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px;
}

.ai-page .bento-desc {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 767px) {
    .ai-page .bento-grid {
        gap: 8px;
        grid-auto-rows: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .ai-page .bento-tile {
        min-height: 120px;
        padding: 12px;
    }

    .ai-page .bento-icon {
        font-size: 16px;
        height: 32px;
        margin-bottom: 8px;
        width: 32px;
    }
}

/* ---------- 電腦版各區塊上下間距統一為 80px ---------- */

.ai-page .topic .container,
.ai-page .feature .container,
.ai-page .service-chapter .container,
.ai-page .startact .container {
    padding-bottom: 80px;
    padding-top: 80px;
}

/* ---------- 結尾 CTA (startact，完整比照 employer-v2「關鍵職缺已經空窗太久？」區塊) ---------- */

.ai-page .startact {
    background: url(../images/landing/employer-ad07bg.png) center bottom no-repeat #F9F1FF;
    background-size: contain;
}

.ai-page .startact .landing-aditem h2 {
    margin-bottom: 0;
    text-align: left;
}

.ai-page .startact .btn-group {
    padding-top: 60px;
}

.ai-page .startact .landing-aditem > div:first-child {
    width: 75%;
}

.ai-page .startact .landing-picbox {
    position: relative;
}

.ai-page .startact .landing-picbox::before {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: lighthelper;
    background: #c270ff;
    border-radius: 50%;
    content: "";
    filter: blur(20px);
    height: 50px;
    left: 68%;
    mix-blend-mode: plus-lighter;
    position: absolute;
    top: 55%;
    width: 50px;
}

@keyframes lighthelper {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/* ---------- Responsive ---------- */

@media (min-width: 992px) and (max-width: 1279px) {
    .ai-page .banner .landing-aditem,
    html[lang="en"] .ai-page .banner .landing-aditem {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    }

    .ai-page .banner .robot-stage {
        max-width: 420px;
    }

    html[lang="zh-TW"] .ai-page .banner .landing-aditem {
        gap: 40px;
        grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    }

    html[lang="zh-TW"] .ai-page .banner .robot-stage {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .ai-page .banner .landing-aditem {
        display: flex;
        flex-direction: column;
    }

    .ai-page .banner .landing-aditem > div:first-child {
        margin-right: 0;
        width: 100%;
    }

    .ai-page .banner h1,
    .ai-page .banner p {
        text-align: center;
    }

    .ai-page .banner .btn-group {
        justify-content: center;
    }

    .ai-page .banner .robot-stage {
        margin-top: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ai-page .banner .robot-stage {
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .ai-page .startact {
        background-position: center 50%;
        background-size: initial;
    }

    .ai-page .startact .landing-aditem {
        flex-direction: column;
    }

    .ai-page .startact .landing-aditem > div:first-child {
        width: 100%;
    }

    .ai-page .startact .landing-aditem h2 {
        text-align: left;
    }

    .ai-page .startact .landing-picbox {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .ai-page .startact .landing-picbox img {
        max-width: 70%;
    }

    .ai-page .startact .btn-group {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
    }

    .ai-page .startact .btn-group .button {
        margin-right: 0;
        width: 100%;
    }
}

/* ---------- RWD 補強：v2 新增區塊的手機版間距/字級，
   確保覆蓋前面桌機版設定（放在檔案最後，選擇器優先權相同時以後者為準） ---------- */

@media (max-width: 767px) {
    .ai-page .banner .container {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .ai-page .banner .landing-aditem > div:first-child {
        margin-right: 0;
        width: 100%;
    }

    .ai-page .banner h1,
    .ai-page .banner p {
        text-align: center;
    }

    .ai-page .banner .btn-group .button {
        box-sizing: border-box;
        margin-right: 0;
        width: 100%;
    }

    .ai-page .banner .robot-stage {
        margin-bottom: -20%;
        margin-top: 24px;
        transform: scale(0.8);
        transform-origin: top center;
    }

    .ai-page .robot-assembly {
        animation-name: robotFloatCentered;
    }

    .ai-page .robot-window-cards {
        left: 17%;
    }

    .ai-page .bento-overview .container {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .ai-page .slgan .landing-h1 i {
        font-size: 40px;
    }

    html[lang="en"] .ai-page .banner .landing-h1 {
        font-size: 38px;
    }

    html[lang="en"] .ai-page .slgan .landing-h1 i {
        font-size: 32px;
    }

    .ai-page .topic .container {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .ai-page .topic .landing-aditem .landing-aditembox:first-child {
        width: 100%;
    }

    .ai-page .topic .landing-aditembox:last-child {
        justify-content: center;
        margin-top: 40px;
    }

    .ai-page .topic .img {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ai-page .topic h2.landing-h2 {
        margin-bottom: 0;
    }

    .ai-page .feature .container {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .ai-page .feature h3.landing-bodym {
        margin-bottom: 0;
    }

    .ai-page .feature .landing-aditembox.three-column {
        min-height: 128px;
    }

    html[lang="en"] .ai-page .feature .landing-aditembox.three-column {
        min-height: 160px;
    }

    .ai-page .guide-section-head {
        margin-bottom: 0;
    }

    .ai-page .service-chapter .container {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .ai-page .startact .container {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }
}

@media (max-width: 374px) {
    html[lang="en"] .ai-page .banner .landing-h1 {
        font-size: clamp(32px, 9.5vw, 36px);
    }

    html[lang="en"] .ai-page .slgan .landing-h1 i {
        font-size: clamp(27px, 8.5vw, 32px);
    }
}
