.elementor-12 .elementor-element.elementor-element-5ab2494{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-84989e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-63d4dbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-5f057e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-d1c623a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-53f0f18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-575a8ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-ee3b0a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-a3480e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-5f057e7{--content-width:100%;}.elementor-12 .elementor-element.elementor-element-d1c623a{--content-width:100%;}.elementor-12 .elementor-element.elementor-element-53f0f18{--content-width:100%;}.elementor-12 .elementor-element.elementor-element-575a8ea{--content-width:100%;}.elementor-12 .elementor-element.elementor-element-ee3b0a5{--content-width:100%;}.elementor-12 .elementor-element.elementor-element-a3480e5{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-b91c01f */.kp-hero {
  position: relative;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 6vw;
  gap: 48px;
  overflow: hidden;
}

.kp-hero__bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #CBD5E1 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
  z-index: 0;
}

.kp-hero__slash {
  position: absolute;
  top: -80px;
  right: 38%;
  width: 4px;
  height: 130%;
  background: linear-gradient(to bottom, transparent, #0099CC22, #0099CC44, transparent);
  transform: rotate(12deg);
  z-index: 0;
}

.kp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  animation: kpFadeUp 0.7s ease both;
}

@keyframes kpFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.kp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EFF9FF;
  border: 1.5px solid #BAE6FD;
  color: #0369A1;
  padding: 7px 16px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.kp-badge__dot {
  width: 7px;
  height: 7px;
  background: #0099CC;
  border-radius: 50%;
  animation: kpBlink 1.6s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes kpBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.8); }
}

.kp-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(44px, 7.5vw, 96px);
  font-weight: 900;
  line-height: 0.95;
  color: #0A1628;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  word-break: break-word;
}

.kp-hero__title--outline {
  display: block;
  color: transparent;
  -webkit-text-stroke: 3px #0099CC;
}

.kp-hero__title--block {
  display: inline-block;
  background: #0099CC;
  color: #ffffff;
  padding: 0 14px 4px;
  margin-top: 4px;
  line-height: 1.1;
  max-width: 100%;
}

.kp-hero__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.7vw, 18px);
  color: #475569;
  line-height: 1.75;
  margin: 0 0 40px;
}

.kp-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.kp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  padding: 15px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
  border: none;
}

.kp-btn--primary {
  background: #0099CC;
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(0,153,204,0.28);
}

.kp-btn--primary:hover {
  background: #007AAA;
  box-shadow: 0 12px 40px rgba(0,153,204,0.4);
  transform: translateY(-2px);
  color: #fff;
}

.kp-btn--secondary {
  background: transparent;
  color: #0A1628;
  border: 2px solid #CBD5E1;
}

.kp-btn--secondary:hover {
  border-color: #0099CC;
  color: #0099CC;
  transform: translateY(-2px);
}

.kp-hero__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kp-trust__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #64748B;
}

.kp-trust__item svg { stroke: #0099CC; }

.kp-trust__divider {
  width: 1px;
  height: 14px;
  background: #CBD5E1;
}

/* ── RIGHT PANEL ── */
.kp-hero__visual {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 360px;
  animation: kpFadeUp 0.7s 0.15s ease both;
}

.kp-visual__panel {
  background: #ffffff;
  border: 1.5px solid #E2EAF0;
  border-radius: 20px;
  padding: 32px;
  box-shadow:
    0 4px 6px rgba(0,0,0,0.04),
    0 20px 60px rgba(0,153,204,0.10),
    0 0 0 1px rgba(0,153,204,0.06);
  position: relative;
  overflow: hidden;
}

.kp-visual__panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0099CC, #00C6FF);
  border-radius: 20px 20px 0 0;
}

.kp-vcard__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 10px;
}

.kp-vcard__stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}

.kp-vcard__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #0A1628;
  line-height: 1;
}

.kp-vcard__unit {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: #94A3B8;
  font-weight: 500;
}

.kp-vcard__track {
  height: 5px;
  background: #F1F5F9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.kp-vcard__fill {
  height: 100%;
  width: 68%;
  background: linear-gradient(90deg, #0099CC, #00C6FF);
  border-radius: 10px;
  animation: kpBarGrow 1.4s 0.4s ease both;
  transform-origin: left;
}

@keyframes kpBarGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.kp-vcard__note {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #0099CC;
  font-weight: 600;
}

.kp-vdivider {
  height: 1px;
  background: #F1F5F9;
  margin: 22px 0;
}

.kp-vstats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kp-vstat { text-align: center; flex: 1; }

.kp-vstat__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #0A1628;
  line-height: 1;
  margin-bottom: 4px;
}

