/* ===== Home Hero Pro ===== */
.chanspeed-home-hero-pro{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(24,169,87,.10), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(24,169,87,.08), transparent 22%),
    linear-gradient(180deg, #f6faf8 0%, #ffffff 100%);
}

.chanspeed-home-hero-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(24,169,87,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24,169,87,.03) 1px, transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.55), transparent 85%);
  pointer-events:none;
}

.chanspeed-home-hero-pro-grid{
  position:relative;
  z-index:1;
  gap:42px;
}

.chanspeed-home-hero-pro-copy{
  min-width:0;
}

.chanspeed-hero-pro-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(24,169,87,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 24px rgba(17,19,21,.04);
  color:var(--chanspeed-green-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.chanspeed-home-title-pro{
  max-width:760px;
  margin:18px 0 18px;
  font-size:56px;
  line-height:1.04;
  letter-spacing:-.03em;
}

.chanspeed-home-lead-pro{
  max-width:720px;
  margin-bottom:22px;
  color:var(--chanspeed-text-soft);
  font-size:18px;
  line-height:1.85;
}

.chanspeed-hero-pro-tags{
  gap:10px;
  margin-bottom:24px;
}

.chanspeed-hero-pro-tag{
  margin:0;
  padding:10px 14px;
  border:1px solid #e4ebf1;
  border-radius:999px;
  background:#fff;
  color:var(--chanspeed-text);
  font-size:14px;
  font-weight:700;
  line-height:1;
  box-shadow:0 8px 20px rgba(17,19,21,.04);
}

.chanspeed-hero-pro-actions{
  gap:12px;
  margin-bottom:28px;
}

.chanspeed-hero-pro-stats{
  gap:14px;
  margin-top:0;
}

.chanspeed-hero-pro-stat{
  height:100%;
  padding:18px;
  border:1px solid #e7edf2;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 28px rgba(17,19,21,.05);
}

.chanspeed-hero-pro-stat strong{
  display:block;
  margin-bottom:8px;
  color:var(--chanspeed-black);
  font-size:16px;
  font-weight:800;
  line-height:1.2;
}

.chanspeed-hero-pro-stat span{
  display:block;
  color:var(--chanspeed-text-soft);
  font-size:14px;
  line-height:1.7;
}

/* Visual */
.chanspeed-home-hero-pro-visual-col{
  min-width:0;
}

.chanspeed-home-hero-pro-visual{
  position:relative;
  min-height:620px;
}

.chanspeed-home-hero-pro-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(12px);
  pointer-events:none;
}

.chanspeed-home-hero-pro-glow-a{
  top:28px;
  right:10%;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(24,169,87,.22), rgba(24,169,87,0));
}

.chanspeed-home-hero-pro-glow-b{
  bottom:40px;
  left:0;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(24,169,87,.12), rgba(24,169,87,0));
}

.chanspeed-home-hero-pro-main-image{
  position:relative;
  margin-left:auto;
  width:min(100%, 540px);
  min-height:560px;
  padding:0;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.55);
  background:
    linear-gradient(180deg, rgba(10,14,18,.96), rgba(7,10,14,.98));
  box-shadow:0 32px 80px rgba(7,11,15,.24);
  overflow:hidden;
}

.chanspeed-home-hero-pro-main-image::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(24,169,87,.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 26%);
  pointer-events:none;
}

.chanspeed-home-hero-pro-main-image > *{
  position:relative;
  z-index:1;
}

.chanspeed-home-hero-pro-main-image p,
.chanspeed-home-hero-pro-thumb p{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:100%;
  margin:0;
  padding:0 16px;
  color:rgba(255,255,255,.72);
  font-size:16px;
  font-weight:700;
  text-align:center;
}

.chanspeed-home-hero-pro-float{
  position:absolute;
  z-index:2;
  width:230px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 22px 40px rgba(10,14,18,.18);
}

.chanspeed-home-hero-pro-float-left{
  left:-10px;
  bottom:120px;
}

