/* ── Aisys.lt Service Pages (sp.css) ── */

/* ── Hero ── */
.sp-hero {
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.sp-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(59,130,246,.08) 0%, transparent 70%);
  pointer-events: none;
}
.sp-badge {
  display: inline-block;
  background: rgba(59,130,246,.12);
  border: 1px solid rgba(59,130,246,.25);
  color: #60a5fa;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.sp-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.9rem);
  color: #f0f5ff;
  margin: 0 0 20px;
  max-width: 720px;
  line-height: 1.2;
}
.sp-hero-lead {
  color: #7082a4;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 620px;
  margin: 0 0 36px;
}
.sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Hero decorative background glyph */
.sp-hero-deco {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: .045;
}
.sp-hero-deco svg {
  width: 280px;
  height: 280px;
  stroke: #60a5fa;
  fill: none;
  stroke-width: .9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Content ── */
.sp-content { padding: 0 0 100px; }

.sp-section { padding: 60px 0 0; }
.sp-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  color: #f0f5ff;
  margin: 0 0 16px;
  line-height: 1.3;
}
.sp-section p {
  color: #7082a4;
  line-height: 1.75;
  margin: 0 0 14px;
  max-width: 760px;
}
.sp-section ul {
  color: #7082a4;
  line-height: 1.8;
  padding-left: 20px;
  margin: 12px 0 14px;
  max-width: 760px;
}
.sp-section ul li { margin-bottom: 6px; }
.sp-section strong { color: #c8d8f0; }

/* ── Cards grid ── */
.sp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.sp-card {
  background: #0f1825;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.sp-card:hover {
  border-color: rgba(59,130,246,.3);
  transform: translateY(-2px);
}
.sp-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f5ff;
  margin: 0 0 8px;
}
.sp-card p {
  font-size: .9rem;
  color: #7082a4;
  line-height: 1.6;
  margin: 0;
}

/* Card icon */
.sp-card-icon {
  width: 42px;
  height: 42px;
  background: rgba(59,130,246,.1);
  border: 1px solid rgba(59,130,246,.18);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.sp-card-icon svg {
  width: 20px;
  height: 20px;
  stroke: #60a5fa;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Process steps ── */
.sp-steps { margin-top: 28px; }
.sp-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
}
.sp-step-track {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-step-num {
  width: 44px;
  height: 44px;
  background: rgba(59,130,246,.1);
  border: 1px solid rgba(59,130,246,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  color: #60a5fa;
  flex-shrink: 0;
}
.sp-step:not(:last-child) .sp-step-track::after {
  content: '';
  flex: 1;
  width: 1px;
  min-height: 24px;
  background: linear-gradient(to bottom, rgba(59,130,246,.3), rgba(59,130,246,.05));
  margin-top: 6px;
}
.sp-step-body { padding: 8px 0 24px; }
.sp-step-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f5ff;
  margin: 0 0 6px;
}
.sp-step-body p {
  font-size: .9rem;
  color: #7082a4;
  line-height: 1.65;
  margin: 0;
}

/* ── Audience (Kam tai tinka) ── */
.sp-audience {
  background: rgba(59,130,246,.04);
  border: 1px solid rgba(59,130,246,.12);
  border-radius: 18px;
  padding: 32px;
  margin-top: 28px;
}
.sp-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 32px;
  margin-top: 4px;
}
.sp-audience-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #c8d8f0;
  font-size: .92rem;
  line-height: 1.55;
  padding: 5px 0;
}
.sp-audience-check {
  width: 20px;
  height: 20px;
  background: rgba(59,130,246,.12);
  border: 1px solid rgba(59,130,246,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.sp-audience-check svg {
  width: 10px;
  height: 10px;
  stroke: #60a5fa;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── FAQ ── */
.sp-faq {
  background: #0f1825;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  padding: 48px;
  margin-top: 64px;
}
.sp-faq > h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  color: #f0f5ff;
  margin: 0 0 36px;
  text-align: center;
}
.sp-faq-item {
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 24px 0;
}
.sp-faq-item:first-of-type { padding-top: 0; }
.sp-faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.sp-faq-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f5ff;
  margin: 0 0 10px;
}
.sp-faq-item p {
  color: #7082a4;
  line-height: 1.7;
  margin: 0;
  font-size: .92rem;
}

/* ── CTA ── */
.sp-cta {
  background: linear-gradient(135deg, rgba(59,130,246,.08) 0%, rgba(96,165,250,.04) 100%);
  border: 1px solid rgba(59,130,246,.2);
  border-radius: 30px;
  padding: 60px 48px;
  margin-top: 60px;
  text-align: center;
}
.sp-cta h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
  color: #f0f5ff;
  margin: 0 0 16px;
}
.sp-cta p {
  color: #7082a4;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 32px;
}
.sp-cta-sub {
  margin-top: 24px;
  font-size: .88rem;
  color: #7082a4;
}
.sp-cta-sub a { color: #60a5fa; text-decoration: none; }
.sp-cta-sub a:hover { color: #93c5fd; }

/* ── Internal link pills ── */
.sp-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.07);
}
.sp-link-row-label {
  width: 100%;
  font-size: .8rem;
  color: #7082a4;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.sp-pill {
  display: inline-block;
  color: #60a5fa;
  text-decoration: none;
  font-size: .83rem;
  padding: 6px 14px;
  border: 1px solid rgba(59,130,246,.25);
  border-radius: 20px;
  transition: background .18s, color .18s;
}
.sp-pill:hover {
  background: rgba(59,130,246,.1);
  color: #93c5fd;
}

/* ── Contact card ── */
.sp-contact-card {
  background: #0f1825;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-contact-item { display: flex; flex-direction: column; gap: 4px; }
.sp-contact-item .sp-label {
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #7082a4;
}
.sp-contact-item a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f0f5ff;
  text-decoration: none;
  transition: color .18s;
}
.sp-contact-item a:hover { color: #60a5fa; }
.sp-contact-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.07);
}

/* ── Footer services column (added to index.html) ── */
.footer-services {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-services .footer-contact-label { margin-bottom: 4px; }
.footer-services a {
  font-size: 13px;
  color: #7082a4;
  text-decoration: none;
  transition: color .18s;
  line-height: 1.8;
}
.footer-services a:hover { color: #60a5fa; }

/* ── Services grid on main page ── */
.sp-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sp-service-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #0f1825;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 24px 28px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}
.sp-service-card:hover {
  border-color: rgba(59,130,246,.35);
  background: #141e30;
}
.sp-service-card strong {
  font-size: 1rem;
  font-weight: 700;
  color: #f0f5ff;
}
.sp-service-card span {
  font-size: .88rem;
  color: #7082a4;
  line-height: 1.55;
}
.sp-service-card::after {
  content: 'Skaityti →';
  font-size: .8rem;
  font-weight: 600;
  color: #60a5fa;
  margin-top: auto;
  padding-top: 12px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .sp-grid { grid-template-columns: 1fr; }
  .sp-services-grid { grid-template-columns: 1fr; }
  .sp-faq { padding: 32px 20px; }
  .sp-cta { padding: 40px 20px; }
  .sp-hero { padding: 80px 0 40px; }
  .sp-contact-card { padding: 28px 20px; }
  .sp-hero-deco { display: none; }
  .sp-audience-grid { grid-template-columns: 1fr; }
  .sp-audience { padding: 24px 20px; }
  .sp-step { gap: 14px; }
}
