:root{
  --bg:#080713;
  --panel:#151225;
  --panel2:#1c1730;
  --text:#f8f3ff;
  --muted:#c9bfdc;
  --gold:#f3c96a;
  --line:rgba(255,255,255,.14);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 20% 10%,rgba(139,92,246,.28),transparent 32%),
    radial-gradient(circle at 80% 15%,rgba(243,201,106,.2),transparent 30%),
    linear-gradient(180deg,#080713,#120f21 50%,#080713);
  color:var(--text);
  line-height:1.7;
}
a{color:var(--gold)}
.container{width:min(1120px,calc(100% - 32px));margin:auto}
.hero{text-align:center;padding:92px 0 70px}
.badge{
  display:inline-block;
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 16px;
  color:var(--muted);
  background:rgba(255,255,255,.06);
}
h1{
  font-size:clamp(3.2rem,10vw,6rem);
  margin:18px 0 6px;
  color:var(--gold);
  letter-spacing:-3px;
}
h2{font-size:clamp(2rem,5vw,3.2rem);line-height:1.1;margin:0 0 18px}
h3{font-size:1.45rem;margin:0 0 10px}
.lead{font-size:clamp(1.25rem,3vw,1.7rem);color:var(--muted);margin-bottom:28px}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:54px;
  border:none;
  border-radius:16px;
  padding:14px 22px;
  background:linear-gradient(135deg,var(--gold),#c99436);
  color:#141006;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.btn.secondary{
  background:rgba(255,255,255,.08);
  color:var(--text);
  border:1px solid var(--line);
}
.card{
  background:rgba(255,255,255,.075);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  margin:24px 0;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.highlight{
  background:linear-gradient(145deg,rgba(243,201,106,.16),rgba(139,92,246,.12));
  border-color:rgba(243,201,106,.34);
}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.price{font-size:2.25rem;color:var(--gold);font-weight:900;margin:8px 0}
.small{color:var(--muted);font-size:.98rem}
details{border-top:1px solid var(--line);padding:16px 0}
summary{cursor:pointer;font-weight:800;font-size:1.1rem}
label{display:block;font-weight:700;margin:14px 0}
input,textarea,select{
  width:100%;
  margin-top:7px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  color:var(--text);
  padding:15px;
  font-size:1rem;
}
select option{color:#111}
footer{text-align:center;padding:34px 0 120px;color:var(--muted)}
.cookie-banner{
  display:none;
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:9999;
  background:rgba(21,18,37,.96);
  border:1px solid rgba(243,201,106,.36);
  border-radius:22px;
  padding:18px;
  box-shadow:0 20px 70px rgba(0,0,0,.5);
  backdrop-filter:blur(16px);
}
.cookie-content{
  max-width:1120px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.cookie-content p{margin:6px 0 0;color:var(--muted)}
.cookie-actions{display:flex;gap:12px;flex-shrink:0}
@media(max-width:900px){
  .container{width:calc(100% - 24px)}
  .hero{padding:72px 0 52px}
  .grid{grid-template-columns:1fr}
  .card{padding:24px 20px;border-radius:24px}
  h1{font-size:clamp(3rem,14vw,4.6rem)}
  .btn{width:100%;font-size:1.08rem}
  input,textarea,select{font-size:1.05rem;min-height:56px}
  .cookie-content{flex-direction:column;align-items:flex-start}
  .cookie-actions{width:100%;flex-direction:column}
}


/* =========================================================
   ASTROALIVIO — ORIGINAL DESIGN ENHANCEMENT
   Preserves the original dark / violet / gold visual identity
   ========================================================= */

.site-header{
  position:sticky;
  top:0;
  z-index:2000;
  background:rgba(8,7,19,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(243,201,106,.16);
}
.nav-wrap{
  width:min(1120px,calc(100% - 32px));
  min-height:70px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.brand-mark{color:var(--gold);font-size:1.4rem}
.brand-name{color:var(--text);font-size:1.1rem;font-weight:900;letter-spacing:.02em}
.main-nav{display:flex;gap:22px;align-items:center}
.main-nav a{color:var(--muted);text-decoration:none;font-weight:700;font-size:.94rem}
.main-nav a:hover{color:var(--gold)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.06);padding:10px}
.menu-toggle span{display:block;height:2px;background:var(--gold);margin:5px 0;border-radius:999px}

.hero{position:relative;overflow:hidden;padding:105px 0 85px}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:
radial-gradient(circle at 50% 20%,rgba(243,201,106,.09),transparent 28%),
radial-gradient(circle at 18% 78%,rgba(139,92,246,.18),transparent 30%)}
.hero .container{position:relative;z-index:1}
.hero-symbol{font-size:4.8rem;line-height:1;color:var(--gold);filter:drop-shadow(0 0 22px rgba(243,201,106,.3));margin:12px 0 0}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.76rem;margin-bottom:10px}
.about-card{background:linear-gradient(145deg,rgba(139,92,246,.15),rgba(243,201,106,.07))}
.service-detail-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:35px}
.service-detail-links a{padding:22px 13px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--line);text-decoration:none;font-size:.92rem}
.service-detail-links a:hover{border-color:rgba(243,201,106,.42)}