.chanspeed-home-hero-pro-float-right{
  right:-8px;
  top:58px;
}

.chanspeed-home-hero-pro-thumb{
  position:relative;
  min-height:138px;
  margin-bottom:14px;
  border-radius:18px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(17,24,31,.92), rgba(10,14,18,.98));
  border:1px solid rgba(255,255,255,.06);
}

.chanspeed-home-hero-pro-float-label{
  margin:0 0 6px;
  color:#9ef0bc;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.chanspeed-home-hero-pro-float-title{
  margin:0;
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}

.chanspeed-home-hero-pro-info{
  position:absolute;
  right:20px;
  bottom:18px;
  z-index:2;
  width:min(92%, 420px);
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 20px 34px rgba(10,14,18,.18);
}

.chanspeed-home-hero-pro-info-item{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}

.chanspeed-home-hero-pro-info-item strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}

.chanspeed-home-hero-pro-info-item span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:13px;
  line-height:1.7;
}

/* Responsive */
@media (max-width: 1200px){
  .chanspeed-home-title-pro{
    font-size:48px;
  }

  .chanspeed-home-lead-pro{
    font-size:17px;
  }

  .chanspeed-home-hero-pro-visual{
    min-height:560px;
  }

  .chanspeed-home-hero-pro-main-image{
    min-height:510px;
  }

  .chanspeed-home-hero-pro-float{
    width:210px;
  }
}

