:root {
  --svc-blue: #1450ff;
  --svc-cyan: #00c3ff;
  --svc-panel: #090b11;
  --svc-muted: #9298a7;
  --svc-line: rgba(255, 255, 255, .1);
}

.service-page {
  background: #030303;
  color: #fff;
}

.service-page main { overflow: hidden; }
.service-page .nav-item.active { color: #fff; background: rgba(255,255,255,.06); }

.svc-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 150px 0 90px;
}

.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 8%, transparent 92%);
}

.svc-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 780px;
  height: 780px;
  top: -360px;
  right: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,80,255,.23), transparent 66%);
  pointer-events: none;
}

.svc-hero-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}

.svc-kicker,
.svc-label {
  color: #7997ff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.svc-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.svc-kicker::before { content: ""; width: 20px; height: 1px; background: var(--svc-cyan); box-shadow: 0 0 10px var(--svc-cyan); }

.svc-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  line-height: .92;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.svc-hero h1 span,
.svc-gradient {
  background: linear-gradient(100deg, #dce5ff, #315eff 55%, #00c3ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.svc-lead { max-width: 650px; color: #a4a6ad; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.svc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.svc-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #686d79; font-size: .75rem; }
.svc-trust span { display: inline-flex; align-items: center; gap: 7px; }
.svc-trust span::before { content: "✓"; color: #24d88a; }

.svc-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}

.svc-orb {
  position: absolute;
  width: 440px;
  aspect-ratio: 1;
  border: 1px solid rgba(61,101,255,.25);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(0,68,255,.08), 0 0 90px rgba(0,68,255,.12);
  animation: svc-orbit 18s linear infinite;
}

.svc-orb::before,
.svc-orb::after { content: ""; position: absolute; border-radius: 50%; }
.svc-orb::before { inset: 15%; border: 1px dashed rgba(0,195,255,.22); }
.svc-orb::after { width: 10px; height: 10px; top: 16%; left: 7%; background: var(--svc-cyan); box-shadow: 0 0 20px var(--svc-cyan); }
@keyframes svc-orbit { to { transform: rotate(360deg); } }

.svc-window {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(8,10,17,.88);
  box-shadow: 0 35px 90px rgba(0,0,0,.55), 0 0 50px rgba(20,80,255,.12);
  backdrop-filter: blur(18px);
  transform: rotateY(-7deg) rotateX(3deg);
  animation: svc-float 6s ease-in-out infinite;
}

@keyframes svc-float { 50% { transform: rotateY(-3deg) rotateX(1deg) translateY(-12px); } }

.window-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #323745; }
.window-bar i:first-child { background: #315eff; }
.window-title { margin-left: auto; color: #545b6b; font-size: .62rem; letter-spacing: .12em; }

.web-canvas { display: grid; grid-template-columns: 72px 1fr; min-height: 294px; }
.web-side { padding: 18px 14px; border-right: 1px solid rgba(255,255,255,.07); }
.web-side span { display: block; height: 7px; margin: 12px 0; border-radius: 10px; background: #242938; }
.web-main { padding: 25px; }
.web-pill { width: 82px; height: 18px; border: 1px solid rgba(0,195,255,.35); border-radius: 20px; }
.web-heading { width: 82%; height: 44px; margin: 22px 0 12px; border-radius: 7px; background: linear-gradient(90deg,#fff,#6688ff); opacity: .88; }
.web-copy { width: 63%; height: 8px; border-radius: 8px; background: #34394a; box-shadow: 0 15px #292e3c; }
.web-button { width: 100px; height: 34px; margin-top: 42px; border-radius: 20px; background: var(--svc-blue); box-shadow: 0 0 22px rgba(20,80,255,.45); }
.web-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 25px; }
.web-cards i { height: 48px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(255,255,255,.025); }

.video-preview { position: relative; height: 180px; margin: 18px; overflow: hidden; border-radius: 14px; background: radial-gradient(circle at 50% 40%, #173c9b, #090b13 63%); }
.video-preview::before { content: "▶"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.4rem; text-shadow: 0 0 25px #00c3ff; }
.video-preview::after { content: ""; position: absolute; inset: 20% 30%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 45px rgba(0,195,255,.25); }
.timeline { padding: 0 18px 20px; }
.timeline-top { display: flex; gap: 5px; margin-bottom: 11px; }
.timeline-top i { height: 38px; flex: 1; border-radius: 5px; background: linear-gradient(135deg,#26304c,#111522); }
.timeline-top i:nth-child(2), .timeline-top i:nth-child(5) { background: linear-gradient(135deg,#1949d1,#0a173e); }
.timeline-lines { position: relative; display: grid; gap: 5px; }
.timeline-lines::before { content: ""; position: absolute; top: -4px; bottom: -4px; left: 47%; width: 1px; background: #00c3ff; box-shadow: 0 0 10px #00c3ff; }
.timeline-lines span { height: 13px; border-radius: 4px; background: linear-gradient(90deg,#315eff 0 35%,#161b29 35%); }
.timeline-lines span:nth-child(2) { background: linear-gradient(90deg,#161b29 0 20%,#774cff 20% 68%,#161b29 68%); }

.design-stage { min-height: 294px; position: relative; background: linear-gradient(145deg,#10131e,#08090d); }
.design-card { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 22px 50px rgba(0,0,0,.45); }
.design-card.one { width: 190px; height: 230px; top: 27px; left: 42px; transform: rotate(-8deg); background: linear-gradient(145deg,#f4f7ff,#829cff); }
.design-card.one::before { content: "FORM / FUNCTION"; position: absolute; left: 18px; bottom: 25px; color: #07102b; font: 700 1.15rem/1 var(--font-head); }
.design-card.two { width: 205px; height: 150px; right: 35px; bottom: 30px; transform: rotate(7deg); background: linear-gradient(135deg,#10182e,#0044ff); }
.design-card.two::before { content: "Editxify"; position: absolute; top: 22px; left: 24px; font: 700 1.5rem var(--font-head); }
.design-circle { position: absolute; width: 105px; height: 105px; top: 44px; right: 55px; border-radius: 50%; border: 18px solid #00c3ff; mix-blend-mode: screen; }

.social-stage { min-height: 294px; display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; padding: 25px; align-items: center; }
.social-post { height: 220px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: linear-gradient(160deg,#18223f,#090b13 62%); }
.social-post:nth-child(2) { transform: translateY(-18px); background: linear-gradient(160deg,#124ab9,#071027 64%); }
.social-post:nth-child(3) { background: linear-gradient(160deg,#3b1f7a,#0b0913 62%); }
.social-post::before { content: ""; position: absolute; width: 80px; height: 80px; top: 35px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 35% 30%,#fff,#3467ff 18%,#07102a 62%); }
.social-post::after { content: "CREATE\A CONNECT\A GROW"; white-space: pre; position: absolute; left: 14px; bottom: 18px; color: #fff; font: 700 .72rem/1.25 var(--font-head); letter-spacing: .06em; }

.seo-stage { min-height: 294px; padding: 28px; }
.seo-score { display: flex; align-items: center; justify-content: space-between; }
.score-ring { width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#00c3ff 0 88%,#192033 88%); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: #090c14; }
.score-ring strong { z-index: 1; font: 700 1.6rem var(--font-head); }
.seo-bars { width: 58%; display: grid; gap: 13px; }
.seo-bars i { height: 8px; border-radius: 10px; background: linear-gradient(90deg,#315eff 0 78%,#1b2131 78%); }
.seo-bars i:nth-child(2) { background: linear-gradient(90deg,#00c3ff 0 62%,#1b2131 62%); }
.seo-bars i:nth-child(3) { background: linear-gradient(90deg,#7e65ff 0 90%,#1b2131 90%); }
.seo-chart { height: 110px; margin-top: 32px; border-left: 1px solid #242a38; border-bottom: 1px solid #242a38; position: relative; overflow: hidden; }
.seo-chart::before { content: ""; position: absolute; inset: 22px 0 0; background: linear-gradient(160deg,transparent 0 25%,#315eff 26% 28%,transparent 29% 42%,#00c3ff 43% 45%,transparent 46%); filter: drop-shadow(0 0 8px #315eff); }

.svc-strip { border-block: 1px solid var(--svc-line); background: rgba(255,255,255,.018); }
.svc-strip .container { display: grid; grid-template-columns: repeat(3,1fr); }
.svc-strip div { padding: 25px 30px; border-right: 1px solid var(--svc-line); text-align: center; }
.svc-strip div:last-child { border-right: 0; }
.svc-strip strong { display: block; margin-bottom: 5px; font: 600 .95rem var(--font-head); }
.svc-strip span { color: #707681; font-size: .76rem; }

.svc-section { padding: clamp(90px,10vw,145px) 0; content-visibility: auto; contain-intrinsic-size: 800px; }
.svc-section.dark { border-block: 1px solid var(--svc-line); background: #070707; }
.svc-section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 58px; }
.svc-section-head h2, .svc-split h2, .svc-cta h2 { max-width: 790px; margin-top: 18px; font-size: clamp(2.5rem,5vw,4.8rem); line-height: 1; letter-spacing: -.045em; }
.svc-section-head > p { max-width: 370px; color: var(--svc-muted); line-height: 1.7; }

.svc-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.svc-card { min-height: 310px; padding: 34px; position: relative; overflow: hidden; border: 1px solid var(--svc-line); border-radius: 24px; background: radial-gradient(circle at 100% 0,rgba(20,80,255,.15),transparent 42%),rgba(255,255,255,.018); transition: transform .4s ease,border-color .4s ease; }
.svc-card:hover { transform: translateY(-6px); border-color: rgba(0,195,255,.3); }
.svc-card > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 70px; border: 1px solid rgba(86,119,255,.28); border-radius: 14px; color: #88a3ff; background: rgba(20,80,255,.08); font: 700 .7rem var(--font-head); }
.svc-card h3 { margin-bottom: 13px; font-size: 1.45rem; }
.svc-card p { color: #868b96; line-height: 1.7; }

.svc-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,110px); align-items: center; }
.svc-image-wrap { position: relative; }
.svc-image-wrap::before { content: ""; position: absolute; inset: -15px 35px 25px -15px; border: 1px solid rgba(62,100,255,.22); border-radius: 28px; }
.svc-image { position: relative; width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; border: 1px solid var(--svc-line); border-radius: 24px; filter: saturate(.65) contrast(1.08); }
.svc-image-note { position: absolute; right: -18px; bottom: 25px; max-width: 230px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; color: #b8bfd0; background: rgba(5,7,12,.9); backdrop-filter: blur(16px); font-size: .78rem; line-height: 1.5; }
.svc-copy > p { margin: 24px 0 30px; color: var(--svc-muted); font-size: 1.04rem; line-height: 1.8; }
.svc-list { display: grid; gap: 12px; list-style: none; }
.svc-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #c5c8d1; }
.svc-list li::before { content: "↗"; color: var(--svc-cyan); }

.svc-process { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--svc-line); border-radius: 24px; overflow: hidden; }
.svc-process article { min-height: 260px; padding: 32px; border-right: 1px solid var(--svc-line); background: rgba(255,255,255,.014); }
.svc-process article:last-child { border-right: 0; }
.svc-process span { display: block; margin-bottom: 65px; color: #5277ff; font-size: .7rem; letter-spacing: .15em; }
.svc-process h3 { margin-bottom: 12px; font-size: 1.45rem; }
.svc-process p { color: #7e838e; line-height: 1.65; }

.svc-deliverables { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.svc-deliverables li { display: flex; align-items: center; gap: 14px; padding: 20px 22px; border: 1px solid var(--svc-line); border-radius: 14px; color: #bec2cc; background: rgba(255,255,255,.018); list-style: none; }
.svc-deliverables li::before { content: "+"; color: var(--svc-cyan); font-weight: 700; }

.svc-faq { max-width: 900px; margin: 0 auto; }
.svc-faq details { border-top: 1px solid var(--svc-line); }
.svc-faq details:last-child { border-bottom: 1px solid var(--svc-line); }
.svc-faq summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font: 600 1.12rem var(--font-head); }
.svc-faq summary::-webkit-details-marker { display: none; }
.svc-faq summary::after { content: "+"; position: absolute; right: 5px; color: #6e8cff; font-size: 1.4rem; }
.svc-faq details[open] summary::after { content: "−"; }
.svc-faq details p { max-width: 760px; padding: 0 0 25px; color: #858a95; line-height: 1.75; }

.svc-cta { position: relative; padding: clamp(110px,14vw,185px) 0; overflow: hidden; text-align: center; border-top: 1px solid var(--svc-line); background: radial-gradient(circle at 50% 110%,rgba(20,80,255,.26),transparent 48%); }
.svc-cta::before { content: ""; position: absolute; width: 520px; height: 520px; left: 50%; top: 64%; transform: translate(-50%,-50%); border: 1px solid rgba(62,100,255,.14); border-radius: 50%; box-shadow: 0 0 0 85px rgba(62,100,255,.025),0 0 0 170px rgba(62,100,255,.015); pointer-events: none; }
.svc-cta .container { position: relative; }
.svc-cta h2 { margin-inline: auto; }
.svc-cta p { max-width: 620px; margin: 25px auto 35px; color: #8f949f; line-height: 1.7; }
.svc-cta .btn-primary { display: inline-flex; gap: 28px; }

.svc-footer { padding: 75px 0 25px; border-top: 1px solid var(--svc-line); background: #020202; }
.svc-footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.svc-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.svc-footer-grid p { max-width: 360px; color: #777c87; line-height: 1.65; }
.svc-footer-label { color: #626876; font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.svc-footer-grid a:not(.footer-logo), .svc-footer-bottom a { color: #a4a8b1; text-decoration: none; transition: color .25s ease; }
.svc-footer-grid a:hover, .svc-footer-bottom a:hover { color: #fff; }
.svc-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid var(--svc-line); color: #5e626c; font-size: .78rem; }
.svc-footer-bottom div { display: flex; gap: 22px; }

[data-svc-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1); }
[data-svc-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .svc-hero { min-height: auto; padding: 135px 0 95px; }
  .svc-hero-layout, .svc-split { grid-template-columns: 1fr; }
  .svc-hero-copy { text-align: center; }
  .svc-lead { margin-inline: auto; }
  .svc-actions, .svc-trust { justify-content: center; }
  .svc-visual { min-height: 470px; }
  .svc-section-head { flex-direction: column; align-items: start; gap: 22px; }
  .svc-benefits { grid-template-columns: 1fr 1fr; }
  .svc-card:last-child { grid-column: 1/-1; }
  .svc-process { grid-template-columns: 1fr 1fr; }
  .svc-process article:nth-child(2) { border-right: 0; }
  .svc-process article { border-bottom: 1px solid var(--svc-line); }
  .svc-process article:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 620px) {
  .svc-hero { padding: 120px 0 75px; }
  .svc-hero h1 { font-size: clamp(2.65rem,11vw,3.6rem); }
  .svc-actions { flex-direction: column; }
  .svc-actions a { width: 100%; }
  .svc-visual { min-height: 380px; }
  .svc-window { min-height: 305px; border-radius: 18px; transform: none; }
  .svc-orb { width: 330px; }
  .web-canvas { min-height: 259px; }
  .video-preview { height: 150px; }
  .design-stage,.social-stage,.seo-stage { min-height: 259px; }
  .svc-strip .container { grid-template-columns: 1fr; }
  .svc-strip div { border-right: 0; border-bottom: 1px solid var(--svc-line); }
  .svc-strip div:last-child { border-bottom: 0; }
  .svc-benefits, .svc-process, .svc-deliverables { grid-template-columns: 1fr; }
  .svc-card:last-child { grid-column: auto; }
  .svc-process article { border-right: 0; border-bottom: 1px solid var(--svc-line) !important; }
  .svc-process article:last-child { border-bottom: 0 !important; }
  .svc-image-note { right: 10px; bottom: 10px; }
  .svc-footer-grid { grid-template-columns: 1fr 1fr; }
  .svc-footer-grid > div:first-child { grid-column: 1/-1; }
  .svc-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-orb,.svc-window { animation: none; }
  [data-svc-reveal] { opacity: 1; transform: none; transition: none; }
}