.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.process-item{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}
.process-item>span{display:inline-flex;flex:0 0 38px;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:rgba(243,201,106,.14);color:var(--gold);font-weight:900}
.process-item h3{margin:0 0 5px}.process-item p{margin:0;color:var(--muted)}

.service-page{padding-top:48px;padding-bottom:80px}
.service-hero{text-align:center;padding:46px 32px}
.service-hero h1{font-size:clamp(2.7rem,7vw,5rem);letter-spacing:-2px}
.service-price{color:var(--gold);font-size:2.5rem;font-weight:900;margin:6px 0 12px}
.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.article-card{margin:0}.article-card h2{font-size:1.6rem}.article-card h2 a{text-decoration:none}
.text-link{text-decoration:none;font-weight:800}
.article-page{padding-top:48px;padding-bottom:80px;max-width:900px}
.article-page h1{font-size:clamp(2.5rem,7vw,4.7rem);letter-spacing:-2px}
.article-intro{font-size:1.25rem;color:var(--muted)}
.notice{margin:28px 0;padding:18px 20px;border-left:3px solid var(--gold);background:rgba(243,201,106,.08);border-radius:0 14px 14px 0;color:var(--muted)}

.cookie-consent{display:none;position:fixed;inset:0;z-index:5000;align-items:flex-end;justify-content:center;padding:18px;background:rgba(4,3,10,.42)}
.cookie-consent.is-open{display:flex}
.cookie-consent-card{width:min(1000px,100%);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:22px;background:rgba(21,18,37,.98);border:1px solid rgba(243,201,106,.35);box-shadow:0 25px 80px rgba(0,0,0,.5)}
.cookie-consent-copy{flex:1}.cookie-consent-copy h2{font-size:1.6rem;margin-bottom:8px}.cookie-consent-copy p{margin:0;color:var(--muted)}
.cookie-consent-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cookie-btn{width:auto!important;min-height:44px!important;padding:10px 15px!important;border-radius:13px!important}
.cookie-btn-primary{background:linear-gradient(135deg,var(--gold),#c99436)!important;color:#141006!important}
.cookie-btn-secondary{background:rgba(255,255,255,.07)!important;color:var(--text)!important;border:1px solid var(--line)!important}
.cookie-policy-link{background:none!important;color:var(--gold)!important;padding:0!important;width:auto!important;min-height:auto!important;text-decoration:underline}

.cookie-settings-modal,.cookie-modal{display:none;position:fixed;inset:0;z-index:5100}
.cookie-settings-modal.is-open,.cookie-modal.is-open{display:block}
.cookie-settings-backdrop,.cookie-modal-backdrop{position:absolute;inset:0;background:rgba(4,3,10,.78)}
.cookie-settings-dialog,.cookie-modal-dialog{position:relative;z-index:1;width:min(720px,calc(100% - 30px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;padding:28px;border-radius:22px;background:#151225;border:1px solid rgba(243,201,106,.3);box-shadow:0 30px 90px rgba(0,0,0,.55)}
.cookie-settings-close,.cookie-modal-close{position:absolute;right:14px;top:12px;width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;color:var(--text)!important}
.cookie-category{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 0;border-top:1px solid var(--line)}
.cookie-category p{margin:0;color:var(--muted)}.cookie-category h3{margin-bottom:6px}
.cookie-switch{position:relative;flex:0 0 48px;width:48px;height:28px}.cookie-switch input{opacity:0;width:0;height:0}
.cookie-slider{position:absolute;inset:0;border-radius:999px;background:#4a435d}.cookie-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff}
.cookie-switch input:checked+.cookie-slider{background:var(--gold)}.cookie-switch input:checked+.cookie-slider:before{transform:translateX(20px)}
.cookie-settings-footer{display:flex;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid var(--line)}
.cookie-modal-body p{color:var(--muted)}

footer a{margin:0 3px}

@media(max-width:900px){
  .main-nav{display:none;position:absolute;top:100%;left:12px;right:12px;flex-direction:column;align-items:stretch;padding:10px;background:rgba(21,18,37,.98);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.4)}
  .main-nav.nav-open{display:flex}.main-nav a{padding:12px 14px;border-radius:12px}.main-nav a:hover{background:rgba(255,255,255,.05)}
  .menu-toggle{display:block}
  .hero-actions{flex-direction:column}.hero-actions .btn{width:100%}
  .process-grid,.article-grid{grid-template-columns:1fr}
  .cookie-consent-card{flex-direction:column;align-items:stretch}.cookie-consent-actions{display:grid;grid-template-columns:1fr}
  .cookie-settings-footer{flex-direction:column}
}


/* ASTROALIVIO — OFFICIAL EMBLEM / FOOTER */
.brand-logo{
  width:44px;height:44px;object-fit:contain;border-radius:50%;
  box-shadow:0 0 22px rgba(243,201,106,.14);
}
.hero-emblem{
  display:block;width:230px;height:230px;object-fit:contain;
  margin:18px auto 10px;border-radius:50%;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.32));
}
footer{
  text-align:center;padding:38px 16px 120px;color:var(--muted);
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(8,7,19,.42);
}
footer p{margin:7px 0}
footer a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(243,201,106,.25)}
footer a:hover{border-bottom-color:var(--gold)}

@media(max-width:900px){
  .brand-logo{width:40px;height:40px}
  .hero-emblem{width:180px;height:180px}
}


/* ASTROALIVIO — LAUNCH OFFER */
.launch-offer-section{
  position:relative;
  overflow:hidden;
  border-color:rgba(243,201,106,.34);
  background:
    radial-gradient(circle at 88% 15%,rgba(243,201,106,.10),transparent 28%),
    linear-gradient(145deg,rgba(139,92,246,.13),rgba(243,201,106,.055));
}
.launch-offer-section::after{
  content:"✦";
  position:absolute;
  right:28px;
  top:18px;
  color:rgba(243,201,106,.18);
  font-size:5rem;
  line-height:1;
}
.launch-note{
  color:var(--muted);
  font-size:.94rem;
}
.launch-card-price{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.launch-card-price strong{
  color:var(--gold);
  font-size:2rem;
  line-height:1.1;
}
.launch-card-price small{
  color:var(--text);
  font-weight:800;
}
.launch-card-price span{
  color:var(--muted);
  font-size:.84rem;
}
.launch-price-box{
  margin:18px auto 24px;
  padding:18px 22px;
  max-width:520px;
  border:1px solid rgba(243,201,106,.30);
  border-radius:18px;
  background:rgba(243,201,106,.065);
}
.launch-price-label{
  color:var(--text);
  font-size:.9rem;
  font-weight:800;
}
.launch-price{
  margin:5px 0;
  color:var(--gold);
  font-size:2.8rem;
  font-weight:950;
  line-height:1.05;
}
.future-price{
  color:var(--muted);
  font-size:.9rem;
}


/* ASTROALIVIO — SERVICE PRICE CARD DESIGN FIX */
#services .grid{
  align-items:stretch;
}
#services .service,
#services .card{
  display:flex;
  flex-direction:column;
}
.service-price-compact{
  margin-top:auto;
  padding-top:18px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:
    "price label"
    "price standard";
  column-gap:14px;
  align-items:center;
  border-top:1px solid rgba(243,201,106,.18);
}
.service-price-main{
  grid-area:price;
  color:var(--gold);
  font-size:2rem;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}
.service-price-label{
  grid-area:label;
  color:var(--text);
  font-size:.86rem;
  font-weight:850;
  line-height:1.2;
}
.service-price-standard{
  grid-area:standard;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.25;
  margin-top:3px;
}
@media(max-width:700px){
  .service-price-compact{
    grid-template-columns:auto 1fr;
    column-gap:12px;
  }
  .service-price-main{font-size:1.8rem}
}

/* Keep service cards equal in visual rhythm */
#services .grid > *{
  min-height:100%;
}


