/* ── PAGE LAYOUT ── */
.page-wrap {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

.page-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.06;
  color: var(--white); margin-bottom: .5rem;
}

.page-meta {
  font-size: .85rem; color: var(--dim); font-weight: 300;
  margin-bottom: 3.5rem;
}

/* ── PAGE BODY ── */
.page-content {
  max-width: 720px;
}

.page-section {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid var(--ln);
}
.page-section:last-child {
  border-bottom: none; margin-bottom: 0; padding-bottom: 0;
}

.page-section h2 {
  font-size: 1.25rem; font-weight: 700;
  color: var(--white); margin-bottom: 1rem;
  letter-spacing: -.02em;
}

.page-section h3 {
  font-size: 1rem; font-weight: 600;
  color: var(--off); margin-top: 1.5rem; margin-bottom: .65rem;
}

.page-section p {
  font-size: .92rem; font-weight: 300;
  color: var(--mid); line-height: 1.85;
  margin-bottom: .85rem;
}

.page-section ul {
  list-style: none; padding: 0; margin: .75rem 0 1rem;
}

.page-section li {
  font-size: .9rem; font-weight: 300;
  color: var(--mid); line-height: 1.7;
  padding: .45rem 0 .45rem 1.5rem;
  position: relative;
}
.page-section li::before {
  content: '';
  position: absolute; left: 0; top: .85rem;
  width: 5px; height: 5px;
  background: var(--g); border-radius: 50%;
  box-shadow: 0 0 6px var(--gl);
}

.page-section a {
  color: var(--gl); text-decoration: none;
  border-bottom: 1px solid rgba(74,222,128,.2);
  transition: border-color .2s;
}
.page-section a:hover {
  border-color: var(--gl);
}

.page-section strong {
  color: var(--off); font-weight: 600;
}

/* ── PRICING GRID ── */
.pricing-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.pricing-card {
  background: var(--bg);
  border: 1px solid var(--ln2);
  border-radius: var(--rc);
  padding: 2rem 1.75rem;
  position: relative;
  transition: all .25s cubic-bezier(.16,1,.3,1);
  display: flex; flex-direction: column;
}
.pricing-card:hover {
  border-color: rgba(22,163,74,.25);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(22,163,74,.1);
  transform: translateY(-3px);
}

.pricing-badge {
  font-size: .58rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--dim); background: var(--s3);
  border: 1px solid var(--ln2);
  padding: .25rem .7rem; border-radius: 100px;
  display: inline-flex; width: fit-content;
  margin-bottom: 1.1rem;
}
.pricing-badge--pop {
  color: var(--gl); background: var(--g2);
  border-color: var(--g3);
}

.pricing-name {
  font-size: 1.15rem; font-weight: 700; color: var(--white);
  margin-bottom: .6rem;
}

.pricing-price {
  font-family: var(--serif); font-style: italic;
  font-size: 2rem; font-weight: 400; color: var(--white);
  margin-bottom: .15rem; line-height: 1;
}
.pricing-currency {
  font-family: var(--sans); font-style: normal;
  font-size: .72rem; font-weight: 500; color: var(--dim);
  letter-spacing: .03em;
}

.pricing-desc {
  font-size: .82rem; font-weight: 300; color: var(--mid);
  line-height: 1.7; margin: .85rem 0 1.25rem;
  flex-grow: 1;
}

.pricing-features {
  list-style: none; padding: 0; margin: 0 0 1.5rem;
  border-top: 1px solid var(--ln); padding-top: 1.15rem;
}
.pricing-features li {
  font-size: .78rem; font-weight: 400; color: var(--off);
  padding: .35rem 0 .35rem 1.4rem;
  position: relative; line-height: 1.5;
}
.pricing-features li::before {
  content: '✓';
  position: absolute; left: 0; top: .35rem;
  font-size: .65rem; font-weight: 800;
  color: var(--gl);
}

.pricing-cta {
  font-size: .82rem; font-weight: 700; color: var(--gl) !important;
  text-decoration: none !important; border: none !important;
  display: inline-flex; align-items: center; gap: .3rem;
  transition: color .15s, gap .15s;
}
.pricing-cta:hover {
  color: var(--white) !important; gap: .55rem;
}

/* ── Highlight strategy card ── */
.pricing-card--strategy {
  border-color: var(--g3);
  background: linear-gradient(180deg, rgba(22,163,74,.04) 0%, var(--bg) 40%);
}

/* ── SERVICES HERO ── */
.svc-hero {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  text-align: left;
}

/* ── SERVICES CARDS ── */
.svc-pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.svc-card {
  background: var(--bg);
  border: 1px solid var(--ln2);
  border-radius: var(--rc);
  display: flex; flex-direction: column;
  transition: all .25s cubic-bezier(.16,1,.3,1);
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(22,163,74,.15);
}
.svc-card--highlight {
  border-color: rgba(22,163,74,.4);
  background: linear-gradient(180deg, rgba(22,163,74,.05) 0%, var(--bg) 40%);
  box-shadow: 0 8px 32px rgba(22,163,74,.1);
}
.svc-card--highlight:hover {
  box-shadow: 0 24px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(22,163,74,.3);
}

.svc-card-head {
  padding: 2rem 1.6rem 1.5rem;
  border-bottom: 1px solid var(--ln);
}
.svc-name {
  font-size: 1.15rem; font-weight: 700; color: var(--white);
  margin-bottom: .5rem;
}
.svc-price {
  font-family: var(--serif); font-style: italic;
  font-size: 2.5rem; font-weight: 400; color: var(--white);
  line-height: 1; margin-bottom: .25rem;
}
.svc-inr {
  font-family: var(--sans); font-style: normal;
  font-size: .85rem; font-weight: 500; color: var(--dim);
}
.svc-tagline {
  font-size: .85rem; color: var(--gl); font-weight: 500; margin-top: .6rem;
}

