.elementor-95 .elementor-element.elementor-element-68c3396{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-95 .elementor-element.elementor-element-68c3396{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-d65b5d1 *//* ── VARIABLES ─────────────────────────────────────── */
.elementor-widget-html {
  --hcp-green: #22C58E;
  --hcp-green-dark: #1aaf7a;
  --hcp-green-dim: rgba(34,197,142,0.08);
  --hcp-green-border: rgba(34,197,142,0.2);
  --hcp-dark: #0A1A13;
  --hcp-dark2: #0F1F17;
  --hcp-text: #2E4A3E;
  --hcp-muted: #5A7066;
  --hcp-light: #F4FAF7;
  --hcp-border: #E2EDE8;
}

/* ── SHARED ─────────────────────────────────────────── */
.hcp-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--hcp-green);
  margin-bottom: 14px;
}
.hcp-section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: var(--hcp-dark2);
  line-height: 1.25;
  margin: 0 0 12px;
}
.hcp-section-title::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: var(--hcp-green);
  border-radius: 2px;
  margin-top: 12px;
}

/* ── HERO ───────────────────────────────────────────── */
.hcp-hero {
  background: var(--hcp-dark2);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.hcp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34,197,142,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,197,142,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}
.hcp-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}
.hcp-hero-text { flex: 1; }
.hcp-hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 20px;
}
.hcp-hero-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
  max-width: 520px;
}

/* Badges — 2 only, no emoji, horizontal pills */
.hcp-hero-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
.hcp-badge {
  background: rgba(34,197,142,0.07);
  border: 1px solid rgba(34,197,142,0.2);
  border-radius: 12px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}
.hcp-badge span {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}

/* ── MAIN LAYOUT ────────────────────────────────────── */
.hcp-main {
  padding: 80px 0;
  background: #ffffff;
}
.hcp-main-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start;
}

/* ── FORM ───────────────────────────────────────────── */
.hcp-form-header { margin-bottom: 36px;
padding: 20px;
}
.hcp-form-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--hcp-muted);
  margin: 10px 0 0;
}
.hcp-form-sub span { color: var(--hcp-green); font-weight: 600; }

/* ── CF7 OVERRIDES ──────────────────────────────────── */
.hcp-cf7-wrap .wpcf7 { margin: 0; padding: 20px; }

.hcp-cf7-wrap .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.hcp-cf7-wrap .cf7-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.hcp-cf7-wrap .cf7-row .cf7-field { margin-bottom: 0; }
.hcp-cf7-wrap .cf7-submit { margin-top: 8px; }

.hcp-cf7-wrap label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--hcp-dark2) !important;
  letter-spacing: 0.3px !important;
}
.hcp-cf7-wrap label .required,
.hcp-cf7-wrap .required {
  color: var(--hcp-green) !important;
  font-weight: 600 !important;
}

.hcp-cf7-wrap input[type="text"],
.hcp-cf7-wrap input[type="email"],
.hcp-cf7-wrap input[type="tel"],
.hcp-cf7-wrap select,
.hcp-cf7-wrap textarea {
  width: 100% !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: var(--hcp-dark2) !important;
  background: var(--hcp-light) !important;
  border: 1.5px solid var(--hcp-border) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.hcp-cf7-wrap input[type="text"]:focus,
.hcp-cf7-wrap input[type="email"]:focus,
.hcp-cf7-wrap input[type="tel"]:focus,
.hcp-cf7-wrap select:focus,
.hcp-cf7-wrap textarea:focus {
  border-color: var(--hcp-green) !important;
  box-shadow: 0 0 0 3px rgba(34,197,142,0.1) !important;
  background: #ffffff !important;
}
.hcp-cf7-wrap input::placeholder,
.hcp-cf7-wrap textarea::placeholder {
  color: #9BB0A4 !important;
  font-weight: 300 !important;
}
.hcp-cf7-wrap select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2322C58E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}
.hcp-cf7-wrap textarea {
  height: 150px !important;
  resize: vertical !important;
  line-height: 1.7 !important;
}

