.elementor-746 .elementor-element.elementor-element-2d39639{--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;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-746 .elementor-element.elementor-element-65184d8{--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-746 .elementor-element.elementor-element-9062465{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-746 .elementor-element.elementor-element-a213efd{--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-746 .elementor-element.elementor-element-d907388{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-746 .elementor-element.elementor-element-ed01f2e{--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-746 .elementor-element.elementor-element-c8fc3f4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-746 .elementor-element.elementor-element-5dbb33f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2c2415d *//* ============================= */
/* FEATURES HERO */
/* ============================= */

.feature-hero{
  position:relative;
  padding:230px 20px 130px;
  text-align:center;
  color:#fff;
  background:#1DBC88;
  border-radius:0 0 60px 60px;
  overflow:hidden;
}

/* glow */
.feature-hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-180px;
  top:-180px;
  background:radial-gradient(circle, rgba(255,255,255,0.22), transparent 60%);
  filter:blur(60px);
  opacity:0.55;
}
.feature-hero::after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-200px;
  top:-220px;
  background:radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
  filter:blur(70px);
  opacity:0.55;
}

/* svg layer */
.feature-hero-svg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:0.35;
}
.feature-hero-svg svg{ width:100%; height:100%; display:block; }

/* animations */
.feature-line{
  stroke-dasharray:10 8;
  animation: featureDash 8s linear infinite;
}
.feature-line-2{ animation-duration:10s; opacity:0.7; }

.feature-node{
  animation: featurePulse 3.2s ease-in-out infinite;
  transform-origin:center;
}
.feature-node-2{ animation-delay:0.5s; }
.feature-node-3{ animation-delay:1.1s; }

.feature-bars rect{ animation: barFloat 3.8s ease-in-out infinite; transform-origin:bottom; }
.feature-bars rect:nth-child(2){ animation-delay:0.3s; }
.feature-bars rect:nth-child(3){ animation-delay:0.6s; }

@keyframes featureDash{ to{ stroke-dashoffset:-150; } }
@keyframes featurePulse{
  0%,100%{ opacity:0.55; transform:scale(1); }
  50%{ opacity:1; transform:scale(1.5); }
}
@keyframes barFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-10px); }
}

/* content */
.feature-hero-container{
  position:relative;
  z-index:2;
  max-width:880px;
  margin:0 auto;
}
.feature-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.22);
  padding:10px 14px;
  border-radius:999px;
  color:rgba(255,255,255,0.92);
}
.feature-hero h1{
  margin:22px 0 14px;
  font-size:52px;
  line-height:1.15;
  font-weight:700;
}
.feature-hero p{
  margin:0 auto;
  max-width:680px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,0.88);
}

/* responsive */
@media (max-width: 992px){
  .feature-hero{ padding:200px 18px 110px; border-radius:0 0 45px 45px; }
  .feature-hero h1{ font-size:42px; }
}
@media (max-width: 768px){
  .feature-hero{ padding:170px 16px 95px; border-radius:0 0 34px 34px; }
  .feature-hero h1{ font-size:34px; }
  .feature-hero p{ font-size:16px; line-height:1.75; }
}
@media (max-width: 420px){
  .feature-hero{ padding:150px 14px 85px; }
  .feature-hero h1{ font-size:30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8b81a0 *//* ============================= */
/* Features: eDiary Section */
/* ============================= */

.feature-ediary{
  padding: 110px 20px;
  background: #ffffff;
}

.feature-ediary-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.feature-ediary-left{ flex: 1; }

.feature-ediary-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1DB787;
  margin-bottom: 14px;
}

.feature-ediary-left h2{
  font-size: 38px;
  color: #15325A;
  margin: 0 0 14px;
  line-height: 1.2;
}

.feature-ediary-left p{
  font-size: 18px;
  color: #5c6b7a;
  line-height: 1.8;
  margin: 0 0 22px;
}

.feature-ediary-bullets{
  margin: 0 0 22px;
  padding-left: 18px;
}

.feature-ediary-bullets li{
  margin-bottom: 10px;
  color: #5c6b7a;
  line-height: 1.7;
}

.feature-ediary-bullets li::marker{
  color: #1DB787;
}

.feature-ediary-note{
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(29,183,135,0.12);
  border: 1px solid rgba(29,183,135,0.22);
  color: #15325A;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 26px;
}

.feature-ediary-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.feature-ediary-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.feature-ediary-btn.primary{
  background: #15325A;
  color: #ffffff !important;
}

.feature-ediary-btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(21,50,90,0.25);
}

