.elementor-2 .elementor-element.elementor-element-1d6cd01{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Helvetica;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-19a91b0{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-19a91b0 a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-a3aeb01{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-a3aeb01 a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-9040588{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-9040588 a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-171d4ad{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-171d4ad a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-8c676eb{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2 .elementor-element.elementor-element-f6f4f3c{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-f6f4f3c a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-06ada3e{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-06ada3e a{color:#071F3F;}.elementor-2 .elementor-element.elementor-element-232007f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:#3E4D61;}.elementor-2 .elementor-element.elementor-element-232007f a{color:#071F3F;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8e75d33 */:root{
  --black:#05070a;
  --navy:#06162b;
  --navy2:#092b56;
  --blue:#0057b8;
  --blue2:#0077d9;
  --sky:#00a6e8;
  --ice:#f4f8ff;
  --white:#ffffff;
  --gold:#f4b23f;
  --text:#152238;
  --muted:#5f6f86;
  --line:#dce8f7;
  --shadow:0 22px 60px rgba(7,26,51,.16);
  --soft-shadow:0 14px 34px rgba(7,26,51,.10);
  --radius:24px;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  width:100%;
  min-width:0;
  overflow-x:hidden;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
}

body{
  line-height:1.4;
}

a{
  color:inherit;
  text-decoration:none !important;
}

button,
input,
select{
  font-family:inherit;
}

img,
svg{
  max-width:100%;
}

.wrap{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
}
p{ text-align:justify;}

/* Hero */

.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,166,232,.24), transparent 36%),
    linear-gradient(135deg,#061427 0%,#08254b 46%,#0057b8 100%);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size:44px 44px;
  opacity:.48;
}

.hero::after{
  content:"";
  position:absolute;
  inset:auto -12% -45% -12%;
  height:420px;
  background:radial-gradient(circle, rgba(0,166,232,.22), transparent 62%);
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  gap:48px;
  align-items:center;
  padding:72px 0;
}

.hero-copy{
  min-width:0;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  max-width:100%;
  margin-bottom:18px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#eaf6ff;
  font-size:13px;
  font-weight:950;
  backdrop-filter:blur(8px);
}

.kicker::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(244,178,63,.14);
}

.hero h1{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:clamp(42px,5vw,72px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:750 !important;
}

.hero h1 span{
  color:#bde2ff;
}

.hero-sub{
  max-width:680px;
  margin:22px 0 28px;
  color:#e1efff;
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.55;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:24px;
}

.hero-actions .btn{
  min-height:50px;
  padding:15px 22px;
  font-size:14px;
}

.hero-actions .btn-outline{
  background:rgba(255,255,255,.08);
  color:#fff !important;
  border-color:rgba(255,255,255,.5);
}

.hero-actions .btn-outline:hover{
  background:rgba(255,255,255,.15);
}

.trust-bullets{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:730px;
}

.trust-bullet{
  min-height:72px;
  display:flex;
  align-items:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:rgba(255,255,255,.10);
  color:#f2f8ff;
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(8px);
}

.slider-dots{
  display:flex;
  gap:8px;
  margin-top:22px;
}

.slider-dots span{
  width:34px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.35);
}

.slider-dots span:first-child{
  background:var(--gold);
}

/* Hero Panel */

.hero-panel{
  position:relative;
  z-index:3;
  display:grid;
  gap:18px;
  min-width:0;
}

.image-card{
  position:relative;
  min-height:320px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.36);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow);
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.02);
  animation:heroFade 18s infinite;
}

.hero-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(5,7,10,.68), rgba(5,7,10,.18) 42%, rgba(255,255,255,.04)),
    linear-gradient(0deg, rgba(5,7,10,.32), transparent 46%);
}

.slide1{
  background-image:url("https://testsitedemo3.website/wp-content/uploads/2026/06/creative-lighting-warehouse-led-hero.webp");
  animation-delay:0s;
}

.slide2{
  background-image:url("https://testsitedemo3.website/wp-content/uploads/2026/06/creative-lighting-restaurant-hospitality-lighting-hero.webp");
  animation-delay:6s;
}

.slide3{
  background-image:url("https://testsitedemo3.website/wp-content/uploads/2026/06/creative-lighting-commercial-retail-lighting-hero.webp");
  animation-delay:12s;
}

@keyframes heroFade{
  0%{opacity:0;transform:scale(1.04)}
  5%,30%{opacity:1;transform:scale(1)}
  36%,100%{opacity:0;transform:scale(1.02)}
}

.proof-row{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.proof-mini{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:10px 12px;
  border:1px solid rgba(244,178,63,0);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  font-size:14px;
  font-weight:950;
  text-align:center;
  box-shadow:0 10px 22px rgba(7,26,51,.13);
  transition:transform .22s ease,border .22s ease,box-shadow .22s ease,color .22s ease;
}

.proof-mini:hover{
  transform:translateY(-2px);
  border-color:rgba(244,178,63,.75);
  box-shadow:0 14px 28px rgba(7,26,51,.18);
  color:var(--blue);
}

.lead-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  color:var(--text);
  box-shadow:var(--shadow);
}

.lead-card-inner{
  padding:25px;
}

.lead-card h2{
  margin:0 0 8px;
  color:var(--navy);
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.045em;
}

.lead-card p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.wpforms-container .wpforms-field{ padding:5px 0 !important}
div.wpforms-container-full input,
div.wpforms-container-full select, div.wpforms-container-full textarea{
  width:100% !important;
  padding:9px 12px !important;
  border:1px solid var(--line) !important;
  border-radius:13px !important;
  background:#f9fbff !important;
  color:#17243a !important;
  font-size:14px !important;
  outline:none;
  transition:border .2s ease,box-shadow .2s ease,background .2s ease;
  height:auto !important;
}

.form-grid input:focus,
.form-grid select:focus{
  border-color:rgba(0,87,184,.55) !important;
  background:#fff !important;
  box-shadow:0 0 0 4px rgba(0,87,184,.10) !important;
}
#wpforms-submit-157{ width:100%; height:auto !important; border-radius: 99px !important;}
.full{
  grid-column:1 / -1;
}

.form-grid .btn{
  width:100%;
  min-height:48px;
}

.form-note{
  margin-top:12px;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}

/* Trust Strip */

.trust-strip{
  position:relative;
  z-index:4;
  background:#fff;
  border-bottom:1px solid var(--line);
}

.trust-inner{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-left:1px solid var(--line);
}

.trust-item{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-width:0;
  padding:24px 22px;
  border-right:1px solid var(--line);
  background:#fff;
  color:inherit;
  transition:transform .22s ease,box-shadow .22s ease;
}

.trust-item::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:0;
  height:3px;
  border-radius:99px 99px 0 0;
  background:var(--gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}

.trust-item:hover{
  z-index:2;
  transform:translateY(-3px);
  box-shadow:0 14px 32px rgba(7,26,51,.10);
}

.trust-item:hover::after{
  transform:scaleX(1);
}

.trust-icon{
  width:42px;
  height:42px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,87,184,.12);
  border-radius:14px;
  background:var(--ice);
  color:var(--blue);
  transition:background .22s ease,color .22s ease,border .22s ease;
}

.trust-item:hover .trust-icon{
  background:#fff8e9;
  color:var(--gold);
  border-color:rgba(244,178,63,.5);
}

