:root{color-scheme:light;font-family:Inter,SF Pro Text,system-ui,sans-serif;line-height:1.55;font-weight:400;background:#f6f7fb;color:#0f172a}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:#f6f7fb}a{color:inherit;text-decoration:none}button{border:none;background:none;color:inherit;font:inherit;cursor:pointer}.page{max-width:1120px;margin:0 auto;padding:40px 24px 72px;display:flex;flex-direction:column;gap:72px}.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 0 32px}.nav__brand{font-weight:700;font-size:1.05rem;letter-spacing:.02em;color:#0f172a}.nav__links{display:flex;gap:24px;font-size:.95rem;color:#475569}.hero__content{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;color:#64748b;margin-bottom:16px}h1{font-size:clamp(2.4rem,4vw,3.3rem);line-height:1.12;margin-bottom:16px;letter-spacing:-.02em}.hero__sub{color:#475569;margin-bottom:24px;max-width:520px}.hero__actions{display:flex;gap:16px}.button{padding:12px 20px;border-radius:999px;font-size:.95rem;transition:all .2s ease;border:1px solid transparent}.button--primary{background:#0f172a;color:#f8fafc;font-weight:600}.button--ghost{border:1px solid #e2e8f0;color:#0f172a;background:#fff}.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.hero__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 10px 30px #0f172a14}.hero__card-header{display:flex;justify-content:space-between;color:#64748b;font-size:.9rem}.pill{border-radius:999px;padding:4px 12px;background:#f1f5f9;font-size:.75rem;color:#334155}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero__stats strong{font-size:1.3rem}.hero__stats span{display:block;font-size:.8rem;color:#64748b}.logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.logo-card{padding:16px;border-radius:14px;border:1px solid #e2e8f0;text-align:center;color:#475569;background:#fff;display:flex;align-items:center;justify-content:center;min-height:88px}.logo-card img,.logo-card svg{max-width:100%;max-height:64px;object-fit:contain}.section{display:flex;flex-direction:column;gap:32px}.section__header h2{font-size:1.9rem;margin-bottom:8px;letter-spacing:-.01em}.section__header p{color:#475569;max-width:640px}.timeline{display:grid;gap:24px}.timeline__item{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:20px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a0f}.timeline__marker{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:grid;place-items:center;color:#475569;font-weight:600;font-size:.6rem;box-shadow:0 6px 16px #0f172a14}.timeline__marker img,.timeline__marker svg{max-width:70%;max-height:70%;display:block;object-fit:contain}.timeline__meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.timeline__meta span{color:#64748b;font-size:.85rem}.timeline__company{color:#2563eb;margin-bottom:8px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag{padding:6px 10px;border-radius:999px;background:#f1f5f9;font-size:.75rem;color:#475569}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.stack-card{padding:20px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;transition:all .2s;box-shadow:0 8px 20px #0f172a0d}.stack-card:hover{border-color:#cbd5f0;transform:translateY(-2px)}.stack-card__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 8px}.stack-card__description{font-size:.9rem;line-height:1.55;color:#475569;margin:0}.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.case-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 10px 24px #0f172a0f}.case-card__header{display:grid;gap:10px}.case-card__title{font-size:1.05rem;font-weight:600;color:#0f172a}.cta{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;display:flex;justify-content:space-between;gap:20px;align-items:center;box-shadow:0 10px 24px #0f172a0f}.cta__actions{display:flex;gap:16px;flex-wrap:wrap}.footer{display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.85rem;padding-bottom:24px}.footer__links{display:flex;gap:16px;align-items:center}.footer__links a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.footer__links a:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}@media (max-width: 900px){.hero__content{grid-template-columns:1fr}.nav{flex-direction:column;gap:16px}.cta{flex-direction:column;align-items:flex-start}.footer{flex-direction:column;gap:12px}}@media (max-width: 600px){.hero__actions{flex-direction:column;align-items:stretch}.timeline__meta{flex-direction:column;align-items:flex-start}}
