/* ═══════════════════════════════════════════════════════════
   SERVICE.CSS — Single service page styles
   Extends style.css + pages.css. Same design tokens throughout.
═══════════════════════════════════════════════════════════ */

/* ════════════════════════════════════
   SERVICE HERO
   ════════════════════════════════════ */
.svc-hero {
  background: var(--white);
  min-height: 86vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 100px 0 80px;
  border-bottom: 1px solid var(--border);
}

/* Same bg grid as home hero */
.sh-bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px),
                    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px; opacity: .4; pointer-events: none;
}
.sh-orbs { position: absolute; inset: 0; pointer-events: none; }
.sh-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .25; }
.sh-orb-1 { width: 480px; height: 480px; background: var(--lime); top: -80px; right: -60px; animation: float1 14s ease-in-out infinite; }
.sh-orb-2 { width: 300px; height: 300px; background: var(--green-700); bottom: -40px; left: -60px; animation: float2 18s ease-in-out infinite; }

.sh-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }

/* Left */
.sh-breadcrumb { display: inline-flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 600; color: var(--text-muted); margin-bottom: 20px; }
.sh-breadcrumb a { color: var(--text-muted); transition: color var(--t); }
.sh-breadcrumb a:hover { color: var(--green-700); }
.sh-breadcrumb [data-lucide] { width: 12px; height: 12px; color: var(--text-dim); }
.sh-breadcrumb span { color: var(--text-dim); }

.sh-studio-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--lime-alpha); border: 1px solid rgba(158,221,6,.3);
  color: var(--green-700); font-size: .73rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 20px;
}
.sh-studio-tag [data-lucide] { width: 13px; height: 13px; }

.sh-left h1 { margin-bottom: 20px; }
.sh-sub { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; max-width: 560px; }

.sh-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

.sh-trust { display: flex; flex-direction: column; gap: 8px; }
.sht-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--text-2); font-weight: 600; }
.sht-item [data-lucide] { width: 15px; height: 15px; color: var(--lime); flex-shrink: 0; }

/* Right — browser mockup */
.sh-right { position: relative; }
.sh-mockup { position: relative; }

.shm-browser {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.shm-bar {
  background: var(--surface); border-bottom: 1px solid var(--border);
  padding: 10px 14px; display: flex; align-items: center; gap: 10px;
}
.shm-dots { display: flex; gap: 5px; }
.shm-dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--border-2); }
.shm-url {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 6px; padding: 4px 10px; font-size: .72rem;
  color: var(--text-muted); flex: 1; max-width: 240px;
  display: flex; align-items: center; gap: 5px;
}
.shm-url [data-lucide] { width: 10px; height: 10px; color: var(--green-600); }

.shm-screen { padding: 20px; background: var(--off-white); }
.shm-hero-block {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  border-radius: 10px; padding: 24px 20px; margin-bottom: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.shm-eyebrow { width: 80px; height: 8px; background: var(--lime-alpha-md); border-radius: 100px; }
.shm-h1-a { width: 85%; height: 12px; background: rgba(255,255,255,.7); border-radius: 4px; }
.shm-h1-b { width: 65%; height: 12px; background: rgba(255,255,255,.5); border-radius: 4px; }
.shm-p { width: 90%; height: 8px; background: rgba(255,255,255,.25); border-radius: 4px; margin-top: 4px; }
.shm-btns { display: flex; gap: 8px; margin-top: 6px; }
.shm-btn-pri { width: 80px; height: 24px; background: var(--lime); border-radius: 6px; }
.shm-btn-sec { width: 70px; height: 24px; background: rgba(255,255,255,.12); border-radius: 6px; border: 1px solid rgba(255,255,255,.2); }
.shm-cards-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.shm-card { height: 56px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; }

/* Floating cards on mockup */
.sh-float-card {
  position: absolute; background: var(--white); border-radius: var(--r);
  box-shadow: var(--card-shadow-hover); padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
}
.sh-float-card [data-lucide] { width: 18px; height: 18px; color: var(--lime); flex-shrink: 0; }
.sh-float-card strong { font-size: .92rem; font-weight: 900; color: var(--text); display: block; }
.sh-float-card span { font-size: .72rem; color: var(--text-muted); }
.sh-fc-1 { bottom: -20px; left: -20px; }
.sh-fc-2 { top: -16px; right: -16px; }

/* Active parent nav */
.nl-active-parent { background: var(--lime-alpha) !important; color: var(--green-700) !important; }
.dm-active { background: var(--lime-alpha); color: var(--green-700) !important; font-weight: 700 !important; }

/* ════════════════════════════════════
   OVERVIEW SECTION
   ════════════════════════════════════ */
.svc-overview-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start; }

