.elementor-141 .elementor-element.elementor-element-2bb6414{--display:flex;}.elementor-141 .elementor-element.elementor-element-9f4f899{--display:flex;}.elementor-141 .elementor-element.elementor-element-474b4ad{--display:flex;}.elementor-141 .elementor-element.elementor-element-0c75ed7{--display:flex;}.elementor-141 .elementor-element.elementor-element-8e691be{--display:flex;}.elementor-141 .elementor-element.elementor-element-8ff3423{--display:flex;}.elementor-141 .elementor-element.elementor-element-dd4c958{--display:flex;}.elementor-141 .elementor-element.elementor-element-bf642f5{--display:flex;}body.elementor-page-141:not(.elementor-motion-effects-element-type-background), body.elementor-page-141 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C0C0C;}/* Start custom CSS for html, class: .elementor-element-7fc7bfe *//* =========================================================
   CrisisCrew – FULL CSS (paste into Appearance > Customize > Additional CSS)
   Works with the HTML above + fixes checkbox/radio “pill” issue
   ========================================================= */

/* ===== Page wrapper ===== */
.cc_wrap{
  max-width:1180px;
  margin:0 auto;
  padding:70px 18px;
  color:rgba(255,255,255,.92);
  font-family:inherit;
}

/* ===== HERO ===== */
.cc_hero{
  border-radius:26px;
  padding:42px 38px 34px;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(242,106,33,.22), rgba(0,0,0,0) 60%),
    radial-gradient(900px 520px at 85% 0%, rgba(242,106,33,.12), rgba(0,0,0,0) 62%),
    rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 70px rgba(0,0,0,.55);
  position:relative;
  overflow:hidden;
  margin:0 0 22px;
}

.cc_tag{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
  margin:0 0 16px;
}
.cc_dot{
  width:10px;height:10px;border-radius:50%;
  background:#F26A21;
  box-shadow:0 0 0 3px rgba(242,106,33,.2);
}

.cc_title{
  margin:0 0 14px;
  font-size:60px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff;
}
.cc_title span{color:#F26A21;}

.cc_sub{
  margin:0 0 18px;
  max-width:880px;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.8);
}
.cc_sub strong{color:rgba(255,255,255,.95);font-weight:900;}

/* Pills */
.cc_pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  list-style:none;
  padding:0;
  margin:18px 0 22px;
}
.cc_pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(242,106,33,.35);
  color:rgba(255,255,255,.92);
  font-weight:800;
  font-size:13px;
}
.cc_icon{
  width:22px;height:22px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(242,106,33,.12);
  border:1px solid rgba(242,106,33,.35);
  color:#F26A21;
  font-size:12px;
}

/* Buttons */
.cc_ctas{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 14px;}
.cc_btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.92);
  transition:transform .06s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.cc_btn:hover{
  border-color:rgba(242,106,33,.55);
  box-shadow:0 0 0 3px rgba(242,106,33,.14);
}
.cc_btn:active{transform:translateY(1px);}
.cc_btn_primary{
  background:#F26A21;
  border-color:#F26A21;
  color:#fff;
}
.cc_btn_primary:hover{
  background:#FF7A35;
  border-color:#FF7A35;
  box-shadow:0 0 0 3px rgba(255,122,53,.18);
}

.cc_foot{
  margin:10px 0 0;
  color:rgba(255,255,255,.65);
  font-size:13px;
}

/* ===== FORM CARD ===== */
.cc_formcard{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:22px;
  box-shadow:0 14px 38px rgba(0,0,0,.28);
  color:#fff;
}

.cc_formhint{
  margin:0 0 14px;
  color:rgba(255,255,255,.75);
  font-size:13px;
  line-height:1.6;
}

/* ===== WPForms: force text white (safe) ===== */
.cc_formcard .wpforms-container,
.cc_formcard .wpforms-container *{
  color:#fff !important;
}

