:root {
  --eko-blue: #3a92ff;
  --eko-blue-dark: #071c30;
  --eko-navy: #061626;
  --eko-navy-2: #0b2d4a;
  --eko-green: #23a455;
  --eko-dark: #071c30;
  --eko-text: #526170;
  --eko-muted: #6d7d8c;
  --eko-soft: #f3f8fc;
  --eko-line: #d7e3ee;
  --eko-white: #fff;
  --eko-radius: 22px;
  --eko-shadow: 0 18px 50px rgba(5, 22, 38, 0.11);
  --eko-head: 'Manrope', sans-serif;
  --eko-body: 'Inter', sans-serif;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.menu-open,
body.menu-open {
  overflow: hidden !important;
  height: 100dvh;
}

body {
  margin: 0;
  font-family: var(--eko-body);
  color: var(--eko-text);
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--eko-head);
  color: var(--eko-dark);
  line-height: 1.08;
  margin: 0 0 18px;
  font-weight: 800;
}

h1 {
  font-size: clamp(42px, 6vw, 74px);
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  font-size: 24px;
}

.site-container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.site-topbar {
  background: rgba(5, 22, 38, 0.94);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-topbar-inner {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-topbar a {
  font-weight: 700;
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 230, 238, 0.72);
  box-shadow: 0 18px 45px rgba(16, 24, 32, 0.08);
}

.site-nav-wrap {
  position: relative;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.64);
  border-bottom: 0;
}

.site-nav-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo-text {
  font-family: var(--eko-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--eko-dark);
}

.site-logo-text span {
  color: var(--eko-blue);
}

.site-logo-image img,
.custom-logo {
  max-height: 58px;
  width: auto;
}

.site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu li {
  margin: 0;
  padding: 0;
}

.primary-menu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 13px;
  font-family: var(--eko-head);
  font-weight: 700;
  color: var(--eko-dark);
  font-size: 14px;
  letter-spacing: -0.01em;
  transition: background 0.22s ease, color 0.22s ease;
}

.primary-menu a:hover {
  background: var(--eko-soft);
  color: var(--eko-blue-dark);
}

