:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--text: #0f172a;--muted: #475569;--primary: #2563eb;--primary-strong: #1d4ed8;--border: rgba(148, 163, 184, .35)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:var(--bg);color:var(--text)}body{line-height:1.6}button,a{font:inherit}a{color:var(--primary-strong);text-decoration:none}.page-shell{max-width:1100px;margin:0 auto;padding:24px}.hero-section{display:grid;grid-template-columns:1.2fr .85fr;align-items:center;gap:32px;padding:44px 36px;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:0 24px 60px #0f172a14}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--primary);font-weight:700;margin-bottom:12px}.hero-section h1{font-size:clamp(2.5rem,4vw,4rem);margin:0}.subtitle{max-width:620px;color:var(--muted);margin:20px 0 28px}.hero-media{display:flex;justify-content:center}.hero-photo{width:100%;max-width:360px;border-radius:28px;object-fit:cover;border:1px solid var(--border)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;border:1px solid transparent;transition:transform .2s ease,background-color .2s ease}.button:hover{transform:translateY(-1px)}.primary{background:linear-gradient(90deg,var(--primary),var(--primary-strong));color:#fff}.secondary{background:#94a3b824;color:var(--text);border-color:#94a3b866}.hero-card,.section.card{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 18px 40px #0f172a0f}.hero-card{margin-top:24px}.hero-card h2,.section.card h2{margin-top:0;color:var(--text)}.hero-card ul,.about-grid ul{list-style:none;padding:0;margin:16px 0 0}.hero-card li,.about-grid li{margin:10px 0}.section{margin-top:28px}.about-grid,.experience-list,.testimonial-grid,.contact-grid{display:grid;gap:18px}.about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.experience-list article,.testimonial-grid blockquote,.contact-grid div{background:#94a3b80f;border:1px solid rgba(148,163,184,.16);border-radius:20px;padding:20px}.testimonial-carousel{display:flex;gap:18px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.testimonial-carousel::-webkit-scrollbar{height:10px}.testimonial-carousel::-webkit-scrollbar-thumb{background:#64748b66;border-radius:999px}.testimonial-card{flex:0 0 min(320px,80%);scroll-snap-align:start;border-radius:24px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.testimonial-card img{width:100%;height:100%;display:block;object-fit:cover}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.social-links{margin-top:20px;display:flex;flex-wrap:wrap;gap:14px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(148,163,184,.24);border-radius:16px;color:var(--text);background:#ffffff0f;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.social-links a:hover{transform:translateY(-1px)}.social-link.tiktok{color:#010101;background:linear-gradient(135deg,#01010114,#ff006f1f);border-color:#01010133}.social-link.tiktok:hover{background:linear-gradient(135deg,#01010124,#ff006f2e)}.social-link.youtube{color:red;background:#ff00001f;border-color:#ff00003d}.social-link.youtube:hover{background:#ff00002e}.social-link.whatsapp{color:#25d366;background:#25d3661f;border-color:#25d3663d}.social-link.whatsapp:hover{background:#25d3662e}.social-links svg{width:22px;height:22px;fill:currentColor}.footer{margin:40px 0 24px;text-align:center;color:var(--muted)}@media(max-width:820px){.hero-section,.hero-card,.section.card{padding:24px}.hero-section,.about-grid,.experience-list,.testimonial-grid,.contact-grid{grid-template-columns:1fr}}
