:root{--rafa-primary:#1a472a;--rafa-secondary:#2d8659;--rafa-accent:#f8dc3c;--rafa-text:#333333;--rafa-light-text:#666666;--rafa-background:#f8f9fa;--rafa-card-bg:#ffffff;--rafa-border:#e9ecef;--rafa-launch-bg:#f1f3f4;--rafa-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--rafa-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--rafa-transition:all 0.15s ease-out;--nav-height:80px}.rafa-landing{line-height:1.6;color:var(--rafa-text)}.rafa-hero{position:relative;min-height:calc(100vh - var(--nav-height));width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000}.rafa-hero-img,.rafa-hero-picture{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:65% center}.rafa-hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7)}.rafa-hero .rafa-hero-container{position:relative;max-width:1300px;margin:0;padding:4rem 4rem;display:flex;align-items:center;justify-content:center;flex:1}.rafa-hero-content{max-width:600px;text-align:center}.rafa-hero-headline{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.rafa-hero-headline-emphasis{color:var(--rafa-accent)}.rafa-hero-subheadline{font-size:1rem;color:rgba(255,255,255,.9);margin-bottom:3rem;line-height:1.5;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.3)}.rafa-hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:var(--rafa-transition);cursor:pointer;border:none;min-height:56px;position:relative;overflow:hidden}.cta-button.primary{background:var(--rafa-primary);color:#fff;box-shadow:var(--rafa-shadow)}.cta-button.primary:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--rafa-shadow-lg)}.cta-button.primary:focus{outline:3px solid rgba(248,220,60,.5);outline-offset:2px}.cta-tagline{font-size:.75rem;font-style:italic;color:rgba(255,255,255,.8);font-weight:500;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.info-boxes{background:var(--rafa-background)}.info-boxes .container{max-width:1200px;margin:0 auto;padding:7rem 2rem;display:grid;grid-template-columns:1fr;gap:2rem}.info-card{background:var(--rafa-card-bg);padding:2.5rem 2rem;border-radius:12px;box-shadow:var(--rafa-shadow);transition:var(--rafa-transition);opacity:1}.info-card:hover{transform:translateY(-4px);box-shadow:var(--rafa-shadow-lg)}.info-icon{display:flex;justify-content:center;margin-bottom:.5rem;color:var(--rafa-secondary)}.info-card h2{font-size:1.5rem;font-weight:600;color:var(--rafa-text);margin-bottom:1rem;line-height:1.3;text-align:center}.info-card li{font-size:.875rem;color:var(--rafa-light-text);text-align:left;list-style-type:disc;margin-left:1rem;margin-bottom:.75rem;line-height:1.2}.launch-section{background:var(--rafa-launch-bg)}.launch-section .container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.launch-heading{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;text-align:center;color:var(--rafa-primary);margin-bottom:3rem;letter-spacing:-.02em}.launch-content{max-width:800px;margin:0 auto}.launch-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.launch-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--rafa-card-bg);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:var(--rafa-transition);opacity:1}.launch-item:hover{transform:translateX(4px);box-shadow:var(--rafa-shadow)}.launch-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--rafa-secondary);border-radius:8px;color:#fff;flex-shrink:0}.launch-item span{font-size:1.125rem;font-weight:500;color:var(--rafa-text)}.launch-cta{text-align:center}@media (min-width:768px){.rafa-hero-img,.rafa-hero-picture{left:120px;object-position:right center}.rafa-hero-gradient{background:radial-gradient(circle at right center,rgba(0,0,0,0) 0,#000 70%)}.rafa-hero .rafa-hero-container{justify-content:flex-start;padding:4rem 6rem}.rafa-hero-content{text-align:left}.rafa-hero-headline{font-size:3rem}.rafa-hero-subheadline{font-size:1.125rem}.rafa-hero-cta{align-items:flex-start}.cta-button{font-size:1.125rem}.cta-tagline{font-size:.875rem}.info-boxes .container{grid-template-columns:repeat(3,1fr);gap:2.5rem}.info-card{padding:2.5rem 2rem}.launch-details{gap:1.25rem}.launch-item{padding:1.25rem}}@media (prefers-reduced-motion:reduce){.cta-button,.info-card,.launch-item{transition:none}.cta-button:hover{transform:none}.info-card:hover,.launch-item:hover{transform:none}}.cta-button:focus-visible,.info-card:focus-visible,.launch-item:focus-visible{outline:3px solid var(--rafa-accent);outline-offset:2px}@media (prefers-contrast:high){:root{--rafa-text:#000000;--rafa-light-text:#333333;--rafa-border:#000000}.cta-button.primary{border:2px solid var(--rafa-primary)}}