
/* CreditRepairGenius Pricing Page */
:root{
  --crg-ink:#0b1438;
  --crg-muted:#596580;
  --crg-purple:#7b35ff;
  --crg-blue:#216bff;
  --crg-navy:#11245b;
  --crg-green:#00b67a;
  --crg-line:#e6ebf5;
  --crg-soft:#f6f8ff;
}
.crg-pricing-page{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--crg-ink);overflow:hidden;background:linear-gradient(180deg,#fbfcff 0%,#eef2ff 48%,#fff 100%)}
.crg-pricing-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.crg-pricing-hero{padding:78px 0 54px;position:relative}
.crg-pricing-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:44px;align-items:center}
.crg-pill{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:999px;background:rgba(123,53,255,.09);color:#634fff;font-size:14px;letter-spacing:.02em;font-weight:950;margin-bottom:22px}
.crg-pill:before{content:"✦";font-size:13px}
.crg-pricing-hero h1{margin:0 0 18px;font-size:clamp(44px,5.5vw,78px);line-height:1.03;letter-spacing:-.055em;font-weight:950;max-width:720px}
.crg-pricing-hero h1 span{color:#5d54ff}
.crg-pricing-hero h1 .crg-price-highlight{display:block;color:#7b35ff !important;background:linear-gradient(135deg,#7b35ff,#216bff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.crg-pricing-sub{margin:0 0 26px;max-width:650px;color:var(--crg-muted);font-size:20px;line-height:1.6;font-weight:500}
.crg-pricing-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin:26px 0 20px}
.crg-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 24px;border-radius:13px;font-weight:900;font-size:16px;border:1px solid transparent;text-decoration:none;white-space:nowrap}
.crg-btn-primary{color:#fff;background:linear-gradient(135deg,var(--crg-purple),var(--crg-blue));box-shadow:0 14px 28px rgba(72,84,255,.24)}
.crg-btn-outline{color:#5338ff;background:#fff;border-color:#8c7cff}
.crg-mini-trust{display:flex;gap:13px;align-items:center;color:#69738b;font-size:15px;flex-wrap:wrap}
.crg-mini-trust span strong{color:#0b1438 !important;font-weight:950 !important}
.crg-mini-trust span:before{content:"•";margin-right:10px;color:#9aa5bd}.crg-mini-trust span:first-child:before{content:""}
.crg-pricing-hero-img{width:100%;filter:drop-shadow(0 24px 50px rgba(43,55,130,.16))}
.crg-pricing-card-section{padding:34px 0 68px}
.crg-single-price-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--crg-line);border-radius:34px;box-shadow:0 24px 70px rgba(32,52,115,.12);overflow:hidden;position:relative}
.crg-popular{background:linear-gradient(135deg,var(--crg-purple),var(--crg-blue));color:#fff;text-align:center;font-weight:950;padding:14px 20px;letter-spacing:.08em;text-transform:uppercase;font-size:13px}
.crg-price-inner{padding:42px}
.crg-price-top{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:28px}
.crg-price-top h2{font-size:34px;line-height:1.08;margin:0 0 8px;letter-spacing:-.03em}
.crg-price-top p{margin:0;color:var(--crg-muted);font-size:17px;line-height:1.5}
.crg-price{font-size:72px;font-weight:950;letter-spacing:-.06em;line-height:.9;color:var(--crg-ink);white-space:nowrap}
.crg-price small{font-size:20px;letter-spacing:0;color:var(--crg-muted);font-weight:800}
.crg-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;margin:28px 0 32px;padding:0;list-style:none}
.crg-feature-list li{display:flex;align-items:flex-start;gap:11px;color:#263353;font-size:16px;line-height:1.45;font-weight:700}
.crg-check{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#eafff4;color:var(--crg-green);display:grid;place-items:center;font-weight:950;font-size:15px}
.crg-price-cta{display:grid;gap:12px}
.crg-price-cta .crg-btn{width:100%}
.crg-price-note{text-align:center;color:#6c7890;font-size:13px;line-height:1.5;margin:0}
.crg-trust-row{padding:0 0 72px}
.crg-trust-box{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
.crg-trust-tile{background:#fff;border:1px solid var(--crg-line);border-radius:22px;padding:24px;box-shadow:0 12px 32px rgba(32,52,115,.08)}
.crg-trust-tile strong{display:block;font-size:19px;margin-bottom:8px}
.crg-trust-tile p{margin:0;color:var(--crg-muted);line-height:1.55}
.crg-process{background:#fff;padding:70px 0}
.crg-section-head{text-align:center;max-width:850px;margin:0 auto 34px}
.crg-eyebrow{color:#4f5dff;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px}
.crg-section-head h2{margin:0 0 10px;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.05em;font-weight:950}
.crg-section-head h2 span{color:#633fff}
.crg-section-head p{margin:0;color:var(--crg-muted);font-size:18px;line-height:1.55}
.crg-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.crg-step{background:#f7f9ff;border:1px solid var(--crg-line);border-radius:22px;padding:24px}
.crg-step-num{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--crg-purple),var(--crg-blue));color:#fff;display:grid;place-items:center;font-weight:950;margin-bottom:16px}
.crg-step h3{margin:0 0 10px;font-size:20px}
.crg-step p{margin:0;color:var(--crg-muted);line-height:1.52;font-size:15px}
.crg-faq{padding:70px 0;background:#f7f9ff}
.crg-faq-grid{max-width:900px;margin:0 auto;display:grid;gap:14px}
.crg-faq-item{background:#fff;border:1px solid var(--crg-line);border-radius:18px;padding:22px 24px}
.crg-faq-item h3{margin:0 0 8px;font-size:19px}
.crg-faq-item p{margin:0;color:var(--crg-muted);line-height:1.55}
.crg-final-cta{padding:70px 0;background:linear-gradient(135deg,#11245b,#5634d9);color:#fff;text-align:center}
.crg-final-cta h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}
.crg-final-cta p{color:#d9e2ff;max-width:740px;margin:0 auto 24px;font-size:18px;line-height:1.55}
.crg-compliance-note{font-size:12.5px;color:#6f7890;line-height:1.6;margin-top:22px;text-align:center}

.crg-cta-subtext{text-align:center;margin:-2px 0 0;color:#0b1438;font-weight:900;font-size:15px}
.crg-next-steps{padding:70px 0;background:#fff}
.crg-next-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.crg-next-card{background:#f7f9ff;border:1px solid var(--crg-line);border-radius:22px;padding:24px;box-shadow:0 12px 32px rgba(32,52,115,.06)}
.crg-next-card strong{display:block;font-size:20px;margin-bottom:9px;color:#0b1438;font-weight:950}
.crg-next-card p{margin:0;color:var(--crg-muted);line-height:1.55;font-size:15px}
.crg-final-subnote{display:none !important}
@media(max-width:920px){
  .crg-pricing-hero-grid{grid-template-columns:1fr;text-align:center}
  .crg-pricing-sub,.crg-pricing-hero h1{margin-left:auto;margin-right:auto}
  .crg-pricing-actions,.crg-mini-trust{justify-content:center}
  .crg-pricing-hero-img{max-width:560px;margin:0 auto}
  .crg-price-top{flex-direction:column;text-align:center;align-items:center}
  .crg-feature-list{grid-template-columns:1fr}
  .crg-trust-box,.crg-steps,.crg-next-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .crg-pricing-container{width:min(100% - 26px,1180px)}
  .crg-pricing-hero{padding:48px 0 34px}
  .crg-pricing-hero h1{font-size:39px}
  .crg-pricing-sub{font-size:17px}
  .crg-price-inner{padding:28px 20px}
  .crg-price{font-size:58px}
  .crg-trust-box,.crg-steps,.crg-next-grid{grid-template-columns:1fr}
}

@media (max-width: 768px) {
  .score-card {
    flex-direction: column !important;
    padding: 6px !important;
    max-width: 180px !important;
    margin: 0 auto !important;
  }

  .chart-container {
    height: 55px !important;
    width: 100% !important;
  }

  .score-card h1,
  .score-card .score {
    font-size: 22px !important;
  }

  .score-card .label {
    font-size: 11px !important;
  }

  .chart-container svg path {
    stroke-width: 2.5 !important;
  }
}

@media (max-width: 768px) {
  .score-card {
    flex-direction: column !important;
    padding: 4px !important;
    max-width: 140px !important;
    margin: 0 auto !important;
    transform: scale(0.9);
    transform-origin: center;
  }

  .chart-container {
    height: 45px !important;
    width: 100% !important;
  }

  .score-card h1,
  .score-card .score {
    font-size: 20px !important;
  }

  .score-card .label {
    font-size: 10px !important;
  }

  .chart-container svg path {
    stroke-width: 2.2 !important;
  }
}

/* MOBILE FIX: prevent pricing hero first section from cutting off to the right */
@media (max-width: 760px){
  html, body{
    overflow-x:hidden !important;
  }

  .crg-pricing-page,
  .crg-pricing-hero,
  .crg-pricing-container,
  .crg-pricing-hero-grid{
    max-width:100% !important;
    width:100% !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
  }

  .crg-pricing-container{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .crg-pricing-hero-grid{
    display:block !important;
  }

  .crg-pricing-hero h1,
  .crg-pricing-sub{
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }

  .crg-pricing-actions{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:14px !important;
  }

  .crg-pricing-actions .crg-btn{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .crg-mini-trust{
    max-width:100% !important;
    width:100% !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    white-space:normal !important;
  }

  .crg-pricing-hero-img{
    max-width:100% !important;
    height:auto !important;
  }
}

/* Clean guarantee box: live HTML + SVG icon for sharp, non-pixelated display */
.crg-guarantee-box{
  margin-top:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  width:100%!important;
  max-width:610px!important;
  padding:20px 24px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7f4ff 100%)!important;
  border:1px solid rgba(112,79,255,.28)!important;
  box-shadow:0 16px 34px rgba(60,48,140,.14)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.crg-guarantee-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#6b4dff 0%,#5546f6 100%)!important;
  box-shadow:0 10px 22px rgba(86,70,246,.28)!important;
}
.crg-guarantee-icon img{
  width:34px!important;
  height:34px!important;
  display:block!important;
}
.crg-guarantee-content{
  flex:1 1 auto!important;
  min-width:0!important;
}
.crg-guarantee-top{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-bottom:6px!important;
}
.crg-guarantee-top h3{
  margin:0!important;
  color:#070d36!important;
  font-size:21px!important;
  line-height:1.16!important;
  letter-spacing:-.02em!important;
  font-weight:900!important;
}
.crg-risk-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  background:rgba(99,77,255,.12)!important;
  color:#614bff!important;
  text-transform:uppercase!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.06em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.crg-guarantee-content p{
  margin:0!important;
  color:#26345f!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:700!important;
  max-width:520px!important;
}
@media(max-width:920px){
  .crg-guarantee-box{margin-left:auto!important;margin-right:auto!important;}
}
@media(max-width:560px){
  .crg-guarantee-box{align-items:flex-start!important;gap:14px!important;padding:18px!important;border-radius:18px!important;}
  .crg-guarantee-icon{width:48px!important;height:48px!important;min-width:48px!important;border-radius:15px!important;}
  .crg-guarantee-icon img{width:28px!important;height:28px!important;}
  .crg-guarantee-top h3{font-size:18px!important;}
  .crg-guarantee-content p{font-size:14px!important;}
}

/* FINAL MOBILE STABILIZATION — keeps desktop shell intact and fixes pricing hero/guarantee on phones */
@media (max-width: 760px){
  html, body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .crg-pricing-page{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .crg-pricing-container{
    width:100% !important;
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
    box-sizing:border-box !important;
  }

  .crg-pricing-hero{
    padding:38px 0 30px !important;
  }

  .crg-pricing-hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:26px !important;
    text-align:center !important;
    width:100% !important;
    max-width:100% !important;
  }

  .crg-pill{
    font-size:12px !important;
    padding:10px 14px !important;
    margin-bottom:18px !important;
  }

  .crg-pricing-hero h1{
    width:100% !important;
    max-width:100% !important;
    font-size:34px !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow-wrap:break-word !important;
  }

  .crg-pricing-sub{
    width:100% !important;
    max-width:100% !important;
    font-size:16px !important;
    line-height:1.55 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow-wrap:break-word !important;
  }

  .crg-pricing-actions{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin:22px 0 18px !important;
  }

  .crg-pricing-actions .crg-btn,
  .crg-price-cta .crg-btn,
  .crg-final-cta .crg-btn{
    width:100% !important;
    max-width:100% !important;
    min-height:52px !important;
    white-space:normal !important;
    text-align:center !important;
    padding-left:14px !important;
    padding-right:14px !important;
    box-sizing:border-box !important;
  }

  .crg-mini-trust{
    display:flex !important;
    justify-content:center !important;
    gap:8px 12px !important;
    width:100% !important;
    max-width:100% !important;
    font-size:14px !important;
    line-height:1.35 !important;
  }

  .crg-mini-trust span:before{
    margin-right:7px !important;
  }

  .crg-guarantee-box{
    width:100% !important;
    max-width:100% !important;
    margin:18px auto 0 !important;
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    align-items:start !important;
    gap:12px !important;
    padding:16px !important;
    border-radius:18px !important;
    text-align:left !important;
    box-shadow:0 12px 26px rgba(60,48,140,.12) !important;
    overflow:hidden !important;
  }

  .crg-guarantee-icon{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    border-radius:14px !important;
  }

  .crg-guarantee-icon img{
    width:26px !important;
    height:26px !important;
  }

  .crg-guarantee-content{
    min-width:0 !important;
    width:100% !important;
  }

  .crg-guarantee-top{
    display:block !important;
    margin-bottom:6px !important;
  }

  .crg-guarantee-top h3{
    font-size:17px !important;
    line-height:1.18 !important;
    letter-spacing:-.015em !important;
    margin:0 0 8px !important;
    max-width:100% !important;
  }

  .crg-risk-badge{
    display:inline-flex !important;
    font-size:10px !important;
    padding:5px 9px !important;
    line-height:1 !important;
  }

  .crg-guarantee-content p{
    font-size:13.5px !important;
    line-height:1.45 !important;
    max-width:100% !important;
    margin:0 !important;
  }

  .crg-pricing-hero-img{
    width:100% !important;
    max-width:360px !important;
    height:auto !important;
    margin:0 auto !important;
    display:block !important;
  }

  .crg-single-price-card{
    width:100% !important;
    max-width:100% !important;
    border-radius:24px !important;
  }

  .crg-price-inner{
    padding:28px 18px !important;
  }

  .crg-price-top h2{
    font-size:28px !important;
  }

  .crg-feature-list{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .crg-trust-box,
  .crg-steps,
  .crg-next-grid{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 390px){
  .crg-pricing-container{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .crg-pricing-hero h1{
    font-size:31px !important;
  }

  .crg-guarantee-box{
    grid-template-columns:42px minmax(0,1fr) !important;
    padding:14px !important;
    gap:10px !important;
  }

  .crg-guarantee-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
  }

  .crg-guarantee-top h3{
    font-size:16px !important;
  }

  .crg-guarantee-content p{
    font-size:13px !important;
  }
}

/* FINAL GUARANTEE SIZING ONLY — smaller desktop + safer mobile */
.crg-guarantee-box{
  max-width:560px!important;
  padding:16px 18px!important;
  gap:14px!important;
  border-radius:14px!important;
  margin:20px auto!important;
  box-sizing:border-box!important;
}
.crg-guarantee-icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
}
.crg-guarantee-icon img{
  width:22px!important;
  height:22px!important;
}
.crg-guarantee-top h3{
  font-size:17px!important;
  line-height:1.18!important;
}
.crg-guarantee-content p{
  font-size:14px!important;
  line-height:1.4!important;
}
.crg-risk-badge{
  font-size:10px!important;
  padding:3px 8px!important;
}
@media(max-width:640px){
  .crg-guarantee-box{
    width:100%!important;
    max-width:100%!important;
    padding:14px!important;
    gap:10px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
  .crg-guarantee-icon{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
  }
  .crg-guarantee-icon img{
    width:18px!important;
    height:18px!important;
  }
  .crg-guarantee-top{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin-bottom:6px!important;
  }
  .crg-guarantee-top h3{
    font-size:15px!important;
    margin:0!important;
  }
  .crg-guarantee-content p{
    font-size:13px!important;
  }
}

/* REAL FINAL GUARANTEE FIX — compact card that does not distort on mobile */
.crg-guarantee-box{
  width:100% !important;
  max-width:440px !important;
  margin:16px auto 0 !important;
  display:grid !important;
  grid-template-columns:34px minmax(0,1fr) !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7f4ff 100%) !important;
  border:1px solid rgba(112,79,255,.22) !important;
  box-shadow:0 8px 18px rgba(60,48,140,.10) !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  text-align:left !important;
}
.crg-guarantee-icon{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border-radius:10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#6b4dff 0%,#5546f6 100%) !important;
  box-shadow:0 6px 14px rgba(86,70,246,.20) !important;
}
.crg-guarantee-icon img{
  width:20px !important;
  height:20px !important;
  display:block !important;
}
.crg-guarantee-content{
  width:100% !important;
  min-width:0 !important;
}
.crg-guarantee-top{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  margin:0 0 3px !important;
}
.crg-guarantee-top h3{
  margin:0 !important;
  color:#070d36 !important;
  font-size:15px !important;
  line-height:1.12 !important;
  letter-spacing:-.01em !important;
  font-weight:900 !important;
  white-space:normal !important;
}
.crg-risk-badge{
  flex:0 0 auto !important;
  font-size:9px !important;
  line-height:1 !important;
  padding:4px 7px !important;
  border-radius:999px !important;
  background:rgba(99,77,255,.12) !important;
  color:#614bff !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
.crg-guarantee-content p{
  margin:0 !important;
  color:#26345f !important;
  font-size:12.5px !important;
  line-height:1.32 !important;
  font-weight:700 !important;
  max-width:none !important;
}
@media (max-width:760px){
  .crg-guarantee-box{
    max-width:360px !important;
    grid-template-columns:30px minmax(0,1fr) !important;
    gap:9px !important;
    padding:11px 12px !important;
    border-radius:13px !important;
    margin:14px auto 0 !important;
  }
  .crg-guarantee-icon{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    border-radius:9px !important;
  }
  .crg-guarantee-icon img{
    width:17px !important;
    height:17px !important;
  }
  .crg-guarantee-top{
    display:block !important;
    margin-bottom:3px !important;
  }
  .crg-guarantee-top h3{
    font-size:14px !important;
    line-height:1.12 !important;
    margin:0 !important;
  }
  .crg-risk-badge{
    display:none !important;
  }
  .crg-guarantee-content p{
    font-size:12px !important;
    line-height:1.3 !important;
  }
}
@media (max-width:390px){
  .crg-guarantee-box{
    max-width:320px !important;
    grid-template-columns:28px minmax(0,1fr) !important;
    gap:8px !important;
    padding:10px !important;
  }
  .crg-guarantee-icon{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
  }
  .crg-guarantee-icon img{
    width:16px !important;
    height:16px !important;
  }
  .crg-guarantee-top h3{
    font-size:13.25px !important;
  }
  .crg-guarantee-content p{
    font-size:11.5px !important;
  }
}

/* FINAL GUARANTEE ALIGNMENT FIX - 2026-04-30
   Keeps the purple shield icon, aligns the box with the No setup fee line on desktop,
   and preserves compact mobile sizing. */
.crg-guarantee-box{
  width: min(440px, 100%) !important;
  max-width: 440px !important;
  margin: 16px 0 0 0 !important;
  padding: 12px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
}
.crg-guarantee-icon{
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  flex: 0 0 36px !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
}
.crg-guarantee-icon img{
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}
.crg-guarantee-top{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}
.crg-guarantee-top h3{
  font-size: 15px !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
.crg-risk-badge{
  font-size: 9px !important;
  line-height: 1 !important;
  padding: 4px 7px !important;
  white-space: nowrap !important;
}
.crg-guarantee-content p{
  font-size: 12px !important;
  line-height: 1.28 !important;
  margin: 3px 0 0 0 !important;
}

@media (max-width: 920px){
  .crg-guarantee-box{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 600px){
  .crg-guarantee-box{
    width: 100% !important;
    max-width: 340px !important;
    padding: 11px 12px !important;
    gap: 9px !important;
    margin-top: 14px !important;
  }
  .crg-guarantee-icon{
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    flex-basis: 32px !important;
  }
  .crg-guarantee-icon img{
    width: 20px !important;
    height: 20px !important;
  }
  .crg-guarantee-top{
    flex-wrap: wrap !important;
    gap: 5px !important;
  }
  .crg-guarantee-top h3{
    font-size: 13px !important;
    white-space: normal !important;
  }
  .crg-risk-badge{
    font-size: 8px !important;
    padding: 3px 6px !important;
  }
  .crg-guarantee-content p{
    font-size: 11px !important;
    line-height: 1.25 !important;
  }
}


/* MOBILE GUARANTEE CARD FIX - shield now stays LEFT of the 30-Day headline */
.crg-guarantee-box{
  text-align:left !important;
}
.crg-guarantee-content{
  width:100% !important;
  min-width:0 !important;
}
.crg-guarantee-top{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  gap:10px !important;
}
.crg-guarantee-icon{
  flex:0 0 40px !important;
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
}
.crg-guarantee-top h3{
  margin:0 !important;
  text-align:left !important;
}
@media (max-width:760px){
  .crg-guarantee-box{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 0 0 !important;
    padding:20px 22px !important;
    text-align:left !important;
  }
  .crg-guarantee-top{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    margin:0 0 8px 0 !important;
    text-align:left !important;
  }
  .crg-guarantee-icon{
    position:static !important;
    flex:0 0 48px !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    margin:0 !important;
    align-self:center !important;
  }
  .crg-guarantee-icon img{
    width:28px !important;
    height:28px !important;
    display:block !important;
  }
  .crg-guarantee-top h3{
    font-size:22px !important;
    line-height:1.12 !important;
    margin:0 !important;
    white-space:normal !important;
    text-align:left !important;
  }
  .crg-risk-badge{
    display:none !important;
  }
  .crg-guarantee-content p{
    margin:0 !important;
    font-size:16px !important;
    line-height:1.28 !important;
    text-align:left !important;
  }
}


/* ==========================================================
   CRG FINAL MOBILE BOX FIXES - 2026-04-30
   1) Guarantee shield forced inline left of headline on mobile
   2) AI Credit Plan image enlarged on mobile
   ========================================================== */

.crg-guarantee-box,
.crg-guarantee-box *{
  box-sizing:border-box !important;
}

.crg-guarantee-box{
  text-align:left !important;
}

.crg-guarantee-content{
  width:100% !important;
  min-width:0 !important;
  text-align:left !important;
}

.crg-guarantee-top{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  width:100% !important;
  text-align:left !important;
}

.crg-guarantee-icon{
  position:static !important;
  float:none !important;
  flex:0 0 42px !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:center !important;
}

.crg-guarantee-icon img{
  width:25px !important;
  height:25px !important;
  display:block !important;
}

.crg-guarantee-top h3{
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  flex:1 1 auto !important;
  min-width:0 !important;
}

.crg-guarantee-content p{
  text-align:left !important;
}

@media (max-width:760px){
  .crg-guarantee-box{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 0 0 !important;
    padding:18px 20px !important;
    border-radius:18px !important;
    text-align:left !important;
  }

  .crg-guarantee-top{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    margin:0 0 8px 0 !important;
  }

  .crg-guarantee-icon{
    flex:0 0 40px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
  }

  .crg-guarantee-icon img{
    width:24px !important;
    height:24px !important;
  }

  .crg-guarantee-top h3{
    font-size:17px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }

  .crg-risk-badge{
    display:none !important;
  }

  .crg-guarantee-content p{
    margin:0 !important;
    font-size:14px !important;
    line-height:1.25 !important;
  }

  .crg-pricing-hero-grid > div:nth-child(2){
    overflow:visible !important;
  }

  .crg-pricing-hero-img{
    width:116% !important;
    max-width:none !important;
    height:auto !important;
    margin-left:-8% !important;
    margin-right:-8% !important;
    display:block !important;
  }
}

@media (max-width:420px){
  .crg-pricing-hero-img{
    width:122% !important;
    margin-left:-11% !important;
    margin-right:-11% !important;
  }
}


/* Added icons for the three pricing trust blocks */
.crg-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 14px;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.25);
}


/* === FINAL PRICING FAQ ACCORDION FIX - MATCH FAQ PAGE === */
.crg-pricing-page .crg-faq{
  padding:70px 0!important;
  background:#f7f9ff!important;
}
.crg-pricing-page .crg-faq-grid{
  max-width:980px!important;
  margin:0 auto!important;
  display:grid!important;
  gap:16px!important;
}
.crg-pricing-page .crg-faq-item{
  background:#fff!important;
  border:1px solid var(--crg-line)!important;
  border-radius:22px!important;
  padding:0!important;
  box-shadow:0 12px 32px rgba(32,52,115,.08)!important;
  overflow:hidden!important;
}
.crg-pricing-page .crg-faq-question{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  width:100%!important;
  text-align:left!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  padding:24px 26px!important;
  margin:0!important;
  color:#0b1438!important;
  font-size:20px!important;
  font-weight:950!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  line-height:1.25!important;
  cursor:pointer!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.crg-pricing-page .crg-faq-question span{
  flex:1!important;
  display:block!important;
}
.crg-pricing-page .crg-faq-plus{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,var(--crg-purple),var(--crg-blue))!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1!important;
  margin:0!important;
}
.crg-pricing-page .crg-faq-answer{
  display:none!important;
  padding:0 26px 24px!important;
  margin:0!important;
  color:var(--crg-muted)!important;
  font-size:16.5px!important;
  line-height:1.62!important;
  text-align:left!important;
}
.crg-pricing-page .crg-faq-item.open .crg-faq-answer{
  display:block!important;
}
.crg-pricing-page .crg-faq-item.open .crg-faq-plus{
  transform:rotate(45deg)!important;
}
@media(max-width:600px){
  .crg-pricing-page .crg-faq{padding:54px 0!important;}
  .crg-pricing-page .crg-faq-grid{gap:14px!important;}
  .crg-pricing-page .crg-faq-item{border-radius:22px!important;}
  .crg-pricing-page .crg-faq-question{
    padding:22px 20px!important;
    font-size:18px!important;
    line-height:1.25!important;
    min-height:auto!important;
  }
  .crg-pricing-page .crg-faq-plus{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    font-size:28px!important;
  }
  .crg-pricing-page .crg-faq-answer{
    padding:0 20px 22px!important;
    font-size:16px!important;
  }
}
