/* FP Tecnologia V2 — refinamento corporativo sobre a base aprovada. */
:root { --container: 1280px; }
body { font-family: Inter, "Segoe UI", Arial, sans-serif; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible { outline: 3px solid #68c7ff; outline-offset: 3px; }
.header { height: 86px; }
.logo-link img { width: 260px; height: 68px; object-fit: contain; object-position: left center; }
.nav { gap: 30px; }
.nav a { font-size: .96rem; font-weight: 600; }
.nav a.active::after { bottom: 10px; height: 2px; }
.header-place { padding-left: 22px; }
.hero-layout { grid-template-columns: 45% 55%; min-height: 580px; }
.hero-copy { padding: 52px 48px 42px 0; }
.hero-kicker { color: var(--blue); font-size: .74rem !important; font-weight: 800; letter-spacing: .15em; margin-bottom: 12px !important; }
.hero-copy h1 { font-size: clamp(3.15rem, 4.2vw, 4rem); line-height: 1.04; max-width: 610px; }
.hero-copy h1 em { display: inline; }
.hero-copy > p:not(.hero-kicker) { font-size: 1.05rem; line-height: 1.55; max-width: 580px; }
.hero-media { display: grid; place-items: center; background: linear-gradient(135deg,#eaf6ff,#0b4e91); }
.hero-media > img { width: 88%; height: 72%; object-fit: cover; object-position: 45% center; border-radius: 12px; box-shadow: 0 22px 45px rgba(2,34,73,.2); }
.screen-copy { left: 20%; top: 31%; width: 20%; gap: 7px; justify-items: start; text-align: left; transform: none; }
.screen-copy img { width: 66px; height: 30px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.screen-copy strong,.screen-copy small,.screen-copy a { margin-left: 0; }
.hero-benefits { width: 19%; right: 8%; top: 29%; gap: 18px; }
.hero-highlights { margin-top: 32px; }
.hero-highlights p { font-size: .86rem; }
.section { padding: 92px 0; }
.section-title { max-width: 760px; margin-bottom: 45px; }
.service-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-grid article { min-height: 132px; padding: 18px 48px 20px 18px; grid-template-columns: 50px 1fr; gap: 13px; border-radius: 15px; align-content: center; }
.service-grid h3 { font-size: 1.04rem; line-height: 1.18; margin: 2px 0 7px; }
.service-grid p { font-size: .86rem; line-height: 1.38; max-width: 290px; }
.service-grid article > a { right: 15px; bottom: 15px; width: 25px; height: 25px; }
.ico { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(145deg,#22a9fa,#0868dd) !important; }
.pillars { background: linear-gradient(120deg,#062c59,#074d8c); color: #fff; position: relative; overflow: hidden; }
.pillars::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -180px; top: -230px; box-shadow: 0 0 0 65px rgba(255,255,255,.025); }
.pillars .section-title span,.pillars .section-title h2,.pillars .section-title p { color: #fff; }
.pillars .section-title span::before { background: #5ec7ff; }
.pillars .section-title p { opacity: .72; }
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; z-index: 1; }
.pillars-grid article { position: relative; min-height: 220px; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); transition: transform .2s,background .2s; }
.pillars-grid article:hover { transform: translateY(-5px); background: rgba(255,255,255,.11); }
.pillars-grid b { position: absolute; right: 25px; top: 19px; color: rgba(255,255,255,.35); font-size: .8rem; }
.pillars-grid .line-icon { width: 42px; height: 42px; stroke: #64ceff; margin-bottom: 23px; }
.pillars-grid h3 { font-size: 1.45rem; margin: 0 0 8px; }
.pillars-grid p { margin: 0; color: #c9dced; max-width: 300px; }
.about-layout { grid-template-columns: 1.05fr .95fr; gap: 74px; }
.about-copy { padding-right: 0; }
.about-copy p:not(.kicker) { font-size: 1rem; line-height: 1.65; }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 30px; }
.metrics div { border-top: 2px solid var(--blue); padding: 15px 8px 0 0; }
.metrics strong,.metrics span { display: block; }
.metrics strong { color: var(--blue); font-size: 1.55rem; letter-spacing: -.03em; }
.metrics span { color: var(--muted); font-size: .78rem; }
.about-visual { min-height: 390px; padding: 42px; }
.about-visual > div:first-child { max-width: 210px; position: relative; z-index: 2; }
.about-visual .mini-map { width: 210px; height: 250px; }
.map-svg { width: 220px; height: 270px; object-fit: contain; flex: none; filter: drop-shadow(0 13px 20px rgba(8,93,187,.18)); }
.differences { background: #f1f7fd; }
.diff-grid { gap: 20px; }
.diff-grid article { min-height: 190px; align-items: flex-start; flex-direction: column; padding: 28px; border-radius: 15px; box-shadow: 0 8px 24px rgba(8,55,105,.05); }
.diff-grid h3 { font-size: 1.08rem; }
.diff-grid p { font-size: .88rem; line-height: 1.45; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #dbe8f4; border: 1px solid #dbe8f4; border-radius: 13px; overflow: hidden; margin-top: 28px; }
.trust-strip span { background: #fff; padding: 16px; text-align: center; font-size: .78rem; font-weight: 700; }
.trust-strip span::before { content: "✓"; color: var(--blue); margin-right: 7px; }
.cta-band { padding: 42px 0; background: #0874e8; color: #fff; }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band span { font-size: .7rem; letter-spacing: .15em; font-weight: 800; opacity: .75; }
.cta-band h2 { margin: 5px 0 0; font-size: clamp(1.6rem,2.4vw,2.3rem); }
.cta-band .button { background: #fff; color: var(--blue); box-shadow: none; }
.contact-layout { grid-template-columns: .9fr 1.1fr; }
.contact-info h2 { max-width: 560px; }
.contact-whatsapp { display: inline-flex; gap: 6px; margin-top: 28px; color: #b9d5ed; font-size: .9rem; }
.contact-whatsapp strong { color: #65d0ff; }
.contact-form { padding: 36px; border-radius: 18px; }
.form-consent { margin: -4px 0 0; color: #60778f; font-size: .72rem; line-height: 1.45; }
.form-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.footer-columns { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 65px; padding: 54px 0 45px; }
.footer-columns > div { display: flex; flex-direction: column; gap: 8px; }
.footer-columns h3 { color: #fff; font-size: .87rem; margin: 0 0 9px; }
.footer-columns a,.footer-columns span { color: #9eb4c9; font-size: .8rem; }
.footer-columns a:hover { color: #fff; }
.footer-columns .footer-brand { display: block; }
.footer-columns .footer-brand p { border: 0; padding: 13px 0 0; }
.footer-logo { width: max-content; }
.footer-logo img { width: 215px; height: 56px; object-fit: contain; object-position: left center; }
.footer-columns .social { flex-direction: row; margin-top: 8px; }
.footer-bottom { justify-content: center; }
#servicos,#sobre,#diferenciais,#contato { scroll-margin-top: 100px; }
@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 46% 54%; }
  .hero-copy h1 { font-size: 3rem; }
  .header-place { display: none; }
  .footer-columns { gap: 35px; }
}
@media (max-width: 800px) {
  .header { height: 76px; }
  .logo-link img { width: 205px; height: 58px; }
  .nav { top: 76px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 42px; }
  .hero-copy h1 { max-width: 620px; margin-left: auto; margin-right: auto; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .hero-media > img { width: 92%; height: 74%; object-position: 45% center; }
  .screen-copy { left: 18%; top: 33%; width: 24%; }
  .hero-benefits { right: 5%; top: 30%; width: 25%; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillars-grid article { min-height: 0; }
  .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-layout { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .footer-columns { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-copy > p:not(.hero-kicker) { font-size: .98rem; }
  .hero-highlights { width: 100%; grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 128px; padding: 18px 46px 18px 18px; }
  .metrics { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; padding: 28px; }
  .about-visual .mini-map { width: 150px; height: 190px; }
  .map-svg { width: 150px; height: 200px; }
  .diff-grid,.trust-strip { grid-template-columns: 1fr; }
  .diff-grid article { min-height: 0; }
  .cta-band .container { display: grid; text-align: center; }
  .contact-layout { gap: 45px; }
  .footer-columns { grid-template-columns: 1fr; gap: 30px; }
}
