* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    color: #222;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
}

.h2-container {
    width: min(1600px, calc(100% - 80px));
    margin: 0 auto;
}

/* =========================
   第一屏 Hero
========================= */
.h2-hero {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    color: #fff;
    background:
        url("../img/hero-bg-pc.jpg") center center / cover no-repeat;
}

/* 顶部导航 */
.h2-header {
    position: relative;
    z-index: 20;
    padding-top: 20px;
}

.h2-header__inner {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h2-logo {
    flex: 0 0 auto;
}

.h2-logo img {
    width: 210px;
}

.h2-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.4vw, 48px);
}

.h2-nav a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
    transition: color 0.2s ease;
    white-space: nowrap;
}

.h2-nav a:hover,
.h2-nav a.active {
    color: #00aaff;
}

.h2-phone {
    width: 210px;
    height: 66px;
    border-radius: 34px;
    background: #2369f4;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.h2-phone:hover {
    background: #1359df;
}

.h2-phone span {
    font-size: 14px;
    line-height: 1;
    opacity: 0.95;
}

.h2-phone strong {
    margin-top: 7px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
}

/* 移动端菜单按钮 */
.h2-menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 9px;
    cursor: pointer;
}

.h2-menu-btn span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    border-radius: 2px;
}

/* 内容区 */
.h2-hero__content {
    position: relative;
    z-index: 5;
    margin-top: 95px;
    display: grid;
    grid-template-columns: minmax(520px, 640px) 1fr;
    gap: clamp(50px, 5vw, 90px);
    align-items: center;
}

.h2-eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}

.h2-eyebrow span {
    width: 48px;
    height: 4px;
    background: #18d3ff;
}

