/* Services */
.page-head{padding-top:110px}

.page-services .header.is-nav-open{
  z-index:90;
}

.services-pricing-section{
  padding-top: 8px;
}

.services-pricing-head{
  text-align:center;
  margin-bottom:28px;
}

.services-pricing-head .lead{
  margin-inline:auto;
}

.services-pricing{
  position:relative;
}

.services-pricing__track{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  align-items:stretch;
}

.service-plan{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  min-height:620px;
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(198,167,94,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    linear-gradient(180deg, rgba(16,16,16,.84), rgba(9,9,9,.96));
  border:1px solid rgba(198,167,94,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 22px 48px rgba(0,0,0,.24);
  transition:
    transform .45s var(--ease),
    border-color .45s var(--ease),
    box-shadow .45s var(--ease);
}

.service-plan::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.04), transparent 28%, transparent 72%, rgba(198,167,94,.05));
}

.service-plan:hover{
  transform:translateY(-8px);
  border-color:rgba(198,167,94,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 28px 56px rgba(0,0,0,.34);
}

.service-plan__inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:620px;
  padding:30px 28px 24px;
}

.service-plan__head{
  text-align:center;
}

.service-plan__title{
  margin:0;
  font-family:'Bodoni Moda', serif;
  font-size:clamp(1.8rem, 2.6vw, 2.65rem);
  line-height:1;
  color:rgba(255,248,233,.98);
}

.service-plan__subtitle{
  margin:10px auto 0;
  max-width:26ch;
  color:rgba(255,255,255,.74);
  font-size:.94rem;
  line-height:1.45;
}

.service-plan__price-wrap{
  padding:28px 0 20px;
  text-align:center;
}

.service-plan__price{
  font-family:'Bodoni Moda', serif;
  font-size:clamp(2.6rem, 4.3vw, 4.1rem);
  line-height:.94;
  color:rgba(255,248,233,.98);
}

.service-plan__note{
  margin:12px auto 0;
  max-width:29ch;
  color:rgba(255,255,255,.68);
  line-height:1.55;
  font-size:.92rem;
}

.service-plan__separator{
  width:100%;
  height:1px;
  margin:0 0 24px;
  background:linear-gradient(90deg, rgba(198,167,94,.08), rgba(198,167,94,.42), rgba(198,167,94,.08));
}

.service-plan__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.service-plan__list li{
  position:relative;
  padding-left:18px;
  color:rgba(255,255,255,.87);
  line-height:1.5;
  font-size:.95rem;
}

.service-plan__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(198,167,94,.11);
}

.service-plan__cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:14px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  text-align:center;
  border:1px solid rgba(198,167,94,.40);
  background:linear-gradient(180deg, rgba(198,167,94,.22), rgba(198,167,94,.12));
  color:rgba(255,248,233,.96);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.service-plan__cta:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.28);
  border-color:rgba(198,167,94,.6);
}

.service-plan--featured{
  transform:translateY(-14px);
  background:
    radial-gradient(140% 120% at 10% 0%, rgba(198,167,94,.18), transparent 55%),
    linear-gradient(180deg, rgba(198,167,94,.18), rgba(198,167,94,.06) 26%, rgba(10,10,10,.92) 100%),
    linear-gradient(180deg, rgba(16,16,16,.9), rgba(8,8,8,.98));
  border-color:rgba(198,167,94,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 30px 64px rgba(0,0,0,.34),
    0 0 0 1px rgba(198,167,94,.10);
}

.service-plan--featured:hover{
  transform:translateY(-20px);
}

.service-plan--featured .service-plan__cta{
  background:linear-gradient(180deg, rgba(255,241,214,.96), rgba(228,201,133,.92));
  color:#111;
  border-color:rgba(255,231,175,.75);
}

.service-plan__badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:16px;
  border-radius:999px;
  border:2px solid rgba(255,234,183,.55);
  background:radial-gradient(circle at 30% 30%, rgba(255,241,214,.22), rgba(198,167,94,.12) 60%, rgba(0,0,0,.12));
  color:rgba(255,243,221,.95);
  text-align:center;
  font-size:.78rem;
  line-height:1.1;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.services-pricing__dots{
  display:none;
}

.services-pricing__footnote{
  margin-top:14px;
  text-align:center;
  color:rgba(255,255,255,.62);
  font-size:.86rem;
  line-height:1.6;
}

.services-pricing__legal{
  max-width:980px;
  margin:16px auto 0;
  text-align:center;
}

.services-pricing__legal p{
  margin:8px 0 0;
  color:rgba(255,255,255,.5);
  font-size:.78rem;
  line-height:1.65;
}

.process{
  margin-top:26px;
  padding:22px;
}

.step{padding:16px}

.step .n{
  font-family:'Cinzel', serif;
  color:var(--gold-2);
  letter-spacing:.18em;
}


.services-benefits-section{
  padding-top: 6px;
  padding-bottom: 8px;
}

.services-benefits{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:22px;
  align-items:stretch;
}

.services-benefit-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:26px 26px 24px;
  min-height:420px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(198,167,94,.10), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    linear-gradient(180deg, rgba(17,17,17,.84), rgba(9,9,9,.96));
  border:1px solid rgba(198,167,94,.15);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 22px 44px rgba(0,0,0,.22);
}

.services-benefit-card::before{
  content:"";
  position:absolute;
  inset:auto -10% -32% auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(198,167,94,.12), transparent 68%);
  pointer-events:none;
}

.services-benefit-card--intro{
  display:flex;
  flex-direction:column;
}

.services-benefit-card__title{
  margin:0 0 14px;
  font-family:'Cinzel', serif;
  font-size:clamp(1.7rem, 2.5vw, 2.45rem);
  line-height:1.08;
  color:rgba(255,248,233,.98);
}

