/*
Theme Name: Snow & Heat Professional
Theme URI: https://snow8heat.com
Author: Snow & Heat Professional Service LLC
Description: Tema profesional, rápido y responsive para Snow & Heat Professional Service LLC. Compatible con Elementor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: snow-heat-pro
*/

:root {
  --navy: #071b31;
  --navy-2: #0d2d4f;
  --ice: #11a8e2;
  --ice-soft: #e9f8ff;
  --heat: #f47a20;
  --heat-dark: #d85d08;
  --white: #fff;
  --ink: #122033;
  --muted: #617086;
  --line: #dce5ed;
  --success: #16865c;
  --shadow: 0 18px 50px rgba(5, 29, 53, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--ice); text-decoration: none; }
a:hover { color: var(--heat); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 999; background: #fff; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(7, 27, 49, .96);
  backdrop-filter: blur(12px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.topbar { background: #041322; color: #cde9f7; font-size: .82rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: #fff; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; min-width: 220px; }
.brand:hover { color: #fff; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; font-size: 22px; font-weight: 900;
  background: linear-gradient(135deg, var(--ice) 0 49%, var(--heat) 51% 100%);
  border: 2px solid rgba(255,255,255,.8);
}
.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.28));
}
.brand-copy strong { display: block; font-size: 1.06rem; letter-spacing: .04em; }
.brand-copy span { display: block; color: #b9d5e5; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.custom-logo { max-height: 58px; width: auto; }
.main-navigation { display: flex; align-items: center; gap: 24px; }
.main-navigation ul { list-style: none; display: flex; gap: 25px; padding: 0; margin: 0; }
.main-navigation a { color: #eaf7ff; font-weight: 700; font-size: .92rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 1.55rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 21px; border: 2px solid transparent; border-radius: 999px;
  font-weight: 800; line-height: 1.1; cursor: pointer; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--heat); color: #fff; box-shadow: 0 10px 25px rgba(244,122,32,.28); }
.btn-primary:hover { background: var(--heat-dark); color: #fff; }
.btn-secondary { background: var(--ice); color: #fff; }
.btn-secondary:hover { background: #078bc0; color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.65); color: #fff; }
.btn-outline:hover { background: #fff; color: var(--navy); }

.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(17,168,226,.32), transparent 32%),
    radial-gradient(circle at 88% 75%, rgba(244,122,32,.27), transparent 30%),
    linear-gradient(125deg, #041322, #0c345a);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .09; pointer-events: none;
  background-image: linear-gradient(45deg, transparent 48%, #fff 49%, #fff 51%, transparent 52%);
  background-size: 42px 42px;
}
.hero-inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr;
  min-height: 690px; align-items: center; gap: 58px; padding-block: 90px;
}
.eyebrow { color: var(--ice); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #8ce0ff; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.1rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 720px; color: #d8e9f3; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 31px 0 27px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #cce3ef; font-weight: 700; font-size: .9rem; }
.trust-row span::before { content: "✓"; color: #80e6c0; margin-right: 7px; }
.hero-card {
  padding: 34px; background: rgba(255,255,255,.97); color: var(--ink); border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0,0,0,.25); border-top: 5px solid var(--ice);
}
.hero-card-logo {
  display: block;
  width: 148px;
  max-height: 128px;
  object-fit: contain;
  margin: -9px auto 17px;
  filter: drop-shadow(0 10px 20px rgba(5,29,53,.2));
}
.hero-card h2 { font-size: 1.85rem; }
.hero-card p { color: var(--muted); }
.quick-list { list-style: none; padding: 0; margin: 22px 0; }
.quick-list li { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; gap: 10px; }
.quick-list li::before { content: "•"; color: var(--heat); font-weight: 900; }

.section { padding: 92px 0; }
.section-soft { background: #f5f9fc; }
.section-dark { color: #fff; background: var(--navy); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: #bed3e0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  position: relative; padding: 29px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: 0 8px 30px rgba(6,33,59,.06); transition: .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bfe8f8; }
.card-icon {
  width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 20px;
  border-radius: 15px; color: #fff; font-size: 1.35rem; background: linear-gradient(135deg, var(--ice), #176db8);
}
.card:nth-child(even) .card-icon { background: linear-gradient(135deg, var(--heat), #df4d08); }
.card p { color: var(--muted); }
.card-link { font-weight: 800; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.visual-panel {
  min-height: 460px; position: relative; display: grid; place-items: center; overflow: hidden;
  border-radius: 30px; background: linear-gradient(145deg, #0c345a, #071b31); box-shadow: var(--shadow);
}
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; filter: blur(4px); }
.visual-panel::before { left: -80px; top: -50px; background: rgba(17,168,226,.55); }
.visual-panel::after { right: -90px; bottom: -60px; background: rgba(244,122,32,.5); }
.visual-badge {
  position: relative; z-index: 2; width: 230px; aspect-ratio: 1; display: grid; place-items: center; text-align: center;
  border-radius: 50%; color: #fff; font-size: 2.1rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, var(--ice) 0 49.5%, var(--heat) 50.5%); border: 8px solid #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.hero-logo {
  position: relative;
  z-index: 2;
  width: min(88%, 430px);
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 22px 45px rgba(0,0,0,.45));
}
.visual-photo-panel {
  background: var(--navy);
}
.visual-photo-panel::before,
.visual-photo-panel::after {
  display: none;
}
.section-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { position: relative; padding: 8px 0 8px 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.brand-showcase { background: #fff; }
.brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 26px 0 17px;
}
.brand-tile {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(6,33,59,.06);
}
.brand-tile strong {
  color: var(--navy);
  font-size: 1.08rem;
  letter-spacing: .055em;
}
.brand-tile span {
  margin-top: 5px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.brand-featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, var(--navy), #124c78);
}
.brand-featured strong,
.brand-featured span { color: #fff; }
.brand-featured span { color: #95e5ff; }
.brand-disclaimer {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.stat { padding: 30px 22px; text-align: center; background: rgba(255,255,255,.06); }
.stat strong { display: block; font-size: 1.75rem; color: #fff; }
.stat span { color: #bcd4e3; font-size: .88rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { padding: 28px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.quote .stars { color: #f5a623; letter-spacing: 3px; }
.quote footer { margin-top: 18px; color: var(--muted); font-weight: 800; }
.placeholder-note { padding: 12px 15px; border: 1px dashed #e4a566; border-radius: 10px; background: #fff8ed; color: #84501f; font-size: .83rem; }

.cta-band { padding: 55px 0; color: #fff; background: linear-gradient(110deg, #087eb2, var(--ice) 50%, #1493c5); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-inner h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.cta-inner p { margin: 0; color: #e3f8ff; }

.page-hero { padding: 90px 0 80px; color: #fff; background: linear-gradient(125deg, #061729, #0e3e69); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.content-wrap { width: min(calc(100% - 40px), 850px); margin-inline: auto; padding: 75px 0; }
.content-wrap > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 2em; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.contact-card { padding: 28px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.contact-card a { color: #fff; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-full { grid-column: 1 / -1; }
label { display: block; font-weight: 800; margin-bottom: 6px; }
input, textarea, select {
  width: 100%; padding: 13px 14px; color: var(--ink); background: #fff;
  border: 1px solid #bdcad5; border-radius: 10px; font: inherit;
}
textarea { min-height: 135px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(17,168,226,.18); border-color: var(--ice); }
.notice { padding: 14px 17px; margin-bottom: 20px; border-radius: 10px; }
.notice-success { background: #e8f8f1; color: #126646; }
.notice-error { background: #fff0ef; color: #9a2c24; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { color: #c5d7e3; background: #041322; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 55px; padding: 70px 0 45px; }
.site-footer h3 { color: #fff; }
.site-footer a { color: #dcebf4; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin: 9px 0; }
.legal { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 70; display: flex; flex-direction: column; gap: 10px; }
.float-btn { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 900; }
.float-btn:hover { color: #fff; transform: translateY(-2px); }
.float-call { background: var(--ice); }
.float-wa { background: #25d366; }

@media (max-width: 900px) {
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .main-navigation { position: absolute; left: 0; right: 0; top: 78px; display: none; padding: 20px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
  .main-navigation.open { display: block; }
  .main-navigation ul { display: block; }
  .main-navigation li { margin: 13px 0; }
  .header-cta { display: none; }
  .hero-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding-block: 70px; }
  .hero-card { max-width: 650px; }
  .cards, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy span { display: none; }
  .section { padding: 68px 0; }
  .cards, .testimonial-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .brand-list { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .hero-actions .btn { width: 100%; }
  .cta-inner, .legal { align-items: flex-start; flex-direction: column; }
  .visual-panel { min-height: 330px; }
  .visual-badge { width: 185px; font-size: 1.7rem; }
}
