
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy-950: #071a31;
  --navy-900: #0c2647;
  --navy-800: #15375f;
  --cyan-500: #2fb8e8;
  --cyan-400: #58c8ee;
  --cyan-100: #dff6ff;
  --white: #fff;
  --ink: #10243b;
  --muted: #627286;
  --line: #d8e4ea;
  --surface: #f5fafc;
  --shadow: 0 24px 70px rgba(6, 30, 54, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Geist", "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font-family: "Geist", "Segoe UI", Arial, sans-serif; }

.ideal-clima-theme {
  margin: 0;
  overflow-x: hidden;
}

.ideal-clima-theme .ideal-clima-page-content,
.ideal-clima-theme .elementor,
.ideal-clima-theme .elementor-section-wrap,
.ideal-clima-theme .elementor-widget-wrap,
.ideal-clima-theme .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.ideal-clima-theme .ideal-clima-elementor-row,
.ideal-clima-theme .ideal-clima-elementor-row > .elementor-container,
.ideal-clima-theme .ideal-clima-elementor-row .elementor-column,
.ideal-clima-theme .ideal-clima-elementor-row .elementor-widget-wrap,
.ideal-clima-theme .elementor-widget-ideal-clima-header,
.ideal-clima-theme .elementor-widget-ideal-clima-onepage,
.ideal-clima-theme .elementor-widget-ideal-clima-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ideal-clima-theme .elementor-widget:not(:last-child) { margin-bottom: 0; }
.ideal-clima-standard-page { width: min(1180px, calc(100% - 48px)); margin: 60px auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: #071a31; background: #fff; }
body.admin-bar .site-header { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea, a { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--cyan-500); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000;
  padding: 12px 18px; border-radius: 10px; background: #fff;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  min-height: 34px; display: flex; align-items: center;
  color: rgba(255,255,255,.76); background: var(--navy-950);
  font-size: 12px; letter-spacing: .03em;
}
.announcement-inner { display: flex; align-items: center; justify-content: space-between; }
.announcement-inner > span { display: flex; gap: 8px; align-items: center; }
.announcement a { color: #fff; font-weight: 750; }
.status-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #5fda80;
  box-shadow: 0 0 0 4px rgba(95,218,128,.13);
}

.site-header {
  position: sticky; top: 0; z-index: 100; min-height: 76px;
  display: flex; align-items: center; border-bottom: 1px solid rgba(216,228,234,.85);
  background: rgba(255,255,255,.94); backdrop-filter: blur(16px);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-copy strong {
  color: var(--navy-900); font-size: 18px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}
.brand-copy small {
  color: var(--cyan-500); font-size: 9px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
}
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a { position: relative; padding-block: 26px; color: #40546a; font-size: 13px; font-weight: 650; }
.main-nav a::after {
  position: absolute; right: 0; bottom: 19px; left: 0; height: 2px;
  content: ""; background: var(--cyan-500); transform: scaleX(0);
  transform-origin: right; transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer;
  font-size: 14px; font-weight: 780; line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button span { font-size: 18px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px,-2px); }
.button-small { min-height: 44px; padding-inline: 20px; color: #fff; background: var(--navy-900); font-size: 12px; }
.button-small:hover { background: var(--cyan-500); box-shadow: 0 10px 30px rgba(47,184,232,.3); }
.button-primary { color: var(--navy-950); background: var(--cyan-400); box-shadow: 0 14px 36px rgba(47,184,232,.22); }
.button-primary:hover { background: #7bd6f3; box-shadow: 0 17px 42px rgba(47,184,232,.34); }

.hero { position: relative; min-height: 686px; overflow: hidden; color: #fff; background: var(--navy-900); }
.hero-grid {
  position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 65%);
}
.wave {
  position: absolute; left: -7%; width: 48%; height: 48px;
  border-top: 3px solid rgba(77,197,237,.18); border-radius: 50%; transform: rotate(-7deg);
}
.wave-one { bottom: 110px; }
.wave-two { bottom: 75px; left: -2%; }
.hero-inner {
  position: relative; z-index: 2; min-height: 686px; display: grid;
  grid-template-columns: 1.03fr .97fr; align-items: center; gap: 62px; padding-block: 70px 80px;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: #326584; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 2px; background: var(--cyan-500); }
.eyebrow-light { color: rgba(255,255,255,.67); }
.hero h1 {
  max-width: 650px; margin: 0; font-size: clamp(50px,5.2vw,76px);
  font-weight: 740; letter-spacing: -.058em; line-height: .99;
}
.hero h1 em { display: block; color: var(--cyan-400); font-style: normal; font-weight: 550; }
.hero-lead { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 750; }
.text-link { color: #fff; }
.text-link span, .arrow-link span, .services-cta a span { color: var(--cyan-500); font-size: 18px; }
.arrow-link { color: var(--navy-800); }
.hero-proof { display: flex; gap: 56px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: 14px; font-weight: 750; }
.hero-proof span { color: rgba(255,255,255,.52); font-size: 11px; }
.hero-visual { position: relative; }
.hero-image-wrap {
  position: relative; height: 515px; overflow: hidden; border: 1px solid rgba(255,255,255,.18);
  border-radius: 155px 28px 28px 28px; box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.hero-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 55%,rgba(6,22,40,.36)); }
.ideal-clima-main .hero-image-wrap > img { display: block; width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; object-position: var(--ideal-hero-x-v2,100%) var(--ideal-hero-y-v2,50%); transform: scale(var(--ideal-hero-zoom-v2,1.22)); transform-origin: var(--ideal-hero-x-v2,100%) var(--ideal-hero-y-v2,50%); transition: transform .25s ease; }
.image-note {
  position: absolute; z-index: 2; right: 16px; bottom: 12px; padding: 5px 9px;
  border-radius: 999px; color: rgba(255,255,255,.74); background: rgba(7,26,49,.72);
  font-size: 8px; letter-spacing: .04em;
}
.hero-floating-card {
  position: absolute; right: -35px; bottom: 45px; z-index: 3; width: 260px;
  display: flex; align-items: center; gap: 13px; padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 16px;
  color: var(--ink); background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.floating-icon { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--cyan-100); font-weight: 900; }
.hero-floating-card div { display: flex; flex-direction: column; gap: 4px; }
.hero-floating-card strong { font-size: 12px; line-height: 1.25; }
.hero-floating-card div > span { color: var(--muted); font-size: 10px; }
.hero-year {
  position: absolute; top: 35px; left: -34px; z-index: 3; width: 92px; height: 92px;
  display: grid; place-content: center; border-radius: 50%; color: var(--navy-950);
  background: var(--cyan-500); text-align: center; transform: rotate(-8deg);
}
.hero-year span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-year strong { font-size: 21px; }

.trust-strip { color: var(--navy-950); background: var(--cyan-500); }
.trust-grid { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.trust-grid p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid strong { font-size: 21px; font-weight: 720; }
.trust-grid > span { width: 5px; height: 5px; border-radius: 50%; background: rgba(7,26,49,.45); }

.section { padding-block: 112px; }
.section-heading h2 {
  max-width: 650px; margin: 0; color: var(--navy-900); font-size: clamp(38px,4.1vw,58px);
  font-weight: 700; letter-spacing: -.048em; line-height: 1.07;
}
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; }
.about-heading { position: relative; }
.about-heading::before {
  position: absolute; top: -58px; left: -50px; z-index: 0; content: "10+";
  color: var(--surface); font-size: 170px; font-weight: 850; letter-spacing: -.08em; line-height: 1;
}
.about-heading > * { position: relative; z-index: 1; }
.about-copy { padding-top: 32px; }
.about-copy p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-copy p:first-child { color: #32495e; font-size: 19px; }
.about-copy .arrow-link { margin-top: 12px; }

.services { background: var(--surface); }
.section-intro { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card {
  min-height: 390px; display: flex; flex-direction: column; padding: 28px;
  border: 1px solid var(--line); border-radius: 24px; background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: #b7dce9; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: var(--cyan-500); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.service-arrow { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy-900); }
.featured .service-arrow { border-color: rgba(255,255,255,.2); color: #fff; }
.service-card h3 { min-height: 62px; margin: 70px 0 15px; color: var(--navy-900); font-size: 21px; font-weight: 720; letter-spacing: -.03em; line-height: 1.2; }
.featured h3 { color: #fff; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.featured p { color: rgba(255,255,255,.62); }
.service-tag { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: #668092; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.featured .service-tag { border-color: rgba(255,255,255,.13); color: var(--cyan-400); }
.services-cta { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 42px; color: var(--muted); font-size: 13px; }
.services-cta p { margin: 0; }
.services-cta a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-weight: 800; }

.precision { color: #fff; background: var(--navy-900); }
.precision-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 95px; }
.precision-visual { position: relative; }
.precision-image-frame { position: relative; height: var(--ideal-diff-height,590px); overflow: hidden; border-radius: var(--ideal-diff-radius,24px 120px 24px 24px); background: var(--ideal-diff-bg,#102e53); }
.ideal-clima-main .precision-image-frame > img { display: block; width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; object-position: var(--ideal-diff-x-v2,22%) var(--ideal-diff-y-v2,50%); transform: scale(var(--ideal-diff-zoom-v2,1)); transform-origin: var(--ideal-diff-x-v2,22%) var(--ideal-diff-y-v2,50%); transition: transform .25s ease; }
.precision-badge {
  position: absolute; right: -30px; bottom: 38px; width: 175px; padding: 24px;
  border-radius: 22px; color: var(--navy-950); background: var(--cyan-400); box-shadow: var(--shadow);
}
.precision-badge span { display: block; font-size: 44px; font-weight: 830; letter-spacing: -.06em; line-height: 1; }
.precision-badge p { margin: 10px 0 0; font-size: 11px; font-weight: 650; line-height: 1.4; }
.precision-content h2 { max-width: 620px; margin: 0; font-size: clamp(38px,4.1vw,57px); font-weight: 680; letter-spacing: -.05em; line-height: 1.06; }
.precision-lead { max-width: 580px; margin: 24px 0 38px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.75; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid rgba(255,255,255,.15); }
.benefit-list article { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding-block: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.benefit-list article > span { color: var(--cyan-400); font-size: 10px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 5px; font-size: 14px; font-weight: 720; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }

.process-intro { margin-bottom: 72px; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 38px; margin: 0; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 64px; right: 12%; left: 12%; height: 1px; content: ""; background: var(--line); }
.process-list li { position: relative; z-index: 1; }
.process-list li > span { display: block; margin-bottom: 22px; color: #8fa4b2; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.process-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan-500); background: #fff; font-size: 25px; }
.process-list h3 { margin: 24px 0 10px; color: var(--navy-900); font-size: 17px; font-weight: 730; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.audience { padding-block: 0 112px; }
.audience-grid { min-height: 390px; display: grid; grid-template-columns: .82fr 1fr 1fr; overflow: hidden; border-radius: 38px; background: var(--navy-950); }
.audience-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; color: #fff; }
.audience-copy h2 { margin: 0; font-size: 36px; font-weight: 680; letter-spacing: -.045em; line-height: 1.08; }
.audience-copy > p:last-child { margin: 20px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.65; }
.audience-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; overflow: hidden; color: #fff; isolation: isolate; }
.audience-card::before, .audience-card::after { position: absolute; z-index: -1; content: ""; }
.residential { background: linear-gradient(150deg,#2fb8e8,#176e98); }
.residential::before { top: -120px; right: -80px; width: 280px; height: 280px; border: 46px solid rgba(255,255,255,.13); border-radius: 50%; }
.business { background: linear-gradient(150deg,#1f4873,#0d2949); }
.business::before { top: 50px; right: -80px; width: 320px; height: 150px; border-top: 2px solid rgba(77,198,238,.24); border-radius: 50%; transform: rotate(-20deg); }
.business::after { top: 85px; right: -45px; width: 280px; height: 120px; border-top: 2px solid rgba(77,198,238,.17); border-radius: 50%; transform: rotate(-20deg); }
.audience-label { align-self: flex-start; margin-bottom: auto; padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audience-card h3 { max-width: 300px; margin: 80px 0 22px; font-size: 24px; font-weight: 690; letter-spacing: -.035em; line-height: 1.18; }
.audience-card a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); font-size: 11px; font-weight: 750; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.faq-heading h2 { margin: 0 0 30px; color: var(--navy-900); font-size: 42px; font-weight: 700; letter-spacing: -.045em; line-height: 1.1; }
.faq-heading > p:not(.eyebrow) { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 27px 4px; cursor: pointer; color: var(--navy-900); font-size: 15px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; content: ""; background: var(--navy-900); transform: translate(-50%,-50%); }
.faq-list summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary i { border-color: var(--cyan-500); background: var(--cyan-500); }
.faq-list details[open] summary i::after { transform: translate(-50%,-50%); }
.faq-list details p { max-width: 650px; margin: -8px 0 27px; padding-right: 50px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); }
.contact-wave { position: absolute; top: -40px; right: -120px; width: 650px; height: 360px; border: 80px solid rgba(47,184,232,.06); border-radius: 50%; transform: rotate(-18deg); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 105px; align-items: center; }
.contact-copy h2 { max-width: 660px; margin: 0; font-size: clamp(44px,5vw,68px); font-weight: 680; letter-spacing: -.055em; line-height: 1.02; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 44px; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.7; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.14); }
.contact-details > * { display: flex; flex-direction: column; gap: 5px; padding: 19px; background: var(--navy-900); }
.contact-details > *:last-child { grid-column: 1/-1; }
.contact-details span { color: rgba(255,255,255,.47); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { color: #fff; font-size: 13px; font-weight: 650; }
.contact-form { display: flex; flex-direction: column; gap: 18px; padding: 36px; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.24); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 4px; }
.form-heading span { color: var(--navy-900); font-size: 21px; font-weight: 760; letter-spacing: -.025em; }
.form-heading small { color: var(--muted); font-size: 9px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }
.contact-form label > span { color: #50667b; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--surface); font-size: 13px; transition: border-color .2s ease,box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 106px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan-500); outline: 0; box-shadow: 0 0 0 3px rgba(47,184,232,.12); }
.form-button { width: 100%; }
.form-note { margin: -6px 0 0; color: #8495a4; font-size: 9px; text-align: center; }

.footer { color: rgba(255,255,255,.66); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.35fr .6fr 1fr auto; gap: 72px; padding-block: 60px 46px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-brand > p { max-width: 300px; margin: 18px 0 0; font-size: 11px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 11px; line-height: 1.5; }
.footer-column > strong { margin-bottom: 7px; color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a:hover { color: var(--cyan-400); }
.footer-whatsapp { align-self: start; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 700; }
.footer-whatsapp span, .floating-whatsapp > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: #57d77d; font-size: 8px; font-weight: 900; }
.footer-whatsapp svg, .floating-whatsapp svg { width: 15px; height: 15px; fill: currentColor; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; padding: 8px 15px 8px 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; background: #1f9f52; box-shadow: 0 14px 34px rgba(5,44,24,.28); font-size: 10px; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp > span { color: #15723d; background: #fff; }

@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .brand-copy { display: none; }
  .main-nav { gap: 20px; }
  .hero-inner { gap: 36px; }
  .hero-floating-card { right: -10px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 330px; }
  .service-card h3 { min-height: auto; margin-top: 44px; }
  .precision-grid { gap: 55px; }
  .precision-badge { right: -10px; }
  .audience-grid { grid-template-columns: .9fr 1fr 1fr; }
  .audience-copy { padding: 34px; }
  .contact-grid { gap: 55px; }
  .footer-main { gap: 38px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(calc(100% - 36px),var(--container)); }
  .announcement { display: none; }
  .site-header { min-height: 70px; }
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .brand img { width: 50px; height: 50px; }
  .brand-copy { display: flex; }
  .header-cta { display: none; }
  .menu-toggle {
    width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff;
  }
  .menu-toggle span { width: 17px; height: 2px; background: var(--navy-900); transition: .2s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; top: 70px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px; visibility: hidden; opacity: 0; background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 50px rgba(9,34,59,.14); transform: translateY(-12px); transition: .2s ease;
  }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 15px 8px; border-bottom: 1px solid #edf2f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-block: 68px 78px; }
  .hero-content { max-width: 720px; }
  .hero-visual { margin-top: 10px; }
  .hero-image-wrap { height: 520px; border-radius: 120px 24px 24px 24px; }
  .hero-year { top: 26px; left: 18px; }
  .hero-floating-card { right: 22px; }
  .section { padding-block: 90px; }
  .about-grid, .precision-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-copy { padding-top: 0; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .precision-visual { max-width: 650px; }
  .precision-image-frame { height: var(--ideal-diff-height,520px); }
  .process-list { grid-template-columns: 1fr 1fr; gap: 48px; }
  .process-list::before { display: none; }
  .audience { padding-bottom: 90px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-copy { grid-column: 1/-1; min-height: 300px; padding: 50px; }
  .audience-card { min-height: 350px; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.2fr .6fr 1fr; }
  .footer-whatsapp { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }
  .hero { min-height: auto; }
  .hero-inner { padding-block: 54px 62px; gap: 48px; }
  .eyebrow { margin-bottom: 16px; font-size: 9px; }
  .hero h1 { font-size: clamp(45px,13vw,60px); }
  .hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { gap: 25px; margin-top: 34px; }
  .hero-proof div { flex: 1; }
  .hero-proof span { font-size: 9px; }
  .hero-image-wrap { height: 400px; border-radius: 90px 20px 20px 20px; }
  .ideal-clima-main .hero-image-wrap > img { object-position: var(--ideal-hero-x-v2,100%) var(--ideal-hero-y-v2,50%); transform: scale(var(--ideal-hero-zoom-v2,1.12)); }
  .hero-year { top: 18px; left: 14px; width: 74px; height: 74px; }
  .hero-year strong { font-size: 17px; }
  .hero-floating-card { right: 10px; bottom: 18px; width: 230px; padding: 13px; }
  .trust-grid { min-height: 68px; justify-content: center; gap: 12px; flex-wrap: wrap; padding-block: 14px; }
  .trust-grid p { flex-basis: 100%; text-align: center; font-size: 9px; }
  .trust-grid strong { font-size: 14px; }
  .section { padding-block: 74px; }
  .section-heading h2 { font-size: 38px; }
  .about-heading::before { left: -20px; font-size: 120px; }
  .about-copy p:first-child { font-size: 17px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; padding: 25px; }
  .service-card h3 { font-size: 23px; }
  .services-cta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .precision-grid { gap: 48px; }
  .precision-image-frame { height: var(--ideal-diff-height,430px); }
  .precision-badge { right: 10px; bottom: 20px; width: 145px; padding: 18px; }
  .precision-badge span { font-size: 34px; }
  .precision-content h2 { font-size: 40px; }
  .benefit-list { grid-template-columns: 1fr; }
  .process-intro { margin-bottom: 52px; }
  .process-list { grid-template-columns: 1fr; gap: 36px; }
  .process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 0 16px; }
  .process-list li > span { grid-column: 1; margin: 0 0 8px; }
  .process-icon { grid-column: 1; grid-row: 2/span 2; width: 58px; height: 58px; }
  .process-list h3 { grid-column: 2; margin: 0 0 8px; }
  .process-list p { grid-column: 2; }
  .audience { padding-bottom: 74px; }
  .audience-grid { grid-template-columns: 1fr; border-radius: 27px; }
  .audience-copy { grid-column: auto; min-height: 330px; padding: 34px; }
  .audience-copy h2 { font-size: 34px; }
  .audience-card { min-height: 340px; padding: 32px; }
  .faq-grid { gap: 38px; }
  .faq-heading h2 { font-size: 36px; }
  .faq-list summary { padding-block: 22px; font-size: 14px; }
  .faq-list details p { padding-right: 4px; }
  .contact-copy h2 { font-size: 46px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > *:last-child { grid-column: auto; }
  .contact-form { padding: 25px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand, .footer-whatsapp { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 16px; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding-right: 8px; }
  .floating-whatsapp strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
