    /* ---------- 妯″潡涓€銆佷簩銆佷笁鍏叡鏍峰紡 ---------- */
    .web-sem-module {
        padding: 100px 0;
    }
    .web-sem-module-one { background: url('https://huyuglobal.com/wp-content/uploads/2026/04/LABORATORY.webp') no-repeat center/cover; }
    .web-sem-module-two { background: #f9fcff; }
    .web-sem-module-three { background: #fff; }

    .web-sem-flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 70px;
    }
    .web-sem-text {
        width: 50%;
    }
    .web-sem-text h2 {
        color: #08182f;
        font-size: 50px;
        line-height: 1.16;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .web-sem-text p {
        color: #5f6b7a;
        font-size: 18px;
        line-height: 1.75;
        margin-top: 20px;
    }
    .web-sem-media {
        width: 44%;
        position: relative;
    }
    .web-sem-main-img {
        border-radius: 18px 90px 18px 18px;
        box-shadow: 0 24px 55px rgba(9, 37, 74, 0.14);
        overflow: hidden;
    }
    .web-sem-main-img:hover .web-sem-full {
        transform: scale(1.05);
    }
    .web-sem-full {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    .web-sem-rect-75 { padding-bottom: 75%; position: relative; }
    .web-sem-rect-70 { padding-bottom: 70%; position: relative; }
    .web-sem-rect-75 .web-sem-full,
    .web-sem-rect-70 .web-sem-full {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 妯″潡涓€娴姩鍗＄墖 */
    .web-sem-float-card {
        position: absolute;
        left: -42px;
        bottom: -34px;
        width: 285px;
        padding: 30px;
        border-radius: 16px;
        background: linear-gradient(135deg, #0d2747 0%, #071526 100%);
        color: #fff;
        box-shadow: 0 22px 46px rgba(0, 19, 34, 0.24);
    }
    .web-sem-float-card strong {
        display: block;
        font-size: 22px;
        line-height: 1.25;
        font-weight: 800;
    }
    .web-sem-float-card span {
        display: block;
        margin-top: 12px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        line-height: 1.5;
    }

    /* 缁熻鏁版嵁 */
    .web-sem-stats-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        border-radius: 18px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 16px 42px rgba(9, 37, 74, 0.08);
        margin-top: 60px;
    }
    .web-sem-stat-item {
        padding: 32px 18px;
        text-align: center;
        border-right: 1px solid #e8eef5;
    }
    .web-sem-stat-item:last-child { border-right: none; }
    .web-sem-stat-item strong {
        display: block;
        color: var(--web-sem-theme);
        font-size: 38px;
        line-height: 1;
        font-weight: 800;
    }
    .web-sem-stat-item span {
        display: block;
        margin-top: 10px;
        color: #5f6b7a;
        font-size: 16px;
        line-height: 1.4;
    }

    /* 妯″潡浜屻€佷笁鍏辩敤 */
    .web-sem-module-two .web-sem-main-img {
        border-radius: 90px 18px 18px 18px;
    }
    .web-sem-module-three .web-sem-flex-box {
        flex-direction: row;
    }
    .web-sem-module-three .web-sem-text {
        order: 1;
    }
    .web-sem-module-three .web-sem-media {
        order: 2;
    }

    /* 閫氱敤鏍囩 */
    .web-sem-tag {
        display: inline-flex;
        align-items: center;
        margin-bottom: 14px;
        color: var(--web-sem-theme);
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    .web-sem-tag::before {
        content: "";
        width: 32px;
        height: 2px;
        margin-right: 12px;
        background-color: var(--web-sem-theme);
    }

    /* 妫€鏌ュ垪琛� */
    .web-sem-check-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 30px;
    }
    .web-sem-check-list div {
        display: flex;
        align-items: flex-start;
        padding: 16px;
        border-radius: 10px;
        background-color: #f4f8fc;
        color: #23344f;
        font-size: 16px;
        line-height: 1.5;
    }
    .web-sem-check-list i {
        margin-right: 10px;
        margin-top: 4px;
        color: var(--web-sem-theme);
        font-size: 16px;
        width: 16px;
        text-align: center;
    }
    .web-sem-check-list a {
        color: var(--web-sem-theme);
        font-weight: bold;
    }
    .web-sem-check-list a:hover { text-decoration: underline; }

    .web-sem-module-link {
        display: inline-flex;
        align-items: center;
        margin-top: 32px;
        color: var(--web-sem-theme);
        font-size: 18px;
        font-weight: 800;
        transition: all 0.3s ease;
    }
    .web-sem-module-link i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }
    .web-sem-module-link:hover {
        color: var(--web-sem-orange);
    }
    .web-sem-module-link:hover i {
        transform: translateX(6px);
    }

    /* ---------- 浼佷笟鏂囧寲鍗＄墖 ---------- */
    .web-sem-culture-wrapper {
        padding: 80px 0;
        background: #fff;
    }
    .web-sem-culture-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        max-width: 1400px;
        margin: 0 auto;
    }
    .web-sem-culture-card {
        flex: 1 1 30%;
        min-width: 260px;
        background-color: #f8f9f9;
        border-radius: 10px;
        padding: 40px 30px 35px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        z-index: 1;
        min-height: 320px;
        border: 1px solid #f0f0f0;
    }
    .web-sem-culture-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        pointer-events: none;
        transition: transform 0.6s ease;
    }
    .web-sem-culture-content {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .web-sem-culture-top {
        width: 100%;
        margin-bottom: 40px;
    }
    .web-sem-culture-num {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        transition: color 0.3s ease;
    }
    .web-sem-culture-title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 20px;
        transition: color 0.3s ease;
    }
    .web-sem-culture-desc {
        font-size: 18px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.85);
        transition: color 0.3s ease;
    }
    /* 鎮仠鏁堟灉 */
    .web-sem-culture-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
        border-color: transparent;
    }
    .web-sem-culture-card:hover .web-sem-culture-bg {
        transform: scale(1.05);
    }
    .web-sem-culture-card:hover .web-sem-culture-num,
    .web-sem-culture-card:hover .web-sem-culture-title,
    .web-sem-culture-card:hover .web-sem-culture-desc {
        color: #ffffff !important;
    }

    /* ---------- What Sets Us Apart ---------- */
    .web-sem-what-sets {
        padding: 80px 0;
        background: #f9fcff;
    }
    .web-sem-what-flex {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 50px;
    }
    .web-sem-what-left {
        width: 45%;
        display: flex;
        flex-direction: column;
    }
    .web-sem-what-right {
        width: 50%;
        display: flex;
        align-items: stretch;
    }
    .web-sem-what-header {
        margin-bottom: 30px;
    }
    .web-sem-what-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        display: block;
    }
    .web-sem-what-dark { color: #222; }
    .web-sem-what-theme { color: var(--web-sem-theme); }
    .web-sem-what-subtitle {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        margin-top: 10px;
    }

    .web-sem-what-tabs {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex: 1;
    }
    .web-sem-what-tab {
        display: flex;
        align-items: flex-start;
        padding: 14px 18px;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.4s ease;
        background-color: transparent;
        border: 1px solid transparent;
        width: 100%;
    }
    .web-sem-what-tab:hover {
        background-color: rgba(255, 255, 255, 0.7);
        border-color: #eee;
    }
    .web-sem-what-tab.active {
        background-color: #ffffff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
        border-color: #f0f0f0;
        transform: translateX(5px);
    }
    .web-sem-what-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 50%;
        background-color: #fff;
        color: #999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        transition: all 0.4s ease;
    }
    .web-sem-what-icon i {
        font-size: 20px;
    }
    .web-sem-what-tab.active .web-sem-what-icon {
        background-color: var(--web-sem-theme);
        color: #fff;
        box-shadow: 0 8px 20px rgba(var(--web-sem-theme-rgb), 0.2);
    }
    .web-sem-what-tab-text {
        flex: 1;
    }
    .web-sem-what-tab-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        transition: color 0.3s ease;
        margin-bottom: 4px;
    }
    .web-sem-what-tab.active h3 {
        color: var(--web-sem-theme);
    }
    .web-sem-what-tab-text p {
        font-size: 13px;
        line-height: 1.5;
        color: #888;
    }

    .web-sem-what-image-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        min-height: 400px;
    }
    .web-sem-what-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transform: scale(1.05);
        z-index: 1;
    }
    .web-sem-what-img.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        z-index: 2;
    }

    /* ---------- 鍝嶅簲寮� ---------- */
    @media screen and (max-width: 1200px) {
        .web-sem-flex-box {
            flex-direction: column !important;
            gap: 40px;
        }
        .web-sem-module-three .web-sem-text,
        .web-sem-module-three .web-sem-media {
            order: 0;
            width: 100%;
        }
        .web-sem-text,
        .web-sem-media {
            width: 100%;
        }
        .web-sem-media {
            padding-left: 0;
        }
        .web-sem-text h2 {
            font-size: 40px;
        }
        .web-sem-float-card {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%;
            margin-top: -20px;
            border-radius: 14px;
        }
        .web-sem-stats-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        .web-sem-stat-item:nth-child(3n) {
            border-right: none;
        }
        .web-sem-stat-item:nth-child(n+4) {
            border-top: 1px solid #e8eef5;
        }
        .web-sem-module-two .web-sem-main-img,
        .web-sem-module-three .web-sem-main-img {
            border-radius: 18px !important;
        }
        /* What Sets */
        .web-sem-what-flex {
            flex-direction: column;
            gap: 30px;
        }
        .web-sem-what-left,
        .web-sem-what-right {
            width: 100%;
        }
        .web-sem-what-tab.active {
            transform: none;
        }
        .web-sem-what-title {
            font-size: 38px;
        }
        .web-sem-what-image-wrapper {
            min-height: 320px;
        }
    }

    @media screen and (max-width: 768px) {
        .web-sem-module {
            padding: 60px 0;
        }
        .web-sem-culture-wrapper {
            padding: 60px 0;
        }
        .web-sem-what-sets {
            padding: 60px 0;
        }
        .web-sem-text h2,
        .web-sem-what-title {
            font-size: 32px;
        }
        .web-sem-text p,
        .web-sem-what-subtitle {
            font-size: 16px;
        }
        .web-sem-stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .web-sem-stat-item {
            border-right: none;
            border-top: 1px solid #e8eef5;
        }
        .web-sem-stat-item:first-child {
            border-top: none;
        }
        .web-sem-stat-item strong {
            font-size: 32px;
        }
        .web-sem-check-list {
            grid-template-columns: 1fr;
            gap: 12px;
        }
        .web-sem-check-list div {
            font-size: 15px;
            padding: 14px;
        }
        .web-sem-module-link {
            font-size: 16px;
        }
        /* 鍗＄墖 */
        .web-sem-culture-card {
            flex: 1 1 100%;
            min-height: 260px;
            padding: 30px 22px;
        }
        .web-sem-culture-title {
            font-size: 24px;
        }
        .web-sem-culture-desc {
            font-size: 16px;
        }
        /* What Sets */
        .web-sem-what-tab {
            padding: 12px 14px;
        }
        .web-sem-what-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
        }
        .web-sem-what-icon i {
            font-size: 17px;
        }
        .web-sem-what-tab-text h3 {
            font-size: 16px;
        }
        .web-sem-what-tab-text p {
            font-size: 12px;
        }
        .web-sem-what-image-wrapper {
            min-height: 260px;
        }
    }

    @media screen and (max-width: 480px) {
        .web-sem-module {
            padding: 40px 0;
        }
        .web-sem-culture-wrapper {
            padding: 40px 0;
        }
        .web-sem-what-sets {
            padding: 40px 0;
        }
        .web-sem-text h2,
        .web-sem-what-title {
            font-size: 28px;
        }
        .web-sem-text p,
        .web-sem-what-subtitle {
            font-size: 14px;
        }
        .web-sem-culture-card {
            min-height: 220px;
            padding: 24px 16px;
        }
        .web-sem-culture-title {
            font-size: 20px;
        }
        .web-sem-culture-desc {
            font-size: 14px;
        }
        .web-sem-what-tab {
            padding: 10px 12px;
        }
        .web-sem-what-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            margin-right: 12px;
        }
        .web-sem-what-icon i {
            font-size: 15px;
        }
        .web-sem-what-tab-text h3 {
            font-size: 15px;
        }
        .web-sem-what-tab-text p {
            font-size: 12px;
        }
        .web-sem-what-image-wrapper {
            min-height: 200px;
        }
        .web-sem-float-card {
            padding: 20px;
        }
        .web-sem-float-card strong {
            font-size: 18px;
        }
        .web-sem-float-card span {
            font-size: 13px;
        }
    }    


