main {
    background-color: #fff;
}

header {
    height: auto !important;
}

/* .main-heading {
    color: #ffffff;
    line-height: 1.25;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 64px;
} */

/* .cta-button {
    background: linear-gradient(270deg, #ff5c00 0%, #ef860a 100%);
    color: white;
    border: none;
    font-size: 2.0rem;
    padding: 15px 45px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 6px 20px rgba(255, 92, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
} */

.cta-button-hero {
    font-size: 2.0rem;
}

/* .sub-heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: normal;
} */

/* .strategy-kadai-box__list-item {
    position: relative;
} */

/* .user-hero-content {
    width: 800px;
} */

/* .strategy-kadai-box__list-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: min(24px, 1.5vw);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(/assets/images/key_check01.svg) no-repeat center center / 100% auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

/* .strategy-section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding-top: 60px;
} */

/* .strategy-keys {
    margin-top: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 248, 248)), to(rgb(241, 241, 241)));
    background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgb(241, 241, 241) 100%);
} */

/* .solution-section {
    padding: 80px 20px;
    background: white;
} */

/* .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
} */

/* .feature-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-top: 3px solid var(--accent-color);
    text-align: left;
    display: block;
    min-width: 300px;
    max-width: 350px;
} */

.scenarioContainer-list {
    display: flex;
    width: max-content;
    gap: 40px;
    padding: 0 20px;

}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* .minimal-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
} */

/* .feature-check {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 10px;
    vertical-align: middle;
} */

/* .feature-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
} */

/* .feature-description {
    color: #666;
    line-height: 1.7;
} */

.highlight {
    background-color: #fff9e6;
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    color: var(--secondary-color);
}

/* .secondary-button {
    background-color: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.secondary-button:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
} */

/* .section-spacing {
    margin-bottom: 20px;
} */

/* .compact-heading {
    font-size: 1.6rem;
    margin-bottom: 15px;
} */

/* .standard-text {
    font-size: 1rem;
    color: #555;
} */

/* .strategy-section-left {
    flex: 1;
    min-width: 300px;
}

.strategy-section-left h3 {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.strategy-section-left p {
    color: #555555;
    line-height: 1.8;
}

.strategy-section-left .num {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 4rem;
} */

/* .strategy-section-right {
    flex: 1;
    min-width: 300px;
    text-align: center;
} */

.strategy-keyblock__arw {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(125%);
}

.strategy-keyblock__arw img {
    width: min(88px, 3.5vw);
}

.strategy-section-image img {
    width: 60%;
}

/* .strategy-strengths-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(127px, 10.8vw);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: min(1244px, 77.75vw);
    margin: min(60px, 3.75vw) auto 0;
} */

/* .strategy-strengths-boxs__box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: min(32px, 2vw) min(24px, 1.5vw) min(50px, 3.125vw);
    border: rgba(242, 2, 29, 0.46) solid min(5px, 0.3125vw);
    border-radius: min(36px, 2.25vw);
    writing-mode: vertical-rl;
}

.strategy-strengths-boxs__box::before {
    position: absolute;
    top: 50%;
    left: calc(100% + min(4px, 0.25vw));
    display: block;
    content: "";
    width: min(131px, 20.9375vw);
    height: min(5px, 0.3125vw);
    background-color: rgba(242, 2, 29, 0.46);
}

.strategy-strengths-boxs__box:last-child::before {
    display: none;
} */

.feature-card {
    position: relative;
    margin-top: 60px;
}

.scroll-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    display: none;
}

.feature-card-one {
    max-width: 460px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.feature-card-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e1ecf7);
}

.feature-card-one h3 {
    display: flex;
    align-items: center;
}

.feature-card-one .feature-card-ul {
    color: #fff;
    padding-left: 10px;
}

.feature-card-one .feature-card-one-title {
    z-index: 9;
}

.userTable {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.userTable tbody tr td {
    padding: 30px;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%;
}

.userTable-content-text-right {
    color: var(--accent-color);
    font-weight: bold;
    margin-right: 10px;
}

.visual-doc {
    padding: 80px 20px;
}

.visual-doc-table table {
    width: 100%;
    border-collapse: collapse;
}

.visual-doc-table table thead tr th {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    width: 30%;
    font-size: 2.2rem;
}

.visual-doc-table table tbody tr {
    border-bottom: 1px solid #eee;
}

.visual-doc-table table tbody tr th {
    padding: 25px;
    text-align: center;
    vertical-align: top;
    background-color: #e1ecf7;
}

.visual-doc-table table tbody tr td {
    padding: 25px;
    vertical-align: top;
}

/* .step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 70px
} */

.feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* .section-container-login h2 {
    font-size: 3.0rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 22px;
} */

.doc-category ul {
    color: #555;
    line-height: 2;
    padding: 20px;
    display: none;
    background: #fff9f0;
}

/* 展开/折叠相关样式 */
.toggle-button {
    position: relative;
    transition: background-color 0.3s;
}

.toggle-button::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--gray-12);
    background-image: linear-gradient(var(--gray-700), var(--gray-700)), linear-gradient(var(--gray-700), var(--gray-700));
    background-size: 12px 2px, 2px 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s ease;
}