.h2-eyebrow em {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.h2-hero h1 {
    margin: 0;
    font-size: clamp(46px, 4vw, 64px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 2px;
}

.h2-hero h1 span {
    display: block;
    color: #14cfa8;
    text-shadow: 4px 5px 8px rgba(0, 0, 0, 0.35);
}

.h2-desc {
    position: relative;
    max-width: 690px;
    margin: 24px 0;
    padding-left: 18px;
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.h2-desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 45px;
    background: #0db8e9;
}

.h2-tags {
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.h2-tags span {
    min-height: 40px;
    padding: 0 28px;
    border-radius: 24px;
    background: rgba(220, 236, 248, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.12);
}

.h2-actions {
    margin-top: 48px;
    display: flex;
    gap: 24px;
}

.h2-actions a {
    width: 295px;
    height: 74px;
    padding: 0 36px;
    background: rgba(121, 152, 180, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.h2-actions a:hover {
    background: rgba(35, 105, 244, 0.78);
    transform: translateY(-2px);
}

.h2-actions i {
    font-style: normal;
    font-size: 28px;
}

/* 视频区域 */
.h2-hero__right {
    display: flex;
    justify-content: flex-end;
}

.h2-video-box {
    position: relative;
    width: 100%;
    max-width: 820px;
    aspect-ratio: 820 / 460;
    padding: 16px;
    cursor: pointer;
}

/* 外层四角断点框 */
.h2-video-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;

    background:
        /* 左上 */
        linear-gradient(#23d6a8, #23d6a8) left top / 64px 6px no-repeat,
        linear-gradient(#23d6a8, #23d6a8) left top / 6px 64px no-repeat,

        /* 右上 */
        linear-gradient(#23d6a8, #23d6a8) right top / 64px 6px no-repeat,
        linear-gradient(#23d6a8, #23d6a8) right top / 6px 64px no-repeat,

        /* 左下 */
        linear-gradient(#23d6a8, #23d6a8) left bottom / 64px 6px no-repeat,
        linear-gradient(#23d6a8, #23d6a8) left bottom / 6px 64px no-repeat,

        /* 右下 */
        linear-gradient(#23d6a8, #23d6a8) right bottom / 64px 6px no-repeat,
        linear-gradient(#23d6a8, #23d6a8) right bottom / 6px 64px no-repeat;
}

/* 中间细边框 */
.h2-video-box::after {
    content: "";
    position: absolute;
    inset: 2px;
    border: 2px solid rgba(35, 214, 168, 0.7);
    z-index: 2;
    pointer-events: none;
}

/* 图片区域（重点：内边框） */
.h2-video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border: 12px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

/* 播放按钮 */
.h2-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;

    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: none;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
}

/* 三角形 */
.h2-play::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 26px;

    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

/* hover 动效（建议加） */
.h2-video-box:hover .h2-play {
    transform: translate(-50%, -50%) scale(1.08);
}

/* 视频弹窗 */
.h2-video-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
}

.h2-video-modal.active {
    display: block;
}

.h2-video-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.h2-video-modal__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    max-width: 90vw;
    transform: translate(-50%, -50%);
}

.h2-video-modal__content video {
    width: 100%;
    display: block;
    background: #000;
}

.h2-video-close {
    position: absolute;
    right: -46px;
    top: -46px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
}

.h2-choice {
    padding: 80px 0 90px;
    background: #f7f7f7;
}

/* =========================
     标题区
  ========================= */
.h2-section-title {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.h2-section-title h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.4;
    color: #1a2433;
    font-weight: 800;
}

.h2-section-title p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #8a9bad;
}

/* =========================
     卡片布局
  ========================= */
.h2-choice__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

/* 卡片 */
.h2-choice-card {
    position: relative;
    padding: 36px 30px 30px;
    background: #fff;
    border-top: 4px solid #2a6bff;
    box-shadow: 0 16px 30px rgba(14, 35, 65, 0.08);
    transition: all 0.25s ease;
}

.h2-choice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(14, 35, 65, 0.12);
}

/* 图标 */
.h2-choice-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    background: #f4f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2-choice-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* 标题 */
.h2-choice-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #1a2433;
    font-weight: 800;
}

/* 描述 */
.h2-choice-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #7d8c9d;
}

/* =========================
     提示条
  ========================= */
.h2-choice-tip {
    margin-top: 40px;
    padding: 16px 24px;
    background: #ffe9d6;
    border-left: 4px solid #ff7a00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}

.h2-choice-tip:hover {
    background: #ffdfbf;
}

.h2-choice-tip:hover .h2-choice-tip__btn {
    background: #e96c00;
    transform: translateY(-2px);
}

.h2-choice-tip__text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #5a3418;
}

.h2-tip-icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    display: flex;
}

.h2-tip-icon img {
    width: 100%;
}

.h2-choice-tip__btn {
    flex: 0 0 auto;
    padding: 0 28px;
    height: 44px;
    border-radius: 22px;
    background: #ff7a00;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}


.h2-difficulty {
    padding: 70px 0 90px;
    background: #f7f7f7;
}

.h2-section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 28px;
    padding: 0 20px;
    margin-bottom: 16px;
    border: 1px solid #8db9ff;
    border-radius: 16px;
    color: #2a6bff;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.h2-difficulty__body {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
}

.h2-difficulty__list {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.h2-difficulty-item {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.h2-difficulty-item__num {
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    color: rgba(42, 107, 255, 0.22);
}

.h2-difficulty-item__content h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-difficulty-item__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #6d7d90;
}

.h2-difficulty__image {
    padding: 0;
}

.h2-difficulty__image img {
    width: 100%;
    height: auto;
    display: block;
}


.h2-solution {
    padding: 72px 0 90px;
    background: #f7f7f7;
}

.h2-solution__head {
    max-width: 560px;
    margin-bottom: 60px;
}

.h2-solution__head h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-solution__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #8a9bad;
}

.h2-solution__list {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.h2-solution-item {
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.h2-solution-item--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 680px);
}

.h2-solution-item--reverse .h2-solution-item__image {
    order: 2;
}

.h2-solution-item--reverse .h2-solution-item__text {
    order: 1;
}

.h2-solution-item__image {
    min-width: 0;
}

.h2-solution-item__image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.h2-solution-item__text {
    min-width: 0;
}

.h2-solution-num {
    position: relative;
    width: 140px;
    margin-bottom: 20px;
}

.h2-solution-num strong {
    display: block;
    font-size: 72px;
    line-height: 0.9;
    font-weight: 900;
    color: rgba(42, 107, 255, 0.22);
}

.h2-solution-num span {
    position: absolute;
    left: 0;
    bottom: -10px;
    min-width: 118px;
    height: 26px;
    padding: 0 18px;
    border: 1px solid #9fc4ff;
    border-radius: 16px;
    background: #fff;
    color: #2a6bff;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.h2-solution-item__text h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-solution-item__text p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.9;
    color: #6d7d90;
}

.h2-solution-item__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h2-solution-item__text li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #56677c;
}

.h2-solution-item__text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #12b9d6;
}

.h2-products {
    padding: 80px 0 90px;
    background: #f7f7f7;
}

.h2-products__head {
    max-width: 780px;
    margin-bottom: 50px;
}

.h2-products__head h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-products__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #8a9bad;
}

.h2-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
}

