*,*::before,*::after{box-sizing:border-box}html{font-size:16px}body{margin:0;color:#2c2c2c;background:#f9f9f9;font-family:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji";line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:1.2;margin:0 0 1rem}h1{font-size:clamp(2rem,1.2rem + 3vw,3rem)}h2{font-size:clamp(1.5rem,1rem + 2vw,2.25rem)}p{margin:0 0 1rem;color:#9fb0c0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.center{text-align:center}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.grid{display:grid;gap:1.5rem}@media(min-width: 768px){.grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid{grid-template-columns:repeat(3, 1fr)}}.grid-4{display:grid;gap:1.5rem}@media(min-width: 768px){.grid-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-4{grid-template-columns:repeat(4, 1fr)}}.header{position:absolute;top:0;width:100%;z-index:50;backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.2)}.header__inner{display:flex;align-items:start;justify-content:space-between;padding:1rem 0}@media(min-width: 640px){.header__inner{align-items:center}}.header__brand{width:200px}@media(min-width: 640px){.header__brand{width:350px}}.footer{margin-top:3rem;padding:2rem 0;border-top:1px solid #fff;color:#9fb0c0}.footer__inner{width:min(100% - 2rem,1200px);margin-inline:auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer__nav{display:flex;gap:1rem}.section{padding:3rem 0}.section--alt{background:#0c1117}.section__head{width:min(100% - 2rem,1200px);margin-inline:auto;margin-bottom:1.5rem}.nav{display:none;gap:.5rem;padding:.5rem}.nav__buttons{display:block;margin-top:1.5rem;flex-direction:column}.nav.nav--open{position:fixed;inset:0;z-index:1000;display:flex;height:100vh;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;background:#f9f9f9}.nav__link{color:#2c2c2c;font-size:3rem;font-weight:700;padding:.25rem .5rem;border-radius:8px;text-align:center;transition:color .2s,background .2s}.nav__link:hover,.nav__link:focus{color:#2c2c2c;background:hsla(0,0%,100%,.05)}.nav__link:focus-visible{outline:2px solid #0000c6;outline-offset:2px}@media(min-width: 640px){.nav{position:static;display:flex;flex-direction:row;gap:1.5rem;padding:1rem}.nav__buttons{display:none}.nav__link{color:#2c2c2c;font-size:1.65rem;text-align:right}.nav.nav--open{position:static;height:auto;inset:auto;background:rgba(0,0,0,0);flex-direction:row;gap:.5rem;padding:.5rem;justify-content:flex-end;align-items:center;display:flex}}.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:2000;align-items:center}@media(min-width: 640px){.nav-toggle{display:none}}.nav-toggle__bar{width:2.4rem;height:5px;background:#2c2c2c;border-radius:2px;transition:transform .2s ease,opacity .2s ease,width .2s ease}.nav-toggle.nav-toggle--open .nav-toggle__bar:nth-child(1){transform:translateY(0.8rem) rotate(45deg)}.nav-toggle.nav-toggle--open .nav-toggle__bar:nth-child(2){opacity:0;width:0}.nav-toggle.nav-toggle--open .nav-toggle__bar:nth-child(3){transform:translateY(-0.8rem) rotate(-45deg)}.no-scroll{overflow:hidden}.bigg{margin:3rem 0 1.5rem;display:flex;justify-content:center}.bigg__link{display:flex;gap:1.25rem}.bigg__g{display:inline}.bigg__g svg{height:40px;width:auto}.bigg__heading{margin:0}.bigg__grade{font-weight:700}.bigg__stars{display:inline-flex}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:999px;font-weight:600;border:1px solid rgba(0,0,0,0);transition:transform .06s ease,background .2s,border-color .2s}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid #0000c6;outline-offset:2px}.btn--primary{background:#0000c6;color:#fff}.btn--primary:hover{background:color-mix(in srgb, #0000c6 88%, white)}.btn--whatsapp{background:#00c853;color:#042}.btn--whatsapp:hover{background:color-mix(in srgb, #00c853 88%, white)}.btn--ghost{background:rgba(0,0,0,0);border-color:#fff;color:#2c2c2c}.hero{width:100%}.hero__cover{height:72vh;width:100%;z-index:-1}.hero__cover img{height:100%;width:100%;object-fit:cover;object-position:75% 50%}.hero__content{position:relative;margin-top:-20%;z-index:2}.hero__box{background:#fff;border:1px solid #fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.15);width:min(100% - 2rem,1200px);margin-inline:auto;padding:3rem 2rem}@media(min-width: 768px){.hero__box{grid-template-columns:1.2fr .8fr;align-items:center}}.hero__title{font-size:clamp(1.5rem,1rem + 2vw,2.25rem);margin-bottom:1rem}.hero__lead{font-size:clamp(1rem,.9rem + .6vw,1.25rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.service-grid{display:grid;gap:3rem;grid-template-columns:repeat(1, 1fr)}.service-card{display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media(min-width: 768px){.service-card{flex-direction:row;gap:2rem}}@media(min-width: 768px){.service-card--reverse{flex-direction:row-reverse}}.service-card__content{flex:1 1 auto}.service-card__media{width:100%}@media(min-width: 768px){.service-card__media{flex:0 0 30%;max-width:30%}}.service-card__media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);display:block}.service-card h3{margin-bottom:.75rem}.testimonials{padding:3rem 0}.testimonials__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.testimonials__grid{grid-template-columns:repeat(3, 1fr)}}.testimonial{background:#fff;border:1px solid #fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.15);padding:1.5rem}.testimonial__quote{margin:0;font-style:italic}.testimonial__author{margin-top:1rem;font-weight:600;color:#2c2c2c}.testimonial__meta{color:#9fb0c0;font-size:.95rem}.about{padding:3rem 0;background-color:#474a4f;color:#fff}.about__text{margin-top:2rem}@media(min-width: 768px){.about__text{column-count:2;column-gap:3rem}}.about__profile{display:flex;justify-content:center}.about__profile img{width:150px;height:150px;border-radius:100%;object-fit:cover}.about p{color:#f9f9f9}.about p+p{margin-top:.75rem}.contact{padding:3rem 0;background:linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent)}.contact__inner{width:min(100% - 2rem,1200px);margin-inline:auto;display:grid;gap:1.5rem}@media(min-width: 768px){.contact__inner{grid-template-columns:1fr 1fr}}.contact__col{padding:1.5rem}.contact__list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.contact__list a{color:#0000c6}/*# sourceMappingURL=style.min.css.map */