@media (max-width: 991px){
  .chanspeed-home-hero-pro-grid{
    gap:26px;
  }

  .chanspeed-home-title-pro{
    font-size:40px;
  }

  .chanspeed-home-lead-pro{
    font-size:16px;
    line-height:1.8;
  }

  .chanspeed-hero-pro-stats{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .chanspeed-home-hero-pro-visual{
    min-height:auto;
  }

  .chanspeed-home-hero-pro-main-image{
    width:100%;
    min-height:420px;
  }

  .chanspeed-home-hero-pro-float{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
    margin-top:14px;
  }

  .chanspeed-home-hero-pro-info{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:14px;
  }
}

@media (max-width: 767px){
  .chanspeed-home-title-pro{
    font-size:32px;
    line-height:1.08;
  }

  .chanspeed-home-lead-pro{
    font-size:15px;
    margin-bottom:18px;
  }

  .chanspeed-hero-pro-tags{
    gap:8px;
    margin-bottom:18px;
  }

  .chanspeed-hero-pro-tag{
    font-size:13px;
    padding:9px 12px;
  }

  .chanspeed-hero-pro-actions{
    gap:10px;
    margin-bottom:22px;
  }

  .chanspeed-hero-pro-actions .wp-block-button{
    width:100%;
  }

  .chanspeed-hero-pro-actions .wp-block-button__link{
    width:100%;
    justify-content:center;
  }

  .chanspeed-home-hero-pro-main-image{
    min-height:320px;
    border-radius:22px;
  }

  .chanspeed-home-hero-pro-thumb{
    min-height:120px;
  }

  .chanspeed-home-hero-pro-float{
    padding:12px;
    border-radius:18px;
  }

  .chanspeed-home-hero-pro-float-title{
    font-size:16px;
  }

  .chanspeed-home-hero-pro-info{
    padding:12px;
    border-radius:18px;
  }
}

.chanspeed-application-card-pro{
  height:100%;
  padding:0;
  overflow:hidden;
  border:1px solid #e7edf2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 32px rgba(17,19,21,.05);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.chanspeed-application-card-pro:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(17,19,21,.08);
  border-color:#dbe4ea;
}

.chanspeed-application-image{
  position:relative;
  width:100%;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#f4f7fa;
}

.chanspeed-application-real-image,
.chanspeed-application-real-image figure,
.chanspeed-application-image .wp-block-image{
  width:100%;
  height:100%;
  margin:0;
}

.chanspeed-application-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.chanspeed-application-card-pro .chanspeed-card-label{
  margin:18px 22px 8px;
}

.chanspeed-application-title{
  margin:0 22px 10px;
  font-size:30px;
  line-height:1.15;
}

.chanspeed-application-desc{
  margin:0 22px 14px;
  color:var(--chanspeed-text-soft);
  font-size:15px;
  line-height:1.8;
}

.chanspeed-application-tags{
  gap:8px;
  margin:0 22px 16px;
}

.chanspeed-application-tag{
  margin:0;
  padding:8px 12px;
  border:1px solid #e4ebf1;
  border-radius:999px;
  background:#f8fafc;
  color:var(--chanspeed-text);
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.chanspeed-application-link{
  margin:0 22px 22px;
}

.chanspeed-application-link a{
  display:inline-flex;
  align-items:center;
  font-weight:700;
  text-decoration:none;
}

@media (max-width: 991px){
  .chanspeed-application-title{
    font-size:26px;
  }
}

@media (max-width: 767px){
  .chanspeed-application-card-pro .chanspeed-card-label{
    margin:16px 16px 8px;
  }

  .chanspeed-application-title{
    margin:0 16px 10px;
    font-size:24px;
  }

  .chanspeed-application-desc{
    margin:0 16px 14px;
    font-size:14px;
  }

  .chanspeed-application-tags{
    margin:0 16px 14px;
  }

  .chanspeed-application-link{
    margin:0 16px 18px;
  }
}


/* ===== Homepage Rebuild 2026 ===== */
:root{
  --chanspeed-green-dark:#0f7b3d;
  --chanspeed-text-soft:#4b5563;
}

.chanspeed-section-head{
  max-width:860px;
  margin:0 0 30px;
}

.chanspeed-section-intro{
  max-width:780px;
  margin-bottom:0;
}

.chanspeed-section-head--split{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr);
  gap:24px;
  align-items:end;
}

.chanspeed-section-side-text{
  margin:0 0 10px;
  color:var(--chanspeed-text-soft);
  font-size:15px;
  line-height:1.8;
}

.chanspeed-home-cap-strip{
  padding-top:0;
  padding-bottom:18px;
}

.chanspeed-cap-strip-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.chanspeed-cap-item{
  padding:22px 18px;
  border:1px solid #e7edf2;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(17,19,21,.04);
}

.chanspeed-cap-item strong{
  display:block;
  margin:0 0 8px;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
  color:var(--chanspeed-black);
}

.chanspeed-cap-item span:last-child{
  display:block;
  color:var(--chanspeed-text-soft);
  font-size:14px;
  line-height:1.75;
}

.chanspeed-cap-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(24,169,87,.08);
  color:var(--chanspeed-green);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.chanspeed-home-card-grid{
  display:grid;
  gap:24px;
}

.chanspeed-home-card-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.chanspeed-home-card{
  height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid #e6ebf0;
  border-radius:24px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(17,19,21,.05);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.chanspeed-home-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(17,19,21,.08);
  border-color:#d9e1e7;
}

.chanspeed-home-card-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:16 / 11;
  background:#edf2f4;
}

.chanspeed-home-card-media--wide{
  aspect-ratio:16 / 10;
}

.chanspeed-home-card-media--product{
  aspect-ratio:4 / 3;
  background:linear-gradient(180deg,#f8fafb,#eef2f4);
}

.chanspeed-home-card-media img,
.chanspeed-trust-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.chanspeed-home-card-body{
  display:flex;
  flex-direction:column;
  gap:0;
  padding:24px 24px 22px;
  flex:1 1 auto;
}

.chanspeed-home-card-body > p{
  margin-bottom:14px;
}

.chanspeed-home-card-body > p:last-child{
  margin-bottom:0;
}

.chanspeed-inline-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:2px 0 16px;
}

.chanspeed-inline-tags span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid #e2e8ee;
  border-radius:999px;
  background:#f8fafc;
  color:var(--chanspeed-text);
  font-size:12px;
  font-weight:700;
  line-height:1;
}

.chanspeed-inline-tags--trust{
  margin-bottom:24px;
}

