@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-sans antialiased;}}:root{--color-primary: #00833E;--color-primary-dark: #006633;--color-secondary: #333333;--color-text: #ffffff;--color-text-muted: #a0a0a0;--color-background: #121212;--color-background-light: #1e1e1e;--color-border: #333333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:linear-gradient(to bottom,#1a1a1a,#121212);color:var(--color-text);min-height:100vh;margin:0;display:flex;place-items:center;min-width:320px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.6}a{color:var(--color-text);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary)}header{padding:1.5rem 0;background-color:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center}.logo-img{height:40px;width:auto}.nav-links{display:flex;gap:1.5rem}main{padding:0 0 3rem}section{margin-bottom:5rem}footer{background-color:var(--color-background);padding:2rem 0;text-align:center}.footer-logo{display:flex;justify-content:center;margin-bottom:1rem}.footer-logo-img{height:50px;width:auto}.hero-section{background:linear-gradient(135deg,#00833ecc,#063c);padding:4rem 0;margin-bottom:4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--color-primary);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.btn-success{background-color:#2ecc71}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.card{background-color:var(--color-background-light);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;height:100%}.card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.icon{width:3rem;height:3rem;background-color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.screenshot{background-color:var(--color-background-light);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.screenshot:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.screenshot-inner{position:relative;height:400px;overflow:hidden}.screenshot-inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.screenshot-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));display:none;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.screenshot p{padding:1rem;text-align:center;margin:0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-20{margin-bottom:5rem}.max-w-2xl{max-width:42rem}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.phone-mockup{position:relative;width:16rem;height:32rem;background-color:var(--color-background-light);border-radius:2rem;border:.25rem solid var(--color-border);overflow:hidden;box-shadow:0 10px 25px #0000004d}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:8rem;height:1.5rem;background-color:#000;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:1}.phone-screen{height:100%;width:100%;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));display:flex;align-items:center;justify-content:center;padding:1rem}.phone-logo{width:80%;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}.grid-cols-3{grid-template-columns:1fr}.md-flex-row{flex-direction:column}.md-w-1-2{width:100%}.hero-section{padding:2rem 0}.screenshot-inner{height:300px}}@media (min-width: 769px){.md-flex-row{flex-direction:row}.md-w-1-2{width:50%}}@media (prefers-color-scheme: light){:root{--color-text: #213547;--color-background: #ffffff;--color-background-light: #f5f5f5;--color-border: #e0e0e0}body{background:linear-gradient(to bottom,#f5f5f5,#fff)}.hero-section{color:#fff}.card,.screenshot{box-shadow:0 4px 6px #0000000d}}
