/* ============================================================
   másfollowers — service-page.css
   Premium minimal aesthetic. Patterns from Stripe Atlas, Linear,
   Vercel pricing 2026: neutral surfaces, soft 1px borders,
   barely-there shadows, type as the main hierarchy.

   Preserves IDs/classes used by package-scripts.min.js:
   #packagesGrid #packagePriceDisplay #mobilePriceDisplay
   #mobileBottomBar #selectedServiceId #modernOrderButton
   #mobileOrderButton #modernOrderForm #ctaMinPrice
   .package-option .package-quantity .package-label
   .package-price .package-price-currency
   .mobile-price .mobile-price-currency
   .free-trial-badge .faq-item .faq-question .faq-toggle
   .faq-answer .open
   ============================================================ */

.mf-service{
  background:var(--mf-cream);
  color:var(--mf-ink);
  font-family:var(--mf-font);
  font-feature-settings:"ss01" on, "cv11" on;
}
.mf-service *{box-sizing:border-box;}
.mf-service img,.mf-service svg{display:block;max-width:100%;}
.mf-service .mf-container{
  max-width:1080px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}

/* =========================================================
   1. HERO — quiet, type-led, no decorative chrome
   ========================================================= */
.mf-svc-hero{
  padding:64px 0 32px;
  text-align:center;
}
.mf-svc-hero .mf-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--mf-orange-deep);
  background:transparent;
  padding:0;
  margin-bottom:18px;
}
.mf-svc-hero .mf-eyebrow .dot{
  width:5px;height:5px;border-radius:50%;
  background:var(--mf-orange);
  box-shadow:none;
}
.mf-svc-hero h1{
  font-size:clamp(32px,4.4vw,52px);
  line-height:1.05;
  letter-spacing:-.025em;
  font-weight:700;
  font-stretch:100%;
  color:var(--mf-ink);
  margin:0 0 14px;
  max-width:780px;margin-inline:auto;
}
.mf-svc-hero h1 strong{color:var(--mf-orange);font-weight:700;}
.mf-svc-hero .subtitle{
  font-size:17px;line-height:1.55;
  color:var(--mf-ink-2);
  max-width:560px;
  margin:0 auto;
  font-weight:400;
}

