.promise-page{--prom-ink:#142b43;--prom-blue:#1a70da;--prom-orange:#ee7b2d;--svg-pre:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Crect x='12' y='8' width='24' height='32' rx='2' stroke='%231a70da' stroke-width='2'/%3E%3Cpath d='M18 18h12M18 24h12M18 30h8' stroke='%231a70da' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='34' cy='34' r='6' fill='%23ee7b2d'/%3E%3C/svg%3E");--svg-mid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M10 34V18l14-8 14 8v16' stroke='%231a70da' stroke-width='2'/%3E%3Cpath d='M10 18l14 8 14-8M24 26v16' stroke='%231a70da' stroke-width='2'/%3E%3Ccircle cx='34' cy='14' r='4' fill='%23ee7b2d'/%3E%3C/svg%3E");--svg-after:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24 8l14 6v10c0 9.5-6.2 16.4-14 18-7.8-1.6-14-8.5-14-18V14l14-6z' stroke='%231a70da' stroke-width='2'/%3E%3Cpath d='M18 24l4 4 8-8' stroke='%23ee7b2d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--svg-train:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M12 14h24v24H12z' stroke='%231a70da' stroke-width='2'/%3E%3Cpath d='M18 22h12M18 28h8' stroke='%231a70da' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 10h16' stroke='%23ee7b2d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background:#f5f8fb;color:#263544}
.promise-list-wrap{padding:88px 0 28px}
.promise-list .mod-title{margin-bottom:42px}
.promise-list .mod-title__name{position:relative;display:inline-block;padding-bottom:14px}
.promise-list .mod-title__name:after{content:'';position:absolute;left:50%;bottom:0;width:42px;height:3px;background:var(--prom-orange);transform:translateX(-50%)}
.promise-list .mod-title__desc{max-width:760px;margin:16px auto 0;line-height:1.8}
.promise-board{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.promise-board__item{display:grid;align-content:start;min-height:320px;padding:32px 28px 28px;background:#fff;border:1px solid #e8eef4;box-shadow:0 12px 28px rgba(20,43,67,.05);transition:transform .3s,box-shadow .3s,border-color .3s}
.promise-board__item:hover{transform:translateY(-6px);border-color:#d5e6f8;box-shadow:0 18px 36px rgba(26,112,218,.12)}
.promise-board__item:before{content:'';width:48px;height:48px;margin-bottom:18px;background:center/contain no-repeat}
.promise-board__item:nth-child(1):before{background-image:var(--svg-pre)}
.promise-board__item:nth-child(2):before{background-image:var(--svg-mid)}
.promise-board__item:nth-child(3):before{background-image:var(--svg-after)}
.promise-board__item:nth-child(4):before{background-image:var(--svg-train)}
.promise-board__num{color:var(--prom-orange);font-size:13px;font-weight:700;letter-spacing:.16em}
.promise-board__item h3{margin:8px 0 6px;color:var(--prom-ink);font-size:22px;font-weight:700;line-height:1.3}
.promise-board__en{display:block;margin-bottom:16px;color:#8a97a4;font-size:12px;letter-spacing:.08em}
.promise-board__item h3:after{content:'';display:block;width:36px;height:3px;margin-top:12px;background:var(--prom-orange)}
.promise-board__item p,.promise-board__item li{color:#687785;font-size:14px;line-height:1.9}
.promise-board__item li{position:relative;padding-left:14px}
.promise-board__item li:before{content:'';position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--prom-orange)}
.promise-board__item li+li{margin-top:6px}
.promise-guard-wrap{padding:12px 0 28px}
.promise-guard{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);overflow:hidden;background:#142b43;color:#fff;box-shadow:0 18px 40px rgba(20,43,67,.16)}
.promise-guard__media{min-height:280px;overflow:hidden;background:#0f2236}
.promise-guard__media img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}
.promise-guard__body{padding:42px 40px}
.promise-guard__tag{margin-bottom:12px;color:#f6c257;font-size:12px;font-weight:700;letter-spacing:.2em}
.promise-guard__body h2{margin-bottom:16px;font-size:clamp(24px,3vw,32px);line-height:1.4}
.promise-guard__body p{color:rgba(255,255,255,.78);font-size:15px;line-height:1.9}
.promise-guard__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}
.promise-guard__facts li{padding:16px 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.promise-guard__facts b{display:block;margin-bottom:6px;color:#ee7b2d;font-size:18px;font-weight:700}
.promise-guard__facts span{color:rgba(255,255,255,.82);font-size:13px;line-height:1.6}
.promise-note{padding:8px 0 8px;color:#8a97a4;font-size:13px;text-align:center}
.promise-cta-wrap{padding:20px 0 110px}
.promise-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:48px 56px;background:linear-gradient(120deg,#142b43 0%,#1a4f8c 58%,#1a70da 100%);color:#fff;box-shadow:0 18px 40px rgba(20,43,67,.16)}
.promise-cta__tag{margin-bottom:12px;color:#f6c257;font-size:12px;font-weight:700;letter-spacing:.2em}
.promise-cta h2{max-width:760px;font-size:clamp(24px,3vw,34px);line-height:1.4}
.promise-cta p{max-width:680px;margin-top:16px;color:rgba(255,255,255,.82);font-size:15px;line-height:1.9}
.promise-cta__btns{display:flex;flex-wrap:wrap;gap:12px}
.promise-cta .btn{background:#ee7b2d}
.promise-cta .btn:hover{background:#f08a45}
.promise-cta .btn--ghost{background:transparent;border-color:rgba(255,255,255,.45)}
.promise-cta .btn--ghost:hover{background:#fff;color:var(--prom-blue)}
@media (max-width:1440px){
.promise-board__item{padding:28px 24px}
.promise-guard__body{padding:36px 32px}
}
@media (max-width:1280px){
.promise-cta{padding:40px 36px}
}
@media (max-width:1024px){
.promise-list-wrap{padding:72px 0 20px}
.promise-board{grid-template-columns:1fr}
.promise-guard{grid-template-columns:1fr}
.promise-guard__media{min-height:240px}
.promise-guard__media img{min-height:240px;height:240px}
.promise-cta{grid-template-columns:1fr;gap:24px;padding:36px 28px}
}
@media (max-width:768px){
.promise-list-wrap{padding:64px 0 16px}
.promise-list .mod-title{margin-bottom:28px}
.promise-board__item{min-height:0;padding:24px 20px}
.promise-board__item h3{font-size:20px}
.promise-guard__body{padding:28px 22px}
.promise-guard__facts{grid-template-columns:1fr}
.promise-cta-wrap{padding-bottom:80px}
.promise-cta h2{font-size:24px}
.promise-cta p{font-size:14px}
}
