.about{padding:4rem 0}.about-content{max-width:800px;margin:0 auto}.about .subtitle{display:inline-block;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent, #0066cc);margin-bottom:.5rem}.about h2{margin-bottom:1rem}.about .description{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:var(--color-text, #333)}.about .content{line-height:1.8;color:var(--color-text-muted, #666);white-space:pre-wrap}.features{padding:4rem 0}.features h2{text-align:center;margin-bottom:1rem}.features .description{text-align:center;max-width:600px;margin:0 auto 3rem;color:var(--color-text-muted, #666)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;border:1px solid var(--color-border, #e5e5e5);border-radius:8px;text-align:center}.feature-card .icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:var(--color-text-muted, #666)}.hero{padding:var(--space-lg) var(--space-md);text-align:center;background:var(--color-bg);color:var(--color-text-primary)}.hero .badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);border-radius:9999px;background:var(--color-surface);color:var(--color-text-primary);box-shadow:var(--shadow-sm);font-size:var(--size-small)}.hero h1{margin-top:var(--space-sm);font-size:clamp(3rem,6vw,4.5rem);font-weight:500;max-width:18ch;margin-inline:auto;line-height:1}.hero p.description{margin-top:var(--space-sm);color:var(--color-text-secondary);font-size:var(--size-h3);max-width:42ch;margin-inline:auto}.hero .actions{margin-top:var(--space-xl);display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.hero .actions a{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-mono);font-weight:var(--weight-medium);line-height:1;text-decoration:none;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .1s ease,color .2s ease,border-color .2s ease}.hero .btn-primary{background:var(--color-accent);color:var(--color-accent-foreground);padding:calc(var(--space-md) + 2px) calc(var(--space-lg));border-radius:var(--radius-pill);box-shadow:var(--shadow-md);border:1px solid var(--color-accent);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.hero .btn-primary img{height:24px}.hero .btn-primary:hover{background-color:color-mix(in srgb,var(--color-accent) 85%,white)}.hero .btn-secondary{background:transparent;color:var(--color-text-primary);padding:calc(var(--space-md) + 2px) calc(var(--space-lg));border-radius:var(--radius-pill);background-color:var(--color-surface);letter-spacing:var(--tracking-wide);text-transform:uppercase}.hero .btn-secondary:hover{background-color:color-mix(in srgb,var(--color-surface) 85%,black)}[data-theme=dark] .hero .btn-secondary{border-color:var(--color-accent)}@media (min-width: var(--bp-md)){.hero{padding:calc(var(--space-xl) * 1.5) var(--space-lg)}}.mission{padding:4rem 0;background:var(--color-bg-muted, #f9f9f9)}.mission-content{max-width:1000px;margin:0 auto}.mission h2{text-align:center;margin-bottom:1rem}.mission .description{text-align:center;font-size:1.25rem;max-width:700px;margin:0 auto 3rem;color:var(--color-text-muted, #666)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.value-card h3{margin-bottom:.5rem;color:var(--color-accent, #0066cc)}.value-card p{color:var(--color-text-muted, #666);line-height:1.6}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:anywhere}a{color:inherit;text-decoration:none}ul[role=list],ol[role=list],ul,ol{list-style:none;padding:0}#root,#__astro{isolation:isolate}:root,[data-theme=light]{--color-primary: #292929;--color-secondary: #ffffff;--color-accent: #2563eb;--color-accent-foreground: #ffffff;--color-bg: #ffffff;--color-text-primary: #111111;--color-text-secondary: #555555;--black-100: #0a0a0a;--black-200: #141414;--black-300: #1f1f1f;--black-400: #2a2a2a;--black-500: #333333;--black-600: #4d4d4d;--black-700: #666666;--black-800: #808080;--black-900: #a3a3a3;--whitesmoke-100: #f9f9f9;--whitesmoke-200: #f7f7f7;--whitesmoke-300: #f5f5f5;--whitesmoke-400: #f2f2f2;--whitesmoke-500: #ededed;--whitesmoke-600: #e6e6e6;--whitesmoke-700: #e0e0e0;--whitesmoke-800: #d9d9d9;--whitesmoke-900: #cccccc;--red-100: #ff0000;--red-200: #ff4444;--red-300: #ff8888;--red-400: #ffcccc;--red-500: #ffeeee;--red-600: #ffdddd;--red-700: #ffbbbb;--red-800: #ff9999;--red-900: #ff7777;--font-base: "Geist Variable", system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;--font-heading: "Geist Variable", system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;--font-mono: "Geist Mono Variable", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--size-h1: 2.5rem;--size-h2: 2rem;--size-h3: 1.5rem;--size-body: 1rem;--size-small: .875rem;--size-xs: .875rem;--size-section-heading: clamp(2rem, 4.5vw, 3rem);--size-section-description: 1.25rem;--maxw-section-description: 800px;--leading-heading: 1.2;--leading-body: 1.6;--leading-section-description: 1.5;--tracking-wide: .2em;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 32px;--space-xl: 64px;--space-2xl: 88px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15);--color-surface: var(--whitesmoke-400);--color-surface-border: var(--whitesmoke-700);--color-card-bg: var(--color-surface);--color-card-border: var(--color-surface-border);--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px}[data-theme=dark]{--color-bg: #000000;--color-text-primary: #f5f5f5;--color-text-secondary: #cccccc;--color-accent: #2563eb;--color-accent-foreground: #ffffff;--color-surface: #111111;--color-surface-border: #1f1f1f;--color-primary: #ffffff;--color-secondary: #000000}:root{color-scheme:light dark}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-base);line-height:var(--leading-body);font-size:var(--size-body)}h1,h2,h3{line-height:var(--leading-heading);font-family:var(--font-heading);font-weight:var(--weight-medium)}h1{font-size:var(--size-h1)}h2{font-size:var(--size-h2)}h3{font-size:var(--size-h3)}p{color:var(--color-text-secondary)}::selection{background:var(--color-accent);color:var(--color-accent-foreground)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md);max-width:90rem}.btn-primary{background:var(--color-primary);color:var(--color-secondary);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);box-shadow:var(--shadow-sm)}@media (min-width: var(--bp-md)){.container{padding-left:var(--space-lg);padding-right:var(--space-lg)}}