.hcp-cf7-wrap input[type="submit"],
.hcp-cf7-wrap .wpcf7-submit {
  display: block !important;
  width: 100% !important;
  padding: 16px 24px !important;
  background: var(--hcp-green) !important;
  color: var(--hcp-dark) !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 20px rgba(34,197,142,0.25) !important;
}
.hcp-cf7-wrap input[type="submit"]:hover,
.hcp-cf7-wrap .wpcf7-submit:hover {
  background: var(--hcp-green-dark) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(34,197,142,0.3) !important;
}

.hcp-cf7-wrap .wpcf7-not-valid-tip {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
}
.hcp-cf7-wrap .wpcf7-response-output {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  margin-top: 16px !important;
  border: none !important;
}
.hcp-cf7-wrap .wpcf7-mail-sent-ok {
  background: rgba(34,197,142,0.1) !important;
  color: #0F6B47 !important;
  border-left: 4px solid var(--hcp-green) !important;
}
.hcp-cf7-wrap .wpcf7-mail-sent-ng,
.hcp-cf7-wrap .wpcf7-spam-blocked,
.hcp-cf7-wrap .wpcf7-validation-errors {
  background: rgba(229,62,62,0.08) !important;
  color: #9b2c2c !important;
  border-left: 4px solid #e53e3e !important;
}

/* ── SIDEBAR ────────────────────────────────────────── */
.hcp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.hcp-sidebar-card {
  background: var(--hcp-light);
  border: 1.5px solid var(--hcp-border);
  border-radius: 16px;
  padding: 32px 28px;
}
.hcp-sidebar-title {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--hcp-dark2);
  margin: 0 0 24px;
}
.hcp-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-style: normal;
}
.hcp-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
}
.hcp-info-link { transition: opacity 0.2s; }
.hcp-info-link:hover { opacity: 0.75; }
.hcp-info-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--hcp-green-dim);
  border: 1px solid var(--hcp-green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}
.hcp-info-icon-wa {
  background: rgba(37,211,102,0.1) !important;
  border-color: rgba(37,211,102,0.25) !important;
}
.hcp-info-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--hcp-muted);
  margin-bottom: 3px;
}
.hcp-info-val {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--hcp-dark2);
  font-weight: 500;
  line-height: 1.5;
}

/* Urgent card */
.hcp-sidebar-dark {
  background: var(--hcp-dark2) !important;
  border-color: rgba(34,197,142,0.15) !important;
  position: relative;
  overflow: hidden;
}
.hcp-sidebar-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34,197,142,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,197,142,0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.hcp-sidebar-dark-icon {
  position: relative;
  z-index: 1;
  font-size: 26px;
  margin-bottom: 12px;
}
.hcp-sidebar-dark-title {
  position: relative;
  z-index: 1;
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.hcp-sidebar-dark p {
  position: relative;
  z-index: 1;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  font-weight: 300;
  margin: 0 0 20px;
}
.hcp-btn-call {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding: 14px 20px;
  background: var(--hcp-green);
  color: var(--hcp-dark);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
}
.hcp-btn-call:hover {
  background: var(--hcp-green-dark);
  color: #ffffff;
}

/* ── MAP ────────────────────────────────────────────── */
.hcp-map-section {
  background: var(--hcp-dark2);
  padding: 0;
}
.hcp-map-label {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(34,197,142,0.1);
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hcp-map-label span {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.hcp-map-label a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--hcp-green);
  text-decoration: none;
  font-weight: 500;
  margin-left: auto;
  transition: opacity 0.2s;
}
.hcp-map-label a:hover { opacity: 0.75; }
.hcp-map-frame { display: block; line-height: 0; }
.hcp-map-frame iframe { display: block; }

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 900px) {
  .hcp-hero-inner { flex-direction: column; gap: 40px; }
  .hcp-hero-badges { flex-direction: row; width: 100%; }
  .hcp-badge { flex: 1; }
  .hcp-main-inner { grid-template-columns: 1fr; gap: 48px; }
  .hcp-cf7-wrap .cf7-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hcp-hero-badges { flex-direction: column; }
}/* End custom CSS */