@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
body {
    background: #fff;
}
.article-list .item .box {
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box {
    padding: 12px 12px 0;
    background: #EEEEEE;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover {
    background: #DDC394;
}
.article-list .item .pic {
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name {
    color: #000;
    font-weight: normal;
}
.article-list .item .box:hover .name {
    text-decoration: underline;
}
.article-list .item .box .description {
    color: #666;
}
.type5 .keyword_box {
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #fff;
    background: #444;
}
.type5 .keyword_box:before {
    left: 27px;
}
.type5 .article-list .pic .mask {
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}
.type5 .article-list .item .box:hover .mask {
    opacity: 1;
}
.article-list .item .date {
    font-family: 'Cabin', sans-serif;
}
.type5 .article-list .item .date, .article-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 0;
    background: url(../../../images/layout04-3/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
    margin: -42px 0 13px;
}
.type5 .article-list .item .date .day {
    color: #fff;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date {
    background: #fff;
}
.type5 .article-list .item .box:hover .date .day {
    color: #fff;
}
.article-box .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: #444;
    color: #fff;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}
.article-box .article-list .btn.more:hover, .type4 .article-list .box:hover .btn.more {
    background: #AD0501;
    color: #fff;
}
.type2 .article-list .date, .type3 .article-list .date {
    color: #24262C;
    border-color: #AD0501;
}
.type4 .article-list .date, .type4 .article-list .date:before {
    color: #AD0501;
}
/*------------ keyword_box ------------*/
.keyword_box i {
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail {
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul {
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover {
    text-decoration: underline;
    color: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box {
    transition: all .3s ease;
    background: #fff;
    padding: 10px 10px 0px;
    border: 1px solid #E9E9E9;
}
.products-list.type2 .box:hover {
    border-color: #F3B562;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 31px;
    top: 20px;
    left: 20px;
    z-index: 15;
    width: 70px;
    height: 31px;
    background: url(../../../images/layout04-3/common/products/news_tag.png) no-repeat;
}
.products-list .box .name {
    color: #000;
    font-weight: normal !important;
}
.products-list .box .description {
    color: #666;
}
.products-list .box:hover .description {
    color: #545454;
}
.products-list.type2 .box:after {
    content: 'VIEW MORE';
    display: block;
    background: #CCCCCC;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    font-family: 'Cabin', sans-serif;
}
.products-list.type2 .box:hover:after {
    background: #F3B562;
}
.products-list .pic:before {
    display: none;
}
.products-list.type1 .pic:before {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item {
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name {
    text-align: left;
}
.masonry-list.album-list.type1 .item .box .more {
    display: none;
}
.masonry-list.album-list.type3 .item, .masonry-list.album-list.type1 .item {
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    background: #EEEEEE;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list .item .box:hover {
    background: #F9D9AE;
}
.news-list .date {
    font-family: 'Cabin', sans-serif;
    color: #CC8251;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 10px;
    background: url(../../../images/layout04-3/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
    font-family: 'Cabin', sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31.5px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
    position: relative;
    height: 100%!important;
}
.banner * {
    height: 100%;
}
.banner img {
    width: 100%!important;
    min-height: unset;
}
.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -30px 0 0 0;
    z-index: 100;
    background: #DF4642 url(../../../images/layout04-3/common/index/arrow.png);
    background-size: contain;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-prev {
    left: 80px;
}
.banner .slick-next {
    right: 80px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover {
    background: rgb(85, 85, 85, 0.6) url(../../../images/layout04-3/common/index/arrow.png);
    background-size: contain;
}
.banner .slick-dots {
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button {
    background: #ddd;
}
.banner .slick-dots li.slick-active button {
    background: #21A38C;
}
/*------------ title ------------*/
.title {
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 0 30px;
    font-weight: normal;
}
.title span {
    display: none;
}
.title h2 {
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    display: block;
    margin: 0;
}
.title i {
    display: none;
}
/*------------ more ------------*/
.index_more {
    vertical-align: middle;
    background: #DF4642;
    color: #fff;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
    overflow: hidden;
    font-family: 'Cabin', sans-serif;
}
.index_more:hover {
    background: #F3B562;
}
.index_more a {
    font-size: 0;
    padding: 0;
    display: block;
    width: 160px;
    height: 36px;
}
.index_more a span {
    font-size: 15px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
    position: absolute;
    top: 42px;
    right: 15px;
    width: 83px;
    height: 36px;
}
.hot-arrow .slick-arrow {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: #CCCCCC url('../../../images/layout04-3/common/index/arrow2.png');
    background-size: contain;
    border-radius: 100%;
    left: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover {
    background: #F3B562 url('../../../images/layout04-3/common/index/arrow2.png');
    background-size: contain;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container {
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    background: url(../../../images/layout04-3/common/index/about_bg.jpg) 50% 50% no-repeat fixed;
    position: relative;
    padding: 0;
}
.about-sect .row {
    padding: 0;
}
.about-sect .pic img {
    margin: 0;
    display: none;
}
.about-sect .col {
    float: left;
}
.about-sect .container {
    position: static;
}
.about-sect .col.pic {
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}
.about-sect .col.txt {
    width: 970px;
    max-width: 100%;
    float: right;
    display: flex;
    position: relative;
    height: 100%;
    padding-left: 365px;
    box-sizing: border-box;
}
.about-sect .title {
    text-align: left;
    width: 365px;
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
}
.about-sect .title h2 {
    color: #333333;
    position: relative;
    order: 2;
}
.about-sect .title span {
    display: block;
    order: 1;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    position: relative;
    margin-bottom: 35px;
    color: #4D4D4D;
}
.about-sect .title span:before {
    content: '';
    background: #F2AFAB;
    display: block;
    position: absolute;
    width: 1254px;
    height: 1px;
    top: 56px;
    z-index: 50;
}
.about-sect .txt-box {}
.about-sect .txt-box .index-about-editor {
    padding: 135px 40px 150px;
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    line-height: 1.75;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}
.about-sect .txt-box .index-about-editor:before {
    content: '';
    background: rgba(255,255,255,0.88);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1000px;
    display: block;
    z-index: 1;
}
.about-sect .txt .tag {
    font-weight: bold;
    font-size: 20px;
    color: #AD0501;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}
.about-sect .index_more {
    clear: both;
    margin: 0 auto 0;
    position: absolute;
    left: 50px;
    top: 250px;
}
/*------------ articles ------------*/
.articles-sect {
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title {
    margin-bottom: 60px;
}
.articles-sect .index_more {
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect {
    padding: 50px 0;
    background: url(../../../images/layout04-3/common/index/news_bg.jpg) top center no-repeat;
    background-size: cover;
}
.news-sect .index_more {
    display: none;
}
.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track {
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item {
    border: none;
    margin-bottom: 0;
}
.news-list.type2 .pic {
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt {
    padding: 0;
}
.news-list .more-box {
    display: flex;
    justify-content: center;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #DF4642;
    color: #fff;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    background: #F3B562;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
    width: 50%;
}
.news-list.onlyitem-list .item .box {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box {
    display: block;
}
.news-list.onlyitem-list .item .pic {
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt {
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description {
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt, .news-list.onlyitem-list.type3 .item .box .txt {
    width: 100%;
}
.news-list.onlyitem-list .item .date {
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect {
    position: relative;
    z-index: 10;
    padding: 50px 0 50px;
    background: url(../../../images/layout04-3/common/index/products_bg.jpg) top center no-repeat;
    background-size: cover;
}
.products-sect .title span {
    display: none;
}
.products-sect .title {
    margin-bottom: 100px;
}
.products-sect .index_more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 43px;
}
.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n) {
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after {
    display: none;
}
.products-list.onlyitem-list.type2 .item {
    width: 50%
}
.products-list.onlyitem-list .item .box {
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box {
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
    width: calc(100% - 300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask {
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 60px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    position: relative;
    padding: 100px 0;
    background: url(../../../images/layout04-3/common/index/service_bg.jpg) top center no-repeat;
    background-size: cover;
}
.service-sect .title h2 {
    color: #555555;
}
.service-sect .editor {
    width: 50%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    color: #555555;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more {
    clear: both;
    margin: 50px auto 0;
    position: relative;
}
/*------------ album ------------*/
.album-sect {
    background: url(../../../images/layout04-3/common/index/album_bg.jpg) no-repeat top center;
    padding: 50px 0;
}
.album-sect .title {
    margin-bottom: 100px;
}
.album-sect .index_more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 43px;
}
.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name {
    color: #000;
}
.album-list.type1 .box .namebox, .album-list.type1.masonry-list .box .namebox, .album-list.type3.masonry-list .box .namebox {
    padding: 15px;
    background: #BBBBBB;
    transition: all 0.3s ease;
}
.album-list.type1 .box:hover .namebox, .album-list.type1.masonry-list .box:hover .namebox, .album-list.type3.masonry-list .box:hover .namebox {
    background: #F3B562;
}
.album-list .box .name, .album-list.type1.masonry-list .box .name, .album-list.type3.masonry-list .box .name {
    color: #fff;
}
.album-list.type1 .item .name, .album-list.type1.masonry-list .item .name, .album-list.type3.masonry-list .item .name {
    margin: 0;
    height: 25px;
    -webkit-line-clamp: 1;
}
.album-list.type1 .item {
    border: none;
    padding: 0;
}
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n) {
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container {
    display: block;
}
.masonry-album-sect {
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container {
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list {
    display: block;
    width: 100%;
}
.masonry-album-sect .item {
    width: 25%;
}
.masonry-list .item .namebox {
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name {
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item {
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list {
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container {
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox {
    background: none;
    color: #BBBBBB;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box {
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name {
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
.onlyitem-sect .album-list .item .namebox {
    padding: 15px;
    background: #BBBBBB;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box:hover .namebox {
    background: #F3B562;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
    margin-top: -65px;
}
.contact-sect {
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box {
    background: none;
}
.form-wrap {
    border: none;
    background: none;
}
.contact-title {
    text-align: center;
}
.contact-sect .reminder {
    display: none;
}
.contact-sect .form-wrap .reminder {
    display: block;
}
.contact-title {
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2 {
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}
.contact-title>b {
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ intro -------------*/
.intro-sect{
    padding: 120px 0 120px;
    background: linear-gradient(0deg, #fff8e2, #ffffff);
    position: relative;
    z-index: 0;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    color: #ffd21f;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 17px;
    display: inline-block;
    padding: 6px 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    border-radius: 30px;
    background: #112031;
    font-weight: bold;
}
.intro-box .intro-title {
    color: #333;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 600;
}
.intro-box .intro-title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 8px;
    background:
        radial-gradient(circle, #112031 0 3px, transparent 3px) left center / 8px 8px no-repeat,
        radial-gradient(circle, #112031 0 3px, transparent 3px) right center / 8px 8px no-repeat;
    opacity: 0.7;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #fff8e2, #ffffff);
}
.faq-box {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1100px;
}
.faq-sect .title {
    margin: 0 0 30px;
}
.faq-sect .title h2{
    font-weight: 600;
}
.faq-list{
    padding: 0;
}
.faq-item{
    position: relative;
    margin: 0 0 20px;
    list-style-type: none;  
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}
.ic-angle-down{
    font-family: 'icon-font2' !important;
    display: inline-block;
    color: #888888;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    transform: rotate(90deg);
    transition: all .3s ease;
}
.ic-angle-down:before{
    content: "\e1000";
}
.faq-item:hover .ic-angle-down{
    transform: rotate(-90deg);
    color: #DF4642;
}
.faq-question{
    position: relative;
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    min-height: 27px;
    padding: 11px 40px 11px 35px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 60;
}
.faq-question h3{
    margin: 0;
}
.faq-item:before{
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F3B562;
    background-image: linear-gradient(45deg, #fabe6d 50%, #F3B562 50%);
    background-size: 4px 4px;
    z-index: 10;
}
.faq-item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #FFFFFF;
    z-index: 55;
    pointer-events: none;
}
.faq-item:hover:after{
    border: 3px solid #AAAAAA;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #DF4642;
}
.faq-answer{
    padding:5px 20px 25px 35px;
    color: #444444;
    background: #fff;
    display: none;
}
.faq-answer:before{
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    content: "\e1030";
    font-size: 45px;
    color: #000000;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    background: #102131;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    color: #ffd21f;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}
.faq-box .reserve-more-btn:hover {
    background: #ffd21f;
    color: #102131;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
    clear: none!important;
}
@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }
    .about-sect .txt-box {}
}
@media screen and (max-width: 1280px) {
    .products-sect {
        /* padding-top: 40px; */
    }
}
@media screen and (max-width: 1200px) {
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box {
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt {
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name {
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description {
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask {
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px) {
    .banner .slick-arrow {
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev {
        margin-left: -36px;
    }
    .banner .slick-next {
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .intro-sect {
        padding: 50px 10px 40px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-sect {
        padding: 30px 0;
        margin: 0;
    }
    .about-sect .col.txt {
        margin-top: 80px;
        padding: 20px 20px 40px;
    }
    .about-sect .col.txt, .about-sect .col.pic {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .about-sect .title {
        position: static;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
        right: 0;
        left: 0;
        position: relative;
        top: initial;
    }
    .products-list .box .more {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li, .products-list li {
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box {
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date {
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic {
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt {
        padding: 0 20px 20px 20px;
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item {
        width: 100%;
    }
    /*!少量排版*/
    .news-sect .title span, .products-sect .title span, .album-sect .title span {
        font-size: 24px;
    }
    .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title {
        margin-bottom: 70px;
    }
    .articles-sect {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .news-sect {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .products-box {
        padding: 8px 0;
    }
    .service-sect .editor {
        width: 100%;
        float: none;
    }
    .service-box>.flex {
        display: block;
    }
    .service-sect .title {
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect {
        padding: 50px 0;
        background-attachment: inherit;
    }
    .service-sect .editor {
        border: none;
    }
    .service-box .index_more {
        margin: 30px auto 0;
    }
    .service-sect:before {
        height: 80px;
    }
    .service-box {
        padding-left: 0;
    }
    .service-box:before {
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width: 450px;
        width: 95%;
    }
    .article-sect .container {
        padding: 30px 15px;
    }
    .contact-sect {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item {
        width: 50%;
    }
    .album-sect {
        padding: 30px 0;
        margin: 0;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
    .title h2 {
        font-size: 25px;
    }
    .products-sect {
        padding: 30px 0;
    }
    .copy_box {
        padding: 0;
    }
    .about-sect .title {
        position: static;
        background: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .about-sect:before {
        content: '';
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: unset;
    }
    .about-sect .txt-box .index-about-editor {
        padding: unset;
        position: relative;
    }
    .about-sect .title span {
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .about-sect .title h2 {
        text-align: center;
    }
    .about-sect .title span:before {
        width: 100%;
        top: 33px;
    }
    .about-sect .txt-box .index-about-editor .editor, .service-sect .editor {
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .about-sect .txt-box .index-about-editor:before {
        display: none;
    }
    .album-sect .title {
        margin-bottom: 70px;
    }
    .album-list.type1 {
        margin: 0;
    }
    .products-list.type2 .item {
        margin-bottom: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
    .faq-sect {
        padding: 30px 0 50px;
    }
    .faq-sect .title {
        margin-bottom: 20px;
    }
    .faq-answer{
        margin: 0 0 20px;
    }
    .faq-answer:before{
        display: none;
    }
    .faq-question{
        font-size: 15px;
    }
    .faq-box .reserve-more-btn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: inherit;
    }
}
@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .album-list.type1 .item {
        width: 50%;
        margin-bottom: 0;
    }
}


:root{
  --psh-navy:#102131;
  --psh-navy-2:#173f59;
  --psh-gold:#ffd21f;
  --psh-gold-2:#efa600;
  --psh-gold-3:#d99a00;
  --psh-line:#dce8ef;
  --psh-text:#142536;
  --psh-muted:#526b80;
}

.psh-page{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Microsoft JhengHei",sans-serif;
  color:var(--psh-text);
  background:
    radial-gradient(circle at 12% 0,rgba(255,210,31,.18),transparent 28%),
    radial-gradient(circle at 88% 6%,rgba(139,199,216,.22),transparent 30%),
    linear-gradient(180deg,#f5fbfd,#fffaf0 42%,#f4fbfd 100%);
  line-height:1.65;
  overflow:hidden;
}

.psh-page *{
  box-sizing:border-box;
}

.psh-inner{
  max-width:1120px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* =========================
   HERO
========================= */

.psh-hero{
  position:relative;
  padding:78px 20px 82px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,210,31,.52),transparent 24%),
    radial-gradient(circle at 16% 20%,rgba(61,154,190,.28),transparent 32%),
    radial-gradient(circle at 52% 100%,rgba(255,255,255,.92),transparent 30%),
    linear-gradient(135deg,#fff3c4 0%,#ffffff 42%,#dff5fb 100%);
}

.psh-hero:before{
  content:"";
  position:absolute;
  width:680px;
  height:680px;
  right:-280px;
  top:-260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,205,28,.5),rgba(255,205,28,0) 66%);
  animation:psh-orb-drift 8s ease-in-out infinite;
}

.psh-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(20,45,65,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,45,65,.04) 1px,transparent 1px);
  background-size:44px 44px;
  opacity:.75;
  animation:psh-grid-slide 12s linear infinite;
}

@keyframes psh-orb-drift{
  0%,100%{ transform:translate3d(0,0,0) scale(1); }
  50%{ transform:translate3d(-32px,24px,0) scale(1.08); }
}

@keyframes psh-grid-slide{
  from{ background-position:0 0,0 0; }
  to{ background-position:44px 44px,44px 44px; }
}

.psh-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:48px;
  align-items:center;
}

.psh-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 18px;
  border-radius:999px;
  background:var(--psh-navy);
  color:var(--psh-gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.psh-badge:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--psh-gold);
  box-shadow:0 0 16px rgba(255,210,31,.85);
}

.psh-hero h1{
  margin:22px 0 18px;
  color:var(--psh-navy);
  font-size:58px;
  line-height:1.08;
  font-weight:950;
  letter-spacing:0;
  text-shadow:
    0 4px 0 rgba(255,210,31,.26),
    0 18px 34px rgba(16,33,49,.14);
}

.psh-hero h1 span{
  position:relative;
  isolation:isolate;
  display:inline-block;
  color:transparent;
  background:linear-gradient(90deg,#b87400 0%,#efa600 36%,#102131 100%);
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:none;
}

.psh-hero h1 span:after{
  content:"";
  position:absolute;
  left:2px;
  right:2px;
  bottom:.02em;
  z-index:-1;
  height:.32em;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,210,31,.45),rgba(61,154,190,.16));
}

.psh-hero p{
  max-width:760px;
  margin:0 0 28px;
  color:#4d6579;
  font-size:20px;
  line-height:1.72;
}

.psh-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:18px;
}

.psh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 24px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--psh-gold),#f5a900);
  color:#101820;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 16px 36px rgba(230,165,0,.34);
}

.psh-btn.dark{
  background:var(--psh-navy);
  color:var(--psh-gold);
  box-shadow:0 16px 36px rgba(16,33,49,.22);
}

.psh-btn.ps{
  background:rgba(236, 245, 246, 0.34);
  color:rgba(2, 156, 245, 0.859);
}

.psh-btn:after{
  content:"›";
  margin-left:10px;
  font-size:30px;
  line-height:1;
}

.psh-hero .psh-btn-row{
  gap:16px;
  margin-bottom:30px;
}

.psh-hero .psh-btn{
  min-height:66px;
  padding:17px 31px;
  border-radius:16px;
  font-size:19px;
  letter-spacing:0;
}

.psh-hero .psh-btn:after{
  margin-left:12px;
  font-size:35px;
}

.psh-tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.psh-hero .psh-tag-row{
  gap:10px;
}

.psh-tag{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid rgba(210,225,235,.95);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#385367;
  font-size:15px;
  font-weight:900;
}

.psh-tag:before{
  content:"";
  width:12px;
  height:12px;
  margin-right:10px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--psh-gold),var(--psh-gold-2));
}

.psh-visual-card{
  position:relative;
  overflow:hidden;
  padding:12px;
  border:1px solid rgba(255,255,255,.85);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.68));
  box-shadow:
    0 38px 90px rgba(12,48,70,.22),
    inset 0 0 0 1px rgba(255,255,255,.65);
  transform:rotate(1.4deg);
  animation:psh-visual-float 5.8s ease-in-out infinite;
}

@keyframes psh-visual-float{
  0%,100%{ transform:translateY(0) rotate(1.4deg); }
  50%{ transform:translateY(-14px) rotate(-.6deg); }
}

.psh-visual-card:before{
  content:"";
  position:absolute;
  width:20px;
  height:260px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,210,31,.45),transparent 70%);
}

.psh-visual-card img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  border-radius:22px;
  box-shadow:
    0 24px 60px rgba(12,48,70,.18),
    0 8px 24px rgba(0,0,0,.08);
}

/* =========================
   SECTIONS
========================= */

.psh-section{
  position:relative;
  padding:84px 20px 92px;
  margin-top:0;
  overflow:hidden;
}

.psh-section.white{
  background:
    radial-gradient(circle at 12% 12%,rgba(255,210,31,.16),transparent 24%),
    radial-gradient(circle at 88% 8%,rgba(139,199,216,.20),transparent 28%),
    linear-gradient(180deg,#ffffff,#f8fcfd);
}

.psh-pain-section{
  background:
    radial-gradient(circle at 12% 12%,rgba(255,210,31,.26),transparent 26%),
    radial-gradient(circle at 88% 20%,rgba(23,63,89,.16),transparent 30%),
    linear-gradient(135deg,#fff9e8 0%,#f4fbfd 54%,#eef7fb 100%);
}

.psh-model-section{
  color:#fff;
  background:
    radial-gradient(circle at 12% 10%,rgba(255,210,31,.24),transparent 26%),
    radial-gradient(circle at 88% 18%,rgba(139,199,216,.22),transparent 30%),
    linear-gradient(135deg,#0b1825 0%,#123f59 52%,#07111b 100%);
}

.psh-model-section .psh-kicker{
  color:rgba(255,210,31,.13);
}

.psh-model-section .psh-h2{
  color:#fff;
  text-shadow:
    0 3px 0 rgba(255,210,31,.18),
    0 18px 34px rgba(0,0,0,.26);
}

.psh-model-section .psh-desc{
  color:#d6e7ef;
}

.psh-fit-section{
  background:
    radial-gradient(circle at 18% 18%,rgba(139,199,216,.26),transparent 26%),
    radial-gradient(circle at 82% 74%,rgba(255,210,31,.30),transparent 28%),
    linear-gradient(180deg,#eef8fb 0%,#ffffff 46%,#fff6d7 100%);
}

.psh-section.snowflow{
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 22%,rgba(255,210,31,.16),transparent 24%),
    radial-gradient(circle at 82% 16%,rgba(139,199,216,.30),transparent 28%),
    linear-gradient(180deg,#f1f9fc 0%,#ffffff 48%,#eaf7fb 100%);
}

.psh-section.snowflow:after{
  height:100%;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%238bc7d8' stroke-opacity='.28' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M60 22v76M22 60h76M34 34l52 52M86 34L34 86'/%3E%3Cpath d='M50 32l10-10l10 10M50 88l10 10l10-10M32 50L22 60l10 10M88 50l10 10l-10 10'/%3E%3C/g%3E%3C/svg%3E");
  background-size:120px 120px;
  opacity:.16;
  animation:psh-snow-drift 18s linear infinite;
}

@keyframes psh-snow-drift{
  from{ background-position:0 0; }
  to{ background-position:120px 120px; }
}

.psh-section.goldwash{
  background:
    radial-gradient(circle at 85% 18%,rgba(255,210,31,.32),transparent 26%),
    radial-gradient(circle at 14% 80%,rgba(139,199,216,.22),transparent 30%),
    linear-gradient(180deg,#fff4cf,#ffffff 52%,#eef8fb);
}

.psh-section.dark{
  color:#fff;
  background:
    radial-gradient(circle at 18% 10%,rgba(255,210,31,.18),transparent 28%),
    linear-gradient(135deg,#0f2436,#173f59 70%,#0d1b29);
}

.psh-section:before,
.psh-final:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  z-index:3;
  width:min(720px,82%);
  height:5px;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,210,31,.62) 22%,rgba(61,154,190,.30) 50%,rgba(255,210,31,.62) 78%,transparent 100%);
  opacity:.9;
  animation:psh-line-shine 3.6s ease-in-out infinite;
}

@keyframes psh-line-shine{
  0%,100%{ filter:saturate(1); opacity:.74; }
  50%{ filter:saturate(1.35); opacity:1; }
}

.psh-section:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  height:54px;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(220,232,239,.22));
}

.psh-section.dark:after{
  background:linear-gradient(180deg,transparent,rgba(255,210,31,.08));
}

.psh-system-section{
  padding-top:92px;
  padding-bottom:104px;
  background:
    radial-gradient(circle at 78% 8%,rgba(255,210,31,.44),transparent 24%),
    radial-gradient(circle at 12% 74%,rgba(139,199,216,.28),transparent 32%),
    linear-gradient(180deg,#fff2bd 0%,#fffdf4 38%,#e8f7fb 100%);
}

.psh-system-section .psh-inner{
  max-width:1280px;
}

.psh-system-section:before{
  opacity:.42;
}

.psh-system-section:after{
  height:42px;
  background:linear-gradient(180deg,transparent,rgba(139,199,216,.16));
}

.psh-head{
  position:relative;
  overflow:visible;
  padding-top:84px;
  margin-bottom:42px;
  text-align:center;
}

.psh-kicker{
  position:absolute;
  left:0;
  right:0;
  top:8px;
  z-index:1;
  width:100%;
  color:rgba(176,124,0,.10);
  font-size:clamp(32px,5.2vw,76px);
  font-weight:950;
  line-height:1;
  letter-spacing:.07em;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}

.psh-section.dark .psh-kicker{
  color:rgba(255,210,31,.12);
}

.psh-h2{
  position:relative;
  z-index:3;
  display:inline-block;
  margin:0 0 14px;
  padding-bottom:13px;
  color:var(--psh-navy);
  font-size:44px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:0;
  text-shadow:0 8px 24px rgba(16,33,49,.10);
}

.psh-h2:after,
.psh-final h2:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(190px,62%);
  height:7px;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(90deg,var(--psh-gold) 0%,var(--psh-gold-2) 55%,#8bc7d8 100%);
  box-shadow:0 8px 18px rgba(230,165,0,.22);
}

.psh-section.dark .psh-h2{
  color:#fff;
  text-shadow:
    0 3px 0 rgba(255,210,31,.20),
    0 18px 34px rgba(0,0,0,.26);
}

.psh-desc{
  position:relative;
  z-index:3;
  max-width:840px;
  margin:0 auto;
  color:var(--psh-muted);
  font-size:18px;
  line-height:1.7;
}

.psh-section.dark .psh-desc{
  color:#d6e7ef;
}

/* =========================
   SHARED COMPONENTS
========================= */

.psh-card-head,
.psh-tech-head,
.psh-model-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}

.psh-iconbox,
.psh-tech-miniicon,
.psh-fit-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:#fff7d7;
  border:1px solid #f1cc53;
  box-shadow:0 10px 22px rgba(16,33,49,.09);
}

.psh-iconbox{
  width:52px;
  height:52px;
  border-radius:17px;
}

.psh-iconbox svg,
.psh-tech-miniicon svg,
.psh-fit-icon svg{
  stroke:var(--psh-navy);
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.psh-iconbox svg{
  width:27px;
  height:27px;
  stroke-width:2.45;
}

.psh-highlight-tag{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  padding:10px 14px;
  margin-top:18px;
  border:1px solid #f1cc53;
  border-radius:12px;
  background:#fff4cf;
  color:#8a6100;
  font-size:15px;
  font-weight:900;
  line-height:1.35;
  text-align:center;
}

.psh-pain-card h3,
.psh-system-card h3,
.psh-tech-card h3,
.psh-model-card h3{
  margin:0;
  color:var(--psh-navy);
  font-weight:950;
  letter-spacing:0;
  text-shadow:0 2px 0 rgba(255,210,31,.16);
}

.psh-pain-card h3:after,
.psh-system-card h3:after,
.psh-tech-card h3:after,
.psh-model-card h3:after{
  content:"";
  display:block;
  width:42px;
  height:4px;
  margin-top:8px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--psh-gold),rgba(255,255,255,0));
}

.psh-badge,
.psh-hero h1,
.psh-hero p,
.psh-btn-row,
.psh-tag-row,
.psh-head,
.psh-pain-card,
.psh-system-card,
.psh-profit-block,
.psh-tech-card,
.psh-model-guide,
.psh-model-grid,
.psh-fit-item,
.psh-final h2,
.psh-final p,
.psh-final-row{
  animation:psh-rise-in .8s ease backwards;
}

.psh-pain-card:nth-child(2),
.psh-tech-card:nth-child(2),
.psh-fit-item:nth-child(2){
  animation-delay:.08s;
}

.psh-pain-card:nth-child(3),
.psh-tech-card:nth-child(3),
.psh-fit-item:nth-child(3){
  animation-delay:.16s;
}

.psh-pain-card:nth-child(4),
.psh-fit-item:nth-child(4){
  animation-delay:.24s;
}

.psh-fit-item:nth-child(5){
  animation-delay:.32s;
}

.psh-fit-item:nth-child(6){
  animation-delay:.40s;
}

@keyframes psh-rise-in{
  from{
    opacity:0;
    transform:translateY(24px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media(prefers-reduced-motion:reduce){
  .psh-page *,
  .psh-page *:before,
  .psh-page *:after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
  }
}

/* =========================
   PAIN POINTS
========================= */

.psh-pain-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid rgba(139,199,216,.36);
  border-radius:34px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.62)),
    radial-gradient(circle at 0 0,rgba(255,210,31,.20),transparent 32%);
  box-shadow:0 32px 78px rgba(15,55,85,.12);
}

.psh-pain-card{
  --psh-card-accent:#ffd21f;
  --psh-card-accent-strong:#a87500;
  --psh-card-accent-soft:#fff4cf;
  --psh-card-accent-line:#f1cc53;
  position:relative;
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  overflow:hidden;
  min-height:320px;
  padding:36px 30px 34px;
  border:0;
  border-right:1px solid rgba(23,63,89,.10);
  border-radius:0;
  background:
    linear-gradient(180deg,transparent,rgba(255,255,255,.30)),
    radial-gradient(circle at 72% 18%,var(--psh-card-accent-soft),transparent 38%);
  box-shadow:none;
  backdrop-filter:none;
  transition:transform .28s ease, background .28s ease;
}

.psh-pain-card:last-child{
  border-right:0;
}

.psh-pain-card:hover{
  transform:translateY(-8px);
  background:
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.16)),
    radial-gradient(circle at 72% 18%,var(--psh-card-accent-soft),transparent 46%);
}

.psh-pain-card:nth-child(2){
  --psh-card-accent:#f0bd18;
  --psh-card-accent-strong:#9b6e00;
  --psh-card-accent-soft:#fff3c4;
  --psh-card-accent-line:#e7bd3d;
}

.psh-pain-card:nth-child(3){
  --psh-card-accent:#8bc7d8;
  --psh-card-accent-strong:#21687f;
  --psh-card-accent-soft:#e4f5fa;
  --psh-card-accent-line:#9ed0dd;
}

.psh-pain-card:nth-child(4){
  --psh-card-accent:#173f59;
  --psh-card-accent-strong:#173f59;
  --psh-card-accent-soft:#edf3f7;
  --psh-card-accent-line:#173f59;
}

.psh-pain-card:after{
  content:"01";
  position:absolute;
  right:22px;
  bottom:12px;
  width:auto;
  height:auto;
  border-radius:0;
  background:none;
  color:rgba(23,63,89,.08);
  font-size:86px;
  line-height:1;
  font-weight:950;
  letter-spacing:.02em;
  animation:none;
}

.psh-pain-card:nth-child(2):after{
  content:"02";
}

.psh-pain-card:nth-child(3):after{
  content:"03";
}

.psh-pain-card:nth-child(4):after{
  content:"04";
}

@keyframes psh-soft-glow{
  0%,100%{ transform:scale(1); opacity:.62; }
  50%{ transform:scale(1.18); opacity:.95; }
}

.psh-pain-card > *{
  position:relative;
  z-index:2;
}

.psh-pain-card .psh-card-head{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-bottom:22px;
}

.psh-pain-card .psh-iconbox{
  width:74px;
  height:74px;
  flex-basis:74px;
  border-radius:50%;
  background:rgba(255,255,255,.70);
  border-color:var(--psh-card-accent-line);
  box-shadow:0 18px 34px rgba(15,55,85,.10);
}

.psh-pain-card .psh-iconbox svg{
  width:36px;
  height:36px;
  stroke:var(--psh-navy);
}

.psh-pain-card:nth-child(2) .psh-iconbox svg{
  stroke:#9b6e00;
}

.psh-pain-card:nth-child(4) .psh-iconbox svg{
  stroke:#173f59;
}

.psh-pain-card h3{
  max-width:210px;
  font-size:30px;
  line-height:1.12;
}

.psh-pain-card h3:after{
  background:linear-gradient(90deg,var(--psh-card-accent),rgba(255,255,255,0));
}

.psh-pain-card p{
  flex:1;
  margin:0 0 24px;
  color:var(--psh-muted);
  font-size:18px;
  line-height:1.55;
}

.psh-pain-card .psh-highlight-tag{
  justify-content:flex-start;
  width:max-content;
  max-width:100%;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--psh-card-accent-soft);
  border-color:var(--psh-card-accent-line);
  color:var(--psh-card-accent-strong);
  text-align:left;
}

/* =========================
   SYSTEM
========================= */

.psh-system-grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  overflow:visible;
  padding:10px 18px 16px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.psh-system-grid:before{
  content:"VS";
  position:absolute;
  left:50%;
  top:188px;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(239,166,0,.28);
  border-radius:50%;
  background:#fff7d9;
  color:#8a6100;
  font-size:15px;
  font-weight:950;
  letter-spacing:.08em;
  box-shadow:0 18px 42px rgba(15,55,85,.16);
}

.psh-system-grid:after{
  content:"";
  position:absolute;
  top:188px;
  bottom:72px;
  left:50%;
  width:4px;
  transform:translateX(-50%);
  border-radius:999px;
  background:
    linear-gradient(180deg,rgba(255,210,31,.12),rgba(255,210,31,.70),rgba(139,199,216,.60),rgba(23,63,89,.12)),
    repeating-linear-gradient(180deg,transparent 0 28px,rgba(255,255,255,.72) 28px 38px);
  background-size:100% 100%,100% 76px;
  animation:psh-compare-flow-y 4s linear infinite;
}

@keyframes psh-compare-flow-y{
  from{ background-position:0 0,0 0; }
  to{ background-position:0 0,0 76px; }
}

.psh-system-card{
  position:relative;
  display:block;
  overflow:hidden;
  min-height:0;
  padding:34px 34px 26px;
  border:0;
  border-radius:0;
  background:
    radial-gradient(circle at 12% 18%,rgba(139,199,216,.16),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.76),rgba(246,251,253,.44));
  border:1px solid rgba(139,199,216,.24);
  border-radius:34px;
  box-shadow:0 24px 58px rgba(15,55,85,.08);
  transition:background .28s ease, transform .28s ease;
}

.psh-system-card:hover{
  transform:translateY(-6px);
  box-shadow:none;
}

.psh-system-card.highlight{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,210,31,.38),transparent 34%),
    radial-gradient(circle at 12% 82%,rgba(139,199,216,.12),transparent 28%),
    linear-gradient(180deg,rgba(255,247,217,.88),rgba(255,255,255,.48));
  border-color:rgba(239,166,0,.30);
  box-shadow:0 24px 58px rgba(230,165,0,.09);
}

.psh-system-topline,
.psh-model-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:auto;
  padding:7px 16px;
  margin-bottom:18px;
  border:1px solid rgba(239,166,0,.20);
  border-radius:999px;
  background:#fff4cf;
  color:#a87500;
  font-size:13px;
  font-weight:950;
  line-height:1.2;
  letter-spacing:.12em;
}

.psh-system-card.highlight .psh-system-topline{
  border-color:var(--psh-navy);
  background:var(--psh-navy);
  color:var(--psh-gold);
}

.psh-system-card .psh-iconbox{
  width:64px;
  height:64px;
  flex-basis:64px;
  border-radius:50%;
  background:rgba(237,243,247,.82);
  border-color:rgba(185,202,214,.85);
}

.psh-system-card.highlight .psh-iconbox{
  background:#fff4cf;
  border-color:#f1cc53;
}

.psh-system-card .psh-iconbox svg{
  width:37px;
  height:37px;
}

.psh-system-card h3{
  font-size:34px;
  line-height:1.25;
}

.psh-system-summary{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:10px 0 0;
}

.psh-system-summary strong{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:14px 18px;
  border:1px solid rgba(23,63,89,.12);
  border-radius:999px;
  background:rgba(237,243,247,.78);
  color:#385367;
  font-size:20px;
  font-weight:950;
  line-height:1.25;
  text-align:center;
}

.psh-system-card.highlight .psh-system-summary strong{
  border-color:rgba(239,166,0,.28);
  background:#fff4cf;
  color:#8a6100;
}

.psh-compare-rows{
  position:relative;
  z-index:3;
  grid-column:1 / -1;
  display:grid;
  gap:22px;
  padding:18px 0 20px;
}

.psh-compare-row{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,1fr) 108px minmax(220px,1fr);
  align-items:center;
  gap:24px;
  min-height:88px;
  padding:0 26px;
}

.psh-compare-row:before{
  content:"";
  position:absolute;
  left:19%;
  right:19%;
  top:50%;
  z-index:0;
  height:7px;
  transform:translateY(-50%);
  border-radius:999px;
  background:
    linear-gradient(90deg,rgba(96,120,137,.18),rgba(255,210,31,.80),rgba(139,199,216,.86)),
    repeating-linear-gradient(90deg,transparent 0 28px,rgba(255,255,255,.75) 28px 38px);
  background-size:100% 100%,76px 100%;
  animation:psh-compare-flow 3.2s linear infinite;
  box-shadow:0 10px 26px rgba(61,154,190,.13);
}

@keyframes psh-compare-flow{
  from{ background-position:0 0,0 0; }
  to{ background-position:0 0,76px 0; }
}

.psh-compare-row b{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  border:1px solid rgba(255,210,31,.34);
  border-radius:999px;
  background:#102131;
  color:#ffd21f;
  font-size:18px;
  font-weight:950;
  letter-spacing:.08em;
  box-shadow:0 18px 34px rgba(15,55,85,.18);
}

.psh-compare-old,
.psh-compare-new{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  min-height:72px;
  padding:17px 26px;
  border:1px solid rgba(23,63,89,.12);
  font-size:19px;
  font-weight:900;
  line-height:1.35;
}

.psh-compare-old{
  justify-content:flex-end;
  border-radius:999px 26px 26px 999px;
  background:linear-gradient(90deg,rgba(237,243,247,.82),rgba(255,255,255,.68));
  color:#607889;
  text-align:right;
  transform:translateX(10px);
}

.psh-compare-new{
  justify-content:flex-start;
  border-color:rgba(239,166,0,.26);
  border-radius:26px 999px 999px 26px;
  background:linear-gradient(90deg,rgba(255,244,207,.90),rgba(255,255,255,.62));
  color:#8a6100;
  transform:translateX(-10px);
}

.psh-compare-row:nth-child(even) .psh-compare-old{
  transform:translateX(-18px);
}

.psh-compare-row:nth-child(even) .psh-compare-new{
  transform:translateX(18px);
}

.psh-compare-new:after{
  content:"";
  position:absolute;
  right:18px;
  top:50%;
  width:8px;
  height:8px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#ffd21f;
  box-shadow:0 0 18px rgba(255,210,31,.90);
  animation:psh-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes psh-dot-pulse{
  0%,100%{ transform:translateY(-50%) scale(1); opacity:.72; }
  50%{ transform:translateY(-50%) scale(1.55); opacity:1; }
}

.psh-revenue-stage{
  position:relative;
  overflow:hidden;
  padding:30px 36px 34px;
  border:1px solid rgba(139,199,216,.28);
  border-radius:42px;
  background:
    radial-gradient(circle at 50% 18%,rgba(255,210,31,.26),transparent 22%),
    radial-gradient(circle at 12% 26%,rgba(139,199,216,.22),transparent 28%),
    radial-gradient(circle at 88% 24%,rgba(255,210,31,.20),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,248,218,.56) 48%,rgba(232,247,251,.70));
  box-shadow:0 32px 84px rgba(15,55,85,.13);
}

.psh-revenue-stage:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background-image:
    linear-gradient(rgba(20,45,65,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,45,65,.045) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 50% 30%,#000 0 42%,transparent 76%);
  opacity:.68;
  pointer-events:none;
  animation:psh-grid-slide 16s linear infinite;
}

.psh-stage-top{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 250px 1fr;
  gap:30px;
  align-items:center;
  min-height:268px;
}

.psh-stage-top:before,
.psh-stage-top:after{
  content:"";
  position:absolute;
  top:50%;
  z-index:0;
  height:8px;
  transform:translateY(-50%);
  border-radius:999px;
  background:
    linear-gradient(90deg,rgba(139,199,216,.18),rgba(255,210,31,.88)),
    repeating-linear-gradient(90deg,transparent 0 30px,rgba(255,255,255,.70) 30px 42px);
  background-size:100% 100%,84px 100%;
  box-shadow:0 12px 30px rgba(61,154,190,.14);
  animation:psh-compare-flow 3.6s linear infinite;
}

.psh-stage-top:before{
  left:24%;
  right:50%;
}

.psh-stage-top:after{
  left:50%;
  right:24%;
  background:
    linear-gradient(90deg,rgba(255,210,31,.88),rgba(139,199,216,.32)),
    repeating-linear-gradient(90deg,transparent 0 30px,rgba(255,255,255,.70) 30px 42px);
  background-size:100% 100%,84px 100%;
}

.psh-stage-side{
  position:relative;
  z-index:2;
  min-height:214px;
  padding:26px 28px;
  border:1px solid rgba(23,63,89,.12);
  background:rgba(255,255,255,.54);
  box-shadow:0 26px 64px rgba(15,55,85,.10);
  backdrop-filter:blur(10px);
}

.psh-stage-side.old{
  border-radius:28px 92px 28px 92px;
  background:
    radial-gradient(circle at 14% 12%,rgba(139,199,216,.18),transparent 30%),
    rgba(255,255,255,.58);
}

.psh-stage-side.new{
  border-color:rgba(239,166,0,.28);
  border-radius:92px 28px 92px 28px;
  background:
    radial-gradient(circle at 86% 14%,rgba(255,210,31,.28),transparent 32%),
    rgba(255,248,218,.62);
}

.psh-stage-side span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 16px;
  border-radius:999px;
  background:#fff4cf;
  color:#8a6100;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
}

.psh-stage-side.new span{
  background:#102131;
  color:#ffd21f;
}

.psh-stage-side h3{
  max-width:360px;
  margin:18px 0 18px;
  color:var(--psh-navy);
  font-size:28px;
  line-height:1.18;
  font-weight:950;
}

.psh-stage-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.psh-stage-points b{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 15px;
  border:1px solid rgba(23,63,89,.12);
  border-radius:999px;
  background:rgba(237,243,247,.82);
  color:#526b80;
  font-size:15px;
  font-weight:950;
}

.psh-stage-side.new .psh-stage-points b{
  border-color:rgba(239,166,0,.25);
  background:#fff4cf;
  color:#8a6100;
}

.psh-engine-core{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:250px;
  height:250px;
  margin:auto;
  border:1px solid rgba(255,210,31,.42);
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,210,31,.46),transparent 35%),
    linear-gradient(145deg,#102131,#173f59);
  color:#fff;
  text-align:center;
  box-shadow:
    0 28px 70px rgba(16,33,49,.28),
    0 0 0 14px rgba(255,210,31,.10),
    inset 0 0 0 1px rgba(255,255,255,.16);
  animation:psh-engine-float 5.2s ease-in-out infinite;
}

.psh-engine-ring{
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:2px dashed rgba(255,210,31,.48);
  animation:psh-engine-spin 16s linear infinite;
}

.psh-engine-core strong{
  display:block;
  color:#ffd21f;
  font-size:34px;
  line-height:1.05;
  font-weight:950;
}

.psh-engine-core em{
  display:block;
  margin-top:8px;
  color:#fff;
  font-size:16px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.psh-engine-core p{
  max-width:210px;
  margin:12px auto 0;
  color:#dcecf3;
  font-size:15px;
  font-weight:800;
  line-height:1.5;
}

@keyframes psh-engine-float{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-12px); }
}

@keyframes psh-engine-spin{
  from{ transform:rotate(0); }
  to{ transform:rotate(360deg); }
}

.psh-stage-flow{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  gap:16px;
  align-items:center;
  margin:18px auto 24px;
  max-width:940px;
  color:#385367;
  font-size:16px;
  font-weight:950;
  letter-spacing:.08em;
  text-align:center;
}

.psh-stage-flow i{
  display:block;
  height:6px;
  border-radius:999px;
  background:
    linear-gradient(90deg,rgba(139,199,216,.24),rgba(255,210,31,.86)),
    repeating-linear-gradient(90deg,transparent 0 24px,rgba(255,255,255,.72) 24px 34px);
  background-size:100% 100%,68px 100%;
  animation:psh-compare-flow 3.2s linear infinite;
}

.psh-stage-flow strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 18px;
  border-radius:999px;
  background:#102131;
  color:#ffd21f;
}

/* =========================
   TECHNOLOGY
========================= */

.psh-tech-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  padding:42px 0 18px;
}

.psh-tech-grid:before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:108px;
  height:10px;
  border-radius:999px;
  background:
    linear-gradient(90deg,rgba(255,210,31,.36),rgba(139,199,216,.58),rgba(23,63,89,.34)),
    repeating-linear-gradient(90deg,transparent 0 34px,rgba(255,255,255,.72) 34px 46px);
  background-size:100% 100%,92px 100%;
  box-shadow:
    0 0 0 10px rgba(255,255,255,.46),
    0 16px 34px rgba(61,154,190,.16);
  animation:psh-flow 4s linear infinite;
}

@keyframes psh-flow{
  from{ background-position:0 0,0 0; }
  to{ background-position:0 0,92px 0; }
}

.psh-tech-card{
  position:relative;
  display:flex;
  min-height:246px;
  flex-direction:column;
  justify-content:flex-start;
  padding:88px 18px 8px;
  background:transparent;
  text-align:center;
  transition:transform .28s ease;
}

.psh-tech-card:before{
  content:"01";
  position:absolute;
  left:50%;
  top:6px;
  transform:translateX(-50%);
  color:rgba(176,124,0,.13);
  font-size:76px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
  pointer-events:none;
}

.psh-tech-card:nth-child(2):before{
  content:"02";
  color:rgba(47,127,155,.15);
}

.psh-tech-card:nth-child(3):before{
  content:"03";
  color:rgba(23,63,89,.13);
}

.psh-tech-card:after{
  content:"";
  position:absolute;
  left:50%;
  top:60px;
  z-index:2;
  width:28px;
  height:28px;
  transform:translateX(-50%);
  border:6px solid rgba(255,255,255,.92);
  border-radius:50%;
  background:#f1c235;
  box-shadow:
    0 0 0 9px rgba(255,210,31,.18),
    0 16px 30px rgba(15,55,85,.16);
  animation:psh-node-breathe 3s ease-in-out infinite;
}

.psh-tech-card:nth-child(2):after{
  background:#8bc7d8;
  box-shadow:
    0 0 0 9px rgba(139,199,216,.22),
    0 16px 30px rgba(15,55,85,.16);
  animation-delay:.35s;
}

.psh-tech-card:nth-child(3):after{
  background:#173f59;
  box-shadow:
    0 0 0 9px rgba(23,63,89,.12),
    0 16px 30px rgba(15,55,85,.16);
  animation-delay:.7s;
}

@keyframes psh-node-breathe{
  0%,100%{ transform:translateX(-50%) scale(1); }
  50%{ transform:translateX(-50%) scale(1.15); }
}

.psh-tech-card:hover{
  transform:translateY(-6px);
}

.psh-tech-head{
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:14px;
  margin-bottom:12px;
  text-align:center;
}

.psh-tech-miniicon{
  width:98px;
  height:98px;
  margin:0 auto;
  border:0;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.92) 0 30%,rgba(255,210,31,.22) 31% 48%,transparent 49%),
    radial-gradient(circle,rgba(255,210,31,.18),transparent 68%);
  box-shadow:none;
  animation:psh-icon-float 4.2s ease-in-out infinite;
}

.psh-tech-card:nth-child(2) .psh-tech-miniicon{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%238bc7d8' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M48 14v68M14 48h68M24 24l48 48M72 24L24 72'/%3E%3Cpath d='M39 20l9-9l9 9M39 76l9 9l9-9M20 39l-9 9l9 9M76 39l9 9l-9 9'/%3E%3C/g%3E%3C/svg%3E") center/76px 76px no-repeat,
    radial-gradient(circle,rgba(139,199,216,.20),transparent 70%);
  animation-name:psh-snow-spin;
}

.psh-tech-card:nth-child(3) .psh-tech-miniicon{
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.90) 0 30%,rgba(23,63,89,.12) 31% 48%,transparent 49%),
    radial-gradient(circle,rgba(23,63,89,.10),transparent 68%);
}

@keyframes psh-icon-float{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-7px); }
}

@keyframes psh-snow-spin{
  0%{ transform:translateY(0) rotate(0deg); }
  50%{ transform:translateY(-7px) rotate(18deg); }
  100%{ transform:translateY(0) rotate(0deg); }
}

.psh-tech-miniicon svg{
  width:48px;
  height:48px;
  stroke-width:2.45;
}

.psh-tech-card:nth-child(2) .psh-tech-miniicon svg{
  opacity:0;
}

.psh-tech-card h3{
  font-size:30px;
  line-height:1.25;
}

.psh-tech-card h3:after{
  margin-left:auto;
  margin-right:auto;
  background:linear-gradient(90deg,var(--psh-gold),rgba(139,199,216,.65),rgba(255,255,255,0));
}

.psh-tech-card p{
  flex:1;
  max-width:310px;
  margin:0 auto;
  color:var(--psh-muted);
  font-size:16px;
  line-height:1.7;
  text-align:center;
}

/* =========================
   PROFIT
========================= */

.psh-profit-block{
  position:relative;
  z-index:2;
  margin-top:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,210,31,.26);
  border-radius:30px;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,210,31,.18),transparent 30%),
    radial-gradient(circle at 86% 18%,rgba(139,199,216,.18),transparent 30%),
    linear-gradient(135deg,rgba(16,33,49,.96) 0%,rgba(23,63,89,.94) 58%,rgba(7,17,27,.96) 100%);
  box-shadow:
    0 28px 72px rgba(15,55,85,.24),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.psh-profit-subhead{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:22px;
  align-items:center;
  max-width:100%;
  margin:0;
  padding:22px 30px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
  text-align:left;
}

.psh-profit-subhead span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:auto;
  min-height:44px;
  padding:9px 22px;
  margin:0 auto;
  border:1px solid rgba(255,210,31,.34);
  border-radius:999px;
  background:rgba(255,210,31,.12);
  color:var(--psh-gold);
  font-size:16px;
  white-space:nowrap;
  font-weight:950;
  letter-spacing:.12em;
}

.psh-profit-subhead h3{
  margin:0;
  color:#fff;
  font-size:26px;
  white-space:nowrap;
  line-height:1.25;
  font-weight:950;
}

.psh-profit-subhead p{
  display:none;
  margin:0;
  color:var(--psh-muted);
  font-size:15px;
  font-weight:700;
  line-height:1.55;
}

.psh-profit-note{
  display:none;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 0 18px;
  text-align:center;
}

.psh-profit-note strong{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 16px;
  border:1px solid rgba(239,166,0,.24);
  border-radius:999px;
  background:#fff4cf;
  color:#8a6100;
  font-size:15px;
  font-weight:950;
  letter-spacing:.08em;
}

.psh-profit-note span{
  color:#36556d;
  font-size:16px;
  font-weight:700;
}

.psh-profit-board{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:0;
  align-items:stretch;
}

.psh-profit-formula{
  display:grid;
  grid-template-columns:minmax(210px,1fr) 42px minmax(210px,1fr) 42px minmax(210px,1fr);
  align-items:stretch;
  overflow:hidden;
  border:0;
  background:rgba(255,255,255,.06);
  box-shadow:none;
}

.psh-profit-metric{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  min-height:166px;
  padding:24px 18px;
  text-align:center;
}

.psh-profit-metric span,
.psh-profit-result span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:7px 16px;
  border:1px solid rgba(239,166,0,.30);
  border-radius:999px;
  background:rgba(255,244,207,.12);
  color:#dff5fb;
  font-size:17px;
  white-space:nowrap;
  font-weight:950;
  letter-spacing:.08em;
}

.psh-profit-metric.accent span{
  background:rgba(255,230,230,.16);
  color:#ffb4a8;
  border-color:rgba(180,35,24,.28);
}

.psh-profit-result span{
  color:#fff1a8;
}

.psh-profit-metric strong{
  display:block;
  margin:10px 0 6px;
  color:#ffd43b;
  font-size:44px;
  line-height:1.15;
  font-weight:950;
  white-space:nowrap;
}

.psh-profit-metric em,
.psh-profit-result em{
  display:block;
  color:#cfe7ef;
  font-size:16px;
  font-style:normal;
  font-weight:800;
}

.psh-profit-metric.accent strong{
  color:#ff5a4f;
}

.psh-profit-op{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  color:rgba(255,210,31,.82);
  font-size:34px;
  font-weight:950;
}

.psh-profit-result{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  min-height:166px;
  padding:24px 20px;
  border:0;
  border-left:1px solid rgba(255,210,31,.28);
  background:
    radial-gradient(circle at 50% 12%,rgba(255,210,31,.28),transparent 36%),
    rgba(255,210,31,.10);
  text-align:center;
  box-shadow:none;
}

.psh-profit-result strong{
  display:block;
  margin:10px 0 6px;
  color:#ffd43b;
  font-size:48px;
  line-height:1.05;
  font-weight:950;
  white-space:nowrap;
}

/* =========================
   MODEL
========================= */

.psh-model-guide{
  display:flex;
  align-items:center;
  gap:14px;
  justify-content:center;
  padding:10px 30px;
  margin:0 0 15px;
  border:1px solid rgba(255,210,31,.28);
  border-radius:999px;
  background:
    linear-gradient(90deg,rgba(255,210,31,.20),rgba(255,255,255,.08) 58%,rgba(139,199,216,.16));
  box-shadow:0 24px 58px rgba(0,0,0,.20);
  backdrop-filter:blur(12px);
}

.psh-model-guide strong{
  flex:0 0 auto;
  color:var(--psh-gold);
  font-size:30px;
  font-weight:950;
}

.psh-model-guide span{
  color:#e9f6fb;
  font-size:22px;
  font-weight:700;
  line-height:1.62;
}

.psh-model-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.psh-model-grid:before{
  content:"OR";
  position:absolute;
  left:50%;
  top:50%;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,210,31,.34);
  border-radius:50%;
  background:#fff7d9;
  color:#8a6100;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  box-shadow:0 18px 38px rgba(0,0,0,.24);
}

.psh-model-grid:after{
  content:"";
  position:absolute;
  left:50%;
  top:12px;
  bottom:12px;
  z-index:0;
  width:1px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,transparent,rgba(255,210,31,.22),transparent);
}

.psh-model-card{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  min-height:560px;
  padding:46px 46px 2px;
  border:1px solid rgba(255,210,31,.34);
  border-radius:40px 10px 40px 10px;
  background:
    radial-gradient(circle at 16% 12%,rgba(255,210,31,.24),transparent 32%),
    linear-gradient(150deg,rgba(255,255,255,.16),rgba(255,255,255,.05));
  box-shadow:
    0 34px 82px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
}

.psh-model-card.featured{
  border-color:rgba(255,210,31,.48);
  background:
    radial-gradient(circle at 18% 12%,rgba(255,210,31,.32),transparent 34%),
    linear-gradient(150deg,rgba(255,255,255,.18),rgba(255,255,255,.05));
  box-shadow:
    0 34px 82px rgba(0,0,0,.24),
    0 0 0 1px rgba(255,210,31,.08) inset;
}

.psh-model-head{
  position:relative;
  align-items:center;
  justify-content:flex-start;
  flex-direction:row;
  gap:22px;
  min-height:auto;
  margin-bottom:30px;
  text-align:left;
}

.psh-model-card .psh-iconbox{
  display:none;
}

.psh-model-head:before{
  content:"02";
  position:absolute;
  right:0;
  top:-30px;
  transform:none;
  color:rgba(139,199,216,.16);
  font-size:130px;
  line-height:1;
  font-weight:950;
  letter-spacing:.02em;
}

.psh-model-card.featured .psh-model-head:before{
  content:"01";
  color:rgba(255,210,31,.20);
}

.psh-model-card h3{
  position:relative;
  z-index:2;
  margin-top:0;
  color:#fff;
  font-size:42px;
  line-height:1.25;
  text-shadow:0 12px 30px rgba(0,0,0,.30);
}

.psh-model-card h3:after{
  margin-left:0;
  margin-right:0;
}

.psh-model-card:not(.featured) h3:after{
  background:linear-gradient(90deg,#8bc7d8,rgba(255,255,255,0));
}

.psh-model-copy{
  position:relative;
  z-index:2;
  margin-top:10px;
  color:#dcecf3;
  font-size:22px;
  font-weight:800;
  line-height:1.45;
}

.psh-model-highlights{
  justify-content:flex-start;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 34px;
}

.psh-model-highlight{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:13px 24px;
  border:1px solid rgba(255,210,31,.32);
  border-radius:999px;
  background:#fff4cf;
  color:#8a6100;
  font-size:20px;
  font-weight:950;
  line-height:1.25;
  text-align:center;
}

.psh-model-card:not(.featured) .psh-model-highlight{
  border-color:rgba(139,199,216,.30);
  background:rgba(232,246,250,.12);
  color:#dff5fb;
}

.psh-model-points{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin-top:auto;
  border-top:1px solid rgba(255,255,255,.16);
}

.psh-model-point{
  display:grid;
  grid-template-columns:128px 1fr;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  min-height:0;
  padding:20px 0;
  border:0;
  border-right:0;
  border-bottom:1px solid rgba(255,255,255,.14);
  border-radius:0;
  background:transparent;
  text-align:left;
}

.psh-model-point:last-child{
  border-bottom:0;
}

.psh-model-point span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:112px;
  max-width:none;
  min-height:42px;
  padding:8px 14px;
  margin:0;
  border:1px solid rgba(255,210,31,.28);
  border-radius:999px;
  background:rgba(255,244,207,.14);
  color:#ffd21f;
  font-size:16px;
  font-weight:950;
  letter-spacing:.04em;
}

.psh-model-card:not(.featured) .psh-model-point span{
  border-color:rgba(139,199,216,.30);
  background:rgba(232,246,250,.12);
  color:#dff5fb;
}

.psh-model-point strong{
  display:block;
  color:#fff;
  font-size:24px;
  font-weight:950;
  line-height:1.35;
}

.psh-model-card .psh-highlight-tag{
  margin-top:28px;
  border-radius:999px;
}

.psh-model-card:not(.featured) .psh-highlight-tag{
  background:rgba(232,246,250,.12);
  border-color:rgba(139,199,216,.34);
  color:#dff5fb;
}

/* =========================
   FIT
========================= */

.psh-fit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.psh-fit-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:26px 24px;
  border:1px solid var(--psh-line);
  border-radius:26px;
  background:
    radial-gradient(circle at 86% 18%,rgba(255,210,31,.18),transparent 34%),
    rgba(255,255,255,.86);
  color:#17364d;
  font-weight:950;
  font-size:19px;
  box-shadow:0 22px 48px rgba(15,55,85,.09);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.psh-fit-item:hover{
  transform:translateY(-8px) scale(1.02);
  border-color:rgba(239,166,0,.34);
  box-shadow:0 18px 38px rgba(15,55,85,.11);
}

.psh-fit-icon{
  width:52px;
  height:52px;
  flex-basis:52px;
  border-radius:18px;
  background:#fff4cf;
}

.psh-fit-item:nth-child(2) .psh-fit-icon,
.psh-fit-item:nth-child(5) .psh-fit-icon{
  background:#e4f5fa;
  border-color:#9ed0dd;
}

.psh-fit-item:nth-child(3) .psh-fit-icon,
.psh-fit-item:nth-child(6) .psh-fit-icon{
  background:#edf3f7;
  border-color:#b9cad6;
}

.psh-fit-icon svg{
  width:28px;
  height:28px;
  stroke-width:2.45;
}

/* =========================
   FINAL
========================= */

.psh-final{
  position:relative;
  overflow:hidden;
  padding:92px 20px 100px;
  margin-top:-1px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0,rgba(255,210,31,.36),transparent 32%),
    radial-gradient(circle at 14% 84%,rgba(139,199,216,.24),transparent 28%),
    linear-gradient(135deg,#0f2233,#123f59 55%,#07111b);
}

.psh-final h2{
  position:relative;
  display:inline-block;
  margin:0 0 10px;
  padding-bottom:13px;
  color:#fff;
  font-size:46px;
  line-height:1.2;
  font-weight:950;
  text-shadow:
    0 3px 0 rgba(255,210,31,.20),
    0 18px 34px rgba(0,0,0,.26);
}

.psh-final h2:after{
  width:min(220px,70%);
  box-shadow:0 10px 24px rgba(255,210,31,.25);
}

.psh-final p{
  max-width:780px;
  margin:0 auto 34px;
  color:#dcecf3;
  font-size:20px;
  line-height:1.7;
}

.psh-final-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:980px){
  .psh-hero{
    padding:42px 16px 38px;
  }

  .psh-hero-grid,
  .psh-pain-grid,
  .psh-system-grid,
  .psh-tech-grid,
  .psh-profit-board,
  .psh-model-grid,
  .psh-fit-grid{
    grid-template-columns:1fr;
  }

  .psh-hero h1{
    font-size:34px;
    text-shadow:
      0 3px 0 rgba(255,210,31,.22),
      0 12px 24px rgba(16,33,49,.12);
  }

  .psh-hero .psh-btn,
  .psh-btn{
    width:100%;
    min-height:60px;
    padding:15px 24px;
    font-size:18px;
  }

  .psh-tag{
    min-height:40px;
    font-size:14px;
  }

  .psh-section{
    padding:58px 16px 64px;
  }

  .psh-system-section{
    padding-bottom:40px;
  }

  .psh-system-section .psh-inner:before{
    left:-10px;
    right:-10px;
    top:132px;
    bottom:-18px;
    border-radius:34px;
  }

  .psh-revenue-stage{
    padding:24px 18px;
    border-radius:34px;
  }

  .psh-revenue-stage:before{
    inset:12px;
    border-radius:26px;
  }

  .psh-stage-top{
    grid-template-columns:1fr;
    gap:20px;
    min-height:auto;
  }

  .psh-stage-top:before,
  .psh-stage-top:after{
    display:none;
  }

  .psh-stage-side{
    min-height:auto;
    padding:26px 22px;
    border-radius:28px !important;
  }

  .psh-stage-side h3{
    font-size:25px;
  }

  .psh-engine-core{
    width:230px;
    height:230px;
    order:2;
  }

  .psh-engine-core strong{
    font-size:30px;
  }

  .psh-stage-side.old{
    order:1;
  }

  .psh-stage-side.new{
    order:3;
  }

  .psh-stage-flow{
    grid-template-columns:1fr;
    gap:10px;
    margin:22px auto;
  }

  .psh-stage-flow i{
    width:6px;
    height:34px;
    margin:auto;
    background:
      linear-gradient(180deg,rgba(139,199,216,.24),rgba(255,210,31,.86)),
      repeating-linear-gradient(180deg,transparent 0 20px,rgba(255,255,255,.72) 20px 28px);
  }

  .psh-head{
    padding-top:54px;
    margin-bottom:20px;
  }

  .psh-model-guide{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    padding:20px;
    border-radius:24px;
  }

  .psh-tech-grid{
    padding-top:18px;
  }

  .psh-tech-grid:before{
    left:50%;
    right:auto;
    top:34px;
    bottom:34px;
    width:6px;
    height:auto;
    transform:translateX(-50%);
    background:
      linear-gradient(180deg,rgba(255,210,31,.28),rgba(139,199,216,.46),rgba(23,63,89,.30)),
      repeating-linear-gradient(180deg,transparent 0 34px,rgba(255,255,255,.55) 34px 42px);
    background-size:100% 100%,100% 84px;
  }

  .psh-tech-card{
    min-height:auto;
    padding:64px 22px 24px;
  }

  .psh-tech-card:after{
    top:38px;
  }

  .psh-system-grid{
    gap:18px;
    padding:0;
    border-radius:0;
  }

  .psh-system-grid:before,
  .psh-system-grid:after{
    display:none;
  }

  .psh-system-card{
    min-height:auto;
    padding:32px 22px;
    border-radius:28px;
  }

  .psh-system-card + .psh-system-card{
    border-top:1px solid rgba(23,63,89,.12);
  }

  .psh-pain-grid{
    border-radius:28px;
  }

  .psh-pain-card{
    min-height:auto;
    padding:28px 22px;
    border-right:0;
    border-bottom:1px solid rgba(23,63,89,.10);
  }

  .psh-pain-card:last-child{
    border-bottom:0;
  }

  .psh-pain-card .psh-card-head{
    grid-template-columns:auto 1fr;
    align-items:center;
  }

  .psh-pain-card h3{
    max-width:none;
    font-size:25px;
  }

  .psh-system-summary{
    grid-template-columns:1fr;
  }

  .psh-compare-rows{
    gap:14px;
    padding:8px 0 24px;
  }

  .psh-compare-row{
    grid-template-columns:1fr;
    gap:8px;
    min-height:auto;
    padding:16px 0;
  }

  .psh-compare-row:before{
    left:50%;
    right:auto;
    top:0;
    bottom:0;
    width:4px;
    height:auto;
    transform:translateX(-50%);
    background:
      linear-gradient(180deg,rgba(96,120,137,.18),rgba(255,210,31,.80),rgba(139,199,216,.86)),
      repeating-linear-gradient(180deg,transparent 0 28px,rgba(255,255,255,.75) 28px 38px);
    background-size:100% 100%,100% 76px;
  }

  .psh-compare-row b{
    order:2;
  }

  .psh-compare-old{
    order:1;
  }

  .psh-compare-new{
    order:3;
  }

  .psh-compare-row b{
    justify-self:center;
    min-width:92px;
    min-height:44px;
    font-size:16px;
  }

  .psh-compare-old,
  .psh-compare-new{
    justify-content:center;
    min-height:54px;
    padding:13px 18px;
    border-radius:999px;
    text-align:center;
    font-size:16px;
    transform:none;
  }

  .psh-compare-row:nth-child(even) .psh-compare-old,
  .psh-compare-row:nth-child(even) .psh-compare-new{
    transform:none;
  }

  .psh-profit-note{
    align-items:center;
    flex-direction:column;
    gap:8px;
  }

  .psh-profit-block{
    margin-top:34px;
    padding:0;
    border-radius:28px;
  }

  .psh-profit-subhead{
    grid-template-columns:1fr;
    text-align:center;
  }

  .psh-profit-subhead p{
    grid-column:auto;
  }

  .psh-profit-subhead h3{
    font-size:26px;
  }

  .psh-profit-formula{
    grid-template-columns:1fr;
  }

  .psh-profit-result{
    border-left:0;
    border-top:1px solid rgba(255,210,31,.28);
  }

  .psh-profit-metric,
  .psh-profit-result{
    min-height:160px;
  }

  .psh-profit-op{
    min-height:34px;
  }

  .psh-model-grid{
    border-radius:0;
    gap:18px;
  }

  .psh-model-grid:before,
  .psh-model-grid:after{
    display:none;
  }

  .psh-model-card{
    min-height:auto;
    padding:32px 24px;
    border-radius:28px;
  }

  .psh-model-card + .psh-model-card{
    border-top:0;
  }

  .psh-model-highlights{
    display:grid;
    grid-template-columns:1fr;
  }

  .psh-model-point{
    grid-template-columns:1fr;
    gap:10px;
    min-height:auto;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
    text-align:center;
  }

  .psh-model-point:last-child{
    border-bottom:0;
  }

  .psh-model-point span{
    width:auto;
    justify-self:center;
  }

  .psh-kicker{
    top:7px;
    font-size:clamp(16px,5vw,25px);
    letter-spacing:.035em;
  }

  .psh-h2{
    padding-bottom:11px;
    font-size:28px;
  }

  .psh-h2:after,
  .psh-final h2:after{
    height:6px;
  }

  .psh-pain-card .psh-iconbox,
  .psh-system-card .psh-iconbox,
  .psh-model-card .psh-iconbox{
    width:58px;
    height:58px;
    flex-basis:58px;
    border-radius:19px;
  }

  .psh-pain-card .psh-iconbox svg,
  .psh-system-card .psh-iconbox svg,
  .psh-model-card .psh-iconbox svg{
    width:31px;
    height:31px;
  }

  .psh-tech-miniicon{
    width:62px;
    height:62px;
    border-radius:21px;
  }

  .psh-tech-miniicon svg{
    width:33px;
    height:33px;
  }

  .psh-fit-icon{
    width:46px;
    height:46px;
    flex-basis:46px;
    border-radius:16px;
  }

  .psh-fit-icon svg{
    width:25px;
    height:25px;
  }

  .psh-tech-card h3,
  .psh-system-card h3,
  .psh-model-card h3{
    font-size:22px;
  }

  .psh-fit-item{
    padding:16px;
  }

  .psh-final{
    padding:42px 16px 44px;
  }

  .psh-final h2{
    font-size:30px;
  }
}
/* =========================
   PAIN POINT - DARK INTEGRATED VERSION
========================= */

.psh-pain-darkblock{
  padding-top:84px;
  padding-bottom:88px;
  background:
    radial-gradient(circle at 10% 14%,rgba(255,210,31,.22),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(139,199,216,.26),transparent 32%),
    radial-gradient(circle at 50% 100%,rgba(255,210,31,.12),transparent 38%),
    linear-gradient(135deg,#07111b 0%,#102131 46%,#173f59 100%);
}

.psh-pain-darkblock:before{
  background:linear-gradient(90deg,transparent 0%,rgba(255,210,31,.8) 22%,rgba(139,199,216,.46) 50%,rgba(255,210,31,.8) 78%,transparent 100%);
}

.psh-pain-darkblock:after{
  height:64px;
  background:linear-gradient(180deg,transparent,rgba(255,210,31,.08));
}

.psh-pain-dark-shell{
  position:relative;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:stretch;
  overflow:hidden;
  padding:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:44px;
  background:
    radial-gradient(circle at 10% 10%,rgba(255,210,31,.18),transparent 32%),
    radial-gradient(circle at 88% 14%,rgba(139,199,216,.18),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:
    0 38px 100px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
}

.psh-pain-dark-shell:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}

.psh-pain-dark-shell:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-160px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,210,31,.24),transparent 68%);
  pointer-events:none;
}

.psh-pain-bg-word{
  position:absolute;
  left:34px;
  bottom:-22px;
  z-index:0;
  color:rgba(255,255,255,.055);
  font-size:86px;
  line-height:1;
  font-weight:950;
  letter-spacing:.055em;
  white-space:nowrap;
  pointer-events:none;
}

.psh-pain-dark-left,
.psh-pain-dark-grid{
  position:relative;
  z-index:2;
}

.psh-pain-dark-left{
  overflow:hidden;
  min-height:520px;
  padding:42px 40px;
  border:1px solid rgba(255,210,31,.26);
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 4%,rgba(255,210,31,.16),transparent 34%),
    radial-gradient(circle at 84% 88%,rgba(139,199,216,.16),transparent 38%),
    linear-gradient(145deg,rgba(7,17,27,.90),rgba(23,63,89,.72));
  box-shadow:
    0 28px 74px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.psh-pain-dark-left:after{
  content:"";
  position:absolute;
  right:-82px;
  top:-82px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:34px solid rgba(255,210,31,.10);
}

.psh-pain-eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 16px;
  margin-bottom:24px;
  border:1px solid rgba(255,210,31,.42);
  border-radius:999px;
  background:rgba(255,210,31,.12);
  color:#ffd21f;
  font-size:13px;
  font-weight:950;
  letter-spacing:.14em;
}

.psh-pain-dark-left h2{
  position:relative;
  z-index:2;
  margin:0 0 20px;
  color:#fff;
  font-size:42px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:0;
  text-shadow:0 18px 34px rgba(0,0,0,.32);
}

.psh-pain-dark-left h2 span{
  color:#ffd21f;
}

.psh-pain-dark-left p{
  position:relative;
  z-index:2;
  max-width:460px;
  margin:0;
  color:#d8e8ef;
  font-size:18px;
  line-height:1.8;
  font-weight:750;
}

.psh-pain-main-tags{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.psh-pain-main-tags b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 16px;
  border:1px solid rgba(255,210,31,.36);
  border-radius:999px;
  background:#fff4cf;
  color:#8a6100;
  font-size:15px;
  font-weight:950;
}

.psh-pain-dark-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.psh-pain-dark-card{
  --pain-accent:#ffd21f;
  --pain-soft:rgba(255,210,31,.12);
  --pain-text:#ffd21f;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:74px 1fr;
  gap:16px;
  min-height:251px;
  padding:26px 24px 24px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 100%,var(--pain-soft),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  box-shadow:
    0 24px 58px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.psh-pain-dark-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,210,31,.36);
  background:
    radial-gradient(circle at 100% 100%,var(--pain-soft),transparent 48%),
    linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.07));
}

.psh-pain-dark-card:after{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-46px;
  width:142px;
  height:142px;
  border-radius:50%;
  background:var(--pain-soft);
  opacity:.9;
}

.psh-pain-dark-card.gold{
  --pain-accent:#ffd21f;
  --pain-soft:rgba(255,210,31,.18);
  --pain-text:#ffd21f;
}

.psh-pain-dark-card.amber{
  --pain-accent:#efa600;
  --pain-soft:rgba(239,166,0,.17);
  --pain-text:#ffd27a;
}

.psh-pain-dark-card.blue{
  --pain-accent:#8bc7d8;
  --pain-soft:rgba(139,199,216,.17);
  --pain-text:#aee9f8;
}

.psh-pain-dark-card.navy{
  --pain-accent:#b9cad6;
  --pain-soft:rgba(255,255,255,.10);
  --pain-text:#eaf6fb;
}

.psh-pain-dark-icon{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:74px;
  height:74px;
  border:1px solid var(--pain-accent);
  border-radius:23px;
  background:rgba(255,255,255,.08);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.psh-pain-dark-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:var(--pain-text);
  stroke-width:2.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.psh-pain-dark-copy{
  position:relative;
  z-index:2;
}

.psh-pain-dark-copy strong{
  display:block;
  margin:2px 0 10px;
  color:#fff;
  font-size:26px;
  line-height:1.22;
  font-weight:950;
}

.psh-pain-dark-copy strong:after{
  content:"";
  display:block;
  width:48px;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--pain-accent),rgba(255,255,255,0));
}

.psh-pain-dark-copy p{
  margin:0;
  color:#c9dce5;
  font-size:16px;
  line-height:1.7;
  font-weight:700;
}

.psh-pain-dark-card em{
  position:relative;
  z-index:2;
  grid-column:1 / -1;
  align-self:end;
  justify-self:start;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 14px;
  border:1px solid var(--pain-accent);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--pain-text);
  font-size:14px;
  font-style:normal;
  font-weight:950;
}

@media(max-width:980px){
  .psh-pain-darkblock{
    padding-top:58px;
    padding-bottom:64px;
  }

  .psh-pain-dark-shell{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px;
    border-radius:32px;
  }

  .psh-pain-bg-word{
    display:none;
  }

  .psh-pain-dark-left{
    min-height:auto;
    padding:32px 24px;
    border-radius:26px;
  }

  .psh-pain-dark-left h2{
    font-size:31px;
  }

  .psh-pain-dark-left p{
    font-size:16px;
  }

  .psh-pain-dark-grid{
    grid-template-columns:1fr;
  }

  .psh-pain-dark-card{
    grid-template-columns:62px 1fr;
    min-height:auto;
    padding:22px 20px;
    border-radius:24px;
  }

  .psh-pain-dark-icon{
    width:62px;
    height:62px;
    border-radius:20px;
  }

  .psh-pain-dark-icon svg{
    width:31px;
    height:31px;
  }

  .psh-pain-dark-copy strong{
    font-size:22px;
  }
}
/* =========================
   PAIN POINT - GLASS SPACE VERSION
========================= */

.psh-pain-glass-space{
  position:relative;
  padding-top:88px;
  padding-bottom:96px;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,210,31,.26),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(139,199,216,.28),transparent 34%),
    radial-gradient(circle at 50% 100%,rgba(255,210,31,.16),transparent 38%),
    linear-gradient(135deg,#07111b 0%,#102131 45%,#173f59 100%);
}

.psh-pain-glass-space:before{
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,210,31,.76) 22%,
    rgba(139,199,216,.46) 50%,
    rgba(255,210,31,.76) 78%,
    transparent 100%
  );
}

.psh-pain-glass-space:after{
  height:80px;
  background:linear-gradient(180deg,transparent,rgba(255,210,31,.08));
}

.psh-pain-glass-space .psh-inner{
  max-width:1180px;
}

/* 上方浮水印 */
.psh-pain-topmark{
  position:absolute;
  left:50%;
  top:-8px;
  z-index:1;
  transform:translateX(-50%);
  width:100%;
  color:rgba(255,255,255,.065);
  font-size:clamp(44px,7vw,96px);
  line-height:1;
  font-weight:950;
  letter-spacing:.13em;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}

/* 上方標題 */
.psh-pain-glass-title{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:0 auto 34px;
  text-align:center;
}

.psh-pain-glass-title h2{
  margin:0;
  color:#fff;
  font-size:clamp(30px,4vw,46px);
  line-height:1.22;
  font-weight:950;
  letter-spacing:.02em;
  text-shadow:0 18px 38px rgba(0,0,0,.32);
}

.psh-pain-glass-title p{
  max-width:720px;
  margin:16px auto 0;
  color:#d6e7ef;
  font-size:18px;
  line-height:1.75;
  font-weight:700;
}

.psh-pain-title-line{
  width:190px;
  height:6px;
  margin:0 auto 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#ffd21f 0%,#efa600 55%,#8bc7d8 100%);
  box-shadow:0 10px 24px rgba(255,210,31,.25);
}

/* 玻璃大包框 */
.psh-pain-glass-shell{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:28px;
  align-items:stretch;
  overflow:hidden;
  padding:34px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:46px;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,210,31,.18),transparent 34%),
    radial-gradient(circle at 88% 10%,rgba(139,199,216,.20),transparent 38%),
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  box-shadow:
    0 40px 110px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
}

.psh-pain-glass-shell:before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  pointer-events:none;
}

