:root{--red:#ed1c24;--red-dark:#c8102e;--ink:#1a1a1a;--muted:#555;--bg:#faf8f6}*{box-sizing:border-box;margin:0}body{background:var(--bg);color:var(--ink);min-height:100dvh;font-family:Avenir Next,Segoe UI,system-ui,sans-serif}.placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:28px;min-height:100dvh;padding:48px 24px;display:flex}.flag{border:1px solid #0000000f;border-radius:10px;grid-template-rows:1fr 1fr 1fr;width:120px;height:80px;display:grid;overflow:hidden;box-shadow:0 8px 30px #0000001f}.flag span:first-child{background:var(--red)}.flag span:nth-child(2){background:#fff}.flag span:nth-child(3){background:var(--red)}h1{letter-spacing:-.04em;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:800;line-height:1}.lead{max-width:600px;color:var(--ink);font-size:1.2rem;line-height:1.5}.sub{max-width:540px;color:var(--muted);font-size:1rem;line-height:1.6}.pillars{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:900px;display:grid}.pillar{background:#ffffffb3;border:1px solid #0000000f;border-radius:14px;padding:28px 24px;box-shadow:0 4px 20px #0000000f}.pillar h2{color:var(--red-dark);margin-bottom:10px;font-size:1.15rem;font-weight:700}.pillar p{color:var(--muted);font-size:.95rem;line-height:1.55}@media (max-width:700px){.pillars{grid-template-columns:1fr}}.coming-soon span{color:var(--red-dark);letter-spacing:.08em;text-transform:uppercase;background:#c8102e14;border:1px solid #c8102e26;border-radius:999px;align-items:center;padding:8px 24px;font-size:.9rem;font-weight:700;display:inline-flex}.placeholder-footer{color:var(--muted);margin-top:20px;font-size:.88rem}.placeholder-footer a{color:var(--red-dark);font-weight:600;text-decoration:none}.placeholder-footer a:hover{text-decoration:underline}
