
.service-hero{padding:150px 0 90px;background:radial-gradient(circle at 15% 15%,rgba(125,90,255,.16),transparent 34%)}
.service-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:42px;align-items:center}.service-badge{display:inline-flex;padding:9px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.85rem;margin-bottom:20px}.service-hero h1{font-size:clamp(2.5rem,6vw,5.4rem);line-height:1.05;margin:0 0 22px}.service-hero p{font-size:1.08rem;line-height:2;color:var(--muted);max-width:760px}.service-hero-meta{display:flex;gap:12px;margin:28px 0}.service-hero-meta div{padding:14px 18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.035);min-width:170px}.service-hero-meta small{display:block;color:var(--muted);margin-bottom:5px}.service-hero-meta strong{font-size:1.1rem}.service-summary-card{padding:30px;border-radius:26px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 30px 80px rgba(0,0,0,.18)}.service-summary-card small,.service-section-title span{color:var(--accent);font-weight:700}.service-summary-card h2{font-size:1.6rem;margin:12px 0}.source-note{margin-top:22px;padding:15px;border-radius:14px;background:rgba(120,95,255,.12);font-size:.9rem}.service-content{padding:90px 0}.service-content--alt{background:rgba(255,255,255,.025)}.service-section-title{max-width:720px;margin-bottom:34px}.service-section-title h2{font-size:clamp(1.8rem,4vw,3rem);margin:8px 0 12px}.service-section-title p{color:var(--muted);line-height:1.9}.deliverables{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0}.deliverables li{padding:19px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.03)}.deliverables span{color:var(--accent);margin-left:8px}.mini-process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mini-process article{padding:24px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.mini-process b{color:var(--accent);font-size:1.5rem}.mini-process h3{margin:18px 0 8px}.mini-process p{color:var(--muted);line-height:1.8;font-size:.92rem}.faq-two{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px}.service-faq details{border-bottom:1px solid rgba(255,255,255,.1);padding:18px 0}.service-faq summary{cursor:pointer;font-weight:700}.service-faq p{color:var(--muted);line-height:1.9}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.related-grid a{display:flex;flex-direction:column;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:20px;text-decoration:none;color:inherit}.related-grid small{color:var(--muted)}.related-grid strong{font-size:1.5rem;margin:8px 0 18px}.related-grid span{color:var(--accent)}.service-final{text-align:center;padding:95px 0 110px;background:linear-gradient(180deg,transparent,rgba(120,95,255,.08))}.service-final h2{max-width:760px;margin:12px auto 28px;font-size:clamp(2rem,4vw,3.2rem)}.service-footer{border-top:1px solid rgba(255,255,255,.08);padding:24px 0}.service-footer .container{display:flex;justify-content:space-between;gap:20px}.service-footer a{color:inherit;text-decoration:none}.service-footer span{color:var(--muted)}
@media(max-width:850px){.service-hero-grid,.faq-two{grid-template-columns:1fr}.mini-process{grid-template-columns:repeat(2,1fr)}.deliverables{grid-template-columns:1fr}.desktop-nav{display:none}.service-hero{padding-top:120px}.service-footer .container{flex-direction:column;text-align:center}}@media(max-width:520px){.service-hero-meta,.related-grid,.mini-process{grid-template-columns:1fr;display:grid}.service-hero-meta div{min-width:0}.service-hero h1{font-size:2.55rem}}

/* ===== refined service information table ===== */
.service-hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:clamp(28px,5vw,64px);align-items:center}
.service-info-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(150deg,rgba(255,255,255,.085),rgba(255,255,255,.025));box-shadow:0 30px 90px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.service-info-card__head{padding:24px 25px 20px;border-bottom:1px solid rgba(255,255,255,.09)}
.service-info-card__head span{display:block;color:var(--accent);font-size:.78rem;font-weight:800;margin-bottom:7px}
.service-info-card__head strong{font-size:1.15rem}
.service-info-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:18px;padding:17px 25px;border-bottom:1px solid rgba(255,255,255,.075)}
.service-info-row:last-child{border-bottom:0}.service-info-row span{color:var(--muted);font-size:.82rem}.service-info-row strong{font-size:.92rem;line-height:1.8}

/* ===== polished FAQ accordion ===== */
.faq-two{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:start}
.service-faq{display:grid;gap:12px}
.service-faq details{padding:0;border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.025);transition:.25s ease}
.service-faq details:hover{border-color:rgba(255,255,255,.18);transform:translateY(-2px)}
.service-faq details[open]{background:rgba(255,255,255,.055);border-color:rgba(128,101,255,.32)}
.service-faq summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:13px;padding:20px 21px}
.service-faq summary::-webkit-details-marker{display:none}
.service-faq .faq-number{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(128,101,255,.11);color:var(--accent);font-size:.76rem;font-weight:800}
.service-faq summary strong{font-size:.98rem;line-height:1.7}
.service-faq summary i{width:22px;height:22px;position:relative}
.service-faq summary i:before,.service-faq summary i:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%);transition:transform .2s ease}
.service-faq summary i:after{transform:translate(-50%,-50%) rotate(90deg)}
.service-faq details[open] summary i:after{transform:translate(-50%,-50%) rotate(0deg)}
.service-faq details>p{margin:0;padding:0 76px 21px 21px;color:var(--muted);line-height:2;font-size:.92rem}

