

:root {
  --cu-brand: #52bac5;
  --cu-brand-dk: #0d838d;
  --cu-amber: #ffbe2b;
  --cu-navy: #1a2333;
  --cu-dark: #0d1320;
  --cu-dark2: #111b2e;
  --cu-white: #fff;
  --cu-off: #f0f7f9;
  --cu-off2: #e8f4f6;
  --cu-text: #1e2d3d;
  --cu-text2: #4a6078;
  --cu-text3: #7f96ae;
  --cu-font: "Inter", system-ui, sans-serif;
  --cu-font-h: "Plus Jakarta Sans", "Inter", sans-serif;
  --cu-max: 1500px;
  --cu-r: 14px;
  --cu-r-lg: 22px;
  --cu-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* page wrapper */
.cuPage {
  font-family: var(--cu-font);
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.page-template-template-contact section.main {
  padding: 0 !important;
  background: transparent !important;
}
.page-template-template-contact section.main > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.page-template-template-contact section.main > .container > .row {
  margin: 0 !important;
  display: block !important;
}

/* ════════════════════════════════════════
   HERO — тёмный, как pricing
════════════════════════════════════════ */
.cuHeroWrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    150deg,
    var(--cu-dark) 0%,
    var(--cu-dark2) 50%,
    #0c1a2a 100%
  );
  padding: 96px 24px 88px;
  text-align: center;
  font-family: var(--cu-font-h);
}
/* dot grid */
.cuHeroWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(82, 186, 197, 0.12) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
/* SVG grid lines */
.cuHeroWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(82, 186, 197, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(82, 186, 197, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}
.cuHeroBlob2 {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -160px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.12) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}
.cuHeroInner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}
.cuHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 190, 43, 0.12);
  border: 1px solid rgba(255, 190, 43, 0.32);
  color: #ffd166;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px 5px 12px;
  border-radius: 100px;
  margin-bottom: 32px;
}
.cuHeroBadgeDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cu-amber);
  box-shadow: 0 0 8px var(--cu-amber);
  animation: cuPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes cuPulse {
  0%,
  100% {
    box-shadow: 0 0 6px var(--cu-amber);
  }
  50% {
    box-shadow: 0 0 18px var(--cu-amber);
  }
}

.cuHeroTitle {
  font-family: var(--cu-font-h);
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
}
.cuHeroTitle span {
  display: block;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #a0eaf3 45%,
    var(--cu-brand) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 0;
}
.cuHeroSubtitle {
  font-family: var(--cu-font);
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 40px;
}
.cuHeroMeta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.cuHeroMetaPill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.cuHeroMetaPill svg {
  width: 16px;
  height: 16px;
  color: var(--cu-brand);
  flex-shrink: 0;
}

/* ════════════════════════════════════════
   BODY — form + sidebar
════════════════════════════════════════ */
.cuBody {
  background: var(--cu-off);
  position: relative;
  z-index: 1;
}
/* teal top border после hero */
.cuBody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cu-brand), var(--cu-brand-dk));
}
/* dot-grid bg */
.cuBody::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(82, 186, 197, 0.08) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.cuBodyInner {
  position: relative;
  z-index: 1;
  max-width: var(--cu-max);
  width: 94%;
  margin: 0 auto;
  padding: 72px 0 88px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}

/* ── Form card ── */
.cuFormCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: var(--cu-r-lg);
  padding: 40px 44px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 8px 32px rgba(30, 45, 61, 0.08);
}
.cuSectionLabel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--cu-brand-dk);
  margin-bottom: 8px;
}
.cuSectionLabel::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--cu-brand-dk);
  border-radius: 2px;
}
.cuFormTitle {
  font-family: var(--cu-font-h);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  color: var(--cu-navy);
  letter-spacing: -0.025em;
  margin-bottom: 8px;
  line-height: 1.15;
}
.cuFormSubtitle {
  font-size: 15px;
  color: var(--cu-text2);
  line-height: 1.65;
  margin-bottom: 28px;
}

/* WP contact form styles inside cuFormCard */
.cuFormCard .contact-form input[type="text"],
.cuFormCard .contact-form input[type="email"],
.cuFormCard .contact-form textarea,
.cuFormCard .contact-form select {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1.5px solid rgba(82, 186, 197, 0.22) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-family: var(--cu-font) !important;
  color: var(--cu-text) !important;
  transition: border-color var(--cu-t), background var(--cu-t) !important;
  margin-bottom: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}
