@import url("/assets/application-4381d286.css");

#top-menu {
  background: #18385f;
}

#header {
  background: linear-gradient(135deg, #5f8db8 0%, #1f5b91 100%);
  min-height: 165px;
  padding: 20px;
}

#header h1 {
  color: white;
  font-size: 36px;
  font-weight: 400;
  margin-top: 20px;
}

#main-menu {
  background: transparent;
  bottom: 0;
}

#main-menu li a {
  color: white;
  font-size: 16px;
  padding: 14px 20px;
}

#main-menu li a.selected {
  background: white;
  color: #1f426b;
  border-radius: 5px 5px 0 0;
}

#content {
  padding: 30px 25px;
}

#welcome {
  background: linear-gradient(135deg, #f8fcff 0%, #eaf5fd 100%);
  border: 1px solid #d6e8f5;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  padding: 50px;
}

#welcome h2 {
  color: #14365f;
  font-size: 34px;
  margin-bottom: 25px;
}

#welcome h3 {
  color: #14365f;
}

a, a:link, a:visited {
  color: #1f6fae;
}

.hydriia-welcome {
  display: flex;
  gap: 45px;
  align-items: center;
}

.hydriia-logo-zone {
  width: 28%;
  border-right: 1px solid #b7cde0;
  padding-right: 35px;
  text-align: center;
}

.hydriia-logo-text {
  font-size: 44px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #11375f;
}

.hydriia-subtitle {
  color: #2d8ac9;
  letter-spacing: 3px;
  font-size: 13px;
}

.hydriia-content {
  flex: 1;
}

.hydriia-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.hydriia-features div {
  color: #333;
  line-height: 1.5;
}

/* ============================= */
/* HYDRIIA CUSTOM HOMEPAGE        */
/* ============================= */

.hydriia-homepage {
  background: #f5f9fd;
  padding: 28px;
}

.hydriia-main-card {
  display: grid;
  grid-template-columns: 30% 32% 38%;
  gap: 36px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8e7f3;
  border-radius: 14px;
  padding: 48px;
  box-shadow: 0 8px 28px rgba(20, 54, 95, 0.14);
}

.hydriia-logo-block {
  text-align: center;
  border-right: 1px solid #c9ddea;
  padding-right: 34px;
}

.hydriia-logo {
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.hydriia-text-block h1 {
  color: #073763;
  font-size: 34px;
  margin: 0 0 24px 0;
}

.hydriia-text-block h1::after {
  content: "";
  display: block;
  width: 155px;
  height: 3px;
  background: #1f8ed6;
  margin-top: 12px;
}

.hydriia-text-block p {
  color: #1d3557;
  font-size: 16px;
  line-height: 1.7;
}

.hydriia-feature-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #d8e7f3;
}

.hydriia-feature {
  padding: 26px;
  border-bottom: 1px solid #d8e7f3;
}

.hydriia-feature:nth-child(2),
.hydriia-feature:nth-child(4) {
  border-left: 1px solid #d8e7f3;
}

.hydriia-feature:nth-child(3),
.hydriia-feature:nth-child(4) {
  border-bottom: none;
}

.hydriia-feature strong {
  display: block;
  color: #073763;
  font-size: 15px;
  margin-bottom: 8px;
}

.hydriia-feature span {
  display: block;
  color: #35506b;
  line-height: 1.5;
}

.hydriia-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 26px;
}

.hydriia-icon.blue { background: #dceeff; }
.hydriia-icon.green { background: #dff5e6; }
.hydriia-icon.orange { background: #fff1cc; }
.hydriia-icon.purple { background: #eee1ff; }

.hydriia-message {
  margin-top: 18px;
  background: linear-gradient(90deg, #eaf6ff, #f7fbff);
  border: 1px solid #cfe5f5;
  border-radius: 12px;
  padding: 18px 35px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #073763;
}

.hydriia-message-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #073763;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.hydriia-values {
  margin-left: auto;
  letter-spacing: 7px;
  font-size: 12px;
  color: #6b9fc9;
}

.hydriia-quick-links {
  margin-top: 22px;
  background: #ffffff;
  border: 1px solid #d8e7f3;
  border-radius: 12px;
  padding: 25px 35px;
  box-shadow: 0 6px 20px rgba(20, 54, 95, 0.10);
}

.hydriia-quick-links h2 {
  color: #073763;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.hydriia-links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.hydriia-link {
  display: block;
  padding: 18px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #d8e7f3;
  text-decoration: none;
  font-weight: bold;
  background: white;
}

.hydriia-link.blue { color: #0b70b7; }
.hydriia-link.green { color: #24964f; }
.hydriia-link.orange { color: #d99200; }
.hydriia-link.purple { color: #7a48b3; }
.hydriia-link.cyan { color: #1688a8; }

.hydriia-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(20, 54, 95, 0.15);
}

@media screen and (max-width: 1100px) {
  .hydriia-main-card {
    grid-template-columns: 1fr;
  }

  .hydriia-logo-block {
    border-right: none;
    border-bottom: 1px solid #c9ddea;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .hydriia-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hydriia-values {
    display: none;
  }
}
