:root{--bg-main: #FFFCF0;--bg-2: #F2F0E5;--tx-main: #100F0F;--tx-2: #6F6E69;--ac-red: #AF3029;--ac-orange: #BC5215;--ac-yellow: #AD8301;--ac-green: #66800B;--ac-cyan: #24837B;--ac-blue: #205EA6;--ac-purple: #5E409D;--ac-magenta: #A02F6F;--font-body: "Outfit", "Inter", system-ui, sans-serif}@media(prefers-color-scheme:dark){:root{--bg-main: #100F0F;--bg-2: #1C1B1A;--tx-main: #CECDC3;--tx-2: #878580;--ac-red: #D14D41;--ac-orange: #DA702C;--ac-yellow: #D0A215;--ac-green: #879A39;--ac-cyan: #3AA99F;--ac-blue: #4385BE;--ac-purple: #8B7EC8;--ac-magenta: #CE5D97}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background-color:var(--bg-main);color:var(--tx-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.hero{flex-direction:row;text-align:left;justify-content:space-between;padding:4rem 10%}}.hero-content{flex:1;max-width:600px;z-index:2;animation:fadeUp 1s ease-out forwards}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--bg-2);border:1px solid var(--tx-2);border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:2rem;color:var(--tx-main);box-shadow:0 2px 8px #0000000d}.badge-dot{width:8px;height:8px;background-color:var(--ac-orange);border-radius:50%;box-shadow:0 0 8px var(--ac-orange)}.hero-title{font-family:Outfit,sans-serif;font-size:clamp(3rem,8vw,5rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--tx-main)}.highlight{color:var(--ac-orange);position:relative}.hero-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.6;color:var(--tx-2);margin-bottom:2.5rem;max-width:90%}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.hero-cta{justify-content:flex-start}}.btn-primary,.btn-secondary{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2rem;border-radius:9999px;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--ac-orange);color:var(--bg-main);box-shadow:0 4px 14px #bc52154d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #bc521566;background-color:var(--ac-red)}.btn-secondary{background-color:transparent;color:var(--tx-main);border:1px solid var(--tx-2)}.btn-secondary:hover{background-color:var(--bg-2);transform:translateY(-2px)}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative;margin-top:4rem;z-index:1}@media(min-width:768px){.hero-visual{margin-top:0}}.hero-app-icon{width:120px;height:120px;background-color:var(--bg-2);border-radius:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.1);animation:float 6s ease-in-out infinite;z-index:2;overflow:hidden}.glow-orb{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.5}.orb-1{width:300px;height:300px;background-color:var(--ac-orange);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 8s infinite alternate}.orb-2{width:250px;height:250px;background-color:var(--ac-purple);top:40%;left:60%;transform:translate(-50%,-50%);animation:pulse 10s infinite alternate-reverse}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}to{transform:translate(-50%,-50%) scale(1.2);opacity:.6}}.feature-section{display:flex;flex-direction:column;align-items:center;gap:3rem;padding:5rem 2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.feature-section{flex-direction:row;justify-content:space-between;gap:5rem;padding:8rem 2rem}.feature-section.reversed{flex-direction:row-reverse}}.feature-content{flex:1;text-align:center}@media(min-width:768px){.feature-content{text-align:left;max-width:400px}}.feature-title{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;color:var(--tx-main);margin-bottom:1.5rem;line-height:1.1}.feature-desc{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--tx-2);line-height:1.6}.feature-visual{flex:1;display:flex;justify-content:center;align-items:center;width:100%}.mockup-frame{position:relative;width:300px;height:650px;border-radius:40px;background-color:var(--bg-main);border:8px solid var(--tx-main);box-shadow:0 25px 50px -12px #00000040;overflow:hidden;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.mockup-frame:hover{transform:translateY(-10px) scale(1.02)}.mockup-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-2) 0%,var(--bg-main) 100%);display:flex;align-items:center;justify-content:center;color:var(--tx-2);font-weight:600;font-size:1.5rem;opacity:.5}.ui-screen{width:100%;height:100%;background-color:#100f0f;color:#cecdc3;padding:2rem 1rem;display:flex;flex-direction:column;font-family:Inter,sans-serif}.ui-header{font-family:Outfit,sans-serif;text-align:center;font-size:1.25rem;margin-bottom:2rem;font-weight:600}.ui-card{background-color:#1c1b1a;border-radius:16px;padding:1rem;margin-bottom:1rem}.mockup-img{width:100%;height:100%;object-fit:contain;background-color:#000;display:block}.footer-section{background-color:var(--bg-2);padding:4rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.05)}@media(prefers-color-scheme:dark){.footer-section{border-top:1px solid rgba(255,255,255,.05)}}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-brand h3{font-family:Outfit,sans-serif;font-size:1.5rem;color:var(--tx-main);margin-bottom:.5rem}.footer-brand p{color:var(--tx-2)}.footer-links{display:flex;gap:3rem}.link-group h4{font-size:1rem;color:var(--tx-main);margin-bottom:1rem}.link-group a{display:block;color:var(--tx-2);text-decoration:none;margin-bottom:.5rem;transition:color .2s}.link-group a:hover{color:var(--ac-orange)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05);text-align:center;color:var(--tx-2);font-size:.875rem}@media(prefers-color-scheme:dark){.footer-bottom{border-top:1px solid rgba(255,255,255,.05)}}
