:root{--blue:#162c99;--blue-dark:#0f1f6e;--blue-light:#2a47c4;--blue-muted:#1a3480;--blue-tint:rgba(22, 44, 153, 0.08);--yellow:#eeae3a;--yellow-dark:#d49a28;--yellow-light:#f5c96a;--yellow-tint:rgba(238, 174, 58, 0.15);--grey-900:#1a1d26;--grey-800:#2d3142;--grey-700:#4a5068;--grey-600:#5c6370;--grey-500:#8b92a3;--grey-400:#b0b6c4;--grey-300:#d4d8e2;--grey-200:#e8ebf2;--grey-100:#f5f7fb;--white:#ffffff;--shadow-sm:0 2px 8px rgba(22, 44, 153, 0.06);--shadow-md:0 8px 32px rgba(22, 44, 153, 0.1);--shadow-lg:0 16px 48px rgba(22, 44, 153, 0.14);--radius:12px;--radius-lg:20px;--transition:0.3s cubic-bezier(0.4, 0, 0.2, 1);--font-heading:"Nunito Sans",system-ui,sans-serif;--font-body:"Roboto",system-ui,sans-serif;--container:1200px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:.75rem 1.25rem;background:var(--blue);color:var(--white);font-weight:600;border-radius:var(--radius)}.skip-link:focus{top:1rem}body{font-family:var(--font-body);color:var(--grey-700);background:var(--white);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--yellow-dark)}.container{width:min(var(--container),100% - 2.5rem);margin-inline:auto}.section-label{display:inline-block;font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.75rem}.section-title{font-family:var(--font-heading);font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:800;color:var(--blue);line-height:1.2;margin-bottom:1rem}.section-divider{width:60px;height:4px;background:linear-gradient(90deg,var(--yellow),var(--yellow-light));border-radius:2px;margin-bottom:1.5rem}.section-desc{font-size:1.05rem;color:var(--grey-600);max-width:720px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-200);transition:box-shadow var(--transition)}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;gap:1.5rem}.logo img{height:52px;width:auto}.nav{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;list-style:none;gap:1.75rem}.nav-links a{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--grey-800);position:relative}.nav-links a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--yellow);transition:width var(--transition)}.nav-links a:hover{color:var(--blue)}.nav-links a:hover::after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-size:.9rem;font-weight:700;padding:.85rem 1.75rem;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--transition)}.btn-primary{background:var(--yellow);color:var(--blue-dark)}.btn-primary:hover{background:var(--yellow-dark);color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(238,174,58,.35)}.btn-outline{background:0 0;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{background:var(--white);color:var(--blue);border-color:var(--white)}.btn-blue{background:var(--blue);color:var(--white)}.btn-blue:hover{background:var(--blue-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--blue);transition:var(--transition)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue) 50%,var(--blue-muted) 100%);overflow:hidden;padding-top:80px}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(238,174,58,.12) 0,transparent 50%),radial-gradient(circle at 10% 80%,rgba(255,255,255,.05) 0,transparent 40%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-content{color:var(--white)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(238,174,58,.15);border:1px solid rgba(238,174,58,.3);color:var(--yellow-light);font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem}.hero h1{font-family:var(--font-heading);font-size:clamp(2.2rem, 5vw, 3.5rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero h1 span{color:var(--yellow)}.hero-tagline{font-size:1.15rem;font-style:italic;color:rgba(255,255,255,.85);margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center}.hero-visual img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:520px;object-fit:cover;width:100%}.hero-visual::after{content:"";position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:var(--yellow);border-radius:var(--radius-lg);z-index:-1;opacity:.6}.hero-shape{position:absolute;bottom:0;left:0;right:0;line-height:0}.hero-shape svg{width:100%;height:60px}.highlights{margin-top:-40px;position:relative;z-index:2;padding-bottom:4rem}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.highlight-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--grey-200);transition:transform var(--transition),box-shadow var(--transition)}.highlight-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.highlight-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--blue-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue)}.highlight-icon svg{width:28px;height:28px}.highlight-card h2{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:var(--blue);line-height:1.4}.about{padding:5rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:480px;object-fit:cover}.about-image-badge{position:absolute;bottom:24px;left:24px;background:var(--yellow);color:var(--blue-dark);font-family:var(--font-heading);font-weight:800;font-size:2.5rem;padding:1rem 1.5rem;border-radius:var(--radius);line-height:1}.about-image-badge small{display:block;font-size:.85rem;font-weight:600;margin-top:.25rem}.about-text p{margin-bottom:1rem;color:var(--grey-600)}.stats{background:linear-gradient(135deg,var(--blue) 0,var(--blue-dark) 100%);padding:4rem 0;position:relative;overflow:hidden}.stats::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.stat-item{text-align:center;color:var(--white)}.stat-icon{width:56px;height:56px;margin:0 auto 1rem;background:rgba(238,174,58,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--yellow)}.stat-icon svg{width:24px;height:24px}.stat-number{font-family:var(--font-heading);font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--yellow);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:rgba(255,255,255,.8);font-weight:500}.services{padding:5rem 0;background:var(--grey-100)}.services-header{text-align:center;margin-bottom:3rem}.services-header .section-divider{margin-inline:auto}.services-header .section-desc{margin-inline:auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;border:1px solid var(--grey-200);transition:all var(--transition);position:relative;overflow:hidden}.service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--yellow));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-card:hover::before{transform:scaleX(1)}.service-icon{width:56px;height:56px;background:var(--blue-tint);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--blue);margin-bottom:1.25rem}.service-icon svg{width:26px;height:26px}.service-card h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--blue);margin-bottom:.75rem}.service-card>p{font-size:.95rem;color:var(--grey-600);margin-bottom:1.25rem}.service-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-list li{font-size:.875rem;color:var(--grey-700);padding-left:1.25rem;position:relative}.service-list li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--yellow);border-radius:50%}.ventures{padding:5rem 0}.ventures-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.venture-card{border-radius:var(--radius-lg);padding:2.5rem;color:var(--white);position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;background-size:30% auto;background-position:right center;background-repeat:no-repeat}.venture-card.strategic{background-color:#fff;background-image:url("../assets/images/speedy-web-logo.webp")}.venture-card.creative{background-color:#fff;background-image:url("../assets/images/hotfox-web-logo.webp")}.venture-card::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none}.venture-card.strategic::before{background-image:linear-gradient(270deg,#fe90002E 0,#7a0c00 100%)}.venture-card.creative::before{background-image:linear-gradient(270deg,#fe90002E 0,#993000 100%)}.venture-card h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;margin-bottom:.5rem;position:relative;z-index:1}.venture-card p{font-size:.95rem;opacity:.85;margin-bottom:1.5rem;position:relative;z-index:1}.venture-card .btn{position:relative;z-index:1;align-self:flex-start}.venture-card.strategic .btn{color:#7a0c00}.venture-card.strategic .btn:hover{color:#7a0c00}.venture-card.creative .btn{color:#993000}.venture-card.creative .btn:hover{color:#993000}.cta-tips{padding:5rem 0;background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue) 100%);text-align:center;position:relative;overflow:hidden}.cta-tips::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(238,174,58,.08) 0,transparent 70%);pointer-events:none}.cta-tips .section-title{color:var(--white)}.cta-tips .section-divider{margin-inline:auto}.cta-tips .section-desc{color:rgba(255,255,255,.85);margin-inline:auto;font-style:italic}.cta-tips .section-desc strong{color:var(--yellow);font-style:normal}.standout{padding:5rem 0}.standout-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.standout-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.standout-image img{width:100%;height:500px;object-fit:cover;object-position:top}.progress-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.progress-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;gap:1rem}.progress-title{font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--grey-800)}.progress-bar{height:8px;background:var(--grey-200);border-radius:4px;overflow:hidden}.progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--yellow));border-radius:4px;transition:width 1.5s cubic-bezier(.4, 0, .2, 1)}.contact{padding:5rem 0;background:var(--grey-100)}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-header .section-divider{margin-inline:auto}.contact-header .section-desc{margin-inline:auto}.contact-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.contact-card{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.25rem 1.5rem;border-radius:var(--radius);border:1px solid var(--grey-200);transition:box-shadow var(--transition);justify-content:center}.contact-card:hover{box-shadow:var(--shadow-sm)}.contact-card-icon{width:48px;height:48px;background:var(--blue-tint);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.contact-card-icon svg{width:22px;height:22px}.contact-card a{font-family:var(--font-heading);font-weight:600;color:var(--grey-800);word-break:break-word}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full{grid-column:1/-1}.form-group label{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--grey-800)}.form-group label .req{color:var(--yellow-dark)}.form-group fieldset,fieldset.form-group{border:0;margin:0;padding:0;min-width:0}.form-group legend{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--grey-800);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:.85rem 1rem;border:1.5px solid var(--grey-300);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;color:var(--grey-800);transition:border-color var(--transition),box-shadow var(--transition);background:var(--grey-100)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint);background:var(--white)}.form-group textarea{resize:vertical;min-height:100px}.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.radio-group input[type=radio]{accent-color:var(--blue);width:18px;height:18px}.form-submit{margin-top:1.5rem}.form-submit .btn{width:100%;padding:1rem;font-size:1rem}.form-submit .btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-message{margin-top:1rem;padding:.85rem 1rem;border-radius:var(--radius);font-family:var(--font-heading);font-size:.9rem;font-weight:600}.form-message.success{background:rgba(22,44,153,.08);color:var(--blue);border:1px solid rgba(22,44,153,.2)}.form-message.error{background:rgba(122,12,0,.08);color:#7a0c00;border:1px solid rgba(122,12,0,.2)}.footer{background:#001558;color:var(--grey-400);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{height:60px;width:auto;margin-bottom:1rem}.footer-brand p{font-size:.9rem;line-height:1.6;max-width:280px}.footer-col h3{font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--yellow);margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links li{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.footer-links li::before{content:"›";color:var(--yellow);font-weight:700}.footer-bottom{padding:1.5rem 0;text-align:center;font-size:.85rem}.footer-bottom span{color:var(--yellow)}.fade-up{opacity:1;transform:none}.js .fade-up:not(.visible){opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.js .fade-up.visible{opacity:1;transform:translateY(0)}.js .hero .fade-up,.js .highlights .fade-up{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.js .fade-up:not(.visible){opacity:1;transform:none;transition:none}}.modal-overlay{position:fixed;inset:0;background:rgba(15,31,110,.6);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:all var(--transition)}.modal-overlay.active{opacity:1;visibility:visible}.modal{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;transform:scale(.95);transition:transform var(--transition)}.modal-overlay.active .modal{transform:scale(1)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-close{background:var(--grey-200);border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.25rem;color:var(--grey-700);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.modal-close:hover{background:var(--grey-300)}@media (max-width:1024px){.about-grid,.hero-grid,.standout-grid{grid-template-columns:1fr;gap:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-visual{order:-1}.hero-visual img{max-height:360px}.about-image img,.standout-image img{height:360px}}@media (max-width:768px){.nav-links{position:fixed;top:72px;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;gap:0;box-shadow:var(--shadow-md);transform:translateY(-120%);opacity:0;transition:all var(--transition);border-bottom:1px solid var(--grey-200)}.nav-links.open{transform:translateY(0);opacity:1}.nav-links li{padding:.75rem 0;border-bottom:1px solid var(--grey-200)}.nav-links li:last-child{border-bottom:none}.menu-toggle{display:flex}.nav .btn-primary{display:none}.highlights-grid,.ventures-grid{grid-template-columns:1fr}.contact-info-cards{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.hero h1{font-size:2rem}}.floating-actions{position:fixed;right:1.25rem;bottom:1.25rem;z-index:900;display:flex;flex-direction:column;align-items:center;gap:.75rem}.floating-btn{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.18);transition:transform var(--transition),box-shadow var(--transition),opacity var(--transition),visibility var(--transition);text-decoration:none}.floating-btn svg{width:24px;height:24px}.floating-btn:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.22)}.floating-btn.whatsapp{background:#25d366;color:var(--white)}.floating-btn.whatsapp:hover{color:var(--white)}.floating-btn.scroll-top{background:var(--blue);color:var(--white);opacity:0;visibility:hidden;pointer-events:none}.floating-btn.scroll-top.visible{opacity:1;visibility:visible;pointer-events:auto}.floating-btn.scroll-top:hover{background:var(--blue-dark);color:var(--white)}@media (max-width:768px){.floating-actions{right:1rem;bottom:1rem}.floating-btn{width:48px;height:48px}.floating-btn svg{width:22px;height:22px}}