.h2-product-card {
    display: block;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(14, 35, 65, 0.12);
    transition: all 0.25s ease;
    overflow: hidden;
}

.h2-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(14, 35, 65, 0.16);
}

.h2-product-card__image {
    position: relative;
    height: 360px;
    padding: 54px 36px 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2-product-card__image img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.h2-tag {
    position: absolute;
    left: 28px;
    top: 34px;
    min-width: 150px;
    height: 30px;
    padding: 0 18px;
    border: 1px solid #9fc4ff;
    color: #2a6bff;
    background: #f7fbff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.h2-product-card__body {
    padding: 0 30px 38px;
}

.h2-product-card__body h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.35;
    color: #111b2d;
    font-weight: 900;
}

.h2-product-desc {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 2;
    color: #5f6f83;
}

.h2-product-card__info {
    display: grid;
    grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

.h2-product-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.h2-product-specs div {
    min-height: 48px;
    padding: 0 18px;
    background: #f1f4f7;
    border: 1px solid #e1e6ec;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #607184;
}

.h2-product-specs strong {
    color: #34465c;
}

.h2-product-points {
    position: relative;
    padding-left: 36px;
}

.h2-product-points::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 8px;
    width: 1px;
    background: #d4e0f2;
}

.h2-product-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h2-product-points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #536579;
}

.h2-product-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #12b9d6;
}

.h2-product-footer {
    margin-top: 28px;
    width: 100%;
    height: 52px;
    padding: 0 28px;
    border-radius: 28px;
    background: #2a66ed;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.h2-product-footer i {
    font-style: normal;
    font-size: 22px;
}

.h2-product-card:hover .h2-product-footer {
    background: #1554d8;
}


/* =========================
   系统结构板块
========================= */
.h2-system {
    position: relative;
    padding: 100px 0 92px;
    color: #fff;
    overflow: hidden;
    background:
        url("../img/system-bg.jpg") center center / cover no-repeat;
}

.h2-system .h2-container {
    position: relative;
    z-index: 2;
}

.h2-section-badge--light {
    background: rgba(255, 255, 255, 0.95);
}

.h2-system__head {
    max-width: 760px;
}

.h2-system__head h2 {
    margin: 12px 0 16px;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    font-weight: 800;
}

.h2-system__head p {
    margin: 0;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.h2-system__line {
    height: 1px;
    margin: 24px 0 36px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.h2-system__flow {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.h2-system-title {
    position: relative;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.h2-system-title span {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 62px;
    background: #19d6d3;
}

.h2-system-title strong {
    display: block;
}

.h2-system-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 68px;
}

.h2-system-step {
    position: relative;
}

.h2-system-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -48px;
    top: 48px;
    width: 36px;
    height: 12px;
    background: url("./images/arrow-dashed.png") center / contain no-repeat;
    opacity: 0.8;
}

.h2-system-step__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
}

.h2-system-step__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.h2-system-step h3 {
    margin: 0 0 14px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.h2-system-step p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 700;
}

.h2-system__bottom {
    margin-top: 86px;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 100px;
    align-items: start;
}

.h2-system__slogan {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    color: #fff;
}

.h2-system__details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h2-system__details li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.h2-system__details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #70f3b5;
    box-shadow: 0 0 12px rgba(112, 243, 181, 0.75);
}