.primary-menu .menu-cta a {
  background: var(--eko-blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.primary-menu .menu-cta a:hover {
  background: var(--eko-blue-dark);
  color: #fff;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--eko-dark);
  margin: 7px 0;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--eko-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(47, 149, 216, 0.25);
}

.btn-outline {
  border-color: var(--eko-line);
  color: var(--eko-dark);
  background: #fff;
}

.kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--eko-blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.page-hero {
  background: linear-gradient(135deg, #f5fafd, #eaf5fb);
  padding: 80px 0;
}

.page-hero.compact {
  padding: 60px 0;
}

.eko-breadcrumbs {
  font-size: 14px;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.eko-breadcrumbs a {
  color: var(--eko-blue-dark);
  font-weight: 700;
}

.content-section {
  padding: 80px 0;
}

.narrow-content {
  max-width: 860px;
}

.narrow-content p,
.narrow-content li {
  font-size: 18px;
}

.site-footer {
  background: linear-gradient(135deg, #061626, #0b2d4a);
  color: #bdc8d3;
  padding: 70px 0 0;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  margin-bottom: 18px;
}

.site-footer p {
  margin: 0;
  line-height: 1.8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.footer-phone {
  margin-top: 28px;
}

.footer-phone span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

.footer-phone a {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  transition: .25s ease;
}

.footer-phone a:hover {
  color: #3a92ff;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  display: block;
  padding: 3px 0;
  color: #bdc8d3;
  transition: .25s ease;
}

.footer-menu a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 45px;
  padding: 22px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-phone a {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 55px;
  }

  .footer-phone a {
    font-size: 24px;
  }

  .footer-bottom {
    margin-top: 35px;
    padding: 18px;
  }
}



.eko-sticky-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: #00c800;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(0, 209, 0, 0.38);
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.eko-sticky-call:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 46px rgba(0, 209, 0, 0.46);
}

.eko-call-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.eko-call-icon svg {
  width: 31px;
  height: 31px;
  display: block;
  fill: #fff;
}

.post-card {
  background: #fff;
  border: 1px solid var(--eko-line);
  border-radius: var(--eko-radius);
  overflow: hidden;
  box-shadow: var(--eko-shadow);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.post-card-body {
  padding: 24px;
}

.text-link {
  color: var(--eko-blue-dark);
  font-weight: 800;
}

.single-featured {
  border-radius: var(--eko-radius);
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .site-topbar {
    display: none;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-nav-inner {
    height: 68px;
  }

  .site-logo-image img,
  .custom-logo {
    max-height: 50px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 100004;
  }

  .site-navigation {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    z-index: 100002;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -16px, 0) scale(0.985);
    transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
    will-change: opacity, transform;
    background:
      radial-gradient(circle at 18% 12%, rgba(58, 146, 255, 0.18), transparent 32%),
      radial-gradient(circle at 88% 88%, rgba(35, 164, 85, 0.10), transparent 30%),
      linear-gradient(145deg, rgba(6, 22, 38, 0.94), rgba(7, 28, 48, 0.91) 48%, rgba(11, 45, 74, 0.92));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 112px 24px 34px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  html.menu-open .site-navigation,
  body.menu-open .site-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .site-navigation::before {
    content: 'MENI';
    position: fixed;
    top: 34px;
    left: 26px;
    z-index: 100005;
    font-family: var(--eko-head);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.92);
  }

  html.menu-open .site-header,
  body.menu-open .site-header,
  html.menu-open .site-nav-wrap,
  body.menu-open .site-nav-wrap {
    background: transparent;
    box-shadow: none;
    border: 0;
  }

  html.menu-open .site-branding,
  body.menu-open .site-branding {
    position: fixed;
    top: 21px;
    left: 26px;
    z-index: 100001;
    opacity: 0.08;
    pointer-events: none;
  }

  .primary-menu {
    display: block;
    width: min(430px, calc(100vw - 48px));
    max-height: calc(100dvh - 150px);
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .primary-menu li {
    display: block;
    margin: 0 0 10px;
  }

  .primary-menu a {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    padding: 0 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    font-size: 17px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .primary-menu a:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
  }

  .primary-menu .menu-cta a {
    min-height: 58px;
    background: var(--eko-blue);
    color: #fff;
    border-color: rgba(58, 146, 255, 0.8);
  }

  html.menu-open .menu-toggle,
  body.menu-open .menu-toggle {
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 100006;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  html.menu-open .menu-toggle span,
  body.menu-open .menu-toggle span {
    background: #fff;
    margin: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 25px;
  }

  html.menu-open .menu-toggle span:nth-child(1),
  body.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  html.menu-open .menu-toggle span:nth-child(2),
  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  html.menu-open .menu-toggle span:nth-child(3),
  body.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .eko-sticky-call {
    left: auto;
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 0;
  }

  .eko-call-icon {
    width: 58px;
    height: 58px;
    font-size: 0;
  }

  .site-footer {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .site-container {
    width: min(100% - 28px, 1220px);
  }

  .page-hero,
  .page-hero.compact {
    padding: 46px 0;
  }

  .content-section {
    padding: 54px 0;
  }

  h1 {
    font-size: 40px;
  }
}


.wpcf7 form {
  display: grid;
  gap: 20px;
}

.wpcf7 label {
  display: block;
  font-weight: 800;
  color: var(--eko-dark);
  font-size: 15px;
}

.wpcf7 label br {
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  margin-top: 9px;
  padding: 0 18px;
  min-height: 58px;
  border: 1px solid rgba(58, 146, 255, 0.18);
  border-radius: 18px;
  background: #fff;
  color: var(--eko-dark);
  font-family: inherit;
  font-size: 16px;
  transition: 0.25s ease;
}

.wpcf7 textarea {
  min-height: 150px;
  padding: 18px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #3a92ff;
  box-shadow: 0 0 0 4px rgba(58, 146, 255, 0.12);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #8da0b3;
}

.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: #3a92ff;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(58, 146, 255, 0.25);
  transition: 0.25s ease;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(58, 146, 255, 0.35);
}

.wpcf7-spinner {
  margin-left: 12px;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.08);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
}

@media (max-width: 640px) {
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
}