.content-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:900px){.content-grid{grid-template-columns:1.5fr 1fr}}.content-text{line-height:1.7}.content-text h3{font-size:1.5rem;margin-top:1.5rem;margin-bottom:1rem;color:var(--heading-text)}.content-text p{margin-bottom:1rem;color:var(--text)}.content-text ul{margin-left:1.5rem;margin-bottom:1.5rem}.content-text li{margin-bottom:.5rem;color:var(--text)}.content-text .feature-list{list-style:none;margin-left:0}.feature-list li{padding-left:1.5rem;position:relative;margin-bottom:.75rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--accent-text);font-weight:700}.service-card.highlight{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 8%,transparent),color-mix(in srgb,var(--accent) 3%,transparent));border:2px solid color-mix(in srgb,var(--accent) 30%,transparent)}.service-card.highlight h3{color:var(--accent-text)}.service-card.highlight ul{list-style:none;margin-left:0;padding-left:0}.service-card.highlight li{margin-bottom:.5rem}.cro-headline{text-align:center;margin-bottom:2.25rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border, #e5e7eb)}html[data-theme=dark] .cro-headline{border-bottom-color:var(--border, #334155)}.cro-pill{display:inline-flex;align-items:center;gap:.5rem;background:color-mix(in srgb,var(--accent, #ff6a1a) 12%,transparent);color:var(--accent-text, #ff6a1a);border:1px solid color-mix(in srgb,var(--accent, #ff6a1a) 30%,transparent);padding:.55rem 1.15rem;border-radius:999px;font-weight:700;font-size:1.05rem;letter-spacing:.01em}.cro-since{margin:.9rem 0 0;color:var(--text-secondary, #64748b);font-size:.95rem;line-height:1.5}.cro-since a{color:var(--accent-text, #ff6a1a);text-decoration:underline;text-underline-offset:.15em}.markets-block{margin-bottom:2.25rem}.markets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.15rem;margin-top:1.25rem}.market-card{background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-md, 12px);padding:1.15rem 1.25rem}html[data-theme=dark] .market-card{background:var(--surface, #1e293b);border-color:var(--border, #334155)}.market-card h3{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:var(--text, #0f172a)}html[data-theme=dark] .market-card h3{color:var(--text, #f1f5f9)}.market-card p{margin:0;font-size:.93rem;line-height:1.55;color:var(--text-secondary, #475569)}html[data-theme=dark] .market-card p{color:var(--text-secondary, #cbd5e1)}.credentials-block{margin-top:1.5rem}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.15rem;margin-top:1.25rem}.credential-card{background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-left:4px solid var(--accent, #ff6a1a);border-radius:var(--radius-md, 12px);padding:1.1rem 1.25rem}html[data-theme=dark] .credential-card{background:var(--surface, #1e293b);border-color:var(--border, #334155);border-left-color:var(--accent, #ff6a1a)}.credential-card h3{margin:0 0 .45rem;font-size:1rem;font-weight:700;color:var(--text, #0f172a)}html[data-theme=dark] .credential-card h3{color:var(--text, #f1f5f9)}.credential-card p{margin:0;font-size:.9rem;line-height:1.55;color:var(--text-secondary, #475569)}html[data-theme=dark] .credential-card p{color:var(--text-secondary, #cbd5e1)}.soa-about-link-line{text-align:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border, #e5e7eb);color:var(--text-secondary, #64748b);font-size:.95rem;line-height:1.55}html[data-theme=dark] .soa-about-link-line{border-top-color:var(--border, #334155);color:var(--text-secondary, #94a3b8)}.soa-about-link{color:var(--accent-text, #ff6a1a);text-decoration:underline;text-underline-offset:.15em;word-break:break-all}.founder-card{display:flex;gap:1.25rem;max-width:780px;margin:1.5rem auto 0;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-md, 14px);padding:1.5rem 1.75rem;align-items:flex-start}html[data-theme=dark] .founder-card{background:var(--surface, #1e293b);border-color:var(--border, #334155)}.founder-avatar{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:50%;background:color-mix(in srgb,var(--accent, #ff6a1a) 15%,transparent);color:var(--accent-text, #ff6a1a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.15rem;letter-spacing:.04em}.founder-body{min-width:0}.founder-name{margin:0;font-size:1.2rem;font-weight:700;color:var(--text, #0f172a)}html[data-theme=dark] .founder-name{color:var(--text, #f1f5f9)}.founder-role{margin:.25rem 0 .5rem;font-size:.95rem;font-weight:600;color:var(--accent-text, #ff6a1a)}.founder-bio{margin:.25rem 0 0;font-size:.98rem;line-height:1.6;color:var(--text, #1e293b)}html[data-theme=dark] .founder-bio{color:var(--text-secondary, #cbd5e1)}.founder-credentials{margin:.85rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem}.founder-credentials li{font-size:.87rem;color:var(--text-secondary, #475569);padding-left:1.1rem;position:relative;line-height:1.5}.founder-credentials li:before{content:"•";position:absolute;left:0;color:var(--accent, #ff6a1a);font-weight:700}html[data-theme=dark] .founder-credentials li{color:var(--text-secondary, #cbd5e1)}.team-intro{max-width:720px;margin:0 auto 1.5rem;color:var(--text-secondary)}.team-collective-list{max-width:780px;margin:0 auto;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.team-collective-list li{padding:1rem 1.25rem 1rem 2.5rem;position:relative;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-md, 12px);color:var(--text, #1e293b);line-height:1.55;font-size:.98rem}html[data-theme=dark] .team-collective-list li{background:var(--surface, #1e293b);border-color:var(--border, #334155);color:var(--text-secondary, #cbd5e1)}.team-collective-list li:before{content:"✓";position:absolute;left:1rem;top:1rem;color:var(--accent, #ff6a1a);font-weight:700}
