﻿.ps-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #06173c;
}

.ps-hero-bg {
    width: 100%;
    height: auto;
    display: block;
}

.ps-hero-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ps-hero-title {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px;
}

.ps-hero-title span {
    color: #28b7ff;
}

.ps-hero-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ps-hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ps-mini-card {
    width: 235px;
    border-radius: 14px;
    padding: 20px 18px 18px;
    background: rgba(14, 26, 60, 0.68);
    border: 1px solid rgba(72, 134, 255, 0.32);
    text-align: center;
}

.ps-mini-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
}

.ps-mini-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.ps-mini-card p {
    font-size: 13px;
    color: rgba(255,255,255,.8);
    margin-bottom: 10px;
}

.ps-mini-tags span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #d0e6ff;
    background: rgba(78, 105, 170, .4);
    border-radius: 10px;
    padding: 0 8px;
    margin: 0 3px;
}

.ps-product1 {
    padding: 82px 0 76px;
    background: #fff;
}

.ps-product1-header {
    text-align: center;
    margin-bottom: 42px;
}

.ps-product1-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 0 auto 18px;
    height: 40px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #1f79ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px;
}

.ps-product1-badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ps-product1-header h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #151f34;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ps-product1-header p {
    max-width: 1380px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.95;
    color: #677385;
}

.ps-product1-header p span {
    color: #1f9cff;
    font-weight: 700;
}

.ps-product1-layout {
    display: grid;
    grid-template-columns: 1.22fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.ps-product1-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding-top: 16px;
}

.ps-p1-card {
    position: relative;
    border: 1px solid #edf1f7;
    border-radius: 20px;
    overflow: visible;
    padding: 36px 20px 16px;
    background: #fff;
    min-height: 186px;
    box-shadow: 0 8px 22px rgba(17, 42, 82, 0.07);
}

.ps-p1-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68px;
    pointer-events: none;
    border-radius: 20px 20px 0 0;
}

.ps-p1-card-blue::before {
    background: linear-gradient(180deg, rgba(66, 132, 255, 0.24) 0%, rgba(66, 132, 255, 0) 100%);
}

.ps-p1-card-orange::before {
    background: linear-gradient(180deg, rgba(255, 171, 102, 0.24) 0%, rgba(255, 171, 102, 0) 100%);
}

.ps-p1-card-purple::before {
    background: linear-gradient(180deg, rgba(184, 132, 255, 0.24) 0%, rgba(184, 132, 255, 0) 100%);
}

.ps-p1-card-green::before {
    background: linear-gradient(180deg, rgba(96, 227, 162, 0.26) 0%, rgba(96, 227, 162, 0) 100%);
}

.ps-p1-card-icon {
    position: absolute;
    right: 14px;
    top: -22px;
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(22, 58, 122, 0.12));
    z-index: 3;
}

.ps-p1-card h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #121b2e;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.ps-p1-card p {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #5f697c;
    line-height: 1.8;
}

.ps-product1-right {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e9eef4;
    min-height: 0;
    height: 100%;
    box-shadow: 0 8px 20px rgba(8, 31, 72, 0.08);
    background: #0b2a59;
}

.ps-product1-right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ps-product3 {
    padding-bottom: 96px;
    background: #fff;
}

.ps-product3-header {
    text-align: center;
    margin: 50px;
}

.ps-product3-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 0 auto 18px;
    height: 40px;
    border-radius: 999px;
    background: #e9fff3;
    color: #13b886;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px;
}

.ps-product3-badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ps-product3-header h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #151f34;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ps-product3-header p {
    max-width: 1380px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.95;
    color: #677385;
}

.ps-product3-highlight {
    color: #13b886;
    font-weight: 700;
}

.ps-product3-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 44px;
    align-items: stretch;
}

.ps-product2 {
    position: relative;
    overflow: hidden;
    padding: 86px 0 96px;
    background: #0a1124;
    color: #e9efff;
}

.ps-product2-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.ps-product2-inner {
    position: relative;
    z-index: 1;
}

.ps-product2-header {
    text-align: center;
    margin-bottom: 46px;
}

.ps-product2-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 0 auto 18px;
    height: 40px;
    border-radius: 999px;
    padding: 0 20px;
    background: rgba(145, 115, 255, 0.14);
    border: 1px solid rgba(145, 115, 255, 0.28);
    color: #cdbbff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.ps-product2-badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ps-product2-header h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f6f7ff;
    margin-bottom: 16px;
}

.ps-product2-header p {
    max-width: 1380px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.95;
    color: rgba(233, 239, 255, 0.78);
}