.toggle-button.active::after {
    background-size: 12px 2px;
    background-image: linear-gradient(var(--gray-700), var(--gray-700));
}

/* .doc-list {
    list-style: none;
    padding: 0 20px 15px 20px !important;
    margin: 0;
    display: none;
    background-color: #fafafa;
}

.doc-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.doc-list li:last-child {
    border-bottom: none;
}

.doc-list.show {
    display: block;
} */

/* .cta-button:hover {
    background-color: #cc0000;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
} */

/* 动态箭头样式 */
/* .arrow-wrapper {
    display: inline-block;
    animation: arrow-move 1s infinite;
    font-size: 3rem;
    font-weight: bold;
    margin-left: 8px;
}

@keyframes arrow-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
} */

/* FAQ 容器切换 */
/* .faq-containers {
    position: relative;
} */

.faq-container {
    display: none;
}

.faq-container.active {
    display: block;
}

/* FAQ 页面样式 */
.faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0px;
}

/* .faq-title {
    text-align: center;
    font-size: 2.8rem;
    color: #206b8b;
    margin-bottom: 50px;
    font-weight: bold;
    position: relative;
}

.faq-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff5c00 0%, #ef860a 75%);
    margin: 20px auto 0;
    border-radius: 2px;
} */

/* 分类导航 */
/* .faq-categories {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    flex-wrap: wrap;
} */

/* .faq-category {
    background: #f0f8ff;
    color: #206b8b;
    padding: 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    min-width: 444px;
    text-align: center;
    font-size: 2.2rem;
    transition: all 0.3s ease;
    border: 2px solid #d0e8ff;
}

.faq-category:hover {
    background: #206b8b;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(32, 107, 139, 0.2);
}

.faq-category.active {
    background: #206b8b;
    color: white;
    border-color: #206b8b;
} */

/* FAQ 项目 */
.faq-container {
    display: none;
}

.faq-container.active {
    display: grid;
    gap: 40px;
}

.faq-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* .faq-question {
    padding: 25px 30px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.faq-question:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #206b8b 0%, #0055aa 100%);
}

.faq-question span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #206b8b;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
} */

/* .faq-question-text {
    font-size: 1.8rem;
    font-weight: 600;
} */

/* .faq-answer {
    padding: 25px 35px 35px;
    max-height: 1000px;
    background: white;
    transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-answer.closed {
    padding: 0 35px;
    max-height: 0;
    overflow: hidden;
} */

/* .faq-toggle-icon {
    margin-left: 20px;
    font-size: 1.5rem;
    color: #206b8b;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-self: center;
}

.faq-toggle-icon.rotate {
    transform: rotate(180deg);
} */

.faq-answer.open {
    padding: 20px 30px 30px;
    max-height: 1000px;
}

/* .faq-answer-content {
    color: #666;
    line-height: 1.8;
    display: flex;
} */

/* .faq-toggle-icon {
    margin-left: auto;
    font-size: 1.5rem;
    color: #206b8b;
    transition: transform 0.3s ease;
}

.faq-toggle-icon.rotate {
    transform: rotate(180deg);
} */

/* .faq-question span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #206b8b;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
} */

/* .faq-answer span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #ff5c00;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
} */

/* .faq-answer-p {
    background: #f0f8ff;
    padding: 22px;
} */

/* 漫画风格天空背景 */
/* .comic-sky-section {
    background: linear-gradient(180deg, #87CEEB 0%, #B0E2FF 30%, #f5fcff 100%);
    height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .comic-sky-content {
    text-align: center;
    z-index: 10;
    padding: 20px 40px;
    backdrop-filter: blur(5px);
} */

/* .comic-sky-title {
    font-size: 3.8rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
} */

/* .comic-sky-subtitle {
    font-size: 1.3rem;
    color: #ff5c00;
    font-weight: 600;
} */