.trust-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trust-item strong{
  display:block;
  margin-bottom:5px;
  color:var(--navy);
  font-size:15px;
  line-height:1.18;
  letter-spacing:-.01em;
}

.trust-item span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.38;
}

/* Proof Ticker */

.ticker{
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}

.ticker-track{
  display:flex;
  width:max-content;
  animation:scrollTicker 34s linear infinite;
}

.ticker:hover .ticker-track{
  animation-play-state:paused;
}

.ticker-group{
  display:flex;
  align-items:center;
}

.ticker-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:16px 26px;
  color:#edf6ff;
  font-size:14px;
  font-weight:950;
  white-space:nowrap;
}

.ticker-item::before{
  content:"◆";
  color:var(--gold);
  font-size:11px;
}

@keyframes scrollTicker{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* Mobile Call Bar */

.mobile-call{
  display:none;
}

/* Responsive */

@media(max-width:1280px){
  .wrap{
    width:min(1200px, calc(100% - 34px));
  }
  .hero-inner{
    grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);
    gap:30px;
  }
}

@media(max-width:1120px){
  .hero-inner{
    grid-template-columns:1fr;
    padding:58px 0 52px;
  }

  .hero-panel{
    grid-template-columns:1fr 1fr;
    align-items:stretch;
  }

  .image-card{
    min-height:100%;
  }

  .lead-card-inner{
    height:100%;
  }
}