.psh-pain-glass-shell:after{
  content:"";
  position:absolute;
  right:-130px;
  top:-150px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,210,31,.24),transparent 68%);
  pointer-events:none;
}

/* 左側主卡 */
.psh-pain-glass-left{
  position:relative;
  z-index:2;
  overflow:hidden;
  min-height:520px;
  padding:42px 40px;
  border:1px solid rgba(255,210,31,.28);
  border-radius:34px;
  background:
    radial-gradient(circle at 92% 4%,rgba(255,210,31,.15),transparent 34%),
    radial-gradient(circle at 84% 88%,rgba(139,199,216,.17),transparent 40%),
    linear-gradient(145deg,rgba(7,17,27,.92),rgba(23,63,89,.76));
  box-shadow:
    0 30px 78px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.psh-pain-glass-left:before{
  content:"";
  position:absolute;
  right:-86px;
  top:-88px;
  width:270px;
  height:270px;
  border-radius:50%;
  border:34px solid rgba(255,210,31,.10);
}

.psh-pain-eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 16px;
  margin-bottom:24px;
  border:1px solid rgba(255,210,31,.44);
  border-radius:999px;
  background:rgba(255,210,31,.12);
  color:#ffd21f;
  font-size:13px;
  font-weight:950;
  letter-spacing:.14em;
}

