*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #FC6D31;--primary-dark: #a83900;--bg: #FAF8FF;--surface: #FFFFFF;--text: #1a1a2e;--text-secondary: #64748b;--muted: #94a3b8;--line: #eef0f4;--active-bg: #f2f3ff;--radius-card: 2rem;--radius-full: 9999px}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100dvh;-webkit-font-smoothing:antialiased}.app{max-width:600px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}main{flex:1;padding:0 1.5rem}.top-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#faf8ffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav-logo{font-size:1.5rem;font-weight:800;font-style:italic;color:var(--primary-dark);letter-spacing:-.02em}.hero{padding:.5rem 0 2rem}.hero-card{border-radius:var(--radius-card);overflow:hidden;background:linear-gradient(145deg,#ffecd2,#fcb69f 45%,#fc6d31);min-height:320px;display:flex;align-items:flex-end;position:relative}.hero-content{padding:2rem 1.75rem;width:100%}.badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--surface);background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1rem}.hero h1{font-size:2rem;font-weight:800;color:var(--surface);line-height:1.1;letter-spacing:-.03em;margin-bottom:.75rem}.hero-sub{font-size:.95rem;color:#ffffffd9;line-height:1.5;margin-bottom:1.5rem;font-weight:400}.btn-primary{display:inline-block;background:var(--surface);color:var(--primary);font-family:inherit;font-size:.9rem;font-weight:700;padding:.85rem 2rem;border:none;border-radius:var(--radius-full);cursor:pointer;transition:transform .15s,box-shadow .15s}.btn-primary:hover{transform:scale(1.03);box-shadow:0 4px 20px #fc6d3140}.btn-primary:active{transform:scale(.95)}.section{padding:1.25rem 0}.section h2{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--text)}.stages-section{padding-bottom:1.5rem}.stages-row{display:flex;gap:.75rem}.stage-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;aspect-ratio:1;max-width:80px;background:var(--surface);border:2px solid var(--line);border-radius:50%;cursor:pointer;transition:border-color .2s,transform .15s;font-family:inherit}.stage-btn:hover{border-color:var(--primary);transform:scale(1.05)}.stage-btn:active{transform:scale(.95)}.stage-num{font-size:1.1rem;font-weight:800;color:var(--text);line-height:1}.stage-label{font-size:.6rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.card{background:var(--surface);border-radius:var(--radius-card);padding:1.25rem;transition:transform .15s}.card:hover{transform:translateY(-2px)}.card-icon{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.75rem}.card h3{font-size:.85rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.3rem;color:var(--text)}.card p{font-size:.75rem;color:var(--text-secondary);line-height:1.45}.cta-section{padding:.5rem 0 2rem}.cta-card{text-align:center;padding:2rem 1.5rem;background:var(--surface);border-radius:var(--radius-card)}.cta-card p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.status-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:var(--primary)}.status-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}footer{padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:var(--muted)}footer a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}footer a:hover{color:var(--primary)}.sep{width:3px;height:3px;background:var(--muted);border-radius:50%}::selection{background:var(--primary);color:#fff}@media(min-width:600px){main{padding:0 2rem}.top-nav{padding:1.25rem 2rem}.hero-card{min-height:380px;border-radius:3rem}.hero h1{font-size:2.5rem}.hero-content{padding:2.5rem 2rem}.stage-btn{max-width:90px}.card{padding:1.5rem;border-radius:2.5rem}.cta-card{border-radius:2.5rem;padding:2.5rem 2rem}}@media(min-width:900px){.app{max-width:680px}.hero-card{min-height:420px;border-radius:3rem}.hero h1{font-size:2.75rem}.hero-content{padding:3rem 2.5rem}.card{border-radius:2.5rem}}
