/* RAPID SERVICES PAGE */
.srv-container{max-width:1200px;margin:auto;}
.srv-hero{position:relative;min-height:330px;padding:95px 7%;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(rgba(11,12,40,.82),rgba(11,12,40,.82)),radial-gradient(circle at 20% 20%,rgba(109,40,255,.35),transparent 28%),radial-gradient(circle at 85% 35%,rgba(255,0,212,.18),transparent 30%),#101235;}
.srv-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 42%,rgba(255,255,255,.04) 43%,transparent 44%),radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.08),transparent 45%);opacity:.8;}
.srv-hero-content{position:relative;z-index:2;max-width:900px;}
.srv-mini-tag,.srv-orange-tag{display:inline-block;color:#fff;font-size:var(--fs-label);font-weight:var(--fw-label);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;}
.srv-hero h1{color:#fff;font-size:var(--fs-h1);line-height:var(--lh-h1);letter-spacing:var(--ls-h1);font-weight:var(--fw-display);margin-bottom:18px;}
.srv-hero p{color:#DCE3FF;font-size:var(--fs-body);line-height:1.8;max-width:var(--measure-hero);margin:auto;}
.srv-services{padding:105px 7%;background:#fff;}
.srv-section-title{text-align:center;max-width:var(--measure-intro);margin:0 auto 55px;}
.srv-section-title h2{font-size:var(--fs-h2);color:#0F172A;margin:14px 0;font-weight:var(--fw-heading);}
.srv-section-title p{color:#64748B;line-height:1.8;font-size:16px;}
.srv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:920px;margin:auto;}
.srv-card{min-height:250px;padding:34px 28px;border:1px solid #E8EAF3;border-radius:10px;background:#fff;text-align:center;box-shadow:0 18px 45px rgba(15,23,42,.08);transition:.3s ease;}
.srv-card:hover,.srv-card.active{transform:translateY(-8px);background:linear-gradient(135deg,#6D28FF,#FF2D8D);}
.srv-icon{width:64px;height:64px;margin:0 auto 20px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#6D28FF;background:rgba(109,40,255,.10);font-size:26px;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease;}
.srv-card:hover .srv-icon,.srv-card.active .srv-icon{background:rgba(255,255,255,.18);color:#fff;transform:translateY(-4px) scale(1.06);}

@media(prefers-reduced-motion:reduce){
  .srv-card,.srv-icon{transition:none;}
}
.srv-card h3{color:#111827;font-size:20px;margin-bottom:12px;font-weight:700;}
.srv-card p{color:#64748B;line-height:1.7;font-size:14px;margin-bottom:18px;}
.srv-card span{color:#FF00D4;font-weight:700;font-size:13px;}
.srv-card:hover h3,.srv-card:hover p,.srv-card:hover span,.srv-card.active h3,.srv-card.active p,.srv-card.active span{color:#fff;}
.srv-appointment{padding:90px 7%;color:#fff;background:radial-gradient(circle at 15% 55%,rgba(109,40,255,.18),transparent 30%),linear-gradient(135deg,#0F1B5D,#0B164C);}
.srv-appointment-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;}
.srv-form-box{background:#fff;border-radius:10px;padding:32px;box-shadow:0 25px 70px rgba(0,0,0,.18);}
.srv-form-box form{display:grid;gap:16px;}
.srv-form-box input,.srv-form-box select,.srv-form-box textarea{width:100%;border:1px solid #E8EAF3;padding:15px 16px;border-radius:6px;font-family:inherit;outline:none;}
.srv-form-box textarea{min-height:110px;resize:none;}
.srv-form-box button,.srv-newsletter button{border:none;background:linear-gradient(135deg,#6D28FF,#FF00D4);color:#fff;padding:15px 24px;border-radius:50px;font-weight:700;text-transform:uppercase;cursor:pointer;}
.srv-appointment-content h2{font-size:var(--fs-h2);line-height:1.14;margin:10px 0 18px;color:#fff;}
.srv-appointment-content p{color:#DCE3FF;line-height:1.8;}
.srv-contact-info{margin:28px 0;}.srv-contact-info p{margin-bottom:10px;}.srv-contact-info i{color:#FF00D4;margin-right:10px;}
.srv-social-mini{display:flex;gap:12px;}.srv-social-mini a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6D28FF,#FF00D4);color:#fff;}
.srv-process{padding:100px 7%;background:#fff;}
.srv-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:55px;text-align:center;}
.srv-process-grid div{position:relative;padding:10px 16px;}
.srv-process-grid span{width:62px;height:62px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#6D28FF,#FF00D4);font-weight:800;font-size:20px;}
.srv-process-grid h3{color:#0F172A;margin-bottom:10px;font-size:18px;}.srv-process-grid p{color:#64748B;line-height:1.7;font-size:14px;}
.srv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#0F1B5D;border-radius:8px;padding:34px;color:#fff;max-width:850px;margin:auto;}
.srv-stats div{text-align:center;}.srv-stats h3{font-size:36px;color:#fff;margin-bottom:6px;}.srv-stats p{color:#DCE3FF;}
.srv-newsletter{padding:70px 7%;background:#0B0A1E;}.srv-newsletter-box{display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:45px;}
.srv-newsletter h3{font-size:24px;margin-bottom:8px;color:#fff;}.srv-newsletter p{color:#D7DBFF;}.srv-newsletter form{display:flex;flex-wrap:wrap;gap:12px;background:#fff;border-radius:50px;padding:6px;min-width:430px;}.srv-newsletter input{border:none;outline:none;flex:1;padding:0 18px;font-family:inherit;}.srv-newsletter .form-status{flex-basis:100%;text-align:center;padding:0 12px;}.srv-newsletter .form-status:empty{padding:0;}
@media(max-width:992px){.srv-grid,.srv-process-grid{grid-template-columns:repeat(2,1fr);}.srv-appointment-grid{grid-template-columns:1fr;}.srv-newsletter-box{flex-direction:column;text-align:center;}}
@media(max-width:768px){.srv-services,.srv-appointment,.srv-process{padding:70px 22px;}.srv-grid,.srv-process-grid,.srv-stats{grid-template-columns:1fr;}.srv-newsletter form{min-width:100%;flex-direction:column;border-radius:18px;padding:14px;}.srv-newsletter input{padding:14px;}}

/* ===== SINGLE SERVICE PAGE ===== */
.ss-container{
  max-width:1200px;
  margin:auto;
}

.single-service-hero{
  padding:105px 7%;
  min-height:680px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 75% 25%,#F1E7FF 0%,#F8FAFF 42%,#FFFFFF 100%);
  overflow:hidden;
}

.ss-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.ss-badge{
  display:inline-block;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  color:#fff;
  padding:11px 22px;
  border-radius:50px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.ss-hero-content h1{
  font-size:var(--fs-h1);
  line-height:var(--lh-h1);
  letter-spacing:var(--ls-h1);
  color:#0F172A;
  font-weight:var(--fw-display);
  margin:26px 0 22px;
}

.ss-hero-content p{
  color:#64748B;
  font-size:var(--fs-body);
  line-height:1.8;
  max-width:var(--measure-hero);
}

.ss-hero-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:34px 0;
}

.ss-outline{
  background:#fff!important;
  color:#6D28FF!important;
  border:2px solid #6D28FF;
  box-shadow:none!important;
}

.ss-hero-stats{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.ss-hero-stats div{
  background:#fff;
  border:1px solid #E8EAF3;
  border-radius:18px;
  padding:18px 22px;
  min-width:130px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ss-hero-stats strong{
  display:block;
  color:#6D28FF;
  font-size:28px;
  font-weight:800;
}

.ss-hero-stats span{
  color:#64748B;
  font-weight:600;
  font-size:13px;
}

.ss-hero-visual{
  position:relative;
  height:560px;
}

.ss-circle{
  position:absolute;
  width:440px;
  height:440px;
  border-radius:50%;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  right:60px;
  top:60px;
  box-shadow:0 35px 80px rgba(109,40,255,.20);
}

.ss-dashboard{
  position:absolute;
  right:105px;
  top:130px;
  width:390px;
  min-height:300px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  padding:28px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
}

.dash-header{
  display:flex;
  gap:8px;
  margin-bottom:24px;
}

.dash-header span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#FF00D4;
}

.dash-header span:nth-child(2){background:#6D28FF;}
.dash-header span:nth-child(3){background:#FF00D4;}

.dash-title{
  font-size:22px;
  color:#0F172A;
  font-weight:700;
  margin-bottom:22px;
}

.dash-bars{
  display:grid;
  gap:14px;
  margin-bottom:24px;
}

.dash-bars span{
  display:block;
  height:12px;
  border-radius:50px;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
}

.dash-card-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.dash-card-row div{
  background:#F8FAFF;
  border-radius:18px;
  padding:18px;
}

.dash-card-row strong{
  color:#6D28FF;
  font-size:24px;
}

.dash-card-row small{
  display:block;
  color:#64748B;
  font-weight:600;
}

.ss-float{
  position:absolute;
  width:62px;
  height:62px;
  border-radius:50%;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  z-index:5;
  box-shadow:0 20px 45px rgba(15,23,42,.18);
}

.ss-float-one{background:#1877F2;top:70px;left:60px;}
.ss-float-two{background:linear-gradient(135deg,#F58529,#DD2A7B,#8134AF);right:35px;top:180px;}
.ss-float-three{background:#000;left:100px;bottom:90px;}

/* .crm-dashboard and .lead-dashboard are measurably taller than the
   other card variants, so the shared bottom:90px (anchored to the
   fixed-height container) lands inside their content instead of past
   it. Opt in per-page with .ss-hero-visual.tall. */
.ss-hero-visual.tall .ss-float-three{bottom:auto;top:605px;}

.ss-about,
.ss-platforms,
.ss-services,
.ss-results,
.ss-faq{
  padding:105px 7%;
  background:#fff;
}

.ss-platforms,
.ss-results{
  background:#F8FAFF;
}

.ss-two-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.ss-image-box{
  position:relative;
  min-height:440px;
}

.ss-image-pattern{
  position:absolute;
  width:380px;
  height:380px;
  border-radius:50%;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  left:60px;
  top:35px;
}

.ss-image-card{
  position:absolute;
  left:115px;
  top:95px;
  width:360px;
  background:#fff;
  border-radius:28px;
  padding:40px;
  box-shadow:0 25px 70px rgba(15,23,42,.13);
}

.ss-image-card i{
  width:70px;
  height:70px;
  border-radius:20px;
  background:rgba(109,40,255,.10);
  color:#6D28FF;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:22px;
}

.ss-image-card h3{
  font-size:28px;
  color:#0F172A;
  margin-bottom:14px;
}

.ss-image-card p{
  color:#64748B;
  line-height:1.8;
}

.ss-content h2,
.ss-section-title h2{
  font-size:var(--fs-h2);
  line-height:1.14;
  color:#0F172A;
  font-weight:var(--fw-heading);
  margin:16px 0;
}

.ss-content p,
.ss-section-title p{
  color:#64748B;
  font-size:17px;
  line-height:1.85;
}

.ss-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:30px;
}

.ss-check-grid div{
  background:#F8FAFF;
  border:1px solid #E8EAF3;
  border-radius:16px;
  padding:16px;
  font-weight:600;
  color:#334155;
}

.ss-check-grid i{
  color:#6D28FF;
  margin-right:8px;
}

.ss-section-title{
  text-align:center;
  max-width:var(--measure-intro);
  margin:0 auto 55px;
}

.platform-grid,
.offer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.platform-grid div,
.offer-card{
  background:#fff;
  border:1px solid #E8EAF3;
  border-radius:24px;
  padding:32px;
  text-align:center;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  transition:.25s ease;
}

.platform-grid div:hover,
.offer-card:hover{
  transform:translateY(-8px);
}

.platform-grid i,
.offer-card i{
  width:62px;
  height:62px;
  margin:0 auto 18px;
  border-radius:18px;
  background:rgba(109,40,255,.10);
  color:#6D28FF;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.platform-grid h3,
.offer-card h3{
  color:#0F172A;
  font-size:20px;
  margin-bottom:12px;
}

.offer-card p{
  color:#64748B;
  line-height:1.7;
}

.ss-process{
  padding:105px 7%;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  color:#fff;
}

.ss-section-title.light h2,
.ss-section-title.light p,
.ss-section-title.light .section-tag{
  color:#fff;
}

/* Same fix as the .light modifier above, but scoped to the .ss-process
   ancestor directly -- the "OUR PROCESS" section-title on every
   service-detail page was missing the .light class in its markup, so
   its h2/p/eyebrow were falling back to the default dark-on-light
   colors (from .ss-content h2,.ss-section-title h2 etc.) despite
   sitting on this dark gradient. Fixing it here covers all 10 pages
   without touching each page's HTML. */
.ss-process .section-tag{
  color:#fff !important;
}

.ss-process h2,
.ss-process p{
  color:#fff;
}

.ss-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.ss-process-grid div{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  padding:32px;
}

.ss-process-grid span{
  font-size:30px;
  font-weight:800;
  color:#FFE4F4;
}

.ss-process-grid h3{
  margin:14px 0 10px;
  font-size:22px;
  color:#fff;
}

.ss-process-grid p{
  color:#F7EFFF;
  line-height:1.7;
}

.result-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.result-grid div{
  background:#fff;
  border-radius:24px;
  padding:38px 24px;
  text-align:center;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.result-grid h3{
  color:#6D28FF;
  font-size:42px;
  margin-bottom:8px;
}

.result-grid p{
  color:#64748B;
  font-weight:600;
}

.faq-list{
  max-width:850px;
  margin:auto;
  display:grid;
  gap:18px;
}

.faq-list details{
  background:#fff;
  border:1px solid #E8EAF3;
  border-radius:18px;
  padding:22px 26px;
  box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.faq-list summary{
  cursor:pointer;
  color:#0F172A;
  font-weight:700;
  font-size:18px;
}

.faq-list p{
  margin-top:14px;
  color:#64748B;
  line-height:1.7;
}

.ss-cta{
  padding:90px 7%;
  text-align:center;
  color:#fff;
  background:linear-gradient(135deg,#0F1B5D,#11102B);
}

.ss-cta h2{
  font-size:var(--fs-h2);
  margin-bottom:16px;
  color:#fff;
}

.ss-cta p{
  color:#DCE3FF;
  max-width:720px;
  margin:0 auto 32px;
  line-height:1.8;
}

@media(max-width:992px){
  .ss-hero-grid,
  .ss-two-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ss-hero-buttons,
  .ss-hero-stats{
    justify-content:center;
  }

  .ss-hero-visual{
    height:500px;
  }

  .platform-grid,
  .offer-grid,
  .ss-process-grid,
  .result-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ss-check-grid{
    text-align:left;
  }
}

@media(max-width:768px){
  .single-service-hero,
  .ss-about,
  .ss-platforms,
  .ss-services,
  .ss-process,
  .ss-results,
  .ss-faq,
  .ss-cta{
    padding:70px 22px;
  }

  /* The visual wrapper used to be a fixed-height (640px) absolutely-
     positioned stage: the dashboard card was position:absolute inside
     it, so its real rendered height (which varies a lot between the
     short icon+paragraph cards and the tall CRM/Lead-Gen list cards)
     never affected the wrapper's own box. That let the card silently
     overflow past the wrapper/section and let the .ss-float icons
     (positioned with hardcoded top:Npx offsets, "tuned" per variant
     via the .tall opt-in class) drift onto the card's text once the
     content wrapped to more lines than assumed.
     Fix: the card now sits in normal flow (position:relative, see the
     dashboard-card rule below), so the wrapper auto-grows to contain
     it exactly. The circle stays decorative/absolute behind it. The
     two top floats anchor to the wrapper's top edge and the bottom
     float anchors to the wrapper's bottom edge -- both now track the
     card's *actual* rendered edges automatically, for every dashboard
     variant (.ss-dashboard/.service-dashboard-card/.lead-dashboard/
     .crm-dashboard), so the old .tall per-page opt-in is no longer
     needed. */
  .ss-hero-visual{
    height:auto;
    min-height:0;
    display:flex;
    justify-content:center;
    padding:26px 0 24px;
  }

  .ss-circle{
    width:230px;
    height:230px;
    left:50%;
    right:auto;
    top:0;
    transform:translateX(-50%);
  }

  .ss-float{
    width:44px;
    height:44px;
    font-size:17px;
  }

  .ss-float-one{
    left:calc(50% - 180px);
    top:-4px;
    right:auto;
    bottom:auto;
  }

  .ss-float-two{
    left:calc(50% + 138px);
    top:-4px;
    right:auto;
    bottom:auto;
  }

  /* Bottom-anchored to the wrapper (which now equals the card's real
     height) instead of a fixed top offset, so this works for every
     dashboard variant without a per-page "tall" opt-in. */
  .ss-hero-visual.tall .ss-float-three,
  .ss-float-three{
    left:calc(50% - 180px);
    top:auto;
    bottom:-4px;
    right:auto;
    transform:none;
  }

  .ss-image-box{
    min-height:360px;
  }

  .ss-image-pattern{
    width:280px;
    height:280px;
    left:50%;
    transform:translateX(-50%);
  }

  .ss-image-card{
    width:280px;
    left:50%;
    transform:translateX(-50%);
    top:80px;
    padding:28px;
  }

  .platform-grid,
  .offer-grid,
  .ss-process-grid,
  .result-grid,
  .ss-check-grid{
    grid-template-columns:1fr;
  }
}

/* ===== LEAD GENERATION PAGE EXTRA ===== */
.lead-dashboard{
  position:absolute;
  right:95px;
  top:105px;
  width:400px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:28px;
  padding:28px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
  z-index:4;
}

.lead-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}

.lead-top h3{
  color:#0F172A;
  font-size:24px;
  font-weight:700;
}

.lead-top span{
  background:#F3E8FF;
  color:#6D28FF;
  padding:7px 12px;
  border-radius:50px;
  font-size:12px;
  font-weight:600;
}

.lead-flow{
  display:grid;
  gap:14px;
}

.lead-flow div{
  display:grid;
  grid-template-columns:46px 1fr;
  column-gap:14px;
  align-items:center;
  background:#F8FAFF;
  border:1px solid #E8EAF3;
  border-radius:18px;
  padding:15px;
}

.lead-flow i{
  grid-row:span 2;
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lead-flow strong{
  color:#0F172A;
  font-size:16px;
}

.lead-flow small{
  color:#64748B;
  font-weight:700;
}

.lead-funnel-grid div{
  text-align:center;
}

.lead-funnel-grid p{
  color:#64748B;
  line-height:1.7;
  margin-top:10px;
  font-size:14px;
}

@media(max-width:768px){
  .lead-top h3{
    font-size:20px;
  }
}

/* ===== CRM MANAGEMENT PAGE EXTRA ===== */
.crm-dashboard{
  position:absolute;
  right:95px;
  top:105px;
  width:400px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:28px;
  padding:28px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
  z-index:4;
}

.crm-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}

.crm-top h3{
  color:#0F172A;
  font-size:24px;
  font-weight:700;
}

.crm-top span{
  background:#EDE9FE;
  color:#6D28FF;
  padding:7px 12px;
  border-radius:50px;
  font-size:12px;
  font-weight:600;
}

.crm-pipeline{
  display:grid;
  gap:12px;
}

.crm-pipeline div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#F8FAFF;
  border:1px solid #E8EAF3;
  border-radius:16px;
  padding:15px 16px;
}

.crm-pipeline strong{
  color:#0F172A;
}

.crm-pipeline span{
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
}

.crm-reminder{
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:#F5F3FF;
  display:flex;
  align-items:center;
  gap:12px;
}

.crm-reminder i{
  color:#FF00D4;
  font-size:22px;
}

.crm-reminder p{
  color:#334155;
  font-weight:600;
  margin:0;
  line-height:1.5;
}

.crm-workflow-grid p{
  color:#64748B;
  line-height:1.7;
  margin-top:10px;
  font-size:14px;
}

@media(max-width:768px){
  .crm-top h3{
    font-size:20px;
  }
}

/* ===== REMAINING SERVICE PAGES SHARED EXTRA ===== */
.service-dashboard-card{
  position:absolute;
  right:95px;
  top:115px;
  width:390px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:28px;
  padding:34px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
  z-index:4;
}

.service-dashboard-card > i{
  width:70px;
  height:70px;
  border-radius:22px;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:22px;
}

.service-dashboard-card h3{
  font-size:26px;
  color:#0F172A;
  margin-bottom:12px;
}

.service-dashboard-card p{
  color:#64748B;
  line-height:1.7;
  margin-bottom:22px;
}

.service-bars{
  display:grid;
  gap:12px;
}

.service-bars span{
  height:12px;
  border-radius:50px;
  background:linear-gradient(135deg,#6D28FF,#FF00D4);
}

.service-bars span:nth-child(1){width:90%;}
.service-bars span:nth-child(2){width:75%;}
.service-bars span:nth-child(3){width:96%;}

/* Mobile dashboard-card layout. Placed after every variant's base
   (desktop) rule in the file so it reliably wins the cascade — all
   four share equal selector specificity, so source order decides.
   Switched from position:absolute (a fixed-size stage the card could
   silently overflow) to position:relative/normal flow, centered with
   margin:auto, so the .ss-hero-visual wrapper always grows to the
   card's real content height — no more clipping or icons landing on
   text once a card's text wraps differently than assumed. */
@media(max-width:768px){
  .ss-dashboard,
  .service-dashboard-card,
  .lead-dashboard,
  .crm-dashboard{
    position:relative;
    width:100%;
    max-width:320px;
    left:auto;
    right:auto;
    top:auto;
    transform:none;
    margin:0 auto;
    padding:22px;
    z-index:2;
  }
}

@media(max-width:480px){
  .ss-float{
    width:40px;
    height:40px;
    font-size:15px;
  }

  .ss-float-one{
    left:calc(50% - 164px);
    top:-2px;
  }

  .ss-float-two{
    left:calc(50% + 126px);
    top:-2px;
  }

  .ss-hero-visual.tall .ss-float-three,
  .ss-float-three{
    left:calc(50% - 164px);
    bottom:-2px;
  }

  .ss-dashboard,
  .service-dashboard-card,
  .lead-dashboard,
  .crm-dashboard{
    max-width:280px;
    padding:20px;
  }
}