/* Deliverables as specification table */
.deliverables{border:1px solid rgba(255,255,255,.09);border-radius:22px;overflow:hidden;gap:0;background:rgba(255,255,255,.02)}
.deliverables li{border:0;border-radius:0;background:transparent;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.075)}
.deliverables li:nth-child(odd){border-left:1px solid rgba(255,255,255,.075)}
.deliverables li:nth-last-child(-n+2){border-bottom:0}
.deliverables li:hover{background:rgba(255,255,255,.035)}

@media(max-width:850px){.service-hero-grid,.faq-two{grid-template-columns:1fr}}
@media(max-width:560px){
.service-info-row{grid-template-columns:88px 1fr;padding:15px 17px}
.service-faq summary{grid-template-columns:36px 1fr 24px;padding:17px 15px;gap:10px}
.service-faq .faq-number{width:34px;height:34px}
.service-faq details>p{padding:0 61px 18px 15px}
.deliverables{grid-template-columns:1fr}
.deliverables li:nth-child(odd){border-left:0}
.deliverables li:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.075)}
.deliverables li:last-child{border-bottom:0}
}

/* ===== Light premium service pages / visible UI ===== */
.service-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 22%,rgba(167,173,198,.28),transparent 30%),
    radial-gradient(circle at 88% 12%,rgba(95,75,102,.10),transparent 28%),
    linear-gradient(180deg,#fbfafc 0%,#f6f4f7 100%);
  border-bottom:1px solid var(--line);
}
.service-badge{
  color:var(--plum);
  background:rgba(255,255,255,.78);
  border-color:rgba(95,75,102,.16);
  box-shadow:0 8px 28px rgba(44,19,32,.05);
}
.service-hero h1{color:var(--ink);line-height:1.18}
.service-hero p{color:#6e6571}
.service-info-card{
  border:1px solid rgba(44,19,32,.11);
  background:rgba(255,255,255,.88);
  box-shadow:0 24px 70px rgba(44,19,32,.10);
  backdrop-filter:blur(14px);
}
.service-info-card__head{
  background:linear-gradient(135deg,var(--wine),#503348);
  color:#fff;
  border-bottom:0;
}
.service-info-card__head span{color:#d9d8e8}
.service-info-row{border-bottom:1px solid rgba(44,19,32,.08)}
.service-info-row span{color:#817784}
.service-info-row strong{color:var(--ink)}

.service-content{padding:52px 0}
.service-content>.container{
  background:#fff;
  border:1px solid rgba(44,19,32,.09);
  border-radius:30px;
  padding:clamp(28px,4vw,48px);
  box-shadow:0 18px 55px rgba(44,19,32,.055);
}
.service-content--alt{
  background:linear-gradient(180deg,#f7f5f8,#f3f0f4);
}
.service-content--alt>.container{background:rgba(255,255,255,.72)}
.service-section-title{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);
  gap:12px 42px;
  align-items:end;
  margin-bottom:32px;
  padding-bottom:26px;
  border-bottom:1px solid rgba(44,19,32,.09);
}
.service-section-title>span{
  grid-column:1;
  grid-row:1;
  color:var(--plum);
  font-size:.82rem;
  letter-spacing:.01em;
}
.service-section-title h2{
  grid-column:1;
  grid-row:2;
  color:var(--ink);
  margin:3px 0 0;
  line-height:1.35;
}
.service-section-title p{
  grid-column:2;
  grid-row:1/3;
  align-self:center;
  margin:0;
  color:#746c78;
  padding:18px 22px;
  border-radius:16px;
  background:#f7f5f8;
  border:1px solid rgba(44,19,32,.07);
}

.deliverables{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  border:0;
  background:transparent;
  overflow:visible;
}
.deliverables li{
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  min-height:76px;
  padding:17px 18px;
  color:var(--ink);
  border:1px solid rgba(44,19,32,.09)!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,#fff,#faf9fb)!important;
  box-shadow:0 8px 24px rgba(44,19,32,.035);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.deliverables li:hover{
  transform:translateY(-3px);
  border-color:rgba(95,75,102,.23)!important;
  box-shadow:0 13px 30px rgba(44,19,32,.07);
}
.deliverables li span{
  flex:0 0 34px;
  width:34px;height:34px;
  display:grid;place-items:center;
  margin:0;
  border-radius:10px;
  color:#fff;
  background:var(--wine);
  font-weight:900;
}
.deliverables li:last-child:nth-child(odd){grid-column:1/-1}

.mini-process article{
  border-color:rgba(44,19,32,.09);
  background:#fff;
  box-shadow:0 10px 30px rgba(44,19,32,.04);
}
.mini-process b{color:var(--plum)}
.mini-process p{color:#746c78}

/* FAQs: clearly visible on a light page */
.faq-two{gap:38px}
.faq-two .service-section-title{
  display:block;
  border:0;
  padding:8px 0;
  margin:0;
  position:sticky;
  top:115px;
}
.faq-two .service-section-title span{color:var(--plum)}
.faq-two .service-section-title h2{margin:8px 0 12px}
.faq-two .service-section-title p{
  padding:0;
  border:0;
  background:transparent;
  color:#746c78;
}
.service-faq{gap:11px}
.service-faq details{
  color:var(--ink);
  border:1px solid rgba(44,19,32,.10);
  background:#fff;
  box-shadow:0 8px 24px rgba(44,19,32,.035);
}
.service-faq details:hover{border-color:rgba(95,75,102,.25)}
.service-faq details[open]{
  background:linear-gradient(145deg,#fff,#f8f6f9);
  border-color:rgba(95,75,102,.25);
  box-shadow:0 14px 34px rgba(44,19,32,.06);
}
.service-faq .faq-number{
  color:#fff;
  background:var(--wine);
}
.service-faq summary i{color:var(--plum)}
.service-faq details>p{color:#706773}

.related-grid a{
  border-color:rgba(44,19,32,.1);
  background:#fff;
  box-shadow:0 10px 30px rgba(44,19,32,.04);
}
.related-grid small{color:#807783}
.related-grid span{color:var(--plum)}
.service-final{background:linear-gradient(180deg,#f9f8fa,#eeeaf0)}
.service-footer{border-color:rgba(44,19,32,.09)}

@media(max-width:850px){
  .service-section-title{grid-template-columns:1fr;display:block}
  .service-section-title p{margin-top:15px}
  .faq-two .service-section-title{position:static}
}
@media(max-width:560px){
  .service-content{padding:34px 0}
  .service-content>.container{border-radius:22px;padding:23px 18px}
  .deliverables{grid-template-columns:1fr}
  .deliverables li:last-child:nth-child(odd){grid-column:auto}
}

/* =========================================================
   SERVICE PAGES — PREMIUM POLISH v3
   ========================================================= */
.service-page{background:#faf9fa}
.service-hero{background:radial-gradient(circle at 20% 10%,rgba(95,75,102,.08),transparent 28%),linear-gradient(180deg,#fff,#f7f4f6)}
.service-hero-grid{padding-block:clamp(70px,8vw,110px)}
.service-info-card{background:#fff!important;color:#21141d!important;border:1px solid rgba(44,19,32,.1)!important;box-shadow:0 24px 60px rgba(44,19,32,.09)!important}
.service-info-card__head{border-bottom-color:rgba(44,19,32,.08)!important}
.service-info-card__head span{color:#5f4b66!important}
.service-info-row{border-bottom-color:rgba(44,19,32,.07)!important}
.service-info-row span{color:#8a808b!important}.service-info-row strong{color:#2c1320!important}

.service-section{position:relative}
.service-section:nth-of-type(even){background:#fff}
.service-section:nth-of-type(odd){background:#f7f4f6}
.service-section .section-heading,.service-section .service-heading{max-width:760px}
.deliverables{background:#fff!important;border-color:rgba(44,19,32,.09)!important;box-shadow:0 18px 48px rgba(44,19,32,.055)}
.deliverables li{border-color:rgba(44,19,32,.07)!important;color:#2d232b!important;min-height:76px;display:flex;align-items:center;font-weight:700}
.deliverables li:before{content:"✓";width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f0e9ef;color:#5f4b66;margin-left:11px;font-size:11px;font-weight:900;flex:0 0 auto}
.deliverables li:hover{background:#fbf8fa!important}

.faq-two{padding:26px;border:1px solid rgba(44,19,32,.08);border-radius:28px;background:#fff;box-shadow:0 22px 55px rgba(44,19,32,.05)}
.service-faq details{background:#fbf9fb!important;border-color:rgba(44,19,32,.09)!important;color:#21141d!important}
.service-faq details:hover{border-color:rgba(95,75,102,.25)!important}
.service-faq details[open]{background:#f7f1f6!important;border-color:rgba(95,75,102,.26)!important}
.service-faq summary{color:#21141d!important}
.service-faq .faq-number{background:#eee7ed!important;color:#5f4b66!important}
.service-faq details>p{color:#6d626c!important}
.service-faq summary i{color:#5f4b66!important}

.conversion-confidence .service-container{box-shadow:0 16px 42px rgba(44,19,32,.045)}
.related-seo-links{background:#f5f1f4!important}
.related-seo-links a{box-shadow:0 12px 34px rgba(44,19,32,.04);transition:.25s ease}
.related-seo-links a:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(44,19,32,.08)}

@media(max-width:760px){
  .service-hero-grid{padding-block:55px}
  .faq-two{padding:16px;border-radius:22px}
}