.svc-card-body {
  padding: 1.6rem; flex-grow: 1;
}
.svc-desc {
  font-size: .82rem; color: var(--mid); line-height: 1.7;
  margin-bottom: 1.5rem;
}
.svc-features {
  list-style: none; padding: 0; margin: 0 0 1.5rem;
}
.svc-features li {
  font-size: .78rem; font-weight: 400; color: var(--off);
  padding: .35rem 0 .35rem 1.4rem; position: relative; line-height: 1.5;
}
.svc-features li::before {
  content: '✓'; position: absolute; left: 0; top: .35rem; color: var(--gl); font-weight: 800; font-size: .65rem;
}

.svc-ideal {
  background: var(--s2); padding: 1rem 1.25rem;
  border-radius: var(--rb); border: 1px dashed var(--ln2);
}
.svc-ideal-label {
  display: block; font-size: .62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--dim); margin-bottom: .35rem;
}
.svc-ideal p {
  font-size: .78rem; font-weight: 400; color: var(--off); line-height: 1.5; margin: 0;
}

.svc-card-foot {
  padding: 1.6rem;
  border-top: 1px solid var(--ln);
}
.svc-cta {
  display: flex; justify-content: center; align-items: center;
  width: 100%; padding: .85rem 1.2rem; border-radius: 8px;
  font-size: .85rem; font-weight: 700; text-decoration: none;
  transition: all .2s;
}
.svc-cta--outline {
  background: transparent; color: var(--white);
  border: 1px solid var(--ln2);
}
.svc-cta--outline:hover {
  background: var(--s2); border-color: var(--dim);
}
.svc-cta--fill {
  background: var(--g); color: var(--white);
  box-shadow: 0 4px 16px rgba(22,163,74,.25);
}
.svc-cta--fill:hover {
  background: var(--gh); box-shadow: 0 8px 24px rgba(22,163,74,.35);
}

/* ── HOW IT WORKS STEPS ── */
.svc-steps {
  display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items: start; margin-top: 2rem;
}
.svc-step { text-align: left; }
.svc-step-num {
  font-family: var(--serif); font-style: italic; font-size: 2.4rem;
  color: var(--g3); line-height: 1; margin-bottom: 1rem;
}
.svc-step h3 {
  font-size: 1.05rem; font-weight: 700; color: var(--white);
  margin-bottom: .6rem;
}
.svc-step p {
  font-size: .85rem; color: var(--mid); line-height: 1.7; font-weight: 300;
}
.svc-step-line {
  height: 2px; width: 100%; background: var(--ln2);
  margin-top: 24px;
}

/* ── FAQ ── */
.faq-list {
  max-width: 720px; margin-top: 2rem;
}
.faq-item {
  border-bottom: 1px solid var(--ln2);
}
.faq-item summary {
  padding: 1.4rem 0; font-size: 1.05rem; font-weight: 600; color: var(--white);
  cursor: pointer; position: relative; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; position: absolute; right: 0; color: var(--dim);
  font-size: 1.25rem; font-weight: 300; transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  font-size: .9rem; color: var(--mid); font-weight: 300; line-height: 1.8;
  padding-bottom: 1.6rem; padding-right: 2rem; margin: 0;
}
.faq-item a { color: var(--gl); text-decoration: none; border-bottom: 1px solid rgba(74,222,128,.3); }

/* ── CONTACT GRID ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: .5rem;
}

.contact-card {
  background: var(--s1);
  border: 1px solid var(--ln2);
  border-radius: var(--rc);
  padding: 2rem 1.75rem;
  transition: all .25s cubic-bezier(.16,1,.3,1);
}
.contact-card:hover {
  border-color: rgba(22,163,74,.2);
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  transform: translateY(-2px);
}

.contact-icon {
  width: 44px; height: 44px;
  background: var(--g2); border: 1px solid var(--g3);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gl);
  margin-bottom: 1.25rem;
}

.contact-label {
  font-size: .65rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--dim); margin-bottom: .45rem;
}

.contact-value {
  font-size: 1rem; font-weight: 600; color: var(--white);
  text-decoration: none; display: block; margin-bottom: .4rem;
  transition: color .15s;
}
a.contact-value:hover { color: var(--gl); }

.contact-note {
  font-size: .78rem; font-weight: 300; color: var(--mid);
  line-height: 1.5; margin: 0;
}

/* ── FOOTER PAGE LINKS ── */
.footer-page-links {
  display: flex; gap: 1.5rem; align-items: center;
}
.footer-page-links a {
  font-size: .78rem; color: var(--dim);
  text-decoration: none; transition: color .2s;
}
.footer-page-links a:hover {
  color: var(--white);
}

/* ── NAV OVERRIDE ── */
.nav-link {
  font-size: .85rem; color: var(--dim);
  text-decoration: none; transition: color .15s, transform .2s;
}
.nav-link:hover { color: var(--white); }
.active-link { color: var(--gl) !important; font-weight: 600; }

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .svc-pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem;}
}
@media(max-width:720px){
  .pricing-grid  { grid-template-columns: 1fr; }
  .contact-grid  { grid-template-columns: 1fr; }
  .svc-pricing-grid { grid-template-columns: 1fr; }
  .svc-steps { grid-template-columns: 1fr; gap: 2rem; }
  .svc-step-line { display: none; }
  .footer-page-links { flex-wrap: wrap; justify-content: center; gap: 1rem; }
}