@media(max-width:900px){
  .hero-panel{
    grid-template-columns:1fr;
  }

  .image-card{
    min-height:330px;
  }

  .trust-inner{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trust-item{
    border-bottom:1px solid var(--line);
  }
}

@media(max-width:720px){
  .wrap{
    width:min(100% - 28px, 1280px);
  }
  .hero-inner{
    padding:44px 0 38px;
  }

  .kicker{
    border-radius:18px;
    font-size:12px;
    line-height:1.25;
  }

  .hero h1{
    font-size:42px;
    letter-spacing:-.055em;
  }

  .hero-sub{
    margin:18px 0 22px;
    font-size:17px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
  }

  .trust-bullets{
    grid-template-columns:1fr;
  }

  .trust-bullet{
    min-height:auto;justify-content: center;
  }

  .slider-dots{
    display:none;
  }

  .image-card{
    min-height:300px;
    border-radius:22px;
  }

  .proof-row{
    grid-template-columns:1fr;
    left:14px;
    right:14px;
    bottom:14px;
    display: none;
  }

  .proof-mini{
    min-height:42px;
  }

  .lead-card{
    border-radius:22px;
  }

  .lead-card-inner{
    padding:21px;
  }

  .lead-card h2{
    font-size:24px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .trust-inner{
    grid-template-columns:1fr;
    border-left:0;
  }

  .trust-item{
    border-right:0;
  }

  .ticker-item{
    padding:15px 20px;
    font-size:13px;
  }

  .mobile-call{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:100;
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 18px;
    background:var(--blue);
    color:#fff;
    font-size:15px;
    font-weight:950;
    text-align:center;
    box-shadow:0 -10px 25px rgba(7,26,51,.18);
  }

  body{
    padding-bottom:58px;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:37px;
  }

  .image-card{
    min-height:280px;
  }
  
}

@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
  }

  .hero-slide,
  .ticker-track{
    animation:none !important;
  }

  .hero-slide:first-child{
    opacity:1;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-19a91b0 */:root{
    --cl-navy:#071f3f;
    --cl-navy-2:#0d315f;
    --cl-blue:#1f5f9f;
    --cl-gold:#c99a38;
    --cl-gold-soft:#f3dfad;
    --cl-white:#ffffff;
    --cl-soft:#f5f7fa;
    --cl-soft-2:#eef3f8;
    --cl-text:#243142;
    --cl-muted:#667589;
    --cl-border:rgba(7,31,63,.12);
    --cl-shadow:0 24px 70px rgba(7,31,63,.14);
    --cl-radius:24px;
  }

  .cl-rebate-authority,
  .cl-rebate-authority *{
    box-sizing:border-box;
  }

  .cl-rebate-authority{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 12% 10%, rgba(201,154,56,.16), transparent 30%),
      radial-gradient(circle at 90% 20%, rgba(31,95,159,.12), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    padding:92px 20px 82px;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-rebate-authority:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.035) 1px, transparent 1px);
    background-size:42px 42px;
    opacity:.42;
    pointer-events:none;
  }

  .cl-rebate-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-rebate-main{
    display:grid;
    grid-template-columns:1.04fr .96fr;
    gap:46px;
    align-items:center;
  }

  .cl-rebate-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    padding:9px 14px;
    border:1px solid rgba(201,154,56,.35);
    border-radius:999px;
    background:rgba(255,255,255,.82);
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 10px 28px rgba(7,31,63,.07);
  }

  .cl-rebate-eyebrow:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.18);
  }

  .cl-rebate-title{
    margin:0;
    max-width:650px;
    color:var(--cl-navy);
    font-size:clamp(36px, 4.35vw, 62px);
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-rebate-copy{
    max-width:650px;
    margin:22px 0 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-rebate-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    margin-top:32px;
  }

  .cl-rebate-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px ;
    padding:16px 24px ;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:900;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .cl-rebate-btn-primary{
    color:var(--cl-navy) !important;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    box-shadow:0 18px 34px rgba(201,154,56,.28) !important;
  }

  .cl-rebate-btn-secondary{
    color:var(--cl-white) !important;
    background:linear-gradient(135deg, var(--cl-navy) 0%, var(--cl-navy-2) 100%);
    box-shadow:0 18px 34px rgba(7,31,63,.18) !important;
  }

  .cl-rebate-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(7,31,63,.22) !important;
  }

  .cl-rebate-tollfree{
    margin:15px 0 0;
    color:var(--cl-muted);
    font-size:15px;
    line-height:1.5;
    font-weight:700;
  }

  .cl-rebate-tollfree a{
    color:var(--cl-navy);
    text-decoration:none;
    font-weight:900;
  }

  .cl-rebate-visual{
    position:relative;
    padding:16px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:30px;
    background:rgba(255,255,255,.7);
    box-shadow:var(--cl-shadow);
    backdrop-filter:blur(10px);
  }

  .cl-rebate-visual-inner{
    overflow:hidden;
    border-radius:24px;
    background:linear-gradient(145deg, var(--cl-navy) 0%, #123f77 62%, #f4f7fb 62%);
    border:1px solid rgba(7,31,63,.1);
  }

  .cl-rebate-placeholder{
    min-height:292px;
    display:flex;
    align-items:center;
    justify-content:center;
  
    color:rgba(255,255,255,.92);
    text-align:center;
    font-size:15px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.08), transparent 45%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px);
  }

  .cl-rebate-badges{
    display:grid;
    gap:12px;
    padding:22px;
    background:var(--cl-white);
  }

  .cl-rebate-badge{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 15px;
    border:1px solid var(--cl-border);
    border-radius:16px;
    background:linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color:var(--cl-navy);
    font-size:14px;
    line-height:1.35;
    font-weight:900;
  }

  .cl-rebate-badge:before{
    content:"";
    flex:0 0 auto;
    width:12px;
    height:12px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.16);
  }

  .cl-benefit-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-top:42px;
  }

  .cl-benefit-card{
    position:relative;
    overflow:hidden;
    min-height:206px;
    padding:28px 26px;
    border:1px solid var(--cl-border);
    border-radius:var(--cl-radius);
    background:rgba(255,255,255,.88);
    box-shadow:0 18px 42px rgba(7,31,63,.08);
  }

  .cl-benefit-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
  }

  .cl-benefit-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    border-radius:15px;
    background:linear-gradient(135deg, rgba(7,31,63,.08), rgba(201,154,56,.16));
    color:var(--cl-navy);
    font-size:22px;
    font-weight:900;
  }

  .cl-benefit-card h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:21px;
    line-height:1.18;
    letter-spacing:-.02em;
    font-weight:900;
  }

  .cl-benefit-card p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  @media (max-width: 980px){
    .cl-rebate-authority{
      padding:74px 18px 68px;
    }

    .cl-rebate-main{
      grid-template-columns:1fr;
      gap:34px;
    }

    .cl-rebate-title,
    .cl-rebate-copy{
      max-width:100%;
    }

    .cl-benefit-grid{
      grid-template-columns:1fr;
    }
  }

  @media (max-width: 640px){
    .cl-rebate-authority{
      padding:58px 16px 54px;
    }

    .cl-rebate-eyebrow{
      font-size:11px;
      padding:8px 12px;
      letter-spacing:.06em;
    }

    .cl-rebate-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-rebate-actions{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }

    .cl-rebate-btn{
      width:100%;
      min-height:52px;
      padding:15px 18px;
    }

    .cl-rebate-visual{
      padding:10px;
      border-radius:24px;
    }

    .cl-rebate-visual-inner{
      border-radius:20px;
    }

    .cl-rebate-placeholder{
      min-height:220px;
      font-size:13px;
    }

    .cl-rebate-badges{
      padding:16px;
    }

    .cl-rebate-badge{
      font-size:13.5px;
      padding:13px;
    }

    .cl-benefit-grid{
      margin-top:26px;
      gap:16px;
    }

    .cl-benefit-card{
      min-height:auto;
      padding:24px 22px;
      border-radius:20px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a3aeb01 */.cl-applications,
  .cl-applications *{
    box-sizing:border-box;
  }

  .cl-applications{
    position:relative;
    overflow:hidden;
    padding:92px 20px 96px;
    background:
      radial-gradient(circle at 12% 18%, rgba(201,154,56,.12), transparent 28%),
      radial-gradient(circle at 88% 8%, rgba(31,95,159,.1), transparent 34%),
      linear-gradient(180deg, #f4f7fb 0%, #ffffff 52%, #f7f9fc 100%);
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-applications:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.035) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.36;
    pointer-events:none;
  }

  .cl-applications-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-applications-header{
    max-width:860px;
    margin:0 auto 46px;
    text-align:center;
  }

  .cl-applications-eyebrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0 0 18px;
    padding:9px 15px;
    border:1px solid rgba(201,154,56,.36);
    border-radius:999px;
    background:rgba(255,255,255,.84);
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(7,31,63,.07);
  }

  .cl-applications-eyebrow:before,
  .cl-applications-eyebrow:after{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.15);
  }

  .cl-applications-title{
    margin:0;
    color:var(--cl-navy);
    font-size:clamp(34px, 4vw, 58px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-applications-copy{
    max-width:800px;
    margin:20px auto 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-applications-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
  }

  .cl-app-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:100%;
    overflow:hidden;
    border:1px solid var(--cl-border);
    border-radius:26px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 48px rgba(7,31,63,.09);
    text-decoration:none;
    color:inherit;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-app-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(7,31,63,.16);
    border-color:rgba(201,154,56,.42);
  }

  .cl-app-placeholder{
    position:relative;
    min-height:188px;
    max-height: 250px;
    object-fit: cover;
    display:flex;
    align-items:center;
    justify-content:center;
    
    text-align:center;
    color:rgba(255,255,255,.92);
    font-size:13px;
    line-height:1.35;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.1), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px),
      linear-gradient(135deg, var(--cl-navy) 0%, #123f77 100%);
  }
   .cl-app-placeholder a{ width:100%; height:100%;}
    .cl-app-placeholder a img{ width: 100%;
  height: 100%;
  object-fit: cover;}
  .cl-app-placeholder:after{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    bottom:18px;
    height:5px;
    border-radius:999px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
    opacity:.92;
  }

  .cl-app-body{
    position:relative;
    display:flex;
    flex-direction:column;
    flex:1;
    padding:26px 24px 24px;
  }

  .cl-app-number{
    position:absolute;
    top:-25px;
    right:22px;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy);
    font-size:18px;
    font-weight:900;
    box-shadow:0 14px 32px rgba(201,154,56,.28);
  }

  .cl-app-card h3{
    margin:0 0 12px;
    padding-right:44px;
    color:var(--cl-navy);
    font-size:22px;
    line-height:1.14;
    letter-spacing:-.025em;
    font-weight:900;
  }

  .cl-app-card p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  .cl-app-learn{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-top:auto;
    padding-top:22px;
    color:var(--cl-navy);
    font-size:14px;
    line-height:1;
    font-weight:900;
  }

  .cl-app-learn:after{
    content:"→";
    width:27px;
    height:27px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(201,154,56,.18);
    color:var(--cl-navy);
    transition:transform .2s ease, background .2s ease;
  }

  .cl-app-card:hover .cl-app-learn:after{
    transform:translateX(3px);
    background:rgba(201,154,56,.3);
  }

  .cl-applications-bottom{
    margin-top:34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    padding:24px 26px;
    border:1px solid rgba(201,154,56,.26);
    border-radius:24px;
    background:
      linear-gradient(135deg, rgba(7,31,63,.96) 0%, rgba(13,49,95,.96) 100%);
    box-shadow:0 22px 58px rgba(7,31,63,.18);
  }

  .cl-applications-bottom p{
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:16px;
    line-height:1.55;
    font-weight:700;
    max-width: 800px;
  }

  .cl-applications-bottom strong{
    color:#f7d77e;
  }

  .cl-applications-bottom a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:15px 22px;
    border-radius:999px;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy);
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    box-shadow:0 16px 34px rgba(201,154,56,.28) !important;
    transition:transform .18s ease, box-shadow .18s ease;
    text-align:left;
  }

  .cl-applications-bottom a:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 42px rgba(201,154,56,.34) !important;
  }

  @media (max-width: 1050px){
    .cl-applications-grid{
      grid-template-columns:repeat(2, 1fr);
    }
  }

  @media (max-width: 760px){
    .cl-applications{
      padding:70px 18px 74px;
    }

    .cl-applications-header{
      margin-bottom:34px;
    }

    .cl-applications-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-applications-grid{
      grid-template-columns:1fr;
      gap:18px;
    }

    .cl-app-placeholder{
      min-height:170px;
    }

    .cl-applications-bottom{
      flex-direction:column;
      align-items:flex-start;
      padding:22px;
    }

    .cl-applications-bottom a{
      width:100%;
    }
  }

  @media (max-width: 520px){
    .cl-applications{
      padding:58px 16px 62px;
    }

    .cl-applications-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    .cl-app-card{
      border-radius:22px;
    }

    .cl-app-placeholder{
      min-height:154px;
      font-size:12px;
    }

    .cl-app-body{
      padding:24px 21px 22px;
    }

    .cl-app-card h3{
      font-size:20px;
    }

    .cl-app-card p{
      font-size:15px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9040588 */.cl-products,
  .cl-products *{
    box-sizing:border-box;
  }

  .cl-products{
    position:relative;
    overflow:hidden;
    padding:96px 20px 98px;
    background:
      radial-gradient(circle at 86% 12%, rgba(201,154,56,.16), transparent 30%),
      radial-gradient(circle at 10% 28%, rgba(31,95,159,.12), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #f4f7fb 54%, #eef3f8 100%);
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-products:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.035) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.34;
    pointer-events:none;
  }

  .cl-products-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-products-top{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:42px;
    align-items:stretch;
    margin-bottom:42px;
  }

  .cl-products-intro{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:42px;
    border:1px solid rgba(7,31,63,.1);
    border-radius:30px;
    background:rgba(255,255,255,.82);
    box-shadow:0 22px 58px rgba(7,31,63,.09);
    backdrop-filter:blur(10px);
  }

  .cl-products-eyebrow{
    display:inline-flex;
    align-items:center;
    width:max-content;
    gap:10px;
    margin:0 0 18px;
    padding:9px 14px;
    border:1px solid rgba(201,154,56,.36);
    border-radius:999px;
    background:rgba(255,255,255,.9);
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(7,31,63,.06);
  }

  .cl-products-eyebrow:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.16);
  }

  .cl-products-title{
    margin:0;
    color:var(--cl-navy);
    font-size:clamp(34px, 4.1vw, 58px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-products-copy{
    max-width:690px;
    margin:20px 0 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-products-note{
    margin:26px 0 0;
    padding:18px 20px;
    border-left:5px solid var(--cl-gold);
    border-radius:16px;
    background:linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color:#405066;
    font-size:15.5px;
    line-height:1.6;
    font-weight:700;
  }

  .cl-products-feature{
    position:relative;
    overflow:hidden;
    min-height:100%;
    border-radius:30px;
    border:1px solid rgba(7,31,63,.1);
    background:linear-gradient(145deg, var(--cl-navy) 0%, #123f77 58%, #ffffff 58%);
    box-shadow:var(--cl-shadow);
  }

  .cl-products-feature-placeholder{
    min-height:246px;
    display:flex;
    align-items:center;
    justify-content:center;

    color:rgba(255,255,255,.92);
    text-align:center;
    font-size:14px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.09), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px);
  }

  .cl-products-feature-content{
    padding:28px;
    background:rgba(255,255,255,.98);
  }

  .cl-products-feature-content h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:27px;
    line-height:1.1;
    letter-spacing:-.03em;
    font-weight:900;
  }

  .cl-products-feature-content p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.65;
  }

  .cl-products-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
  }

  .cl-products-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border:1px solid rgba(201,154,56,.3);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:12px;
    line-height:1;
    font-weight:900;
  }

  .cl-products-badge:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--cl-gold);
  }

  .cl-products-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
  }

  .cl-product-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:100%;
    overflow:hidden;
    border:1px solid var(--cl-border);
    border-radius:24px;
    background:rgba(255,255,255,.92);
    color:inherit;
    text-decoration:none;
    box-shadow:0 18px 44px rgba(7,31,63,.08);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(7,31,63,.15);
    border-color:rgba(201,154,56,.42);
  }

  .cl-product-placeholder{
    position:relative;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:rgba(255,255,255,.9);
    font-size:12px;
    line-height:1.35;
    font-weight:900;
    letter-spacing:.075em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.1), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 13px),
      linear-gradient(135deg, var(--cl-navy) 0%, #123f77 100%);
  }