/* 云朵样式 */
/* .cloud {
    position: absolute;
    background: white;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cloud:before,
.cloud:after {
    content: '';
    position: absolute;
    background: white;
    border-radius: 50%;
}

.cloud-1 {
    width: 80px;
    height: 40px;
    top: 30px;
    left: 10%;
    animation: float 15s infinite linear;
}

.cloud-1:before {
    width: 50px;
    height: 50px;
    top: -25px;
    left: 10px;
}

.cloud-1:after {
    width: 40px;
    height: 40px;
    top: -15px;
    left: 40px;
}

.cloud-2 {
    width: 120px;
    height: 50px;
    top: 80px;
    right: 15%;
    animation: float 20s infinite linear reverse;
}

.cloud-2:before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 15px;
}

.cloud-2:after {
    width: 50px;
    height: 50px;
    top: -20px;
    left: 50px;
}

.cloud-3 {
    width: 60px;
    height: 30px;
    top: 150px;
    left: 25%;
    animation: float 18s infinite linear;
}

.cloud-3:before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 5px;
}

.cloud-3:after {
    width: 30px;
    height: 30px;
    top: -10px;
    left: 30px;
}

.cloud-4 {
    width: 100px;
    height: 45px;
    top: 200px;
    right: 20%;
    animation: float 22s infinite linear reverse;
}

.cloud-4:before {
    width: 55px;
    height: 55px;
    top: -25px;
    left: 10px;
}

.cloud-4:after {
    width: 45px;
    height: 45px;
    top: -15px;
    left: 45px;
} */

/* 鸟儿样式 */
/* .bird {
    position: absolute;
    width: 20px;
    height: 10px;
    background: #333;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: fly 25s infinite linear;
}

.bird:before,
.bird:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: #333;
    border-radius: 100% 0 0 100%;
    top: 2px;
}

.bird:before {
    left: -8px;
    transform: rotate(-20deg);
}

.bird:after {
    right: -8px;
    transform: rotate(20deg);
}

.bird-1 {
    top: 60px;
    left: -30px;
    animation-delay: 0s;
}

.bird-2 {
    top: 120px;
    left: -30px;
    animation-delay: 5s;
} */

/* 动画效果 */
/* @keyframes float {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100vw);
    }
}

@keyframes fly {
    0% {
        transform: translateX(0) translateY(0);
    }

    25% {
        transform: translateX(25vw) translateY(-20px);
    }

    50% {
        transform: translateX(50vw) translateY(0);
    }

    75% {
        transform: translateX(75vw) translateY(-10px);
    }

    100% {
        transform: translateX(100vw) translateY(0);
    }
} */

/* 返回顶部按钮样式 */
/* .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #206b8b 0%, #0055aa 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: bold;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #ff5c00 0%, #ef860a 100%);
} */

/* 检查列表区域 */

/* .check-list-text p {
    text-align: center;
} */

/* 气泡样式 */
/* .speech-bubble-container {
    display: flex;
    width: 90%;
    margin: 40px auto;
    gap: 30px;
    align-items: center;
} */

/* .content-image-container {
    flex: 1;
    text-align: center;
    padding: 20px;
} */

/* .content-image:hover {
    transform: scale(1.03);
} */

/* .speech-bubble {
    position: relative;
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 30px;
    flex: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffd8a6;
} */

/* .check-list-ra li {
    position: relative;
} */

/* 优势区域 */
.problem-section-credit {
    padding: 80px 0px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.key-point-card {
    background: white;
    border-radius: 15px;
    padding: 35px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}

.key-point-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.point-number {
    margin-bottom: 15px;
}

.point-number img {
    width: 60px;
}

/* CTA区域 */
.cta-section:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 168%;
    height: 168%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(30deg);
}

/* .arrow-large {
    display: inline-block;
    animation: arrow-pulse 1.2s infinite;
    font-size: 1.8rem;
} */

.benefit-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #0055aa 100%);
}

.benefit-number {
    display: inline-block;
}

.benefit-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

/* .full-width-card {
    grid-column: 1 / -1;
} */

/* 折叠相关样式 */
.collapse-toggle h3 {
    margin: 0;
    font-size: 2rem;
    flex: 1;
    padding: 0 22px;
}

.collapse-icon.rotated {
    transform: rotate(180deg);
}