.kp-vstat__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #94A3B8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.kp-vstat__sep {
  width: 1px;
  height: 36px;
  background: #F1F5F9;
}

.kp-vservices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kp-vservice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
}

.kp-vservice__dot {
  width: 7px;
  height: 7px;
  background: #0099CC;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ══════════════════════════
   RESPONSIVE — MOBILE FIRST
══════════════════════════ */

/* Tablet */
@media (max-width: 960px) {
  .kp-hero {
    flex-direction: column;
    align-items: center;
    padding: 90px 5vw 70px;
    min-height: auto;
    text-align: center;
    gap: 40px;
  }
  .kp-hero__inner {
    max-width: 100%;
    width: 100%;
  }
  .kp-hero__badge {
    margin: 0 auto 24px;
  }
  .kp-hero__title {
    font-size: clamp(42px, 10vw, 72px);
  }
  .kp-hero__title--block {
    display: inline-block;
  }
  .kp-hero__ctas {
    justify-content: center;
  }
  .kp-hero__trust {
    justify-content: center;
    gap: 10px;
  }
  .kp-trust__divider {
    display: none;
  }
  .kp-hero__visual {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .kp-hero {
    padding: 80px 4vw 60px;
  }
  .kp-hero__title {
    font-size: clamp(36px, 12vw, 52px);
    letter-spacing: -0.01em;
  }
  .kp-hero__title--outline {
    -webkit-text-stroke: 2px #0099CC;
  }
  .kp-hero__title--block {
    padding: 0 10px 4px;
  }
  .kp-hero__sub {
    font-size: 15px;
  }
  .kp-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .kp-btn {
    justify-content: center;
    font-size: 15px;
    padding: 14px 20px;
  }
  .kp-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .kp-visual__panel {
    padding: 22px 18px;
  }
  .kp-vcard__num {
    font-size: 48px;
  }
  .kp-vstat__num {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4881a1 */.kp-trust-bar {
  background: #0A1628;
  padding: 24px 6vw;
}

.kp-trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.kp-tbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 120px;
}

.kp-tbar__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #00C6FF;
  line-height: 1;
}

.kp-tbar__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}

.kp-tbar__sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .kp-trust-bar__inner {
    justify-content: center;
    gap: 16px;
  }
  .kp-tbar__sep { display: none; }
  .kp-tbar__item { min-width: 90px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6656048 */.kp-services {
  background: #F8FAFC;
  padding: 100px 6vw;
}

.kp-services__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Shared section header styles (reused across all sections) ── */
.kp-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.kp-section-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0099CC;
  background: #EFF9FF;
  border: 1px solid #BAE6FD;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.kp-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #0A1628;
  text-transform: uppercase;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.kp-title-accent {
  color: #0099CC;
}

.kp-section-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: #64748B;
  line-height: 1.7;
  margin: 0;
}

/* ── Services grid ── */
.kp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kp-service-card {
  background: #ffffff;
  border: 1.5px solid #E2EAF0;
  border-radius: 16px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.kp-service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0099CC, #00C6FF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.kp-service-card:hover {
  border-color: #BAE6FD;
  box-shadow: 0 12px 40px rgba(0,153,204,0.12);
  transform: translateY(-4px);
}

.kp-service-card:hover::before {
  transform: scaleX(1);
}

.kp-service-card__icon {
  width: 56px;
  height: 56px;
  background: #EFF9FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.25s ease;
}

.kp-service-card__icon svg {
  stroke: #0099CC;
}

.kp-service-card:hover .kp-service-card__icon {
  background: #0099CC;
}

.kp-service-card:hover .kp-service-card__icon svg {
  stroke: #ffffff;
}

.kp-service-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0A1628;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
}

.kp-service-card__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #64748B;
  line-height: 1.65;
  margin: 0 0 20px;
}

.kp-service-card__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0099CC;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.kp-service-card__link:hover {
  color: #007AAA;
}

@media (max-width: 960px) {
  .kp-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .kp-services {
    padding: 70px 5vw;
  }
  .kp-services__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f556fc */.kp-why {
  background: #ffffff;
  padding: 100px 6vw;
}

.kp-why__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.kp-why__left {
  flex: 1;
}

.kp-why__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.kp-why__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.kp-why__feature-icon {
  width: 44px;
  height: 44px;
  background: #EFF9FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kp-why__feature-icon svg { stroke: #0099CC; }

.kp-why__feature-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0A1628;
  margin: 0 0 4px;
}

.kp-why__feature-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}