.cl-product-placeholder a{ width:100%; height:100%;}
.cl-product-placeholder a img{ width:100%; height:100%; object-fit:cover;}
  .cl-product-placeholder:after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:15px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
    opacity:.92;
  }

  .cl-product-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:22px 20px 20px;
  }

  .cl-product-body h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:20px;
    line-height:1.14;
    letter-spacing:-.025em;
    font-weight:900;
  }

  .cl-product-body p{
    margin:0;
    color:#536276;
    font-size:14.5px;
    line-height:1.58;
  }

  .cl-product-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
    padding-top:20px;
    color:var(--cl-navy);
    font-size:13.5px;
    line-height:1;
    font-weight:900;
  }

  .cl-product-link:after{
    content:"→";
    width:25px;
    height:25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(201,154,56,.18);
    color:var(--cl-navy);
    transition:transform .2s ease, background .2s ease;
  }

  .cl-product-card:hover .cl-product-link:after{
    transform:translateX(3px);
    background:rgba(201,154,56,.3);
  }

  .cl-products-bottom{
    margin-top:34px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:22px;
    align-items:center;
    padding:24px 26px;
    border-radius:24px;
    border:1px solid rgba(201,154,56,.28);
    background:
      linear-gradient(135deg, rgba(7,31,63,.96) 0%, rgba(13,49,95,.96) 100%);
    box-shadow:0 22px 58px rgba(7,31,63,.18);
  }

  .cl-products-bottom p{
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:16px;
    line-height:1.55;
    font-weight:700;
    max-width: 800px;
  }

  .cl-products-bottom strong{
    color:#f7d77e;
  }

  .cl-products-bottom a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:15px 22px;
    border-radius:999px;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy) !important;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    box-shadow:0 16px 34px rgba(201,154,56,.28) !important;
    transition:transform .18s ease, box-shadow .18s ease;
  }

  .cl-products-bottom a:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 42px rgba(201,154,56,.34) !important;
  }

  @media (max-width: 1100px){
    .cl-products-grid{
      grid-template-columns:repeat(2, 1fr);
    }
  }

  @media (max-width: 920px){
    .cl-products{
      padding:76px 18px 78px;
    }

    .cl-products-top{
      grid-template-columns:1fr;
      gap:28px;
    }

    .cl-products-intro{
      padding:34px;
    }
  }

  @media (max-width: 680px){
    .cl-products-grid{
      grid-template-columns:1fr;
      gap:18px;
    }

    .cl-products-bottom{
      grid-template-columns:1fr;
      padding:22px;
    }

    .cl-products-bottom a{
      width:100%;
    }
  }

  @media (max-width: 520px){
    .cl-products{
      padding:58px 16px 62px;
    }

    .cl-products-intro{
      padding:26px 22px;
      border-radius:24px;
    }

    .cl-products-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    .cl-products-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-products-note{
      font-size:14.5px;
      padding:16px;
    }

    .cl-products-feature{
      border-radius:24px;
    }

    .cl-products-feature-placeholder{
      min-height:196px;
      font-size:12px;
    }

    .cl-products-feature-content{
      padding:24px 21px;
    }

    .cl-products-feature-content h3{
      font-size:24px;
    }

    .cl-product-card{
      border-radius:22px;
    }

    .cl-product-placeholder{
      min-height:132px;
      font-size:11.5px;
    }

    .cl-product-body{
      padding:21px 20px 20px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-171d4ad */.cl-process,
  .cl-process *{
    box-sizing:border-box;
  }

  .cl-process{
    position:relative;
    overflow:hidden;
    padding:98px 20px 100px;
    background:
      radial-gradient(circle at 12% 18%, rgba(201,154,56,.16), transparent 30%),
      radial-gradient(circle at 88% 26%, rgba(31,95,159,.08), transparent 32%),
      linear-gradient(180deg, #eef3f8 0%, #fbf7ed 26%, #ffffff 100%);
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-process:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.028) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.42;
    pointer-events:none;
  }

  .cl-process-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-process-top{
    display:grid;
    grid-template-columns:1fr .86fr;
    gap:44px;
    align-items:center;
    margin-bottom:46px;
  }

  .cl-process-content{
    padding:42px;
    border:1px solid rgba(201,154,56,.22);
    border-radius:30px;
    background:rgba(255,255,255,.78);
    box-shadow:0 22px 58px rgba(7,31,63,.08);
    backdrop-filter:blur(10px);
  }

  .cl-process-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    padding:9px 14px;
    border:1px solid rgba(201,154,56,.38);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(7,31,63,.06);
  }

  .cl-process-eyebrow:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.16);
  }

  .cl-process-title{
    margin:0;
    color:var(--cl-navy);
    font-size:clamp(34px, 4.15vw, 58px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-process-copy{
    max-width:720px;
    margin:20px 0 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-process-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    margin-top:30px;
  }

  .cl-process-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:16px 24px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:900;
    transition:transform .18s ease, box-shadow .18s ease;
  }

  .cl-process-btn-primary{
    color:var(--cl-navy) !important;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    box-shadow:0 18px 34px rgba(201,154,56,.28) !important;
  }

  .cl-process-btn-secondary{
    color:var(--cl-white) !important;
    background:linear-gradient(135deg, var(--cl-navy) 0%, var(--cl-navy-2) 100%);
    box-shadow:0 18px 34px rgba(7,31,63,.18) !important;
  }

  .cl-process-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(7,31,63,.22) !important;
  }

  .cl-process-tollfree{
    margin:15px 0 0;
    color:var(--cl-muted);
    font-size:15px;
    line-height:1.5;
    font-weight:700;
  }

  .cl-process-tollfree a{
    color:var(--cl-navy);
    text-decoration:none;
    font-weight:900;
  }

  .cl-process-visual{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    border:1px solid rgba(7,31,63,.1);
    background:rgba(255,255,255,.86);
    box-shadow:var(--cl-shadow);
  }


  .cl-process-placeholder{
    height:330px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:rgba(255,255,255,.92);
    font-size:14px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.1), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px),
      linear-gradient(135deg, var(--cl-navy) 0%, #123f77 100%);
  }