/* Required asterisk */
.cc_formcard .wpforms-required-label{color:#F26A21 !important;}

/* Field dividers */
.cc_formcard .wpforms-field{
  padding:18px 0 !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}
.cc_formcard .wpforms-field:last-of-type{border-bottom:none!important;}

/* Labels */
.cc_formcard .wpforms-field-label{
  font-weight:900 !important;
  font-size:14px !important;
  margin-bottom:10px !important;
}

/* Inputs (EXCLUDES checkbox/radio) */
.cc_formcard input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.cc_formcard textarea,
.cc_formcard select{
  background:rgba(0,0,0,.25) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  border-radius:16px !important;
  padding:16px 16px !important;
  font-size:14px !important;
  width:100% !important;
  max-width:520px !important;
  box-sizing:border-box !important;
}

/* Placeholder */
.cc_formcard ::placeholder{color:rgba(255,255,255,.45) !important;}

/* Textarea */
.cc_formcard textarea{min-height:140px !important;resize:vertical !important;}

/* Focus */
.cc_formcard input:focus,
.cc_formcard textarea:focus,
.cc_formcard select:focus{
  outline:none !important;
  border-color:#F26A21 !important;
  box-shadow:0 0 0 3px rgba(242,106,33,.18) !important;
}

/* Select fix (no cut-off like y/g/p) + arrow */
.cc_formcard select{
  height:auto !important;
  min-height:52px !important;
  line-height:normal !important;
  padding:14px 44px 14px 16px !important;

  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;

  background-image:
    linear-gradient(45deg, transparent 50%, #F26A21 50%),
    linear-gradient(135deg, #F26A21 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50% !important;
  background-size:6px 6px, 6px 6px !important;
  background-repeat:no-repeat !important;
}
.cc_formcard select option{
  background:#0f0f0f !important;
  color:#fff !important;
  line-height:1.4 !important;
}

/* ======================================================
   FIX: Checkbox/Radio rows (prevents giant empty pills)
   ====================================================== */

/* Reset checkbox/radio itself */
.cc_formcard input[type="checkbox"],
.cc_formcard input[type="radio"]{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  padding:0 !important;
  width:18px !important;
  height:18px !important;
  max-width:none !important;
  box-shadow:none !important;

  appearance:auto !important;
  -webkit-appearance:auto !important;
  -moz-appearance:auto !important;

  accent-color:#F26A21 !important;
}

/* Choice lists */
.cc_formcard .wpforms-field-checkbox ul,
.cc_formcard .wpforms-field-radio ul{
  margin:10px 0 0 !important;
  padding:0 !important;
}

.cc_formcard .wpforms-field-checkbox ul li,
.cc_formcard .wpforms-field-radio ul li{
  list-style:none !important;
  margin:12px 0 !important;
  padding:0 !important;
}

/* Make the label become the "row" */
.cc_formcard .wpforms-field-checkbox ul li label,
.cc_formcard .wpforms-field-radio ul li label{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;

  width:100% !important;
  max-width:640px !important;
  padding:14px 16px !important;

  background:rgba(0,0,0,.18) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:16px !important;

  font-weight:900 !important;
  font-size:14px !important;
  color:rgba(255,255,255,.92) !important;

  cursor:pointer !important;
}

.cc_formcard .wpforms-field-checkbox ul li label:hover,
.cc_formcard .wpforms-field-radio ul li label:hover{
  border-color:rgba(242,106,33,.55) !important;
  box-shadow:0 0 0 3px rgba(242,106,33,.14) !important;
}

/* WPForms inline label wrapper fix */
.cc_formcard .wpforms-field-label-inline{
  display:inline !important;
  margin:0 !important;
}

/* ===== Submit button ===== */
.cc_formcard button[type="submit"],
.cc_formcard input[type="submit"]{
  background:#F26A21 !important;
  color:#fff !important;
  border:none !important;
  border-radius:16px !important;
  padding:14px 22px !important;
  font-weight:900 !important;
  font-size:14px !important;
  cursor:pointer !important;
  margin-top:10px !important;
}
.cc_formcard button[type="submit"]:hover,
.cc_formcard input[type="submit"]:hover{background:#FF7A35 !important;}

/* ===== Responsive ===== */
@media (max-width:980px){
  .cc_hero{padding:36px 20px 28px;}
  .cc_title{font-size:44px;}
}
@media (max-width:520px){
  .cc_title{font-size:38px;}
  .cc_btn{width:100%;}
  .cc_formcard input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .cc_formcard textarea,
  .cc_formcard select{
    max-width:100% !important;
  }
  .cc_formcard .wpforms-field-checkbox ul li label,
  .cc_formcard .wpforms-field-radio ul li label{
    max-width:100% !important;
  }
}
/* =====================================================
   CrisisCrew – Smaller checkbox / radio pill rows
   ===================================================== */

/* Reduce overall pill height */
.cc_formcard
.wpforms-field-checkbox ul li label,
.cc_formcard
.wpforms-field-radio ul li label{
  padding: 10px 14px !important;   /* was 14px 16px */
  border-radius: 12px !important; /* tighter corners */
  max-width: 560px !important;    /* narrower pills */
  font-size: 13px !important;     /* slightly smaller text */
  font-weight: 800 !important;
}

/* Tighten spacing between rows */
.cc_formcard
.wpforms-field-checkbox ul li,
.cc_formcard
.wpforms-field-radio ul li{
  margin: 8px 0 !important;       /* was 12–14px */
}

/* Make checkbox / radio sit better vertically */
.cc_formcard input[type="checkbox"],
.cc_formcard input[type="radio"]{
  width: 16px !important;
  height: 16px !important;
}

/* Optional: reduce focus glow so it doesn’t look oversized */
.cc_formcard
.wpforms-field-checkbox ul li label:hover,
.cc_formcard
.wpforms-field-radio ul li label:hover{
  box-shadow: 0 0 0 2px rgba(242,106,33,.14) !important;
}
/* =========================================
   CrisisCrew – Reduce pill WIDTH
   ========================================= */

/* Limit pill width */
.cc_formcard
.wpforms-field-checkbox ul li label,
.cc_formcard
.wpforms-field-radio ul li label{
  max-width: 420px !important;   /* 🔧 change this number */
  width: 100% !important;
}

/* Keep them left-aligned (not stretched) */
.cc_formcard
.wpforms-field-checkbox ul,
.cc_formcard
.wpforms-field-radio ul{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-313c85c *//* =====================================================
   CrisisCrew – Sectors We Support (site-safe scoped)
   ===================================================== */

.cc_sectors_wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: rgba(255,255,255,.92);
  font-family: inherit;
}

.cc_sectors_title{
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  margin: 0 0 10px 0;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
}

.cc_sectors_sub{
  margin: 0 0 26px 0;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.65;
  max-width: 95ch;
}

/* Panel */
.cc_sectors_panel{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
  position: relative;
  overflow: hidden;
}

/* Subtle top accent */
.cc_sectors_panel:before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background: rgba(242,106,33,.55);
}

/* Grid */
.cc_sectors_grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Sector card */
.cc_sectors_item{
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.cc_sectors_item:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.06);
  border-color: rgba(242,106,33,.45);
}

/* Responsive */
@media (max-width: 1024px){
  .cc_sectors_grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px){
  .cc_sectors_grid{
    grid-template-columns: 1fr;
  }
  .cc_sectors_panel{
    padding: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-494f812 *//* =====================================================
   CrisisCrew – Models Section (site-safe scoped)
   ===================================================== */

.cc_models_wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: rgba(255,255,255,.92);
  font-family: inherit;
}

.cc_models_title{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: .2px;
}

.cc_models_sub{
  margin: 0 0 26px 0;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.6;
  max-width: 70ch;
}

/* Card */
.cc_models_card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  margin: 0 0 26px 0;
  position: relative;
  overflow: hidden;
}

/* subtle top accent line */
.cc_models_card:before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background: rgba(242,106,33,.55);
}

/* Accent tier */
.cc_models_card_accent{
  border-color: rgba(242,106,33,.30);
  box-shadow: 0 22px 60px rgba(0,0,0,.42);
}
.cc_models_card_accent:after{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(900px 380px at 15% 10%, rgba(242,106,33,.16), rgba(0,0,0,0) 65%);
  pointer-events:none;
}

.cc_models_left{ min-width: 0; position: relative; z-index: 1; }
.cc_models_response{ position: relative; z-index: 1; }

/* Badge */
.cc_models_badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .6px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(242,106,33,.45);
  background: rgba(242,106,33,.10);
  margin-bottom: 14px;
}