.cuFormCard .contact-form input:focus,
.cuFormCard .contact-form textarea:focus {
  border-color: rgba(82, 186, 197, 0.55) !important;
  background: rgba(240, 250, 252, 0.95) !important;
}
.cuFormCard .contact-form input[type="submit"],
.cuFormCard .contact-form button[type="submit"] {
  background: linear-gradient(
    135deg,
    var(--cu-brand) 0%,
    var(--cu-brand-dk) 100%
  ) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--cu-font) !important;
  padding: 14px 36px !important;
  border-radius: 100px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(82, 186, 197, 0.4) !important;
  transition: var(--cu-t) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}
.cuFormCard .contact-form input[type="submit"]:hover,
.cuFormCard .contact-form button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(82, 186, 197, 0.55) !important;
}

/* ── Sidebar ── */
.cuSidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(68px + 24px);
}

/* Response card */
.cuResponseCard {
  background: linear-gradient(135deg, var(--cu-dark) 0%, #1a2744 100%);
  border: 1px solid rgba(82, 186, 197, 0.22);
  border-radius: var(--cu-r-lg);
  padding: 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cuResponseCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cu-brand), var(--cu-brand-dk));
}
.cuResponseCardLabel {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}
.cuResponseCardNum {
  font-family: var(--cu-font-h);
  font-size: 56px;
  font-weight: 800;
  color: var(--cu-brand);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.cuResponseCardDesc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
}

/* Info card */
.cuInfoCard,
.cuFaqCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: var(--cu-r-lg);
  padding: 24px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 6px 24px rgba(30, 45, 61, 0.07);
}
.cuInfoCardTitle,
.cuFaqCardTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--cu-font-h);
  font-size: 14px;
  font-weight: 700;
  color: var(--cu-navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(82, 186, 197, 0.14);
}
.cuInfoCardTitle svg,
.cuFaqCardTitle svg {
  width: 18px;
  height: 18px;
  color: var(--cu-brand-dk);
  flex-shrink: 0;
}
.cuContactLink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(82, 186, 197, 0.08);
}
.cuContactLink:last-child {
  border-bottom: none;
}
.cuContactLinkIcon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(82, 186, 197, 0.1);
  border: 1px solid rgba(82, 186, 197, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--cu-brand-dk);
}
.cuContactLinkIcon svg {
  width: 16px;
  height: 16px;
}
.cuContactLinkText {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--cu-navy);
  margin-bottom: 2px;
}
.cuContactLinkSub {
  font-size: 12.5px;
  color: var(--cu-text3);
}
.cuContactLinkSub a {
  color: var(--cu-brand-dk);
  font-weight: 500;
}
.cuContactLinkSub a:hover {
  color: var(--cu-brand);
}

/* FAQ links */
.cuFaqLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cuFaqLink {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  color: var(--cu-brand-dk);
  background: rgba(82, 186, 197, 0.1);
  border: 1px solid rgba(82, 186, 197, 0.2);
  border-radius: 100px;
  padding: 4px 12px;
  transition: var(--cu-t);
}
.cuFaqLink:hover {
  background: rgba(82, 186, 197, 0.2);
  color: var(--cu-brand-dk);
}

/* ════════════════════════════════════════
   TRUST BAR — тёмный navy
════════════════════════════════════════ */
.cuTrustBar {
  background: var(--cu-navy);
  padding: 52px 0;
  position: relative;
  z-index: 1;
}
.cuTrustBarInner {
  max-width: var(--cu-max);
  width: 94%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cuTrustItem {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 24px 20px;
  transition: var(--cu-t);
}
.cuTrustItem:hover {
  background: rgba(82, 186, 197, 0.07);
  border-color: rgba(82, 186, 197, 0.18);
}
.cuTrustItemIcon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(82, 186, 197, 0.12);
  border: 1px solid rgba(82, 186, 197, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--cu-brand);
}
.cuTrustItemIcon svg {
  width: 22px;
  height: 22px;
}
.cuTrustItemTitle {
  font-family: var(--cu-font-h);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.cuTrustItemDesc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1100px) {
  .cuBodyInner {
    grid-template-columns: 1fr;
  }
  .cuSidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cuResponseCard {
    grid-column: 1 / -1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .cuResponseCardNum {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .cuHeroWrapper {
    padding: 72px 20px 64px;
  }
  .cuHeroMeta {
    gap: 8px;
  }
  .cuFormCard {
    padding: 28px 20px;
  }
  .cuTrustBarInner {
    grid-template-columns: 1fr;
  }
  .cuSidebar {
    grid-template-columns: 1fr;
  }
  .cuResponseCard {
    flex-direction: column;
    text-align: center;
  }
}
