.brand-image { width: 68px; height: 68px; object-fit: contain; object-position: center; padding: 3px; background: #faf7ed; border-radius: 18px; box-shadow: 0 8px 22px rgba(31,107,79,.16); }
.logo { font-size: 42px; line-height: .9; }
.public-info { padding: 30px 0 90px; }
.reverse-badge { display: flex; width: fit-content; align-items: center; gap: 13px; margin: 20px 0 24px; padding: 13px 17px; border-radius: 14px; background: #dcefe4; color: var(--green); }
.reverse-badge > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: white; font-size: 20px; font-weight: 900; }
.reverse-badge strong, .reverse-badge small { display: block; }
.reverse-badge small { margin-top: 3px; color: var(--ink); font-weight: 700; }
.how-it-works { padding: 85px 0; border-top: 1px solid var(--line); }
.info-heading { max-width: 690px; }
.info-heading h2, .value-card h2, .about-zurf h2 { font: 700 clamp(34px,5vw,58px)/1.04 Georgia,serif; margin: 10px 0 18px; }
.info-heading > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding: 0; margin: 45px 0 0; list-style: none; }
.steps li { display: flex; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.steps li > span { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; background: var(--lime); color: var(--green); font-weight: 900; }
.steps h3 { margin: 5px 0 9px; }
.steps p, .value-card > p:last-child, .about-zurf p { color: var(--muted); line-height: 1.65; margin: 0; }
.offline-ideas { margin-bottom: 20px; padding: 60px 42px; border-radius: 24px; background: var(--green); color: white; }
.offline-ideas .eyebrow { color: var(--lime); }
.offline-intro { max-width: 760px; }
.offline-intro h2 { font: 700 clamp(38px,5vw,64px)/1.02 Georgia,serif; margin: 10px 0 20px; }
.offline-intro > p:last-child { color: #dcefe4; font-size: 18px; line-height: 1.6; }
.idea-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 40px; }
.idea-grid article { min-height: 190px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.07); }
.idea-grid article:first-child { grid-column: span 2; }
.idea-grid span { font-size: 29px; }
.idea-grid h3 { margin: 24px 0 8px; }
.idea-grid p { margin: 0; color: #dcefe4; line-height: 1.5; font-size: 14px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.value-card { min-height: 390px; padding: 40px; border-radius: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.value-card h2 { font-size: clamp(34px,4vw,52px); }
.value-card.privacy { background: #dcefe4; }
.value-card.mission { background: #f5d9ca; }
.value-card .eyebrow { margin-bottom: auto; }
.value-card.mission { justify-content: flex-start; }
.value-card.mission .eyebrow { margin-bottom: 0; }
.usage-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 18px; }
.usage-stats > div { padding: 17px; border-radius: 14px; background: rgba(255,255,255,.38); }
.usage-stats strong { display: block; color: var(--green); font: 700 34px Georgia,serif; }
.usage-stats span { display: block; margin-top: 6px; color: var(--ink); font-size: 13px; line-height: 1.45; }
.sources { display: block; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(31,107,79,.14); color: #786f67; font-size: 10px; line-height: 1.55; }
.sources a { color: inherit; }
.value-card.privacy { justify-content: flex-start; }
.value-card.privacy .eyebrow { margin-bottom: 0; }
.value-card.privacy ul { margin: 10px 0 18px; padding-left: 20px; color: var(--ink); line-height: 1.65; }
.value-card.privacy .never { padding-top: 16px; border-top: 1px solid rgba(31,107,79,.2); font-weight: 700; color: var(--green); }
.beta-note, .gdpr-note { margin-top: 20px; padding: 42px; border-radius: 24px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; }
.beta-note { background: #f5eebc; }
.gdpr-note { border: 1px solid var(--line); background: var(--card); }
.beta-note h2, .gdpr-note h2 { font: 700 clamp(32px,4vw,48px)/1.05 Georgia,serif; margin: 10px 0; }
.beta-note p, .gdpr-note p { color: var(--muted); line-height: 1.7; margin: 0 0 14px; }
.beta-note a, .gdpr-note a { color: var(--green); font-weight: 800; }
.gdpr-note .eu-link { display: inline-block; margin-top: 8px; }
.about-zurf { margin-top: 20px; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 55px; }
.about-zurf img { width: 220px; height: 220px; object-fit: cover; border-radius: 48px; }
.about-zurf h2 { font-size: clamp(34px,4vw,50px); }
.about-zurf a { display: inline-flex; gap: 18px; margin-top: 25px; color: var(--green); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 7px; }

@media (max-width: 760px) {
  .brand-image { width: 58px; height: 58px; }
  .logo { font-size: 36px; }
  .steps, .values-grid { grid-template-columns: 1fr; }
  .usage-stats { grid-template-columns: 1fr; }
  .idea-grid { grid-template-columns: 1fr; }
  .idea-grid article:first-child { grid-column: auto; }
  .offline-ideas { padding: 42px 25px; }
  .how-it-works { padding: 65px 0; }
  .value-card { min-height: 330px; padding: 30px; }
  .about-zurf { grid-template-columns: 1fr; padding: 30px; gap: 28px; }
  .beta-note, .gdpr-note { grid-template-columns: 1fr; padding: 30px; gap: 18px; }
  .about-zurf img { width: 130px; height: 130px; border-radius: 30px; }
}