.services-benefit-card__highlight{
  margin:0 0 14px;
  font-size:clamp(1.05rem, 1.55vw, 1.35rem);
  line-height:1.25;
  color:rgba(255,255,255,.82);
}

.services-benefit-card__highlight strong{
  margin-right:10px;
  font-family:'Cinzel', serif;
  font-size:1.55em;
  color:var(--gold-2);
}

.services-benefit-card__text{
  margin:0;
  max-width:34ch;
  color:rgba(255,255,255,.72);
  line-height:1.66;
  font-size:.94rem;
}

.services-benefit-list{
  list-style:none;
  margin:30px 0 0;
  padding:0;
  display:grid;
  gap:16px;
}

.services-benefit-list li{
  position:relative;
  padding-left:20px;
  color:rgba(255,255,255,.88);
  line-height:1.5;
  font-size:.95rem;
}

.services-benefit-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(198,167,94,.1);
}

.services-benefit-card--points{
  border-color:rgba(198,167,94,.24);
}

.services-benefit-points{
  display:grid;
  gap:0;
}

.services-benefit-point{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  padding:10px 0 24px;
}

.services-benefit-point + .services-benefit-point{
  border-top:1px solid rgba(198,167,94,.14);
  padding-top:24px;
}

.services-benefit-point__icon{
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(198,167,94,.45);
  background:linear-gradient(180deg, rgba(198,167,94,.14), rgba(198,167,94,.06));
  color:var(--gold-2);
  font-weight:700;
  font-size:1rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.services-benefit-point__body h3{
  margin:0 0 7px;
  font-size:1.2rem;
  line-height:1.2;
  color:rgba(255,248,233,.96);
}

.services-benefit-point__body p{
  margin:0;
  max-width:30ch;
  color:rgba(255,255,255,.7);
  line-height:1.6;
  font-size:.94rem;
}

.services-story-section{
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-story-head{
  margin-bottom: 28px;
  text-align:center;
}

.services-display-title{
  margin:0;
  font-family:'Cinzel', serif;
  font-size:clamp(2rem, 4.3vw, 4.1rem);
  line-height:.98;
  letter-spacing:-.03em;
  color:rgba(255,248,233,.96);
}

.services-display-title span{
  color:var(--gold-2);
}

.services-format,
.services-panel{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(198,167,94,.14);
  background:
    radial-gradient(140% 140% at 0% 0%, rgba(198,167,94,.09), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    linear-gradient(180deg, rgba(18,18,18,.88), rgba(8,8,8,.96));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 22px 48px rgba(0,0,0,.24);
}

.services-format{
  padding:32px 28px 28px;
}

.services-format__intro h3,
.services-panel h3{
  margin:0 0 12px;
  font-size:clamp(1.35rem, 1.95vw, 2rem);
  line-height:1.08;
  color:rgba(255,248,233,.98);
}

.services-format__intro p,
.services-panel > p{
  margin:0;
  max-width:56ch;
  color:rgba(255,255,255,.7);
  font-size:.94rem;
  line-height:1.64;
}

.services-format__grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px 18px;
}

.services-check-pill{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:66px;
  padding:16px 20px;
  border-radius:999px;
  border:1px solid rgba(198,167,94,.16);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.9);
  font-size:.93rem;
}

.services-check-pill__icon{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(198,167,94,.35);
  color:var(--gold-2);
  font-weight:700;
  font-size:1rem;
}

.services-check-pill--warn .services-check-pill__icon{
  border-color:rgba(207,101,101,.45);
  color:#d78d8d;
}

.services-insights,
.services-google-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:1.2fr .95fr;
  gap:22px;
}

.services-panel{
  padding:28px 24px;
}

.services-panel__kicker{
  margin:0 0 12px;
  color:var(--gold-2);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:.72rem;
  font-weight:600;
}

.services-tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.services-tag{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(198,167,94,.18);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.88);
  font-size:.92rem;
}

.services-tag--ghost{
  border-style:dashed;
  color:rgba(255,255,255,.56);
}

.services-expectations{
  display:grid;
  gap:4px;
  margin-top:18px;
}

.services-expectation{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  align-items:center;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.07);
  color:rgba(255,255,255,.86);
  font-size:.94rem;
}

.services-expectation:first-child{
  border-top:0;
}

.services-expectation__icon,
.services-google-card__icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(198,167,94,.18);
  color:var(--gold-2);
  font-size:1.2rem;
}

.services-google-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

.services-google-card{
  min-height:220px;
  padding:20px 16px;
  border-radius:24px;
  border:1px solid rgba(198,167,94,.15);
  background:rgba(255,255,255,.03);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.services-google-card h4{
  margin:16px 0 8px;
  font-size:1.12rem;
  color:rgba(255,248,233,.96);
}

.services-google-card p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.56;
  font-size:.92rem;
}

.services-stats{
  margin-top:10px;
}

.services-stat{
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.07);
}

.services-stat:first-child{
  border-top:0;
}

.services-stat__value{
  margin-bottom:8px;
  font-family:'Cinzel', serif;
  font-size:clamp(1.7rem, 2.5vw, 2.6rem);
  color:var(--gold-2);
  line-height:1;
}

.services-stat__value span{
  font-size:.7em;
}

.services-stat p{
  margin:0;
  color:rgba(255,255,255,.8);
  line-height:1.6;
  font-size:1.03rem;
}

.services-stat p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.58;
  font-size:.93rem;
}

.services-pricing-title{
  font-size:clamp(1.75rem, 2.6vw, 2.4rem);
  line-height:1.12;
}

.services-pricing-head .kicker{
  margin-bottom:10px;
  font-size:.74rem;
}

.services-pricing-head .lead{
  max-width:58ch;
  font-size:.92rem;
  line-height:1.62;
}
