@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";.navbar{height:var(--header-height);width:100%;position:fixed;top:0;left:0;background-color:var(--white);z-index:1000;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-text{font-size:28px;font-weight:800;color:var(--secondary)}.nav-links{display:flex;gap:32px}.nav-links a{font-weight:600;font-size:15px;color:var(--text-main)}.nav-links a:hover{color:var(--primary)}.btn-whatsapp{background-color:var(--primary);color:var(--white);padding:12px 24px}@media (max-width: 768px){.nav-links{display:none}}.footer{background-color:var(--secondary);color:var(--white);padding:80px 0 0}.footer-content{display:flex;justify-content:space-between;margin-bottom:60px}.footer-brand{max-width:300px}.footer-brand p{margin-top:20px;color:#a0a0a0}.footer-links{display:flex;gap:80px}.link-group h4{margin-bottom:24px;font-size:18px}.link-group{display:flex;flex-direction:column;gap:12px}.link-group a{color:#a0a0a0;font-size:15px}.link-group a:hover{color:var(--primary)}.footer-bottom{padding:30px 0;border-top:1px solid rgba(255,255,255,.1);color:#666;font-size:14px}@media (max-width: 768px){.footer-content{flex-direction:column;gap:40px}.footer-links{gap:40px;flex-wrap:wrap}}.hero{padding-top:calc(var(--header-height) + 60px);padding-bottom:100px;background-color:var(--bg-light);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero-text h1{font-size:64px;margin-bottom:24px;color:var(--secondary)}.hero-text h1 span{color:var(--primary)}.hero-text p{font-size:20px;color:var(--text-muted);margin-bottom:40px;max-width:500px}.hero-actions{display:flex;gap:16px}.btn-outline{background-color:transparent;border:2px solid var(--secondary);color:var(--secondary)}.image-placeholder{width:100%;height:500px;background:linear-gradient(135deg,#e0e0e0,#f0f0f0);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0000001a;overflow:hidden}.image-placeholder img{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.hero-text h1{font-size:48px}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-text h1{font-size:40px}}.exchange{padding:100px 0;background-color:var(--bg-light)}.exchange-header{text-align:center;margin-bottom:60px}.exchange-header h2{font-size:48px;margin-bottom:16px}.exchange-header p{color:var(--text-muted);font-size:18px}.exchange-visual{display:flex;align-items:center;justify-content:center;gap:30px;background:var(--white);padding:40px;border-radius:24px;box-shadow:0 10px 30px #0000000d;max-width:800px;margin:0 auto 80px}.currency-box{flex:1;display:flex;flex-direction:column;gap:8px}.flag{font-size:32px}.currency-info h3{font-size:24px;margin:0}.currency-info span{font-size:14px;color:var(--text-muted)}.amount{font-size:32px;font-weight:800;color:var(--primary);margin-top:10px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.feature-item{background:var(--white);padding:32px;border-radius:20px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-10px)}.f-icon{font-size:40px;margin-bottom:20px}.feature-item h3{margin-bottom:12px}.feature-item p{color:var(--text-muted)}@media (max-width: 768px){.exchange-visual{flex-direction:column}.features-grid{grid-template-columns:1fr}}.security{padding:100px 0;background-color:var(--white)}.security-header{text-align:center;max-width:800px;margin:0 auto 80px}.security-header h2{font-size:42px;margin-bottom:24px}.security-header p{font-size:18px;color:var(--text-muted);line-height:1.6}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.security-card-item{background-color:var(--bg-light);padding:40px 32px;border-radius:24px;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease}.security-card-item:hover{transform:translateY(-5px)}.security-icon{width:64px;height:64px;background-color:#25d3661a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.security-card-item h3{font-size:20px;margin-bottom:16px;color:var(--text-main)}.security-card-item p{color:var(--text-muted);line-height:1.6;font-size:16px}@media (max-width: 900px){.security-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width: 768px){.security-header h2{font-size:32px}}.faq-section{padding:100px 0;background-color:var(--bg-light)}.faq-header{text-align:center;margin-bottom:60px}.faq-header h2{font-size:36px;margin-bottom:16px}.faq-header p{font-size:18px;color:var(--text-muted)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background-color:var(--white);border-radius:16px;margin-bottom:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden;cursor:pointer;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 24px #00000014}.faq-question{padding:24px;display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:18px;font-weight:600;margin:0}.faq-answer{padding:0 24px;color:var(--text-muted);line-height:1.6}.faq-answer p{padding-bottom:24px}:root{--primary: #25d366;--primary-dark: #128c7e;--secondary: #121212;--bg-light: #f7f7f7;--text-main: #121212;--text-muted: #4b4b4b;--white: #ffffff;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container-max-width: 1200px;--header-height: 80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--white);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-weight:800;letter-spacing:-.02em;line-height:1.1}a{text-decoration:none;color:inherit;transition:opacity .2s ease}button{cursor:pointer;border:none;font-family:inherit;transition:all .2s ease}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 40px}@media (max-width: 768px){.container{padding:0 20px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:50px;font-weight:700;font-size:16px}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-secondary:hover{opacity:.9}.app-container{min-height:100vh}