.h2-system__left {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.h2-system__details strong {
    color: #fff;
}

.h2-system__btn {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background: #2a66ed;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.h2-system__btn:hover {
    background: #1554d8;
    transform: translateY(-2px);
}


.h2-industry {
    padding: 88px 0 86px;
    background: #f7f7f7;
}

.h2-industry__head {
    max-width: 760px;
    margin-bottom: 52px;
}

.h2-industry__head h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-industry__head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #8a9bad;
}

.h2-industry__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.h2-industry-card {
    display: block;
    min-height: 250px;
    padding: 58px 34px 34px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(14, 35, 65, 0.1);
    transition: all 0.25s ease;
}

.h2-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(14, 35, 65, 0.16);
}

.h2-industry-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    background: #f5fbff;
    border: 1px solid #d9ecff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2-industry-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.h2-industry-card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 900;
}

.h2-industry-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6d7d90;
}

.h2-industry-cta {
    margin-top: 44px;
    min-height: 78px;
    padding: 16px 28px;
    background: #fff;
    border-left: 4px solid #2a6bff;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(14, 35, 65, 0.08);
}

.h2-industry-cta__text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2a6bff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.h2-industry-cta__icon {
    width: 22px;
    height: 22px;
    display: flex;
}

.h2-industry-cta__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.h2-industry-cta__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.h2-industry-cta__tags span {
    min-width: 126px;
    height: 32px;
    padding: 0 18px;
    border: 1px solid #9fc4ff;
    border-radius: 18px;
    color: #2a6bff;
    background: #f7fbff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.h2-industry-cta__buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.h2-industry-cta__primary,
.h2-industry-cta__secondary {
    height: 46px;
    padding: 0 36px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.h2-industry-cta__primary {
    background: #2a66ed;
    color: #fff;
}

.h2-industry-cta__secondary {
    background: #fff;
    color: #2a66ed;
    box-shadow: 0 10px 24px rgba(14, 35, 65, 0.12);
}

.h2-industry-cta:hover .h2-industry-cta__primary {
    background: #1554d8;
}


.h2-case {
    padding: 76px 0 84px;
    background: #f7f7f7;
}

.h2-case__head {
    margin-bottom: 46px;
    text-align: center;
}

.h2-case__head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-case__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.h2-case-card {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
}

.h2-case-card:hover {
    transform: translateY(-6px);
}

.h2-case-card__image {
    width: 100%;
    aspect-ratio: 520 / 310;
    overflow: hidden;
    background: #e8edf3;
}

.h2-case-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.h2-case-card:hover .h2-case-card__image img {
    transform: scale(1.04);
}

.h2-case-card__body {
    padding: 26px 16px 0;
}

.h2-case-card__body h3 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.35;
    color: #111b2d;
    font-weight: 900;
}

.h2-case-card__body p {
    min-height: 54px;
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6f83;
}

.h2-case-card__body span {
    color: #2a66ed;
    font-size: 15px;
    font-weight: 800;
}

.h2-case-card:hover .h2-case-card__body span {
    color: #1554d8;
}


.h2-faq {
    padding: 64px 0 80px;
    background: #f7f7f7;
}

.h2-faq__head {
    margin-bottom: 44px;
    text-align: center;
}

.h2-faq__head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    color: #1a2433;
    font-weight: 800;
}

.h2-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.h2-faq-card {
    position: relative;
    min-height: 210px;
    padding: 34px 38px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(14, 35, 65, 0.09);
    overflow: hidden;
    transition: all 0.25s ease;
}

.h2-faq-card::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 90px;
    /* 控制大小 */
    height: 90px;
    background: url("../img/q.png") no-repeat center / contain;
    opacity: 0.5;
    pointer-events: none;
    /* 防止挡点击 */
}

.h2-faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(14, 35, 65, 0.14);
}

.h2-faq-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.4;
    color: #111b2d;
    font-weight: 900;
}

.h2-faq-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6f83;
}

.h2-faq-card span {
    position: relative;
    z-index: 2;
    color: #2a66ed;
    font-size: 15px;
    font-weight: 800;
}

.h2-faq-card:hover span {
    color: #1554d8;
}

.h2-faq__bottom {
    margin-top: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 56px;
    align-items: center;
}

.h2-faq-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
}

