@font-face {
  font-family: "InterLocal";
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterLocal";
  src: url("../fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterLocal";
  src: url("../fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --dark: #0F172A;
  --blue: #1D4ED8;
  --cyan: #06B6D4;
  --orange: #F97316;
  --white: #FFFFFF;
  --light: #F8FAFC;
  --text: #111827;
  --muted: #64748B;
  --border: #E2E8F0;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(15, 23, 42, .12);
  --shadow-soft: 0 12px 30px rgba(15, 23, 42, .08);
  --section: clamp(2.25rem, 4vw, 3.5rem);
}
* { box-sizing: border-box; }
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "InterLocal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.premium-navbar {
  background: rgba(15, 23, 42, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 232, 240, .14);
  padding: 0;
}
.navbar-brand, .footer-brand {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
}
.navbar-brand span, .footer-brand span { color: var(--cyan); }
.brand-logo {
  width: auto;
  object-fit: contain;
}
.navbar-logo {
  height: 76px;
  max-width: 340px;
}
.footer-logo {
  height: 92px;
  max-width: 380px;
}
.premium-navbar .nav-link {
  color: rgba(255,255,255,.82);
  font-weight: 600;
  font-size: .95rem;
}
.premium-navbar .nav-link:hover,
.premium-navbar .nav-link:focus,
.premium-navbar .nav-link.active,
.premium-navbar .nav-link.show {
  color: #fff;
}
.navbar-toggler {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}
.navbar-toggler-icon { filter: invert(1); }
.dropdown-menu {
  border: 1px solid rgba(226,232,240,.75);
  border-radius: 14px;
  padding: .7rem;
}
.dropdown-item {
  border-radius: 10px;
  padding: .65rem .8rem;
  font-weight: 600;
}
.dropdown-item:hover { background: #EEF6FF; color: var(--blue); }
.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: .78rem 1.15rem;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
}
.btn-nav {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(6, 182, 212, .22);
}
.btn-primary-custom {
  background: linear-gradient(135deg, var(--orange), #fb923c);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(249, 115, 22, .25);
}
.btn-primary-custom:hover, .btn-nav:hover { color: #fff; transform: translateY(-1px); }
.btn-turquoise {
  background: #075E54;
  color: #fff;
  border: 0;
}
.btn-turquoise:hover,
.btn-turquoise:focus {
  background: #064E45;
  color: #fff;
}
.btn-outline-custom {
  color: var(--blue);
  border: 1px solid rgba(29, 78, 216, .25);
  background: #fff;
}
.btn-outline-light-custom {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}
.home-hero, .subpage-hero {
  background:
    linear-gradient(135deg, rgba(15,23,42,.96), rgba(29,78,216,.70)),
    radial-gradient(circle at 80% 20%, rgba(6,182,212,.26), transparent 30%),
    var(--dark);
  color: #fff;
  padding: 8.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.subpage-hero.local-hero-bg {
  background:
    linear-gradient(135deg, rgba(15,23,42,.90), rgba(15,23,42,.90)),
    url("../img/hero/bg-servicii-hidro.jpg") center / cover no-repeat,
    var(--dark);
}
.subpage-hero.service-hero-bg {
  background:
    linear-gradient(135deg, rgba(15,23,42,.90), rgba(15,23,42,.90)),
    url("../img/hero/hidro-bg-2.jpeg") center / cover no-repeat,
    var(--dark);
}
.home-hero.home-hero-bg {
  background:
    linear-gradient(135deg, rgba(15,23,42,.90), rgba(15,23,42,.90)),
    url("../img/hero/bg-hidro-3.jpg") center / cover no-repeat,
    var(--dark);
}
.subpage-hero.county-hero-bg {
  background:
    linear-gradient(135deg, rgba(15,23,42,.90), rgba(15,23,42,.90)),
    url("../img/hero/hero-bg-hidro4.jpeg") center / cover no-repeat,
    var(--dark);
}
.subpage-hero.general-hero-bg {
  background:
    linear-gradient(135deg, rgba(15,23,42,.90), rgba(15,23,42,.90)),
    url("../img/hero/hidrobg5hero.jpeg") center / cover no-repeat,
    var(--dark);
}
.subpage-hero.compact { padding-bottom: 4rem; }
.home-hero h1, .subpage-hero h1 {
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 1.03;
  font-weight: 800;
  margin: .7rem 0 1.2rem;
  max-width: 980px;
}
.subpage-hero h1 { font-size: clamp(2.3rem, 4vw, 4.5rem); }
.home-hero p, .subpage-hero p {
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 760px;
}
.eyebrow {
  display: inline-flex;
  color: var(--cyan);
  background: rgba(6,182,212,.12);
  border: 1px solid rgba(6,182,212,.24);
  border-radius: 999px;
  padding: .35rem .7rem;
  font-weight: 800;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.5rem;
}
.hero-visual {
  position: relative;
  min-height: 520px;
}
.hero-visual img, .hero-photo, .section-image {
  width: 100%;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: var(--shadow);
}
.hero-visual img {
  height: 520px;
  border: 0;
  border-radius: var(--radius);
}
.hero-photo {
  height: 430px;
  border-radius: var(--radius);
}
.subpage-hero.local-hero-bg .hero-photo {
  height: auto;
  border-radius: var(--radius);
}
.section-image {
  width: 100%;
  height: auto;
}
.float-card {
  position: absolute;
  background: rgba(255,255,255,.94);
  color: var(--text);
  border: 1px solid rgba(226,232,240,.9);
  box-shadow: var(--shadow-soft);
  border-radius: 14px;
  padding: .75rem .95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: .55rem;
}
.float-card i { color: var(--orange); }
.card-one { top: 32px; left: -18px; }
.card-two { right: -18px; top: 150px; }
.card-three { left: 20px; bottom: 90px; }
.card-four { right: 20px; bottom: 22px; }
.hero-stats {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hero-stats div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 1.2rem;
}
.hero-stats strong {
  display: block;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.hero-stats span { color: rgba(255,255,255,.76); }
.hero-process {
  margin-top: 1.6rem;
  padding: 1rem;
  background: rgba(15, 23, 42, .68);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}
.hero-process-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: .85rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.hero-process-step {
  min-width: 0;
  padding: .95rem;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
}
.hero-process-step span {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .75rem;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}
.hero-process-step strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}
.hero-process-step p {
  margin: .45rem 0 0;
  color: rgba(255,255,255,.86);
  font-size: .92rem;
  line-height: 1.45;
}
.breadcrumb-wrap { margin-bottom: 1.4rem; }
.breadcrumb { margin: 0; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,.72); }
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(255,255,255,.72);
}
.breadcrumb-item.active { color: #fff; }
.section-pad, .split-section, .content-block { padding: var(--section) 0; }
.split-section:nth-of-type(even), .soft-bg {
  background: var(--light);
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-heading h2, .split-section h2, .content-block h2, .cta-inner h2, .contact-section h2 {
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  margin: .8rem 0 1rem;
}
.section-heading p { color: var(--muted); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: .75rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: #334155;
  font-weight: 600;
}
.check-list i { color: var(--cyan); font-size: 1.15rem; margin-top: .1rem; }
.service-card, .metric-card, .info-panel, .side-note {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  color: var(--text);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover, .county-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29,78,216,.35);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(29,78,216,.12), rgba(6,182,212,.16));
  color: var(--blue);
  font-size: 1.35rem;
}
.service-card h3, .metric-card h2, .info-panel h3, .side-note h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 1rem 0 .65rem;
}
.service-card p, .metric-card p, .info-panel p, .side-note p { color: var(--muted); margin-bottom: 0; }
.card-arrow {
  display: inline-flex;
  gap: .35rem;
  color: var(--blue);
  font-weight: 800;
  margin-top: 1.2rem;
}
.metric-card span {
  color: var(--orange);
  font-weight: 800;
  font-size: 1.5rem;
}
.side-note i {
  color: var(--orange);
  font-size: 1.5rem;
}
.side-note a { display: inline-block; margin-top: 1rem; color: var(--blue); font-weight: 800; }
.content-block + .content-block { border-top: 1px solid var(--border); }
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}
.gallery-grid a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}
.gallery-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 5rem;
  background: rgba(2, 6, 23, .86);
  backdrop-filter: blur(10px);
}
.gallery-lightbox.active {
  display: flex;
}
.gallery-lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 9rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #0F172A;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(15, 23, 42, .86);
  color: #fff;
  font-size: 1.25rem;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus,
