@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");.magic-bento-section{width:100%;background-color:#000000;color:#ffffff;padding:5.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.magic-bento-container{max-width:80rem;margin:0 auto;padding:0 2rem}.magic-bento-header{margin-bottom:4rem;border-left:4px solid #ffffff;padding-left:2rem}.magic-bento-subtitle{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1rem;color:rgba(255,255,255,.6)}.magic-bento-main-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;letter-spacing:-.03em}.magic-bento-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width:768px){.magic-bento-grid{grid-template-columns:repeat(2,1fr);gap:5.5rem 3rem}}.swiss-item{display:flex;flex-direction:column;align-items:flex-start}.swiss-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.25em;margin-bottom:1rem;color:#ffffff}.swiss-number{font-size:clamp(4rem,12vw,9rem);font-weight:900;line-height:.85;letter-spacing:-.05em;margin-bottom:1rem;font-variant-numeric:tabular-nums}.swiss-description{max-width:24rem;font-size:1rem;line-height:1.6;font-weight:400;color:rgba(255,255,255,.65)}.swiss-item:hover .swiss-number{color:#8400ff;transition:color .3s ease}.swiss-item{transition:transform .4s cubic-bezier(.23,1,.32,1)}.swiss-item:hover{transform:translateY(-10px)}