.products-page{
    padding:30px 0 72px;
    background:
        radial-gradient(circle at 10% 0%, rgba(37,99,235,.10), transparent 32%),
        radial-gradient(circle at 90% 8%, rgba(249,115,22,.08), transparent 26%),
        linear-gradient(180deg,#f8fafc 0%,#ffffff 42%);
}

.products-page__hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) 300px;
    gap:24px;
    align-items:stretch;
    margin-bottom:28px;
}

.products-page__intro,
.products-page__summary,
.products-empty-box,
.products-card{
    border:1px solid #e2e8f0;
    border-radius:26px;
    background:#ffffff;
    box-shadow:0 20px 55px rgba(15,23,42,.07);
}

.products-page__intro{
    position:relative;
    overflow:hidden;
    display:grid;
    gap:15px;
    padding:34px;
    background:
        linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
}

.products-page__intro:before{
    content:"";
    width:78px;
    height:5px;
    border-radius:999px;
    background:linear-gradient(90deg,#f97316,#1d4ed8);
}

.products-page__intro h1{
    margin:0;
    max-width:900px;
    color:#0f172a;
    font-size:clamp(36px,5vw,60px);
    line-height:1.03;
    letter-spacing:-.06em;
}

.products-page__intro p{
    margin:0;
    max-width:850px;
    color:#475569;
    font-size:18px;
    line-height:1.72;
}

.products-page__summary{
    display:grid;
    align-content:center;
    gap:9px;
    padding:28px;
    border-color:#bfdbfe;
    background:
        radial-gradient(circle at 90% 10%, rgba(37,99,235,.10), transparent 32%),
        #ffffff;
}

.products-page__summary strong{
    color:#1d4ed8;
    font-size:60px;
    line-height:1;
    letter-spacing:-.065em;
}

.products-page__summary span{
    color:#0f172a;
    font-size:15px;
    font-weight:950;
}

.products-page__summary p{
    margin:0;
    color:#475569;
    font-size:14px;
    line-height:1.62;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-rows:1fr;
    gap:18px;
    align-items:stretch;
}

.products-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    height:100%;
    overflow:hidden;
    color:inherit;
    text-decoration:none;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.products-card:hover{
    transform:translateY(-3px);
    border-color:#bfdbfe;
    box-shadow:0 28px 68px rgba(15,23,42,.11);
}

.products-card__image{
    display:flex;
    align-items:stretch;
    justify-content:center;
    min-height:236px;
    padding:16px 16px 0;
    border-bottom:0;
    background:
        radial-gradient(circle at 50% 20%, rgba(37,99,235,.08), transparent 34%),
        linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.products-card__image img{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    padding:0;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(15,23,42,.08);
}

.products-card__image span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border:1px dashed #bfdbfe;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:13px;
    font-weight:900;
}

.products-card__content{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    gap:10px;
    padding:20px;
}

.products-card__content small{
    width:max-content;
    padding:5px 9px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
}

.products-card__content strong{
    min-height:52px;
    color:#0f172a;
    font-size:21px;
    line-height:1.22;
    letter-spacing:-.035em;
}

.products-card__content em{
    flex:1 1 auto;
    color:#475569;
    font-style:normal;
    font-size:14px;
    line-height:1.62;
}

.products-card__content b{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
    color:#1d4ed8;
    font-size:14px;
    font-weight:900;
}

.products-card__content b:after{
    content:"›";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:23px;
    height:23px;
    border-radius:50%;
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
    color:#ffffff;
    font-size:18px;
    line-height:1;
}

.products-empty-box{
    display:grid;
    grid-template-columns:78px minmax(0,1fr) 230px;
    gap:22px;
    align-items:center;
    padding:30px;
}

.products-empty-box__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:78px;
    height:78px;
    border-radius:24px;
    background:#eff6ff;
    color:#2563eb;
    font-size:36px;
}

.products-empty-box__text{
    display:grid;
    gap:8px;
}

.products-empty-box h2{
    margin:0;
    color:#0f172a;
    font-size:30px;
    line-height:1.15;
    letter-spacing:-.045em;
}

.products-empty-box p{
    margin:0;
    max-width:720px;
    color:#475569;
    font-size:16px;
    line-height:1.7;
}

.products-empty-box__steps{
    display:grid;
    gap:8px;
}

.products-empty-box__steps span{
    display:block;
    padding:10px 12px;
    border:1px solid #e2e8f0;
    border-radius:14px;
    background:#f8fafc;
    color:#334155;
    font-size:13px;
    font-weight:900;
}

/* EA_SAHA_LIST_CARD_IMAGE_POLISH_V1 */
.products-card__image{
    overflow:hidden;
}

.products-card__image img{
    transition:transform .22s ease, box-shadow .22s ease;
}

.products-card:hover .products-card__image img{
    transform:scale(1.035);
    box-shadow:0 18px 42px rgba(15,23,42,.12);
}

.products-card__content{
    min-height:190px;
}

.products-card__content strong{
    display:block;
}

.products-card__content b{
    padding-top:12px;
    border-top:1px solid #e2e8f0;
}

.products-seo-box{
    margin: 28px 0 34px;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.products-seo-box__eyebrow{
    display: inline-flex;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.products-seo-box h2{
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
}

.products-seo-box p{
    margin: 0 0 14px;
    color: #334155;
    font-size: 16px;
    line-height: 1.8;
}

.products-seo-box p:last-child{
    margin-bottom: 0;
}

.products-seo-box a{
    color: #0f172a;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.products-seo-box a:hover{
    color: #dc2626;
}

.products-seo-box__links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, .10);
}

.products-seo-box__links a{
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.products-seo-box__links a:hover{
    border-color: rgba(220, 38, 38, .35);
    background: #fff;
    color: #dc2626;
}