/* ASTROALIVIO — CLEAN SERVICE CARDS */
#services .grid{
  align-items:stretch;
}
#services .service-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
#services .service-card > p{
  color:var(--muted);
}
#services .service-price-compact{
  margin-top:auto;
}
.service-more{
  display:inline-block;
  margin-top:16px;
  color:var(--gold);
  font-weight:800;
  text-decoration:none;
}
.service-more:hover{
  text-decoration:underline;
}


/* ASTROALIVIO — CONSULTATION FORMAT */
.consultation-format-section{
  background:
    radial-gradient(circle at 88% 18%,rgba(243,201,106,.09),transparent 30%),
    linear-gradient(145deg,rgba(139,92,246,.08),rgba(243,201,106,.035));
}
.format-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.format-option{
  padding:16px 18px;
  border:1px solid rgba(243,201,106,.20);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  display:flex;
  flex-direction:column;
  gap:4px;
}
.format-option strong{color:var(--gold)}
.format-option span{color:var(--muted);font-size:.9rem}
.service-format,
.detail-format{
  margin-top:12px;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.45;
}
.service-format strong,
.detail-format strong{color:var(--text)}
.detail-format{
  margin:0 0 18px;
}
form select{
  width:100%;
  box-sizing:border-box;
}
@media(max-width:650px){
  .format-options{grid-template-columns:1fr}
}