.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus {
  background: rgba(6, 182, 212, .22);
  color: #fff;
}
.gallery-lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}
.gallery-lightbox-prev {
  left: 1.25rem;
}
.gallery-lightbox-next {
  right: 1.25rem;
}
.gallery-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 800;
  background: rgba(15, 23, 42, .86);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .45rem .85rem;
}
.custom-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-soft);
}
.custom-accordion .accordion-button {
  font-weight: 800;
  padding: 1.2rem 1.4rem;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background: #EAF7FF;
  color: var(--blue);
}
.cta-band {
  padding: 5rem 0;
  background: var(--dark);
  color: #fff;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background:
    linear-gradient(135deg, rgba(29,78,216,.45), rgba(6,182,212,.18)),
    rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.cta-inner p { color: rgba(255,255,255,.76); max-width: 720px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; flex-shrink: 0; }
.contact-section { background: #fff; }
.contact-section .info-panel { height: auto; }
.contact-list {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
}
.contact-list a, .footer-actions a {
  color: var(--text);
  font-weight: 800;
  display: inline-flex;
  gap: .6rem;
  align-items: center;
}
.contact-list i, .footer-actions i { color: var(--blue); }
.contact-form {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-soft);
  background: var(--light);
}
.form-control, .form-select {
  border-radius: 12px;
  border-color: var(--border);
  padding: .85rem 1rem;
}
.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(6,182,212,.14);
  border-color: var(--cyan);
}
.form-status {
  margin-left: 1rem;
  color: var(--blue);
  font-weight: 700;
}
.consent-check {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}
.consent-check a {
  color: var(--blue);
  font-weight: 800;
}
.county-card {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
  color: var(--text);
  box-shadow: var(--shadow-soft);
}
.county-card span { font-weight: 800; }
.county-card small { color: var(--muted); }
.county-card.active { border-color: rgba(6,182,212,.55); background: #F0FDFF; }
.site-footer {
  background: #08111f;
  color: rgba(255,255,255,.72);
  padding: 4.5rem 0 1.5rem;
}
.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.site-footer a {
  display: block;
  color: rgba(255,255,255,.74);
  margin-bottom: .55rem;
  font-weight: 600;
}
.site-footer a:hover { color: #fff; }
.footer-brand {
  display: inline-flex;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.footer-actions { display: grid; gap: .55rem; }
.footer-actions a { color: rgba(255,255,255,.84); }
.footer-link-strong { color: var(--cyan) !important; font-weight: 800 !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 3rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.55);
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.footer-bottom nav a {
  display: inline-flex;
  margin-bottom: 0;
}
.cookie-consent-open {
  overflow: hidden;
}
.cookie-consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(2, 6, 23, .74);
  backdrop-filter: blur(10px);
}
.cookie-consent-box {
  width: min(100%, 560px);
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
  background: #0F172A;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.cookie-consent-kicker {
  display: inline-flex;
  margin-bottom: .8rem;
  color: var(--cyan);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.cookie-consent-box h2 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  line-height: 1.12;
  font-weight: 800;
}
.cookie-consent-box p {
  margin: 0 0 1rem;
  color: rgba(255,255,255,.82);
}
.cookie-consent-warning {
  padding: .95rem;
  background: rgba(249, 115, 22, .12);
  border: 1px solid rgba(249, 115, 22, .28);
  border-radius: 14px;
}
.cookie-consent-link {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: #67E8F9;
  font-weight: 800;
}
.cookie-consent-link:hover {
  color: #fff;
}
.cookie-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: .8rem;
  flex-wrap: wrap;
}
.modal-backdrop.show {
  opacity: 1;
  background: rgba(2, 6, 23, .74);
  backdrop-filter: blur(10px);
}
.cta-modal .modal-content {
  background: #0F172A;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
.cta-modal .modal-header {
  background: #0F172A;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 1.5rem;
}
.cta-modal .modal-title { font-size: 1.4rem; font-weight: 800; }
.cta-modal .btn-close { filter: invert(1); }
.cta-modal .modal-body { padding: 1.5rem; background: #0F172A; }
.cta-modal .modal-footer {
  background: #0F172A;
  border-top: 1px solid rgba(255,255,255,.12);
}
.step-panel { display: none; }
.step-panel.active { display: block; }
.step-panel h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.choice {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 1rem;
  font-weight: 800;
  color: #fff;
  text-align: left;
}
.choice.selected, .choice:hover {
  border-color: rgba(6,182,212,.65);
  background: rgba(6,182,212,.16);
  color: #fff;
}
.cta-modal .form-label,
.cta-modal .step-indicator {
  color: rgba(255,255,255,.72);
}
.cta-modal .form-control {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.cta-modal .form-control::placeholder {
  color: rgba(255,255,255,.48);
}
.contact-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.modal-footer { border-top: 1px solid var(--border); }
.step-indicator { font-weight: 800; color: var(--muted); }
@media (max-width: 991.98px) {
  .premium-navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .hero-visual { min-height: auto; }
  .hero-visual img, .hero-photo { height: 360px; }
  .hero-process-steps { grid-template-columns: 1fr; }
  .float-card { position: static; margin-top: .75rem; }
  .hero-stats { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
  .navbar-logo { height: 62px; max-width: 250px; }
  .footer-logo { height: 76px; max-width: 310px; }
  .home-hero, .subpage-hero { padding-top: 7.25rem; }
  .hero-actions, .cta-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .cookie-consent-actions { flex-direction: column-reverse; }
  .cookie-consent-actions .btn { width: 100%; }
  .btn { width: 100%; }
  .cta-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-modal .modal-footer > div:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .65rem;
    width: 100%;
  }
  .cta-modal .modal-footer .btn {
    width: 100%;
    min-width: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    white-space: nowrap;
  }
  .choice-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 220px; }
  .gallery-lightbox {
    padding: 4.5rem 1rem;
  }
  .gallery-lightbox-nav {
    width: 2.75rem;
    height: 2.75rem;
  }
  .gallery-lightbox-prev {
    left: .5rem;
  }
  .gallery-lightbox-next {
    right: .5rem;
  }
  .form-status { display: block; margin: .8rem 0 0; }
}
