*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green-deep: #0D3D2B;--green-mid: #145236;--green-light: #1E7A50;--cream: #F5F0E8;--cream-dim: rgba(245, 240, 232, .65);--white: #FFFFFF}html,body{height:100%;width:100%;overflow:hidden}body{font-family:Geist,Arial,sans-serif;background-color:var(--green-deep);display:flex;align-items:center;justify-content:center;min-height:100vh}.bg-orbs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.35;animation:drift 18s ease-in-out infinite alternate}.orb-1{width:600px;height:600px;background:var(--green-light);top:-150px;left:-180px;animation:drift 20s ease-in-out infinite alternate,colorShift1 10s ease-in-out infinite}.orb-2{width:450px;height:450px;background:#2a9d6e;bottom:-100px;right:-120px;animation:drift 16s ease-in-out infinite alternate,colorShift2 12s ease-in-out infinite;animation-delay:-6s,-3s}.orb-3{width:300px;height:300px;background:#0a2d20;top:40%;left:55%;opacity:.5;animation:drift 24s ease-in-out infinite alternate,colorShift3 14s ease-in-out infinite;animation-delay:-10s,-7s}@keyframes drift{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.05)}to{transform:translate(-20px,50px) scale(.97)}}@keyframes colorShift1{0%,to{background:#1e7a50}50%{background:#2a9d6e}}@keyframes colorShift2{0%,to{background:#2a9d6e}50%{background:#34d399}}@keyframes colorShift3{0%,to{background:#0a2d20}50%{background:#145236}}.noise{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px}.page{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center;padding:40px 24px;animation:fadeUp 1.1s cubic-bezier(.22,1,.36,1) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.logo-wrap{margin-bottom:64px}.logo{width:280px;height:auto;filter:brightness(0) invert(1);animation:fadeUp 1.1s .15s cubic-bezier(.22,1,.36,1) both}.divider-wrap{animation:fadeUp 1.1s .25s cubic-bezier(.22,1,.36,1) both;margin-bottom:64px}.divider{width:1px;height:80px;background:linear-gradient(to bottom,transparent,rgba(245,240,232,.4),transparent);animation:dividerGlow 3s ease-in-out infinite}@keyframes dividerGlow{0%,to{opacity:.3;box-shadow:0 0 0 transparent}50%{opacity:1;box-shadow:0 0 12px #f5f0e826}}.tag{display:inline-flex;align-items:center;gap:8px;background:#f5f0e814;border:1px solid rgba(245,240,232,.15);border-radius:100px;padding:6px 16px;margin-bottom:32px;animation:fadeUp 1.1s .3s cubic-bezier(.22,1,.36,1) both}.tag-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade8099;animation:dotGlow 3s ease-in-out infinite}@keyframes dotGlow{0%,to{box-shadow:0 0 4px #4ade804d;opacity:.6}50%{box-shadow:0 0 18px #4ade80cc,0 0 40px #4ade804d;opacity:1}}.tag-label{color:var(--cream-dim);font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.headline{font-size:clamp(52px,9vw,96px);font-weight:700;color:var(--cream);line-height:1.15;letter-spacing:-2px;margin-bottom:24px;animation:fadeUp 1.1s .4s cubic-bezier(.22,1,.36,1) both,softFloat 6s ease-in-out 1.5s infinite}.subtitle{font-size:clamp(14px,2vw,17px);font-weight:400;color:var(--cream-dim);letter-spacing:.5px;max-width:420px;line-height:1.7;animation:fadeUp 1.1s .5s cubic-bezier(.22,1,.36,1) both,softFloat 6s ease-in-out 1.8s infinite}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:480px){.logo{width:200px}.logo-wrap{margin-bottom:48px}.divider{height:56px}.divider-wrap{margin-bottom:48px}.headline{letter-spacing:-1px}}