/* ASTROALIVIO — IN-PERSON SURCHARGE */
.service-format{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.format-price-note{
  display:none;
  margin-top:8px;
  padding:10px 12px;
  border:1px solid rgba(243,201,106,.22);
  border-radius:10px;
  background:rgba(243,201,106,.055);
  color:var(--muted);
  font-size:.86rem;
  line-height:1.4;
}
.format-price-note.is-visible{
  display:block;
}


/* ASTROALIVIO — MARKETING & CONTENT V2 */
.service-fit{
  color:var(--text)!important;
  font-weight:750;
  font-size:.92rem;
  margin-bottom:8px;
}
.service-duration{
  display:inline-block;
  margin-bottom:12px;
  color:var(--muted);
  font-size:.82rem;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.value-item,.process-step{
  padding:18px;
  border:1px solid rgba(243,201,106,.17);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.value-item h3,.process-step h3{margin-top:0}
.nonfatalism{
  margin-top:18px;
  padding:16px 18px;
  border-left:3px solid var(--gold);
  background:rgba(243,201,106,.055);
  border-radius:0 12px 12px 0;
  color:var(--muted);
}
.nonfatalism strong{color:var(--text)}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.process-step span{
  display:block;
  color:var(--gold);
  font-size:.82rem;
  font-weight:900;
  margin-bottom:10px;
}
.choose-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.choose-help h2{margin-bottom:8px}
.choose-help p{margin-bottom:0}
.duration-pill{
  display:inline-block;
  padding:8px 12px;
  margin-bottom:14px;
  border:1px solid rgba(243,201,106,.22);
  border-radius:999px;
  color:var(--muted);
  font-size:.88rem;
}
.deliverables-list{
  display:grid;
  gap:9px;
  padding-left:22px;
}
.article-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.article-link-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:120px;
  padding:18px;
  border:1px solid rgba(243,201,106,.17);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease;
}
.article-link-card:hover{
  transform:translateY(-2px);
  border-color:rgba(243,201,106,.38);
}
.article-link-card strong{color:var(--text)}
.article-link-card span{color:var(--muted);font-size:.88rem;line-height:1.45}
.section-action{margin-top:18px}
.article-page{max-width:920px}
.article-section p{line-height:1.75}
@media(max-width:900px){
  .value-grid,.article-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .choose-help{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .process-grid{grid-template-columns:1fr}
}


/* ASTROALIVIO — PROCESS NUMBERS 1–4 */
.process-step{
  display:grid;
  grid-template-columns:38px 1fr;
  grid-template-areas:
    "number title"
    "number text";
  column-gap:12px;
  align-items:start;
}
.process-step span{
  grid-area:number;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin:0;
  border:1px solid rgba(243,201,106,.30);
  border-radius:50%;
  color:var(--gold);
  font-size:1rem;
  font-weight:900;
  line-height:1;
}
.process-step h3{
  grid-area:title;
  margin:3px 0 6px;
}
.process-step p{
  grid-area:text;
  margin:0;
}


/* ASTROALIVIO — ASTROLOGICAL CONTENT V3 */
.needs-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.need-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:145px;
  padding:18px;
  border:1px solid rgba(243,201,106,.17);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease;
}
.need-card:hover{transform:translateY(-2px);border-color:rgba(243,201,106,.38)}
.need-card strong{color:var(--text);line-height:1.35}
.need-card span{color:var(--muted);font-size:.86rem;line-height:1.45}
.method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.method-grid>div{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px;
  border:1px solid rgba(243,201,106,.15);
  border-radius:14px;
  background:rgba(255,255,255,.02);
}
.method-grid strong{color:var(--gold)}
.method-grid span{color:var(--muted);font-size:.87rem;line-height:1.45}
.method-note,.small-note{
  margin-top:16px;
  color:var(--muted);
  font-size:.9rem;
}
.principle-section blockquote{
  margin:18px 0;
  padding:18px 20px;
  border-left:3px solid var(--gold);
  background:rgba(243,201,106,.055);
  border-radius:0 14px 14px 0;
  font-size:1.12rem;
  line-height:1.55;
  color:var(--text);
}
@media(max-width:1050px){
  .needs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
  .method-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .needs-grid{grid-template-columns:1fr}
  .need-card{min-height:auto}
}


/* ASTROALIVIO — NEEDS / SERVICES VERTICAL SPACING FIX */
.needs-section{
  margin-bottom:32px;
}
.needs-grid{
  margin-bottom:4px;
}
#services{
  margin-top:32px;
}
@media(max-width:800px){
  .needs-section{
    margin-bottom:24px;
  }
  #services{
    margin-top:24px;
  }
}


/* ASTROALIVIO — GAP BETWEEN SERVICE CARDS */
#services .services-card-grid{
  gap:22px !important;
  row-gap:22px !important;
  column-gap:22px !important;
}
#services .services-card-grid > *{
  margin:0 !important;
}
@media(max-width:900px){
  #services .services-card-grid{
    gap:18px !important;
    row-gap:18px !important;
  }
}
@media(max-width:560px){
  #services .services-card-grid{
    gap:16px !important;
    row-gap:16px !important;
  }
}


/* ASTROALIVIO — SPACE ABOVE BOTTOM SERVICE LINKS */
#services .service-links,
#services .quick-links,
#services .services-nav,
#services .service-nav,
#services .chips,
#services .pills{
  margin-top:28px !important;
}

/* Fallback: the row of service-page links directly after the service cards */
#services .services-card-grid + div,
#services .services-card-grid + nav{
  margin-top:28px !important;
}

@media(max-width:800px){
  #services .service-links,
  #services .quick-links,
  #services .services-nav,
  #services .service-nav,
  #services .chips,
  #services .pills,
  #services .services-card-grid + div,
  #services .services-card-grid + nav{
    margin-top:22px !important;
  }
}