.feature-ediary-btn.outline{
  background: transparent;
  border: 2px solid #1DB787;
  color: #15325A !important;
}

.feature-ediary-btn.outline:hover{
  background: #1DB787;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(29,183,135,0.25);
}

/* Right media */
.feature-ediary-right{ flex: 1.1; }

.feature-ediary-media{
  background: #f8fbff;
  border-radius: 26px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 35px 90px rgba(21,50,90,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-ediary-media img{
  width: 80%;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .feature-ediary-container{
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .feature-ediary-bullets{
    text-align: left;
    display: inline-block;
  }

  .feature-ediary-actions{
    justify-content: center;
  }

  .feature-ediary-left h2{
    font-size: 32px;
  }
}

@media (max-width: 600px){
  .feature-ediary{
    padding: 80px 16px;
  }

  .feature-ediary-left h2{
    font-size: 26px;
  }

  .feature-ediary-left p{
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-112a35f *//* ============================= */
/* FEATURES GRID SECTION */
/* ============================= */

.feature-grid-section{
  padding:110px 20px;
  background:#f8fbff;
}

.feature-grid-wrap{
  max-width:1200px;
  margin:0 auto;
}

.feature-grid-head{
  text-align:center;
  margin-bottom:60px;
}
.feature-grid-head h2{
  font-size:40px;
  color:#15325A;
  margin-bottom:12px;
}
.feature-grid-head p{
  max-width:650px;
  margin:0 auto;
  color:#5c6b7a;
  line-height:1.8;
}

/* grid */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:26px;
}

/* cards */
.feature-card{
  background:#fff;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:22px;
  padding:34px 28px;
  box-shadow:0 20px 60px rgba(21,50,90,0.08);
  transition:0.25s ease;
}

.feature-card:hover{
  transform:translateY(-5px);
  border-color:rgba(16,185,129,0.55);
  box-shadow:0 30px 85px rgba(21,50,90,0.13);
}

.feature-card-ic{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#e6f9f3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:18px;
}

.feature-card h3{
  font-size:18px;
  color:#15325A;
  margin:0 0 10px;
}

.feature-card p{
  margin:0;
  color:#5c6b7a;
  line-height:1.8;
  font-size:14px;
}

/* responsive */
@media(max-width:992px){
  .feature-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media(max-width:768px){
  .feature-grid-section{ padding:90px 16px; }
  .feature-grid-head h2{ font-size:30px; }
  .feature-grid{ grid-template-columns:1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a359a *//* ============================= */
/* Features: Daily Questionnaires & Reminders */
/* ============================= */

.feature-reminders{
  padding: 110px 20px;
  background: #f8fbff;
}

.feature-reminders-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.feature-reminders-left{ flex: 1; }

.feature-reminders-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1DB787;
  margin-bottom: 14px;
}

.feature-reminders-left h2{
  font-size: 38px;
  color: #15325A;
  margin: 0 0 14px;
  line-height: 1.2;
}

.feature-reminders-left p{
  font-size: 18px;
  color: #5c6b7a;
  line-height: 1.8;
  margin: 0 0 22px;
}

.feature-reminders-bullets{
  margin: 0 0 22px;
  padding-left: 18px;
}

.feature-reminders-bullets li{
  margin-bottom: 10px;
  color: #5c6b7a;
  line-height: 1.7;
}

.feature-reminders-bullets li::marker{
  color: #1DB787;
}

.feature-reminders-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.feature-reminders-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.feature-reminders-btn.primary{
  background: #1DB787;
  color: #ffffff !important;
}

.feature-reminders-btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(29,183,135,0.25);
}

.feature-reminders-btn.outline{
  background: transparent;
  border: 2px solid #15325A;
  color: #15325A !important;
}

.feature-reminders-btn.outline:hover{
  background: #15325A;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(21,50,90,0.25);
}

/* Right media */
.feature-reminders-right{ flex: 1.1; }

.feature-reminders-media{
  background: #ffffff;
  border-radius: 26px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 35px 90px rgba(21,50,90,0.10);
}

.feature-reminders-media img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .feature-reminders-container{
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .feature-reminders-bullets{
    text-align: left;
    display: inline-block;
  }

  .feature-reminders-actions{
    justify-content: center;
  }

  .feature-reminders-left h2{
    font-size: 32px;
  }
}

@media (max-width: 600px){
  .feature-reminders{
    padding: 80px 16px;
  }

  .feature-reminders-left h2{
    font-size: 26px;
  }

  .feature-reminders-left p{
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a1999b *//* ============================= */
/* HOW IT WORKS SECTION */
/* ============================= */

.rh-how-section{
  padding:120px 20px;
  background:#ffffff;
}

.rh-how-wrapper{
  max-width:1200px;
  margin:0 auto;
}

/* Header */
.rh-how-head{
  text-align:center;
  margin-bottom:80px;
}

.rh-how-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#10B981;
  background:#e6f9f3;
  padding:10px 16px;
  border-radius:999px;
}

.rh-how-head h2{
  font-size:42px;
  color:#15325A;
  margin:20px 0 14px;
}

.rh-how-head p{
  max-width:650px;
  margin:0 auto;
  color:#5c6b7a;
  line-height:1.8;
}

/* Steps Grid */
.rh-how-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  position:relative;
}

/* Connecting Line */
.rh-how-steps::before{
  content:"";
  position:absolute;
  top:53px;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(to right, #10B981, #15325A);
  z-index:0;
  opacity:0.15;
}

/* Individual Step */
.rh-how-step{
  position:relative;
  z-index:2;
  text-align:center;
  padding:20px;
  transition:.3s ease;
}

.rh-how-step:hover{
  transform:translateY(-6px);
}

/* Step Number Circle */
.rh-step-number{
  width:70px;
  height:70px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#10B981;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:18px;
  box-shadow:0 15px 40px rgba(16,185,129,0.35);
}

/* Step Content */
.rh-how-step h3{
  font-size:18px;
  color:#15325A;
  margin-bottom:12px;
}

.rh-how-step p{
  font-size:14px;
  color:#5c6b7a;
  line-height:1.8;
}

/* Responsive */
@media(max-width:992px){
  .rh-how-steps{
    grid-template-columns:repeat(2,1fr);
    gap:50px 30px;
  }
  .rh-how-steps::before{
    display:none;
  }
}

@media(max-width:768px){
  .rh-how-section{
    padding:90px 16px;
  }
  .rh-how-head h2{
    font-size:30px;
  }
  .rh-how-steps{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2386dd *//* ============================= */
/* Features: Data Recording, Compliance & Trends */
/* ============================= */

.feature-trends{
  padding: 110px 20px;
  background: #ffffff;
}

.feature-trends-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.feature-trends-left{ flex: 1; }

.feature-trends-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1DB787;
  margin-bottom: 14px;
}

.feature-trends-left h2{
  font-size: 38px;
  color: #15325A;
  margin: 0 0 14px;
  line-height: 1.2;
}

.feature-trends-left p{
  font-size: 18px;
  color: #5c6b7a;
  line-height: 1.8;
  margin: 0 0 22px;
}

.feature-trends-bullets{
  margin: 0 0 22px;
  padding-left: 18px;
}

.feature-trends-bullets li{
  margin-bottom: 10px;
  color: #5c6b7a;
  line-height: 1.7;
}

.feature-trends-bullets li::marker{
  color: #1DB787;
}

.feature-trends-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.feature-trends-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.feature-trends-btn.primary{
  background: #15325A;
  color: #ffffff !important;
}

.feature-trends-btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(21,50,90,0.25);
}

.feature-trends-btn.outline{
  background: transparent;
  border: 2px solid #1DB787;
  color: #15325A !important;
}

.feature-trends-btn.outline:hover{
  background: #1DB787;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(29,183,135,0.25);
}

/* Right media */
.feature-trends-right{ flex: 1.1; }

.feature-trends-media{
  background: #f8fbff;
  border-radius: 26px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 35px 90px rgba(21,50,90,0.10);
}

.feature-trends-media img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .feature-trends-container{
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .feature-trends-bullets{
    text-align: left;
    display: inline-block;
  }

  .feature-trends-actions{
    justify-content: center;
  }

  .feature-trends-left h2{
    font-size: 32px;
  }
}

@media (max-width: 600px){
  .feature-trends{
    padding: 80px 16px;
  }

  .feature-trends-left h2{
    font-size: 26px;
  }

  .feature-trends-left p{
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-437b711 *//* ============================= */
/* USE CASES SECTION */
/* ============================= */

.rh-use-section{
  padding:120px 20px;
  background:#f8fbff;
}

.rh-use-wrapper{
  max-width:1200px;
  margin:0 auto;
}

/* Header */
.rh-use-head{
  text-align:center;
  margin-bottom:70px;
}

.rh-use-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#10B981;
  background:#e6f9f3;
  padding:10px 16px;
  border-radius:999px;
}

.rh-use-head h2{
  font-size:40px;
  color:#15325A;
  margin:20px 0 12px;
}

.rh-use-head p{
  max-width:650px;
  margin:0 auto;
  color:#5c6b7a;
  line-height:1.8;
}

.rh-use-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* Cards */
.rh-use-card{
  background:#ffffff;
  border-radius:22px;
  padding:35px 30px;
  border:1px solid rgba(15,23,42,0.06);
  box-shadow:0 20px 60px rgba(21,50,90,0.06);
  transition:0.3s ease;
}

.rh-use-card:hover{
  transform:translateY(-6px);
  border-color:rgba(16,185,129,0.5);
  box-shadow:0 30px 85px rgba(21,50,90,0.12);
}

/* Icon */
.rh-use-icon{
  width:55px;
  height:55px;
  border-radius:16px;
  background:#e6f9f3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:18px;
}

/* Text */
.rh-use-card h3{
  font-size:18px;
  color:#15325A;
  margin-bottom:12px;
}

.rh-use-card p{
  font-size:14px;
  color:#5c6b7a;
  line-height:1.8;
  margin:0;
}

/* Responsive */
@media(max-width:992px){
  .rh-use-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .rh-use-section{
    padding:90px 16px;
  }
  .rh-use-head h2{
    font-size:30px;
  }
  .rh-use-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3da1de5 *//* ============================= */
/* FEATURES CTA - PREMIUM */
/* ============================= */

.feat-cta{
  position:relative;
  padding:110px 20px;
  background:linear-gradient(135deg,#15325A 0%, #10B981 100%);
  border-radius:50px;
  max-width:1200px;
  margin:120px auto;
  overflow:hidden;
}

/* animated svg */
.feat-cta-svg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:0.35;
}

.feat-cta-svg svg{
  width:100%;
  height:100%;
  display:block;
}

/* animations */
.feat-cta-line{
  stroke-dasharray:10 8;
  animation: featCtaDash 8s linear infinite;
}
.feat-cta-line-2{
  animation-duration:10s;
  opacity:0.7;
}

@keyframes featCtaDash{
  to{ stroke-dashoffset:-160; }
}

.feat-cta-node{
  animation: featCtaPulse 3.2s ease-in-out infinite;
  transform-origin:center;
}
.feat-cta-node-2{ animation-delay:0.5s; }
.feat-cta-node-3{ animation-delay:1.1s; }

@keyframes featCtaPulse{
  0%,100%{ opacity:0.55; transform:scale(1); }
  50%{ opacity:1; transform:scale(1.55); }
}

/* content */
.feat-cta-container{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
  text-align:center;
  color:#fff;
}

.feat-cta-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.9);
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.22);
  padding:10px 14px;
  border-radius:999px;
}

.feat-cta h2{
  font-size:40px;
  margin:22px 0 14px;
  line-height:1.2;
  font-weight:700;
  color: white;
}

.feat-cta p{
  max-width:680px;
  margin:0 auto 32px;
  line-height:1.8;
  color:rgba(255,255,255,0.88);
}

/* buttons */
.feat-cta-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:26px;
}

.feat-cta-btn-primary{
  background:#fff;
  color:#15325A;
  padding:14px 30px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:0.25s ease;
}

.feat-cta-btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px rgba(0,0,0,0.22);
}

.feat-cta-btn-outline{
  border:2px solid rgba(255,255,255,0.95);
  color:white !important;
  padding:14px 30px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:0.25s ease;
}

.feat-cta-btn-outline:hover{
  background:#fff;
  color:#15325A !important;
}

/* trust pills */
.feat-cta-trust{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.feat-cta-trust span{
  font-size:12px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.22);
  color:rgba(255,255,255,0.92);
}

/* responsive */
@media(max-width:768px){
  .feat-cta{
    padding:80px 16px;
    border-radius:32px;
    margin:90px auto;
  }

  .feat-cta h2{
    font-size:28px;
  }
}/* End custom CSS */