@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap";:root{--theme-upper: #D2A889;--theme-lower: #ECD6C1;--theme-text-black: #000000;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:var(--theme-lower)}body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--theme-lower)}*{box-sizing:border-box}.container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px}.card{background-color:var(--theme-upper);border-radius:48px;padding:80px 60px;max-width:800px;width:100%;text-align:center;box-shadow:0 40px 80px #00000059;display:flex;flex-direction:column;align-items:center;gap:24px}.logo-container{width:200px;height:200px;border-radius:24px;overflow:hidden;box-shadow:0 8px 16px #00000026;margin-bottom:8px}.logo{width:100%;height:100%;object-fit:cover}.title{font-family:Inter,sans-serif;font-size:72px;font-weight:900;color:#262627;margin:0;letter-spacing:-.02em;line-height:1}.subtitle{font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#262627;opacity:.9;margin:0}.cta-button{background-color:var(--theme-lower);color:#000;border:none;padding:16px 44px;border-radius:20px;font-size:20px;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px #0003;margin-top:20px;font-family:Inter,sans-serif}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a}.cta-button:active{transform:translateY(2px);box-shadow:0 2px #00000026}.footer{margin-top:20px;font-size:14px;color:#000;opacity:.6}