.ps-product2-num {
    color: #cdbbff;
    font-weight: 800;
}

.ps-product2-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.ps-p2-left {
    display: grid;
    gap: 18px;
}

.ps-p2-card {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px 18px 16px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 208, 0.16);
    background: rgba(16, 28, 58, 0.68);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ps-p2-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    justify-self: center;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.ps-p2-main h3 {
    font-size: 18px;
    font-weight: 700;
    color: #f2f5ff;
    margin-bottom: 6px;
}

.ps-p2-main p {
    font-size: 14px;
    color: rgba(233, 239, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 10px;
}

.ps-p2-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(233, 239, 255, 0.78);
    background: rgba(132, 111, 255, 0.16);
    border: 1px solid rgba(132, 111, 255, 0.24);
    margin-right: 10px;
    margin-bottom: 8px;
}

.ps-p2-right {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    object-fit: contain;
}

.ps-p3-phone {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-p3-phone img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ps-p3-right {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.ps-p3-col-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ps-p3-col-left .ps-p3-card {
    flex: 1;
}

.ps-p3-col-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-p3-col-right .ps-p3-card {
    width: 100%;
}

.ps-p3-card {
    position: relative;
    border-radius: 18px;
    border: 1px solid #edf1f7;
    background: #fff;
    padding: 26px 26px 22px;
    box-shadow: 0 10px 26px rgba(17, 42, 82, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ps-p3-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(17, 42, 82, 0.12);
}

.ps-p3-card-icon {
    position: absolute;
    right: 10px;
    top: -1px;
    width: 50px;
    height: 50px;
    padding: 13px;
    box-sizing: content-box;
    object-fit: contain;
}

.ps-p3-card h3 {
    font-size: 22px;
    color: #121b2e;
    font-weight: 700;
    margin-bottom: 18px;
    padding-right: 74px;
}

.ps-p3-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ps-p3-list li {
    position: relative;
    padding-left: 22px;
    color: #5f697c;
    font-size: 14px;
    line-height: 1.7;
}

.ps-p3-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #13b886;
    border-bottom: 2px solid #13b886;
    transform: rotate(-45deg);
}

.ps-p3-item-title {
    color: #2b3446;
    font-weight: 600;
}

.ps-p3-card-tall {
    max-width: none;
}

.ps-section {
    padding: 64px 0;
    background: #fff;
}

.ps-header {
    text-align: center;
    margin-bottom: 34px;
}

.ps-badge {
    display: inline-block;
    font-size: 12px;
    color: #0f9cff;
    border-radius: 12px;
    background: #ebf6ff;
    padding: 3px 10px;
    margin-bottom: 12px;
}

.ps-header h2 {
    font-size: 46px;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 8px;
}

.ps-header p {
    font-size: 15px;
    color: #6b7280;
}

.ps-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.ps-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ps-feature-card {
    background: #fff;
    border: 1px solid #ecf1f6;
    border-radius: 12px;
    padding: 16px;
}

.ps-feature-card h4,
.ps-ai-item h4,
.ps-card-box h4 {
    font-size: 18px;
    color: #111827;
    margin-bottom: 8px;
}

.ps-feature-card p,
.ps-ai-item p,
.ps-card-box p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

.ps-panel,
.ps-ai-right,
.ps-mobile {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ebf0f5;
}

.ps-panel img,
.ps-ai-right img,
.ps-mobile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ps-ai {
    background: #0a1328;
}

.ps-header-light h2,
.ps-header-light p {
    color: #fff;
}

.ps-header-light p {
    color: rgba(255,255,255,.76);
}

.ps-ai-left {
    display: grid;
    gap: 12px;
}

.ps-ai-item {
    border-radius: 12px;
    border: 1px solid rgba(125, 146, 195, .24);
    background: rgba(19, 33, 64, .86);
    padding: 14px 16px;
}

.ps-ai-item h4,
.ps-ai-item p {
    color: #eef5ff;
}

.ps-card {
    background: #fff;
}

.ps-mobile {
    max-width: 360px;
}

.ps-card-features {
    display: grid;
    gap: 14px;
}

.ps-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ps-card-box {
    border-radius: 12px;
    border: 1px solid #e8eff5;
    background: #fff;
    padding: 16px;
}

.ps-synergy {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.ps-synergy img {
    width: 100%;
    display: block;
    min-height: 160px;
    object-fit: cover;
}

.ps-synergy-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-synergy h2 {
    font-size: 43px;
    font-weight: 550;
    color: #1f2937;
    margin: 8px;
    line-height: 2.0;
}

.ps-synergy p {
    font-size: 15px;
    color: #374151;
}
