/* =========================================================
   CHERRY HILL PAGE — ISOLATED RESPONSIVE CSS
   All rules are scoped to .cherryhill-page.
   No body/html/:root/navbar/footer/global Bootstrap overrides.
   ========================================================= */

.cherryhill-page{
  --ch-navy:#081326;
  --ch-ink:#12213d;
  --ch-muted:#60708d;
  --ch-line:#dfe6f2;
  --ch-soft:#f5f8fd;
  --ch-blue:#246bfd;
  --ch-cyan:#00c8ff;
  --ch-violet:#7a5cff;
  --ch-pink:#d749ff;
  --ch-white:#fff;
  color:var(--ch-ink);
  overflow:hidden;
  background:#fff;
}
.cherryhill-page *{box-sizing:border-box}
.cherryhill-page section{position:relative}
.cherryhill-page p{line-height:1.8}
.cherryhill-page h1,
.cherryhill-page h2,
.cherryhill-page h3,
.cherryhill-page h4{letter-spacing:-.025em}
.cherryhill-page h2{font-size:clamp(2rem,4vw,3.35rem);font-weight:800;line-height:1.08;color:var(--ch-navy);margin:14px 0 22px}
.cherryhill-page .ms-cherry-pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:9px 15px;border-radius:999px;
  background:#edf4ff;border:1px solid #dbe7ff;
  color:#1555cf;font-size:.78rem;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase
}
.cherryhill-page .ms-cherry-pill-light{
  color:#ddecff;background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.15)
}
.cherryhill-page .ms-cherry-heading{max-width:1650px;margin:0 auto 48px}
.cherryhill-page .ms-cherry-heading p{color:var(--ch-muted);font-size:1.03rem;margin-bottom:10px}
.cherryhill-page .ms-cherry-wide-copy{max-width:1650px;margin:35px auto 0;color:var(--ch-muted)}

