/* Service pages design (web design, web hosting) — scoped under .service-page */
.service-page {
  --brand: #68139f;
  --brand-2: #9036cf;
  --ink: #16131d;
  --muted: #686270;
  --paper: #fff;
  --soft: #f7f3fa;
  --line: #e9e1ee;
  --green: #7ff6b4;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(41,10,61,.13);

  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

/* Resets against the global theme stylesheet */
.service-page *, .service-page *::before, .service-page *::after { box-sizing: border-box; }
.service-page h1, .service-page h2, .service-page h3, .service-page h4 { font-family: inherit; color: inherit; font-size: inherit; }
.service-page p { font-size: inherit; line-height: inherit; color: inherit; }
.service-page ul, .service-page ol { list-style: none; margin: 0; padding: 0; }
.service-page li { font-size: inherit; margin: 0; color: inherit; }
.service-page a { color: inherit; text-decoration: none; }
.service-page a:hover { color: inherit; }
.service-page img { max-width: 100%; display: block; }

.service-page .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.service-page .eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: 11.5px; font-weight: 800; color: #a849e7; margin: 0 0 12px; }
.service-page .section { padding: 88px 0; }

.service-page .button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; padding: 14px 20px; border-radius: 8px; font-weight: 700; font-size: 15px; border: 1px solid transparent; box-shadow: 0 10px 28px rgba(104,19,159,.28); transition: .2s; cursor: pointer; }
.service-page .button:hover { transform: translateY(-2px); filter: brightness(1.08); color: #fff; }
.service-page .button-outline { background: transparent; border-color: rgba(255,255,255,.7); box-shadow: none; }
.service-page .button-light { background: #fff; color: var(--brand); }
.service-page .button-light:hover { color: var(--brand); }
.service-page .text-link { color: var(--brand); font-weight: 800; font-size: 13.4px; }
.service-page .text-link:hover { color: var(--brand); }

/* Hero */
.service-page .hero { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 40%, #321049 0, #14091e 38%, #08070e 75%); color: #fff; padding: 80px 0; }
.service-page .hero-glow { position: absolute; border-radius: 50%; filter: blur(55px); opacity: .35; }
.service-page .hero-glow-one { width: 380px; height: 380px; background: var(--brand-2); right: 8%; top: 5%; }
.service-page .hero-glow-two { width: 180px; height: 180px; background: #bc5bf8; left: 9%; bottom: 5%; }
.service-page .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.service-page .hero .eyebrow { color: #d49af5; }
.service-page .hero h1 { font-size: clamp(42px, 4.6vw, 70px); line-height: .98; letter-spacing: -.05em; margin: 0 0 22px; color: #fff; }
.service-page .hero h1 span { color: #9b35df; }
.service-page .hero-lead { font-size: 17.5px; max-width: 620px; color: #eee7f2; margin: 0; }
.service-page .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 26px; }
.service-page .trust-list { display: flex; gap: 20px 22px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; color: #e7dcec; font-size: 13px; }
.service-page .trust-list li::before { content: '✓'; color: #c85cff; border: 1px solid #8c2dc4; border-radius: 50%; padding: 1px 4px; margin-right: 7px; }

/* Hero visuals */
.service-page .hero-visual { position: relative; height: 380px; perspective: 900px; z-index: 2; }
.service-page .screen { position: absolute; border: 1px solid rgba(197,88,255,.5); background: linear-gradient(150deg, rgba(13,15,25,.96), rgba(39,10,56,.95)); box-shadow: 0 0 45px rgba(159,43,222,.25), inset 0 0 20px rgba(255,255,255,.03); border-radius: 8px; color: #cfb8dd; }
.service-page .screen-main { width: 73%; height: 57%; top: 7%; left: 9%; transform: rotateY(-6deg); padding: 25px; }
.service-page .screen-label { font-size: 12.8px; text-transform: uppercase; letter-spacing: .1em; }
.service-page .screen-line { height: 2px; background: linear-gradient(90deg, var(--brand), #ce6cff); margin: 25px 0; }
.service-page .chart-bars { height: 90px; display: flex; align-items: flex-end; gap: 10px; }
.service-page .chart-bars i { width: 12%; background: linear-gradient(#c436f4, #68139f); border-radius: 3px 3px 0 0; }
.service-page .chart-bars i:nth-child(1) { height: 30%; }
.service-page .chart-bars i:nth-child(2) { height: 58%; }
.service-page .chart-bars i:nth-child(3) { height: 42%; }
.service-page .chart-bars i:nth-child(4) { height: 80%; }
.service-page .chart-bars i:nth-child(5) { height: 55%; }
.service-page .chart-bars i:nth-child(6) { height: 88%; }
.service-page .chart-bars i:nth-child(7) { height: 70%; }
.service-page .screen-one, .service-page .screen-two { width: 190px; height: 90px; padding: 16px; display: flex; flex-direction: column; font-size: 13px; }
.service-page .screen-one { left: 0; bottom: 18%; }
.service-page .screen-two { right: 0; top: 16%; }
.service-page .screen strong { color: var(--green); margin-top: 8px; }
.service-page .server-stack { position: absolute; right: 8%; bottom: 0; display: flex; gap: 8px; }
.service-page .server-stack i { width: 48px; height: 145px; border: 1px solid #a83ce2; border-radius: 4px; background: repeating-linear-gradient(to bottom, #170822 0, #170822 12px, #7920a9 13px, #25102e 16px); box-shadow: 0 0 25px rgba(135,24,190,.32); }
.service-page .device-mock { position: relative; height: 320px; z-index: 2; }
.service-page .laptop { position: absolute; width: 320px; height: 205px; border: 10px solid #201725; border-bottom-width: 20px; border-radius: 10px; right: 5%; top: 30px; background: #eee; transform: rotate(-4deg); box-shadow: 0 22px 45px rgba(0,0,0,.45); }
.service-page .mini-site { height: 100%; background: linear-gradient(135deg, #100819, #4d126c); color: #fff; padding: 28px; }
.service-page .mini-site b { font-size: 15px; }
.service-page .mini-site span { display: block; width: 80%; height: 5px; background: #9d34d8; margin-top: 18px; }
.service-page .mobile-mini { position: absolute; width: 78px; height: 158px; background: linear-gradient(#170a20, #68139f); border: 6px solid #1e1522; border-radius: 14px; right: 2%; bottom: 0; box-shadow: 0 18px 35px rgba(0,0,0,.4); }

/* Sections */
.service-page .section-heading { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.service-page .section-heading h2, .service-page .split-content h2, .service-page .cta h2 { font-size: clamp(30px, 3vw, 48px); line-height: 1.05; letter-spacing: -.045em; margin: 0 0 16px; }
.service-page .section-heading h2 span { color: #9b35df; }
.service-page .section-heading > p:last-child { color: var(--muted); }

.service-page .card-grid { display: grid; gap: 18px; }
.service-page .card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-page .card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-page .feature-card-item { padding: 27px 22px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(#fff, #fcf9fd); transition: .2s; }
.service-page .feature-card-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d2a4ec; }
.service-page .feature-card-item .icon { width: 49px; height: 49px; border-radius: 12px; display: grid; place-items: center; background: #f1e3f8; color: var(--brand); font-size: 22px; }
.service-page .feature-card-item h3 { font-size: 16.5px; margin: 20px 0 10px; }
.service-page .feature-card-item p { font-size: 13.4px; color: var(--muted); margin: 0; }

/* Split section */
.service-page .split-section { background: var(--soft); }
.service-page .split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.service-page .split-content p { color: var(--muted); }
.service-page .check-list { padding: 0; list-style: none; color: var(--muted); font-size: 14.6px; margin: 22px 0; }
.service-page .check-list li { margin: 11px 0; }
.service-page .check-list li::before { content: '✓'; color: var(--brand); font-weight: 900; margin-right: 9px; }

/* Proof band */
.service-page .proof-band { background: linear-gradient(100deg, #31064e, #68139f 50%, #8d26c7); color: #fff; padding: 30px 0; }
.service-page .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-page .proof-grid div { padding: 5px 30px; border-right: 1px solid rgba(255,255,255,.2); }
.service-page .proof-grid div:last-child { border: 0; }
.service-page .proof-grid strong, .service-page .proof-grid span { display: block; }
.service-page .proof-grid strong { font-size: 20px; }
.service-page .proof-grid span { font-size: 12px; color: #e5d4ed; }

/* Process */
.service-page .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.service-page .process-grid article { padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.service-page .process-grid span { color: var(--brand); font-size: 12px; font-weight: 850; }
.service-page .process-grid h3 { margin: 16px 0 8px; font-size: 16px; }
.service-page .process-grid p { margin: 0; color: var(--muted); font-size: 13.2px; }

/* CTA */
.service-page .cta { padding: 65px 0; background: linear-gradient(100deg, #350651, #68139f 60%, #8725bb); color: #fff; }
.service-page .cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.service-page .cta p { color: #eadcf0; margin: 0; }
.service-page .cta-actions { display: flex; gap: 12px; flex-direction: column; }

@media (max-width: 1050px) {
  .service-page .hero-grid { grid-template-columns: 1fr; }
  .service-page .hero-visual, .service-page .device-mock { display: none; }
  .service-page .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .service-page .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-page .split-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .service-page .container { width: min(100% - 28px, 680px); }
  .service-page .section { padding: 60px 0; }
  .service-page .hero { padding: 56px 0; }
  .service-page .hero-actions { flex-direction: column; }
  .service-page .hero-actions .button { width: 100%; }
  .service-page .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-page .card-grid.four, .service-page .card-grid.three { grid-template-columns: 1fr; }
  .service-page .process-grid { grid-template-columns: 1fr; }
  .service-page .proof-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .service-page .proof-grid div { padding: 10px; border-right: 0; }
  .service-page .cta-grid { grid-template-columns: 1fr; }
}
