/* Shared navigation and the individual service pages. */
.site-header-wrap { position: relative; z-index: 30; background: #060912; }
.header { z-index: 30; }
.header:after { left: 0; right: 0; }
.brand.brand-transparent { width: 142px; height: 88px; background: transparent; border: 0; border-radius: 0; flex-shrink: 0; }
.brand.brand-transparent:hover { background: transparent; }
.header .site-nav { padding-left: 0; gap: 30px; align-items: center; }
.site-nav[hidden] { display: none !important; }
.site-nav > a, .nav-services > summary { display: flex; align-items: center; gap: 9px; min-height: 44px; }
.site-nav [aria-current="page"] { color: #eaf0ff; }
.nav-services { position: relative; }
.nav-services > summary { list-style: none; padding: 12px 0; }
.nav-services > summary::-webkit-details-marker { display: none; }
.nav-chevron { width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin: -3px 2px 0 3px; }
.nav-services[open] .nav-chevron { transform: rotate(225deg); margin-top: 3px; }
.services-submenu { position: absolute; z-index: 50; top: calc(100% + 8px); left: -24px; width: 334px; padding: 16px; border: 1px solid #354461; border-radius: 10px; background: #10192cf5; backdrop-filter: blur(20px); box-shadow: 0 20px 65px #0008, inset 0 1px 0 #c3daff12; }
.submenu-label { display: block; font-size: 9px; letter-spacing: .14em; color: #a1b6d7; padding: 6px 10px 12px; }
.header .services-submenu a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 11px 10px; font-size: 13px; line-height: 1.5; border-radius: 5px; }
.services-submenu a:hover, .services-submenu a:focus-visible { background: #a1bcff12; }
.services-submenu a[aria-current="page"] { background: #214aaf40; }
.header .submenu-all { border-top: 1px solid var(--line); border-radius: 0; margin-top: 9px; padding-top: 16px; color: #bfd4ff; }
.nav-toggle { display: none; align-items: center; justify-content: center; gap: 13px; min-width: 86px; min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); background: #b5cfff08; border-radius: 5px; color: var(--text); font-size: 12px; }
.menu-bars { width: 14px; height: 8px; border-block: 1px solid currentColor; }
button:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 5px; }
.solution-paths { padding-top: 0; }
.solution-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.solution-grid article { border-top: 1px solid #abc7ff40; padding: 28px 0 10px; }
.solution-index { color: #98aed1; font-size: 10px; letter-spacing: .12em; }
.solution-grid h3 { font-size: 26px; letter-spacing: -.035em; line-height: 1.25; margin: 23px 0 18px; }
.solution-grid p { font-size: 14px; line-height: 1.85; color: var(--muted); margin-bottom: 22px; }
.solution-grid a { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #c0d4f8; font-size: 12px; min-height: 44px; padding-block: 10px; border-bottom: 1px solid var(--line); }
.solution-grid a:hover { color: white; }
.region { text-align: center; border-top: 1px solid var(--line); }
.region h2 { max-width: 810px; margin: 22px auto; }
.region h2 span { color: #adc7f8; }
.region-description { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.9; }
.cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; padding: 0; margin: 34px 0 25px; }
.cities li { padding: 8px 16px; font-size: 13px; border: 1px solid #a8c6ff26; border-radius: 24px; color: #afc0de; background: #91b5ff05; }
.region .text-link { margin-inline: auto; }
.breadcrumb { padding-block: 28px; font-size: 12px; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px 11px; list-style: none; padding: 0; margin: 0; }
.breadcrumb li { display: flex; gap: 11px; }
.breadcrumb li + li:before { content: '/'; color: #63799f; }
.breadcrumb a { display: inline-block; padding-block: 8px; }
.breadcrumb [aria-current="page"] { padding-block: 8px; color: #bbcae3; }
.service-page { background: radial-gradient(ellipse 70% 20% at 75% 8%,#10204377,transparent),var(--bg); }
.detail-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; padding-block: 30px 85px; }
.detail-hero h1, .catalog-hero h1 { white-space: normal; color: var(--text); background: none; -webkit-text-fill-color: initial; font-size: clamp(35px,4.2vw,57px); line-height: 1.09; letter-spacing: -.05em; text-wrap: balance; margin: 22px 0; }
.detail-hero h1 span { display: block; color: #96b7f1; font-size: .64em; line-height: 1.35; letter-spacing: -.035em; margin-top: 12px; }
.detail-lead { color: #b7c4da; font-size: 16px; line-height: 1.85; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.detail-actions .button { font-size: 13px; min-height: 48px; }
.detail-note { color: #92a7c8; font-size: 12px; margin-top: 18px; }
.detail-visual { position: relative; min-width: 0; height: 385px; overflow: hidden; border-radius: 12px; border: 1px solid #c0d5ff30; background: #142644; box-shadow: 0 25px 70px #0005; margin: 0; }
.detail-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.38); }
.detail-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,#0c224525,transparent 35%,#061025e6); pointer-events: none; }
.detail-visual figcaption { position: absolute; bottom: 22px; left: 24px; right: 24px; z-index: 1; color: #d1e0f8; font-size: 10px; letter-spacing: .13em; display: flex; justify-content: space-between; gap: 20px; }
.detail-context { display: grid; grid-template-columns: .85fr 1.2fr; gap: 100px; padding-block: 70px; border-block: 1px solid var(--line); }
.detail-context h2, .detail-section h2, .quote-section h2 { font-size: clamp(28px,3.1vw,41px); letter-spacing: -.04em; line-height: 1.2; margin-top: 20px; text-wrap: balance; }
.reading-copy p { font-size: 16px; color: #b0bed6; line-height: 1.9; margin: 0 0 18px; }
.reading-copy p:last-child { margin-bottom: 0; }
.detail-section { padding-block: 78px; }
.scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 55px; margin-top: 28px; }
.scope-item { border-bottom: 1px solid var(--line); padding: 28px 0; }
.scope-item h3 { font-size: 22px; letter-spacing: -.025em; margin-bottom: 13px; }
.scope-item p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.request-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.request-section > div > p:not(.eyebrow) { font-size: 15px; color: var(--muted); line-height: 1.8; margin-top: 21px; }
.request-list { list-style: none; margin: 0; padding: 0; counter-reset: request; }
.request-list li { counter-increment: request; position: relative; padding: 22px 0 22px 43px; border-bottom: 1px solid var(--line); color: #b3c2dc; font-size: 15px; line-height: 1.8; }
.request-list li:before { content: '0' counter(request); position: absolute; left: 0; top: 23px; color: #8faddb; font-size: 11px; }
.faq-section { padding-top: 0; }
.faq-list { margin-top: 30px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; gap: 25px; align-items: center; justify-content: space-between; list-style: none; font-size: 17px; color: #ccdaf0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .plus { flex-shrink: 0; }
.faq-list details > p { padding: 0 45px 26px 0; max-width: 890px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.local-service { padding: 31px 35px; border: 1px solid #a3bfff26; border-radius: 8px; background: #8facff05; margin-bottom: 70px; }
.local-service h2 { font-size: 23px; letter-spacing: -.025em; }
.local-service p { color: var(--muted); font-size: 15px; line-height: 1.9; margin-top: 13px; }
.local-service a { color: #bfd4fa; text-decoration: underline; text-underline-offset: 4px; }
.quote-section { padding: 66px 0; border-block: 1px solid var(--line); background: radial-gradient(ellipse 60% 160% at 95% 100%,#14399444,transparent); }
.quote-layout { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 70px; }
.quote-section p:not(.eyebrow) { margin-top: 20px; color: #b3c2db; font-size: 15px; line-height: 1.9; }
.quote-actions { display: grid; gap: 12px; justify-items: stretch; }
.quote-actions .button { font-size: 14px; min-height: 51px; }
.quote-actions .email-link { text-align: center; margin-top: 0; font-size: 12px; overflow-wrap: anywhere; }
.related-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.related-links a { display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: 6px; padding: 19px 22px; font-size: 14px; color: #bfd2f0; }
.related-links a:hover { background: #b4cbff08; border-color: #95baff60; }
.catalog-hero { max-width: 800px; padding-top: 25px; padding-bottom: 50px; }
.catalog-hero .detail-lead { max-width: 650px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; padding-bottom: 85px; }
.catalog-card { padding: 30px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(150deg,#90b4ff09,transparent); }
.catalog-card h2 { margin-top: 18px; font-size: 28px; letter-spacing: -.035em; line-height: 1.25; }
.catalog-card p { margin-block: 17px 21px; font-size: 15px; color: var(--muted); line-height: 1.85; }
.catalog-card > a { display: flex; gap: 20px; justify-content: space-between; color: #c6d9ff; font-size: 13px; padding-block: 12px; }
.catalog-card:hover { border-color: #a3c4ff4a; }
.energy-illustration { display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(ellipse at center,#21499080,#0c172d 65%); }
.energy-orbit { width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid #b6cfff55; border-radius: 50%; position: relative; box-shadow: 0 0 0 25px #97b8ff07,0 0 0 50px #97b8ff04; }
.energy-orbit .icon { width: 76px; height: 76px; color: #c6daff; stroke-width: .75; }
.energy-illustration > p { color: #a5c0ed; margin-top: 55px; font-size: 12px; letter-spacing: .1em; }
html { scroll-padding-bottom: 96px; }
.location-panel { display: grid; grid-template-columns: .85fr 1.2fr; overflow: hidden; border: 1px solid #a6c1f32b; border-radius: 10px; margin-top: 48px; background: #0b1323; text-align: left; }
.location-copy { padding: 34px; }
.location-copy h3 { font-size: 31px; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 20px; }
.location-copy address { font-style: normal; font-size: 15px; line-height: 1.85; color: #b5c7e5; }
.location-copy .text-link { margin-top: 20px; margin-bottom: 13px; }
.location-map-wrap { position: relative; min-height: 340px; border-left: 1px solid var(--line); background: radial-gradient(ellipse at center, #152d57, #0b1323 80%); }
.location-map-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; color: #b5c7e5; }
.location-map-fallback svg { width: 48px; height: 48px; margin-bottom: 6px; color: #8fb7ff; }
.location-map-fallback strong { font-size: 16px; color: #eef4ff; }
.location-map-fallback span { font-size: 14px; }
.location-map-fallback small { margin-top: 8px; font-size: 12px; }
.location-map { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.footer.footer-contact { display: grid; grid-template-columns: 1.1fr 1.2fr 1.2fr .55fr; align-items: start; gap: 28px; padding-top: 43px; padding-bottom: 100px; }
.footer-contact .footer-brand p { margin-top: 12px; width: auto; font-size: 11px; }
.footer-address { font-style: normal; font-size: 12px; line-height: 1.9; color: #aebfdc; }
.footer-address a { display: block; padding-block: 4px; }
.footer-address span { display: block; color: #c2d6fa; margin-top: 7px; font-size: 11px; }
.footer-channels, .footer-links { display: grid; gap: 3px; }
.footer-channels a, .footer-links a { padding-block: 9px; color: #aec1e0; font-size: 11px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-contact a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 40; right: max(22px,env(safe-area-inset-right)); bottom: calc(22px + env(safe-area-inset-bottom)); display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #0c8b48; color: white; border: 1px solid #71dc9f75; box-shadow: 0 6px 28px #0008, 0 0 24px #15ac4e16; transition: background .2s, box-shadow .2s; }
.whatsapp-float img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.whatsapp-float:hover { background: #08713b; box-shadow: 0 6px 32px #000a; }
.whatsapp-float:focus-visible { outline: 3px solid #d3ffe4; outline-offset: 5px; border-radius: 50%; }
.whatsapp-label { position: absolute; right: calc(100% + 13px); white-space: nowrap; padding: 10px 14px; border-radius: 6px; border: 1px solid #aac9ff30; background: #101b2e; color: #eef5ff; font-size: 12px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s; }
.whatsapp-float:hover .whatsapp-label, .whatsapp-float:focus-visible .whatsapp-label { opacity: 1; visibility: visible; }
@media(max-width:1050px) {
  .header .site-nav { gap: 20px; }
  .header-contact { font-size: 11px; gap: 10px; }
  .detail-hero { gap: 35px; }
  .detail-context { gap: 50px; }
  .request-section { gap: 45px; }
  .quote-layout { gap: 40px; }
}
@media(max-width:760px) {
  .location-panel { grid-template-columns: 1fr; margin-top: 33px; }
  .location-copy { padding: 26px; }
  .location-map-wrap { min-height: 280px; border-left: 0; border-top: 1px solid var(--line); }
  .location-map { height: 280px; min-height: 280px; }
  .footer.footer-contact { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 105px; }
  .footer-contact .footer-brand p { margin-top: 12px; }
  body:has(.nav-toggle[aria-expanded="true"]) .whatsapp-float { visibility: hidden; }
  .whatsapp-float { width: 56px; height: 56px; right: max(18px,env(safe-area-inset-right)); bottom: calc(18px + env(safe-area-inset-bottom)); }
  .header { height: 90px; flex-wrap: wrap; }
  .brand.brand-transparent { width: 110px; height: 78px; }
  .header-contact { display: none; }
  .js .nav-toggle { display: inline-flex; }
  .header .site-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid #354461; border-radius: 8px; background: #10192cfb; font-size: 15px; }
  .js .header .site-nav { position: absolute; top: calc(100% - 3px); left: 0; right: 0; max-height: calc(100dvh - 110px); overflow-y: auto; box-shadow: 0 20px 65px #0009; }
  html:not(.js) .header { height: auto; padding-bottom: 12px; }
  .header .site-nav > a, .nav-services > summary { padding: 13px 12px; min-height: 48px; font-size: 15px; }
  .nav-services > summary { justify-content: space-between; }
  .services-submenu { position: static; width: 100%; margin-block: 5px 12px; padding: 7px; box-shadow: none; background: #0b1323; border-color: #a1bcff1a; }
  .submenu-label { display: none; }
  .header .services-submenu a { font-size: 13px; min-height: 48px; padding: 12px; }
  .solution-grid { grid-template-columns: 1fr; gap: 25px; }
  .solution-grid article { padding-top: 25px; }
  .solution-grid p { max-width: 550px; }
  .cities { gap: 8px; }
  .cities li { font-size: 12px; padding: 7px 12px; }
  .region-description { font-size: 14px; }
  .detail-hero { grid-template-columns: 1fr; gap: 32px; padding-top: 10px; padding-bottom: 55px; }
  .detail-hero h1 { font-size: clamp(36px,7vw,50px); }
  .detail-visual { height: 310px; }
  .detail-context { grid-template-columns: 1fr; gap: 27px; padding-block: 50px; }
  .detail-section { padding-block: 55px; }
  .scope-grid { gap: 0 28px; }
  .scope-item h3 { font-size: 20px; }
  .request-section { grid-template-columns: 1fr; gap: 20px; }
  .faq-section { padding-top: 0; }
  .quote-layout { grid-template-columns: 1fr; gap: 30px; }
  .quote-actions { max-width: 430px; }
  .local-service { padding: 26px; margin-bottom: 55px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 18px; }
  .catalog-hero { padding-top: 10px; }
  .breadcrumb { padding-block: 17px; }
  .footer { gap: 20px; }
}
@media(max-width:440px) {
  .footer.footer-contact { grid-template-columns: 1fr; gap: 20px; }
  .footer-channels a, .footer-links a { font-size: 12px; min-height: 44px; }
  .footer-links { display: flex; gap: 26px; }
  .scope-grid { grid-template-columns: 1fr; }
  .detail-hero h1 { font-size: 36px; }
  .detail-lead, .reading-copy p { font-size: 15px; }
  .detail-visual { height: 270px; }
  .detail-actions { flex-direction: column; }
  .detail-note { font-size: 11px; }
  .scope-item { padding-block: 24px; }
  .faq-list summary { font-size: 16px; gap: 18px; }
  .faq-list details > p { padding-right: 0; font-size: 14px; }
  .related-links { flex-direction: column; }
  .related-links a { padding: 17px; font-size: 13px; }
  .catalog-card { padding: 23px; }
  .catalog-card h2 { font-size: 25px; }
  .breadcrumb { font-size: 11px; }
  .local-service { padding: 23px; }
}
