.ten-cppub{--ink:#0a1f33;--blue:#005eb8;--line-light:#e6ebf1;--muted:#5a6b7b;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,sans-serif;background:#fff;color:var(--ink);font-family:var(--sans);padding:6rem 0}.ten-cppub *{box-sizing:border-box}.ten-cppub .cpp-wrap{margin:0 auto;max-width:1200px;padding:0 1.5rem}.ten-cppub .cpp-head{margin:0 0 3rem;max-width:760px}.ten-cppub .cpp-kicker{color:var(--blue);font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 .75rem;text-transform:uppercase}.ten-cppub .cpp-title{color:var(--ink);font-family:var(--serif);font-size:clamp(1.9rem,4vw,3rem);font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0}.ten-cppub .cpp-title em{color:var(--blue);font-style:normal}.ten-cppub .cpp-desc{color:var(--muted);font-size:1rem;line-height:1.7;margin:1rem 0 0}.ten-cppub .cpp-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(3,1fr)}.ten-cppub .cpp-card{background:#fff;border:1px solid var(--line-light);border-radius:16px;box-shadow:0 1px 3px rgba(16,40,80,.04);padding:1.9rem 1.7rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s}.ten-cppub .cpp-card:hover{border-color:#c9dcf0;box-shadow:0 20px 44px rgba(16,40,80,.12);transform:translateY(-6px)}.ten-cppub .cpp-ic{align-items:center;background:rgba(0,94,184,.09);border-radius:13px;color:var(--blue);display:flex;height:48px;justify-content:center;margin-bottom:1.2rem;width:48px}.ten-cppub .cpp-ic svg{height:24px;width:24px}.ten-cppub .cpp-card h3{color:var(--ink);font-family:var(--serif);font-size:1.32rem;font-weight:700;margin:0 0 .5rem}.ten-cppub .cpp-card p{color:var(--muted);font-size:.93rem;line-height:1.65;margin:0}@media(max-width:960px){.ten-cppub .cpp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ten-cppub{padding:4.5rem 0}.ten-cppub .cpp-grid{gap:1.1rem;grid-template-columns:1fr}.ten-cppub .cpp-head{margin-bottom:2.2rem}}