.celeste-hero{padding:var(--space-20) 0 var(--space-16);background:linear-gradient(180deg,var(--color-bg-body) 0%,var(--color-bg-alt) 100%)}.celeste-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:center}.celeste-eyebrow{font-size:var(--text-sm);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);margin-bottom:var(--space-4)}.celeste-hero h1{margin-bottom:var(--space-6)}.celeste-hero h1 em{font-style:normal;color:var(--color-secondary)}.celeste-hero-sub{font-size:var(--text-lg);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.celeste-hero-note{margin:var(--space-5) 0 0;font-size:var(--text-sm);color:var(--color-text-muted)}.celeste-hero-note a{color:var(--color-accent);font-weight:var(--weight-semibold);text-decoration:none}.celeste-hero-note a:hover{text-decoration:underline}.celeste-hero-visual img{width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.celeste-diff-section{padding:var(--space-20) 0}.celeste-diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);margin-top:var(--space-10)}.celeste-diff-card{padding:var(--space-8);border-radius:var(--radius-xl)}.celeste-diff-card h3{font-size:var(--text-xl);margin-bottom:var(--space-6)}.celeste-diff-card ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-4)}.celeste-diff-card li{display:flex;align-items:flex-start;gap:var(--space-3);font-size:var(--text-base);line-height:var(--leading-normal)}.celeste-diff-generic{background:var(--color-bg-alt);border:1px solid var(--color-gray-200)}.celeste-diff-generic li:before{content:"";display:inline-block;width:18px;height:18px;min-width:18px;margin-top:2px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") no-repeat center}.celeste-diff-celeste{background:linear-gradient(135deg,#0d94880d,#0d94881a);border:1px solid rgba(13,148,136,.2)}.celeste-diff-celeste li:before{content:"";display:inline-block;width:18px;height:18px;min-width:18px;margin-top:2px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230D9488' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center}.celeste-capabilities{padding:var(--space-20) 0;background:var(--color-bg-alt)}.celeste-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8);margin-top:var(--space-10)}.celeste-cap-card{background:var(--color-white);padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);transition:box-shadow var(--transition-base)}.celeste-cap-card:hover{box-shadow:var(--shadow-md)}.celeste-cap-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0d94881a;border-radius:var(--radius-lg);color:var(--color-secondary);margin-bottom:var(--space-4)}.celeste-cap-card h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.celeste-cap-card p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:0}.celeste-showcase{padding:var(--space-20) 0}.celeste-usecases{padding:var(--space-20) 0;background:var(--color-bg-alt)}.celeste-uc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8);margin-top:var(--space-10)}.celeste-uc-card{background:var(--color-white);padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200)}.celeste-uc-label{display:inline-block;font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--color-secondary);background:#0d94881a;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-4)}.celeste-uc-question{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text-heading);font-style:italic;margin-bottom:var(--space-4);padding:0;border:none}.celeste-uc-answer{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:0}.celeste-security{padding:var(--space-20) 0}.celeste-security-content{text-align:center}.celeste-security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);margin-top:var(--space-10);text-align:left}.celeste-security-item{display:flex;gap:var(--space-4);padding:var(--space-6);background:var(--color-bg-alt);border-radius:var(--radius-lg)}.celeste-security-item svg{flex-shrink:0;color:var(--color-secondary);margin-top:2px}.celeste-security-item strong{display:block;font-size:var(--text-base);margin-bottom:var(--space-1)}.celeste-security-item p{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:0}.celeste-security-cta{margin-top:var(--space-8)}@media(max-width:768px){.celeste-hero{padding:var(--space-12) 0}.celeste-hero-content{grid-template-columns:1fr;gap:var(--space-8)}.celeste-diff-grid,.celeste-cap-grid,.celeste-uc-grid,.celeste-security-grid{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.celeste-cap-grid{grid-template-columns:repeat(2,1fr)}}
