@font-face { font-family: 'Neue Montreal'; src: url('./neue-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('./neue-medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('./creato-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('./creato-extra-bold.ttf') format('truetype'); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --azul-profundo: #06152d;
  --azul-noite: #081c3a;
  --azul-base: #0a679b;
  --azul-ceu: #d3e9ff;
  --dourado: #b79a5d;
  --dourado-suave: #d8c899;
  --off-white: #f4efe5;
  --creme: #ebe3d4;
  --linha: rgba(6, 21, 45, .13);
  --texto: #142035;
  --texto-suave: rgba(20, 32, 53, .68);
  --branco: #fffaf0;
  --container: min(1180px, calc(100vw - 42px));
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow-soft: 0 32px 90px rgba(6, 21, 45, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--off-white); }
body { margin: 0; color: var(--texto); font-family: 'Neue Montreal', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--off-white); overflow-x: hidden; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
input, select, textarea, button { font: inherit; }
::selection { background: var(--azul-profundo); color: var(--branco); }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; transform: translateY(-130%); padding: 10px 14px; background: var(--branco); color: var(--azul-profundo); border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }

.hero { position: relative; min-height: 100svh; color: var(--branco); background: var(--azul-profundo); isolation: isolate; overflow: hidden; }
.hero::after { content: ''; position: absolute; left: max(21px, calc((100vw - 1180px) / 2)); right: max(21px, calc((100vw - 1180px) / 2)); bottom: 38px; height: 1px; background: linear-gradient(90deg, rgba(216,200,153,.42), transparent 74%); opacity: .48; pointer-events: none; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background: url('./piscina.webp') center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(6,21,45,.10) 0%, rgba(6,21,45,.30) 42%, rgba(6,21,45,.88) 100%), linear-gradient(90deg, rgba(6,21,45,.84) 0%, rgba(6,21,45,.48) 45%, rgba(6,21,45,.12) 100%); }
.hero-topline { position: absolute; z-index: 3; top: 0; left: max(21px, calc((100vw - 1180px) / 2)); right: max(21px, calc((100vw - 1180px) / 2)); min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,250,240,.18); }
.hero-logo img { width: 150px; height: auto; display: block; }
.hero-topline span { color: var(--dourado-suave); font-size: 16px; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; white-space: nowrap; text-align: right; }
.hero-content { min-height: 100svh; display: flex; align-items: end; padding: 118px 0 clamp(132px, 14vh, 190px); }
.hero-layout { padding-top: 0; }
.hero-address { color: rgba(255,250,240,.74); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { margin-top: 22px; font-family: 'Creato Display', 'Neue Montreal', system-ui, sans-serif; font-weight: 400; font-size: clamp(52px, 6.2vw, 92px); line-height: .98; letter-spacing: -.041em; max-width: 710px; }
.hero h1 span, .hero h1 em { display: block; font-style: normal; }
.hero h1 em { color: var(--azul-ceu); font-weight: 400; }
.hero-subtitle { max-width: 610px; margin-top: 20px; color: rgba(255,250,240,.86); font-size: clamp(17px, 1.38vw, 20px); line-height: 1.42; letter-spacing: -.01em; }
.hero-specbar { max-width: 870px; margin-top: 28px; padding: 15px 0; display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid rgba(255,250,240,.23); border-bottom: 1px solid rgba(255,250,240,.16); color: rgba(255,250,240,.82); font-size: 13px; letter-spacing: .015em; }
.hero-action-row { margin-top: 30px; display: flex; align-items: center; gap: 20px; }
.hero-action-row p { max-width: 295px; color: rgba(255,250,240,.66); line-height: 1.45; font-size: 13px; }
.primary-btn, .text-cta { min-height: 52px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 0; transition: transform .24s var(--ease), background .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease); }
.primary-btn { background: rgba(255,250,240,.94); color: var(--azul-profundo); border: 1px solid rgba(255,250,240,.58); font-weight: 500; box-shadow: 0 20px 52px rgba(0,0,0,.18); letter-spacing: .012em; }
.primary-btn:hover, .primary-btn:focus { background: var(--branco); transform: translateY(-2px); box-shadow: 0 24px 62px rgba(0,0,0,.22); }
.text-cta:hover, .text-cta:focus { transform: translateY(-1px); }
.primary-btn:focus-visible, .text-cta:focus-visible, .submit-btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--dourado-suave); outline-offset: 3px; }