/* Right panel */
.kp-why__right {
  flex-shrink: 0;
  width: 320px;
}

.kp-why__panel {
  background: #0A1628;
  border-radius: 20px;
  padding: 36px 32px;
  color: #ffffff;
}

.kp-why__panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.kp-why__score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.kp-why__score span {
  font-size: 32px;
  color: rgba(255,255,255,0.4);
}

.kp-why__stars {
  color: #FBBF24;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.kp-why__score-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

.kp-why__vdivider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 24px 0;
}

.kp-why__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kp-why__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 960px) {
  .kp-why__inner {
    flex-direction: column;
    gap: 48px;
  }
  .kp-why__right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59b5d3d */.kp-howitworks {
  background: #F8FAFC;
  padding: 100px 6vw;
}

.kp-howitworks__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  margin-top: 16px;
}

.kp-step {
  padding: 40px 36px;
  position: relative;
  text-align: center;
}

.kp-step__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: #EFF9FF;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 2px #BAE6FD;
  color: transparent;
}

.kp-step__connector {
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #0099CC, #00C6FF);
  position: absolute;
  top: 76px;
  right: -30%;
  z-index: 0;
}

.kp-step__connector.last {
  display: none;
}

.kp-step__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0A1628;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
}

.kp-step__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #64748B;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .kp-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .kp-step__connector { display: none; }
  .kp-step {
    padding: 28px 20px;
    border-bottom: 1px solid #E2EAF0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0046da */.kp-reviews {
  background: #ffffff;
  padding: 100px 6vw;
}

.kp-reviews__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kp-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.kp-review-card {
  background: #F8FAFC;
  border: 1.5px solid #E2EAF0;
  border-radius: 16px;
  padding: 32px 28px;
  transition: all 0.25s ease;
}

.kp-review-card--featured {
  background: #0A1628;
  border-color: #0A1628;
  transform: translateY(-12px);
  box-shadow: 0 24px 60px rgba(10,22,40,0.2);
}

.kp-review-card:hover:not(.kp-review-card--featured) {
  border-color: #BAE6FD;
  box-shadow: 0 8px 32px rgba(0,153,204,0.1);
  transform: translateY(-4px);
}

.kp-review-card__stars {
  color: #FBBF24;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.kp-review-card__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 24px;
  font-style: italic;
}

.kp-review-card--featured .kp-review-card__text {
  color: rgba(255,255,255,0.75);
}

.kp-review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kp-review-card__avatar {
  width: 40px;
  height: 40px;
  background: #0099CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.kp-review-card__name {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0A1628;
}

.kp-review-card--featured .kp-review-card__name {
  color: #ffffff;
}

.kp-review-card__location {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #94A3B8;
}

.kp-review-card__source {
  margin-left: auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0099CC;
  background: #EFF9FF;
  padding: 4px 10px;
  border-radius: 100px;
}

.kp-review-card--featured .kp-review-card__source {
  background: rgba(0,153,204,0.2);
}

@media (max-width: 900px) {
  .kp-reviews__grid {
    grid-template-columns: 1fr;
  }
  .kp-review-card--featured {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61d32e3 */.kp-areas {
  background: #F8FAFC;
  padding: 100px 6vw;
}

.kp-areas__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kp-areas__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.kp-area-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1.5px solid #E2EAF0;
  border-radius: 100px;
  padding: 10px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  transition: all 0.2s ease;
}

.kp-area-tag svg { stroke: #0099CC; }

.kp-area-tag:hover {
  border-color: #0099CC;
  color: #0099CC;
  background: #EFF9FF;
}

.kp-area-tag--more {
  background: #0099CC;
  border-color: #0099CC;
  color: #ffffff;
}

.kp-area-tag--more:hover {
  background: #007AAA;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64bdcbc */.kp-faq {
  background: #ffffff;
  padding: 100px 6vw;
}

.kp-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}

.kp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1.5px solid #E2EAF0;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.kp-faq__item {
  border-bottom: 1px solid #E2EAF0;
  width: 100%;
  box-sizing: border-box;
}

.kp-faq__item:last-child {
  border-bottom: none;
}

.kp-faq__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.kp-faq__question:hover {
  background: #F8FAFC;
}

.kp-faq__question.active {
  background: #EFF9FF;
}

