:root{--bg-primary: #121212;--bg-secondary: #0a0a0c;--text-primary: #ffffff;--text-secondary: #b3b3b3;--accent-primary: #007BFF;--accent-secondary: #004d9f;--gradient-start: #007BFF;--gradient-end: #0056b3;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--font-family: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.app-container{min-height:100vh;display:flex;flex-direction:column}.gradient-text{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#000;-webkit-backdrop-filter:none;backdrop-filter:none;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--glass-border)}.logo-container{display:flex;align-items:center}.logo-image{width:144px;height:auto;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--text-primary)}.cta-button-small{padding:.5rem 1.25rem;background:#007bff1a;color:var(--accent-primary)!important;border:1px solid rgba(0,123,255,.3);border-radius:6px;transition:all .3s ease}.cta-button-small:hover{background:var(--accent-primary);color:#fff!important}.main-content{flex:1}.hero{display:flex;align-items:center;justify-content:space-between;padding:3rem 5%;gap:4rem;background:radial-gradient(circle at top right,rgba(0,123,255,.08),transparent 40%)}.hero-content{flex:1;max-width:600px}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:550px}.hero-actions{display:flex;gap:1rem}.cta-button-primary{padding:1rem 2.5rem;background:var(--accent-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #007bff66}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff99}.cta-button-secondary{padding:1rem 2.5rem;background:transparent;color:var(--text-primary);border:1px solid rgba(255,255,255,.2);border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.cta-button-secondary:hover{background:#ffffff0d}.hero-visual{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.video-placeholder-container{position:relative;width:100%;max-width:550px;aspect-ratio:16/9;border-radius:12px;background:#000;border:1px solid var(--glass-border);display:flex;justify-content:center;align-items:center;box-shadow:0 20px 60px #0009;overflow:hidden}.video-placeholder-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,123,255,.2) 0%,transparent 60%);pointer-events:none}.video-placeholder-content{z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary);text-align:center}.play-icon{width:64px;height:64px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;cursor:pointer}.video-placeholder-container:hover .play-icon{transform:scale(1.1);background:var(--accent-primary);border-color:var(--accent-primary)}.services{padding:6rem 5%;text-align:center}.section-title{font-size:2.5rem;margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);padding:2.5rem;border-radius:12px;transition:transform .3s ease,border-color .3s ease;text-align:left}.service-card:hover{transform:translateY(-5px);border-color:var(--accent-primary)}.service-icon{font-size:2rem;margin-bottom:1.5rem;color:var(--accent-primary)}.service-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary)}.service-card p{color:var(--text-secondary);font-size:1rem}.social-proof{padding:4rem 5%;background:var(--bg-secondary);text-align:center;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.logo-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;opacity:.5;margin-top:2rem}.logo-placeholder{font-size:1.5rem;font-weight:700;color:var(--text-secondary)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.testimonial-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);padding:2rem;border-radius:12px;text-align:left;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--accent-primary)}.stars{color:gold;font-size:1rem;margin-bottom:1rem;font-weight:700}.testimonial-text{color:var(--text-secondary);font-style:italic;margin-bottom:1.5rem;font-size:.95rem}.testimonial-author{display:flex;flex-direction:column}.author-name{color:var(--text-primary);font-weight:600;font-size:1rem}.author-role{color:var(--accent-primary);font-size:.85rem}.contact{padding:6rem 5%;text-align:center;background:radial-gradient(circle at bottom left,rgba(0,123,255,.05),transparent 40%)}.contact-container{max-width:600px;margin:0 auto;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);padding:3rem;border-radius:16px}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-weight:500}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background:#ffffff08;border:1px solid var(--glass-border);border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-primary)}.form-textarea{min-height:120px;resize:vertical}.submit-button{width:100%;padding:1rem;background:var(--accent-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.submit-button:hover{background:var(--accent-secondary)}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.whatsapp-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#25d366;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s ease}.whatsapp-button:hover{background:#128c7e}.whatsapp-icon{font-size:1.2rem}.footer{text-align:center;padding:2rem;border-top:1px solid var(--glass-border);color:var(--text-secondary);font-size:.9rem;background:var(--bg-secondary)}.workflow{padding:6rem 5%;text-align:center;background:var(--bg-secondary)}.workflow-subtitle{color:var(--accent-primary);font-size:1.2rem;margin-bottom:4rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.workflow-container{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;position:relative;flex-wrap:wrap}.workflow-step{flex:1;display:flex;flex-direction:column;align-items:center;min-width:120px;position:relative}.step-icon-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.step-icon{width:60px;height:60px;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;z-index:2;transition:transform .3s ease,border-color .3s ease}.workflow-step:hover .step-icon{transform:scale(1.1);border-color:var(--accent-primary);background:#007bff1a}.step-connector{position:absolute;top:50%;left:50%;width:100%;height:2px;background:linear-gradient(90deg,var(--glass-border) 0%,var(--glass-border) 100%);z-index:1;transform:translateY(-50%)}.step-title{font-size:1rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:600}.step-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.4;max-width:140px}@media(max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem 5%}.nav{width:100%;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero{flex-direction:column;text-align:center;padding:2rem 5% 3rem}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;width:100%;gap:1rem;align-items:stretch}.cta-button-primary,.cta-button-secondary{width:100%;justify-content:center;display:flex}.hero-visual{width:100%;margin-top:3rem}.services-grid{grid-template-columns:1fr}.logo-grid{gap:2rem}.contact-container{padding:1.5rem}.workflow-container{flex-direction:column;align-items:center;gap:3rem}.workflow-step{width:100%;flex-direction:row;align-items:center;text-align:left;gap:1.5rem}.step-icon-container{width:auto;margin-bottom:0}.step-connector{display:none}.workflow-step:not(:last-child):after{content:"";position:absolute;left:30px;top:60px;width:2px;height:calc(100% + 1rem);background:var(--glass-border);z-index:0}.step-desc{max-width:100%}}