.svo-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.svop {
  display: flex; align-items: center; gap: 8px;
  font-size: .85rem; font-weight: 600; color: var(--text-2);
}
.svop [data-lucide] { width: 14px; height: 14px; color: var(--lime); flex-shrink: 0; }

.svc-overview-visual {
  background: linear-gradient(145deg, var(--green-900), var(--green-700));
  border-radius: var(--r-xl); padding: 40px; display: flex;
  flex-direction: column; gap: 32px; position: sticky; top: 88px;
}
.sov-main {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 8px; padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.sov-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: rgba(158,221,6,.15); display: flex; align-items: center;
  justify-content: center; margin-bottom: 4px;
}
.sov-icon [data-lucide] { width: 28px; height: 28px; color: var(--lime); }
.sov-main strong { font-size: 1.1rem; font-weight: 800; color: white; }
.sov-main span { font-size: .78rem; color: rgba(255,255,255,.55); font-weight: 600; }

.sov-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sov-stat {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 16px; text-align: center;
}
.sov-stat strong { font-size: 1.5rem; font-weight: 900; color: var(--lime); display: block; letter-spacing: -.03em; }
.sov-stat span { font-size: .72rem; color: rgba(255,255,255,.55); font-weight: 600; }

/* ════════════════════════════════════
   DELIVERABLES
   ════════════════════════════════════ */
.deliverables-section { background: var(--off-white); }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.del-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  display: flex; flex-direction: column; gap: 14px;
  transition: all var(--t-slow); position: relative;
}
.del-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); }
.del-card-featured {
  background: var(--green-900); border-color: transparent;
}
.del-card-featured h4, .del-card-featured p { color: rgba(255,255,255,.9); }
.del-card-featured .del-list li { color: rgba(255,255,255,.75); }
.del-card-featured .del-list li [data-lucide] { color: var(--lime); }
.del-card-featured .del-icon { background: rgba(158,221,6,.15); }
.del-card-featured .del-icon [data-lucide] { color: var(--lime); }

.del-badge {
  position: absolute; top: -12px; left: 24px;
  background: var(--lime); color: var(--green-950);
  font-size: .65rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: .1em; padding: 4px 12px; border-radius: 100px;
}
.del-icon {
  width: 44px; height: 44px; background: var(--lime-alpha);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.del-icon [data-lucide] { width: 20px; height: 20px; color: var(--green-700); }
.del-card h4 { font-size: 1rem; }
.del-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; }
.del-list { display: flex; flex-direction: column; gap: 8px; }
.del-list li { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--text-2); }
.del-list li [data-lucide] { width: 12px; height: 12px; color: var(--green-600); flex-shrink: 0; }

/* ════════════════════════════════════
   PROCESS
   ════════════════════════════════════ */
