@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap");

:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --line: #dbe2ec;
  --brand: #0f766e;
  --brand-strong: #115e59;
  --anchor-offset: 124px;
  --hero-overlay: linear-gradient(110deg, rgba(8, 11, 22, 0.82) 25%, rgba(8, 11, 22, 0.48) 58%, rgba(8, 11, 22, 0.22) 100%);
  --header-bg: rgba(10, 15, 30, 0.9);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  scroll-padding-top: var(--anchor-offset);
}

.u-body {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-sheet {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.u-text,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.u-text-1,
.u-text-7 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.u-svg-link {
  display: none;
}

.u-svg-content {
  width: 100%;
  height: 100%;
  display: block;
}

.u-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.u-header .u-sheet-1 {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.u-logo {
  width: 210px;
  flex-shrink: 0;
}

.u-logo-image-1 {
  max-height: 98px;
  width: auto;
  object-fit: contain;
}

.u-menu {
  margin-left: auto;
}

.u-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.u-nav-link {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  color: #f8fafc;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.u-nav-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-collapse,
.u-nav-container-collapse,
.u-menu-overlay,
.u-backlink {
  display: none !important;
}

.u-section-1 {
  position: relative;
  overflow: hidden;
  background-image: url("images/4353.jpg");
  background-position: center;
  background-size: cover;
}

.u-section-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  pointer-events: none;
}

.u-section-1 .u-sheet-1 {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.u-section-1 .u-layout,
.u-section-1 .u-layout-wrap-1,
.u-section-1 .u-layout-row {
  width: 100%;
}

.u-section-1 .u-layout-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 620px;
}

.u-section-1 .u-layout-cell-1 {
  display: flex;
  align-items: center;
}

.u-section-1 .u-container-layout-1 {
  padding: 36px 40px 36px 0;
}

.u-section-1 .u-text-1 {
  color: #eef4ff;
  font-size: 1.12rem;
  line-height: 1.85;
  font-weight: 500;
  max-width: 540px;
}

.u-section-1 .u-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 16px 34px;
  border-radius: 999px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(15, 118, 110, 0.28);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.u-section-1 .u-btn-1:hover {
  background: var(--brand-strong);
  border-color: var(--brand-strong);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(17, 94, 89, 0.32);
}

.u-section-1 .u-image-1 {
  min-height: 620px;
  background-image: url("images/Bmh6EC_e-0sPn7jx.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.u-section-1 .u-container-layout-2 {
  height: 100%;
}

.u-section-2 {
  background: transparent;
}

.u-section-2 .u-sheet-1 {
  min-height: auto;
  padding: 40px 0 28px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: -52px;
}

.u-section-2 .u-layout-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.u-section-2 .u-layout-cell-1,
.u-section-2 .u-layout-cell-2 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(16, 24, 40, 0.1);
}

.u-section-2 .u-layout-cell-1 {
  background: linear-gradient(160deg, #0d9488 0%, #0f766e 100%);
}

.u-section-2 .u-layout-cell-2 {
  background: var(--surface);
}

.u-section-2 .u-container-layout-1,
.u-section-2 .u-container-layout-4 {
  padding: 42px;
}

.u-section-2 .u-text-1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.u-section-2 .u-text-2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 18px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.u-section-2 .u-list-1 {
  margin-top: 26px;
}

.u-section-2 .u-repeater-1 {
  display: grid;
  gap: 12px;
}

.u-section-2 .u-list-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.u-section-2 .u-container-layout-2,
.u-section-2 .u-container-layout-3 {
  padding: 20px;
}

.u-section-2 .u-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  vertical-align: middle;
}

.u-section-2 .u-text-3,
.u-section-2 .u-text-5 {
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.u-section-2 .u-text-4,
.u-section-2 .u-text-6 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.75;
}

.u-section-2 .u-btn-1,
.u-section-2 .u-btn-2,
.u-section-2 .u-btn-3,
.u-section-2 .u-btn-4 {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
}

.u-section-2 .u-social-icons-1 {
  margin-top: 18px;
  display: flex;
  gap: 12px;
}

.u-section-2 .u-social-icons-1 .u-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.u-section-2 .u-social-icons-1 .u-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.26);
}

.u-section-2 .u-text-7 {
  font-size: 2rem;
}

.u-section-2 .u-text-8 {
  margin-top: 12px;
  color: var(--muted);
}

.u-section-2 .u-form-1 {
  margin-top: 22px;
}

.u-form-group {
  margin-bottom: 16px;
}

.u-label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text);
}

.u-input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f9fbff;
  min-height: 48px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.98rem;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

textarea.u-input {
  min-height: 132px;
  resize: vertical;
}

.u-input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.14);
  background: #ffffff;
}

.u-btn-5 {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--brand);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 14px 20px;
  cursor: pointer;
  transition: background-color 0.24s ease, transform 0.24s ease;
}

.u-btn-5:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.u-footer {
  background: #0a1224;
  color: #c7d2e3;
}

.u-footer .u-sheet-1 {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.u-footer .u-text-1 {
  color: #c7d2e3;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .u-sheet {
    width: min(1140px, calc(100% - 34px));
  }

  .u-section-1 .u-sheet-1 {
    min-height: 620px;
    padding: 46px 0;
  }

  .u-section-1 .u-layout-row {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .u-section-1 .u-image-1 {
    min-height: 340px;
    border-radius: 14px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-right: 0;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-top: 18px;
  }

  .u-section-2 .u-layout-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .u-section-2 .u-layout-cell-1,
  .u-section-2 .u-layout-cell-2 {
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  :root {
    --anchor-offset: 122px;
  }

  .u-header .u-sheet-1 {
    min-height: 100px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0 12px;
  }

  .u-logo {
    width: 170px;
  }

  .u-logo-image-1 {
    max-height: 78px;
  }

  .u-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .u-nav-link {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .u-section-1 .u-text-1 {
    font-size: 1rem;
  }

  .u-section-1 .u-btn-1 {
    width: 100%;
  }

  .u-section-2 .u-container-layout-1,
  .u-section-2 .u-container-layout-4 {
    padding: 30px 20px;
  }

  .u-section-2 .u-text-7 {
    font-size: 1.7rem;
  }
}