/* Headings */
.cc_models_h3{
  margin: 0 0 8px 0;
  font-size: 28px;
  line-height: 1.15;
  color: rgba(255,255,255,.96);
}

.cc_models_bestfor{
  margin: 0 0 16px 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.6;
}

/* List */
.cc_models_list{
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cc_models_list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  line-height: 1.5;
}
.cc_models_dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(242,106,33,.95);
  margin-top: 7px;
  flex: 0 0 8px;
  box-shadow: 0 0 0 3px rgba(242,106,33,.15);
}

/* Actions */
.cc_models_actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.cc_models_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  min-height: 44px;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.cc_models_btn_primary{
  background: #F26A21;
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
}
.cc_models_btn_primary:hover{
  background: #FF7A35;
  transform: translateY(-1px);
}
.cc_models_btn_ghost{
  background: transparent;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.25);
}
.cc_models_btn_ghost:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

/* Right panel */
.cc_models_response{
  align-self: center;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px 22px;
}
.cc_models_response_title{
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,.90);
}
.cc_models_response_body{
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

.cc_models_footnote{
  margin: 8px 0 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 980px){
  .cc_models_card{
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .cc_models_h3{ font-size: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7905b2d *//* =====================================================
   CrisisCrew – Standards Section (site-safe scoped)
   ===================================================== */

.cc_standards_wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: rgba(255,255,255,.92);
  font-family: inherit;
}

.cc_standards_title{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
}

.cc_standards_sub{
  margin: 0 0 26px 0;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.6;
  max-width: 85ch;
}

/* Grid */
.cc_standards_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Cards */
.cc_standards_card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  position: relative;
  overflow: hidden;
}

/* subtle top accent */
.cc_standards_card:before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background: rgba(242,106,33,.55);
}

.cc_standards_head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px 0;
}