.chanspeed-card-action{
  margin-top:auto !important;
  padding-top:4px;
}

.chanspeed-card-action a{
  display:inline-flex;
  align-items:center;
  font-weight:800;
  color:var(--chanspeed-black);
  text-decoration:none;
}

.chanspeed-card-action a:hover{
  color:var(--chanspeed-green);
}

.chanspeed-check-list{
  margin:0 0 16px;
  padding:0;
  list-style:none;
}

.chanspeed-check-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:10px;
  color:var(--chanspeed-text-soft);
  line-height:1.75;
}

.chanspeed-check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--chanspeed-green);
  transform:translateY(-50%);
}

.chanspeed-home-why{
  background:
    radial-gradient(circle at top left, rgba(24,169,87,.10), transparent 28%),
    linear-gradient(180deg,#ffffff 0%, #f7faf8 100%);
}

.chanspeed-why-wrap{
  display:grid;
  grid-template-columns:minmax(320px,.95fr) minmax(0,1.1fr);
  gap:28px;
  align-items:start;
}

.chanspeed-why-copy{
  padding:32px;
  border:1px solid #e7edf2;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 42px rgba(17,19,21,.05);
}

.chanspeed-mini-stats{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.chanspeed-mini-stats div{
  padding:16px 18px;
  border-radius:18px;
  background:#f7faf8;
  border:1px solid #e5efe8;
}

.chanspeed-mini-stats strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  font-weight:800;
}

.chanspeed-mini-stats span{
  display:block;
  color:var(--chanspeed-text-soft);
  font-size:14px;
  line-height:1.7;
}

.chanspeed-why-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.chanspeed-value-card{
  padding:26px 22px;
  border:1px solid #e7edf2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 32px rgba(17,19,21,.04);
}

.chanspeed-value-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.15;
}

.chanspeed-value-card p{
  margin:0;
  color:var(--chanspeed-text-soft);
  line-height:1.8;
}

.chanspeed-trust-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
  gap:26px;
  align-items:stretch;
}

.chanspeed-trust-media{
  min-height:100%;
  border-radius:28px;
  overflow:hidden;
  background:#edf2f4;
  box-shadow:0 20px 44px rgba(17,19,21,.06);
}

.chanspeed-trust-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px;
  border:1px solid #e7edf2;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 42px rgba(17,19,21,.05);
}

.chanspeed-trust-block{
  margin-bottom:18px;
}

.chanspeed-trust-block:last-of-type{
  margin-bottom:10px;
}

.chanspeed-trust-block h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.12;
}

.chanspeed-home-process{
  background:linear-gradient(180deg,#ffffff 0%, #fbfbfb 100%);
}

.chanspeed-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.chanspeed-process-step{
  position:relative;
  padding:26px 22px 24px;
  border:1px solid #e6ebf0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 30px rgba(17,19,21,.04);
}

.chanspeed-process-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  border-radius:999px;
  background:var(--chanspeed-black);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}

.chanspeed-process-step h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.18;
}

.chanspeed-process-step p{
  margin:0;
  color:var(--chanspeed-text-soft);
  line-height:1.8;
}

.chanspeed-resources-wrap{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:28px;
  align-items:start;
}

.chanspeed-resources-column{
  min-width:0;
}

.chanspeed-resource-list{
  display:grid;
  gap:14px;
}

.chanspeed-resource-item{
  display:block;
  padding:22px 22px;
  border:1px solid #e6ebf0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(17,19,21,.04);
  text-decoration:none;
}

.chanspeed-resource-item strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
  color:var(--chanspeed-black);
}

.chanspeed-resource-item span{
  display:block;
  color:var(--chanspeed-text-soft);
  line-height:1.75;
}

.chanspeed-resource-item:hover{
  border-color:#d9e2e8;
  transform:translateY(-2px);
}

.chanspeed-faq-stack{
  display:grid;
  gap:14px;
}

