/* PERSONALIZE AQUI: identidade visual e medidas globais. */
:root { --navy:#082d4c; --navy-dark:#052139; --blue:#147eb8; --blue-light:#e9f6fc; --green:#1aa665; --green-dark:#128451; --ink:#173246; --muted:#647985; --line:#dbe8ee; --white:#fff; --offwhite:#f7fbfd; --container:1180px; --radius:18px; --shadow:0 20px 55px rgba(8,45,76,.12); font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; color-scheme:light; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; scroll-padding-top:90px; } body { margin:0; color:var(--ink); background:var(--white); line-height:1.65; overflow-x:hidden; } img,svg { display:block; max-width:100%; } a,button { font:inherit; } a:focus-visible,button:focus-visible { outline:3px solid #f0b641; outline-offset:3px; } .container { width:min(calc(100% - 2rem),var(--container)); margin-inline:auto; } .skip-link { position:fixed; z-index:999; top:.5rem; left:.5rem; padding:.7rem 1rem; color:white; background:var(--navy); transform:translateY(-150%); } .skip-link:focus { transform:none; } .prototype-badge { position:fixed; z-index:95; right:0; bottom:0; padding:.3rem .65rem; color:var(--navy-dark); background:#f0b641; font-size:.62rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.site-header { position:fixed; z-index:80; inset:0 0 auto; background:rgba(255,255,255,.96); border-bottom:1px solid transparent; transition:.25s; } .site-header.scrolled { border-color:var(--line); box-shadow:0 8px 30px rgba(8,45,76,.08); backdrop-filter:blur(12px); } .header-inner { min-height:82px; display:flex; align-items:center; gap:2.2rem; } .brand { display:flex; align-items:center; gap:.7rem; color:var(--navy); font-size:1.22rem; font-weight:800; line-height:1; text-decoration:none; } .brand svg { width:39px; color:var(--blue); fill:none; stroke:currentColor; stroke-width:2.6; stroke-linecap:round; } .brand strong { color:var(--blue); } .brand small { display:block; margin-top:.36rem; color:#78909f; font-size:.52rem; font-weight:750; letter-spacing:.13em; text-transform:uppercase; } .nav { display:flex; align-self:stretch; align-items:center; gap:2rem; margin-left:auto; } .nav a { position:relative; display:flex; align-items:center; height:100%; color:#526976; font-size:.86rem; font-weight:750; text-decoration:none; } .nav a::after { content:""; position:absolute; inset:auto 50% 0; width:0; height:3px; background:var(--blue); transition:.2s; } .nav a:hover,.nav a.active { color:var(--navy); } .nav a.active::after { left:0; width:100%; } .menu-toggle { display:none; width:44px; height:44px; margin-left:auto; border:1px solid var(--line); border-radius:50%; color:var(--navy); background:white; } .menu-toggle span { display:block; width:19px; height:2px; margin:4px auto; background:currentColor; }
.button { display:inline-flex; min-height:48px; align-items:center; justify-content:center; gap:.55rem; padding:.8rem 1.2rem; border:1px solid var(--green); border-radius:9px; color:white; background:var(--green); box-shadow:0 10px 25px rgba(26,166,101,.18); font-size:.84rem; font-weight:850; text-decoration:none; transition:transform .2s,background .2s; } .button:hover { background:var(--green-dark); transform:translateY(-2px); } .button svg,.whatsapp-float svg { width:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; } .button-large { min-height:56px; padding:.95rem 1.5rem; font-size:.9rem; } .header-cta { flex:none; }
.hero { position:relative; min-height:720px; padding-top:82px; background:linear-gradient(110deg,#fff 0 53%,#e7f5fb 53%); overflow:hidden; } .hero::before { content:""; position:absolute; width:480px; aspect-ratio:1; left:-340px; top:180px; border:70px solid var(--blue-light); border-radius:50%; } .hero-grid { position:relative; display:grid; grid-template-columns:1fr .95fr; align-items:center; gap:4rem; min-height:638px; } .hero-copy { position:relative; z-index:2; padding:4rem 0; } .eyebrow { margin:0 0 1rem; color:var(--blue); font-size:.69rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; } h1,h2 { color:var(--navy); letter-spacing:-.045em; } h1 { max-width:650px; margin:0; font-size:clamp(3rem,5.1vw,5rem); line-height:1.02; } h1 em,h2 em { color:var(--blue); font-style:normal; } .hero-copy>p:not(.eyebrow) { max-width:590px; margin:1.4rem 0 1.8rem; color:var(--muted); font-size:1.08rem; } .hero-copy small { display:block; margin-top:.8rem; color:#82939d; font-size:.7rem; } .hero-image { position:relative; align-self:end; } .hero-image>img { position:relative; z-index:1; width:100%; filter:drop-shadow(0 24px 32px rgba(9,64,98,.14)); } .image-accent { position:absolute; inset:12% -35% -20% 20%; border-radius:50% 0 0; background:var(--blue); opacity:.12; transform:rotate(-9deg); } .image-note { position:absolute; z-index:2; right:-1rem; bottom:4rem; display:flex; align-items:center; gap:.7rem; padding:.9rem 1.1rem; border-radius:10px; background:white; box-shadow:var(--shadow); } .image-note>span { display:grid; place-items:center; width:35px; aspect-ratio:1; border-radius:50%; color:white; background:var(--green); } .image-note p,.image-note strong { display:block; margin:0; } .image-note p { color:var(--muted); font-size:.68rem; } .image-note strong { color:var(--navy); font-size:.8rem; }
.trust-bar { position:relative; z-index:3; margin-top:-22px; } .trust-grid { display:grid; grid-template-columns:repeat(4,1fr); border-radius:14px; background:white; box-shadow:var(--shadow); } .trust-grid article { display:flex; align-items:center; gap:.8rem; padding:1.5rem; border-right:1px solid var(--line); } .trust-grid article:last-child { border:0; } .line-icon { flex:0 0 42px; display:grid; place-items:center; width:42px; aspect-ratio:1; border-radius:10px; color:var(--blue); background:var(--blue-light); } .line-icon svg,.service-icon svg,.location-icon svg { width:24px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; } .trust-grid p { margin:0; color:var(--muted); font-size:.73rem; line-height:1.45; } .trust-grid strong { color:var(--navy); font-size:.79rem; }
.section { padding:clamp(5rem,9vw,8rem) 0; } .section-heading { max-width:680px; margin:0 auto 3rem; text-align:center; } .section-heading h2,.about-copy h2 { margin:.2rem 0 1rem; font-size:clamp(2.25rem,4vw,3.7rem); line-height:1.05; } .section-heading>p:last-child { color:var(--muted); } .service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; } .service-card { position:relative; min-height:350px; padding:1.8rem; border:1px solid var(--line); border-radius:var(--radius); background:white; transition:.25s; } .service-card:hover { border-color:#b5d9ea; box-shadow:var(--shadow); transform:translateY(-6px); } .service-icon { display:grid; place-items:center; width:56px; aspect-ratio:1; border-radius:13px; color:var(--blue); background:var(--blue-light); } .service-icon svg { width:29px; } .service-card .number { position:absolute; top:1.7rem; right:1.6rem; color:#b5c2c9; font-size:.72rem; font-weight:800; } .service-card h3 { margin:1.8rem 0 .5rem; color:var(--navy); font-size:1.15rem; } .service-card p { color:var(--muted); font-size:.9rem; } .service-card a,.text-link { position:absolute; inset:auto auto 1.7rem 1.8rem; color:var(--blue); font-size:.78rem; font-weight:850; text-decoration:none; } .service-card a span,.text-link span { margin-left:.3rem; }
.about { background:var(--offwhite); } .about-grid { display:grid; grid-template-columns:.95fr 1.05fr; align-items:center; gap:clamp(3rem,8vw,7rem); } .about-image { position:relative; } .about-image img { width:100%; border-radius:var(--radius); box-shadow:var(--shadow); } .about-image>div { position:absolute; right:-1rem; bottom:1.5rem; padding:1rem 1.2rem; border-radius:10px; color:white; background:var(--navy); box-shadow:var(--shadow); } .about-image strong,.about-image span { display:block; } .about-image strong { font-size:.82rem; } .about-image span { color:#bad1df; font-size:.68rem; } .about-copy>p:not(.eyebrow) { color:var(--muted); } .about-copy ul { display:grid; grid-template-columns:1fr 1fr; gap:.8rem; margin:1.8rem 0 2.5rem; padding:0; list-style:none; } .about-copy li { color:var(--navy); font-size:.84rem; font-weight:700; } .about-copy li span { display:inline-grid; place-items:center; width:23px; aspect-ratio:1; margin-right:.4rem; border-radius:50%; color:var(--green); background:#dcf5e9; } .about-copy .text-link { position:static; }
.service-area { padding:4.5rem 0; color:white; background:linear-gradient(110deg,var(--navy-dark),#0b4a76); } .area-inner { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:1.6rem; } .location-icon { display:grid; place-items:center; width:68px; aspect-ratio:1; border:1px solid rgba(255,255,255,.22); border-radius:50%; color:#86d2f4; } .location-icon svg { width:32px; } .area-inner p { margin:0; color:#85c9e9; font-size:.67rem; font-weight:900; letter-spacing:.15em; text-transform:uppercase; } .area-inner h2 { margin:.2rem 0; color:white; font-size:clamp(1.9rem,3.4vw,3.2rem); line-height:1.1; } .area-inner h2 em { color:#6dc7ee; } .area-inner>div>span { color:#bbd1de; font-size:.85rem; } .button-light { color:var(--navy); border-color:white; background:white; box-shadow:none; } .button-light:hover { color:white; background:transparent; }
.final-cta { padding:clamp(4.5rem,8vw,7rem) 0; } .final-inner { display:flex; align-items:center; justify-content:space-between; gap:3rem; padding:clamp(2rem,5vw,4rem); border-radius:var(--radius); background:var(--blue-light); } .final-inner h2 { max-width:700px; margin:.2rem 0 .6rem; font-size:clamp(2rem,4vw,3.5rem); line-height:1.05; } .final-inner p:last-child { color:var(--muted); }
footer { padding:3.5rem 0; color:#adc1cd; background:var(--navy-dark); } .footer-grid { display:grid; grid-template-columns:1fr .7fr 1.3fr; align-items:start; gap:3rem; } .footer-brand { color:white; } .footer-grid nav { display:grid; gap:.55rem; } .footer-grid nav a,.footer-note a { color:#d6e4eb; font-size:.82rem; text-decoration:none; } .footer-note p { margin-top:0; font-size:.75rem; } .footer-note a { color:#7dcced; font-weight:800; } .whatsapp-float { position:fixed; z-index:70; right:1.2rem; bottom:max(1.8rem,env(safe-area-inset-bottom)); display:flex; align-items:center; gap:.55rem; min-height:50px; padding:.75rem 1rem; border-radius:999px; color:white; background:var(--green); box-shadow:0 10px 30px rgba(0,0,0,.22); font-size:.76rem; font-weight:850; text-decoration:none; } .whatsapp-float svg { width:23px; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s,transform .6s; } .reveal.visible,.hero .reveal { opacity:1; transform:none; }
@media (max-width:960px) { .header-inner { gap:1rem; } .menu-toggle { display:block; } .nav { position:fixed; inset:82px 0 auto; display:grid; gap:0; padding:.7rem 1rem 1rem; background:white; border-top:1px solid var(--line); box-shadow:0 14px 25px rgba(8,45,76,.1); transform:translateY(-140%); transition:.25s; } .nav.open { transform:none; } .nav a { min-height:48px; border-bottom:1px solid var(--line); } .nav a::after { display:none; } .menu-open { overflow:hidden; } .hero { background:linear-gradient(110deg,#fff 0 57%,#e7f5fb 57%); } .hero-grid { grid-template-columns:1.08fr .92fr; gap:1.5rem; } .service-grid { grid-template-columns:1fr 1fr; } .trust-grid { grid-template-columns:1fr 1fr; } .trust-grid article:nth-child(2) { border-right:0; } .trust-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); } .footer-grid { grid-template-columns:1fr 1fr; } .footer-note { grid-column:1/-1; } }
@media (max-width:680px) { html { scroll-padding-top:72px; } .prototype-badge { font-size:.52rem; } .header-inner { min-height:70px; } .brand { font-size:1rem; } .brand svg { width:34px; } .brand small { font-size:.43rem; } .header-cta { width:46px; height:46px; min-height:46px; padding:0; border-radius:50%; } .header-cta svg { width:23px; } .header-cta { font-size:0; } .nav { inset-block-start:70px; } .hero { min-height:auto; padding-top:70px; background:linear-gradient(165deg,#fff 0 60%,#e7f5fb 60%); } .hero-grid { display:flex; flex-direction:column; min-height:auto; gap:0; } .hero-copy { width:100%; min-width:0; padding:3.2rem 0 2rem; } h1 { font-size:clamp(2.45rem,12vw,3.2rem); overflow-wrap:break-word; } .hero-copy .button { width:100%; } .hero-image { width:min(100%,500px); margin-inline:auto; } .image-note { right:.2rem; bottom:1.2rem; } .trust-bar { margin-top:0; padding:1rem 0; background:var(--offwhite); } .trust-grid { grid-template-columns:1fr; box-shadow:none; border:1px solid var(--line); } .trust-grid article,.trust-grid article:nth-child(2) { border-right:0; border-bottom:1px solid var(--line); } .trust-grid article:last-child { border:0; } .section { padding:4.5rem 0; } .service-grid { grid-template-columns:1fr; } .service-card { min-height:320px; } .about-grid { grid-template-columns:1fr; } .about-image { order:2; } .about-image>div { right:.5rem; } .about-copy ul { grid-template-columns:1fr; } .area-inner { grid-template-columns:1fr; text-align:center; } .location-icon { margin-inline:auto; } .area-inner .button { width:100%; margin-top:.7rem; } .final-inner { display:grid; gap:1.5rem; } .final-inner .button { width:100%; } .footer-grid { grid-template-columns:1fr; gap:2rem; } .footer-note { grid-column:auto; } .whatsapp-float { right:.8rem; width:50px; padding:0; justify-content:center; } .whatsapp-float span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