.subian-semv2-acbr{min-width:1440px;margin-top:100px;padding:20px;}
.subian-semv2-acbr-split{display:flex!important;flex-wrap:wrap;gap:48px;align-items:flex-start}
.subian-semv2-acbr-text{flex:1 1 40%;min-width:280px}
.subian-semv2-acbr-text h2{font-weight:800;color:#111;margin:0 0 12px}
.subian-semv2-acbr-text .subian-semv2-acbr-intro{margin-bottom:16px}
.subian-semv2-acbr-text h3{font-weight:700;color:#111;margin:0 0 14px}
.subian-semv2-acbr-text p{color:#555;line-height:1.7;margin:0 0 12px}
.subian-semv2-acbr-text p:last-child{margin:0}
.subian-semv2-acbr-points{flex:1 1 50%;list-style:none;margin:0;padding:0}
.subian-semv2-acbr-points li{position:relative;padding:10px 0 10px 26px;border-bottom:1px solid #eee;color:#444}
.subian-semv2-acbr-points li:last-child{border-bottom:0}
.subian-semv2-acbr-points li::before{content:"✓";position:absolute;left:0;top:10px;color:#db3831;font-weight:700}
.subian-semv2-acbr-points strong{color:#111}
.subian-semv2-acbr-subtitle{font-weight:700;color:#111;margin:48px 0 20px}
.subian-semv2-acbr-table-wrap{overflow-x:auto}
.subian-semv2-acbr-specs{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;border:1px solid #eee;border-radius:12px}
.subian-semv2-acbr-specs th,.subian-semv2-acbr-specs td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #eee}
.subian-semv2-acbr-specs thead th{background:#db3831;color:#fff;font-weight:700;border-bottom:none}
.subian-semv2-acbr-specs thead th:first-child{border-top-left-radius:11px}
.subian-semv2-acbr-specs thead th:last-child{border-top-right-radius:11px}
.subian-semv2-acbr-specs tbody th{width:26%;color:#444;font-weight:500}
.subian-semv2-acbr-specs tbody tr:nth-child(even){background:#fafafa}
.subian-semv2-acbr-specs tbody tr:hover{background:#fff3f2}
.subian-semv2-acbr-specs td{color:#111}
.subian-semv2-acbr-specs td strong{color:#db3831}
.subian-semv2-acbr-specs tbody tr:last-child th{border-bottom:0;border-bottom-left-radius:11px}
.subian-semv2-acbr-specs tbody tr:last-child td{border-bottom:0;border-bottom-right-radius:11px}
@media (max-width:900px){
  .subian-semv2-acbr{min-width:0;padding:0 4px}
  .subian-semv2-acbr-split{flex-direction:column!important;gap:24px}
}

.subian-semv2-factory{min-width:1440px;margin-top:100px;padding:20px 0;}
.subian-semv2-factory-head{text-align:center;max-width:1200px;margin:0 auto 40px}
.subian-semv2-factory-title{font-weight:800;color:#111;margin:0 0 14px}
.subian-semv2-factory-intro{color:#555;margin:0}
.subian-semv2-factory-gallery{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:340px 340px!important;gap:14px}
.subian-semv2-factory-item{position:relative;margin:0;border-radius:12px;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.06);background:#fff;padding:28px;display:flex!important;flex-direction:column!important;overflow:hidden}
.subian-semv2-factory-item .subian-semv2-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.2;-webkit-mask-image:linear-gradient(to right,transparent 0%,transparent 12%,rgba(0,0,0,.35) 42%,black 74%);mask-image:linear-gradient(to right,transparent 0%,transparent 12%,rgba(0,0,0,.35) 42%,black 74%);transition:opacity .55s ease}
.subian-semv2-factory-item::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.8);z-index:1;pointer-events:none;-webkit-mask-image:linear-gradient(to right,black 0%,black 34%,transparent 88%);mask-image:linear-gradient(to right,black 0%,black 34%,transparent 88%);transition:background-color .55s ease}
.subian-semv2-factory-item>*{position:relative;z-index:2}
.subian-semv2-factory-item--a{grid-row:1/3;grid-column:1/2;justify-content:center}
.subian-semv2-factory-item--b{grid-row:1/2;grid-column:2/4}
.subian-semv2-factory-item--c{grid-row:2/3;grid-column:2/3}
.subian-semv2-factory-item--d{grid-row:2/3;grid-column:3/4;align-items:center;text-align:center}
.subian-semv2-factory-card-title{color:#111;margin:0 0 10px}
.subian-semv2-factory-card-text{color:#555;margin:0}
.subian-semv2-factory-link{display:inline-flex;align-items:center;gap:6px;color:#db3831;font-weight:600;text-decoration:none;margin-top:20px}
.subian-semv2-factory-link:hover{text-decoration:underline;color:#db3831}
.subian-semv2-factory-item--b .subian-semv2-factory-card-title,.subian-semv2-factory-item--b .subian-semv2-factory-card-text{max-width:70%}
.subian-semv2-factory-item:hover .subian-semv2-bg-img{opacity:.68}
.subian-semv2-factory-item:hover::after{background-color:rgba(255,255,255,.6)}
@media (max-width:900px){
  .subian-semv2-factory{min-width:0;padding:0}
  .subian-semv2-factory-head{text-align:left;margin-bottom:28px}
  .subian-semv2-factory-gallery{grid-template-columns:1fr!important;grid-template-rows:none!important}
  .subian-semv2-factory-item{grid-row:auto!important;grid-column:auto!important;min-height:200px}
  .subian-semv2-factory-item--b .subian-semv2-factory-card-title,.subian-semv2-factory-item--b .subian-semv2-factory-card-text{max-width:100%}
}
.subian-semv2-cta{position:relative;min-width:1440px;margin-top:60px;padding:50px 70px;border-radius:24px;overflow:hidden;color:#fff;background-image:url('/wp-content/uploads/2026/08/subian-mns-switchgear-factory-quote-cta-optimized.webp');background-size:cover;background-position:center}
.subian-semv2-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.25) 60%,rgba(0,0,0,.08) 100%);z-index:1}
.subian-semv2-cta-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:300px;padding-right:440px}
.subian-semv2-cta h2{color:#fff;margin:0 0 18px;max-width:720px}
.subian-semv2-cta p{color:rgba(255,255,255,.92);margin:0;max-width:620px}
.subian-semv2-cta-actions{position:absolute;right:70px;top:50%;transform:translateY(-50%);display:flex;gap:16px;z-index:2}
.subian-semv2-cta-btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;text-decoration:none;padding:16px 34px;border-radius:8px;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.subian-semv2-cta-btn--light{background:#fff;color:#111;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.subian-semv2-cta-btn--light:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.subian-semv2-cta-btn--red{background:#db3831;color:#fff;box-shadow:0 6px 18px rgba(219,56,49,.35)}
.subian-semv2-cta-btn--red:hover{transform:translateY(-2px);background:#c22b25;box-shadow:0 10px 24px rgba(219,56,49,.45)}
@media (max-width:900px){
  .subian-semv2-cta{min-width:0;margin:60px 24px 0;padding:48px 28px;border-radius:16px}
  .subian-semv2-cta-content{padding-right:0;min-height:0}
  .subian-semv2-cta-actions{position:static;transform:none;flex-wrap:wrap;margin-top:32px}
  .subian-semv2-cta-btn{padding:14px 26px}
}

.subian-semv2-section{min-width:1440px;margin-top:100px;padding:20px;}
.subian-semv2-head{display:flex!important;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px}
.subian-semv2-head-title{font-weight:600;color:#db3831;margin:0;text-align:left}
.subian-semv2-head-intro{max-width:55%;margin:0;color:#555;line-height:1.6;text-align:right}
.subian-semv2-grid{display:flex!important;flex-wrap:wrap;gap:24px}
.subian-semv2-card{flex:1 1 0;min-width:280px;overflow:hidden;border:1px solid #eee;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);background:#fff;display:flex!important;flex-direction:column!important}
.subian-semv2-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.subian-semv2-card-body{background:#fff;padding:20px 22px 22px;display:flex!important;flex-direction:column!important;flex:1}
.subian-semv2-card-top{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:12px;margin-bottom:10px}
.subian-semv2-card-title{font-weight:600;color:#02225B;margin:0}
.subian-semv2-card-tag{font-weight:600;color:#02225B;white-space:nowrap}
.subian-semv2-card-desc{color:#666;line-height:1.6;margin:0 0 14px;text-align:left}
.subian-semv2-card-line{border:0;border-top:1px solid #eee;margin:0 0 12px}
.subian-semv2-card-features{color:#111;margin:0;line-height:1.6}
@media (max-width:900px){
  .subian-semv2-section{min-width:0;}
  .subian-semv2-head{flex-direction:column!important;align-items:flex-start}
  .subian-semv2-head-intro{max-width:100%;text-align:left}
  .subian-semv2-grid{flex-direction:column!important}
  .subian-semv2-card{min-width:0}
}

.subian-semv2-acb{min-width:1440px;margin-top:100px;padding:20px}
.subian-semv2-acb-row{display:flex!important;align-items:stretch;gap:24px}
.subian-semv2-acb-text{flex:0 0 auto;width:calc((100% - 48px)/3);background:#fff;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:32px;display:flex!important;flex-direction:column!important;justify-content:center}
.subian-semv2-acb-text h2{font-weight:600;color:#db3831;margin:0 0 16px}
.subian-semv2-acb-text p{color:#555;line-height:1.7;margin:0 0 14px}
.subian-semv2-acb-text p:last-of-type{margin-bottom:0}
.subian-semv2-acb-text .hy-lb-btn-wrap{margin-top:20px}
.subian-semv2-acb-media{flex:0 0 auto;width:calc(100% - (100% - 48px)/3 - 24px);min-width:0;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.06);overflow:hidden}
.subian-semv2-acb-media img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:900px){
  .subian-semv2-acb{min-width:0;padding:4px}
  .subian-semv2-acb-row{flex-direction:column!important}
  .subian-semv2-acb-text{width:100%}
  .subian-semv2-acb-media{width:100%}
  .subian-semv2-acb-media img{aspect-ratio:16/9}
.subian-semv2-section{padding:4px}
}


.subian-semv2-swap{min-width:1440px;margin-top:100px;padding:20px}
.subian-semv2-swap-row{display:flex!important;align-items:stretch;gap:24px}
.subian-semv2-swap-media{flex:0 0 auto;width:calc(100% - (100% - 48px)/3 - 24px);min-width:0;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.06);overflow:hidden}
.subian-semv2-swap-media img{width:100%;height:100%;object-fit:cover;display:block}
.subian-semv2-swap-text{flex:0 0 auto;width:calc((100% - 48px)/3);background:#fff;border:1px solid #eee;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:32px;display:flex!important;flex-direction:column!important;justify-content:center}
.subian-semv2-swap-text h2{font-weight:600;color:#db3831;margin:0 0 16px}
.subian-semv2-swap-text p{color:#555;line-height:1.7;margin:0 0 14px}
.subian-semv2-swap-text p:last-of-type{margin-bottom:0}
.subian-semv2-swap-text .hy-lb-btn-wrap{margin-top:20px}
@media (max-width:900px){
  .subian-semv2-swap{min-width:0;padding:0px}
  .subian-semv2-swap-row{flex-direction:column!important}
  .subian-semv2-swap-text{width:100%}
  .subian-semv2-swap-media{width:100%}
  .subian-semv2-swap-media img{aspect-ratio:16/9}
}

.subian-semv2-cred{min-width:1440px;margin-top:100px;padding:20px}
.subian-semv2-cred-head{text-align:center;max-width:780px;margin:0 auto 32px}
.subian-semv2-cred-title{font-weight:800;color:#111;margin:0 0 14px}
.subian-semv2-cred-intro{color:#555;margin:0}
.subian-semv2-cred-subtitle{font-weight:700;color:#111;margin:40px 0 16px}
.subian-semv2-cred-scroller{overflow:hidden;padding:2px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.subian-semv2-cred-track{display:flex;width:max-content;animation:subian-semv2-scroll 40s linear infinite}
.subian-semv2-cred-track--reverse{animation-direction:reverse}
.subian-semv2-cred-scroller:hover .subian-semv2-cred-track{animation-play-state:paused}
.subian-semv2-cred-group{display:flex;align-items:stretch}
.subian-semv2-cred-card{flex:0 0 auto;margin-right:14px;margin:0}
.subian-semv2-cred-image{aspect-ratio:4/3;padding:8px;display:flex;align-items:center;justify-content:center}
.subian-semv2-cred-image img{width:100%;height:100%;object-fit:contain}
.subian-semv2-cred-caption{font-size:13px;color:#555;text-align:center;padding:8px 0 0}
.subian-semv2-cred-logo{flex:0 0 auto;width:170px;height:88px;margin-right:14px;display:flex;align-items:center;justify-content:center}
.subian-semv2-cred-logo img{max-width:70%;max-height:42px;object-fit:contain}
@keyframes subian-semv2-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.subian-semv2-cred-track{animation:none}}
@media (max-width:900px){
  .subian-semv2-cred{min-width:0;padding:0px;}
  .subian-semv2-cred-head{padding:0 24px;text-align:left;margin-bottom:24px}
  .subian-semv2-cred-subtitle{padding:0 24px}
}

.subian-semv2-compare{min-width:1440px;margin-top:100px;padding:60px 0}
.subian-semv2-compare-body{display:flex!important;flex-wrap:wrap;align-items:stretch;gap:40px}
.subian-semv2-compare-left{flex:1 1 0;min-width:0}
.subian-semv2-compare-title{display:inline-flex;align-items:center;flex-wrap:wrap;position:relative;padding-left:24px;font-weight:800;color:#111;margin:0 0 12px}
.subian-semv2-compare-title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:40px;border-radius:2px;background:#db3831}
.subian-semv2-compare-title-theme{color:#db3831;margin-left:8px}
.subian-semv2-compare-intro{color:#666;line-height:1.7;margin:0 0 32px}
.subian-semv2-compare-list{display:flex!important;flex-direction:column!important}
.subian-semv2-compare-tab{display:flex!important;align-items:flex-start;gap:20px;width:100%;text-align:left;background:transparent;border:none;padding:24px 26px;border-radius:12px;cursor:pointer;margin-bottom:14px;transition:all .4s ease}
.subian-semv2-compare-tab:last-child{margin-bottom:0}
.subian-semv2-compare-tab:hover{background:#f5f6f8}
.subian-semv2-compare-tab.active{background:#fff;box-shadow:0 20px 40px rgba(0,0,0,.06);transform:translateX(6px)}
.subian-semv2-compare-icon{flex:0 0 auto;width:56px;height:56px;border-radius:50%;background:#fff;color:#999;box-shadow:0 4px 10px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;transition:all .4s ease}
.subian-semv2-compare-icon svg{width:22px;height:22px}
.subian-semv2-compare-tab.active .subian-semv2-compare-icon{background:#db3831;color:#fff;box-shadow:0 8px 20px rgba(219,56,49,.25)}
.subian-semv2-compare-tab-name{display:block;font-weight:700;color:#111;margin-bottom:8px;transition:color .4s ease}
.subian-semv2-compare-tab.active .subian-semv2-compare-tab-name{color:#db3831}
.subian-semv2-compare-tab-desc{display:block;color:#666;line-height:1.55}
.subian-semv2-compare-right{flex:1 1 0;min-width:0;display:flex!important;flex-direction:column!important}
.subian-semv2-compare-media{position:relative;flex:1 1 auto;min-height:340px;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.10)}
.subian-semv2-compare-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transform:scale(1.05);z-index:1;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),visibility .6s}
.subian-semv2-compare-img.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.subian-semv2-compare-info{display:none;margin-top:20px}
.subian-semv2-compare-info.active{display:block}
.subian-semv2-compare-info h3{font-weight:700;color:#111;margin:0 0 8px}
.subian-semv2-compare-info p{color:#666;line-height:1.6;margin:0 0 12px}
.subian-semv2-compare-link{color:#db3831;font-weight:600;text-decoration:none}
.subian-semv2-compare-link:hover{text-decoration:underline}
@media (max-width:1439px){
  .subian-semv2-compare{min-width:0}
}
@media (max-width:1024px){
  .subian-semv2-compare{padding:40px 4px}
  .subian-semv2-compare-body{flex-direction:column!important;gap:32px}
  .subian-semv2-compare-left,.subian-semv2-compare-right{flex:1 1 auto!important;width:100%}
  .subian-semv2-compare-list{flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:6px}
  .subian-semv2-compare-tab{flex:0 0 auto!important;flex-shrink:0!important;width:270px!important;margin-bottom:0;margin-right:14px;padding:20px}
  .subian-semv2-compare-tab:last-child{margin-right:0}
  .subian-semv2-compare-tab.active{transform:none}
  .subian-semv2-compare-icon{width:48px;height:48px}
  .subian-semv2-compare-icon svg{width:20px;height:20px}
  .subian-semv2-compare-media{min-height:240px}
}

.page-template-subian-seo-landing{width:100%!important;max-width:none!important}
.page-template-subian-seo-landing .ct-container-full>article[class*="post"]{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.page-template-subian-seo-landing .entry-content{width:100%;max-width:none!important;display:block}
.page-template-subian-seo-landing .entry-content>section{box-sizing:border-box;max-width:none!important}
.page-template-subian-seo-landing .web-sem-module-one,.page-template-subian-seo-landing .singlepage-products-section{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.page-template-subian-seo-landing .web-sem-container,.page-template-subian-seo-landing .singlepage-container{width:min(1600px,calc(100% - 80px));max-width:1600px;margin-left:auto;margin-right:auto}
.page-template-subian-seo-landing .subian-semv2-acbr,.page-template-subian-seo-landing .subian-semv2-factory,.page-template-subian-seo-landing .subian-semv2-cta,.page-template-subian-seo-landing .subian-semv2-section,.page-template-subian-seo-landing .subian-semv2-acb,.page-template-subian-seo-landing .subian-semv2-swap,.page-template-subian-seo-landing .subian-semv2-compare,.page-template-subian-seo-landing .subian-semv2-brands,.page-template-subian-seo-landing .subian-semv2-cred,.page-template-subian-seo-landing .subian-faq-contact{width:min(1600px,calc(100% - 80px))!important;max-width:1600px!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}

.page-template-subian-seo-landing .web-sem-text h1{max-width:760px;margin:0 0 24px;color:#08182f;font-size:clamp(40px,3.2vw,54px);line-height:1.12;font-weight:800;letter-spacing:-.035em}
.page-template-subian-seo-landing .singlepage-section-title{margin:0 0 18px;color:#08182f;font-size:clamp(32px,2.5vw,44px);line-height:1.16;font-weight:750;letter-spacing:-.025em}
.page-template-subian-seo-landing .woocommerce-loop-product__title{font-size:18px;line-height:1.4;font-weight:500}
.page-template-subian-seo-landing .subian-semv2-acbr-text h2,.page-template-subian-seo-landing .subian-semv2-factory-title,.page-template-subian-seo-landing .subian-semv2-cta h2,.page-template-subian-seo-landing .subian-semv2-head-title,.page-template-subian-seo-landing .subian-semv2-compare-text h2,.page-template-subian-seo-landing .subian-semv2-brands-text h2,.page-template-subian-seo-landing .subian-semv2-cred-title{font-size:clamp(32px,2.45vw,44px);line-height:1.18;font-weight:700;letter-spacing:-.025em}
.page-template-subian-seo-landing .subian-semv2-acbr-subtitle,.page-template-subian-seo-landing .subian-semv2-cred-subtitle{font-size:24px;line-height:1.3;margin-bottom:18px}
.page-template-subian-seo-landing .subian-semv2-factory-card-title,.page-template-subian-seo-landing .subian-semv2-card-title{font-size:20px;line-height:1.35;font-weight:700;margin:0 0 12px;color:#102f4e}
.page-template-subian-seo-landing .subian-semv2-acbr p,.page-template-subian-seo-landing .subian-semv2-acbr li,.page-template-subian-seo-landing .subian-semv2-factory-intro,.page-template-subian-seo-landing .subian-semv2-factory-card-text,.page-template-subian-seo-landing .subian-semv2-cta p,.page-template-subian-seo-landing .subian-semv2-head-intro,.page-template-subian-seo-landing .subian-semv2-card-desc,.page-template-subian-seo-landing .subian-semv2-card-features,.page-template-subian-seo-landing .subian-semv2-compare-text p,.page-template-subian-seo-landing .subian-semv2-brands-text p,.page-template-subian-seo-landing .subian-semv2-cred-intro{font-size:16px;line-height:1.7}
.page-template-subian-seo-landing .entry-content p,.page-template-subian-seo-landing .entry-content li{line-height:1.7}
.page-template-subian-seo-landing .singlepage-products-section p,.page-template-subian-seo-landing .subian-faq-contact__form-copy{font-size:16px;line-height:1.7}
.page-template-subian-seo-landing .subian-semv2-acbr-text h2,.page-template-subian-seo-landing .subian-semv2-factory-title,.page-template-subian-seo-landing .subian-semv2-cta h2,.page-template-subian-seo-landing .subian-semv2-cred-title{margin-bottom:18px}
.page-template-subian-seo-landing .subian-semv2-factory-card-text,.page-template-subian-seo-landing .subian-semv2-card-desc,.page-template-subian-seo-landing .subian-semv2-card-features{font-size:16px;line-height:1.7}
.page-template-subian-seo-landing .subian-faq-contact__title{max-width:700px;margin-bottom:20px;font-size:clamp(32px,2.45vw,44px);line-height:1.18;font-weight:700;letter-spacing:-.025em}

.page-template-subian-seo-landing .subian-semv2-compare{padding:0;background:#f5f8fb;border-radius:16px;overflow:hidden}
.page-template-subian-seo-landing .subian-semv2-compare-row{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;min-height:500px}
.page-template-subian-seo-landing .subian-semv2-compare-text{display:flex;flex-direction:column;justify-content:center;padding:64px}
.page-template-subian-seo-landing .subian-semv2-compare-text h2{margin:0 0 24px;color:#082d55;font-weight:750}
.page-template-subian-seo-landing .subian-semv2-compare-text p{max-width:620px;margin:0;padding:0;border:0;color:#52677c;background:transparent}
.page-template-subian-seo-landing .subian-semv2-compare-media{position:relative;min-height:500px;border-radius:0;box-shadow:none;overflow:hidden}
.page-template-subian-seo-landing .subian-semv2-compare-media>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.page-template-subian-seo-landing .subian-semv2-compare:hover .subian-semv2-compare-media>img{transform:scale(1.025)}

.page-template-subian-seo-landing .subian-semv2-brands{margin-top:100px;padding:0}
.page-template-subian-seo-landing .subian-semv2-brands-row{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;border:1px solid #e2e9ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 16px 44px rgba(8,45,85,.08)}
.page-template-subian-seo-landing .subian-semv2-brands-media{position:relative;min-height:520px;overflow:hidden;background:#eaf0f5}
.page-template-subian-seo-landing .subian-semv2-brands-media img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.page-template-subian-seo-landing .subian-semv2-brands:hover .subian-semv2-brands-media img{transform:scale(1.025)}
.page-template-subian-seo-landing .subian-semv2-brands-text{display:flex;flex-direction:column;justify-content:center;padding:58px 60px}
.page-template-subian-seo-landing .subian-semv2-brands-text h2{margin:0 0 24px;color:#082d55;font-weight:750}
.page-template-subian-seo-landing .subian-semv2-brands-text p{margin:0 0 14px;color:#5c6f82}
.page-template-subian-seo-landing .subian-semv2-brands-text .hy-lb-btn-wrap{margin-top:14px}

.page-template-subian-seo-landing .subian-semv2-cred{padding:20px 0 10px;overflow:hidden}
.page-template-subian-seo-landing .subian-semv2-cred-head{max-width:820px;margin-bottom:26px}
.page-template-subian-seo-landing .subian-semv2-cred-title{color:#082d55;font-weight:750}
.page-template-subian-seo-landing .subian-semv2-cred-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0 18px}
.page-template-subian-seo-landing .subian-semv2-cred-subtitle{margin:0;color:#082d55}
.page-template-subian-seo-landing .subian-semv2-cred-controls{display:flex;flex:0 0 auto;justify-content:flex-end;gap:10px;margin:0}
.page-template-subian-seo-landing .subian-semv2-cred-controls button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid #d6e0e8;border-radius:50%;color:#0b74c8;background:#fff;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease}
.page-template-subian-seo-landing .subian-semv2-cred-controls button:hover,.page-template-subian-seo-landing .subian-semv2-cred-controls button:focus-visible{border-color:#0b82c8;color:#fff;background:#0b82c8;transform:translateY(-2px)}
.page-template-subian-seo-landing .subian-semv2-cred-controls button:focus-visible{outline:2px solid rgba(11,130,200,.28);outline-offset:3px}
.page-template-subian-seo-landing .subian-semv2-cred-controls svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert-swiper{width:100%;box-sizing:border-box;margin:0;padding:12px;overflow:hidden}
.page-template-subian-seo-landing .subian-semv2-cred .swiper-wrapper{display:flex;align-items:flex-start;margin:0;padding:0;list-style:none}
.page-template-subian-seo-landing .subian-semv2-cred .swiper-slide{height:auto}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert{height:auto;padding:16px;border-radius:10px;box-shadow:none;transition:border-color .25s ease,color .25s ease}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert>br{display:none}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert>img{display:block;width:100%;height:auto;aspect-ratio:4/4;margin:0 0 18px;padding:0;box-sizing:border-box;background:#fff;object-fit:contain}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert strong{display:flex;align-items:center;justify-content:center;min-height:44.8px;margin:0;font-size:16px;line-height:1.4;font-weight:600;color:#263d55;text-align:center;transition:color .25s ease}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert:hover,.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert:focus-visible{border-color:#0b74c8;color:#0b74c8;box-shadow:none;transform:none}
.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert:hover strong,.page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert:focus-visible strong{color:#0b74c8}
.page-template-subian-seo-landing .subian-semv2-cred .swiper-button-disabled{opacity:.38;cursor:default;transform:none}

.page-template-subian-seo-landing .subian-faq-contact{box-sizing:border-box;margin-top:100px;padding:80px 0}
.page-template-subian-seo-landing .subian-faq-contact__container{width:100%;max-width:none}
.page-template-subian-seo-landing .subian-faq-contact__grid{grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);gap:64px}
.page-template-subian-seo-landing .subian-faq-contact__form{width:100%;box-sizing:border-box;padding:44px 48px;border-radius:14px;box-shadow:0 12px 32px rgba(8,45,85,.06)}
.page-template-subian-seo-landing .subian-faq-contact__form-title{margin-bottom:12px;font-size:30px;line-height:1.2;font-weight:700}
.page-template-subian-seo-landing .subian-faq-contact__form-copy{margin-bottom:28px}
.page-template-subian-seo-landing .subian-faq-contact__form .ff-el-group{margin-bottom:20px}
.page-template-subian-seo-landing .subian-faq-contact__form input,.page-template-subian-seo-landing .subian-faq-contact__form select{min-height:52px;font-size:16px;line-height:1.4}
.page-template-subian-seo-landing .subian-faq-contact__form textarea{min-height:140px;font-size:16px;line-height:1.55}

@media (max-width:900px){
  .page-template-subian-seo-landing .web-sem-container,.page-template-subian-seo-landing .singlepage-container,.page-template-subian-seo-landing .subian-semv2-acbr,.page-template-subian-seo-landing .subian-semv2-factory,.page-template-subian-seo-landing .subian-semv2-cta,.page-template-subian-seo-landing .subian-semv2-section,.page-template-subian-seo-landing .subian-semv2-acb,.page-template-subian-seo-landing .subian-semv2-swap,.page-template-subian-seo-landing .subian-semv2-compare,.page-template-subian-seo-landing .subian-semv2-brands,.page-template-subian-seo-landing .subian-semv2-cred,.page-template-subian-seo-landing .subian-faq-contact{width:calc(100% - 40px)!important}
  .page-template-subian-seo-landing .web-sem-module-one,.page-template-subian-seo-landing .singlepage-products-section{width:100%!important}
  .page-template-subian-seo-landing .web-sem-text h1{font-size:36px;line-height:1.16}
  .page-template-subian-seo-landing .singlepage-section-title,.page-template-subian-seo-landing .subian-semv2-acbr-text h2,.page-template-subian-seo-landing .subian-semv2-factory-title,.page-template-subian-seo-landing .subian-semv2-cta h2,.page-template-subian-seo-landing .subian-semv2-head-title,.page-template-subian-seo-landing .subian-semv2-compare-text h2,.page-template-subian-seo-landing .subian-semv2-brands-text h2,.page-template-subian-seo-landing .subian-semv2-cred-title{font-size:30px;line-height:1.2}
  .page-template-subian-seo-landing .subian-semv2-acbr-subtitle,.page-template-subian-seo-landing .subian-semv2-cred-subtitle{font-size:22px}
  .page-template-subian-seo-landing .subian-semv2-compare-row,.page-template-subian-seo-landing .subian-semv2-brands-row{grid-template-columns:1fr}
  .page-template-subian-seo-landing .subian-semv2-compare-text,.page-template-subian-seo-landing .subian-semv2-brands-text{padding:34px 28px}
  .page-template-subian-seo-landing .subian-semv2-compare-media,.page-template-subian-seo-landing .subian-semv2-brands-media{min-height:0;aspect-ratio:4/3}
  .page-template-subian-seo-landing .subian-semv2-brands{margin-top:70px}
  .page-template-subian-seo-landing .subian-semv2-cred{padding-left:0;padding-right:0}
  .page-template-subian-seo-landing .subian-semv2-cred-head{padding:0;text-align:left}
  .page-template-subian-seo-landing .subian-semv2-cred-bar{gap:12px;margin-top:26px}
  .page-template-subian-seo-landing .subian-semv2-cred-subtitle{padding:0}
  .page-template-subian-seo-landing .subian-faq-contact{padding:64px 0}
  .page-template-subian-seo-landing .subian-faq-contact__grid{grid-template-columns:1fr;gap:44px}
  .page-template-subian-seo-landing .subian-faq-contact__form{padding:32px 28px}
}

.page-template-subian-seo-landing{--web-sem-theme:#0b74c8;--web-sem-theme-rgb:11,116,200;--web-sem-orange:#18b8e8}
.page-template-subian-seo-landing .web-sem-tag::before{background-color:#0b74c8}
.page-template-subian-seo-landing .web-sem-text>p:empty{display:none;margin:0}
.page-template-subian-seo-landing .web-sem-cert-marks{margin-top:24px}
.page-template-subian-seo-landing .web-sem-cert-marks-img{display:block;width:auto;max-width:100%;height:auto;border-radius:8px;box-shadow:none}
.page-template-subian-seo-landing img[src*="subian-product-certification-marks"]{box-shadow:none!important}
.page-template-subian-seo-landing .web-sem-module-one{margin-bottom:0!important}
.page-template-subian-seo-landing .singlepage-products-section{margin:0!important;padding:96px 0 100px;background:#fff}
.page-template-subian-seo-landing .singlepage-products-section .singlepage-section-title{margin-bottom:28px}
.page-template-subian-seo-landing .singlepage-products-section .singlepage-section-desc{max-width:1180px;margin:0 0 50px;color:#5f6b7a}
.page-template-subian-seo-landing .singlepage-products-section ul.products{gap:20px}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product{overflow:hidden;border:1px solid #d6e2ea;border-radius:12px;background:#fff;box-shadow:0 7px 24px rgba(8,45,85,.045);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product:hover,.page-template-subian-seo-landing .singlepage-products-section ul.products li.product:focus-within{border-color:#9fc9df;box-shadow:0 18px 40px rgba(8,45,85,.11);transform:translateY(-4px)}
.page-template-subian-seo-landing .singlepage-products-section .ct-woo-card-extra{display:none!important}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product>figure{margin:0;overflow:hidden;background:#fff}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product img.wp-post-image{border-radius:0;transition:transform .45s ease}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product:hover img.wp-post-image{transform:scale(1.025)}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title{display:flex;align-items:center;justify-content:center;min-height:92px;padding:22px 24px 24px}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title a{color:#102f4e;font-size:18px;line-height:1.45;text-decoration:none;transition:color .25s ease}
.page-template-subian-seo-landing .singlepage-products-section ul.products li.product:hover>.woocommerce-loop-product__title a{color:#0b74c8}
.page-template-subian-seo-landing .hy-lb-btn-wrap{margin-top:22px}
.page-template-subian-seo-landing .hy-lb-btn{display:inline-flex;align-items:center;justify-content:center;min-width:158px;min-height:52px;padding:0 28px;border:0;border-radius:6px;background:linear-gradient(110deg,#0b74c8 0%,#18b8e8 100%);box-shadow:0 10px 24px rgba(11,116,200,.18);color:#fff;font-size:16px;line-height:1.2;font-weight:700;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.page-template-subian-seo-landing .hy-lb-btn:hover,.page-template-subian-seo-landing .hy-lb-btn:focus-visible{color:#fff;filter:saturate(1.08) brightness(1.03);transform:translateY(-2px);box-shadow:0 14px 30px rgba(11,116,200,.24)}
.page-template-subian-seo-landing .hy-lb-btn:focus-visible{outline:3px solid rgba(24,184,232,.3);outline-offset:3px}
.page-template-subian-seo-landing .web-sem-stats-grid{margin-top:64px}
.page-template-subian-seo-landing .web-sem-stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-width:0;padding:30px 16px;color:#5f6b7a;font-size:16px;line-height:1.4}
.page-template-subian-seo-landing .web-sem-stat-item strong{margin:0;color:#0b74c8;font-size:clamp(30px,2vw,38px);line-height:1.05;letter-spacing:-.025em}
.page-template-subian-seo-landing .web-sem-stat-label{display:block;margin-top:0;color:#5f6b7a;font-size:16px;line-height:1.4}
.page-template-subian-seo-landing .singlepage-products-section img.wp-post-image{aspect-ratio:5/4;object-fit:contain}
.page-template-subian-seo-landing .subian-t2-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:4px 0 54px}
.page-template-subian-seo-landing .subian-t2-type{min-width:0;padding:28px 30px;border-radius:12px;background:#f3f7fa;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}
.page-template-subian-seo-landing .subian-t2-type:hover{background:#eef7fb;box-shadow:0 14px 34px rgba(8,45,85,.08);transform:translateY(-3px)}
.page-template-subian-seo-landing .subian-t2-type h4{margin:0 0 12px;color:#0b74c8;font-size:22px;line-height:1.3;font-weight:700;letter-spacing:-.01em}
.page-template-subian-seo-landing .subian-t2-type p{margin:0;color:#52677c;font-size:16px;line-height:1.7}
.page-template-subian-seo-landing .subian-semv2-acbr-points li::before{color:#0b82c8}
.page-template-subian-seo-landing .subian-semv2-acbr-table-wrap{overflow-x:auto;border:0;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #dce6ed,0 12px 36px rgba(8,45,85,.065);-webkit-overflow-scrolling:touch}
.page-template-subian-seo-landing .subian-semv2-acbr-specs{min-width:720px;border:0!important;border-radius:0;outline:0;box-shadow:none;font-size:16px;line-height:1.55}
.page-template-subian-seo-landing .subian-semv2-acbr-specs thead{background:linear-gradient(110deg,#0b69b9 0%,#18b8e8 100%)}
.page-template-subian-seo-landing .subian-semv2-acbr-specs th,.page-template-subian-seo-landing .subian-semv2-acbr-specs td{padding:18px 22px;border-bottom:1px solid #e5ecf1;font-size:16px;line-height:1.55;vertical-align:middle}
.page-template-subian-seo-landing .subian-semv2-acbr-specs thead th{padding-top:19px;padding-bottom:19px;background:transparent;color:#fff;font-size:16px;line-height:1.4;font-weight:700;letter-spacing:.01em}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody th{width:28%;border-right:1px solid #e5ecf1;background:#f6f9fb;color:#17314d;font-weight:600}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody td{background:#fff;color:#34465a}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:nth-child(even) th{background:#f1f6f9}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:nth-child(even) td{background:#fbfcfd}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:hover th,.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:hover td{background:#edf8fc}
.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:last-child th,.page-template-subian-seo-landing .subian-semv2-acbr-specs tbody tr:last-child td{border-bottom:0}
.page-template-subian-seo-landing .subian-semv2-acbr-specs td strong{color:#0b74c8}
.page-template-subian-seo-landing .subian-semv2-factory-link,.page-template-subian-seo-landing .subian-semv2-factory-link:hover{color:#0b74c8}
.page-template-subian-seo-landing .subian-semv2-cta-btn--red{background:linear-gradient(110deg,#0b74c8 0%,#18b8e8 100%);box-shadow:0 8px 22px rgba(11,116,200,.28)}
.page-template-subian-seo-landing .subian-semv2-cta-btn--red:hover{background:linear-gradient(110deg,#086bb9 0%,#16a8dc 100%);box-shadow:0 12px 28px rgba(11,116,200,.34)}
.page-template-subian-seo-landing .subian-semv2-head{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:end;gap:64px;margin-bottom:42px}
.page-template-subian-seo-landing .subian-semv2-head-title{width:auto!important;max-width:720px;margin:0!important}
.page-template-subian-seo-landing .subian-semv2-head-intro{max-width:700px;margin:0 0 4px auto;text-align:left}
.page-template-subian-seo-landing .subian-semv2-head-title,.page-template-subian-seo-landing .subian-semv2-acb-text h2,.page-template-subian-seo-landing .subian-semv2-swap-text h2{color:#082d55}
.page-template-subian-seo-landing .subian-semv2-card-top{align-items:center!important;gap:20px;margin-bottom:14px}
.page-template-subian-seo-landing .subian-semv2-card-top p{margin:0;line-height:1.4}
.page-template-subian-seo-landing .subian-semv2-card-top .subian-semv2-card-title{margin:0;color:#102f4e;font-size:22px;line-height:1.3;font-weight:700}
.page-template-subian-seo-landing .subian-semv2-card-top .subian-semv2-card-tag{color:#0b74c8;font-size:15px;line-height:1.4;font-weight:600}
.page-template-subian-seo-landing .subian-semv2-card-desc{min-height:82px;margin-bottom:16px}
.page-template-subian-seo-landing .subian-semv2-compare-title::before{background:#0b74c8}
.page-template-subian-seo-landing .subian-semv2-compare-title-theme,.page-template-subian-seo-landing .subian-semv2-compare-tab.active .subian-semv2-compare-tab-name,.page-template-subian-seo-landing .subian-semv2-compare-link{color:#0b74c8}
.page-template-subian-seo-landing .subian-semv2-compare-tab.active .subian-semv2-compare-icon{background:linear-gradient(135deg,#0b74c8,#18b8e8);color:#fff;box-shadow:0 8px 20px rgba(11,116,200,.24)}
.page-template-subian-seo-landing .subian-faq-contact{margin-top:64px;padding:72px 48px;border-radius:20px;background:linear-gradient(135deg,rgba(11,116,200,.055) 0%,rgba(24,184,232,.025) 52%,rgba(255,255,255,.92) 100%)}
.page-template-subian-seo-landing .subian-faq__answer{font-size:16px;line-height:1.75}
.page-template-subian-seo-landing .subian-faq-contact__grid{grid-template-columns:minmax(420px,.72fr) minmax(620px,1.28fr);gap:56px}
.page-template-subian-seo-landing .subian-faq-contact__form{padding:46px 50px;border:0;border-radius:16px;box-shadow:0 16px 44px rgba(8,45,85,.08)}
.page-template-subian-seo-landing .subian-faq-contact__form-label{font-size:13px;line-height:1.35;color:#0b74c8}
.page-template-subian-seo-landing .subian-faq-contact__form-copy{font-size:16px;line-height:1.7}
.page-template-subian-seo-landing .subian-faq-contact__form .ff-el-input--label label{font-size:14px;line-height:1.4}
.page-template-subian-seo-landing .subian-faq-contact__form .ff-btn-submit{min-height:54px!important;border-radius:8px!important;background:linear-gradient(110deg,#0b74c8 0%,#18b8e8 100%)!important;font-size:16px!important;line-height:1.2!important}
.page-template-subian-seo-landing .subian-faq-contact__form .ff-btn-submit:hover{background:linear-gradient(110deg,#086bb9 0%,#16a8dc 100%)!important}
.page-template-subian-seo-landing .subian-faq-contact__trust{font-size:13px;line-height:1.5}
.page-template-subian-seo-landing .subian-faq__item[open] .subian-faq__question::after{content:"−"}

@media(max-width:1180px){
  .page-template-subian-seo-landing .subian-faq-contact__grid{grid-template-columns:1fr;gap:46px}
  .page-template-subian-seo-landing .subian-faq-contact__form{position:static}
}

@media(max-width:900px){
  .page-template-subian-seo-landing .singlepage-products-section{padding:64px 0 72px}
  .page-template-subian-seo-landing .singlepage-products-section .singlepage-section-title{margin-bottom:22px}
  .page-template-subian-seo-landing .singlepage-products-section .singlepage-section-desc{margin-bottom:38px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products{gap:16px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title{min-height:0;padding:20px 18px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title a{font-size:16px;line-height:1.5}
  .page-template-subian-seo-landing .subian-semv2-acbr-specs th,.page-template-subian-seo-landing .subian-semv2-acbr-specs td{padding:16px 18px}
  .page-template-subian-seo-landing .subian-semv2-head{grid-template-columns:1fr;align-items:start;gap:20px;margin-bottom:32px}
  .page-template-subian-seo-landing .subian-semv2-head-title,.page-template-subian-seo-landing .subian-semv2-head-intro{max-width:none;margin:0}
  .page-template-subian-seo-landing .subian-t2-types{grid-template-columns:1fr;gap:16px;margin-bottom:42px}
  .page-template-subian-seo-landing .subian-t2-type{padding:24px}
  .page-template-subian-seo-landing .web-sem-stat-item{gap:9px;font-size:16px}
  .page-template-subian-seo-landing .subian-semv2-card-desc{min-height:0}
  .page-template-subian-seo-landing .subian-faq-contact{padding:56px 24px;border-radius:16px}
  .page-template-subian-seo-landing .subian-faq-contact__form{padding:34px 30px}
}

@media (max-width:480px){
  .page-template-subian-seo-landing .web-sem-container,.page-template-subian-seo-landing .singlepage-container,.page-template-subian-seo-landing .subian-semv2-acbr,.page-template-subian-seo-landing .subian-semv2-factory,.page-template-subian-seo-landing .subian-semv2-cta,.page-template-subian-seo-landing .subian-semv2-section,.page-template-subian-seo-landing .subian-semv2-acb,.page-template-subian-seo-landing .subian-semv2-swap,.page-template-subian-seo-landing .subian-semv2-compare,.page-template-subian-seo-landing .subian-semv2-brands,.page-template-subian-seo-landing .subian-semv2-cred,.page-template-subian-seo-landing .subian-faq-contact{width:calc(100% - 32px)!important}
  .page-template-subian-seo-landing .web-sem-module{padding:56px 0}
  .page-template-subian-seo-landing .web-sem-text h1{margin-bottom:18px;font-size:28px;line-height:1.18;letter-spacing:-.025em}
  .page-template-subian-seo-landing .singlepage-section-title,.page-template-subian-seo-landing .subian-semv2-acbr-text h2,.page-template-subian-seo-landing .subian-semv2-factory-title,.page-template-subian-seo-landing .subian-semv2-cta h2,.page-template-subian-seo-landing .subian-semv2-head-title,.page-template-subian-seo-landing .subian-semv2-compare-text h2,.page-template-subian-seo-landing .subian-semv2-brands-text h2,.page-template-subian-seo-landing .subian-semv2-cred-title,.page-template-subian-seo-landing .subian-faq-contact__title{font-size:22px;line-height:1.3;letter-spacing:-.015em}
  .page-template-subian-seo-landing .subian-semv2-acbr-subtitle,.page-template-subian-seo-landing .subian-semv2-cred-subtitle,.page-template-subian-seo-landing .subian-faq-contact__form-title{font-size:18px;line-height:1.35}
  .page-template-subian-seo-landing .subian-semv2-factory-card-title,.page-template-subian-seo-landing .subian-semv2-card-top .subian-semv2-card-title,.page-template-subian-seo-landing .subian-t2-type h4{font-size:18px;line-height:1.35}
  .page-template-subian-seo-landing .entry-content p,.page-template-subian-seo-landing .entry-content li,.page-template-subian-seo-landing .singlepage-products-section p,.page-template-subian-seo-landing .subian-semv2-acbr p,.page-template-subian-seo-landing .subian-semv2-acbr li,.page-template-subian-seo-landing .subian-semv2-factory-intro,.page-template-subian-seo-landing .subian-semv2-factory-card-text,.page-template-subian-seo-landing .subian-semv2-cta p,.page-template-subian-seo-landing .subian-semv2-head-intro,.page-template-subian-seo-landing .subian-semv2-card-desc,.page-template-subian-seo-landing .subian-semv2-card-features,.page-template-subian-seo-landing .subian-semv2-compare-text p,.page-template-subian-seo-landing .subian-semv2-brands-text p,.page-template-subian-seo-landing .subian-semv2-cred-intro,.page-template-subian-seo-landing .subian-faq-contact__intro,.page-template-subian-seo-landing .subian-faq-contact__form-copy,.page-template-subian-seo-landing .subian-faq__answer{font-size:14px;line-height:1.65}
  .page-template-subian-seo-landing .web-sem-stats-grid{margin-top:40px}
  .page-template-subian-seo-landing .web-sem-stat-item{gap:6px;padding:18px 8px;font-size:14px;line-height:1.4}
  .page-template-subian-seo-landing .web-sem-stat-item strong{font-size:28px}
  .page-template-subian-seo-landing .web-sem-stat-label{font-size:14px;line-height:1.4}
  .page-template-subian-seo-landing .singlepage-products-section{padding:48px 0 56px}
  .page-template-subian-seo-landing .singlepage-products-section .singlepage-section-title{margin-bottom:16px}
  .page-template-subian-seo-landing .singlepage-products-section .singlepage-section-desc{margin-bottom:28px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title{min-height:92px;padding:12px 10px 14px}
  .page-template-subian-seo-landing .singlepage-products-section ul.products li.product>.woocommerce-loop-product__title a{font-size:14px;line-height:1.4}
  .page-template-subian-seo-landing .subian-semv2-acbr,.page-template-subian-seo-landing .subian-semv2-factory,.page-template-subian-seo-landing .subian-semv2-section,.page-template-subian-seo-landing .subian-semv2-compare,.page-template-subian-seo-landing .subian-semv2-brands,.page-template-subian-seo-landing .subian-semv2-cred{margin-top:56px!important}
  .page-template-subian-seo-landing .subian-semv2-acbr-split{gap:20px}
  .page-template-subian-seo-landing .subian-t2-types{gap:12px;margin-bottom:32px}
  .page-template-subian-seo-landing .subian-t2-type{padding:20px}
  .page-template-subian-seo-landing .subian-semv2-acbr-specs th,.page-template-subian-seo-landing .subian-semv2-acbr-specs td{padding:13px 14px;font-size:14px;line-height:1.5}
  .page-template-subian-seo-landing .subian-semv2-factory-head{margin-bottom:22px}
  .page-template-subian-seo-landing .subian-semv2-factory-gallery{gap:12px}
  .page-template-subian-seo-landing .subian-semv2-factory-item{min-height:170px;padding:20px}
  .page-template-subian-seo-landing .subian-semv2-cta{margin-top:48px!important;padding:36px 22px;border-radius:14px}
  .page-template-subian-seo-landing .subian-semv2-cta-actions{gap:10px;margin-top:24px}
  .page-template-subian-seo-landing .subian-semv2-cta-btn{min-height:46px;padding:12px 18px;font-size:14px}
  .page-template-subian-seo-landing .subian-semv2-head{gap:14px;margin-bottom:24px}
  .page-template-subian-seo-landing .subian-semv2-grid{gap:14px}
  .page-template-subian-seo-landing .subian-semv2-card-body{padding:18px}
  .page-template-subian-seo-landing .subian-semv2-card-top{gap:12px;margin-bottom:10px}
  .page-template-subian-seo-landing .subian-semv2-compare-text,.page-template-subian-seo-landing .subian-semv2-brands-text{padding:24px 20px}
  .page-template-subian-seo-landing .subian-semv2-compare-media,.page-template-subian-seo-landing .subian-semv2-brands-media{aspect-ratio:16/10}
  .page-template-subian-seo-landing .subian-semv2-cred-bar{margin-top:20px}
  .page-template-subian-seo-landing .subian-semv2-cred-controls button{width:40px;height:40px}
  .page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert{padding:12px}
  .page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert>img{margin-bottom:12px}
  .page-template-subian-seo-landing .subian-semv2-cred .subian-ab-cert strong{min-height:39px;font-size:14px;line-height:1.4}
  .page-template-subian-seo-landing .subian-faq-contact{margin-top:56px;padding:40px 16px;border-radius:14px}
  .page-template-subian-seo-landing .subian-faq-contact__grid{gap:34px}
  .page-template-subian-seo-landing .subian-faq-contact__intro{margin-bottom:28px}
  .page-template-subian-seo-landing .subian-faq__question{padding:18px 0;font-size:15px;line-height:1.45}
  .page-template-subian-seo-landing .subian-faq__answer{padding-bottom:20px}
  .page-template-subian-seo-landing .subian-faq-contact__form{padding:24px 18px;border-radius:14px}
}
.subian-faq-contact a{color:inherit;text-decoration:none}.subian-faq-contact__container{width:min(100%,1280px);margin:0 auto}.subian-faq-contact__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:start}.subian-faq-contact__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:#84B8DF;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.subian-faq-contact__eyebrow:before{content:"";width:24px;height:2px;background:#92CEE6}.subian-faq-contact__title{max-width:600px;margin:0 0 18px;color:#02225B;font-size:clamp(38px,4vw,52px);line-height:1.06;font-weight:600;letter-spacing:-.04em}.subian-faq-contact__intro{max-width:610px;margin:0 0 42px;color:#667085;font-size:16px;line-height:1.7}.subian-faq{border-top:1px solid #dfe5eb}.subian-faq__item{border-bottom:1px solid #dfe5eb}.subian-faq__question{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:24px 0;list-style:none;cursor:pointer;color:#172033;font-size:18px;line-height:1.4;font-weight:600}.subian-faq__question::-webkit-details-marker{display:none}.subian-faq__question:after{content:"+";flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #d9e1e8;border-radius:50%;background:#fff;color:#497EAA;font-size:24px;line-height:1;font-weight:300;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}.subian-faq__item[open] .subian-faq__question:after{content:"−";background:#02225B;border-color:#02225B;color:#fff;transform:rotate(180deg)}.subian-faq__answer{max-width:650px;padding:0 58px 25px 0;color:#667085;font-size:15px;line-height:1.75}.subian-faq-contact__form{position:sticky;top:32px;padding:38px;border:1px solid #e7ebef;border-radius:28px;background:#fff;box-shadow:0 2px 4px rgba(2,34,91,.02),0 18px 50px rgba(2,34,91,.07)}.subian-faq-contact__form-label{margin:0 0 10px;color:#84B8DF;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.subian-faq-contact__form-title{margin:0 0 12px;color:#02225B;font-size:30px;line-height:1.15;font-weight:600;letter-spacing:-.025em}.subian-faq-contact__form-copy{margin:0 0 28px;color:#667085;font-size:14px;line-height:1.65}.subian-faq-contact__form .fluentform{margin:0}.subian-faq-contact__form .ff-el-group{margin-bottom:18px}.subian-faq-contact__form .ff-el-input--label label{color:#344054;font-size:13px;font-weight:600}.subian-faq-contact__form input,.subian-faq-contact__form textarea,.subian-faq-contact__form select{width:100%;border:1px solid #dfe5eb!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}.subian-faq-contact__form input,.subian-faq-contact__form select{min-height:48px}.subian-faq-contact__form textarea{min-height:120px}.subian-faq-contact__form input:focus,.subian-faq-contact__form textarea:focus,.subian-faq-contact__form select:focus{border-color:#84B8DF!important;box-shadow:0 0 0 3px rgba(132,184,223,.12)!important}.subian-faq-contact__form .ff-btn-submit{width:100%;min-height:50px;border:0!important;border-radius:10px!important;background:#02225B!important;color:#fff!important;font-weight:600!important;transition:transform .2s ease,background .2s ease!important}.subian-faq-contact__form .ff-btn-submit:hover{background:#123b71!important;transform:translateY(-1px)}.subian-faq-contact__trust{display:flex;align-items:center;gap:8px;margin-top:20px;color:#98a2b3;font-size:11px;line-height:1.5}.subian-faq-contact__trust svg{width:16px;height:16px;flex:0 0 16px;color:#84B8DF}@media(max-width:960px){.subian-faq-contact__grid{grid-template-columns:1fr;gap:52px}.subian-faq-contact__form{position:static}}@media(max-width:600px){.subian-faq-contact{padding:72px 20px}.subian-faq-contact__title{font-size:38px}.subian-faq__question{font-size:16px;padding:21px 0}.subian-faq__question:after{flex-basis:34px;width:34px;height:34px}.subian-faq__answer{padding-right:0}.subian-faq-contact__form{padding:28px 22px;border-radius:22px}}