.cl-process-placeholder img{ width:100%; height:100%; object-fit:cover;}
  .cl-process-visual-bottom{
    padding:24px;
    background:linear-gradient(180deg, #ffffff 0%, #fbf7ed 100%);
  }

  .cl-process-visual-bottom h3{
    margin:0 0 9px;
    color:var(--cl-navy);
    font-size:25px;
    line-height:1.12;
    letter-spacing:-.03em;
    font-weight:900;
  }

  .cl-process-visual-bottom p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  .cl-process-mini{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
  }

  .cl-process-mini span{
    display:flex;
    align-items:center;
    gap:8px;
    padding:11px 12px;
    border:1px solid rgba(201,154,56,.28);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:12px;
    line-height:1;
    font-weight:900;
  }

  .cl-process-mini span:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--cl-gold);
  }

  .cl-process-steps{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
  }

  .cl-process-step{
    position:relative;
    min-height:260px;
    padding:28px 24px 26px;
    border:1px solid rgba(7,31,63,.1);
    border-radius:24px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 44px rgba(7,31,63,.08);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-process-step:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(7,31,63,.15);
    border-color:rgba(201,154,56,.42);
  }

  .cl-process-step:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    border-radius:24px 24px 0 0;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
  }

  .cl-process-number{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border-radius:17px;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy);
    font-size:20px;
    font-weight:900;
    box-shadow:0 14px 32px rgba(201,154,56,.25);
  }

  .cl-process-step h3{
    margin:0 0 11px;
    color:var(--cl-navy);
    font-size:22px;
    line-height:1.14;
    letter-spacing:-.025em;
    font-weight:900;
  }

  .cl-process-step p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  .cl-process-bottom{
    margin-top:34px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:22px;
    align-items:center;
    padding:24px 26px;
    border:1px solid rgba(201,154,56,.3);
    border-radius:24px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(251,247,237,.94) 100%);
    box-shadow:0 18px 46px rgba(7,31,63,.08);
  }

  .cl-process-bottom p{
    margin:0;
    color:#405066;
    font-size:16px;
    line-height:1.58;
    font-weight:700;
    max-width:800px;
  }

  .cl-process-bottom strong{
    color:var(--cl-navy);
  }

  .cl-process-bottom a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:15px 22px;
    border-radius:999px;
    background:linear-gradient(135deg, var(--cl-navy) 0%, var(--cl-navy-2) 100%);
    color:var(--cl-white) !important;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    box-shadow:0 16px 34px rgba(7,31,63,.18) !important;
    transition:transform .18s ease, box-shadow .18s ease;
  }

  .cl-process-bottom a:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 42px rgba(7,31,63,.24) !important;
  }

  @media (max-width: 1080px){
    .cl-process-top{
      grid-template-columns:1fr;
      gap:30px;
    }

    .cl-process-steps{
      grid-template-columns:repeat(2, 1fr);
    }
  }

  @media (max-width: 760px){
    .cl-process{
      padding:74px 18px 76px;
    }

    .cl-process-content{
      padding:34px;
    }

    .cl-process-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-process-actions{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }

    .cl-process-btn{
      width:100%;
    }

    .cl-process-steps{
      grid-template-columns:1fr;
      gap:18px;
    }

    .cl-process-step{
      min-height:auto;
    }

    .cl-process-bottom{
      grid-template-columns:1fr;
      padding:22px;
    }

    .cl-process-bottom a{
      width:100%;
    }
  }

  @media (max-width: 520px){
    .cl-process{
      padding:58px 16px 62px;
    }

    .cl-process-content{
      padding:26px 22px;
      border-radius:24px;
    }

    .cl-process-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    .cl-process-visual{
      border-radius:24px;
    }

    .cl-process-placeholder{
      min-height:210px;
      font-size:12px;
    }

    .cl-process-visual-bottom{
      padding:22px;
    }

    .cl-process-visual-bottom h3{
      font-size:23px;
    }

    .cl-process-mini{
      grid-template-columns:1fr;
    }

    .cl-process-step{
      padding:25px 22px 24px;
      border-radius:22px;
    }

    .cl-process-step h3{
      font-size:21px;
    }

    .cl-process-step p{
      font-size:15px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8c676eb */:root {
 --navy:#0d2a52;
 --navy-2:#143d6f;
 --gold:#c7a56b;
 --cream:#f7f3eb;
 --paper:#ffffff;
 --ink:#10233e;
 --muted:#667085;
 --line:#e7dfd3;
}
* {
	box-sizing: border-box
}

.logo-sec.section {
	background: radial-gradient(circle at 10% 15%, rgba(199,165,107,.10), transparent 28%),  radial-gradient(circle at 92% 18%, rgba(13,42,82,.05), transparent 24%),  var(--cream);
	padding: 70px 34px 78px;
	border-top: 1px solid #eee8de;
	border-bottom: 1px solid #eee8de;
}
.logo-sec .wrap {
	max-width: 1180px;
	margin: 0 auto;
}
.logo-sec .eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 12px;
}
.logo-sec h1 {
	margin: 0;
	color: var(--navy);
	font-size: clamp(38px, 5vw, 64px);
	line-height: .98;
	letter-spacing: -.035em;
	max-width: 950px;
	font-weight: 800 !important;
}
.lead {
	margin: 18px 0 36px;
	max-width: 800px;
	font-size: 18px;
	line-height: 1.65;
	color: #2f415a;
}
.grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.card {
	position: relative;
	background: rgba(255,255,255,.96);
	border: 1px solid var(--line);
	border-radius: 18px;
	min-height: 210px;
	padding: 34px 26px 30px;
	box-shadow: 0 14px 34px rgba(22,43,72,.08);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--gold), #e7d3ae);
}
.client-no {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #8a6a37;
}
.name {
	margin-top: 28px;
	color: var(--navy);
	font-size: 27px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -.02em;
}
.category {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--muted);
	font-weight: 650;
}
.proof {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(13,42,82,.10);
	display: flex;
	gap: 12px;
	align-items: center;
	color: #40516a;
	font-size: 14px;
}
.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold);
	flex: 0 0 auto;
}
 @media(max-width:900px) {
.grid {
	grid-template-columns: repeat(2, 1fr)
}
}
 @media(max-width:560px) {
.section {
	padding: 48px 20px 56px
}
.grid {
	grid-template-columns: 1fr
}
.card {
	min-height: 170px
}
.name {
	font-size: 24px
}
.lead {
	font-size: 16px
}
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f6f4f3c */.cl-proof,
  .cl-proof *{
    box-sizing:border-box;
  }

  .cl-proof{
    position:relative;
    overflow:hidden;
    padding:96px 20px 100px;
    background:
      radial-gradient(circle at 14% 16%, rgba(201,154,56,.14), transparent 30%),
      radial-gradient(circle at 90% 18%, rgba(31,95,159,.08), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #fbf7ed 46%, #f5f7fa 100%);
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-proof:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.028) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.38;
    pointer-events:none;
  }

  .cl-proof-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-proof-header{
    max-width:860px;
    margin:0 auto 46px;
    text-align:center;
  }

  .cl-proof-eyebrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0 0 18px;
    padding:9px 15px;
    border:1px solid rgba(201,154,56,.38);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(7,31,63,.06);
  }

  .cl-proof-eyebrow:before,
  .cl-proof-eyebrow:after{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.15);
  }

  .cl-proof-title{
    margin:0;
    color:var(--cl-navy);
    font-size:clamp(34px, 4.1vw, 58px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-proof-copy{
    max-width:790px;
    margin:20px auto 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-proof-logo-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
    margin-bottom:34px;
  }

  .cl-proof-logo-card{
    position:relative;
    overflow:hidden;
    min-height:210px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border:1px solid rgba(7,31,63,.1);
    border-radius:26px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 44px rgba(7,31,63,.08);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-proof-logo-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(7,31,63,.15);
    border-color:rgba(201,154,56,.42);
  }

  .cl-proof-logo-placeholder{
    min-height:134px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
    color:rgba(255,255,255,.9);
    text-align:center;
    font-size:12px;
    line-height:1.35;
    font-weight:900;
    letter-spacing:.075em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.1), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 13px),
      linear-gradient(135deg, var(--cl-navy) 0%, #123f77 100%);
  }

  .cl-proof-logo-body{
    padding:21px 20px 22px;
    background:linear-gradient(180deg, #ffffff 0%, #fbf7ed 100%);
  }

  .cl-proof-logo-body h3{
    margin:0;
    color:var(--cl-navy);
    font-size:20px;
    line-height:1.15;
    letter-spacing:-.025em;
    font-weight:900;
    text-align:center;
  }

  .cl-proof-logo-body p{
    margin:8px 0 0;
    color:#667589;
    font-size:13.5px;
    line-height:1.45;
    font-weight:700;
    text-align:center;
  }

  .cl-proof-cred-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-bottom:38px;
  }

  .cl-proof-cred-card{
    position:relative;
    overflow:hidden;
    min-height:192px;
    padding:28px 26px;
    border:1px solid rgba(7,31,63,.1);
    border-radius:24px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 44px rgba(7,31,63,.08);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-proof-cred-card:hover{
    transform:translateY(-5px);
    box-shadow:0 26px 62px rgba(7,31,63,.14);
    border-color:rgba(201,154,56,.42);
  }

  .cl-proof-cred-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
  }

  .cl-proof-cred-icon{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    border-radius:16px;
    background:linear-gradient(135deg, rgba(7,31,63,.08), rgba(201,154,56,.16));
    color:var(--cl-navy);
    font-size:20px;
    font-weight:900;
  }

  .cl-proof-cred-card h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:21px;
    line-height:1.15;
    letter-spacing:-.025em;
    font-weight:900;
  }

  .cl-proof-cred-card p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  .cl-proof-cta{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr auto;
    gap:28px;
    align-items:center;
    padding:34px;
    border:1px solid rgba(201,154,56,.32);
    border-radius:30px;
    background:
      radial-gradient(circle at 90% 20%, rgba(201,154,56,.16), transparent 34%),
      linear-gradient(135deg, rgba(7,31,63,.97) 0%, rgba(13,49,95,.97) 100%);
    box-shadow:0 24px 70px rgba(7,31,63,.2);
  }

  .cl-proof-cta:before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 1px, transparent 1px 14px);
    pointer-events:none;
  }

  .cl-proof-cta-content,
  .cl-proof-cta-actions{
    position:relative;
    z-index:2;
  }

  .cl-proof-cta h3{
    margin:0 0 10px;
    color:var(--cl-white);
    font-size:clamp(27px, 3vw, 40px);
    line-height:1.06;
    letter-spacing:-.035em;
    font-weight:900;
  }

  .cl-proof-cta p{
    max-width:680px;
    margin:0;
    color:rgba(255,255,255,.84);
    font-size:16px;
    line-height:1.6;
    font-weight:700;
  }

  .cl-proof-cta-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    min-width:260px;
  }

  .cl-proof-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:15px 22px;
    border-radius:999px;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    transition:transform .18s ease, box-shadow .18s ease;
    width:100%;
  }
  

  .cl-proof-btn-primary{
    color:var(--cl-navy) !important;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    box-shadow:0 16px 34px rgba(201,154,56,.3) !important;
  }

  .cl-proof-btn-secondary{
    color:var(--cl-white) !important;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(255,255,255,.1);
    box-shadow:0 16px 34px rgba(7,31,63,.18) !important;
  }

  .cl-proof-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 42px rgba(7,31,63,.28) !important;
  }

  .cl-proof-tollfree{
    margin:2px 0 0;
    color:rgba(255,255,255,.78);
    font-size:14px;
    line-height:1.4;
    font-weight:800;
    text-align:center;
  }

  .cl-proof-tollfree a{
    color:#f7d77e !important;
    text-decoration:none;
    font-weight:900;
  }

  @media (max-width: 1080px){
    .cl-proof-logo-grid{
      grid-template-columns:repeat(2, 1fr);
    }

    .cl-proof-cred-grid{
      grid-template-columns:1fr;
    }

    .cl-proof-cta{
      grid-template-columns:1fr;
    }

    .cl-proof-cta-actions{
      min-width:0;
      width:100%;
    }
  }

  @media (max-width: 720px){
    .cl-proof{
      padding:74px 18px 76px;
    }

    .cl-proof-header{
      margin-bottom:34px;
    }

    .cl-proof-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-proof-logo-grid{
      grid-template-columns:1fr;
      gap:18px;
    }

    .cl-proof-logo-card{
      min-height:auto;
    }

    .cl-proof-cta{
      padding:28px 24px;
      border-radius:26px;
    }

    .cl-proof-btn{
      width:100%;
    }
  }

  @media (max-width: 520px){
    .cl-proof{
      padding:58px 16px 62px;
    }

    .cl-proof-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    .cl-proof-logo-placeholder{
      min-height:122px;
      font-size:11.5px;
    }

    .cl-proof-logo-body{
      padding:20px;
    }

    .cl-proof-cred-card{
      min-height:auto;
      padding:25px 22px 24px;
      border-radius:22px;
    }

    .cl-proof-cred-card h3{
      font-size:20px;
    }

    .cl-proof-cred-card p{
      font-size:15px;
    }

    .cl-proof-cta{
      padding:25px 21px;
      border-radius:24px;
    }

    .cl-proof-cta p{
      font-size:15px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-06ada3e */.cl-why-faq,
  .cl-why-faq *{
    box-sizing:border-box;
  }

  .cl-why-faq{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 14% 12%, rgba(201,154,56,.13), transparent 30%),
      radial-gradient(circle at 88% 20%, rgba(31,95,159,.08), transparent 34%),
      linear-gradient(180deg, #f5f7fa 0%, #fbf7ed 34%, #ffffff 100%);
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-text);
  }

  .cl-why-faq:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(7,31,63,.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,31,63,.028) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.38;
    pointer-events:none;
  }

  .cl-why-wrap,
  .cl-faq-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-why-section{
    padding:96px 20px 86px;
  }

  .cl-why-top{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:42px;
    align-items:stretch;
    margin-bottom:40px;
  }

  .cl-why-intro{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:42px;
    border:1px solid rgba(201,154,56,.24);
    border-radius:30px;
    background:rgba(255,255,255,.82);
    box-shadow:0 22px 58px rgba(7,31,63,.08);
    backdrop-filter:blur(10px);
  }

  .cl-why-eyebrow,
  .cl-faq-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    margin:0 0 18px;
    padding:9px 14px;
    border:1px solid rgba(201,154,56,.38);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(7,31,63,.06);
  }

  .cl-why-eyebrow:before,
  .cl-faq-eyebrow:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.16);
  }

  .cl-why-title,
  .cl-faq-title{
    margin:0;
    color:var(--cl-navy);
    font-size:clamp(34px, 4.1vw, 58px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-why-copy,
  .cl-faq-copy{
    max-width:760px;
    margin:20px 0 0;
    color:#3e4d61;
    font-size:18px;
    line-height:1.72;
  }

  .cl-why-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    margin-top:30px;
  }

  .cl-why-btn,
  .cl-faq-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:16px 24px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:900;
    transition:transform .18s ease, box-shadow .18s ease;
    width:100%;
  }

  .cl-why-btn-primary,
  .cl-faq-btn-primary{
    color:var(--cl-navy) !important;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    box-shadow:0 18px 34px rgba(201,154,56,.28) !important;
  }

  .cl-why-btn-secondary,
  .cl-faq-btn-secondary{
    color:var(--cl-white) !important;
    background:linear-gradient(135deg, var(--cl-navy) 0%, var(--cl-navy-2) 100%) ;
    box-shadow:0 18px 34px rgba(7,31,63,.18) !important;
  }

  .cl-why-btn:hover,
  .cl-faq-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(7,31,63,.22);
  }

  .cl-why-tollfree{
    margin:15px 0 0;
    color:var(--cl-muted);
    font-size:15px;
    line-height:1.5;
    font-weight:700;
  }

  .cl-why-tollfree a{
    color:var(--cl-navy);
    text-decoration:none;
    font-weight:900;
  }

  .cl-why-feature{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    border:1px solid rgba(7,31,63,.1);
    background:linear-gradient(145deg, var(--cl-navy) 0%, #123f77 58%, #ffffff 58%);
    box-shadow:var(--cl-shadow);
  }

  .cl-why-placeholder{
    min-height:276px;
    display:flex;
    align-items:center;
    justify-content:center;
   
    color:rgba(255,255,255,.92);
    text-align:center;
    font-size:14px;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:
      linear-gradient(135deg, rgba(255,255,255,.1), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px);
  }

  .cl-why-feature-content{
    padding:28px;
    background:linear-gradient(180deg, #ffffff 0%, #fbf7ed 100%);
  }

  .cl-why-feature-content h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:27px;
    line-height:1.1;
    letter-spacing:-.03em;
    font-weight:900;
  }

  .cl-why-feature-content p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.65;
  }

  .cl-why-mini{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
  }

  .cl-why-mini span{
    display:flex;
    align-items:center;
    gap:8px;
    padding:11px 12px;
    border:1px solid rgba(201,154,56,.28);
    border-radius:999px;
    background:#fffaf0;
    color:var(--cl-navy);
    font-size:12px;
    line-height:1;
    font-weight:900;
  }

  .cl-why-mini span:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--cl-gold);
  }

  .cl-why-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
  }

  .cl-why-card{
    position:relative;
    overflow:hidden;
    min-height:244px;
    padding:28px 24px 26px;
    border:1px solid rgba(7,31,63,.1);
    border-radius:24px;
    background:rgba(255,255,255,.9);
    box-shadow:0 18px 44px rgba(7,31,63,.08);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .cl-why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(7,31,63,.15);
    border-color:rgba(201,154,56,.42);
  }

  .cl-why-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:5px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
  }

  .cl-why-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    border-radius:17px;
    background:linear-gradient(135deg, rgba(7,31,63,.08), rgba(201,154,56,.16));
    color:var(--cl-navy);
    font-size:20px;
    font-weight:900;
  }

  .cl-why-card h3{
    margin:0 0 10px;
    color:var(--cl-navy);
    font-size:21px;
    line-height:1.15;
    letter-spacing:-.025em;
    font-weight:900;
  }

  .cl-why-card p{
    margin:0;
    color:#536276;
    font-size:15.5px;
    line-height:1.62;
  }

  .cl-faq-section{
    padding:0 20px 100px;
  }

  .cl-faq-panel{
    display:grid;
    grid-template-columns:.88fr 1.12fr;
    gap:42px;
    align-items:start;
    padding:42px;
    border:1px solid rgba(7,31,63,.1);
    border-radius:34px;
    background:rgba(255,255,255,.84);
    box-shadow:0 24px 70px rgba(7,31,63,.1);
    backdrop-filter:blur(10px);
  }

  .cl-faq-side{
    position:sticky;
    top:24px;
  }

  .cl-faq-side-card{
    margin-top:28px;
    padding:26px;
    border-radius:26px;
    border:1px solid rgba(201,154,56,.3);
    background:
      radial-gradient(circle at 88% 16%, rgba(201,154,56,.16), transparent 36%),
      linear-gradient(135deg, rgba(7,31,63,.97) 0%, rgba(13,49,95,.97) 100%);
    box-shadow:0 20px 52px rgba(7,31,63,.18);
  }

  .cl-faq-side-card h3{
    margin:0 0 10px;
    color:var(--cl-white);
    font-size:26px;
    line-height:1.1;
    letter-spacing:-.03em;
    font-weight:900;
  }

  .cl-faq-side-card p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:15.5px;
    line-height:1.6;
    font-weight:700;
  }

  .cl-faq-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:20px;
  }

  .cl-faq-btn-secondary{
    border:1px solid rgba(255,255,255,.26);
    background:rgba(255,255,255,.1);
  }

  .cl-faq-list{
    display:grid;
    gap:15px;
  }

  .cl-faq-item{
    overflow:hidden;
    border:1px solid rgba(7,31,63,.1);
    border-radius:20px;
    background:linear-gradient(180deg, #ffffff 0%, #fbf7ed 100%);
    box-shadow:0 14px 34px rgba(7,31,63,.06);
  }

  .cl-faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:22px 22px;
    color:var(--cl-navy);
    font-size:18px;
    line-height:1.25;
    font-weight:900;
    cursor:pointer;
    list-style:none;
  }

  .cl-faq-question::-webkit-details-marker{
    display:none;
  }

  .cl-faq-question:after{
    content:"+";
    flex:0 0 auto;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(201,154,56,.18);
    color:var(--cl-navy);
    font-size:22px;
    font-weight:900;
    transition:transform .2s ease, background .2s ease;
  }

  .cl-faq-item[open] .cl-faq-question:after{
    content:"−";
    background:rgba(201,154,56,.3);
    transform:rotate(180deg);
  }

  .cl-faq-answer{
    padding:0 22px 22px;
    color:#536276;
    font-size:15.8px;
    line-height:1.66;
  }

  .cl-faq-answer p{
    margin:0;
  }

  .cl-faq-answer a{
    color:var(--cl-navy);
    font-weight:900;
    text-decoration:none;
  }

  @media (max-width: 1080px){
    .cl-why-top,
    .cl-faq-panel{
      grid-template-columns:1fr;
    }

    .cl-why-grid{
      grid-template-columns:repeat(2, 1fr);
    }

    .cl-faq-side{
      position:relative;
      top:auto;
    }
  }

  @media (max-width: 760px){
    .cl-why-section{
      padding:74px 18px 68px;
    }

    .cl-faq-section{
      padding:0 18px 76px;
    }

    .cl-why-intro,
    .cl-faq-panel{
      padding:34px;
    }

    .cl-why-copy,
    .cl-faq-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-why-actions{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }

    .cl-why-btn,
    .cl-faq-btn{
      width:100%;
    }

    .cl-why-grid{
      grid-template-columns:1fr;
      gap:18px;
    }

    .cl-why-card{
      min-height:auto;
    }
  }

  @media (max-width: 520px){
    .cl-why-section{
      padding:58px 16px 58px;
    }

    .cl-faq-section{
      padding:0 16px 62px;
    }

    .cl-why-intro,
    .cl-faq-panel{
      padding:26px 22px;
      border-radius:26px;
    }

    .cl-why-eyebrow,
    .cl-faq-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    .cl-why-feature{
      border-radius:24px;
    }

    .cl-why-placeholder{
      min-height:206px;
      font-size:12px;
    }

    .cl-why-feature-content{
      padding:23px;
    }

    .cl-why-feature-content h3{
      font-size:24px;
    }

    .cl-why-mini{
      grid-template-columns:1fr;
    }

    .cl-why-card{
      padding:25px 22px 24px;
      border-radius:22px;
    }

    .cl-why-card h3{
      font-size:20px;
    }

    .cl-why-card p{
      font-size:15px;
    }

    .cl-faq-side-card{
      padding:23px;
      border-radius:24px;
    }

    .cl-faq-side-card h3{
      font-size:24px;
    }

    .cl-faq-question{
      padding:20px;
      font-size:16.5px;
    }

    .cl-faq-answer{
      padding:0 20px 20px;
      font-size:15px;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-232007f */.cl-final,
  .cl-final *{
    box-sizing:border-box;
  }

  .cl-final{
    position:relative;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--cl-white);
    
  }

  .cl-final-cta{
    position:relative;
    overflow:hidden;
    padding:92px 20px;
    background:
      radial-gradient(circle at 14% 18%, rgba(201,154,56,.2), transparent 30%), radial-gradient(circle at 86% 14%, rgba(31,95,159,.22), transparent 34%), linear-gradient(135deg, #071f3feb 0%, #0d315fc9 100%)
  }

  .cl-final-cta:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.38;
    pointer-events:none;
  }

  .cl-final-wrap{
    position:relative;
    z-index:2;
    width:min(1200px, 100%);
    margin:0 auto;
  }

  .cl-final-cta-card{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr auto;
    gap:34px;
    align-items:center;
    padding:42px;
    border:1px solid rgba(201,154,56,.34);
    border-radius:34px;
    background:
      radial-gradient(circle at 88% 12%, rgba(201,154,56,.18), transparent 34%),
      linear-gradient(135deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.045) 100%);
    box-shadow:0 28px 80px rgba(0,0,0,.24);
    backdrop-filter:blur(10px);
  }

  .cl-final-cta-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:6px;
    background:linear-gradient(90deg, var(--cl-gold), #f4d783);
  }

  .cl-final-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    padding:9px 14px;
    border:1px solid rgba(201,154,56,.38);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#f7d77e;
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .cl-final-eyebrow:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.16);
  }

  .cl-final-title{
    margin:0;
    color:var(--cl-white);
    font-size:clamp(34px, 4vw, 60px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:900;
  }

  .cl-final-copy{
    max-width:760px;
    margin:20px 0 0;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.7;
    font-weight:700;
  }

  .cl-final-actions{
    display:flex;
    flex-direction:column;
    gap:13px;
    min-width:286px;
  }

  .cl-final-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:16px 24px;
    border-radius:999px;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:900;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    width:100%;
  }

  .cl-final-btn-primary{
    color:var(--cl-navy) !important;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    box-shadow:0 18px 36px rgba(201,154,56,.3) !important;
  }

  .cl-final-btn-secondary{
    color:var(--cl-white) !important;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.1);
    box-shadow:0 18px 36px rgba(0,0,0,.18) !important;
  }

  .cl-final-btn-third{
    color:var(--cl-white) !important;
    border:1px solid rgba(201,154,56,.38);
    background:rgba(201,154,56,.14) !important;
  }

  .cl-final-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(0,0,0,.24);
  }

  .cl-final-tollfree{
    margin:2px 0 0;
    color:rgba(255,255,255,.78) ;
    font-size:14px;
    line-height:1.4;
    font-weight:800;
    text-align:center;
  }

  .cl-final-tollfree a{
    color:#f7d77e !important;
    text-decoration:none;
    font-weight:900;
  }

 

  @media (max-width: 1060px){
    .cl-final-cta-card{
      grid-template-columns:1fr;
    }

    .cl-final-actions{
      min-width:0;
      width:100%;
    }

    
  }

  @media (max-width: 720px){
    .cl-final-cta{
      padding:74px 18px;
    }

    
    .cl-final-cta-card{
      padding:32px 26px;
      border-radius:28px;
    }

    .cl-final-copy{
      font-size:16px;
      line-height:1.65;
    }

    .cl-final-btn{
      width:100%;
    }

    
  }

  @media (max-width: 520px){
    .cl-final-cta{
      padding:58px 16px;
    }

    

    .cl-final-cta-card{
      padding:28px 22px;
      border-radius:24px;
    }

    .cl-final-eyebrow{
      font-size:11px;
      letter-spacing:.06em;
      padding:8px 12px;
    }

    
  }/* End custom CSS */