:root{--ks-primary:#14b8a6;--ks-dark:#0c1e35;--ks-muted:#64748b;--ks-bg-icon:#f0fdfa;--ks-card-border:#eef2f6;--ks-font:"Inter",sans-serif}.bottom-card{margin:20px auto;max-width:900px}.ks-platform{background-color:#fff;font-family:var(--ks-font);padding:60px 20px}.ks-container{margin:0 auto;max-width:1280px}.ks-platform__header{margin:0 auto 60px;max-width:800px;text-align:center}.ks-platform__title{color:var(--ks-dark);font-size:2.5rem;font-weight:800;margin-bottom:24px}.ks-platform__description{color:var(--ks-muted);font-size:1.15rem;line-height:1.6}.ks-platform__highlight{color:var(--ks-primary);font-weight:700}.ks-platform__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.ks-platform-card{background:#fff;border:1px solid var(--ks-card-border);border-radius:20px;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:15px;position:relative;transition:all .5s ease}.ks-platform-card:hover{border-color:var(--ks-primary);box-shadow:0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3)}.ks-platform-card__icon-box{align-items:center;background-color:var(--ks-bg-icon);border-radius:12px;color:var(--ks-primary);display:flex;height:44px;justify-content:center;width:44px}.ks-platform-card__title{color:var(--ks-dark);font-size:1.25rem;font-weight:700;line-height:1.3}.ks-platform-card__text{color:var(--ks-muted);font-size:.95rem;line-height:1.6;z-index:2}.ks-platform-card:after{background-repeat:no-repeat;background-size:contain;content:"";height:120px;opacity:.08;pointer-events:none;position:absolute;right:-4px;top:-1px;width:120px}.ks-platform-card--ghost:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8z'/%3E%3C/svg%3E")}.ks-platform-card--bolt:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 3 14h9l-1 8 10-12h-9z'/%3E%3C/svg%3E")}.ks-platform-card--lock:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='11' x='3' y='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E")}.ks-platform-card--alert:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E")}.ks-platform-card--bot:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='10' x='3' y='11' rx='2'/%3E%3Cpath d='M12 6V2'/%3E%3C/svg%3E")}.ks-platform-card--search:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E")}.ks-platform-card--compliance:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314b8a6' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3C/svg%3E")}.ks-platform-card--centered{grid-column:2/3}@media (max-width:1024px){.ks-platform__grid{grid-template-columns:repeat(2,1fr)}.ks-platform-card--centered{grid-column:auto}}@media (max-width:768px){.ks-platform__grid{grid-template-columns:1fr}.ks-platform__title{font-size:2rem}}