/* Alert (kept dynamic, refined to neutral) */
.mf-alert{
  max-width:680px;margin:32px auto 0;
  display:flex;gap:12px;align-items:flex-start;
  padding:14px 16px;
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:12px;
  text-align:left;
  font-size:13.5px;line-height:1.5;
}
.mf-alert--tip    {border-left:3px solid var(--mf-orange);}
.mf-alert--info   {border-left:3px solid #2563EB;}
.mf-alert--warning{border-left:3px solid #B45309;}
.mf-alert--alert  {border-left:3px solid #B91C1C;}
.mf-alert__badge{
  display:none;
}
.mf-alert__text{flex:1;margin:0;color:var(--mf-ink);}
.mf-alert__close{
  flex:none;width:22px;height:22px;border-radius:6px;
  display:grid;place-items:center;
  background:transparent;
  color:var(--mf-ink-2);
  cursor:pointer;
  transition:background .15s ease;
}
.mf-alert__close:hover{background:rgba(26,15,10,.06);}

/* Bundle hints — subtle horizontal pill row */
.mf-bundle-hints-wrap{max-width:680px;margin:24px auto 0;}
.mf-bundle-hints-title{
  display:flex;align-items:center;gap:8px;
  font-size:11px;font-weight:600;letter-spacing:.08em;
  color:var(--mf-ink-2);
  margin-bottom:10px;
  text-transform:uppercase;
  justify-content:center;
}
.mf-bundle-hints-title svg{color:var(--mf-orange);width:14px;height:14px;}
.mf-bundle-hints{display:flex;flex-direction:column;gap:8px;}
.mf-bundle-hint{
  display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:12px 16px;
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:10px;
  text-decoration:none !important;
  color:var(--mf-ink) !important;
  transition:border-color .15s ease,background .15s ease;
}
.mf-bundle-hint:hover{border-color:var(--mf-orange);background:#FFF9F4;}
.mf-bundle-hint__title{font-size:13.5px;font-weight:600;color:var(--mf-ink);margin:0;}
.mf-bundle-hint__sub{font-size:12px;color:var(--mf-ink-2);}
.mf-bundle-hint__price{
  text-align:right;font-size:14px;font-weight:700;
  color:var(--mf-orange);
  white-space:nowrap;
}
.mf-bundle-hint__old{
  display:block;font-size:11px;color:var(--mf-ink-2);
  text-decoration:line-through;font-weight:500;
}

/* =========================================================
   2. BUY BOX — single-column composition.
   Pricing list pattern: each option shows quantity + price +
   per-unit price; popular row gets a subtle ring; CTA below.
   ========================================================= */
.mf-svc-buy-wrap{
  padding:0 24px 80px;
}
.mf-svc-buy{
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:20px;
  padding:24px 28px 28px;
  max-width:680px;
  margin:0 auto;
  box-shadow:0 1px 3px rgba(26,15,10,.04);
}
.mf-svc-buy-head{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--mf-line);
}
.mf-svc-buy-head h2{
  font-size:14px;font-weight:600;
  letter-spacing:.02em;
  color:var(--mf-ink);
  margin:0;
}
.mf-svc-buy-hint{
  font-size:12px;font-weight:500;
  color:var(--mf-ink-2);
  display:inline-flex;align-items:center;gap:6px;
}
.mf-svc-buy-hint::before{
  content:"";width:6px;height:6px;border-radius:50%;
  background:#22C55E;
}

/* Packages list — vertical rows (Stripe-style pricing comparison) */
.mf-service .packages-grid{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:20px;
}
.mf-service .package-option{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:12px;
  cursor:pointer;
  transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;
  text-align:left;
}
.mf-service .mf-pkg-info{
  display:flex;flex-direction:column;gap:2px;min-width:0;
}
.mf-service .package-option:hover{
  border-color:rgba(26,15,10,.20);
  background:#FBF5EA;
}
.mf-service .package-option.active{
  border-color:var(--mf-orange);
  background:#FFF9F4;
  box-shadow:0 0 0 3px rgba(255,74,28,.12);
}
.mf-service .package-quantity{
  font-size:18px;
  font-weight:700;
  letter-spacing:-.02em;
  color:var(--mf-ink);
  font-stretch:100%;
  line-height:1.1;
  white-space:nowrap;
}
.mf-service .package-label{
  font-size:12.5px;
  font-weight:500;
  color:var(--mf-ink-2);
  letter-spacing:0;
}
.mf-service .package-option .mf-pkg-price{
  font-size:16px;
  font-weight:700;
  color:var(--mf-ink);
  letter-spacing:-.01em;
  white-space:nowrap;
  display:flex;align-items:baseline;gap:4px;
}
.mf-service .package-option .mf-pkg-price-old{
  font-size:12px;font-weight:500;
  color:var(--mf-ink-2);
  text-decoration:line-through;
  margin-right:4px;
}
.mf-service .package-option .mf-pkg-price .cur{
  font-size:12px;color:var(--mf-ink-2);font-weight:500;
}
.mf-service .package-option .mf-pkg-perunit{
  display:block;
  font-size:11px;font-weight:500;
  color:var(--mf-ink-2);
  margin-top:2px;
  text-align:right;
}
.mf-service .package-option.active .mf-pkg-price{color:var(--mf-orange);}

/* Most-popular row gets a tag */
.mf-service .package-option .mf-pkg-pop{
  position:absolute;top:-10px;left:18px;
  font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  background:var(--mf-orange);color:#fff;
  padding:3px 10px;border-radius:999px;line-height:1;
}

/* Free trial visual fallback */
.mf-service .package-option .mf-pkg-price.is-free{
  color:var(--mf-orange);
  font-size:14px;
}

/* Perks list — 4 horizontal pills, replaces old features grid */
.mf-svc-perks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px 14px;
  margin-bottom:20px;
}
.mf-svc-perks li{
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:var(--mf-ink);font-weight:500;
  list-style:none;
}
.mf-svc-perks li svg{
  width:14px;height:14px;
  color:var(--mf-orange);flex:none;
}

/* Order CTA */
.mf-service .modern-order-button{
  display:flex;width:100%;
  align-items:center;justify-content:center;gap:8px;
  padding:14px 22px;
  background:var(--mf-ink) !important;
  color:#fff !important;
  font-family:var(--mf-font);
  font-weight:600;font-size:15px;letter-spacing:-.005em;
  border:0;border-radius:10px;cursor:pointer;
  text-decoration:none !important;
  transition:background .15s ease,transform .12s ease;
}
.mf-service .modern-order-button:hover{
  background:#000 !important;
  transform:translateY(-1px);
}
.mf-service .modern-order-button.disabled{
  background:rgba(26,15,10,.10) !important;
  color:rgba(26,15,10,.40) !important;
  cursor:not-allowed;
  transform:none;
}
.mf-svc-pay-line{
  display:flex;align-items:center;justify-content:center;gap:8px;
  margin-top:12px;
  font-size:11.5px;color:var(--mf-ink-2);
  font-weight:500;
}
.mf-svc-pay-line svg{width:14px;height:14px;color:var(--mf-ink-2);}

/* Hide the old aside-only price block — we now show prices per row */
.mf-service .package-price-section{display:none;}

/* =========================================================
   3. MOBILE bottom bar (kept, refined)
   ========================================================= */
.mf-service .mobile-bottom-bar{
  display:none;
  position:fixed;left:0;right:0;bottom:0;z-index:90;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--mf-line);
  padding:12px 16px;
}
.mf-service .mobile-bottom-bar .price-info{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  max-width:680px;margin:0 auto;
}
.mf-service .mobile-price{
  font-size:18px;font-weight:700;
  letter-spacing:-.02em;color:var(--mf-ink);line-height:1;
}
.mf-service .mobile-price-currency{
  font-size:12px;font-weight:500;
  color:var(--mf-ink-2);
}
.mf-service .mobile-order-btn{
  background:var(--mf-ink) !important;
  color:#fff !important;
  font-family:var(--mf-font);font-weight:600;font-size:14px;
  padding:12px 22px;
  border:0;border-radius:10px;cursor:pointer;
  text-decoration:none !important;
  transition:background .15s ease;
}
.mf-service .mobile-order-btn:hover{background:#000 !important;}
.mf-service .mobile-bottom-bar.show{display:block;}

/* =========================================================
   4. SECTION BANDS — quiet alternation
   ========================================================= */
.mf-svc-band{padding:64px 0;}
.mf-svc-band--cream{background:var(--mf-cream);}
.mf-svc-band--white{background:#fff;border-top:1px solid var(--mf-line);}
.mf-svc-band > .mf-container > header{
  text-align:center;
  max-width:560px;
  margin:0 auto 40px;
}
.mf-svc-band .section-badge{
  display:inline-block;
  font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--mf-ink-2);
  margin-bottom:10px;
}
.mf-svc-band h2{
  font-size:clamp(24px,2.6vw,32px);
  line-height:1.15;letter-spacing:-.02em;
  font-weight:700;
  font-stretch:100%;
  color:var(--mf-ink);
  margin:0 0 8px;
}
.mf-svc-band header p{
  font-size:15px;line-height:1.55;
  color:var(--mf-ink-2);
  margin:0;
}

/* ----- How it works ----- */
.mf-svc-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:880px;
  margin:0 auto;
}
.mf-svc-step{
  text-align:center;
  padding:0 12px;
}
.mf-svc-step .step-number{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;
  border-radius:50%;
  background:var(--mf-ink);color:#fff;
  font-size:13px;font-weight:600;
  margin:0 auto 14px;
  letter-spacing:0;
}
.mf-svc-step .step-icon{display:none;}
.mf-svc-step h3{
  font-size:16px;font-weight:600;
  letter-spacing:-.01em;
  margin:0 0 6px;
  color:var(--mf-ink);
}
.mf-svc-step p{
  font-size:14px;line-height:1.5;
  color:var(--mf-ink-2);margin:0;
}

/* ----- FAQ ----- */
.mf-svc-faq{
  max-width:680px;margin:0 auto;
  display:flex;flex-direction:column;
}
.mf-service .faq-item{
  background:transparent;
  border:0;
  border-bottom:1px solid var(--mf-line);
  border-radius:0;
  overflow:hidden;
  transition:none;
}
.mf-service .faq-item:first-child{border-top:1px solid var(--mf-line);}
.mf-service .faq-question{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  width:100%;
  padding:18px 0;
  background:transparent;border:0;cursor:pointer;
  font-family:var(--mf-font);font-weight:600;font-size:15px;
  color:var(--mf-ink);
  text-align:left;
  letter-spacing:-.005em;
}
.mf-service .faq-question:hover{color:var(--mf-orange);}
.mf-service .faq-toggle{
  flex:none;width:20px;height:20px;
  display:grid;place-items:center;
  color:var(--mf-ink-2);
  transition:transform .2s ease,color .15s ease;
}
.mf-service .faq-toggle svg{width:16px;height:16px;}
.mf-service .faq-item.open .faq-toggle{
  transform:rotate(45deg);
  color:var(--mf-orange);
}
.mf-service .faq-answer{
  max-height:0;overflow:hidden;
  transition:max-height .25s ease;
}
.mf-service .faq-item.open .faq-answer{max-height:1000px;}
.mf-service .faq-answer-content{
  padding:0 0 20px;
  font-size:14px;line-height:1.65;
  color:var(--mf-ink-2);
}
.mf-service .faq-answer-content p{margin:0 0 10px;}
.mf-service .faq-answer-content :last-child{margin-bottom:0;}
.mf-svc-faq-more{text-align:center;margin-top:28px;}
.mf-svc-faq-more a{
  display:inline-flex;align-items:center;gap:6px;
  font-weight:600;font-size:14px;
  color:var(--mf-orange) !important;
  text-decoration:none !important;
}
.mf-svc-faq-more a:hover{gap:10px;}

/* =========================================================
   5. FINAL CTA — minimal banner
   ========================================================= */
.mf-svc-cta-wrap{
  padding:32px 24px 80px;
}
.mf-svc-cta{
  background:var(--mf-ink);
  color:#fff;
  border-radius:20px;
  padding:48px 40px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  flex-wrap:wrap;
  max-width:880px;
  margin:0 auto;
}
.mf-svc-cta-content{flex:1;min-width:0;}
.mf-svc-cta-icon{display:none;}
.mf-svc-cta h2{
  font-size:clamp(22px,2.4vw,28px);font-weight:600;
  letter-spacing:-.02em;line-height:1.2;
  margin:0 0 6px;color:#fff;
  font-stretch:100%;
}
.mf-svc-cta p{
  margin:0;font-size:14px;color:rgba(255,255,255,.65);
}
.mf-svc-cta p strong{color:var(--mf-amber);font-weight:600;}
.mf-svc-cta-button{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 24px;
  background:var(--mf-orange) !important;
  color:#fff !important;
  font-family:var(--mf-font);font-weight:600;font-size:14px;
  border:0;border-radius:10px;cursor:pointer;
  text-decoration:none !important;
  transition:background .15s ease,transform .12s ease;
  flex:none;
}
.mf-svc-cta-button:hover{
  background:var(--mf-orange-deep) !important;
  transform:translateY(-1px);
}

/* =========================================================
   6. RELATED PRODUCTS / BLOGS (optional, neutral grid)
   ========================================================= */
.mf-svc-related{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  max-width:1080px;margin:0 auto;
}
.mf-svc-related-card{
  position:relative;
  display:flex;align-items:center;gap:12px;
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:12px;
  padding:14px 16px;
  text-decoration:none !important;
  color:var(--mf-ink) !important;
  transition:border-color .15s ease,background .15s ease;
}
.mf-svc-related-card:hover{border-color:var(--mf-orange);background:#FFF9F4;}
.mf-svc-related-badge{
  position:absolute;top:-8px;right:14px;
  font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  background:var(--mf-orange);color:#fff;
  padding:2px 8px;border-radius:999px;line-height:1;
}
.mf-svc-related-icon{
  width:32px;height:32px;border-radius:8px;
  background:var(--mf-cream);
  display:grid;place-items:center;
  color:var(--mf-orange);
  overflow:hidden;
  flex:none;
}
.mf-svc-related-icon img{width:20px;height:20px;object-fit:contain;}
.mf-svc-related-body{flex:1;min-width:0;}
.mf-svc-related-title{
  font-size:13px;font-weight:600;letter-spacing:-.005em;
  color:var(--mf-ink);margin:0;
}
.mf-svc-related-cta{
  display:inline-flex;align-items:center;gap:4px;
  font-size:11.5px;font-weight:500;
  color:var(--mf-orange) !important;
  margin-top:2px;
}

/* =========================================================
   Hide elements made redundant by the redesign
   ========================================================= */
.mf-svc-hero-stats,
.mf-svc-trust,
.mf-svc-features,
.mf-svc-proof-wrap,
.mf-svc-blogs{display:none;}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:740px){
  .mf-svc-hero{padding:40px 0 24px;}
  .mf-svc-hero h1{font-size:clamp(28px,7vw,36px);}
  .mf-svc-buy-wrap{padding:0 16px 56px;}
  .mf-svc-buy{padding:18px 18px 22px;border-radius:16px;}
  .mf-svc-band{padding:48px 0;}
  .mf-svc-band > .mf-container > header{margin-bottom:28px;}
  .mf-svc-steps{grid-template-columns:1fr;gap:28px;}
  .mf-svc-cta-wrap{padding:24px 16px 56px;}
  .mf-svc-cta{flex-direction:column;text-align:center;padding:32px 24px;border-radius:18px;}
  .mf-svc-cta-button{width:100%;justify-content:center;}
  .mf-svc-related{grid-template-columns:1fr;}
  .mf-service .package-option{padding:13px 14px;gap:12px;}
  .mf-service .package-quantity{font-size:16px;}
  .mf-service .package-option .mf-pkg-price{font-size:15px;}
  .mf-svc-perks{grid-template-columns:1fr;}
  body.mf-svc-has-mobile-bar{padding-bottom:80px;}
}
@media (max-width:480px){
  .mf-service .package-option{padding:12px 14px;gap:10px;}
  .mf-service .package-quantity{font-size:15px;}
  .mf-service .package-label{font-size:11.5px;}
  .mf-service .package-option .mf-pkg-price{font-size:14px;}
}