.psh-pain-glass-left h3{
  position:relative;
  z-index:2;
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(34px,3.5vw,46px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:0;
  text-shadow:0 18px 34px rgba(0,0,0,.35);
}

.psh-pain-glass-left h3 span{
  color:#ffd21f;
}

.psh-pain-glass-left p{
  position:relative;
  z-index:2;
  max-width:480px;
  margin:0;
  color:#d8e8ef;
  font-size:18px;
  line-height:1.8;
  font-weight:750;
}

.psh-pain-main-tags{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.psh-pain-main-tags b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 16px;
  border:1px solid rgba(255,210,31,.36);
  border-radius:999px;
  background:#fff4cf;
  color:#8a6100;
  font-size:15px;
  font-weight:950;
}

/* 右側卡片 */
.psh-pain-glass-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.psh-pain-glass-card{
  --pain-accent:#ffd21f;
  --pain-soft:rgba(255,210,31,.13);
  --pain-text:#ffd21f;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:251px;
  padding:26px 24px 24px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 100%,var(--pain-soft),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06));
  box-shadow:
    0 24px 58px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.psh-pain-glass-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,210,31,.38);
  background:
    radial-gradient(circle at 100% 100%,var(--pain-soft),transparent 48%),
    linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,255,255,.075));
}