.cc_standards_ico{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(242,106,33,.12);
  border: 1px solid rgba(242,106,33,.35);
  flex: 0 0 28px;
}
.cc_standards_ico span{
  font-size: 16px;
  line-height: 1;
  transform: translateY(-.5px);
}

.cc_standards_cardtitle{
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: rgba(255,255,255,.95);
}

/* List */
.cc_standards_list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cc_standards_list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  line-height: 1.55;
}

.cc_standards_dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(242,106,33,.95);
  margin-top: 7px;
  flex: 0 0 8px;
  box-shadow: 0 0 0 3px rgba(242,106,33,.15);
}

/* CTA panel */
.cc_standards_cta{
  margin-top: 18px;
  background:
    radial-gradient(900px 380px at 10% 20%, rgba(242,106,33,.14), rgba(0,0,0,0) 70%),
    rgba(255,255,255,.03);
  border: 1px solid rgba(242,106,33,.28);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.cc_standards_ctatitle{
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255,255,255,.95);
}

.cc_standards_ctatext{
  margin: 0 0 16px 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.6;
  max-width: 90ch;
}

.cc_standards_actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* Buttons (scoped so they don’t clash with other cc buttons) */
.cc_standards_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  min-height: 44px;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.cc_standards_btn_primary{
  background: #F26A21;
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
}
.cc_standards_btn_primary:hover{
  background: #FF7A35;
  transform: translateY(-1px);
}