.section { padding: clamp(66px, 7vw, 96px) 0; }
.label { font-size: 10px; line-height: 1.2; letter-spacing: .24em; text-transform: uppercase; color: var(--azul-base); font-weight: 500; }
.label.light { color: rgba(255,250,240,.68); }
.intro-section { background: var(--branco); }
.intro-grid { display: grid; grid-template-columns: .74fr .86fr; gap: clamp(38px, 8vw, 128px); align-items: start; }
.intro-grid.aligned > div { padding-top: 0; }
.intro-grid h2, .section-head h2, .qualification-copy h2, .address-block h2 { margin-top: 16px; font-family: 'Creato Display'; font-size: clamp(30px, 3.35vw, 46px); line-height: 1.075; letter-spacing: -.032em; font-weight: 400; text-wrap: balance; }
.intro-copy { padding-top: 18px; color: var(--texto-suave); font-size: clamp(16px, 1.48vw, 19px); line-height: 1.66; }
.intro-copy p + p { margin-top: 16px; }
.text-cta { margin-top: 24px; padding: 0; min-height: auto; color: var(--azul-base); border-bottom: 1px solid color-mix(in srgb, currentColor 55%, transparent); font-size: 15px; font-weight: 500; box-shadow: none; background: transparent; }

.tech-section { position: relative; color: var(--branco); background: var(--azul-profundo); overflow: hidden; padding-top: clamp(74px, 7vw, 104px); }
.tech-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,45,.94) 0%, rgba(6,21,45,.86) 48%, rgba(6,21,45,.66) 100%), url('./piscina.webp') center / cover no-repeat; transform: scale(1.01); }
.tech-section .container { position: relative; z-index: 1; }
.section-head.compact { max-width: 710px; margin-bottom: 32px; }
.section-head.compact p:not(.label) { margin-top: 14px; color: rgba(255,250,240,.70); font-size: 16px; line-height: 1.58; max-width: 590px; }
.tech-board { display: grid; grid-template-columns: minmax(0, 1fr) minmax(164px, 214px); gap: 14px; }
.tower-panel, .tower-side, .global-highlights div { border: 1px solid rgba(183,154,93,.68); background: rgba(7, 20, 42, .84); box-shadow: inset 0 1px 0 rgba(255,250,240,.04), 0 22px 60px rgba(0,0,0,.15); }
.tower-panel { padding: clamp(20px, 2.5vw, 28px); border-radius: 14px; }
.tower-header { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,250,240,.14); }
.tower-header h3 { font-family: 'Creato Display'; font-size: clamp(27px, 3.2vw, 40px); line-height: 1; letter-spacing: -.03em; font-weight: 400; }
.tower-header p { text-align: right; color: rgba(255,250,240,.76); }
.tower-header p strong { display: block; font-size: 13px; letter-spacing: .10em; text-transform: uppercase; font-weight: 500; }
.tower-header p span { display: block; margin-top: 5px; font-size: 12px; color: rgba(255,250,240,.66); }
.plant-row { display: grid; grid-template-columns: 54px minmax(160px, .62fr) minmax(220px, 1fr); gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,250,240,.12); }
.plant-row:last-child { border-bottom: 0; padding-bottom: 0; }
.plant-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(216,200,153,.78); border-radius: 50%; color: var(--dourado-suave); line-height: 1; }
.plant-icon svg { width: 23px; height: 23px; display: block; }
.plant-meter span { display: block; color: var(--dourado-suave); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; }
.plant-meter strong { display: block; margin-top: 5px; color: var(--branco); font-size: clamp(25px, 2.35vw, 32px); line-height: 1; letter-spacing: -.028em; font-weight: 400; }
.plant-detail strong { display: block; color: var(--branco); font-size: clamp(16px, 1.34vw, 20px); line-height: 1.08; font-weight: 500; }
.plant-detail small { font-size: .72em; color: rgba(255,250,240,.78); }
.plant-detail b { display: block; margin-top: 7px; color: var(--dourado-suave); font-size: clamp(14px, 1.25vw, 18px); font-weight: 500; }
.plant-detail span { display: block; margin-top: 8px; color: rgba(255,250,240,.70); font-size: 12px; }
.tower-side { border-radius: 14px; display: grid; gap: 14px; padding: 14px; align-content: stretch; }
.tower-side div { min-height: 126px; display: grid; place-items: center; align-content: center; gap: 10px; text-align: center; border: 1px solid rgba(216,200,153,.36); border-radius: 10px; padding: 16px; background: rgba(255,250,240,.015); }
.tower-side span { color: var(--dourado-suave); line-height: 1; display: grid; place-items: center; }
.tower-side span svg { width: 30px; height: 30px; display: block; }
.tower-side strong { color: rgba(255,250,240,.88); font-size: 13px; line-height: 1.24; letter-spacing: .09em; text-transform: uppercase; font-weight: 500; }
.global-highlights { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.global-highlights div { min-height: 106px; border-radius: 14px; padding: 19px; display: grid; align-content: space-between; }
.global-highlights span { color: var(--dourado-suave); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.global-highlights strong { color: var(--branco); font-family: 'Creato Display'; font-weight: 400; font-size: clamp(19px, 1.82vw, 26px); line-height: 1.08; letter-spacing: -.024em; }

.qualification-section { position: relative; color: var(--branco); background: var(--azul-profundo); padding: clamp(72px, 8vw, 104px) 0; overflow: hidden; }
.qualification-section::before { content: ''; position: absolute; inset: 0; opacity: .055; background: linear-gradient(rgba(255,250,240,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,250,240,.14) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.qualification-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .74fr 1fr; gap: clamp(38px, 7vw, 92px); align-items: start; }
.qualification-copy p:not(.label) { margin-top: 20px; font-size: clamp(16px, 1.55vw, 20px); line-height: 1.58; color: rgba(255,250,240,.72); max-width: 520px; }
.lead-tags { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.lead-tags span { min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid rgba(255,250,240,.20); border-radius: 999px; color: rgba(255,250,240,.74); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.lead-form { background: var(--branco); color: var(--texto); padding: clamp(24px, 4vw, 38px); box-shadow: 0 34px 84px rgba(0,0,0,.24); }
.lead-form h3 { font-family: 'Creato Display'; font-weight: 400; font-size: clamp(27px, 2.65vw, 38px); line-height: 1.02; letter-spacing: -.03em; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--azul-profundo); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid rgba(6,21,45,.18); background: rgba(244,239,229,.58); color: var(--texto); padding: 0 14px; outline: none; border-radius: 0; transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); }
.field textarea { min-height: 92px; padding-top: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--azul-base); box-shadow: 0 0 0 3px rgba(10,103,155,.14); background: var(--branco); }
.form-note { margin: 18px 0 22px; color: var(--texto-suave); font-size: 12px; line-height: 1.5; }
.submit-btn { width: 100%; min-height: 52px; border: 0; border-radius: 0; background: var(--azul-profundo); color: var(--branco); cursor: pointer; transition: transform .22s var(--ease), background .22s var(--ease); letter-spacing: .015em; }
.submit-btn:hover, .submit-btn:focus { transform: translateY(-2px); background: var(--azul-noite); }

.whatsapp-float { position: fixed; right: max(18px, calc((100vw - 1180px) / 2)); bottom: 22px; z-index: 90; min-height: 54px; padding: 0 19px 0 16px; display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; background: #25d366; color: #06152d; font-weight: 600; font-size: 14px; letter-spacing: .01em; box-shadow: 0 18px 52px rgba(6,21,45,.24); border: 1px solid rgba(255,255,255,.42); transition: transform .22s var(--ease), box-shadow .22s var(--ease), filter .22s var(--ease); }
.whatsapp-float svg { width: 24px; height: 24px; display: block; }
.whatsapp-float:hover, .whatsapp-float:focus { transform: translateY(-2px); box-shadow: 0 22px 64px rgba(6,21,45,.30); filter: saturate(1.04); }
.whatsapp-float:focus-visible { outline: 2px solid var(--dourado-suave); outline-offset: 4px; }

.location-section { background: var(--off-white); }
.location-grid { display: grid; grid-template-columns: .38fr .62fr; gap: clamp(38px, 7vw, 90px); align-items: stretch; }
.address-block p:not(.label) { margin-top: 20px; color: var(--texto-suave); font-size: 17px; line-height: 1.6; }
.map-frame { min-height: 500px; border: 1px solid rgba(6,21,45,.12); background: var(--creme); overflow: hidden; box-shadow: var(--shadow-soft); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.08) saturate(.86); }
footer { padding: 30px 0; background: var(--azul-profundo); color: rgba(255,250,240,.62); font-size: 12px; line-height: 1.5; }
.footer-inner { width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; }

@media (max-width: 1040px) {
  .tech-board { grid-template-columns: 1fr; }
  .tower-side { grid-template-columns: 1fr 1fr; }
  .tower-side div { min-height: 112px; }
  .global-highlights { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hero-content { align-items: end; }
  .intro-grid, .qualification-grid, .location-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .plant-row { grid-template-columns: 50px 1fr; }
  .plant-detail { grid-column: 2; }
}
@media (max-width: 620px) {
  :root { --container: min(100vw - 28px, 1180px); }
  .hero-topline { min-height: 72px; left: 14px; right: 14px; }
  .hero-logo img { width: 128px; }
  .hero-topline span { font-size: clamp(12px, 3.4vw, 16px); letter-spacing: .08em; }
  .hero-content { padding: 92px 0 36px; min-height: 100svh; }
  .hero::after { left: 14px; right: 14px; bottom: 20px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: .99; letter-spacing: -.034em; }
  .hero-subtitle { font-size: 16px; max-width: 330px; }
  .hero-specbar { gap: 11px 16px; font-size: 12px; padding: 14px 0; }
  .hero-action-row { align-items: stretch; flex-direction: column; gap: 14px; }
  .primary-btn { width: 100%; text-align: center; padding: 0 18px; }
  .section { padding: 56px 0; }
  .intro-grid h2, .section-head h2, .qualification-copy h2, .address-block h2 { font-size: clamp(27px, 8vw, 36px); line-height: 1.08; }
  .intro-copy, .section-head.compact p:not(.label), .qualification-copy p:not(.label), .address-block p:not(.label) { font-size: 15.5px; }
  .tower-header { display: block; }
  .tower-header p { margin-top: 12px; text-align: left; }
  .plant-row { grid-template-columns: 46px 1fr; gap: 12px; }
  .plant-icon { width: 38px; height: 38px; }
  .plant-icon svg { width: 21px; height: 21px; }
  .plant-meter strong { font-size: 26px; }
  .tower-side { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 22px; }
  .map-frame { min-height: 420px; }
  .footer-inner { flex-direction: column; }

  .whatsapp-float { right: 14px; bottom: 14px; min-height: 50px; padding: 0 15px 0 13px; font-size: 13px; }
  .whatsapp-float svg { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