.kp-faq__question h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0A1628;
  margin: 0;
  line-height: 1.45;
  flex: 1 1 0%;
  min-width: 0;
  max-width: calc(100% - 40px);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}


.kp-faq__icon {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #0099CC;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
  width: 24px;
  text-align: center;
}

.kp-faq__question.active .kp-faq__icon {
  transform: rotate(45deg);
}

.kp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 28px;
  box-sizing: border-box;
}

.kp-faq__answer.open {
  max-height: 300px;
  padding: 0 28px 24px;
}

.kp-faq__answer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #64748B;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 560px) {
  .kp-faq {
    padding: 70px 5vw;
  }
  .kp-faq__question {
    padding: 18px 16px;
    gap: 12px;
  }
  .kp-faq__question h3 {
    font-size: 14px;
  }
  .kp-faq__answer {
    padding: 0 16px;
  }
  .kp-faq__answer.open {
    padding: 0 16px 18px;
  }
  .kp-faq__answer p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cbd92e */.kp-cta {
  background: #0A1628;
  padding: 100px 6vw;
  position: relative;
  overflow: hidden;
}

.kp-cta__bg-accent {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0,153,204,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.kp-cta::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,153,204,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.kp-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* ── Left content ── */
.kp-cta__left {
  flex: 1;
}

.kp-cta__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 16px 0 20px;
}

.kp-cta__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0 0 36px;
}

.kp-cta__call {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  margin-bottom: 36px;
  transition: transform 0.2s ease;
}

.kp-cta__call:hover {
  transform: translateX(4px);
}

.kp-cta__call-icon {
  width: 52px;
  height: 52px;
  background: #0099CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 8px rgba(0,153,204,0.15);
}

.kp-cta__call-icon svg {
  stroke: #ffffff;
}

.kp-cta__call-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.kp-cta__call-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.kp-cta__trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kp-cta__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
}

.kp-cta__trust-item svg {
  stroke: #0099CC;
  flex-shrink: 0;
}

/* ── Right form panel ── */
.kp-cta__right {
  flex-shrink: 0;
  width: 440px;
}

.kp-cta__form-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 36px;
}

.kp-cta__form-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #0A1628;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.kp-cta__form-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #94A3B8;
  margin: 0 0 28px;
}

/* ── Contact Form 7 override styles ── */
.kp-cta__form-panel .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.kp-cta__form-panel .kpf-row {
  margin-bottom: 14px;
}

.kp-cta__form-panel .wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #E2EAF0;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #0A1628;
  background: #F8FAFC;
  transition: all 0.2s ease;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.kp-cta__form-panel .wpcf7-form-control:not([type="submit"]):focus {
  border-color: #0099CC;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0,153,204,0.1);
}

.kp-cta__form-panel .wpcf7-form-control:not([type="submit"])::placeholder {
  color: #94A3B8;
}

.kp-cta__form-panel select.wpcf7-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
  color: #94A3B8;
}

.kp-cta__form-panel select.wpcf7-form-control:valid {
  color: #0A1628;
}

.kp-cta__form-panel textarea.wpcf7-form-control {
  resize: vertical;
  min-height: 100px;
}

.kp-cta__form-panel .wpcf7-submit {
  width: 100%;
  padding: 15px 24px;
  background: #0099CC;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.22s ease;
  box-shadow: 0 8px 24px rgba(0,153,204,0.3);
  margin-top: 6px;
}

.kp-cta__form-panel .wpcf7-submit:hover {
  background: #007AAA;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,153,204,0.4);
}

.kp-cta__form-panel .wpcf7-not-valid-tip {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
  display: block;
}

.kp-cta__form-panel .wpcf7-response-output {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  border: none;
}

.kp-cta__form-panel .wpcf7-mail-sent-ok {
  background: #F0FDF4;
  color: #16A34A;
}

.kp-cta__form-panel .wpcf7-mail-sent-ng,
.kp-cta__form-panel .wpcf7-aborted {
  background: #FEF2F2;
  color: #DC2626;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .kp-cta__inner {
    flex-direction: column;
    gap: 52px;
  }
  .kp-cta__right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .kp-cta__left {
    text-align: center;
    width: 100%;
  }
  .kp-cta__call {
    justify-content: center;
  }
  .kp-cta__trust {
    align-items: center;
  }
}

@media (max-width: 560px) {
  .kp-cta {
    padding: 70px 5vw;
  }
  .kp-cta__form-panel {
    padding: 28px 20px;
  }
}/* End custom CSS */