.cf-page{min-height:calc(100vh - 64px);background:radial-gradient(circle at top,#eef2ff 0,#f9fafb 45%,#f9fafb 100%);padding:3rem 1.5rem 5rem;display:flex;align-items:flex-start;justify-content:center}.cf-container{max-width:1120px;width:100%;margin:0 auto}.cf-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2.5rem;padding:2rem 2.25rem;background:linear-gradient(135deg,#4f46e5,#6366f1 45%,#a855f7);border-radius:1.5rem;color:#fff;box-shadow:0 25px 60px rgba(15,23,42,.35);margin-bottom:3rem;position:relative;overflow:hidden}.cf-hero:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at top left,hsla(0,0%,100%,.15),transparent 55%);opacity:.7}.cf-hero-inner{position:relative;z-index:1}.cf-hero-left{display:flex;flex-direction:column;gap:1.25rem}.cf-hero-tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.cf-hero-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .9rem;font-size:.75rem;background:rgba(15,23,42,.3);border:1px solid hsla(0,0%,100%,.35);backdrop-filter:blur(8px)}.cf-hero-pill-primary{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.7);font-weight:600}.cf-hero-title{font-size:clamp(2.1rem,3vw + 1rem,2.7rem);font-weight:800;line-height:1.15;margin:0}.cf-hero-title span{color:#fbbf24}.cf-hero-subtitle{font-size:.95rem;max-width:30rem;color:rgba(249,250,251,.9)}.cf-hero-highlights{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem}.cf-hero-highlight-item{display:inline-flex;align-items:center;gap:.3rem}.cf-hero-highlight-item-icon{width:18px;height:18px;border-radius:999px;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;font-size:.75rem}.cf-hero-right{position:relative;z-index:1;display:flex;justify-content:flex-end;align-items:center}.cf-hero-illustration{width:100%;max-width:310px;border-radius:1.3rem;overflow:hidden;background:#111827;box-shadow:0 22px 50px rgba(15,23,42,.55);transform:translateY(4px)}.cf-hero-illustration img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.cf-hero-badge{position:absolute;top:18%;right:5%;padding:.5rem .9rem;background:#f9fafb;color:#111827;border-radius:999px;font-size:.75rem;font-weight:600;box-shadow:0 15px 30px rgba(15,23,42,.35);display:inline-flex;align-items:center;gap:.4rem}.cf-section-title{font-size:1.75rem;font-weight:700;color:#4f46e5;text-align:center;margin:2.5rem 0 1.8rem}.cf-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.cf-card{background:#fff;border-radius:1rem;padding:1.5rem 1.6rem;border:1px solid #e5e7eb;box-shadow:0 18px 35px rgba(17,43,105,.12);display:flex;flex-direction:column;gap:.65rem;position:relative;overflow:hidden;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;animation:cf-fade-up .5s ease both}.cf-card:hover{transform:translateY(-4px);box-shadow:0 24px 45px rgba(17,43,105,.12);border-color:#6366f1}.cf-card-number{width:28px;height:28px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}.cf-card-header{gap:.45rem}.cf-card-header,.cf-card-icon{display:flex;align-items:center}.cf-card-icon{width:24px;height:24px;border-radius:999px;background:#eef2ff;justify-content:center;font-size:.85rem;color:#4f46e5}.cf-card-title{font-size:1.05rem;font-weight:700;color:#4f46e5}.cf-card-text{font-size:.9rem;color:#4b5563;line-height:1.5rem}.cf-briefing{margin-top:3.5rem;text-align:center}.cf-briefing-title{font-size:1.75rem;font-weight:700;color:#4f46e5;margin-bottom:1rem}.cf-briefing-text{max-width:40rem;margin:0 auto;color:#4b5563;font-size:.95rem;line-height:1.6rem}@keyframes cf-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.cf-hero{grid-template-columns:minmax(0,1fr);padding:1.75rem 1.5rem 2rem}.cf-hero-right{justify-content:center}.cf-hero-badge{top:auto;bottom:12%;right:10%}}