:root{--color-bg: #FFFFFF;--color-bg-footer: #FAFAFA;--color-bg-footer-end: #F5F5F5;--color-accent: #18A6B7;--color-accent-hover: #15919f;--color-accent-muted: #9CD8D8;--color-accent-muted-bg: rgba(24, 166, 183, .08);--color-accent-muted-border: rgba(24, 166, 183, .2);--color-text: #1a1a2e;--color-text-muted: rgba(26, 26, 46, .7);--color-text-subtle: rgba(26, 26, 46, .55);--color-text-faint: rgba(26, 26, 46, .45);--color-border: rgba(0, 0, 0, .08);--space-hero-badge: 1.5rem;--space-hero-headline: 2rem;--space-hero-description: 2.5rem;--hero-max-width: 640px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{height:100vh;overflow:hidden;display:flex;flex-direction:column;background-color:var(--color-bg);background-image:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(24,166,183,.06) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 90% 20%,rgba(24,166,183,.04) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 80% 90%,rgba(24,166,183,.03) 0%,transparent 60%);color:var(--color-text);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:0}.hero{text-align:center;max-width:var(--hero-max-width)}.hero .badge{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .1s both}.hero .hero-logo{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .2s both}.hero .description{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .35s both}.hero .cta{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .45s both}.badge{display:inline-block;font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent-muted);background:var(--color-accent-muted-bg);border:1px solid var(--color-accent-muted-border);border-radius:999px;padding:.35rem 1rem;margin-bottom:var(--space-hero-badge);transition:filter .25s ease,background .25s ease}.badge:hover{filter:brightness(1.08);background:#18a6b71f}.hero-logo{margin:0 0 var(--space-hero-headline);line-height:0}.hero-logo img{max-width:280px;width:100%;height:auto;display:block;margin:0 auto}.description{font-size:clamp(.88rem,2vw,.97rem);font-weight:300;color:var(--color-text-muted);line-height:1.75;max-width:480px;margin:0 auto var(--space-hero-description)}.cta{display:inline-block;padding:.82rem 2.4rem;background:var(--color-accent);color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:8px;border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 20px #18a6b740;transition:background .25s ease,transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cta:hover{background:var(--color-accent-hover);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px #18a6b759;border-color:#ffffff2e}.cta:focus-visible{outline:2px solid var(--color-accent-muted);outline-offset:2px}.cta:active{transform:translateY(0) scale(1)}footer{background:linear-gradient(135deg,var(--color-bg-footer) 0%,var(--color-bg-footer-end) 100%);border-top:1px solid var(--color-border);flex-shrink:0}.footer-inner{max-width:1100px;margin:0 auto;padding:1.75rem 2.5rem 1.4rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;align-items:start}.footer-logo{display:block;height:32px;width:auto;margin-bottom:.55rem}.footer-tagline{font-size:.78rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem;max-width:220px}.social-links{display:flex;gap:.4rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-text-subtle);border-radius:999px;transition:color .25s ease,background .25s ease,transform .25s ease;text-decoration:none}.social-link:hover{color:var(--color-text);background:#0000000f;transform:scale(1.05)}.social-link:focus-visible{outline:2px solid var(--color-accent-muted);outline-offset:2px}.footer-heading{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-subtle);margin-bottom:.8rem}.footer-nav ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-nav a{font-size:.8rem;color:var(--color-text-muted);text-decoration:none;transition:color .25s ease}.footer-nav a:hover{color:var(--color-text);text-decoration:underline}.footer-nav a:focus-visible{outline:2px solid var(--color-accent-muted);outline-offset:2px}.footer-email{display:block;font-size:.78rem;color:var(--color-text-muted);text-decoration:none;margin-bottom:.5rem;transition:color .25s ease}.footer-email:hover{color:var(--color-text);text-decoration:underline}.footer-email:focus-visible{outline:2px solid var(--color-accent-muted);outline-offset:2px}.footer-address{font-size:.74rem;color:var(--color-text-subtle);line-height:1.5}.footer-copy{max-width:1100px;margin:0 auto;padding:.9rem 2.5rem;border-top:1px solid var(--color-border);font-size:.68rem;color:var(--color-text-faint);text-align:center}.footer-copy p{margin:0}.footer-copy p+p{margin-top:.35rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){body{overflow:auto;height:auto;min-height:100vh}main{padding:3rem 1.5rem 2rem}.footer-inner{grid-template-columns:1fr;gap:1.75rem;padding:1.75rem 1.5rem 1.25rem}.footer-tagline{max-width:100%}.footer-copy{padding:.9rem 1.5rem}}