.process-svc { background: var(--white); }
.svc-process-grid {
  display: flex; align-items: flex-start; gap: 0;
  flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px;
}
.sp-step {
  flex: 1; min-width: 140px; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 10px; padding: 0 8px;
}
.sp-connector {
  display: flex; align-items: center; justify-content: center;
  color: var(--border-2); flex-shrink: 0; margin-top: 32px;
}
.sp-connector [data-lucide] { width: 18px; height: 18px; }
.sp-num {
  font-size: .68rem; font-weight: 900; color: var(--lime);
  background: var(--green-900); width: 36px; height: 36px;
  border-radius: 9px; display: flex; align-items: center;
  justify-content: center; letter-spacing: .04em;
}
.sp-icon {
  width: 52px; height: 52px; background: var(--off-white);
  border: 1.5px solid var(--border); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.sp-icon [data-lucide] { width: 22px; height: 22px; color: var(--green-700); }
.sp-step h4 { font-size: .92rem; }
.sp-step p { font-size: .78rem; color: var(--text-muted); line-height: 1.55; }

/* Timeline bar */
.sp-timeline-bar {
  display: flex; gap: 0; margin-top: 56px;
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
}
.spt-item {
  flex: 1; padding: 18px 20px; text-align: center;
  border-right: 1px solid var(--border);
}
.spt-item:last-child { border-right: none; }
.spt-item.featured { background: var(--green-900); }
.spt-item.featured span { color: var(--lime); }
.spt-item.featured p { color: rgba(255,255,255,.7); }
.spt-item span { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--text-dim); display: block; margin-bottom: 4px; }
.spt-item p { font-size: .82rem; color: var(--text-2); font-weight: 600; }

/* ════════════════════════════════════
   PRICING
   ════════════════════════════════════ */
.pricing-section { background: var(--off-white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.price-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 36px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all var(--t-slow); position: relative;
}
.price-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); }
.price-card-featured {
  background: var(--green-900); border-color: var(--lime);
  box-shadow: 0 0 0 1px var(--lime), var(--shadow-lg);
}
.price-card-featured .pc-tier { color: var(--lime); }
.price-card-featured .pc-price-wrap .pc-cur { color: rgba(255,255,255,.45); }
.price-card-featured .pc-price { color: var(--lime); }
.price-card-featured .pc-desc { color: rgba(255,255,255,.7); }
.price-card-featured .pc-divider { background: rgba(255,255,255,.1); }
.price-card-featured .pc-features li { color: rgba(255,255,255,.8); }
.price-card-featured .pc-features li [data-lucide] { color: var(--lime); }
.price-card-featured .pc-feat-no { opacity: .35; }
.price-card-featured .pc-timeline { color: rgba(255,255,255,.55); }
.price-card-featured .pc-timeline strong { color: white; }

.pc-popular {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--lime); color: var(--green-950);
  font-size: .65rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: .1em; padding: 4px 16px; border-radius: 100px;
  white-space: nowrap;
}
.pc-tier { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--text-dim); }
.pc-price-wrap { display: flex; align-items: flex-end; gap: 4px; }
.pc-cur { font-size: 1rem; font-weight: 700; color: var(--text-muted); margin-bottom: 8px; }
.pc-price { font-size: 2.8rem; font-weight: 900; color: var(--text); letter-spacing: -.04em; line-height: 1; font-family: var(--font-serif); }
.pc-desc { font-size: .83rem; color: var(--text-muted); line-height: 1.65; }
.pc-divider { height: 1px; background: var(--border); }
.pc-features { display: flex; flex-direction: column; gap: 9px; flex-grow: 1; }
.pc-features li { font-size: .82rem; color: var(--text-2); display: flex; align-items: center; gap: 8px; }
.pc-features li [data-lucide] { width: 14px; height: 14px; color: var(--green-600); flex-shrink: 0; }
.pc-feat-no { opacity: .4; }
.pc-feat-no [data-lucide] { color: var(--text-dim) !important; }
.pc-timeline {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; color: var(--text-muted);
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: 8px; padding: 9px 12px;
}
.pc-timeline [data-lucide] { width: 14px; height: 14px; color: var(--green-600); }
.pc-timeline strong { color: var(--text); }

.pricing-note {
  text-align: center; font-size: .82rem; color: var(--text-muted);
  margin-top: 32px; display: flex; align-items: center; gap: 7px;
  justify-content: center;
}
.pricing-note [data-lucide] { width: 14px; height: 14px; color: var(--green-600); }

/* ════════════════════════════════════
   PORTFOLIO STRIP
   ════════════════════════════════════ */