.h2-faq-tags a {
    min-width: 230px;
    height: 32px;
    padding: 0 22px;
    border: 1px solid #9fc4ff;
    border-radius: 18px;
    color: #2a66ed;
    background: #f7fbff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.h2-faq-tags a:hover {
    background: #2a66ed;
    color: #fff;
}

.h2-faq-cta {
    text-align: center;
}

.h2-faq-cta h3 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.3;
    color: #ff7600;
    font-weight: 900;
}

.h2-faq-cta p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.8;
    color: #8a9bad;
}

.h2-faq-cta a {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    border-radius: 26px;
    background: #ff7600;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.h2-faq-cta a:hover {
    background: #e96c00;
    transform: translateY(-2px);
}

.h2-form {
    padding: 80px 0;
    background: #f7f7f7;
}

.h2-form-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    background: #fff;
    padding: 70px 48px;
}

.h2-form-left h2,
.h2-form-right h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.3;
    color: #111b2d;
    font-weight: 900;
}

.h2-form-left p,
.h2-form-right p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6f83;
}

/* 左侧电话按钮 */
.h2-form-phone {
    width: 100%;
    max-width: 460px;
    height: 58px;
    margin: 38px 0 22px;
    border-radius: 32px;
    background: #2a66ed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.h2-form-phone strong {
    font-size: 22px;
    letter-spacing: 1px;
}

