*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}:root{--color-primary:#0f172a;--color-secondary:#1d4ed8;--color-accent:#0ea5e9;--color-terceary:#0b2c6b;--color-terceary-accent:#315395;--color-bg:#fff;--color-text:#1e293b;--color-muted:#64748b;--container:1200px;--radius:8px}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.header{background:var(--color-bg);z-index:1000;border-bottom:1px solid #eee;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:90px;display:flex}.logo{align-items:center;text-decoration:none;display:inline-flex}.logo img{height:60px}.logo-desktop{display:block}.logo-mobile{display:none}.menu{gap:2rem;display:flex}.menu a{color:var(--color-text);font-weight:500;text-decoration:none}.menu a:hover{color:var(--color-secondary)}@media (width>=651px) and (width<=900px){.logo-desktop{display:none}.logo-mobile{height:36px;display:block}}@media (width>=480px) and (width<=650px){.nav{justify-content:space-around;align-items:center;display:flex}.logo-desktop{display:none}.logo-mobile{height:36px;display:block}.header-cta{display:none}}@media (width<=479px){.nav{justify-content:center;align-items:center;display:flex}.logo-desktop,.logo-mobile,.header-cta{display:none}}.cta{background:var(--color-secondary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.6rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.cta:hover{background:var(--color-accent)}.btn-secondary{background:var(--color-terceary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.6rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--color-terceary-accent)}.hero{background:linear-gradient(#f8fbff 0%,#fff 100%);padding:4rem 0}.hero__content{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;display:grid}.hero__text h1{color:var(--color-primary);max-width:12ch;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.05}.hero__text p{color:var(--color-muted);max-width:60ch;margin-bottom:1.5rem;font-size:1.05rem}.hero__eyebrow{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.hero__trust{color:var(--color-muted);flex-wrap:wrap;gap:1.5rem;font-size:.9rem;display:flex}.hero__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 20px 50px #0f172a14}.hero__card-badge{color:#1e40af;background:#dbeafe;border-radius:999px;margin-bottom:1rem;padding:.35rem .7rem;font-size:.8rem;font-weight:700;display:inline-block}.hero__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.2rem}.hero__card ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.hero__card li{color:var(--color-muted);font-size:.95rem}@media (width<=900px){.hero__content{grid-template-columns:1fr}.hero{padding:4rem 0 3rem}}.trustbar{background:var(--color-primary);padding:1.5rem 0}.trustbar__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.trustbar__item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:1rem}.trustbar__item h3{color:#fff;margin-bottom:.35rem;font-size:1.05rem}.trustbar__item p{color:#ffffffc7;font-size:.95rem}@media (width<=900px){.trustbar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.trustbar__grid{grid-template-columns:1fr}}.section{padding:6rem 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 2.5rem}.section-heading h2{color:var(--color-primary);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.section-heading p{color:var(--color-muted)}.section-heading__eyebrow{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.services{background:#f8fafc}.services__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0f172a14}.service-card h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.1rem}.service-card p{color:var(--color-muted)}.process{background:#fff}.process__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.process-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem}.process-card__number{color:#1e40af;background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-weight:700;display:inline-flex}.process-card h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.05rem}.process-card p{color:var(--color-muted)}.about{background:#f8fbff}.about__content{grid-template-columns:1.2fr .8fr;align-items:start;gap:2rem;display:grid}.about__text h2{color:var(--color-primary);max-width:16ch;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.8rem)}.about__text p{color:var(--color-muted);max-width:60ch;margin-bottom:1rem}.about__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.about__highlight{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem}.about__highlight strong{color:var(--color-primary);margin-bottom:.35rem;display:block}.about__highlight span{color:var(--color-muted);font-size:.95rem}.about__card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;box-shadow:0 20px 50px #0f172a0f}.about__card h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.2rem}.about__card p{color:var(--color-muted);margin-bottom:1rem}.about__card ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.about__card li{color:var(--color-muted)}@media (width<=1100px){.services__grid,.process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about__content{grid-template-columns:1fr}.about__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.section{padding:4rem 0}.services__grid,.process__grid,.about__highlights{grid-template-columns:1fr}}.cta-section{background:var(--color-secondary);color:#fff;padding:3rem 0}.cta-section__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-section h2{margin-bottom:.5rem;font-size:1.8rem}.cta-section p{opacity:.9}.cta-section .cta{color:var(--color-secondary);background:#fff}.cta-section__actions{gap:1rem;display:flex}.contact__content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact__info p{color:var(--color-muted);margin-bottom:1.5rem}.contact__data{flex-direction:column;gap:1rem;display:flex}.contact__data strong{color:var(--color-primary);display:block}.contact__data span{color:var(--color-muted)}.contact__form{flex-direction:column;gap:1rem;display:flex}.contact__form input,.contact__form textarea{border-radius:var(--radius);border:1px solid #e2e8f0;padding:.8rem;font-family:inherit}.footer{background:var(--color-primary);color:#fff;padding-top:3rem}.footer__content{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.footer__brand p{opacity:.7;max-width:300px;margin-top:.5rem}.footer__links{gap:3rem;display:flex}.footer__links a,.footer__links span{color:#ffffffb3;margin-top:.5rem;text-decoration:none;display:block}.footer__links a:hover{color:#fff}.footer__bottom{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;margin-top:2rem;padding:1rem 0;font-size:.9rem}@media (width<=900px){.contact__content{grid-template-columns:1fr}.footer__content{flex-direction:column}.footer__links{flex-direction:column;gap:1.5rem}}.whatsapp-float{z-index:9999;background:#48c25a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 6px 20px #0003}.whatsapp-float:hover{transition:all .3s;scale:1.1}.whatsapp-float svg{width:100%;height:100%}