.chanspeed-cta-panel--final{
  padding-top:66px;
  padding-bottom:66px;
  border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(24,169,87,.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(24,169,87,.08), transparent 26%),
    #f7faf8;
}

.chanspeed-cta-panel--final .chanspeed-home-lead{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.chanspeed-cta-actions{
  gap:12px;
}

@media (max-width: 1200px){
  .chanspeed-cap-strip-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .chanspeed-home-card-grid--3{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .chanspeed-why-wrap,
  .chanspeed-trust-grid,
  .chanspeed-resources-wrap{
    grid-template-columns:1fr;
  }

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

@media (max-width: 991px){
  .chanspeed-section-head--split{
    grid-template-columns:1fr;
    gap:8px;
  }

  .chanspeed-cap-strip-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .chanspeed-home-card-grid--3,
  .chanspeed-why-grid{
    grid-template-columns:1fr;
  }

  .chanspeed-why-copy,
  .chanspeed-trust-copy{
    padding:24px;
    border-radius:22px;
  }

  .chanspeed-process-grid,
  .chanspeed-resources-wrap{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .chanspeed-home-section,
  .chanspeed-category-section,
  .chanspeed-detail-section,
  .chanspeed-company-section,
  .chanspeed-contact-section,
  .chanspeed-resources-section{
    padding:34px 0;
  }

  .chanspeed-home-cap-strip{
    padding-top:8px;
    padding-bottom:14px;
  }

  .chanspeed-cap-strip-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .chanspeed-cap-item{
    padding:18px 16px;
    border-radius:18px;
  }

  .chanspeed-home-card{
    border-radius:20px;
  }

  .chanspeed-home-card-body{
    padding:18px 16px 18px;
  }

  .chanspeed-value-card{
    padding:22px 18px;
    border-radius:20px;
  }

  .chanspeed-value-card h3,
  .chanspeed-process-step h3{
    font-size:22px;
  }

  .chanspeed-trust-block h3{
    font-size:24px;
  }

  .chanspeed-process-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .chanspeed-process-step{
    padding:22px 18px;
    border-radius:20px;
  }

  .chanspeed-resource-item{
    padding:18px 16px;
    border-radius:18px;
  }

  .chanspeed-cta-panel--final{
    padding:40px 18px;
    border-radius:22px;
  }

  .chanspeed-cta-actions .wp-block-button{
    width:100%;
  }

  .chanspeed-cta-actions .wp-block-button__link{
    width:100%;
    justify-content:center;
  }
}

/* ===== Home Resources / FAQ visual balance fix ===== */
.chanspeed-resources-wrap{
  align-items:start;
}

.chanspeed-resources-column:last-child{
  min-width:0;
}

.chanspeed-faq-stack{
  padding:22px 24px;
  border:1px solid #e6ebf0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 30px rgba(17,19,21,.04);
}

.chanspeed-faq-stack details{
  padding:0 0 14px;
  border-bottom:1px solid #edf1f4;
}

.chanspeed-faq-stack details:last-child{
  padding-bottom:0;
  border-bottom:none;
}

.chanspeed-faq-stack summary{
  cursor:pointer;
  list-style:none;
  font-size:17px;
  font-weight:700;
  line-height:1.6;
  color:var(--chanspeed-black);
}

.chanspeed-faq-stack summary::-webkit-details-marker{
  display:none;
}

.chanspeed-faq-stack summary::before{
  content:"▸";
  display:inline-block;
  margin-right:10px;
  color:var(--chanspeed-black);
  transition:transform .2s ease;
}

.chanspeed-faq-stack details[open] summary::before{
  transform:rotate(90deg);
}

.chanspeed-faq-stack details p{
  margin:10px 0 0 24px;
  color:#4b5563;
  line-height:1.8;
}

@media (max-width: 991px){
  .chanspeed-faq-stack{
    padding:20px 18px;
    border-radius:20px;
  }

  .chanspeed-faq-stack summary{
    font-size:16px;
  }

  .chanspeed-faq-stack details p{
    margin-left:22px;
  }
}