.psh-pain-glass-card:after{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-46px;
  width:142px;
  height:142px;
  border-radius:50%;
  background:var(--pain-soft);
  opacity:.9;
}

.psh-pain-glass-card.gold{
  --pain-accent:#ffd21f;
  --pain-soft:rgba(255,210,31,.20);
  --pain-text:#ffd21f;
}

.psh-pain-glass-card.amber{
  --pain-accent:#efa600;
  --pain-soft:rgba(239,166,0,.18);
  --pain-text:#ffd27a;
}

.psh-pain-glass-card.blue{
  --pain-accent:#8bc7d8;
  --pain-soft:rgba(139,199,216,.18);
  --pain-text:#aee9f8;
}

.psh-pain-glass-card.navy{
  --pain-accent:#b9cad6;
  --pain-soft:rgba(255,255,255,.105);
  --pain-text:#eaf6fb;
}

.psh-pain-glass-icon{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:74px;
  height:74px;
  margin-bottom:20px;
  border:1px solid var(--pain-accent);
  border-radius:23px;
  background:rgba(255,255,255,.08);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.psh-pain-glass-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:var(--pain-text);
  stroke-width:2.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.psh-pain-glass-card strong{
  position:relative;
  z-index:2;
  display:block;
  margin:0 0 10px;
  color:#fff;
  font-size:26px;
  line-height:1.22;
  font-weight:950;
}

.psh-pain-glass-card strong:after{
  content:"";
  display:block;
  width:48px;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--pain-accent),rgba(255,255,255,0));
}

