.elementor-1280 .elementor-element.elementor-element-14b8b6e{--display:flex;--gap:0px 1.2px;--row-gap:0px;--column-gap:1.2px;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1280 .elementor-element.elementor-element-14b8b6e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1280 .elementor-element.elementor-element-b9cfbed{width:100%;max-width:100%;}.elementor-1280 .elementor-element.elementor-element-61f7d18{--display:flex;--gap:0px 1.2px;--row-gap:0px;--column-gap:1.2px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1280 .elementor-element.elementor-element-14b8b6e{--width:100%;}}








/* Start custom CSS *//* PREVIEW NAV */





/* HERO */
.ac-hero {
  background:#003594;
  padding:24px 40px 0;
  position:relative;
  overflow:hidden;
}
.ac-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 50% 80% at 10% 50%, rgba(62,154,172,.18) 0%, transparent 60%);
  pointer-events:none;
}
.ac-hero-inner {
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 520px;
  gap:48px;
  align-items:center;
}

/* LEFT */
.ac-hero-copy { padding-bottom:48px; padding-top:4px; }
.ac-hero h1 {
  font-size:40px;
  font-weight:800;
  color:white;
  line-height:1.08;
  margin-bottom:18px;
  letter-spacing:-1px;
}
.ac-hero-sub {
  font-size:15px;
  color:rgba(255,255,255,.7);
  line-height:1.75;
  margin-bottom:32px;
  max-width:440px;
}
.ac-hero-stats {
  display:flex;
  gap:0;
  margin-bottom:32px;
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:24px;
}
.ac-hst {
  flex:1;
  padding-right:24px;
  border-right:1px solid rgba(255,255,255,.1);
  margin-right:24px;
}
.ac-hst:last-child { border-right:none; margin-right:0; padding-right:0; }
.ac-hst-n {
  font-size:26px;
  font-weight:800;
  color:white;
  line-height:1;
  margin-bottom:5px;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .5s, transform .5s;
}
.ac-hst-n.counted { opacity:1; transform:translateY(0); }
.ac-hst-l {
  font-size:12px;
  color:rgba(255,255,255,.55);
  line-height:1.4;
}

