:root{--bg-dark: #050816;--bg-darker: #02040a;--bg-light: #f8fafc;--bg-card-dark: #0b1220;--bg-card-light: #ffffff;--accent: #f97316;--accent-soft: #fed7aa;--text-light: #f9fafb;--text-dark: #0f172a;--muted: #9ca3af;--border-subtle: #1f2937}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-dark);color:var(--text-light)}.app.theme-light{background:var(--bg-light);color:var(--text-dark)}.app.theme-dark{background:radial-gradient(circle at top,#0f172a 0,#020617 40%,#000);color:var(--text-light)}.container{width:min(1100px,100% - 2.5rem);margin:0 auto}.header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(to bottom,rgba(2,6,23,.88),rgba(2,6,23,.6),transparent);border-bottom:1px solid rgba(148,163,184,.12)}.app.theme-light .header{background:#f8fafce6;border-bottom-color:#94a3b84d}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;max-width:1120px;margin:0 auto;gap:1.5rem}.logo{display:flex;align-items:center;height:72px}.section-momo{margin-top:4rem}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.logo-image{height:72px;width:auto;object-fit:contain;filter:var(--logo-filter);transition:filter .3s ease}:root{--logo-filter: none}[data-theme=dark]{--logo-filter: invert(1) brightness(1.2)}.logo-mark{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fed7aa,#f97316 55%,#7c2d12);box-shadow:0 0 0 2px #f8fafc1a}.logo-text{text-transform:uppercase}.nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem}.nav-link{background:none;border:none;color:inherit;cursor:pointer;position:relative;padding:0;font:inherit}.nav-link:after{content:"";position:absolute;left:0;bottom:-.3rem;width:0;height:2px;border-radius:999px;background:linear-gradient(to right,#f97316,#ec4899);transition:width .2s ease-out}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-button{border-radius:999px;border:1px solid rgba(148,163,184,.6);padding:.3rem .8rem;background:#0f172ab3;color:#e5e7eb;cursor:pointer;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.app.theme-light .icon-button{background:#fff;color:#111827}.icon-button:hover{border-color:#f97316}.hero-section{position:relative;min-height:70vh;display:flex;align-items:center;color:var(--text-light);background-image:linear-gradient(to bottom,#0f172ae6,#0f172af2),url(https://images.pexels.com/photos/2968881/pexels-photo-2968881.jpeg?auto=compress&cs=tinysrgb&w=1600);background-size:cover;background-position:center;border-bottom:1px solid rgba(15,23,42,.6)}.app.theme-light .hero-section{color:var(--text-light)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(248,250,252,.1),transparent 60%);pointer-events:none}.hero-content{position:relative;padding:4rem 1.25rem 3rem}.hero-text{max-width:650px}.hero-text h1{font-size:clamp(2.4rem,4vw,3.2rem);line-height:1.1;margin-bottom:1rem}.hero-text p{font-size:1.05rem;color:#e5e7eb;margin-bottom:2rem;max-width:34rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{border-radius:999px;border:none;padding:.75rem 1.5rem;font-size:.95rem;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.btn.primary{background:linear-gradient(to right,#f97316,#ec4899);color:#fff;box-shadow:0 10px 30px #0f172ab3}.btn.ghost{background:transparent;color:#fbbf24;border:1px solid rgba(251,191,36,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn.primary:hover{filter:brightness(1.05)}.btn.ghost:hover{border-color:#f97316;color:#fed7aa}.section{padding:4rem 1.25rem 3rem}.section-title{font-size:2rem;margin-bottom:.5rem}.section-intro{max-width:34rem;color:var(--muted);margin-bottom:2rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.card{background:var(--bg-card-dark);border-radius:1.25rem;padding:1.5rem 1.4rem;border:1px solid rgba(15,23,42,.9);box-shadow:0 16px 45px #0f172ab3}.app.theme-light .card{background:var(--bg-card-light);border-color:#94a3b866;box-shadow:0 10px 30px #0f172a26}.card-icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fbbf241a;border:1px solid rgba(251,191,36,.4);margin-bottom:1rem}.card h3{margin:0 0 .5rem;font-size:1.1rem}.card p{margin:0;color:var(--muted);font-size:.95rem}.about-grid{display:grid;gap:1.75rem}.about-block{background:radial-gradient(circle at top left,#0f172ab3,#0f172af2);border-radius:1.25rem;padding:1.75rem 1.5rem;border:1px solid rgba(15,23,42,.9)}.app.theme-light .about-block{background:#fff;border-color:#94a3b859}.about-block h3{margin-top:0;margin-bottom:.75rem;font-size:1.1rem}.about-block p{margin:0;color:var(--muted);font-size:.98rem}.about-block ul{margin:.2rem 0 0;padding-left:1.25rem;color:var(--muted)}.about-block li+li{margin-top:.35rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.contact-card{background:var(--bg-card-dark);border-radius:1.25rem;padding:1.5rem 1.4rem;border:1px solid rgba(15,23,42,.9)}.app.theme-light .contact-card{background:#fff;border-color:#94a3b859}.contact-card h3{margin-top:0;margin-bottom:.6rem}.contact-card p{margin:.25rem 0}a{color:#f97316;text-decoration:none}a:hover{text-decoration:underline}.whatsapp-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:500}.muted{color:var(--muted);font-size:.9rem}.footer{border-top:1px solid rgba(15,23,42,.8);padding:2rem 1.25rem 2.5rem;background:#020617;margin-top:1rem}.app.theme-light .footer{background:#e5e7eb;border-top-color:#94a3b899}.footer-inner{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}@media (max-width: 768px){.header-inner{flex-wrap:wrap;justify-content:center}.nav{order:3;flex-wrap:wrap;justify-content:center}.hero-section{min-height:80vh}}
