.cs-container{--cs-bg-color:#4338ca;--cs-card-bg:radial-gradient(98.45% 69.8% at 50.11% 46.83%,hsla(0,0%,100%,.1) 18.67%,hsla(0,0%,100%,.3) 100%);--cs-text-color:#fafbff;--cs-badge-bg:#030712;--cs-badge-text:#fafbff;--cs-btn-bg:#ee792f;--cs-btn-text:#fafbff;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}.cs-container.cs-theme-light{--cs-bg-color:#fafbff;--cs-card-bg:#fafbff;--cs-text-color:#01022e;--cs-badge-bg:#e2e8f0;--cs-badge-text:#fafbff}.cs-container.cs-theme-dark{--cs-bg-color:#01022e;--cs-card-bg:radial-gradient(98.45% 69.8% at 50.11% 46.83%,hsla(0,0%,100%,.1) 18.67%,hsla(0,0%,100%,.3) 100%);--cs-text-color:#fafbff;--cs-text-muted:#fafbff}.cs-wrapper{background-color:var(--cs-bg-color);border-radius:clamp(16px,2.5vw,25px);padding:clamp(20px,3.5vw,30px);transition:background-color .4s ease}.cs-header{margin-bottom:clamp(20px,3vw,30px)}.cs-badge{background-color:var(--cs-badge-bg);border-radius:50px;color:var(--cs-badge-text);display:inline-flex;font-size:clamp(.875rem,1.2vw,1.125rem);margin-bottom:15px;padding:5px 15px}.cs-badge,.cs-title{font-family:Host Grotesk,system-ui,sans-serif}.cs-title{font-size:clamp(2rem,3.5vw,2.5rem);font-weight:500;line-height:109%;margin:0 0 10px}.cs-subtitle,.cs-title{color:var(--cs-text-color)}.cs-subtitle{font-size:clamp(.95rem,1.3vw,1rem);font-weight:400;margin:0}.cs-grid{display:grid;gap:clamp(16px,2vw,20px);grid-template-columns:repeat(auto-fit,minmax(clamp(260px,28vw,320px),1fr));margin-bottom:clamp(20px,3vw,30px)}.cs-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--cs-card-bg);border:none;border-radius:clamp(16px,2vw,25px);color:var(--cs-text-color);display:flex;flex-direction:column;gap:clamp(14px,1.8vw,20px);justify-content:space-between;overflow:hidden;padding:clamp(16px,2vw,22px);position:relative;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.cs-card:before{background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.1) 40%,#fff);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;position:absolute;z-index:2}.cs-card-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:clamp(12px,1.8vw,20px)}.cs-logo{height:clamp(36px,4vw,50px);object-fit:contain;width:auto}.cs-arrow-btn{align-items:center;background-color:#fff;border-radius:clamp(10px,1.2vw,14px);color:#030712;display:flex;flex-shrink:0;height:clamp(38px,3.5vw,44px);justify-content:center;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .3s ease;width:clamp(38px,3.5vw,44px)}.cs-arrow-icon{color:var(--cs-bg-color);height:clamp(20px,2vw,25px);transform:rotate(0deg);transition:transform .4s cubic-bezier(.16,1,.3,1);width:clamp(20px,2vw,25px)}.cs-description{color:var(--cs-text-muted);font-family:Host Grotesk,system-ui,sans-serif;font-size:clamp(.95rem,1.4vw,1.125rem);font-style:normal;font-weight:400;line-height:122%;margin:0}.cs-image-box{background-color:hsla(0,0%,100%,.1);border-radius:clamp(12px,1.5vw,16px);height:clamp(150px,18vw,200px);overflow:hidden;width:100%}.cs-image-box img{display:block;height:100%;object-fit:cover;width:100%}.cs-card:hover{background:#01022e;transform:translateY(-6px)}.cs-card:hover .cs-arrow-icon{color:#01022e;transform:rotate(-45deg)}.cs-footer{display:flex;justify-content:center}@media (max-width:992px){.cs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cs-grid{grid-template-columns:1fr}}