/* CTAs */
.ac-hero-btns { display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.ac-btn-post {
  background:#3E9AAC; color:white; padding:13px 28px;
  border-radius:6px; font-weight:700; font-size:14px;
  border:none; cursor:pointer; font-family:'Open Sans',sans-serif;
  transition:all .2s; display:inline-block; text-decoration:none;
}
.ac-btn-post:hover {
  background:#2d8799; transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(62,154,172,.45); color:white;
}
.ac-btn-claim {
  font-size:13px; font-weight:600; color:rgba(255,255,255,.75);
  text-decoration:underline; text-underline-offset:3px;
  cursor:pointer; transition:color .2s; background:none;
  border:none; font-family:'Open Sans',sans-serif;
  display:inline-flex; align-items:center; gap:5px;
  text-decoration-color:rgba(255,255,255,.4);
}
.ac-btn-claim:hover { color:white; text-decoration-color:white; }

/* RIGHT — IMAGE */
.ac-hero-visual {
  position:relative;
  align-self:center;
}
.ac-hero-visual-inner {
  position:relative;
}
.ac-hero-visual-inner img {
  width:100%;
  height:auto;
  display:block;
  filter:drop-shadow(0 16px 48px rgba(0,0,0,.5));
}

/* PULSE LAYER */
.ac-pulse-layer {
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
}
.ac-pulse {
  position:absolute;
  transform:translate(-50%,-50%);
}
.ac-pulse-ring {
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(76,175,80,.5);
  animation:acPulseRing 3s ease-out infinite;
  width:4px; height:4px;
}
.ac-pulse-ring:nth-child(2) { animation-delay:1s; }
.ac-pulse-ring:nth-child(3) { animation-delay:2s; }

@keyframes acPulseRing {
  0%   { width:4px; height:4px; opacity:.9; }
  100% { width:20px; height:20px; opacity:0; }
}

.ac-pulse:nth-child(1)  .ac-pulse-ring                { animation-delay:0s;   }
.ac-pulse:nth-child(1)  .ac-pulse-ring:nth-child(2)   { animation-delay:1s;   }
.ac-pulse:nth-child(1)  .ac-pulse-ring:nth-child(3)   { animation-delay:2s;   }
.ac-pulse:nth-child(2)  .ac-pulse-ring                { animation-delay:.4s;  }
.ac-pulse:nth-child(2)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.4s; }
.ac-pulse:nth-child(2)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.4s; }
.ac-pulse:nth-child(3)  .ac-pulse-ring                { animation-delay:.8s;  }
.ac-pulse:nth-child(3)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.8s; }
.ac-pulse:nth-child(3)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.8s; }
.ac-pulse:nth-child(4)  .ac-pulse-ring                { animation-delay:.2s;  }
.ac-pulse:nth-child(4)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.2s; }
.ac-pulse:nth-child(4)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.2s; }
.ac-pulse:nth-child(5)  .ac-pulse-ring                { animation-delay:.6s;  }
.ac-pulse:nth-child(5)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.6s; }
.ac-pulse:nth-child(5)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.6s; }
.ac-pulse:nth-child(6)  .ac-pulse-ring                { animation-delay:.3s;  }
.ac-pulse:nth-child(6)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.3s; }
.ac-pulse:nth-child(6)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.3s; }
.ac-pulse:nth-child(7)  .ac-pulse-ring                { animation-delay:.7s;  }
.ac-pulse:nth-child(7)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.7s; }
.ac-pulse:nth-child(7)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.7s; }
.ac-pulse:nth-child(8)  .ac-pulse-ring                { animation-delay:.15s; }
.ac-pulse:nth-child(8)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.15s;}
.ac-pulse:nth-child(8)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.15s;}
.ac-pulse:nth-child(9)  .ac-pulse-ring                { animation-delay:.55s; }
.ac-pulse:nth-child(9)  .ac-pulse-ring:nth-child(2)   { animation-delay:1.55s;}
.ac-pulse:nth-child(9)  .ac-pulse-ring:nth-child(3)   { animation-delay:2.55s;}
.ac-pulse:nth-child(10) .ac-pulse-ring                { animation-delay:.9s;  }
.ac-pulse:nth-child(10) .ac-pulse-ring:nth-child(2)   { animation-delay:1.9s; }
.ac-pulse:nth-child(10) .ac-pulse-ring:nth-child(3)   { animation-delay:2.9s; }
/* Phone pulses — center/lower phone screen only, clear of nav bar -->
.ac-pulse:nth-child(11) .ac-pulse-ring                { animation-delay:.35s; }
.ac-pulse:nth-child(11) .ac-pulse-ring:nth-child(2)   { animation-delay:1.35s;}
.ac-pulse:nth-child(11) .ac-pulse-ring:nth-child(3)   { animation-delay:2.35s;}
.ac-pulse:nth-child(12) .ac-pulse-ring                { animation-delay:.75s; }
.ac-pulse:nth-child(12) .ac-pulse-ring:nth-child(2)   { animation-delay:1.75s;}
.ac-pulse:nth-child(12) .ac-pulse-ring:nth-child(3)   { animation-delay:2.75s;}

/* RESPONSIVE */
@media(max-width:960px){
  .ac-hero { padding:40px 20px 0; }
  .ac-hero-inner { grid-template-columns:1fr; }
  .ac-hero-visual { display:none; }
  .ac-hero-copy { padding-bottom:40px; }
  .ac-hero h1 { font-size:30px; }
}

.ac-pricing {
  background: #ffffff;
  padding: 40px 40px;
}
.ac-pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ac-pricing h2 {
  font-size: 22px;
  font-weight: 800;
  color: #003594;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  max-width: 100%;
}
.ac-pricing-sub {
  font-size: 15px;
  color: #5A6A7E;
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 32px;
}