.portfolio-strip { background: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.pf-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; transition: all var(--t-slow);
}
.pf-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); }
.pf-img {
  aspect-ratio: 16/10; position: relative;
  display: flex; align-items: flex-end;
}
.pf-img-1 { background: linear-gradient(135deg, #0C2D14 0%, #216A30 60%, #9EDD06 100%); }
.pf-img-2 { background: linear-gradient(135deg, #133D1C 0%, #2E8B43 60%, #C5F24D 100%); }
.pf-img-3 { background: linear-gradient(135deg, #061A0B 0%, #1A5226 60%, #9EDD06 100%); }

.pf-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.2);
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 16px 18px; opacity: 0; transition: opacity var(--t);
}
.pf-card:hover .pf-overlay { opacity: 1; }
.pf-overlay span { font-size: .78rem; font-weight: 700; color: white; }
.pf-overlay [data-lucide] { width: 18px; height: 18px; color: white; }

.pf-info { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.pf-info h4 { font-size: 1rem; }
.pf-info p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }
.pf-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.pf-tags span {
  font-size: .7rem; font-weight: 600;
  background: var(--lime-alpha); border: 1px solid rgba(158,221,6,.25);
  color: var(--green-700); padding: 3px 9px; border-radius: 100px;
}

.pf-cta-row { text-align: center; margin-top: 40px; }

/* ════════════════════════════════════
   TESTIMONIAL
   ════════════════════════════════════ */
.testi-svc { background: var(--off-white); }
.testi-svc-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }

.tsv-quote {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 44px;
  display: flex; flex-direction: column; gap: 24px;
}
.tsv-qmark [data-lucide] { width: 28px; height: 28px; color: var(--lime); }
.tsv-quote p { font-size: 1rem; color: var(--text-2); line-height: 1.75; font-style: italic; }
.tsv-author { display: flex; align-items: center; gap: 14px; }
.tsv-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green-800); color: var(--lime);
  font-size: .78rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tsv-author strong { font-size: .9rem; display: block; margin-bottom: 2px; }
.tsv-author span { font-size: .78rem; color: var(--text-muted); }
.tsv-stars { color: #F59E0B; font-size: .84rem; margin-top: 3px; letter-spacing: 1px; }

.tsv-stats { display: flex; flex-direction: column; gap: 24px; }
.tsv-stat {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 24px 28px;
}
.tsv-stat strong { font-size: 2rem; font-weight: 900; color: var(--green-700); letter-spacing: -.04em; display: block; margin-bottom: 6px; }
.tsv-stat span { font-size: .82rem; color: var(--text-muted); line-height: 1.55; }

/* ════════════════════════════════════
   RELATED SERVICES
   ════════════════════════════════════ */
.related-services { background: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.rel-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 30px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all var(--t-slow); text-decoration: none; color: var(--text);
}
.rel-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-4px); border-color: rgba(158,221,6,.3); }
.rel-icon {
  width: 44px; height: 44px; background: var(--lime-alpha);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.rel-icon [data-lucide] { width: 20px; height: 20px; color: var(--green-700); }
.rel-card h4 { font-size: 1rem; }
.rel-card p { font-size: .84rem; color: var(--text-muted); line-height: 1.65; flex-grow: 1; }
.rel-cta {
  font-size: .83rem; font-weight: 700; color: var(--green-700);
  display: flex; align-items: center; gap: 5px; transition: gap var(--t);
}
.rel-card:hover .rel-cta { gap: 9px; }
.rel-cta [data-lucide] { width: 13px; height: 13px; }

/* ════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════ */
@media (max-width: 1024px) {
  .sh-content { grid-template-columns: 1fr; gap: 48px; }
  .sh-right { display: none; }
  .svc-overview-grid { grid-template-columns: 1fr; gap: 48px; }
  .svc-overview-visual { position: static; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .testi-svc-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .svc-hero { padding: 80px 0 60px; min-height: auto; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .svc-process-grid { overflow-x: auto; }
  .sp-timeline-bar { flex-direction: column; }
  .spt-item { border-right: none; border-bottom: 1px solid var(--border); }
  .spt-item:last-child { border-bottom: none; }
  .svo-pillars { grid-template-columns: 1fr; }
}
