:root {
  --blue-900: #101a3f;
  --blue-800: #172658;
  --blue-700: #1d2d63;
  --blue-600: #263d83;
  --orange: #f39b2f;
  --orange-dark: #d97916;
  --concrete: #f4f6f8;
  --line: #dfe4ea;
  --text: #18202a;
  --muted: #697385;
  --white: #ffffff;
  --green: #20b15a;
  --shadow: 0 24px 80px rgba(16, 26, 63, .16);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--blue-900); color: #fff; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223, 228, 234, .82);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 220px; max-height: 70px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2a3341;
  padding: 13px 15px;
  border-radius: 999px;
  transition: .2s ease;
}
.main-nav a:hover { color: var(--blue-700); background: #eef2ff; }
.main-nav .nav-cta { background: var(--green); color: var(--white); box-shadow: 0 12px 26px rgba(32,177,90,.25); }
.main-nav .nav-cta:hover { background: #149447; color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; align-items: center; gap: 10px; font-weight: 800; color: var(--blue-800); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px 0; background: currentColor; border-radius: 10px; }
.menu-toggle strong { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../../wp-content/themes/slider/0.png');
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(243,155,47,.32), transparent 28%),
    linear-gradient(90deg, rgba(16,26,63,.94), rgba(16,26,63,.72) 48%, rgba(16,26,63,.24));
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; padding: 92px 0 72px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange);
}
.eyebrow::before { content: ''; width: 38px; height: 3px; background: currentColor; border-radius: 999px; }
.hero h1 { font-size: clamp(42px, 6.4vw, 78px); line-height: .98; max-width: 850px; margin: 20px 0 22px; letter-spacing: -.055em; }
.hero p { max-width: 710px; font-size: clamp(18px, 2vw, 22px); color: rgba(255,255,255,.88); margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #161b22; box-shadow: 0 18px 45px rgba(243,155,47,.28); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-list span { display: inline-flex; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); padding: 8px 12px; border-radius: 999px; font-size: 14px; color: rgba(255,255,255,.92); }
.hero-card { background: rgba(255,255,255,.95); color: var(--text); padding: 30px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.52); }
.hero-card img { width: 210px; margin-bottom: 28px; }
.hero-card h2 { margin: 0 0 10px; font-size: 28px; line-height: 1.1; color: var(--blue-800); }
.hero-card p { margin: 0 0 22px; font-size: 15px; color: var(--muted); }
.whatsapp-card { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 18px; border-radius: 18px; background: var(--green); color: #fff; font-weight: 900; box-shadow: 0 14px 30px rgba(32,177,90,.28); }

.quick-bar { margin-top: -48px; position: relative; z-index: 3; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.quick-grid div { padding: 26px 24px; border-right: 1px solid var(--line); }
.quick-grid div:last-child { border-right: 0; }
.quick-grid strong { display: block; color: var(--blue-800); font-size: 17px; line-height: 1.2; }
.quick-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .section-copy h2, .quote-copy h2, .contact-card h2 { margin: 14px 0 16px; font-size: clamp(31px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; color: var(--blue-900); }
.section-heading p, .section-copy p, .quote-copy p, .contact-card p { color: var(--muted); font-size: 18px; }
.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.about { background: linear-gradient(180deg, #fff, #f7f9fc); }
.section-copy p { max-width: 610px; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.about-points div { padding: 18px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.about-points strong { display: block; color: var(--blue-800); line-height: 1.2; }
.about-points span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.image-stack { position: relative; min-height: 540px; }
.image-main { width: 88%; height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); margin-left: auto; }
.image-badge { position: absolute; left: 0; bottom: 0; width: 44%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 26px; box-shadow: 0 22px 50px rgba(0,0,0,.22); border: 8px solid #fff; }

.products { background: var(--concrete); position: relative; }
.products::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(16,26,63,.04) 1px, transparent 1px), linear-gradient(rgba(16,26,63,.04) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.products .container { position: relative; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 14px 36px rgba(16,26,63,.08); border: 1px solid rgba(223, 228, 234, .9); transition: .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card img { width: 100%; aspect-ratio: 1 / .86; object-fit: cover; }
.product-card div { padding: 22px; }
.product-card span { color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 8px; font-size: 22px; color: var(--blue-900); }
.product-card p { margin: 0; color: var(--muted); font-size: 15px; }
.product-card.featured { background: var(--blue-900); color: #fff; }
.product-card.featured h3 { color: #fff; }
.product-card.featured p { color: rgba(255,255,255,.74); }
.product-card.featured span { color: var(--orange); }

.process { background: linear-gradient(135deg, var(--blue-900), var(--blue-700)); color: #fff; }
.section-heading.light h2 { color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { padding: 26px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); min-height: 240px; }
.step-card b { display: grid; place-items: center; width: 46px; height: 46px; background: var(--orange); color: var(--blue-900); border-radius: 14px; font-size: 20px; }
.step-card h3 { margin: 24px 0 10px; font-size: 20px; line-height: 1.15; }
.step-card p { margin: 0; color: rgba(255,255,255,.76); }

.gallery { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid a { display: block; overflow: hidden; border-radius: 20px; background: #e9edf3; min-height: 220px; }
.gallery-grid img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.06); }
.gallery-grid a:nth-child(3) { grid-row: span 2; }
.gallery-grid a:nth-child(3) img { min-height: 452px; }

.quote { background: linear-gradient(180deg, #f7f9fc, #eef2f7); }
.quote-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: start; }
.quote-copy ul { margin: 24px 0 0; padding-left: 22px; color: var(--muted); font-size: 17px; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 30px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.quote-form label { display: grid; gap: 8px; font-weight: 800; color: var(--blue-900); }
.quote-form .full { grid-column: 1 / -1; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid #cfd7e2; border-radius: 16px; padding: 14px 15px; color: var(--text); background: #fff; outline: none; transition: .2s ease; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(38,61,131,.12); }
.quote-form .btn { width: 100%; }
.form-note { grid-column: 1 / -1; margin: -4px 0 0; color: var(--muted); font-size: 13px; }

.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 430px 1fr; gap: 28px; align-items: stretch; }
.contact-card { padding: 34px; border-radius: var(--radius); background: var(--blue-900); color: #fff; box-shadow: var(--shadow); }
.contact-card h2 { color: #fff; }
.contact-card p { color: rgba(255,255,255,.75); }
.contact-actions { display: grid; gap: 12px; margin: 28px 0; }
.contact-button { display: flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 18px; font-weight: 900; }
.contact-button.whatsapp { background: var(--green); }
.contact-button.instagram { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
address { font-style: normal; color: rgba(255,255,255,.78); }
address strong { color: #fff; }
.map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 470px; border: 1px solid var(--line); }
.map-card iframe { width: 100%; height: 100%; min-height: 470px; border: 0; display: block; }

.site-footer { background: #0c132f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 40px; padding: 56px 0; }
.footer-grid img { width: 220px; background: #fff; border-radius: 12px; padding: 6px; }
.footer-grid p { max-width: 440px; color: rgba(255,255,255,.68); }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--orange); text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.footer-grid a { display: block; color: rgba(255,255,255,.76); margin: 8px 0; }
.footer-grid a:hover { color: #fff; }
.credits { border-top: 1px solid rgba(255,255,255,.1); }
.credits-inner { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: rgba(255,255,255,.62); font-size: 14px; }
.credits-inner a { color: rgba(255,255,255,.78); }

.floating-whatsapp {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 26px;
  box-shadow: 0 16px 36px rgba(32,177,90,.35);
}
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 0;
  background: rgba(16,26,63,.92);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.back-to-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 1060px) {
  .header-inner { min-height: 78px; }
  .brand img { width: 190px; }
  .menu-toggle { display: flex; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; }
  .hero-grid, .split-grid, .quote-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 480px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid div:nth-child(2) { border-right: 0; }
  .quick-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .image-stack { min-height: auto; }
  .image-main { width: 100%; height: 420px; }
  .image-badge { position: relative; width: 260px; margin-top: -95px; margin-left: 28px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 68px 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 76px 0 98px; gap: 34px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(16,26,63,.94), rgba(16,26,63,.78)); }
  .hero-actions, .trust-list { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .quick-grid, .product-grid, .steps-grid, .about-points, .gallery-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .quick-grid div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .quick-grid div:last-child { border-bottom: 0; }
  .quote-form .full { grid-column: auto; }
  .gallery-grid a:nth-child(3) { grid-row: auto; }
  .gallery-grid a:nth-child(3) img, .gallery-grid img { min-height: 240px; }
  .map-card, .map-card iframe { min-height: 360px; }
  .credits-inner { flex-direction: column; }
  .floating-whatsapp { left: 16px; bottom: 16px; }
  .back-to-top { right: 16px; bottom: 18px; }
}