.collapse-content {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.collapse-content.collapsed {
    max-height: 0;
    opacity: 0;
}

.collapse-content.expanded {
    max-height: 1000px;
    opacity: 1;
}

/* CTA区域 */
.cta-section {
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-title {
    position: relative;
}


/* .cta-button-large {
    background: linear-gradient(270deg, #ff5c00 0%, #ef860a 75%);
    color: white;
    border: none;
    padding: 22px 60px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.cta-button-large:hover {
    background: linear-gradient(270deg, #e65200 0%, #d47609 75%);
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
} */

/* .arrow-large {
    display: inline-block;
    animation: arrow-pulse 1.2s infinite;
    font-size: 1.8rem;
} */

/* @keyframes arrow-pulse {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
} */

@media (max-width: 1200px) {
    .container {
        padding: 0 18px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
}

/* 响应式设计 */
@media (max-width: 992px) {
    .hero-section {
        min-height: 0;
        flex-direction: column;
    }

    .hero-content {
        width: 100%;
    }

    .hero-text {
        padding: 100px 0 40px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .transition-overlay,
    .credit-bg,
    .banner-bg {
        display: none;
    }

    .speech-bubble-container {
        flex-direction: column;
    }

    .speech-bubble:before {
        left: 30px;
        top: -20px;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 20px solid #fff8f0;
        border-top: none;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .key-points {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .section-title {
        font-size: 2.2rem;
    }

    .benefits-container {
        grid-template-columns: 1fr;
    }

    .full-width-card {
        grid-column: 1;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .benefit-card {
        padding: 20px;
    }

    .benefit-title {
        font-size: 1.3rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-button-large {
        padding: 15px 30px;
        font-size: 1.2rem;
    }

    .hero-section {
        min-height: 0;
        flex-direction: column;
    }

    .hero-content {
        width: 100%;
    }

    .hero-text {
        padding: 60px 0px 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .check-list-title,
    .check-list-text p,
    .check-list-ra {
        font-size: 1.1rem;
    }

    .check-list-title {
        flex: auto !important;
    }

    .speech-bubble-content {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .point-number {
        font-size: 2.5rem;
    }

    .point-title {
        font-size: 1.3rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-button-large {
        padding: 15px 30px;
        font-size: 1.2rem;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
        font-size: 16px;
    }

    .comic-sky-section {
        height: 200px;
    }

    .comic-sky-title {
        font-size: 1.8rem;
    }

    .comic-sky-subtitle {
        font-size: 1rem;
    }

    .cloud-1 {
        width: 50px;
        height: 25px;
        top: 20px;
    }

    .cloud-1:before {
        width: 30px;
        height: 30px;
        top: -15px;
        left: 5px;
    }

    .cloud-1:after {
        width: 25px;
        height: 25px;
        top: -10px;
        left: 25px;
    }

    .cloud-2 {
        width: 80px;
        height: 35px;
        top: 60px;
    }

    .cloud-2:before {
        width: 40px;
        height: 40px;
        top: -20px;
        left: 10px;
    }

    .cloud-2:after {
        width: 30px;
        height: 30px;
        top: -15px;
        left: 35px;
    }

    .main-heading {
        font-size: 3.0rem;
    }

    .sub-heading {
        font-size: 1.2rem;
    }

    .problem-content {
        font-size: 1.1rem;
        line-height: 1.25;
    }

    .process-footer {
        padding: 20px 15px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .visual-section {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .feature-card {
        padding: 20px;
    }

    h3.compact-heading {
        font-size: 1.3rem;
    }

    .problems-solutions-container,
    .document-info-box,
    .document-categories,
    .document-footer-note {
        padding: 0 15px;
    }

    .card-header {
        padding: 30px 15px;
    }

    .card-title {
        font-size: 2.0rem;
    }

    .card-body {
        padding: 20px 10px;
    }

    .category-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .faq-title {
        font-size: 2rem;
    }

    .faq-categories {
        gap: 10px;
    }

    .faq-category {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.9rem;
        margin-right: 15px;
    }

    .faq-question-text {
        font-size: 1rem;
    }

    .faq-answer.open {
        padding: 15px 20px 20px;
    }

    .faq-answer-content {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .cta-button-hero {
        padding: 12px 25px;
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .comic-sky-section {
        height: 150px;
    }

    .comic-sky-title {
        font-size: 1.5rem;
    }

    .comic-sky-subtitle {
        font-size: 0.9rem;
    }

    .process-footer {
        padding: 20px 15px !important;
        line-height: 1.25;
    }

    .visual-doc-table {
        margin: 0 10px !important;
    }

    .container {
        padding: 0 14px;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-question {
        padding: 15px;
    }

    .faq-question-text {
        font-size: 0.95rem;
    }

    .faq-answer.open {
        padding: 10px 15px 15px;
    }
}