/* CARDS */
.ac-pc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.ac-pc {
  background: #ffffff;
  border: 2px solid #DDE3EC;
  border-radius: 14px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .22s;
}
.ac-pc:hover {
  border-color: #3E9AAC;
  box-shadow: 0 8px 32px rgba(0,53,148,.1);
  transform: translateY(-3px);
}
.ac-pc.ac-featured {
  border-color: #003594;
  box-shadow: 0 8px 28px rgba(0,53,148,.14);
}
.ac-pc-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #003594;
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 10px;
  white-space: nowrap;
}
.ac-pc-tier {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3E9AAC;
  margin-bottom: 8px;
}
.ac-pc-price {
  font-size: 44px;
  font-weight: 900;
  color: #003594;
  line-height: 1;
  margin-bottom: 2px;
}
.ac-pc-price sup {
  font-size: 16px;
  font-weight: 600;
  vertical-align: super;
}
.ac-pc-price sub {
  font-size: 12px;
  font-weight: 500;
  color: #5A6A7E;
}
.ac-pc-price-block {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.ac-pc-price.ac-talk {
  font-size: 44px;
  font-weight: 900;
  color: #003594;
  line-height: 1;
  margin-bottom: 2px;
}
.ac-pc-total {
  font-size: 12px;
  font-weight: 700;
  color: #3E9AAC;
  margin-bottom: 0;
}
.ac-pc-div {
  border: none;
  border-top: 1px solid #DDE3EC;
  margin: 0 0 28px;
}
.ac-pc-desc {
  font-size: 14px;
  color: #1A2B4A;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.5;
}
.ac-pc-feats {
  list-style: none;
  margin-bottom: 20px;
  flex: 1;
  padding: 0;
}
.ac-pc-feats li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  color: #5A6A7E;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: left;
}
.ac-pf-ck {
  color: #2E7D32;
  font-weight: 800;
  flex-shrink: 0;
  font-size: 11px;
  margin-top: 1px;
}
.ac-pc-btn {
  width: 100%;
  padding: 11px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  transition: all .2s;
  margin-top: auto;
}
.ac-pc-btn-navy { background: #003594; color: white; border: 2px solid #003594; }
.ac-pc-btn-navy:hover { background: #00297a; border-color: #00297a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,53,148,.3); }
.ac-pc-btn-outline { background: white; color: #003594; border: 2px solid #003594; }
.ac-pc-btn-outline:hover { background: #003594; color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,53,148,.2); }
.ac-pc-btn-white { background: white; color: #003594; border: 2px solid #DDE3EC; }
.ac-pc-btn-white:hover { border-color: #003594; background: #F4F6F9; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,53,148,.15); }

/* ADD-ON */
.ac-addon {
  border-top: 1px solid #DDE3EC;
  border-bottom: 1px solid #DDE3EC;
  padding: 18px 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  margin-bottom: 24px;
}
.ac-addon-pill {
  background: #EBF4F6;
  color: #3E9AAC;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.ac-addon-info { flex: 1; }
.ac-addon-name {
  font-size: 16px;
  font-weight: 900;
  color: #003594;
  margin-bottom: 3px;
}
.ac-addon-sub {
  font-size: 13px;
  color: #5A6A7E;
  line-height: 1.5;
}
.ac-addon-price {
  font-size: 22px;
  font-weight: 800;
  color: #003594;
  flex-shrink: 0;
}
.ac-addon-link {
  font-size: 13px;
  font-weight: 700;
  color: #003594;
  text-decoration: underline;
  text-underline-offset: 3px;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s;
}
.ac-addon-link:hover { color: #3E9AAC; }
.ac-addon-btn {
  background: white;
  border: 2px solid #DDE3EC;
  color: #003594;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  flex-shrink: 0;
  transition: all .2s;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.ac-addon-btn:hover { border-color: #003594; color: #003594; transform: translateY(-1px); }

/* FREE CLAIM */
.ac-free-line {
  text-align: center;
  font-size: 13px;
  color: #5A6A7E;
}
.ac-free-line a {
  color: #003594;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ac-free-line a:hover { color: #3E9AAC; }

@media(max-width:900px){
  .ac-pricing { padding: 40px 20px; }
  .ac-pc-grid { grid-template-columns: 1fr; }
  .ac-addon { flex-wrap: wrap; }
  .ac-pricing h2 { font-size: 22px; }
}

.ac-testimonial {
  background: #003594;
  padding: 52px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ac-testimonial::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 280px;
  color: rgba(255,255,255,.12);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}
.ac-ts-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ac-ts-quote {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.6;
  margin-bottom: 28px;
  letter-spacing: -0.2px;
}
.ac-ts-divider {
  width: 40px;
  height: 2px;
  background: #3E9AAC;
  margin: 0 auto 20px;
}
.ac-ts-author {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  letter-spacing: 0.5px;
}
.ac-ts-author strong {
  color: white;
}
@media(max-width:900px){
  .ac-testimonial { padding: 44px 20px; }
  .ac-ts-quote { font-size: 18px; }
}

.ac-stats {
  background: #F4F6F9;
  padding: 52px 40px;
}
.ac-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ac-stats h2 {
  font-size: 22px;
  font-weight: 800;
  color: #003594;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  max-width: 100%;
}
.ac-stats-sub {
  font-size: 15px;
  color: #5A6A7E;
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 40px;
}
.ac-stats-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ac-stat-block {
  flex: 1;
  text-align: center;
  padding: 0 48px;
  border-right: 1px solid #DDE3EC;
}
.ac-stat-block:last-child {
  border-right: none;
}
.ac-stat-n {
  font-size: 44px;
  font-weight: 800;
  color: #3E9AAC;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s, transform .5s;
}
.ac-stat-n.ac-hidden {
  opacity: 0;
  transform: translateY(10px);
}
.ac-stat-n.counted {
  opacity: 1;
  transform: translateY(0);
}
.ac-stat-l {
  font-size: 14px;
  color: #5A6A7E;
  line-height: 1.5;
  max-width: 160px;
  margin: 0 auto;
}
@media(max-width:900px){
  .ac-stats { padding: 40px 20px; }
  .ac-stats-row { flex-direction: column; align-items: center; gap: 36px; }
  .ac-stat-block { border-right: none; border-bottom: 1px solid #DDE3EC; padding: 0 0 36px; width: 100%; max-width: 280px; }
  .ac-stat-block:last-child { border-bottom: none; padding-bottom: 0; }
  .ac-stats h2 { font-size: 22px; }
}

.ac-urgency {
  background: #003594;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ac-urgency-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 480px;
  align-items: stretch;
  min-height: 420px;
}
.ac-urgency-copy {
  padding: 52px 52px 52px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ac-urgency-rule {
  width: 40px;
  height: 2px;
  background: #3E9AAC;
  margin-bottom: 16px;
}
.ac-urgency-copy h2 {
  font-size: 22px;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.ac-urgency-sub {
  font-size: 15px;
  color: rgba(255,255,255,.7);
  line-height: 1.75;
  margin-bottom: 32px;
}
.ac-urgency-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ac-ust {
  padding: 12px 0;
}
.ac-ust-n {
  font-size: 32px;
  font-weight: 800;
  color: #3E9AAC;
  line-height: 1;
  margin-bottom: 4px;
}
.ac-ust-l {
  font-size: 13px;
  color: white;
  line-height: 1.5;
}
.ac-ust-source {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  margin-top: 3px;
  font-style: italic;
}
/* PHOTO */
.ac-urgency-photo {
  position: relative;
  overflow: hidden;
}
.ac-urgency-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.ac-urgency-photo-credit {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 11px;
  color: rgba(255,255,255,.7);
  font-style: normal;
  line-height: 1.5;
}
@media(max-width:900px){
  .ac-urgency-inner { grid-template-columns: 1fr; }
  .ac-urgency-photo { height: 280px; }
  .ac-urgency-photo img { mask-image: linear-gradient(to bottom, black 60%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); }
  .ac-urgency-copy { padding: 40px 20px; }
}

.ac-hiw {
  background: #ffffff;
  padding: 52px 40px;
}
.ac-hiw-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ac-hiw h2 {
  font-size: 22px;
  font-weight: 800;
  color: #003594;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 36px;
}
.ac-hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 0;
}
.ac-hiw-step {
  display: flex;
  flex-direction: column;
}
.ac-hiw-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3E9AAC;
  margin-bottom: 10px;
}
.ac-hiw-title {
  font-size: 16px;
  font-weight: 800;
  color: #003594;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ac-hiw-

@media(max-width:900px){
  .ac-hiw { padding: 40px 20px; }
  .ac-hiw-steps { grid-template-columns: 1fr; gap: 28px; }
  .ac-hiw-cta { flex-direction: column; align-items: flex-start; }
}

.ac-final-cta {
  background: #003594;
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ac-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(62,154,172,.15) 0%, transparent 70%);
  pointer-events: none;
}
.ac-final-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ac-final-cta h2 {
  font-size: 28px;
  font-weight: 800;
  color: white;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.ac-final-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  margin-bottom: 32px;
}
.ac-final-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ac-final-btn-primary {
  background: #3E9AAC;
  color: white;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
}
.ac-final-btn-primary:hover {
  background: #2d8799;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(62,154,172,.45);
  color: white;
}
.ac-final-btn-secondary {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,.4);
  cursor: pointer;
  transition: color .2s;
  background: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
.ac-final-btn-secondary:hover {
  color: white;
  text-decoration-color: white;
}
@media(max-width:900px){
  .ac-final-cta { padding: 48px 20px; }
  .ac-final-cta h2 { font-size: 22px; }
}

.ac-faq {
  background: #F4F6F9;
  padding: 52px 40px;
}
.ac-faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ac-faq h2 {
  font-size: 22px;
  font-weight: 800;
  color: #003594;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.ac-faq-sub {
  font-size: 15px;
  color: #5A6A7E;
  line-height: 1.7;
  margin-bottom: 36px;
}
.ac-faq-sub a {
  color: #3E9AAC;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ac-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ac-faq-item {
  border-bottom: 1px solid #DDE3EC;
}
.ac-faq-item:first-child {
  border-top: 1px solid #DDE3EC;
}
.ac-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A2B4A;
  text-align: left;
  gap: 16px;
  transition: color .2s;
}
.ac-faq-q:hover { color: #003594; }
.ac-faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DDE3EC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #003594;
  transition: all .2s;
}
.ac-faq-item.open .ac-faq-icon {
  background: #003594;
  color: white;
}
.ac-faq-a {
  font-size: 14px;
  color: #5A6A7E;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0;
}
.ac-faq-item.open .ac-faq-a {
  max-height: 300px;
  padding-bottom: 18px;
}
@media(max-width:900px){
  .ac-faq { padding: 40px 20px; }
  .ac-faq h2 { font-size: 20px; }
}


/* =====================================================
   FONT CONSISTENCY - Montserrat headings, Open Sans body
   (Turismo not available on this WP instance - using Montserrat)
   ===================================================== */
.ac-hero h1,
.ac-pricing h2,
.ac-testimonial .ac-ts-quote,
.ac-stats h2,
.ac-urgency h2,
.ac-hiw h2,
.ac-final-cta h2,
.ac-faq h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
}
.ac-hero *,
.ac-pricing *,
.ac-testimonial *,
.ac-stats *,
.ac-urgency *,
.ac-hiw *,
.ac-final-cta *,
.ac-faq * {
  font-family: 'Open Sans', sans-serif;
}
.ac-hero h1,
.ac-pricing h2,
.ac-stats h2,
.ac-urgency h2,
.ac-hiw h2,
.ac-final-cta h2,
.ac-faq h2,
.ac-hiw-title,
.ac-pc-tier,
.ac-stat-n,
.ac-ust-n {
  font-family: 'Montserrat', sans-serif !important;
}

/* =====================================================
   WHITE TEXT ON BLUE SECTIONS - ensure all text is white
   ===================================================== */
.ac-hero h1,
.ac-hero .ac-hero-sub,
.ac-hero .ac-hst-n,
.ac-hero .ac-hst-l,
.ac-hero .ac-hero-stats {
  color: #ffffff !important;
}
.ac-testimonial .ac-ts-quote,
.ac-testimonial .ac-ts-author {
  color: #ffffff !important;
}
.ac-final-cta h2,
.ac-final-cta p {
  color: #ffffff !important;
}
.ac-urgency h2,
.ac-urgency p,
.ac-urgency .ac-urgency-copy {
  color: #ffffff !important;
}
.ac-urgency .ac-ust-n,
.ac-urgency .ac-ust-l,
.ac-urgency .ac-ust-source {
  color: inherit !important;
}

/* =====================================================
   PRICING BUTTONS - fix white-on-white for outline/ghost btns
   ===================================================== */
.ac-pc-btn,
.ac-pc-btn-navy,
.ac-pc-btn-outline,
.ac-pc-btn-white {
  display: block !important;
  width: 100% !important;
  padding: 11px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all .2s !important;
  margin-top: auto !important;
  text-decoration: none !important;
}
.ac-pc-btn-navy {
  background: #003594 !important;
  color: #ffffff !important;
  border: 2px solid #003594 !important;
}
.ac-pc-btn-navy:hover,
.ac-pc-btn-navy:focus {
  background: #00297a !important;
  border-color: #00297a !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,53,148,.3) !important;
}
.ac-pc-btn-outline {
  background: white !important;
  color: #003594 !important;
  border: 2px solid #003594 !important;
}
.ac-pc-btn-outline:hover,
.ac-pc-btn-outline:focus {
  background: #003594 !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,53,148,.2) !important;
}
.ac-pc-btn-white {
  background: white !important;
  color: #003594 !important;
  border: 2px solid #DDE3EC !important;
}
.ac-pc-btn-white:hover,
.ac-pc-btn-white:focus {
  border-color: #003594 !important;
  background: #F4F6F9 !important;
  color: #003594 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,53,148,.15) !important;
}

/* =====================================================
   HERO CTA BUTTONS - override purple hover
   ===================================================== */
.ac-hero-btn-primary,
.ac-hero-btns a,
.ac-hero-btns button {
  color: inherit !important;
}
a.ac-hero-btn-primary {
  background: #3E9AAC !important;
  color: white !important;
  border: 1.5px solid rgba(255,255,255,.3) !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
}
a.ac-hero-btn-primary:hover,
a.ac-hero-btn-primary:focus {
  background: #2d7f91 !important;
  color: white !important;
  text-decoration: none !important;
}
a.ac-hero-btn-ghost {
  color: white !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(255,255,255,.4) !important;
  padding-bottom: 2px !important;
}
a.ac-hero-btn-ghost:hover,
a.ac-hero-btn-ghost:focus {
  color: white !important;
  border-bottom-color: white !important;
  text-decoration: none !important;
}

/* =====================================================
   FAQ BUTTON OVERRIDE - no white container, dark blue text
   ===================================================== */
section.ac-faq .ac-faq-q,
.ac-faq .ac-faq-q,
.ac-faq button.ac-faq-q {
  color: #1A2B4A !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 18px 0 !important;
  background: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: 'Open Sans', sans-serif !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  text-align: left !important;
}
.ac-faq .ac-faq-q:hover,
section.ac-faq .ac-faq-q:hover,
section.ac-faq .ac-faq-q:focus,
.ac-faq button.ac-faq-q:hover,
.ac-faq button.ac-faq-q:focus {
  color: #003594 !important;
  border: none !important;
  background: none !important;
}

/* =====================================================
   GLOBAL LINK / HOVER - prevent Elementor purple
   ===================================================== */
.ac-hero a:hover,
.ac-pricing a:hover,
.ac-faq a:hover,
.ac-hiw a:hover,
.ac-stats a:hover {
  color: inherit;
}

/* =====================================================
   HERO BUTTONS - Post Jobs (teal) + Claim Site (ghost white)
   ===================================================== */
.ac-hero .ac-btn-post,
.ac-hero a.ac-btn-post {
  background: #3E9AAC !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255,255,255,.3) !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif !important;
}
.ac-hero .ac-btn-post:hover,
.ac-hero a.ac-btn-post:hover {
  background: #2d7f91 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.ac-hero .ac-btn-claim,
.ac-hero a.ac-btn-claim {
  color: rgba(255,255,255,0.85) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.4) !important;
  padding-bottom: 2px !important;
  font-family: 'Open Sans', sans-serif !important;
  display: inline-block !important;
}
.ac-hero .ac-btn-claim:hover,
.ac-hero a.ac-btn-claim:hover {
  color: #ffffff !important;
  border-bottom-color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
}

/* =====================================================
   HERO STATS - force opacity 1 (counter animation stripped)
   ===================================================== */
.ac-hst-n {
  opacity: 1 !important;
}/* End custom CSS */