.psh-pain-glass-card p{
  position:relative;
  z-index:2;
  margin:0 0 20px;
  color:#c9dce5;
  font-size:16px;
  line-height:1.7;
  font-weight:700;
}

.psh-pain-glass-card em{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:36px;
  padding:7px 14px;
  margin-top:auto;
  border:1px solid var(--pain-accent);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--pain-text);
  font-size:14px;
  font-style:normal;
  font-weight:950;
}

@media(max-width:980px){
  .psh-pain-glass-space{
    padding-top:64px;
    padding-bottom:68px;
  }

  .psh-pain-topmark{
    top:10px;
    font-size:clamp(34px,11vw,60px);
    letter-spacing:.08em;
  }

  .psh-pain-glass-title{
    margin-bottom:24px;
  }

  .psh-pain-glass-title h2{
    font-size:30px;
  }

  .psh-pain-glass-title p{
    font-size:16px;
  }

  .psh-pain-glass-shell{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px;
    border-radius:32px;
  }

  .psh-pain-glass-left{
    min-height:auto;
    padding:32px 24px;
    border-radius:26px;
  }

  .psh-pain-glass-left h3{
    font-size:31px;
  }

  .psh-pain-glass-left p{
    font-size:16px;
  }

  .psh-pain-glass-grid{
    grid-template-columns:1fr;
  }

  .psh-pain-glass-card{
    min-height:auto;
    padding:22px 20px;
    border-radius:24px;
  }

  .psh-pain-glass-icon{
    width:62px;
    height:62px;
    border-radius:20px;
    margin-bottom:16px;
  }

  .psh-pain-glass-icon svg{
    width:31px;
    height:31px;
  }

  .psh-pain-glass-card strong{
    font-size:22px;
  }
}