@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes shimmer{0%{background-position:-200%center}to{background-position:200%center}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--brand-blue:#007BFF;--brand-purple:#673AB7;--brand-dark:#1a1a2e;--text-primary:#1a1a2e;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-light:#f8fafc;--white:#ffffff;--transition:all 0.3s ease}html{scroll-behavior:smooth}body{font-family:"Montserrat",sans-serif;line-height:1.6;color:var(--text-primary);background:var(--white)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.landing{min-height:100vh;display:flex;flex-direction:column}.landing__main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a1a 0,#1a1a3e 50%,#2a1a4a 100%)}.landing__bg-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 4s ease-in-out infinite}.landing__bg-orb--blue{width:400px;height:400px;background:rgb(0 123 255/.2);top:20%;left:20%}.landing__bg-orb--purple{width:400px;height:400px;background:rgb(103 58 183/.2);bottom:20%;right:20%;animation-delay:1s}.landing__content{position:relative;z-index:10;max-width:1200px;width:100%}.landing__header,.landing__logo{text-align:center;margin-bottom:1.5rem}.landing__logo img{width:80px;height:80px}.landing__header{margin-bottom:3rem}.landing__subtitle span,.landing__title{-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.landing__title{font-size:clamp(3rem,8vw,6rem);font-weight:900;background:linear-gradient(90deg,var(--brand-blue) 0%,var(--brand-purple) 50%,var(--brand-blue) 100%);background-size:200%auto;animation:shimmer 3s linear infinite;margin-bottom:1rem}.landing__subtitle{font-size:1.5rem;font-weight:300;color:rgb(255 255 255/.8);text-transform:uppercase;letter-spacing:.2em}.landing__subtitle span{font-weight:700;background:linear-gradient(90deg,var(--brand-blue),var(--brand-purple))}.landing__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.landing__cards{grid-template-columns:1fr}}.profile-card{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px rgb(0 0 0/.5);transition:transform .5s ease,box-shadow .5s ease;border:1px solid rgb(255 255 255/.1)}.profile-card:hover{transform:scale(1.02)}.profile-card--blue:hover{box-shadow:0 25px 50px -12px rgb(0 123 255/.5)}.profile-card--purple:hover{box-shadow:0 25px 50px -12px rgb(103 58 183/.5)}.profile-card__image{aspect-ratio:3/4;position:relative}.profile-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.profile-card:hover .profile-card__image img{transform:scale(1.1)}.profile-card__overlay{position:absolute;inset:0;transition:opacity .5s ease}.profile-card--blue .profile-card__overlay{background:linear-gradient(to top,rgb(0 123 255/.95)0,rgb(0 123 255/.4) 50%,transparent 100%);opacity:.7}.profile-card--purple .profile-card__overlay{background:linear-gradient(to top,rgb(103 58 183/.95)0,rgb(103 58 183/.4) 50%,transparent 100%);opacity:.7}.profile-card:hover .profile-card__overlay{opacity:.85}.profile-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:var(--white)}.profile-card__icon{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.profile-card__icon-bg{width:48px;height:48px;background:rgb(255 255 255/.2);backdrop-filter:blur(10px);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.profile-card__title{font-size:2rem;font-weight:900}.profile-card__desc{font-size:1rem;color:rgb(255 255 255/.9);margin-bottom:1rem;font-weight:300}.profile-card__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border-radius:9999px;font-weight:700;transition:var(--transition)}.profile-card--blue .profile-card__btn{color:var(--brand-blue)}.profile-card--purple .profile-card__btn{color:var(--brand-purple)}.profile-card__btn:hover{background:rgb(255 255 255/.9)}.landing__hint{text-align:center;margin-top:3rem;color:rgb(255 255 255/.5);font-size:.875rem;font-weight:300;letter-spacing:.1em}.whatsapp-btn{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.75rem;box-shadow:0 4px 15px rgb(37 211 102/.4);transition:var(--transition);z-index:1000}.whatsapp-btn:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 6px 20px rgb(37 211 102/.5)}.site-footer{background:var(--brand-dark);color:var(--white);padding:2rem}.footer__container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem}.footer__logo img{width:137px;height:40px;border-radius:8px}.footer__copyright{color:rgb(255 255 255/.6);font-size:.875rem}.footer__links{display:flex;gap:2rem;list-style:none}.footer__link{color:rgb(255 255 255/.6);font-size:.875rem;transition:var(--transition)}.footer__link:hover{color:var(--white)}