/* 左侧信息条 */
.h2-form-contact {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.h2-form-contact div {
    min-height: 58px;
    padding: 0 34px;
    border: 1px solid #e4e7ec;
    border-radius: 32px;
    color: #1a2433;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.h2-form-contact strong {
    margin-right: 8px;
    color: #111b2d;
    font-weight: 900;
}

/* 右侧表单 */
.h2-project-form {
    margin-top: 22px;
}

.h2-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* 第二行：左侧单选组 + 右侧输入框 */
.h2-form-row--type {
    gap: 20px;
    margin-top: 14px;
}

.h2-form-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.h2-form-capacity {
    min-width: 0;
}

/* 输入框 */
.h2-project-form input,
.h2-project-form textarea {
    width: 100%;
    height: 58px;
    padding: 0 22px;
    border: 1px solid #9fc4ff;
    background: #f8fbff;
    color: #1a2433;
    font-size: 15px;
    outline: none;
    border-radius: 0;
}

.h2-project-form input::placeholder,
.h2-project-form textarea::placeholder {
    color: #9aabc0;
}

.h2-project-form>input {
    margin-top: 14px;
}

.h2-project-form textarea {
    height: 112px;
    margin-top: 14px;
    padding-top: 20px;
    resize: none;
    line-height: 1.6;
}

/* 单选按钮块 */
.h2-radio {
    height: 58px;
    border: 1px solid #9fc4ff;
    background: #f8fbff;
    color: #5f6f83;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.h2-radio+.h2-radio {
    border-left: none;
}

.h2-radio input {
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    padding: 0;
    border: none;
    accent-color: #2a66ed;
}

.h2-radio span {
    font-size: 15px;
}

.h2-radio.active {
    border-color: #2a66ed;
    background: #fff;
    color: #1a2433;
    box-shadow: inset 0 0 0 1px #2a66ed;
}

/* 提交按钮 */
.h2-form-submit {
    width: 190px;
    height: 52px;
    margin-top: 22px;
    border: none;
    border-radius: 28px;
    background: #2a66ed;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.25s ease;
}

.h2-form-submit:hover {
    background: #1554d8;
    transform: translateY(-2px);
}

@media (max-width: 1500px) {
    .h2-logo img {
        width: 180px;
    }

    .h2-nav a {
        font-size: 14px;
    }

    .h2-phone {
        width: 190px;
        height: 60px;
    }

    .h2-phone strong {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .h2-nav {
        display: none;
        position: absolute;
        left: 40px;
        right: 40px;
        top: 92px;
        padding: 20px;
        background: rgba(6, 38, 66, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 10px;
        flex-wrap: wrap;
        gap: 18px 28px;
    }

    .h2-nav.active {
        display: flex;
    }

    .h2-menu-btn {
        display: block;
    }

    .h2-hero__content {
        grid-template-columns: 1fr;
        margin-top: 70px;
    }

    .h2-hero__right {
        justify-content: flex-start;
    }

    .h2-choice__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .h2-difficulty__body {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .h2-difficulty__list {
        gap: 34px;
    }

    .h2-difficulty__image {
        max-width: 900px;
        margin: 0 auto;
    }

    .h2-solution-item,
    .h2-solution-item--reverse {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .h2-solution-item--reverse .h2-solution-item__image,
    .h2-solution-item--reverse .h2-solution-item__text {
        order: initial;
    }

    .h2-solution-item__image img {
        height: auto;
        max-height: 420px;
    }

    .h2-products__grid {
        gap: 28px;
    }

    .h2-product-card__info {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .h2-product-points {
        padding-left: 0;
    }

    .h2-product-points::before {
        display: none;
    }

    .h2-system__flow {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .h2-system-steps {
        gap: 34px;
    }

    .h2-system-step:not(:last-child)::after {
        display: none;
    }

    .h2-system__bottom {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 70px;
    }

    .h2-industry__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h2-industry-cta {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .h2-industry-cta__buttons {
        flex-wrap: wrap;
    }

    .h2-faq__bottom {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .h2-faq-cta {
        text-align: left;
    }

    .h2-faq-cta a {
        margin: 0;
    }

    .h2-form-box {
        gap: 50px;
    }

    .h2-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .h2-hero {
        min-height: auto;
        padding-bottom: 80px;
    }

    .h2-container {
        width: calc(100% - 32px);
    }

    .h2-header {
        padding-top: 14px;
    }

    .h2-header__inner {
        height: 62px;
    }

    .h2-logo img {
        width: 170px;
    }

    .h2-phone {
        width: 170px;
        height: 54px;
    }

    .h2-phone span {
        font-size: 12px;
    }

    .h2-phone strong {
        font-size: 18px;
    }

    .h2-hero__content {
        margin-top: 50px;
        gap: 48px;
    }

    .h2-hero h1 {
        font-size: clamp(36px, 7vw, 46px);
    }

    .h2-desc {
        margin-top: 30px;
        font-size: 16px;
    }

    .h2-tags {
        max-width: 100%;
    }

    .h2-actions {
        margin-top: 44px;
        gap: 16px;
    }

    .h2-actions a {
        width: min(295px, 100%);
    }

    .h2-video-box {
        max-width: 100%;
    }

    .h2-choice {
        padding: 60px 0;
    }

    .h2-section-title {
        margin-bottom: 40px;
    }

    .h2-products {
        padding: 60px 0;
    }

    .h2-products__grid {
        grid-template-columns: 1fr;
    }

    .h2-product-card__image {
        height: auto;
        min-height: 300px;
    }

    .h2-system {
        padding: 70px 0;
    }

    .h2-system__line {
        margin: 36px 0 48px;
    }

    .h2-system-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h2-system__slogan {
        font-size: 28px;
    }

    .h2-system__bottom {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .h2-system__btn {
        width: 100%;
    }

    .h2-case {
        padding: 60px 0;
    }

    .h2-case__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .h2-case-card {
        max-width: 680px;
        margin: 0 auto;
    }

    .h2-case-card__body p {
        min-height: auto;
    }


    .h2-form {
        padding: 60px 0;
    }

    .h2-form-box {
        grid-template-columns: 1fr;
        padding: 44px 28px;
    }

    .h2-form-contact,
    .h2-form-phone {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .h2-hero {
        padding-bottom: 60px;
        background:
            url("../img/hero-bg-sm.jpg") center center / cover no-repeat;
    }

    .h2-container {
        width: calc(100% - 28px);
    }

    .h2-header {
        padding-top: 12px;
    }

    .h2-logo img {
        width: 145px;
    }

    .h2-phone {
        display: none;
    }

    .h2-nav {
        left: 14px;
        right: 14px;
        top: 76px;
        padding: 16px;
    }

    .h2-nav a {
        width: calc(50% - 14px);
        font-size: 14px;
    }

    .h2-hero__content {
        margin-top: 44px;
        gap: 42px;
    }

    .h2-eyebrow {
        margin-bottom: 20px;
    }

    .h2-eyebrow span {
        width: 36px;
    }

    .h2-eyebrow em {
        font-size: 14px;
    }

    .h2-hero h1 {
        font-size: clamp(30px, 9vw, 36px);
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .h2-desc {
        margin: 24px 0 20px;
        font-size: 15px;
        line-height: 1.8;
    }

    .h2-desc::before {
        height: 40px;
    }

    .h2-tags {
        gap: 10px;
    }

    .h2-tags span {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 18px;
        font-size: 14px;
    }

    .h2-actions {
        margin-top: 32px;
        flex-direction: column;
        gap: 14px;
    }

    .h2-actions a {
        width: 100%;
        height: 58px;
        padding: 0 22px;
        font-size: 16px;
    }

    .h2-video-box {
        padding: 8px;
    }

    .h2-video-box::before {
        background:
            linear-gradient(#23d6a8, #23d6a8) left top / 40px 4px no-repeat,
            linear-gradient(#23d6a8, #23d6a8) left top / 4px 40px no-repeat,

            linear-gradient(#23d6a8, #23d6a8) right top / 40px 4px no-repeat,
            linear-gradient(#23d6a8, #23d6a8) right top / 4px 40px no-repeat,

            linear-gradient(#23d6a8, #23d6a8) left bottom / 40px 4px no-repeat,
            linear-gradient(#23d6a8, #23d6a8) left bottom / 4px 40px no-repeat,

            linear-gradient(#23d6a8, #23d6a8) right bottom / 40px 4px no-repeat,
            linear-gradient(#23d6a8, #23d6a8) right bottom / 4px 40px no-repeat;
    }

    .h2-play {
        width: 56px;
        height: 56px;
    }

    .h2-play::before {
        left: 22px;
        top: 16px;
        border-left: 18px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }


    .h2-video-close {
        right: 0;
        top: -48px;
    }

    .h2-choice__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .h2-choice-card {
        padding: 26px 20px;
    }

    .h2-section-title h2 {
        font-size: 24px;
    }

    .h2-section-title p {
        font-size: 14px;
        text-align: left;
    }

    .h2-choice-tip {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .h2-choice-tip__btn {
        width: 100%;
    }

    .h2-difficulty {
        padding: 56px 0 64px;
    }

    .h2-difficulty__body {
        gap: 36px;
    }

    .h2-difficulty-item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .h2-difficulty-item__num {
        font-size: 40px;
    }

    .h2-difficulty-item__content h3 {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .h2-difficulty-item__content p {
        font-size: 14px;
    }

    .h2-solution {
        padding: 56px 0 64px;
    }

    .h2-solution__head {
        margin-bottom: 40px;
    }

    .h2-solution__head h2 {
        font-size: 24px;
    }

    .h2-solution__head p {
        font-size: 14px;
    }

    .h2-solution__list {
        gap: 48px;
    }

    .h2-solution-item {
        gap: 24px;
    }

    .h2-solution-num strong {
        font-size: 56px;
    }

    .h2-solution-item__text h3 {
        font-size: 20px;
    }

    .h2-solution-item__text p,
    .h2-solution-item__text li {
        font-size: 14px;
    }

    .h2-products {
        padding: 56px 0 64px;
    }

    .h2-products__head {
        margin-bottom: 36px;
    }

    .h2-products__head h2 {
        font-size: 24px;
    }

    .h2-products__head p {
        font-size: 14px;
    }

    .h2-product-card__image {
        min-height: 240px;
        padding: 54px 18px 20px;
    }

    .h2-tag {
        left: 18px;
        top: 24px;
        height: 28px;
        font-size: 13px;
    }

    .h2-product-card__body {
        padding: 0 20px 28px;
    }

    .h2-product-card__body h3 {
        font-size: 20px;
    }

    .h2-product-desc,
    .h2-product-specs div,
    .h2-product-points li {
        font-size: 14px;
    }

    .h2-product-specs div {
        padding: 10px 14px;
        min-height: auto;
    }

    .h2-product-footer {
        height: 48px;
        padding: 0 20px;
        font-size: 14px;
    }

    .h2-system {
        padding: 56px 0 64px;
        background:
            linear-gradient(180deg, rgba(3, 22, 55, 0.96) 0%, rgba(7, 62, 98, 0.9) 60%, rgba(22, 190, 205, 0.72) 100%),
            url("../img/system-bg-s.jpg") center center / cover no-repeat;
    }

    .h2-system__head h2 {
        font-size: 24px;
    }

    .h2-system__head p {
        font-size: 14px;
        font-weight: 500;
    }

    .h2-system-title {
        font-size: 24px;
    }

    .h2-system-title span {
        height: 50px;
    }

    .h2-system-steps {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .h2-system-step {
        padding: 20px;
        background: rgba(255, 255, 255, 0.08);
    }

    .h2-system__bottom {
        margin-top: 42px;
    }

    .h2-system__slogan {
        font-size: 23px;
    }

    .h2-system__details li {
        font-size: 14px;
    }

    .h2-system__btn {
        width: 100%;
        height: 54px;
    }

    .h2-industry {
        padding: 56px 0 64px;
    }

    .h2-industry__head {
        margin-bottom: 36px;
    }

    .h2-industry__head h2 {
        font-size: 24px;
    }

    .h2-industry__head p {
        font-size: 14px;
    }

    .h2-industry__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .h2-industry-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .h2-industry-card h3 {
        font-size: 20px;
    }

    .h2-industry-card p {
        font-size: 14px;
    }

    .h2-industry-cta {
        margin-top: 28px;
        padding: 20px;
    }

    .h2-industry-cta__text {
        align-items: flex-start;
        flex-wrap: wrap;
        white-space: normal;
        line-height: 1.6;
    }

    .h2-industry-cta__tags span,
    .h2-industry-cta__primary,
    .h2-industry-cta__secondary {
        width: 100%;
    }

    .h2-industry-cta__buttons {
        width: 100%;
        gap: 12px;
    }

    .h2-case {
        padding: 56px 0 64px;
    }

    .h2-case__head {
        margin-bottom: 34px;
    }

    .h2-case__head h2 {
        font-size: 24px;
    }

    .h2-case-card__body {
        padding-top: 20px;
    }

    .h2-case-card__body h3 {
        font-size: 19px;
    }

    .h2-case-card__body p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .h2-faq {
        padding: 56px 0 64px;
    }

    .h2-faq__head {
        margin-bottom: 34px;
    }

    .h2-faq__head h2 {
        font-size: 24px;
    }

    .h2-faq__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .h2-faq-card {
        min-height: auto;
        padding: 28px 22px;
    }

    .h2-faq-card h3 {
        font-size: 19px;
    }

    .h2-faq-card p {
        font-size: 14px;
    }

    .h2-faq-tags {
        gap: 10px;
    }

    .h2-faq-tags a {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 34px;
        padding: 8px 14px;
        font-size: 13px;
    }

    .h2-faq-cta {
        text-align: center;
    }

    .h2-faq-cta h3 {
        font-size: 22px;
    }

    .h2-faq-cta a {
        width: 100%;
    }

    .h2-form {
        padding: 56px 0 64px;
    }

    .h2-form-box {
        padding: 34px 20px;
        gap: 38px;
    }

    .h2-form-left h2,
    .h2-form-right h2 {
        font-size: 24px;
    }

    .h2-form-left p,
    .h2-form-right p {
        font-size: 14px;
    }

    .h2-form-phone {
        height: 54px;
        font-size: 14px;
    }

    .h2-form-phone strong {
        font-size: 18px;
    }

    .h2-form-contact div {
        min-height: auto;
        padding: 14px 20px;
        border-radius: 24px;
        font-size: 14px;
        line-height: 1.6;
        align-items: flex-start;
    }

    .h2-form-row,
    .h2-form-row--type {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .h2-form-type {
        grid-template-columns: 1fr 1fr;
    }

    .h2-radio {
        border: 1px solid #9fc4ff;
    }

    .h2-radio+.h2-radio {
        border-left: none;
    }

    .h2-project-form input,
    .h2-project-form textarea,
    .h2-radio {
        height: 52px;
        font-size: 14px;
    }

    .h2-project-form textarea {
        height: 120px;
    }

    .h2-form-submit {
        width: 100%;
    }
}