.priv-hero{border-bottom:1px solid var(--cc-border);padding:clamp(4.5rem,11vw,8rem) 0 clamp(3.5rem,8vw,6rem);position:relative;overflow:hidden}.priv-hero-inner{position:relative}.priv-hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--cc-text);margin-bottom:1.4rem;font-size:clamp(2.4rem,6vw,4.4rem);font-weight:700;line-height:1.1}.priv-hero-title em{background:linear-gradient(135deg, var(--cc-blue), var(--cc-violet));-webkit-text-fill-color:transparent;background-clip:text;margin-right:-.05em;padding-right:.05em;font-style:normal}.priv-hero-sub{max-width:580px;color:var(--cc-muted);margin-bottom:3rem;font-size:1.05rem;line-height:1.75}.hero-stat-row{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius);flex-wrap:wrap;align-items:center;gap:0;width:fit-content;max-width:100%;display:flex;overflow:hidden}.hero-stat{text-align:center;flex-direction:column;align-items:center;padding:1.25rem 2rem;display:flex}.stat-number{font-family:var(--font-display);letter-spacing:-.04em;color:var(--cc-blue);font-size:2.2rem;font-weight:700;line-height:1}.stat-label{color:var(--cc-muted);margin-top:.35rem;font-size:.75rem;line-height:1.4}.stat-divider{background:var(--cc-border);align-self:stretch;width:1px}@media (width<=600px){.hero-stat-row{width:100%}.hero-stat{flex:1;padding:1rem}.stat-number{font-size:1.75rem}}.section{padding:clamp(3.5rem,8vw,6rem) 0}.section-alt{background:var(--cc-surface)}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--cc-blue);margin-bottom:.5rem;font-size:.72rem;font-weight:600}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--cc-text);margin-bottom:2rem;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700}.blog-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:0;display:flex}.blog-header .section-title{margin-bottom:0}.view-all-link{color:var(--cc-blue);white-space:nowrap;margin-bottom:2rem;font-size:.875rem;transition:opacity .15s}.view-all-link:hover{opacity:.75;text-decoration:underline}.featured-post-card{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius);grid-template-columns:200px 1fr;gap:0;margin-top:1.5rem;transition:border-color .2s,box-shadow .2s;display:grid;overflow:hidden}.featured-post-card:hover{border-color:#5b9cf673;box-shadow:0 0 28px #5b9cf614}.featured-post-emoji-wrap{border-right:1px solid var(--cc-border);color:var(--cc-violet);background:linear-gradient(135deg,#5b9cf61a,#a78bfa14);justify-content:center;align-items:center;display:flex}.featured-post-emoji{font-size:3.5rem;line-height:1}.featured-post-body{flex-direction:column;gap:.75rem;padding:2rem;display:flex}.featured-post-top{align-items:center;gap:.75rem;display:flex}.post-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--cc-blue);background:#5b9cf61a;border:1px solid #5b9cf633;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.post-date{color:var(--cc-muted);font-size:.78rem}.featured-post-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--cc-text);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.featured-post-excerpt{color:var(--cc-muted);font-size:.9rem;line-height:1.75}.featured-post-cta{color:var(--cc-blue);margin-top:auto;font-size:.875rem}.featured-post-card:hover .featured-post-cta{text-decoration:underline}@media (width<=600px){.featured-post-card{grid-template-columns:1fr}.featured-post-emoji-wrap{border-right:none;border-bottom:1px solid var(--cc-border);padding:2rem}}.other-posts-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.other-post-card{background:var(--cc-bg);border:1px solid var(--cc-border);border-radius:var(--cc-radius);flex-direction:column;gap:.6rem;padding:1.5rem;transition:border-color .2s;display:flex}.other-post-card:hover{border-color:#5b9cf666}.other-post-top{justify-content:space-between;align-items:center;display:flex}.post-emoji{font-size:1.25rem}.other-post-title{font-family:var(--font-display);color:var(--cc-text);font-size:1rem;font-weight:700}.other-post-excerpt{color:var(--cc-muted);flex:1;font-size:.85rem;line-height:1.65}.principles-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.principle-card{background:var(--cc-bg);border:1px solid var(--cc-border);border-radius:var(--cc-radius);padding:1.75rem;transition:border-color .2s,box-shadow .2s}.principle-card:hover{border-color:#5b9cf659;box-shadow:0 0 20px #5b9cf60f}.principle-icon{color:var(--cc-blue);margin-bottom:.9rem;font-size:1.4rem;display:block}.principle-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--cc-text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.principle-body{color:var(--cc-muted);font-size:.875rem;line-height:1.7}.apps-intro{color:var(--cc-muted);margin-top:-1rem;margin-bottom:2rem;font-size:.9rem}.app-privacy-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem;margin-bottom:2rem;display:grid}.app-privacy-card{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:10px;grid-template-columns:2.5rem 1fr auto auto;align-items:center;gap:.75rem;padding:1rem 1.1rem;transition:border-color .2s,box-shadow .2s;display:grid}.app-privacy-card:hover{border-color:#5b9cf659;box-shadow:0 0 16px #5b9cf612}.app-card-emoji{font-size:1.4rem;line-height:1}.app-card-name{color:var(--cc-text);font-size:.875rem;font-weight:600}.app-card-arrow{color:var(--cc-muted);font-size:.85rem;transition:color .15s,transform .15s}.app-privacy-card:hover .app-card-arrow{color:var(--cc-blue);transform:translate(2px)}.app-privacy-label{white-space:nowrap;border-radius:4px;padding:.15rem .5rem;font-size:.68rem;font-weight:600}.app-privacy-label--green{color:var(--cc-green);background:#34d3991a;border:1px solid #34d39940}.app-privacy-label--blue{color:var(--cc-blue);background:#5b9cf61a;border:1px solid #5b9cf640}.app-privacy-legend{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:8px;flex-direction:column;gap:.6rem;padding:1.1rem 1.25rem;display:flex}.legend-item{color:var(--cc-muted);align-items:flex-start;gap:.75rem;font-size:.85rem;display:flex}.legend-item strong{color:var(--cc-text)}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.25rem}.legend-dot--green{background:var(--cc-green)}.legend-dot--blue{background:var(--cc-blue)}.website-privacy-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (width<=700px){.website-privacy-layout{grid-template-columns:1fr;gap:2rem}}.website-body{color:var(--cc-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.8}.website-policy-link{color:var(--cc-blue);font-size:.875rem}.website-policy-link:hover{text-decoration:underline}.website-checks{border:1px solid var(--cc-border);border-radius:var(--cc-radius);grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.check-item{color:var(--cc-muted);border-right:1px solid var(--cc-border);border-bottom:1px solid var(--cc-border);align-items:center;gap:.65rem;padding:.8rem 1rem;font-size:.84rem;display:flex}.check-item:nth-child(2n){border-right:none}.check-item:nth-last-child(-n+2){border-bottom:none}.check-mark{color:var(--cc-green);flex-shrink:0;font-weight:700}.resources-intro{color:var(--cc-muted);margin-top:-1rem;margin-bottom:2rem;font-size:.9rem}.resources-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.resource-card{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius);align-items:flex-start;gap:1rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.resource-card:hover{border-color:#5b9cf666;box-shadow:0 0 20px #5b9cf612}.resource-icon{color:var(--cc-violet);flex-shrink:0;margin-top:.1rem;font-size:1.5rem;line-height:1}.resource-title{font-family:var(--font-display);color:var(--cc-text);letter-spacing:-.01em;margin-bottom:.35rem;font-size:.975rem;font-weight:700}.resource-desc{color:var(--cc-muted);margin-bottom:.75rem;font-size:.84rem;line-height:1.65}.resource-link{color:var(--cc-blue);font-size:.82rem}.resource-card:hover .resource-link{text-decoration:underline}.priv-cta-section{text-align:center}.priv-cta-inner{max-width:520px;margin-inline:auto}.priv-cta-icon{color:var(--cc-blue);margin-bottom:1.25rem;font-size:2.5rem;line-height:1;display:block}.priv-cta-title{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:.75rem;font-size:clamp(1.4rem,3.5vw,2rem);font-weight:700}.priv-cta-sub{color:var(--cc-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.7}