.cc_standards_btn_ghost{
  background: transparent;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.25);
}
.cc_standards_btn_ghost:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px){
  .cc_standards_grid{ grid-template-columns: 1fr; }
  .cc_standards_card{ padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b8a459 *//* =====================================================
   CrisisCrew – Business CTA Banner (site-safe scoped)
   ===================================================== */

.cc_bizcta_wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  color: rgba(255,255,255,.92);
  font-family: inherit;
}

.cc_bizcta{
  border-radius: 26px;
  padding: 34px 26px;
  background:
    radial-gradient(900px 420px at 12% 18%, rgba(242,106,33,.18), rgba(0,0,0,0) 62%),
    rgba(255,255,255,.03);
  border: 1px solid rgba(242,106,33,.28);
  box-shadow: 0 22px 60px rgba(0,0,0,.48);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cc_bizcta:before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background: rgba(242,106,33,.65);
}

.cc_bizcta_title{
  margin: 0 0 10px 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 900;
  color: rgba(255,255,255,.96);
}

.cc_bizcta_text{
  margin: 0 auto 18px auto;
  max-width: 85ch;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.7;
}

.cc_bizcta_actions{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 10px 0;
}

/* Buttons are scoped so they won’t clash with other site buttons */
.cc_bizcta_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  min-height: 46px;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.cc_bizcta_btn_primary{
  background: #F26A21;
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
}
.cc_bizcta_btn_primary:hover{
  background: #FF7A35;
  transform: translateY(-1px);
}

.cc_bizcta_btn_ghost{
  background: transparent;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.25);
}
.cc_bizcta_btn_ghost:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.cc_bizcta_note{
  margin: 10px 0 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}

.cc_bizcta_note a{
  color: rgba(255,255,255,.86);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cc_bizcta_note a:hover{ color: #fff; }

/* Responsive */
@media (max-width: 980px){
  .cc_bizcta{ padding: 28px 20px; }
  .cc_bizcta_text{ font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS */:root{
  --cc-orange:#F26A21;
  --cc-panel:rgba(255,255,255,.035);
  --cc-panel2:rgba(255,255,255,.03);
  --cc-border:rgba(255,255,255,.12);
  --cc-text:rgba(255,255,255,.92);
  --cc-muted:rgba(255,255,255,.78);
  --cc-shadow:0 18px 48px rgba(0,0,0,.35);
  --cc-radius:22px;
  --cc-max:1280px;
}

.cc-wrap{max-width:var(--cc-max);margin:0 auto;padding:70px 20px;color:var(--cc-text);}

.cc-section{
  margin-top:22px;border-radius:var(--cc-radius);
  padding:34px 30px 28px;background:var(--cc-panel2);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.cc-section h2{margin:0 0 12px;font-size:26px;font-weight:950;letter-spacing:-.01em;}
.cc-section p{margin:0 0 16px;color:var(--cc-muted);line-height:1.75;max-width:980px;}

.cc-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px;}

.cc-card{
  position:relative;border-radius:20px;padding:22px 22px 18px;
  background:var(--cc-panel);border:1px solid rgba(255,255,255,.10);
}
.cc-card:before{
  content:"";position:absolute;left:18px;right:18px;top:16px;height:2px;border-radius:999px;
  background:linear-gradient(90deg,var(--cc-orange), rgba(242,106,33,0));opacity:.9;
}
.cc-card h3{margin:12px 0 10px;font-size:18px;font-weight:950;}
.cc-card ul{margin:0;padding-left:18px;color:rgba(255,255,255,.86);line-height:1.8;}
.cc-card li{margin:7px 0;}

.cc-btn{
  display:inline-flex;justify-content:center;align-items:center;
  padding:12px 16px;border-radius:14px;font-weight:950;text-decoration:none;
  transition:transform .08s ease, opacity .2s ease;white-space:nowrap;
}
.cc-btn.primary{
  background:linear-gradient(135deg,#FF7A2F,var(--cc-orange));color:#111;
  box-shadow:0 12px 28px rgba(242,106,33,.28);
}
.cc-btn.secondary{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.92);
}
.cc-btn:hover{opacity:.95;transform:translateY(-1px);}

@media (max-width:980px){
  .cc-wrap{padding:56px 16px;}
  .cc-section{padding:26px 18px 22px;}
  .cc-grid2{grid-template-columns:1fr;}
}/* End custom CSS */