.elementor-1121 .elementor-element.elementor-element-d9a5ca7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5e11fed *//* =========================================================
   BLINKCALL HERO SECTION
========================================================= */

.blinkcall-hero {
  --bc-blue: #1D6DF2;
  --bc-blue-2: #0E5BFF;
  --bc-blue-dark: #071B4D;
  --bc-orange: #FF6B00;
  --bc-orange-2: #FF7A1A;
  --bc-text: #0C173D;
  --bc-text-soft: #4D5A7B;
  --bc-line: #DDE6F7;
  --bc-card: #FFFFFF;
  --bc-bg: #F7F9FD;
  --bc-circle: #EEF3FC;
  --bc-shadow: 0 24px 70px rgba(15, 42, 92, 0.08);

  position: relative;
  overflow: hidden;
  padding: 92px 0 90px;
  background:
    radial-gradient(circle at 92% 7%, rgba(29,109,242,0.10) 0 2px, transparent 2px) 0 0 / 18px 18px no-repeat,
    linear-gradient(180deg, #FBFCFF 0%, #F7F9FD 100%);
  font-family: "Inter", sans-serif;
}

.blinkcall-hero::before{
  content:"";
  position:absolute;
  right:-120px;
  top:20px;
  width:720px;
  height:720px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(29,109,242,0.08) 0%, rgba(29,109,242,0.04) 45%, rgba(29,109,242,0.00) 72%);
  pointer-events:none;
}

.blinkcall-hero__container{
  width:min(1380px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:56px;
  align-items:center;
  position:relative;
  z-index:2;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.blinkcall-hero__content{
  max-width:650px;
}

.blinkcall-hero__eyebrow{
  font-size:18px;
  line-height:1;
  font-weight:800;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--bc-blue);
  margin-bottom:18px;
}

.blinkcall-hero__eyebrow-line{
  width:96px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--bc-blue), rgba(29,109,242,0.15));
  margin-bottom:34px;
}

.blinkcall-hero__title{
  margin:0;
  color:var(--bc-text);
  font-size:clamp(48px, 4.9vw, 78px);
  line-height:1.05;
  letter-spacing:-0.055em;
  font-weight:800;
  text-wrap:balance;
}

.blinkcall-hero__title span{
  color:var(--bc-blue);
}

.blinkcall-hero__title span::after{
  content:".";
  color:var(--bc-orange);
}

.blinkcall-hero__text{
  margin:28px 0 0;
  max-width:640px;
  color:var(--bc-text-soft);
  font-size:clamp(20px, 1.55vw, 25px);
  line-height:1.65;
  font-weight:500;
}

.blinkcall-hero__cta{
  margin-top:42px;
  width:fit-content;
  min-width:450px;
  max-width:100%;
  height:86px;
  padding:0 30px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(180deg, var(--bc-orange-2) 0%, var(--bc-orange) 100%);
  box-shadow:0 20px 40px rgba(255,107,0,0.22);
  transition:transform .25s ease, box-shadow .25s ease;
}

.blinkcall-hero__cta:hover{
  transform:translateY(-2px);
  box-shadow:0 26px 46px rgba(255,107,0,0.28);
}

.blinkcall-hero__cta-icon,
.blinkcall-hero__cta-arrow{
  width:30px;
  height:30px;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.blinkcall-hero__cta-icon svg,
.blinkcall-hero__cta-arrow svg{
  width:100%;
  height:100%;
}

.blinkcall-hero__cta-text{
  font-size:21px;
  font-weight:700;
  letter-spacing:-0.02em;
  white-space:nowrap;
}

.blinkcall-hero__cta:hover .blinkcall-hero__cta-arrow{
  transform:translateX(4px);
}

.blinkcall-hero__benefits{
  margin-top:54px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:24px;
}

.blinkcall-benefit{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--bc-text);
  font-size:18px;
  font-weight:500;
}

.blinkcall-benefit__icon{
  width:42px;
  height:42px;
  border-radius:50%;
  border:2px solid rgba(29,109,242,0.35);
  color:var(--bc-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.blinkcall-benefit__icon svg{
  width:20px;
  height:20px;
}

.blinkcall-benefit--divider{
  width:1px;
  height:44px;
  background:#D6DFF0;
}

/* =========================================================
   RIGHT VISUAL WRAP
========================================================= */

.blinkcall-hero__visual{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.blinkcall-hero__halo{
  position:absolute;
  width:760px;
  height:760px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(29,109,242,0.08) 0%, rgba(29,109,242,0.035) 48%, rgba(29,109,242,0) 72%);
  z-index:0;
}

/* =========================================================
   PHONE
========================================================= */

.blinkcall-phone{
  position:relative;
  z-index:2;
}

.blinkcall-phone__frame{
  width:330px;
  height:690px;
  border-radius:42px;
  padding:7px;
  background:
    linear-gradient(180deg, #111111 0%, #2A2A2A 50%, #0E0E0E 100%);
  box-shadow:
    0 35px 80px rgba(14, 31, 72, 0.16),
    inset 0 0 0 1px rgba(255,255,255,0.16);
  position:relative;
}

.blinkcall-phone__frame::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:42px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08);
  pointer-events:none;
}

.blinkcall-phone__screen{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 20%, rgba(20,90,255,0.16), transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(13,92,255,0.22), transparent 42%),
    linear-gradient(180deg, #03153E 0%, #02102E 100%);
  color:#fff;
  text-align:center;
  padding:54px 28px 30px;
}

.blinkcall-phone__island{
  position:absolute;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  width:92px;
  height:22px;
  border-radius:999px;
  background:#020812;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);
}

.blinkcall-phone__brand-icon{
  width:84px;
  height:84px;
  margin:42px auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.03);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08);
}

.blinkcall-phone__brand-icon svg{
  width:58px;
  height:58px;
}