/* HERO */
.cherryhill-page .cherry360-section{
  min-height:760px;display:flex;align-items:center;
  padding:95px 0 65px;color:#fff;
  background:
    radial-gradient(circle at 50% 22%,rgba(36,107,253,.28),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#0a1730 48%,#12133d 100%);
  isolation:isolate
}
.cherryhill-page .cherry360-section:before{
  content:"";position:absolute;inset:0;z-index:-2;opacity:.32;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%)
}
.cherryhill-page .cherry360-bg-glow{position:absolute;border-radius:50%;filter:blur(15px);opacity:.65;z-index:-1}
.cherryhill-page .cherry360-glow-left{width:330px;height:330px;left:-120px;top:15%;background:rgba(0,200,255,.2)}
.cherryhill-page .cherry360-glow-right{width:400px;height:400px;right:-150px;bottom:0;background:rgba(215,73,255,.18)}
.cherryhill-page .cherry360-wrap{position:relative}
.cherryhill-page .cherry360-orbit{position:absolute;left:50%;top:48%;translate:-50% -50%;border:1px solid rgba(126,190,255,.16);border-radius:50%;pointer-events:none}
.cherryhill-page .cherry360-orbit-one{width:650px;height:650px;animation:cherrySpin 34s linear infinite}
.cherryhill-page .cherry360-orbit-two{width:830px;height:830px;border-style:dashed;animation:cherrySpinReverse 50s linear infinite}
.cherryhill-page .cherry360-content{position:relative;z-index:2;max-width:1340px;margin:auto}
.cherryhill-page .cherry360-kicker{
  width:max-content;max-width:100%;margin:0 auto 22px;
  display:flex;gap:9px;align-items:center;
  padding:10px 17px;border:1px solid rgba(255,255,255,.14);
  border-radius:999px;background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);font-size:.82rem;font-weight:800;
  letter-spacing:.07em;text-transform:uppercase;color:#d7e7ff
}
.cherryhill-page .cherry360-title{font-size: clamp(2.9rem, 5vw, 5rem);line-height:1.1em;font-weight:800;margin:0;color:#fff}
.cherryhill-page .cherry360-title span{
  display:block;margin-top:8px;
  background:linear-gradient(90deg,#8bdcff,#75a6ff,#b98cff,#ff8ee9);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.cherryhill-page .cherry360-divider{width:90px;height:4px;border-radius:10px;background:linear-gradient(90deg,var(--ch-cyan),var(--ch-violet),var(--ch-pink));margin:28px auto}
.cherryhill-page .cherry360-copy{max-width:1650px;margin:0 auto 13px;color:#cbd8ee;font-size:1rem}
.cherryhill-page .cherry360-services{position:relative;z-index:3;margin:44px auto 0;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.cherryhill-page .cherry360-service-item{
  width:68px;height:68px;display:grid;place-items:center;border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  backdrop-filter:blur(12px);box-shadow:0 16px 40px rgba(0,0,0,.18)
}
.cherryhill-page .cherry360-service-item i{font-size:1.25rem;color:#a8ddff}

/* INTRO */
.cherryhill-page .ms-cherry-intro{padding:95px 0;background:#fff}
.cherryhill-page .ms-cherry-intro .container{max-width:1650px}
.cherryhill-page .ms-cherry-intro p{font-size:1.08rem;color:var(--ch-muted);max-width:1650px;margin:0 auto 13px}

/* SOLUTIONS */
.cherryhill-page .ms-cherry-solutions{padding:100px 0;background:linear-gradient(180deg,#f7faff,#fff)}
.cherryhill-page .ms-cherry-solution-card{
  overflow:hidden;border:1px solid var(--ch-line);border-radius:30px;background:#fff;
  box-shadow:0 24px 70px rgba(22,54,105,.08);margin-bottom:28px
}
.cherryhill-page .ms-cherry-solution-visual{
  min-height:100%;padding:48px 35px;display:flex;flex-direction:column;justify-content:center;
  color:#fff;background:linear-gradient(145deg,#0f48d7,#246bfd 55%,#00aeea)
}
.cherryhill-page .ms-cherry-solution-visual.ms-cherry-purple{background:linear-gradient(145deg,#3d2aaf,#795cff 55%,#d749ff)}
.cherryhill-page .ms-cherry-solution-visual i{font-size:2.5rem;margin-bottom:22px}
.cherryhill-page .ms-cherry-solution-visual h3{font-size:2rem;font-weight:800;margin:0;color:#fff}
.cherryhill-page .ms-cherry-solution-content{padding:38px 40px}
.cherryhill-page .ms-cherry-solution-content p{color:var(--ch-muted);margin-bottom:14px}
.cherryhill-page .ms-cherry-chip-list{
  list-style:none;padding:0;margin:20px 0 22px;display:flex;gap:9px;flex-wrap:wrap
}
.cherryhill-page .ms-cherry-chip-list li{
  padding:8px 12px;border-radius:999px;background:#f0f5ff;border:1px solid #dce7fb;
  color:#36547e;font-size:.82rem;font-weight:700
}
.cherryhill-page .ms-cherry-service-card{
  padding:34px;border:1px solid var(--ch-line);border-radius:26px;background:#fff;
  box-shadow:0 18px 55px rgba(20,52,98,.07);transition:.3s ease
}
.cherryhill-page .ms-cherry-service-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(20,52,98,.12)}
.cherryhill-page .ms-cherry-service-top{display:flex;gap:16px;align-items:center;margin-bottom:22px}
.cherryhill-page .ms-cherry-service-icon{
  width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:17px;
  background:linear-gradient(145deg,#edf4ff,#f9f1ff);color:#3767e7;font-size:1.25rem
}
.cherryhill-page .ms-cherry-service-card h3{font-size:1.5rem;font-weight:800;margin:0;color:var(--ch-navy)}
.cherryhill-page .ms-cherry-service-card p{color:var(--ch-muted)}
.cherryhill-page .ms-cherry-service-card ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;padding-left:20px;color:#425674}

/* QUESTIONS */
.cherryhill-page .ms-cherry-questions{padding:100px 0;color:#fff;background:linear-gradient(135deg,#081326,#101d42 62%,#241b54)}
.cherryhill-page .ms-cherry-questions h2{color:#fff}
.cherryhill-page .ms-cherry-questions p{color:#c6d1e4}
.cherryhill-page .ms-cherry-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.cherryhill-page .ms-cherry-question-grid div{
  padding:18px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.06);backdrop-filter:blur(10px);font-weight:700
}
.cherryhill-page .ms-cherry-question-grid div:last-child{grid-column:1/-1}
.cherryhill-page .ms-cherry-question-footer{margin:20px 0 0}

/* INDUSTRIES */
.cherryhill-page .ms-cherry-industries{padding:100px 0;background:#fff}
.cherryhill-page .ms-cherry-industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.cherryhill-page .ms-cherry-industry-grid div{
display:flex;align-items:center;padding:23px;border:1px solid var(--ch-line);
  border-radius:22px;background:linear-gradient(145deg,#fff,#f7faff);
  font-weight:800;color:#263b5c;box-shadow:0 14px 35px rgba(29,58,103,.06)
}

/* PROOF */
.cherryhill-page .ms-cherry-proof{padding:100px 0;color:#fff;background:linear-gradient(135deg,#111a38,#151949 55%,#2f1a59)}
.cherryhill-page .ms-cherry-proof h2{color:#fff}
.cherryhill-page .ms-cherry-proof p{color:#c9d3e7}
.cherryhill-page .ms-cherry-stat-orbit{width:min(520px,90vw);aspect-ratio:1;margin:auto;position:relative;display:grid;place-items:center}
.cherryhill-page .ms-cherry-stat-core{
  position:relative;z-index:4;width:140px;height:140px;border-radius:36px;display:grid;place-items:center;
  font-size:2.6rem;background:linear-gradient(145deg,#246bfd,#7a5cff);box-shadow:0 0 70px rgba(88,101,255,.5)
}
.cherryhill-page .ms-cherry-ring{position:absolute;border-radius:50%;border:1px solid rgba(159,190,255,.25)}
.cherryhill-page .ms-cherry-ring-one{width:62%;height:62%}
.cherryhill-page .ms-cherry-ring-two{width:90%;height:90%;border-style:dashed}
.cherryhill-page .ms-cherry-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:#7fe1ff;box-shadow:0 0 22px #50cfff}
.cherryhill-page .ms-cherry-dot-one{top:20%;left:22%}
.cherryhill-page .ms-cherry-dot-two{right:13%;top:47%}
.cherryhill-page .ms-cherry-dot-three{bottom:15%;left:38%}

/* LOCATION */
.cherryhill-page .ms-cherry-location{padding:100px 0;background:linear-gradient(180deg,#f6f9ff,#fff)}
.cherryhill-page .ms-cherry-location-card{
  padding:45px;border-radius:30px;border:1px solid var(--ch-line);text-align:center;background:#fff;
  box-shadow:0 24px 60px rgba(24,54,102,.09)
}
.cherryhill-page .ms-cherry-location-card>i{font-size:2.2rem;color:var(--ch-blue);margin-bottom:20px}
.cherryhill-page .ms-cherry-location-card h3{font-size:1.75rem;font-weight:800;color:var(--ch-navy)}
.cherryhill-page .ms-cherry-location-card p{color:var(--ch-muted)}

/* HELP */
.cherryhill-page .ms-cherry-help{padding:100px 0;background:#fff}
.cherryhill-page .ms-cherry-help-card{
  height:100%;padding:30px;border:1px solid var(--ch-line);border-radius:24px;background:#fff;
  box-shadow:0 16px 42px rgba(22,52,96,.06);transition:.3s ease
}
.cherryhill-page .ms-cherry-help-card:hover{transform:translateY(-6px);border-color:#c7d8f7}
.cherryhill-page .ms-cherry-help-card>i{
  width:52px;height:52px;display:grid;place-items:center;border-radius:16px;
  background:#eef4ff;color:#2965e5;margin-bottom:20px
}
.cherryhill-page .ms-cherry-help-card h3{font-size:1.18rem;font-weight:800;color:var(--ch-navy);margin-bottom:12px}
.cherryhill-page .ms-cherry-help-card p{margin:0;color:var(--ch-muted)}

/* PROCESS */
.cherryhill-page .ms-cherry-process{padding:100px 0;color:#fff;background:linear-gradient(135deg,#071424,#0d2451)}
.cherryhill-page .ms-cherry-process h2{color:#fff}
.cherryhill-page .ms-cherry-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.cherryhill-page .ms-cherry-process-grid article{
  min-height:245px;padding:30px;border-radius:24px;border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.055);backdrop-filter:blur(10px)
}
.cherryhill-page .ms-cherry-process-grid strong{display:block;font-size:1.28rem;color:#fff;margin-bottom:14px}
.cherryhill-page .ms-cherry-process-grid p{color:#c7d3e9;margin:0}

/* FAQ */
.cherryhill-page .ms-cherry-faq{padding:100px 0;background:#f7f9fd}
.cherryhill-page .ms-cherry-accordion{max-width:1000px;margin:auto}
.cherryhill-page .ms-cherry-accordion .accordion-item{
  overflow:hidden;margin-bottom:12px;border:1px solid #dee6f2;border-radius:18px;background:#fff
}
.cherryhill-page .ms-cherry-accordion .accordion-button{
  padding:21px 24px;background:#fff;color:#132540;font-weight:800;box-shadow:none
}
.cherryhill-page .ms-cherry-accordion .accordion-button:not(.collapsed){color:#1557d7;background:#f2f6ff}
.cherryhill-page .ms-cherry-accordion .accordion-body{padding:22px 24px;color:#5b6d88;line-height:1.8}

/* CTA */
.cherryhill-page .ms-cherry-cta{padding:95px 0;background:#fff}
.cherryhill-page .ms-cherry-cta-box{
  position:relative;overflow:hidden;padding:70px clamp(28px,6vw,80px);border-radius:34px;text-align:center;
  color:#fff;background:
    radial-gradient(circle at 15% 20%,rgba(0,200,255,.28),transparent 25%),
    radial-gradient(circle at 85% 85%,rgba(215,73,255,.25),transparent 28%),
    linear-gradient(135deg,#07152b,#122f67 58%,#2c205b)
}
.cherryhill-page .ms-cherry-cta-box:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:42px 42px
}
.cherryhill-page .ms-cherry-cta-box>*{position:relative;z-index:1}
.cherryhill-page .ms-cherry-cta-box h2{color:#fff}
.cherryhill-page .ms-cherry-cta-box p{max-width:1350px;margin:0 auto 12px;color:#d3dded}
.cherryhill-page .ms-cherry-cta-final{font-weight:800;color:#fff!important;margin-top:24px!important}

/* ANIMATION */
@keyframes cherrySpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes cherrySpinReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}

/* RESPONSIVE */
@media (max-width:1199.98px){
  .cherryhill-page .cherry360-orbit-one{width:560px;height:560px}
  .cherryhill-page .cherry360-orbit-two{width:700px;height:700px}
  .cherryhill-page .ms-cherry-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .cherryhill-page .cherry360-section{min-height:auto;padding:90px 0 60px}
  .cherryhill-page .cherry360-orbit{display:none}
  .cherryhill-page .ms-cherry-solution-visual{min-height:260px;text-align:center;align-items:center}
  .cherryhill-page .ms-cherry-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cherryhill-page .ms-cherry-questions .col-lg-5{text-align:center}
  .cherryhill-page .ms-cherry-stat-orbit{margin-top:30px}
}
@media (max-width:767.98px){
  .cherryhill-page .cherry360-section,
  .cherryhill-page .ms-cherry-intro,
  .cherryhill-page .ms-cherry-solutions,
  .cherryhill-page .ms-cherry-questions,
  .cherryhill-page .ms-cherry-industries,
  .cherryhill-page .ms-cherry-proof,
  .cherryhill-page .ms-cherry-location,
  .cherryhill-page .ms-cherry-help,
  .cherryhill-page .ms-cherry-process,
  .cherryhill-page .ms-cherry-faq,
  .cherryhill-page .ms-cherry-cta{padding-top:72px;padding-bottom:72px}
  .cherryhill-page .cherry360-title{font-size:clamp(2.6rem,13vw,4.4rem)}
  .cherryhill-page .cherry360-kicker{font-size:.72rem}
  .cherryhill-page .ms-cherry-question-grid,
  .cherryhill-page .ms-cherry-industry-grid,
  .cherryhill-page .ms-cherry-process-grid{grid-template-columns:1fr}
  .cherryhill-page .ms-cherry-question-grid div:last-child{grid-column:auto}
  .cherryhill-page .ms-cherry-service-card ul{grid-template-columns:1fr}
  .cherryhill-page .ms-cherry-solution-content{padding:28px 24px}
  .cherryhill-page .ms-cherry-service-card,
  .cherryhill-page .ms-cherry-location-card{padding:27px 23px}
  .cherryhill-page .ms-cherry-cta-box{border-radius:25px}
}
@media (max-width:479.98px){
  .cherryhill-page .cherry360-services{gap:9px}
  .cherryhill-page .cherry360-service-item{width:54px;height:54px;border-radius:15px}
  .cherryhill-page .ms-cherry-pill{font-size:.68rem;letter-spacing:.05em}
  .cherryhill-page h2{font-size:2rem}
}
@media (prefers-reduced-motion:reduce){
  .cherryhill-page .cherry360-orbit{animation:none}
  .cherryhill-page .ms-cherry-service-card,
  .cherryhill-page .ms-cherry-help-card{transition:none}
}
