/* Awwwards-oriented UX polish + SEO content rhythm */

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--accent);
  color: var(--white);
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  overflow: visible;
}

body[data-page="home"] {
  background-image: radial-gradient(ellipse 55% 40% at 50% -10%, rgba(10, 132, 255, 0.12), transparent 55%);
}

body[data-page="services"] {
  background-image: radial-gradient(ellipse 70% 45% at 10% -10%, rgba(10, 132, 255, 0.14), transparent 55%);
}

body[data-page="about"] {
  background-image: radial-gradient(ellipse 60% 40% at 90% 0%, rgba(168, 85, 247, 0.1), transparent 50%);
}

body[data-page="contact"] {
  background-image: radial-gradient(ellipse 55% 40% at 20% 0%, rgba(0, 245, 212, 0.1), transparent 50%);
}

body[data-page="pricing"] {
  background-image: radial-gradient(ellipse 65% 45% at 50% -15%, rgba(10, 132, 255, 0.12), transparent 55%);
}

body[data-page="blogs"],
body[data-page="article"] {
  background-image: radial-gradient(ellipse 50% 35% at 80% 5%, rgba(59, 91, 253, 0.1), transparent 50%);
}

.breadcrumbs {
  max-width: min(1200px, 92vw);
  margin: 0 auto 1rem;
  padding: 0;
  font-family: var(--font-m);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs a:hover {
  color: var(--teal);
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.35rem;
  color: var(--muted);
  opacity: 0.45;
}

.prose {
  max-width: 720px;
}

.prose p {
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.75;
}

.service-section {
  padding: 3.5rem 0;
  border-top: 1px solid var(--border);
}

.service-section:first-of-type {
  border-top: none;
}

.service-section h2 {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}

.service-section .lede {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 720px;
}

.service-section ul.checks {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  max-width: 720px;
}

.service-section ul.checks li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-section ul.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--teal));
  box-shadow: 0 0 12px rgba(10, 132, 255, 0.35);
}

.service-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.faq-block {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}

.faq-block h2 {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  margin: 0 0 1rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  background: rgba(10, 14, 26, 0.45);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] {
  border-color: rgba(10, 132, 255, 0.35);
}

.faq-list details p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  align-items: center;
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(8, 12, 22, 0.55);
  font-size: 0.82rem;
  color: var(--muted);
}

.trust-strip strong {
  color: var(--white);
  font-weight: 600;
}

/* —— Neo / futuristic surfaces (services + shared) —— */
.neo-surface.service-section {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 1.35rem;
  border-top: none;
  border-radius: 26px;
  background:
    radial-gradient(ellipse 75% 85% at 12% 0%, rgba(10, 132, 255, 0.14), transparent 52%),
    linear-gradient(168deg, rgba(14, 20, 38, 0.88), rgba(5, 6, 10, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.5s ease, border-color 0.45s ease, transform 0.5s var(--ease-out);
}

.neo-surface.service-section:hover {
  border-color: rgba(10, 132, 255, 0.22);
  box-shadow:
    0 32px 100px rgba(10, 132, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.svc-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.svc-split--rev {
  direction: rtl;
}

.svc-split--rev > * {
  direction: ltr;
}

@media (max-width: 960px) {
  .svc-split,
  .svc-split--rev {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .svc-split--rev .neo-media {
    order: -1;
  }
}

.neo-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(10, 132, 255, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.55);
  isolation: isolate;
  transform: translateZ(0);
  transition: box-shadow 0.55s ease, transform 0.55s var(--ease-out);
}

.neo-media--wide {
  aspect-ratio: 21 / 9;
  max-height: min(320px, 40vw);
}

.neo-media--tall {
  aspect-ratio: 3 / 4;
  max-height: 420px;
}

.neo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(5, 6, 10, 0.78) 0%,
    rgba(5, 6, 10, 0.15) 45%,
    rgba(10, 132, 255, 0.2) 82%,
    rgba(0, 245, 212, 0.12) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.neo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.85s var(--ease-out);
  filter: saturate(1.08) contrast(1.06);
}

.neo-surface:hover .neo-media img,
.neo-media:hover img {
  transform: scale(1.09);
}

.neo-surface:hover .neo-media {
  box-shadow:
    0 0 0 1px rgba(0, 245, 212, 0.2),
    0 32px 100px rgba(10, 132, 255, 0.16);
}

.svc-copy {
  position: relative;
  z-index: 1;
  padding: 0.35rem 0;
}

.page-hero-strip {
  margin: 0 auto 2.5rem;
}

.neo-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(15, 22, 40, 0.95), rgba(6, 10, 20, 0.65));
  backdrop-filter: blur(18px);
  padding: 1.75rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.45s var(--ease-out), border-color 0.45s ease, box-shadow 0.45s ease;
}

.neo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 132, 255, 0.32);
  box-shadow: 0 30px 90px rgba(10, 132, 255, 0.12);
}

.faq-list details {
  background: linear-gradient(145deg, rgba(12, 18, 36, 0.9), rgba(6, 10, 20, 0.7));
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.faq-list details:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.page-hero-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.page-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.page-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 10, 0.1), rgba(5, 6, 10, 0.75));
  pointer-events: none;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .neo-surface.service-section,
  .neo-media img,
  .neo-card {
    transition: none !important;
  }

  .neo-surface:hover .neo-media img,
  .neo-media:hover img {
    transform: scale(1.04) !important;
  }

  .neo-card:hover {
    transform: none;
  }
}