.blinkcall-phone__brand{
  font-size:30px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.blinkcall-phone__subbrand{
  margin-top:8px;
  font-size:16px;
  color:#1D6DF2;
  font-weight:500;
}

.blinkcall-phone__call-label{
  margin-top:78px;
  font-size:17px;
  color:rgba(255,255,255,0.92);
  font-weight:500;
}

.blinkcall-phone__number{
  margin-top:16px;
  font-size:34px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.blinkcall-phone__lead-type{
  margin-top:12px;
  font-size:16px;
  color:rgba(255,255,255,0.82);
  font-weight:500;
}

.blinkcall-phone__actions{
  margin-top:88px;
  display:flex;
  justify-content:space-between;
  gap:24px;
}

.blinkcall-phone__action{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  color:#fff;
  font-size:15px;
  font-weight:500;
}

.blinkcall-phone__action-btn{
  width:76px;
  height:76px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 18px 36px rgba(0,0,0,0.25);
}

.blinkcall-phone__action-btn svg{
  width:34px;
  height:34px;
}

.blinkcall-phone__action--decline .blinkcall-phone__action-btn{
  background:linear-gradient(180deg, #FF5757 0%, #F13030 100%);
}

.blinkcall-phone__action--accept .blinkcall-phone__action-btn{
  background:linear-gradient(180deg, #43D97C 0%, #1FC25C 100%);
}

.blinkcall-phone__action--decline .blinkcall-phone__action-btn svg{
  transform:rotate(180deg);
}

.blinkcall-phone__wave{
  position:absolute;
  left:-6%;
  bottom:-8px;
  width:112%;
  height:150px;
  background:
    radial-gradient(circle at 20% 100%, rgba(29,109,242,0.32), transparent 34%),
    radial-gradient(circle at 80% 100%, rgba(29,109,242,0.24), transparent 34%);
  opacity:0.95;
  pointer-events:none;
}

/* =========================================================
   CARDS
========================================================= */

.blinkcall-card{
  position:absolute;
  width:350px;
  background:var(--bc-card);
  border:1px solid #E7ECF6;
  border-radius:22px;
  box-shadow:var(--bc-shadow);
  overflow:hidden;
  z-index:3;
}

.blinkcall-card__header{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 20px 16px;
  border-bottom:1px solid #EDF1F8;
}

.blinkcall-card__header-icon{
  width:50px;
  height:50px;
  border-radius:50%;
  background:var(--bc-blue);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.blinkcall-card__header-icon svg{
  width:24px;
  height:24px;
}

.blinkcall-card__header-icon--outline{
  border-radius:14px;
  background:#fff;
  color:var(--bc-blue);
  border:2px solid rgba(29,109,242,0.35);
}

.blinkcall-card__header-title{
  color:var(--bc-text);
  font-size:20px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.03em;
}

/* top card */
.blinkcall-card--response{
  top:18px;
  right:0;
}

.blinkcall-card--response .blinkcall-card__body{
  padding:18px 28px 20px;
}

.blinkcall-chat-text{
  margin:0;
  color:var(--bc-text);
  font-size:18px;
  line-height:1.6;
  font-weight:500;
}

.blinkcall-chat-footer{
  margin-top:24px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.blinkcall-chat-dots{
  display:flex;
  align-items:center;
  gap:7px;
  padding:12px 16px;
  border-radius:16px;
  background:#EEF3FD;
}

.blinkcall-chat-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--bc-blue);
  display:block;
}

.blinkcall-chat-time{
  color:#7180A6;
  font-size:14px;
  font-weight:500;
}

/* lead card */
.blinkcall-card--lead{
  right:26px;
  bottom:0;
  width:370px;
}

.blinkcall-lead{
  padding:14px 20px 20px;
}

.blinkcall-lead__row{
  display:grid;
  grid-template-columns: 18px 1fr;
  gap:14px;
  align-items:flex-start;
  padding:12px 0;
}

.blinkcall-lead__icon{
  color:#7483A7;
  margin-top:2px;
}

.blinkcall-lead__icon svg{
  width:20px;
  height:20px;
}

.blinkcall-lead__label{
  color:#7A88AA;
  font-size:14px;
  font-weight:500;
  margin-bottom:4px;
}

.blinkcall-lead__value{
  color:var(--bc-text);
  font-size:16px;
  line-height:1.45;
  font-weight:500;
}

.blinkcall-lead__value--link{
  color:var(--bc-blue);
}

.blinkcall-lead__cta{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:0 16px;
  border-radius:12px;
  background:#EEF4FF;
  color:var(--bc-blue);
  font-size:16px;
  font-weight:600;
}

.blinkcall-lead__cta-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.blinkcall-lead__cta-icon svg{
  width:100%;
  height:100%;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1250px){
  .blinkcall-hero__container{
    grid-template-columns: 1fr;
    gap:60px;
  }

  .blinkcall-hero__content{
    max-width:900px;
  }

  .blinkcall-hero__visual{
    min-height:820px;
  }
}

@media (max-width: 991px){
  .blinkcall-hero{
    padding:78px 0 80px;
  }

  .blinkcall-hero__cta{
    min-width:390px;
    height:78px;
  }

  .blinkcall-hero__visual{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:24px;
  }

  .blinkcall-hero__halo{
    width:560px;
    height:560px;
    top:90px;
  }

  .blinkcall-card{
    position:relative;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:min(100%, 500px);
  }

  .blinkcall-card--lead{
    width:min(100%, 520px);
  }

  .blinkcall-phone{
    order:1;
  }

  .blinkcall-card--response{
    order:2;
  }

  .blinkcall-card--lead{
    order:3;
  }
}

@media (max-width: 767px){
  .blinkcall-hero{
    padding:64px 0 72px;
  }

  .blinkcall-hero__container{
    width:min(100%, calc(100% - 22px));
    gap:46px;
  }

  .blinkcall-hero__eyebrow{
    font-size:15px;
    margin-bottom:14px;
  }

  .blinkcall-hero__eyebrow-line{
    width:74px;
    margin-bottom:24px;
  }

  .blinkcall-hero__title{
    font-size:40px;
    line-height:1.08;
  }

  .blinkcall-hero__text{
    font-size:18px;
    margin-top:22px;
  }

  .blinkcall-hero__cta{
    width:100%;
    min-width:0;
    height:70px;
    margin-top:32px;
    gap:14px;
    padding:0 18px;
  }

  .blinkcall-hero__cta-text{
    font-size:18px;
  }

  .blinkcall-hero__cta-icon,
  .blinkcall-hero__cta-arrow{
    width:24px;
    height:24px;
  }

  .blinkcall-hero__benefits{
    margin-top:32px;
    gap:16px;
    flex-direction:column;
    align-items:flex-start;
  }

  .blinkcall-benefit--divider{
    display:none;
  }

  .blinkcall-hero__visual{
    gap:18px;
  }

  .blinkcall-phone__frame{
    width:min(100%, 320px);
    height:640px;
  }

  .blinkcall-phone__brand{
    font-size:26px;
  }

  .blinkcall-phone__number{
    font-size:30px;
  }

  .blinkcall-phone__actions{
    margin-top:72px;
  }

  .blinkcall-phone__action-btn{
    width:68px;
    height:68px;
  }

  .blinkcall-card__header{
    padding:16px 16px 14px;
  }

  .blinkcall-card__header-title{
    font-size:18px;
  }

  .blinkcall-card__header-icon{
    width:44px;
    height:44px;
  }

  .blinkcall-chat-text{
    font-size:16px;
  }

  .blinkcall-card--response .blinkcall-card__body{
    padding:16px 18px 18px;
  }

  .blinkcall-lead{
    padding:12px 16px 16px;
  }
}

@media (max-width: 480px){
  .blinkcall-hero__title{
    font-size:34px;
  }

  .blinkcall-hero__text{
    font-size:16px;
  }

  .blinkcall-phone__frame{
    width:min(100%, 295px);
    height:590px;
    border-radius:36px;
  }

  .blinkcall-phone__screen{
    border-radius:30px;
    padding:44px 22px 24px;
  }

  .blinkcall-phone__brand-icon{
    width:74px;
    height:74px;
    margin-top:34px;
  }

  .blinkcall-phone__brand{
    font-size:24px;
  }

  .blinkcall-phone__subbrand{
    font-size:14px;
  }

  .blinkcall-phone__call-label{
    margin-top:58px;
    font-size:15px;
  }

  .blinkcall-phone__number{
    font-size:26px;
  }

  .blinkcall-phone__lead-type{
    font-size:14px;
  }

  .blinkcall-phone__actions{
    margin-top:58px;
  }

  .blinkcall-phone__action-btn{
    width:62px;
    height:62px;
  }

  .blinkcall-phone__action{
    font-size:14px;
  }

  .blinkcall-card{
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d9a5ca7 *//* =========================================================
   BLINKCALL / THE PROBLEM SECTION
========================================================= */

.bc-problem {
  --bc-blue: #1D6DF2;
  --bc-blue-2: #0E5BFF;
  --bc-orange: #FF6B00;
  --bc-orange-soft: #FFF2E8;
  --bc-text: #081B4B;
  --bc-text-soft: #55627F;
  --bc-bg: #F7F9FD;
  --bc-card: #FFFFFF;
  --bc-line: #DDE6F5;
  --bc-line-soft: #EAF0FA;
  --bc-shadow: 0 24px 70px rgba(10, 30, 70, 0.08);

  position: relative;
  overflow: hidden;
  padding: 82px 0 90px;
  background:
    radial-gradient(circle at 4% 7%, rgba(29,109,242,0.14) 0 1.4px, transparent 1.5px) 0 0 / 16px 16px no-repeat,
    linear-gradient(180deg, #FBFCFF 0%, #F7F9FD 100%);
  font-family: "Inter", sans-serif;
}

.bc-problem::after{
  content:"";
  position:absolute;
  left:40px;
  top:46px;
  width:210px;
  height:150px;
  background-image: radial-gradient(rgba(29,109,242,0.28) 1.2px, transparent 1.2px);
  background-size:16px 16px;
  opacity:.8;
  pointer-events:none;
}

.bc-problem__container{
  width:min(1360px, calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* =========================================================
   HEADER
========================================================= */

.bc-problem__header{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.bc-problem__eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:22px;
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:800;
}

.bc-problem__eyebrow-number{
  color:var(--bc-orange);
}

.bc-problem__eyebrow-slash,
.bc-problem__eyebrow-label{
  color:var(--bc-text);
}

.bc-problem__title{
  margin:0;
  color:var(--bc-text);
  font-size:clamp(42px, 4.5vw, 76px);
  line-height:1.08;
  letter-spacing:-0.055em;
  font-weight:800;
  text-wrap:balance;
}

.bc-problem__title span{
  color:var(--bc-blue);
  position:relative;
  display:inline-block;
}

.bc-problem__title span::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-14px;
  width:130px;
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent 0%, rgba(255,107,0,.9) 30%, rgba(255,107,0,.9) 70%, transparent 100%);
}

.bc-problem__title span::before{
  content:".";
  position:absolute;
  right:-18px;
  top:auto;
  bottom:0;
  color:var(--bc-orange);
}

.bc-problem__intro{
  max-width:920px;
  margin:34px auto 0;
  color:var(--bc-text-soft);
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.62;
  font-weight:500;
}

/* =========================================================
   BODY LAYOUT
========================================================= */

.bc-problem__body{
  margin-top:54px;
  display:grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap:42px;
  align-items:start;
}

/* =========================================================
   LEFT VISUAL
========================================================= */

.bc-problem__visual{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.bc-problem__rings{
  position:absolute;
  left:-24px;
  top:10px;
  width:390px;
  height:390px;
  border-radius:50%;
  pointer-events:none;
}

.bc-problem__rings span{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1.5px solid rgba(29,109,242,0.16);
}

.bc-problem__rings span:nth-child(1){
  inset:0;
}
.bc-problem__rings span:nth-child(2){
  inset:32px;
}
.bc-problem__rings span:nth-child(3){
  inset:64px;
}

.bc-problem-phone{
  position:relative;
  z-index:2;
  transform:rotate(-10deg);
  transform-origin:center center;
  margin-top:120px;
  margin-left:-40px;
}

.bc-problem-phone__frame{
  width:285px;
  height:580px;
  border-radius:38px;
  padding:7px;
  background:linear-gradient(180deg, #111 0%, #2B2B2B 45%, #111 100%);
  box-shadow:
    0 26px 60px rgba(13, 30, 73, 0.18),
    inset 0 0 0 1px rgba(255,255,255,.14);
}

.bc-problem-phone__screen{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:31px;
  background:
    radial-gradient(circle at 50% 15%, rgba(14,91,255,.14), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(14,91,255,.20), transparent 35%),
    linear-gradient(180deg, #03153F 0%, #03102D 100%);
  color:#fff;
  text-align:center;
  padding:28px 24px 22px;
}

.bc-problem-phone__island{
  position:absolute;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:88px;
  height:20px;
  border-radius:999px;
  background:#020812;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}

.bc-problem-phone__status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  font-weight:700;
  opacity:.95;
}

.bc-problem-phone__status-icons{
  display:flex;
  gap:4px;
}

.bc-problem-phone__status-icons span{
  display:block;
  width:12px;
  height:6px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
}
.bc-problem-phone__status-icons span:nth-child(2){
  width:10px;
  opacity:.8;
}
.bc-problem-phone__status-icons span:nth-child(3){
  width:14px;
  opacity:.65;
}

.bc-problem-phone__call-label{
  margin-top:84px;
  font-size:18px;
  font-weight:500;
  color:rgba(255,255,255,.92);
}

.bc-problem-phone__number{
  margin-top:16px;
  font-size:28px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.04em;
}

.bc-problem-phone__lead{
  margin-top:18px;
  font-size:16px;
  color:rgba(255,255,255,.74);
  font-weight:500;
}

.bc-problem-phone__actions{
  position:absolute;
  left:24px;
  right:24px;
  bottom:62px;
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.bc-problem-phone__action{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:500;
}

.bc-problem-phone__action-btn{
  width:68px;
  height:68px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 18px 32px rgba(0,0,0,.25);
}

.bc-problem-phone__action-btn svg{
  width:32px;
  height:32px;
}

.bc-problem-phone__action-btn--decline{
  background:linear-gradient(180deg, #FF5353 0%, #F13030 100%);
}

.bc-problem-phone__action-btn--accept{
  background:linear-gradient(180deg, #43D97C 0%, #1FC25C 100%);
}

.bc-problem-phone__action-btn--decline svg{
  transform:rotate(180deg);
}

.bc-problem-phone__wave{
  position:absolute;
  left:-8%;
  bottom:-10px;
  width:116%;
  height:110px;
  background:
    radial-gradient(circle at 18% 100%, rgba(29,109,242,.28), transparent 34%),
    radial-gradient(circle at 82% 100%, rgba(29,109,242,.22), transparent 34%);
  pointer-events:none;
}

/* floating alert bubble */
.bc-problem__alert-bubble{
  position:absolute;
  top:164px;
  right:8px;
  width:132px;
  height:132px;
  border-radius:50%;
  background:#fff;
  box-shadow:var(--bc-shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:4;
}

.bc-problem__alert-phone{
  color:var(--bc-blue);
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bc-problem__alert-phone svg{
  width:100%;
  height:100%;
}

.bc-problem__alert-dot{
  position:absolute;
  right:26px;
  bottom:28px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--bc-orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(255,107,0,.28);
}

/* floating missed card */
.bc-problem__missed-card{
  position:absolute;
  left:52px;
  top:356px;
  z-index:5;
  width:360px;
  min-height:120px;
  background:#fff;
  border:1px solid #E7EDF8;
  border-radius:22px;
  box-shadow:0 24px 60px rgba(10, 30, 70, 0.12);
  display:flex;
  gap:18px;
  padding:20px 22px;
  transform:rotate(-3deg);
}

.bc-problem__missed-card-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#FF4A4A;
  flex:0 0 auto;
}

.bc-problem__missed-card-icon svg{
  width:40px;
  height:40px;
}

.bc-problem__missed-card-content{
  flex:1;
}

.bc-problem__missed-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.bc-problem__missed-card-title{
  color:var(--bc-text);
  font-size:18px;
  font-weight:800;
  letter-spacing:-0.03em;
}

.bc-problem__missed-card-time{
  color:#6F7D9F;
  font-size:15px;
  font-weight:500;
}

.bc-problem__missed-card-number{
  margin-top:10px;
  color:var(--bc-text);
  font-size:18px;
  font-weight:600;
  letter-spacing:-0.02em;
}

.bc-problem__missed-card-sub{
  margin-top:4px;
  color:#4E5B7A;
  font-size:17px;
  font-weight:500;
}

/* =========================================================
   PROBLEM CARDS
========================================================= */

.bc-problem__cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:26px;
  align-items:stretch;
  margin-top:34px;
}

.bc-problem-card{
  position:relative;
  min-height:406px;
  background:var(--bc-card);
  border:1px solid #E6ECF7;
  border-radius:24px;
  box-shadow:0 14px 40px rgba(10, 30, 70, 0.05);
  padding:38px 30px 34px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.bc-problem-card__icon{
  width:126px;
  height:126px;
  border-radius:50%;
  background:#EEF3FC;
  color:var(--bc-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.bc-problem-card__icon svg{
  width:58px;
  height:58px;
}

.bc-problem-card__icon--orange{
  background:var(--bc-orange-soft);
  color:var(--bc-orange);
}

.bc-problem-card__icon-alert{
  position:absolute;
  right:14px;
  bottom:14px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--bc-orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:800;
  box-shadow:0 12px 26px rgba(255,107,0,.25);
}

.bc-problem-card__title{
  margin:30px 0 0;
  color:var(--bc-text);
  font-size:24px;
  line-height:1.2;
  letter-spacing:-0.04em;
  font-weight:800;
}

.bc-problem-card__line{
  width:64px;
  height:4px;
  border-radius:999px;
  margin:18px 0 0;
  background:linear-gradient(90deg, var(--bc-blue), rgba(29,109,242,.18));
}

.bc-problem-card__line--orange{
  background:linear-gradient(90deg, var(--bc-orange), rgba(255,107,0,.18));
}

.bc-problem-card__text{
  margin:28px 0 0;
  color:var(--bc-text);
  font-size:20px;
  line-height:1.7;
  font-weight:500;
  max-width:280px;
}

.bc-problem-card--highlight{
  border-color:rgba(255,107,0,.55);
  box-shadow:0 18px 48px rgba(255,107,0,.12);
}

.bc-problem-card__bottom-alert{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-22px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--bc-orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:800;
  box-shadow:0 14px 30px rgba(255,107,0,.28);
}

/* =========================================================
   BOTTOM BANNER
========================================================= */

.bc-problem__banner{
  margin:38px auto 0;
  width:min(1110px, 100%);
  min-height:128px;
  background:#fff;
  border:1px solid #E6ECF7;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(10, 30, 70, 0.05);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  padding:28px 34px;
}

.bc-problem__banner-icon{
  width:74px;
  height:74px;
  border-radius:50%;
  color:var(--bc-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.bc-problem__banner-icon svg{
  width:56px;
  height:56px;
}

.bc-problem__banner-divider{
  width:1px;
  height:72px;
  background:#D8E1F2;
  flex:0 0 auto;
}

.bc-problem__banner-text{
  color:var(--bc-text);
  font-size:30px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-0.04em;
  text-align:center;
}

.bc-problem__banner-text strong{
  color:var(--bc-blue);
  position:relative;
  display:inline-block;
}

.bc-problem__banner-text strong::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-10px;
  width:150px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent 0%, rgba(255,107,0,.95) 30%, rgba(255,107,0,.95) 70%, transparent 100%);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1300px){
  .bc-problem__body{
    grid-template-columns: 320px 1fr;
    gap:28px;
  }

  .bc-problem__cards{
    gap:18px;
  }

  .bc-problem-card{
    padding:32px 24px 30px;
  }

  .bc-problem-card__text{
    font-size:18px;
  }
}

@media (max-width: 1100px){
  .bc-problem{
    padding:74px 0 84px;
  }

  .bc-problem__body{
    grid-template-columns: 1fr;
    gap:28px;
  }

  .bc-problem__visual{
    min-height:620px;
    max-width:460px;
    margin:0 auto;
  }

  .bc-problem__cards{
    margin-top:0;
  }

  .bc-problem__banner{
    margin-top:48px;
  }
}

@media (max-width: 900px){
  .bc-problem__cards{
    grid-template-columns: 1fr;
    max-width:520px;
    margin:0 auto;
  }

  .bc-problem-card{
    min-height:auto;
  }

  .bc-problem-card__bottom-alert{
    display:none;
  }

  .bc-problem__banner{
    flex-direction:column;
    gap:18px;
    text-align:center;
  }

  .bc-problem__banner-divider{
    width:80px;
    height:1px;
  }

  .bc-problem__banner-text{
    font-size:24px;
  }
}

@media (max-width: 767px){
  .bc-problem{
    padding:64px 0 72px;
  }

  .bc-problem__container{
    width:min(100%, calc(100% - 22px));
  }

  .bc-problem__eyebrow{
    font-size:15px;
    margin-bottom:18px;
  }

  .bc-problem__title{
    font-size:38px;
    line-height:1.12;
  }

  .bc-problem__title span::after{
    width:100px;
    bottom:-10px;
    height:5px;
  }

  .bc-problem__intro{
    font-size:18px;
    margin-top:24px;
  }

  .bc-problem__visual{
    min-height:540px;
    max-width:100%;
  }

  .bc-problem__rings{
    width:300px;
    height:300px;
    left:10px;
    top:20px;
  }

  .bc-problem-phone{
    margin-top:110px;
    margin-left:-24px;
    transform:rotate(-8deg) scale(.92);
  }

  .bc-problem__alert-bubble{
    width:102px;
    height:102px;
    right:4px;
    top:150px;
  }

  .bc-problem__alert-phone{
    width:40px;
    height:40px;
  }

  .bc-problem__alert-dot{
    width:30px;
    height:30px;
    right:16px;
    bottom:16px;
    font-size:20px;
  }

  .bc-problem__missed-card{
    width:300px;
    left:26px;
    top:350px;
    padding:16px 18px;
    gap:14px;
    border-radius:18px;
  }

  .bc-problem__missed-card-title,
  .bc-problem__missed-card-number{
    font-size:16px;
  }

  .bc-problem__missed-card-sub,
  .bc-problem__missed-card-time{
    font-size:14px;
  }

  .bc-problem-card{
    border-radius:20px;
    padding:28px 20px 24px;
  }

  .bc-problem-card__icon{
    width:104px;
    height:104px;
  }

  .bc-problem-card__icon svg{
    width:48px;
    height:48px;
  }

  .bc-problem-card__title{
    font-size:22px;
    margin-top:24px;
  }

  .bc-problem-card__text{
    margin-top:20px;
    font-size:17px;
  }

  .bc-problem__banner{
    padding:24px 20px;
    border-radius:20px;
  }

  .bc-problem__banner-text{
    font-size:22px;
  }
}

@media (max-width: 520px){
  .bc-problem__title{
    font-size:32px;
  }

  .bc-problem__intro{
    font-size:16px;
  }

  .bc-problem__visual{
    min-height:470px;
  }

  .bc-problem__rings{
    width:240px;
    height:240px;
    left:0;
    top:18px;
  }

  .bc-problem-phone{
    transform:rotate(-7deg) scale(.78);
    margin-top:92px;
    margin-left:-42px;
  }

  .bc-problem__alert-bubble{
    width:82px;
    height:82px;
    top:136px;
    right:8px;
  }

  .bc-problem__alert-dot{
    width:24px;
    height:24px;
    font-size:16px;
    right:12px;
    bottom:12px;
  }

  .bc-problem__missed-card{
    width:252px;
    top:314px;
    left:14px;
    min-height:auto;
    padding:14px 14px;
  }

  .bc-problem__missed-card-icon{
    width:46px;
    height:46px;
  }

  .bc-problem__missed-card-icon svg{
    width:32px;
    height:32px;
  }

  .bc-problem__banner-icon{
    width:62px;
    height:62px;
  }

  .bc-problem__banner-icon svg{
    width:46px;
    height:46px;
  }

  .bc-problem__banner-text{
    font-size:19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0eee369 *//* =========================================================
   BLINKCALL / HOW IT WORKS SECTION
========================================================= */

.bc-flow {
  --bc-blue: #1D6DF2;
  --bc-blue-2: #0E5BFF;
  --bc-orange: #FF6B00;
  --bc-text: #081B4B;
  --bc-text-soft: #55627F;
  --bc-bg: #F7F9FD;
  --bc-card: #FFFFFF;
  --bc-line: #DDE6F5;
  --bc-line-soft: #EAF0FA;
  --bc-shadow: 0 24px 70px rgba(10, 30, 70, 0.08);

  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background: linear-gradient(180deg, #FBFCFF 0%, #F7F9FD 100%);
  font-family: "Inter", sans-serif;
}

.bc-flow__container{
  width:min(1380px, calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* =========================================================
   HEADER
========================================================= */

.bc-flow__header{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.bc-flow__eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:22px;
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:800;
}

.bc-flow__eyebrow-number{
  color:var(--bc-orange);
}

.bc-flow__eyebrow-slash,
.bc-flow__eyebrow-label{
  color:var(--bc-text);
}

.bc-flow__title{
  margin:0;
  color:var(--bc-text);
  font-size:clamp(42px, 4.6vw, 78px);
  line-height:1.08;
  letter-spacing:-0.055em;
  font-weight:800;
  text-wrap:balance;
}

.bc-flow__title span{
  color:var(--bc-blue);
  position:relative;
  display:inline-block;
}

.bc-flow__title span::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-16px;
  width:132px;
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent 0%, rgba(255,107,0,.95) 30%, rgba(255,107,0,.95) 70%, transparent 100%);
}

.bc-flow__title span::before{
  content:".";
  position:absolute;
  right:-18px;
  bottom:0;
  color:var(--bc-orange);
}

.bc-flow__intro{
  max-width:940px;
  margin:34px auto 0;
  color:var(--bc-text-soft);
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.62;
  font-weight:500;
}

/* =========================================================
   FLOW GRID
========================================================= */

.bc-flow__grid{
  margin-top:60px;
  display:grid;
  grid-template-columns: minmax(0,1fr) 56px minmax(0,1fr) 56px minmax(0,1fr) 56px minmax(0,1fr);
  align-items:center;
  gap:0;
}

/* =========================================================
   CARD
========================================================= */

.bc-flow-card{
  position:relative;
  min-height:420px;
  background:var(--bc-card);
  border:1px solid #E6ECF7;
  border-radius:26px;
  box-shadow:0 14px 40px rgba(10, 30, 70, 0.05);
  padding:38px 26px 34px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.bc-flow-card__badge{
  position:absolute;
  top:-22px;
  left:50%;
  transform:translateX(-50%);
  width:54px;
  height:54px;
  border-radius:50%;
  background:linear-gradient(180deg, #1F6EFF 0%, #0E5BFF 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
  box-shadow:
    0 14px 30px rgba(29,109,242,.24),
    0 0 0 4px rgba(255,255,255,.92);
  z-index:3;
}

.bc-flow-card__icon-wrap{
  width:150px;
  height:150px;
  border-radius:50%;
  background:#EEF3FC;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:0;
}

.bc-flow-card__icon{
  color:var(--bc-blue);
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bc-flow-card__icon svg{
  width:100%;
  height:100%;
}

.bc-flow-card__title{
  margin:30px 0 0;
  color:var(--bc-text);
  font-size:24px;
  line-height:1.18;
  letter-spacing:-0.04em;
  font-weight:800;
}

.bc-flow-card__line{
  width:64px;
  height:4px;
  border-radius:999px;
  margin:18px 0 0;
  background:linear-gradient(90deg, var(--bc-blue), rgba(29,109,242,.18));
}

.bc-flow-card__text{
  margin:24px 0 0;
  color:#43516F;
  font-size:18px;
  line-height:1.7;
  font-weight:500;
  max-width:260px;
}

/* =========================================================
   CONNECTORS
========================================================= */

.bc-flow__connector{
  position:relative;
  height:100%;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bc-flow__connector-line{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  border-top:2px dashed rgba(29,109,242,.7);
}

.bc-flow__connector-node{
  position:relative;
  z-index:2;
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(180deg, #1F6EFF 0%, #0E5BFF 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 28px rgba(29,109,242,.25);
}

.bc-flow__connector-node svg{
  width:18px;
  height:18px;
}

/* =========================================================
   BOTTOM BANNER
========================================================= */

.bc-flow__banner{
  margin:48px auto 0;
  width:min(1160px, 100%);
  min-height:118px;
  background:#fff;
  border:1px solid #E6ECF7;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(10, 30, 70, 0.05);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  padding:24px 34px;
}

.bc-flow__banner-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  background:linear-gradient(180deg, #1F6EFF 0%, #0E5BFF 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  box-shadow:0 16px 30px rgba(29,109,242,.2);
}

.bc-flow__banner-icon svg{
  width:34px;
  height:34px;
}

.bc-flow__banner-divider{
  width:1px;
  height:64px;
  background:#D8E1F2;
  flex:0 0 auto;
}

.bc-flow__banner-text{
  color:var(--bc-text);
  font-size:clamp(22px, 2vw, 28px);
  line-height:1.3;
  font-weight:800;
  letter-spacing:-0.035em;
  text-align:center;
}

.bc-flow__banner-text span{
  color:var(--bc-blue);
  position:relative;
  display:inline-block;
}

.bc-flow__banner-text::after{
  content:"";
  display:block;
  width:136px;
  height:5px;
  border-radius:999px;
  margin:10px auto 0;
  background:linear-gradient(90deg, transparent 0%, rgba(255,107,0,.95) 30%, rgba(255,107,0,.95) 70%, transparent 100%);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1280px){
  .bc-flow__grid{
    grid-template-columns: minmax(0,1fr) 40px minmax(0,1fr) 40px minmax(0,1fr) 40px minmax(0,1fr);
  }

  .bc-flow-card{
    min-height:400px;
    padding:36px 22px 30px;
  }

  .bc-flow-card__title{
    font-size:22px;
  }

  .bc-flow-card__text{
    font-size:17px;
  }
}

@media (max-width: 1024px){
  .bc-flow{
    padding:74px 0 84px;
  }

  .bc-flow__grid{
    grid-template-columns: 1fr;
    gap:24px;
    max-width:620px;
    margin:54px auto 0;
  }

  .bc-flow__connector{
    min-height:56px;
    height:56px;
  }

  .bc-flow__connector-line{
    left:50%;
    right:auto;
    top:0;
    bottom:0;
    width:0;
    height:100%;
    transform:none;
    border-top:none;
    border-left:2px dashed rgba(29,109,242,.7);
  }

  .bc-flow__connector-node{
    width:40px;
    height:40px;
  }

  .bc-flow__connector-node svg{
    transform:rotate(90deg);
  }

  .bc-flow-card{
    min-height:auto;
  }
}

@media (max-width: 767px){
  .bc-flow{
    padding:64px 0 72px;
  }

  .bc-flow__container{
    width:min(100%, calc(100% - 22px));
  }

  .bc-flow__eyebrow{
    font-size:15px;
    margin-bottom:18px;
  }

  .bc-flow__title{
    font-size:38px;
    line-height:1.12;
  }

  .bc-flow__title span::after{
    width:102px;
    bottom:-10px;
    height:5px;
  }

  .bc-flow__intro{
    font-size:18px;
    margin-top:24px;
  }

  .bc-flow__grid{
    margin-top:42px;
    gap:20px;
  }

  .bc-flow-card{
    border-radius:22px;
    padding:30px 18px 24px;
  }

  .bc-flow-card__badge{
    width:48px;
    height:48px;
    top:-18px;
    font-size:20px;
  }

  .bc-flow-card__icon-wrap{
    width:122px;
    height:122px;
  }

  .bc-flow-card__icon{
    width:60px;
    height:60px;
  }

  .bc-flow-card__title{
    font-size:22px;
    margin-top:24px;
  }

  .bc-flow-card__text{
    margin-top:18px;
    font-size:16px;
    line-height:1.65;
  }

  .bc-flow__banner{
    margin-top:34px;
    flex-direction:column;
    gap:16px;
    padding:22px 18px;
    border-radius:20px;
  }

  .bc-flow__banner-divider{
    width:80px;
    height:1px;
  }

  .bc-flow__banner-text{
    font-size:20px;
  }
}

@media (max-width: 480px){
  .bc-flow__title{
    font-size:32px;
  }

  .bc-flow__intro{
    font-size:16px;
  }

  .bc-flow-card__icon-wrap{
    width:110px;
    height:110px;
  }

  .bc-flow-card__icon{
    width:52px;
    height:52px;
  }

  .bc-flow-card__title{
    font-size:20px;
  }

  .bc-flow-card__text{
    font-size:15px;
  }

  .bc-flow__banner-icon{
    width:62px;
    height:62px;
  }

  .bc-flow__banner-icon svg{
    width:28px;
    height:28px;
  }

  .bc-flow__banner-text{
    font-size:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ff2041 *//* =========================================================
   BLINKCALL / WHY BLINKCALL SECTION
========================================================= */

.bc-why{
  --bc-blue: #1D6DF2;
  --bc-blue-2: #0E5BFF;
  --bc-orange: #FF6B00;
  --bc-text: #081B4B;
  --bc-text-soft: #55627F;
  --bc-bg: #F7F9FD;
  --bc-card: #FFFFFF;
  --bc-line: #DCE6F5;
  --bc-line-soft: #EAF0FA;
  --bc-shadow: 0 24px 70px rgba(10, 30, 70, 0.08);

  position:relative;
  overflow:hidden;
  padding:84px 0 96px;
  background:linear-gradient(180deg, #FBFCFF 0%, #F7F9FD 100%);
  font-family:"Inter", sans-serif;
}

.bc-why__container{
  width:min(1260px, calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* =========================================================
   HEADER
========================================================= */

.bc-why__header{
  max-width:1180px;
  margin:0 auto;
  text-align:center;
}

.bc-why__eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:22px;
  font-size:18px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:800;
}

.bc-why__eyebrow-number{
  color:var(--bc-orange);
}

.bc-why__eyebrow-slash,
.bc-why__eyebrow-label{
  color:var(--bc-text);
}

.bc-why__title{
  margin:0;
  color:var(--bc-text);
  font-size:clamp(42px, 4.7vw, 78px);
  line-height:1.08;
  letter-spacing:-0.055em;
  font-weight:800;
  text-wrap:balance;
}

.bc-why__title span{
  color:var(--bc-blue);
  position:relative;
  display:inline-block;
}

.bc-why__title span::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-18px;
  width:140px;
  height:6px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,107,0,.95) 28%,
    rgba(255,107,0,.95) 72%,
    transparent 100%
  );
}

.bc-why__title span::before{
  content:".";
  position:absolute;
  right:-18px;
  bottom:0;
  color:var(--bc-orange);
}

.bc-why__intro{
  max-width:930px;
  margin:34px auto 0;
  color:var(--bc-text-soft);
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.62;
  font-weight:500;
  text-wrap:balance;
}

/* =========================================================
   GRID
========================================================= */

.bc-why__grid{
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px 28px;
}

/* =========================================================
   CARD
========================================================= */

.bc-why-card{
  background:var(--bc-card);
  border:1px solid #E7EDF8;
  border-radius:26px;
  min-height:220px;
  box-shadow:0 12px 36px rgba(10, 30, 70, 0.04);
  padding:34px 36px;
  display:grid;
  grid-template-columns:148px 1fr;
  gap:0 38px;
  align-items:center;
}

.bc-why-card__icon-wrap{
  width:144px;
  height:144px;
  border-radius:50%;
  background:#EEF3FC;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.bc-why-card__icon{
  width:74px;
  height:74px;
  color:var(--bc-blue);
  display:flex;
  align-items:center;
  justify-content:center;
}

.bc-why-card__icon svg{
  width:100%;
  height:100%;
}

.bc-why-card__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.bc-why-card__title{
  margin:0;
  color:var(--bc-text);
  font-size:26px;
  line-height:1.18;
  letter-spacing:-0.04em;
  font-weight:800;
}

.bc-why-card__line{
  width:64px;
  height:4px;
  border-radius:999px;
  margin:18px 0 18px;
  background:linear-gradient(90deg, var(--bc-blue), rgba(29,109,242,.18));
}

.bc-why-card__text{
  margin:0;
  color:#4E5D7A;
  font-size:18px;
  line-height:1.65;
  font-weight:500;
  max-width:420px;
}

/* =========================================================
   BANNER
========================================================= */

.bc-why__banner{
  margin:36px auto 0;
  width:min(1080px, 100%);
  min-height:116px;
  background:#fff;
  border:1px solid #E6ECF7;
  border-radius:24px;
  box-shadow:0 16px 38px rgba(10, 30, 70, 0.04);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  padding:24px 34px;
}

.bc-why__banner-icon{
  width:78px;
  height:78px;
  border-radius:50%;
  background:linear-gradient(180deg, #1F6EFF 0%, #0E5BFF 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  box-shadow:0 16px 30px rgba(29,109,242,.22);
}

.bc-why__banner-icon svg{
  width:34px;
  height:34px;
}

.bc-why__banner-divider{
  width:1px;
  height:64px;
  background:#D8E1F2;
  flex:0 0 auto;
}

.bc-why__banner-text{
  color:var(--bc-text);
  font-size:clamp(22px, 2vw, 28px);
  line-height:1.35;
  font-weight:800;
  letter-spacing:-0.035em;
  text-align:center;
  position:relative;
}

.bc-why__banner-text span{
  color:var(--bc-blue);
}

.bc-why__banner-text::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-12px;
  width:132px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,107,0,.95) 30%,
    rgba(255,107,0,.95) 70%,
    transparent 100%
  );
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px){
  .bc-why-card{
    grid-template-columns:126px 1fr;
    gap:0 28px;
    padding:30px 28px;
  }

  .bc-why-card__icon-wrap{
    width:126px;
    height:126px;
  }

  .bc-why-card__icon{
    width:64px;
    height:64px;
  }

  .bc-why-card__title{
    font-size:23px;
  }

  .bc-why-card__text{
    font-size:17px;
  }
}

@media (max-width: 900px){
  .bc-why{
    padding:74px 0 84px;
  }

  .bc-why__grid{
    grid-template-columns:1fr;
    max-width:760px;
    margin:46px auto 0;
  }

  .bc-why-card{
    min-height:auto;
  }
}

@media (max-width: 767px){
  .bc-why{
    padding:64px 0 72px;
  }

  .bc-why__container{
    width:min(100%, calc(100% - 22px));
  }

  .bc-why__eyebrow{
    font-size:15px;
    margin-bottom:18px;
  }

  .bc-why__title{
    font-size:38px;
    line-height:1.12;
  }

  .bc-why__title span::after{
    width:102px;
    bottom:-10px;
    height:5px;
  }

  .bc-why__intro{
    font-size:18px;
    margin-top:24px;
  }

  .bc-why__grid{
    margin-top:38px;
    gap:18px;
  }

  .bc-why-card{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    gap:22px;
    padding:28px 18px 24px;
    border-radius:22px;
  }

  .bc-why-card__icon-wrap{
    width:118px;
    height:118px;
  }

  .bc-why-card__icon{
    width:58px;
    height:58px;
  }

  .bc-why-card__content{
    align-items:center;
  }

  .bc-why-card__title{
    font-size:22px;
  }

  .bc-why-card__line{
    margin:16px 0;
  }

  .bc-why-card__text{
    max-width:100%;
    font-size:16px;
    line-height:1.65;
  }

  .bc-why__banner{
    margin-top:28px;
    flex-direction:column;
    gap:16px;
    padding:22px 18px;
    border-radius:20px;
  }

  .bc-why__banner-divider{
    width:80px;
    height:1px;
  }

  .bc-why__banner-text{
    font-size:20px;
  }

  .bc-why__banner-text::after{
    bottom:-10px;
    width:108px;
  }
}

@media (max-width: 480px){
  .bc-why__title{
    font-size:32px;
  }

  .bc-why__intro{
    font-size:16px;
  }

  .bc-why-card__icon-wrap{
    width:108px;
    height:108px;
  }

  .bc-why-card__icon{
    width:52px;
    height:52px;
  }

  .bc-why-card__title{
    font-size:20px;
  }

  .bc-why-card__text{
    font-size:15px;
  }

  .bc-why__banner-icon{
    width:66px;
    height:66px;
  }

  .bc-why__banner-icon svg{
    width:28px;
    height:28px;
  }

  .bc-why__banner-text{
    font-size:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05a0737 *//* =========================================================
   BLINKCALL CTA SECTION
   "See If BlinkCall Fits Your Lead Flow"
========================================================= */

.blinkcall-fit-cta {
  --bc-bg: #03133D;
  --bc-bg-2: #04184C;
  --bc-text: #F4F7FF;
  --bc-text-soft: rgba(225, 233, 255, 0.78);
  --bc-blue: #1D6DF2;
  --bc-blue-2: #0E5BFF;
  --bc-orange: #FF6B00;
  --bc-orange-2: #FF7A12;

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(29, 109, 242, 0.10) 0%, rgba(29, 109, 242, 0.03) 26%, rgba(0,0,0,0) 58%),
    linear-gradient(180deg, #021137 0%, #03133D 100%);
  padding: 110px 0 150px;
  font-family: "Inter", sans-serif;
}

/* subtle dark vignette */
.blinkcall-fit-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.02), transparent 40%),
    radial-gradient(circle at 50% 55%, rgba(0,0,0,0.16), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* bottom dotted wave atmosphere */
.blinkcall-fit-cta__bg {
  position: absolute;
  inset: auto 0 0 0;
  height: 240px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
  background:
    radial-gradient(circle, rgba(18, 95, 255, 0.95) 1.3px, transparent 1.5px) 0 0 / 18px 18px;
  mask-image:
    radial-gradient(130% 95% at 50% 120%, #000 0%, #000 42%, transparent 78%);
  -webkit-mask-image:
    radial-gradient(130% 95% at 50% 120%, #000 0%, #000 42%, transparent 78%);
  transform: perspective(900px) rotateX(62deg) scale(1.28);
  transform-origin: bottom center;
  filter: drop-shadow(0 -10px 28px rgba(14, 91, 255, 0.14));
}

.blinkcall-fit-cta__container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
   EYEBROW
========================================================= */

.blinkcall-fit-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blinkcall-fit-cta__eyebrow-number {
  color: var(--bc-orange);
}

.blinkcall-fit-cta__eyebrow-sep,
.blinkcall-fit-cta__eyebrow-text {
  color: rgba(255, 255, 255, 0.95);
}

/* =========================================================
   TITLE
========================================================= */

.blinkcall-fit-cta__title {
  margin: 0;
  color: var(--bc-text);
  font-size: clamp(52px, 6vw, 92px);
  line-height: 1.06;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-wrap: balance;
}

.blinkcall-fit-cta__title span:not(.blinkcall-fit-cta__dot) {
  background: linear-gradient(180deg, #2E86FF 0%, #0E5BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blinkcall-fit-cta__dot {
  color: var(--bc-orange);
}

/* =========================================================
   ORANGE UNDERLINE
========================================================= */

.blinkcall-fit-cta__underline {
  width: 170px;
  height: 6px;
  border-radius: 999px;
  margin: 28px auto 30px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255,107,0,0.92) 20%,
      rgba(255,107,0,1) 50%,
      rgba(255,107,0,0.92) 80%,
      transparent 100%
    );
  box-shadow: 0 0 20px rgba(255,107,0,0.25);
}

/* =========================================================
   TEXT
========================================================= */

.blinkcall-fit-cta__text {
  margin: 0 auto;
  max-width: 980px;
  color: var(--bc-text-soft);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

/* =========================================================
   BUTTON
========================================================= */

.blinkcall-fit-cta__button {
  margin: 56px auto 0;
  width: min(100%, 630px);
  min-height: 124px;
  padding: 26px 34px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--bc-orange-2) 0%, var(--bc-orange) 100%);
  box-shadow:
    0 28px 45px rgba(255, 107, 0, 0.18),
    0 12px 24px rgba(255, 107, 0, 0.14),
    0 0 48px rgba(255, 107, 0, 0.20);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
}

.blinkcall-fit-cta__button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 34px 55px rgba(255, 107, 0, 0.24),
    0 14px 26px rgba(255, 107, 0, 0.16),
    0 0 58px rgba(255, 107, 0, 0.26);
  filter: saturate(1.03);
}

.blinkcall-fit-cta__button:active {
  transform: translateY(0);
}

.blinkcall-fit-cta__button-icon,
.blinkcall-fit-cta__button-arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.blinkcall-fit-cta__button-icon {
  width: 52px;
  height: 52px;
}

.blinkcall-fit-cta__button-icon svg {
  width: 100%;
  height: 100%;
}

.blinkcall-fit-cta__button-label {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.blinkcall-fit-cta__button-arrow {
  width: 38px;
  height: 38px;
}

.blinkcall-fit-cta__button-arrow svg {
  width: 100%;
  height: 100%;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .blinkcall-fit-cta {
    padding: 96px 0 140px;
  }

  .blinkcall-fit-cta__button {
    min-height: 112px;
    width: min(100%, 600px);
  }
}

@media (max-width: 900px) {
  .blinkcall-fit-cta {
    padding: 84px 0 130px;
  }

  .blinkcall-fit-cta__eyebrow {
    font-size: 18px;
    gap: 12px;
    margin-bottom: 22px;
  }

  .blinkcall-fit-cta__title {
    font-size: clamp(42px, 8vw, 68px);
  }

  .blinkcall-fit-cta__underline {
    width: 130px;
    margin: 22px auto 24px;
  }

  .blinkcall-fit-cta__text {
    font-size: 22px;
    max-width: 760px;
  }

  .blinkcall-fit-cta__button {
    min-height: 100px;
    gap: 18px;
    padding: 22px 26px;
    border-radius: 18px;
  }

  .blinkcall-fit-cta__button-label {
    font-size: 22px;
  }

  .blinkcall-fit-cta__button-icon {
    width: 44px;
    height: 44px;
  }

  .blinkcall-fit-cta__button-arrow {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 640px) {
  .blinkcall-fit-cta {
    padding: 72px 0 105px;
  }

  .blinkcall-fit-cta__container {
    width: min(100%, calc(100% - 24px));
  }

  .blinkcall-fit-cta__eyebrow {
    font-size: 14px;
    gap: 10px;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
  }

  .blinkcall-fit-cta__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .blinkcall-fit-cta__underline {
    width: 102px;
    height: 5px;
    margin: 18px auto 20px;
  }

  .blinkcall-fit-cta__text {
    font-size: 18px;
    line-height: 1.55;
  }

  .blinkcall-fit-cta__text br {
    display: none;
  }

  .blinkcall-fit-cta__button {
    margin-top: 34px;
    min-height: 84px;
    padding: 18px 18px;
    gap: 12px;
    border-radius: 16px;
  }

  .blinkcall-fit-cta__button-label {
    font-size: 18px;
    white-space: normal;
  }

  .blinkcall-fit-cta__button-icon {
    width: 36px;
    height: 36px;
  }

  .blinkcall-fit-cta__button-arrow {
    width: 24px;
    height: 24px;
  }

  .blinkcall-fit-cta__bg {
    height: 170px;
    opacity: 0.72;
  }
}

@media (max-width: 420px) {
  .blinkcall-fit-cta__title {
    font-size: 32px;
  }

  .blinkcall-fit-cta__text {
    font-size: 16px;
  }

  .blinkcall-fit-cta__button {
    min-height: 76px;
    padding: 16px 16px;
  }

  .blinkcall-fit-cta__button-label {
    font-size: 17px;
  }
}/* End custom CSS */