@charset "UTF-8";:root{--rl-black: #000000;--rl-surface: #0a0a0a;--rl-surface-2: #121212;--rl-yellow: #ffde00;--rl-yellow-bright: #fff159;--rl-yellow-dim: #e6c800;--rl-red: #e31e24;--rl-red-dark: #b91519;--rl-white: #ffffff;--rl-gray: #a3a3a3;--rl-gray-dark: #737373;--color-text: #f5f5f5;--color-text-muted: #a3a3a3;--color-bg: #0a0a0a;--color-bg-alt: #111111;--color-white: #ffffff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);--shadow-md: 0 4px 24px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .45);--shadow-glow-yellow: 0 8px 32px rgba(255, 222, 0, .15);--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}body.nav-open{overflow:hidden;touch-action:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0;scroll-margin-top:88px}.section-label{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--rl-yellow);margin-bottom:1rem}.section-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:inherit;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:640px;margin-bottom:2.5rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary-rojas{background:linear-gradient(135deg,var(--rl-yellow) 0%,var(--rl-yellow-bright) 100%);color:var(--rl-black);box-shadow:var(--shadow-glow-yellow);font-weight:700}.btn-primary-rojas:hover{transform:translateY(-2px);box-shadow:0 12px 36px #ffde004d}.btn-outline-rojas{background:transparent;color:var(--rl-yellow);border:2px solid var(--rl-yellow)}.btn-outline-rojas:hover{background:#ffde001f;color:var(--rl-white)}@media (max-width: 768px){.container{padding-left:max(1.125rem,env(safe-area-inset-left));padding-right:max(1.125rem,env(safe-area-inset-right))}.section{padding:3.25rem 0;scroll-margin-top:76px}.section-title{font-size:clamp(1.65rem,5.5vw + .35rem,2.25rem)}.btn{min-height:50px;padding:.9rem 1.35rem;border-radius:14px;font-size:.98rem}}@keyframes hero-fade-in-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-fade-in{animation:hero-fade-in-up .85s cubic-bezier(.22,1,.36,1) both}.hero-fade-in-delay-1{animation-delay:.1s}.hero-fade-in-delay-2{animation-delay:.2s}.hero-fade-in-delay-3{animation-delay:.32s}.hero-fade-in-delay-4{animation-delay:.42s}@keyframes hero-float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-float{animation:hero-float-y 6s ease-in-out infinite}@keyframes rojas-orbit{to{transform:rotate(360deg)}}@keyframes rojas-pulse-card{0%,to{transform:translateY(0);box-shadow:0 18px 50px #00000073}50%{transform:translateY(-5px);box-shadow:0 22px 56px #ffde001f}}.page-rojas .reveal{opacity:0;transform:translateY(32px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.page-rojas .reveal.is-visible{opacity:1;transform:translateY(0)}.page-rojas .services-grid .reveal:nth-child(6n+1){transition-delay:.02s}.page-rojas .services-grid .reveal:nth-child(6n+2){transition-delay:.06s}.page-rojas .services-grid .reveal:nth-child(6n+3){transition-delay:.1s}.page-rojas .services-grid .reveal:nth-child(6n+4){transition-delay:.14s}.page-rojas .services-grid .reveal:nth-child(6n+5){transition-delay:.18s}.page-rojas .services-grid .reveal:nth-child(6n+6){transition-delay:.22s}@media (prefers-reduced-motion: reduce){.hero-fade-in,.hero-float,.hero-visual-orbit,.rojas-hero-card{animation:none!important}.page-rojas .reveal{opacity:1;transform:none;transition:none}}.hero{min-height:100vh;display:flex;align-items:center;padding:7rem 0 4rem;position:relative;overflow:hidden}.hero-rojas{background:linear-gradient(165deg,var(--rl-black) 0%,#1a0505 45%,var(--rl-red-dark) 120%)}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 15% 85%,rgba(255,222,0,.12) 0%,transparent 45%),radial-gradient(circle at 88% 12%,rgba(227,30,36,.2) 0%,transparent 42%),repeating-linear-gradient(90deg,transparent,transparent 56px,rgba(255,255,255,.02) 56px,rgba(255,255,255,.02) 57px);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#ffde001f;color:var(--rl-yellow-bright);font-size:.8125rem;font-weight:600;border-radius:50px;margin-bottom:1.25rem;border:1px solid rgba(255,222,0,.35)}.hero-badge--urgent{background:#e31e2433;color:#ff6b6f;border-color:#e31e2473}.hero h1{font-family:Outfit,sans-serif;font-size:clamp(2.35rem,5vw,3.75rem);font-weight:800;line-height:1.08;color:var(--color-white);margin-bottom:1.25rem;letter-spacing:-.03em}.hero h1 .accent{color:var(--rl-yellow)}.hero-subtitle{font-size:1.15rem;color:var(--rl-gray);margin-bottom:2rem;max-width:540px;line-height:1.75}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:300px}.hero-visual-orbit{position:absolute;width:min(320px,88vw);height:min(320px,88vw);border-radius:50%;border:2px dashed rgba(255,222,0,.22);animation:rojas-orbit 42s linear infinite;pointer-events:none}.hero-visual-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.rojas-hero-card{background:#0a0a0abf;border:1px solid rgba(255,222,0,.25);border-radius:var(--radius-xl);padding:1.75rem 2rem;box-shadow:0 18px 50px #00000073;animation:rojas-pulse-card 5s ease-in-out infinite;max-width:100%}.hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.hero-stat{text-align:center}.hero-stat-number{display:block;font-family:Outfit,sans-serif;font-size:2.35rem;font-weight:800;color:var(--rl-yellow);line-height:1}.hero-stat-label{font-size:.875rem;color:var(--rl-gray);margin-top:.35rem}.hero-chip-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hero-chip{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.4rem .85rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--rl-gray)}.section-services{background:var(--color-bg-alt)}.section-services .section-title{color:var(--color-white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.35rem}.service-card{padding:1.75rem 1.5rem;background:var(--rl-surface-2);border-radius:var(--radius-lg);border:1px solid rgba(255,222,0,.12);transition:var(--transition);box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-4px);border-color:#ffde0059;box-shadow:var(--shadow-glow-yellow)}.service-icon{width:52px;height:52px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.15rem;background:linear-gradient(135deg,#ffde0040,#e31e2426);color:var(--rl-yellow)}.service-icon svg{width:26px;height:26px}.service-card h3{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;color:var(--color-white);margin-bottom:.6rem}.service-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.65}.section-about{background:var(--rl-black);border-top:1px solid rgba(255,222,0,.08)}.section-about .section-title{color:var(--color-white)}.about-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.about-block h3{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:var(--rl-yellow);margin-bottom:.65rem}.about-block p{color:var(--color-text-muted);line-height:1.75;margin-bottom:1.75rem}.values-list{display:flex;flex-wrap:wrap;gap:.65rem}.value-tag{padding:.45rem 1rem;background:#ffde001a;color:var(--rl-yellow-bright);font-weight:600;font-size:.875rem;border-radius:999px;border:1px solid rgba(255,222,0,.25)}.about-side-card{background:linear-gradient(180deg,var(--rl-surface-2) 0%,#0d0d0d 100%);border-radius:var(--radius-xl);padding:2rem;border:1px solid rgba(255,222,0,.15);position:sticky;top:96px}.about-side-card h3{font-family:Outfit,sans-serif;font-size:1.1rem;color:var(--color-white);margin-bottom:1rem}.about-side-list{list-style:none}.about-side-list li{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--color-text-muted);font-size:.95rem}.about-side-list li:last-child{border-bottom:none}.about-side-list svg{flex-shrink:0;margin-top:3px;color:var(--rl-red)}.section-map{background:var(--color-bg-alt);border-top:1px solid rgba(255,222,0,.06)}.section-map .section-title{color:var(--color-white)}.map-shell{border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(255,222,0,.15);box-shadow:var(--shadow-md);background:#141414}.map-iframe{display:block;width:100%;height:min(420px,56vh);min-height:280px;border:none}.map-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;align-items:center}@media (max-width: 768px){.map-actions{flex-direction:column}.map-actions .btn{width:100%;justify-content:center}.map-iframe{min-height:240px;height:48vh}}.section-contact{background:linear-gradient(180deg,#0f0f0f,#080808);padding-top:4.5rem;padding-bottom:4.5rem}.rojas-quote-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width: 900px){.rojas-quote-grid{grid-template-columns:1fr 1fr;gap:3rem}}.rojas-heading{font-family:Outfit,sans-serif;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:800;color:var(--color-white);margin:0 0 .75rem;letter-spacing:-.02em}.rojas-lead{font-size:1.05rem;color:var(--color-text-muted);line-height:1.65;max-width:560px;margin:0 0 1.75rem}.rojas-quote-list{margin:0;padding-left:1.2rem;color:var(--rl-gray);line-height:1.8}.rojas-quote-list li{margin-bottom:.35rem}.rojas-quote-card{background:linear-gradient(165deg,rgba(255,222,0,.06) 0%,var(--rl-surface-2) 42%);border:1px solid rgba(255,222,0,.15);border-radius:1.35rem;padding:2rem;box-shadow:var(--shadow-md)}.rojas-form{display:flex;flex-direction:column;gap:1rem}.rojas-field label{font-size:.85rem;font-weight:600;color:var(--rl-gray)}.rojas-field input,.rojas-field textarea{font:inherit;width:100%;padding:.8rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#00000059;color:var(--color-white);margin-top:.35rem;transition:border-color .2s ease,box-shadow .2s ease}.rojas-field input::placeholder,.rojas-field textarea::placeholder{color:var(--rl-gray-dark)}.rojas-field input:focus,.rojas-field textarea:focus{outline:none;border-color:var(--rl-yellow);box-shadow:0 0 0 3px #ffde0026}.btn-rojas-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.35rem;min-height:52px;border-radius:999px;font-weight:700;font-size:.98rem;font-family:inherit;cursor:pointer;border:none;background:linear-gradient(135deg,var(--rl-yellow) 0%,var(--rl-yellow-bright) 100%);color:var(--rl-black);box-shadow:0 12px 28px #ffde0040;transition:transform .28s ease,box-shadow .28s ease}.btn-rojas-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 36px #ffde0052}.btn-rojas-submit:disabled{opacity:.5;cursor:not-allowed}.rojas-form-note{font-size:.8rem;color:var(--rl-gray-dark);margin:0;line-height:1.5}.footer-rojas{background:var(--rl-black);color:var(--color-white);padding:3.5rem 0 2rem;border-top:1px solid rgba(255,222,0,.1)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.footer-brand{max-width:340px}.footer-brand p{color:#ffffffb8;font-size:.95rem;line-height:1.65;margin:1rem 0}.footer-logo{height:40px;width:auto}.footer-social a{color:var(--rl-yellow);font-weight:600;text-decoration:none}.footer-social a:hover{text-decoration:underline}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-links h4{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-white)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem;color:#ffffffb8;font-size:.95rem}.footer-links a{color:#ffffffd9;text-decoration:none}.footer-links a:hover{color:var(--rl-yellow)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#ffffff80;font-size:.875rem}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr}.about-side-card{position:static}}@media (max-width: 768px){.hero{min-height:auto;padding:calc(5rem + env(safe-area-inset-top)) 0 2.75rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center;flex-direction:column;width:100%;max-width:100%}.hero-buttons .btn{width:100%}.hero-visual{order:-1;min-height:240px}.hero-visual-orbit{width:min(260px,78vw);height:min(260px,78vw);opacity:.55}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.95rem}.services-grid{grid-template-columns:1fr}.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:1.5rem}}
