@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");

:root {
  --site-header-height: 7.4rem;
  --site-container: min(120rem, calc(100vw - 3.2rem));
  --site-bg: #050505;
  --site-surface: rgba(255, 255, 255, 0.05);
  --site-surface-strong: #111111;
  --site-surface-soft: #151515;
  --site-ink: #ffffff;
  --site-body: #b8b8b8;
  --site-muted: #8d8d8d;
  --site-line: rgba(255, 255, 255, 0.12);
  --site-line-strong: rgba(248, 180, 0, 0.34);
  --site-blue: #f8b400;
  --site-blue-deep: #ffd166;
  --site-green: #25d366;
  --site-accent: #ffd166;
  --site-gradient: linear-gradient(135deg, #f8b400 0%, #ffd166 100%);
  --site-shadow-sm: 0 18px 46px rgba(0, 0, 0, 0.34);
  --site-shadow-md: 0 24px 60px rgba(0, 0, 0, 0.42);
  --site-shadow-lg: 0 34px 92px rgba(0, 0, 0, 0.56);
  --site-radius-sm: 1.4rem;
  --site-radius-md: 2.2rem;
  --site-radius-lg: 3.2rem;
  --site-transition: 220ms ease;
}

html {
  scroll-padding-top: 9rem;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 180, 0, 0.12), transparent 26rem),
    radial-gradient(circle at 90% 18%, rgba(255, 209, 102, 0.08), transparent 32rem),
    linear-gradient(180deg, #050505, #080808 48%, #030303);
  color: var(--site-body);
  font-family: "Manrope", "Poppins", sans-serif;
}

body.service-page {
  text-transform: none;
}

body.service-page * {
  text-transform: none;
}

  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--site-ink);
  text-decoration: none;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.5rem;
  background: var(--site-gradient);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 24px rgba(11, 114, 255, 0.22);
}

.logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.logo-text span {
  color: var(--site-blue);
}

.site-main-header .navbar {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  margin: 0 1.2rem;
}

.site-main-header .navbar ul {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.55rem;
  margin: 0;
  list-style: none;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.site-main-header .navbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  color: var(--site-ink);
  font-size: 1.34rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: color var(--site-transition), background var(--site-transition), transform var(--site-transition);
}

.site-main-header .navbar a:hover,
.site-main-header .navbar a.active {
  background: rgba(11, 114, 255, 0.11);
  color: var(--site-blue);
}

.header-right {
  display: flex;
  align-items: center;
}

.btn-contact,
.btn-green,
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 5rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  font-size: 1.42rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--site-transition), box-shadow var(--site-transition), background var(--site-transition), color var(--site-transition);
}

.btn-contact,
.btn-green {
  background: var(--site-gradient);
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(11, 114, 255, 0.2);
}

.btn-white {
  border: 1px solid var(--site-line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--site-ink);
}

.btn-contact:hover,
.btn-green:hover,
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(18, 37, 63, 0.14);
}

button#menu,
#menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: rgba(11, 114, 255, 0.08);
  color: var(--site-ink);
  font-size: 2rem;
  cursor: pointer;
}

.mobile-only {
  display: none !important;
}

.service-page-shell {
  width: var(--site-container);
  margin: 0 auto;
  padding-top: 11.5rem;
}

.agency-rail,
.service-overview {
  width: var(--site-container);
  margin: 0 auto;
  padding: 2rem 0 0;
}

.agency-rail-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.agency-stat-card,
.service-overview-card {
  padding: 2.3rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--site-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 255, 0.92));
  box-shadow: var(--site-shadow-sm);
}

.agency-stat-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--site-blue);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agency-stat-card strong,
.service-overview-card h3 {
  display: block;
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  line-height: 1.15;
}

.agency-stat-card p,
.service-overview-card p,
.service-overview-lead {
  margin-top: 1.2rem;
  color: var(--site-body);
  font-size: 1.68rem;
  line-height: 1.75;
}

.service-overview-head,
.local-trust-head,
.industry-systems-head,
.multi-cta-head,
.contact-head,
.experience-head,
.skills-head {
  max-width: 92rem;
  margin: 0 auto;
  padding-bottom: 10rem;
  text-align: center;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-overview-card {
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

.service-overview-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--site-shadow-md);
  border-color: rgba(11, 114, 255, 0.16);
}

.service-overview-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.4rem;
  margin-bottom: 1.4rem;
  background: rgba(11, 114, 255, 0.1);
  color: var(--site-blue);
  font-size: 2rem;
}

.service-overview-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  color: var(--site-blue);
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
}

.home-title {
  margin: 0 0 1rem;
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.8rem, 5vw, 6.2rem);
  line-height: 1.02;
}

.home-title span {
  color: var(--site-blue);
}

.home-lead {
  max-width: 68rem;
  margin: 0 0 2rem;
  color: var(--site-body);
  font-size: 1.8rem;
  line-height: 1.8;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 2rem;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #19bf57, #25d366) !important;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.22) !important;
}

.service-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--site-muted);
  font-size: 1.35rem;
  font-weight: 700;
}

.service-breadcrumb a {
  color: var(--site-blue);
  text-decoration: none;
}

.service-page-hero {
  position: relative;
  overflow: hidden;
  padding: 5.2rem clamp(2rem, 4vw, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--site-radius-lg);
  background:
    radial-gradient(circle at 18% 18%, rgba(11, 114, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(19, 176, 165, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.92));
  box-shadow: var(--site-shadow-lg);
  text-align: left;
}

.service-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -9rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 68%);
  pointer-events: none;
}

.service-kicker {
  margin: 0 0 1rem;
  color: var(--site-blue);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
}

.service-page-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.8rem, 5.2vw, 6.4rem);
  line-height: 1.02;
}

.service-hero-text {
  max-width: 74rem;
  margin: 1.8rem 0 0;
  color: var(--site-body);
  font-size: clamp(1.75rem, 2vw, 2rem);
  line-height: 1.75;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.service-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.8rem 0 0;
  padding: 0;
  list-style: none;
}

.service-trust-strip li {
  display: inline-flex;
  align-items: center;
  min-height: 4.4rem;
  padding: 0 1.5rem;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--site-ink);
  font-size: 1.4rem;
  font-weight: 700;
}

.content-section {
  display: grid;
  gap: 2.4rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 3.2rem 0 8rem;
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(26rem, 0.7fr);
  gap: 1.8rem;
  align-items: start;
}

.service-side-card {
  padding: 2rem 1.8rem;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-sm);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 32px rgba(18, 37, 63, 0.06);
}

.service-side-card .service-kicker {
  margin-bottom: 1.2rem;
}

.service-side-card h3 {
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  line-height: 1.15;
}

.service-side-card p {
  margin: 1rem 0 0;
  color: var(--site-body);
  font-size: 1.55rem;
  line-height: 1.7;
}

.service-side-points {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.service-side-points li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--site-ink);
  font-size: 1.45rem;
  font-weight: 700;
}

.service-side-points li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--site-gradient);
  flex: 0 0 auto;
}

.service-block,
.cta-banner,
.service-table-wrap {
  padding: 3rem clamp(1.8rem, 3vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--site-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.94));
  box-shadow: var(--site-shadow-sm);
}

.service-block h2,
.cta-banner h2 {
  margin: 0;
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1.08;
}

.service-block p,
.service-panel p,
.cta-banner p,
.faq-answer p,
.related-services a,
.process-list li {
  max-width: 84rem;
  margin-top: 1.5rem;
  color: var(--site-body);
  font-size: 1.72rem;
  line-height: 1.78;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.grid-card {
  position: relative;
  padding: 2.4rem 2rem;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-sm);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(18, 37, 63, 0.06);
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

.grid-card:hover {
  transform: translateY(-0.5rem);
  border-color: rgba(11, 114, 255, 0.2);
  box-shadow: var(--site-shadow-md);
}

.grid-card h3 {
  margin: 0;
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  line-height: 1.16;
}

.grid-card p {
  margin: 1.3rem 0 0;
  color: var(--site-body);
  font-size: 1.62rem;
  line-height: 1.72;
}

.process-list {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 7.2rem;
  padding: 1.7rem 2rem 1.7rem 7rem;
  margin: 0;
  border: 1px solid var(--site-line);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 255, 0.88));
  box-shadow: 0 12px 28px rgba(18, 37, 63, 0.05);
  counter-increment: process;
}

.process-list li::before {
  content: counter(process);
  position: absolute;
  left: 1.8rem;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1.4rem;
  background: var(--site-gradient);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  transform: translateY(-50%);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.22);
}

.service-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

.service-panel {
  padding: 2.4rem 2rem;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 255, 0.88));
  box-shadow: 0 16px 34px rgba(18, 37, 63, 0.06);
}

.service-panel h2 {
  font-size: 2.9rem;
}

.cta-banner {
  background:
    linear-gradient(145deg, rgba(16, 35, 61, 0.95), rgba(11, 78, 182, 0.92)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%);
  box-shadow: var(--site-shadow-lg);
  text-align: center;
}

.cta-banner h2,
.cta-banner p {
  color: #fff;
}

.cta-banner h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner p {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-grid-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 2.4rem;
}

.cta-banner .service-trust-strip {
  justify-content: center;
}

.cta-banner .service-trust-strip li {
  min-height: 4.2rem;
  padding: 0 1.4rem;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.92);
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.9));
  box-shadow: 0 14px 30px rgba(18, 37, 63, 0.05);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 2.2rem;
  background: transparent;
  color: var(--site-ink);
  font-size: 1.72rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question i {
  color: var(--site-blue);
  transition: transform var(--site-transition);
  font-size: 1.8rem;
}

.faq-item.is-open .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 2.2rem 2.1rem;
}

.faq-answer p {
  margin: 0;
}

.related-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.6rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.related-services a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  margin: 0;
  padding: 0 1.6rem;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--site-ink);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform var(--site-transition), border-color var(--site-transition), box-shadow var(--site-transition);
}

.related-services a:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(11, 114, 255, 0.18);
  box-shadow: var(--site-shadow-sm);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 1.8rem;
}

.price-table th,
.price-table td {
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(16, 35, 61, 0.08);
  font-size: 1.48rem;
  line-height: 1.6;
  text-align: left;
}

.price-table th {
  background: rgba(11, 114, 255, 0.1);
  color: var(--site-ink);
  font-weight: 800;
}

.price-table td {
  background: rgba(255, 255, 255, 0.8);
  color: var(--site-body);
}

.floating-whatsapp {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1fc95c, var(--site-green));
  color: #fff;
  font-size: 2.8rem;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
  text-decoration: none;
}

#scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: var(--site-gradient);
  color: #fff;
  font-size: 2.6rem;
  box-shadow: 0 18px 36px rgba(11, 114, 255, 0.24);
  text-decoration: none;
}

body .footer {
  position: relative;
  width: 100%;
  padding: 5.4rem 0 2rem;
  margin-top: 2rem;
  background:
    radial-gradient(circle at top center, rgba(19, 176, 165, 0.16), transparent 24%),
    linear-gradient(180deg, #0e2036 0%, #0a1728 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body .footer .box-container {
  display: grid;
  grid-template-columns: minmax(30rem, 1.15fr) minmax(24rem, 0.9fr) minmax(20rem, 0.75fr);
  gap: 2rem;
  width: min(112rem, var(--site-container));
  margin: 0 auto;
  justify-content: space-between;
}

body .footer .box {
  padding: 0;
  max-width: 48rem;
}

body .footer h3 {
  margin: 0 0 1.4rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 2.25rem;
}

body .footer p,
body .footer a {
  display: block;
  color: #d1daea;
  font-size: 1.5rem;
  line-height: 1.75;
}

body .footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.45rem 0;
  text-decoration: none;
  transition: color var(--site-transition), transform var(--site-transition);
}

body .footer a:hover {
  color: #fff;
  transform: translateX(0.3rem);
}

.footer-local-text {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.footer-whatsapp-link {
  margin-top: 1.4rem;
}

body .footer .credit {
  width: min(92rem, var(--site-container));
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9fb2cb;
  font-size: 1.4rem;
  text-align: center;
}

body .footer .credit a {
  color: #fff;
}

.reveal-up,
.grid-card,
.service-block,
.cta-banner {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up.is-visible,
.grid-card.is-visible,
.service-block.is-visible,
.cta-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  body header,
  body .site-main-header {
    width: calc(100vw - 2.4rem);
  }

  button#menu,
  #menu {
    display: inline-flex;
  }

  .header-right {
    display: none;
  }

  .mobile-only {
    display: block !important;
  }

  body header .navbar,
  body .site-main-header .navbar {
    position: fixed;
    top: calc(var(--site-header-height) + 1.4rem);
    right: -120%;
    width: min(34rem, calc(100vw - 2.4rem));
    height: calc(100svh - var(--site-header-height) - 2rem);
    margin: 0;
    padding: 1.2rem;
    border-radius: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 8, 0.96);
    box-shadow: var(--site-shadow-lg);
    justify-content: flex-start;
    transition: right 280ms ease;
  }

  body header .navbar.nav-toggle,
  body .site-main-header .navbar.nav-toggle {
    right: 1.2rem;
  }

  body header .navbar ul,
  body .site-main-header .navbar ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body header .navbar a,
  body .site-main-header .navbar a {
    justify-content: flex-start;
    min-height: 4.8rem;
    border-radius: 1.4rem;
  }

  body .footer .box-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .agency-rail-shell,
  .service-overview-grid,
  .service-intro-grid,
  .content-grid,
  .service-split,
  .related-services {
    grid-template-columns: 1fr;
  }

  .service-page-hero h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .service-page-shell {
    padding-top: 10.4rem;
  }

  body header,
  body .site-main-header {
    padding: 1rem 1.6rem;
  }

  .floating-whatsapp {
    bottom: 8rem;
  }

  .logo-mark {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1.2rem;
    font-size: 1.3rem;
  }

  .logo-text {
    font-size: 1.72rem;
  }

  .service-page-hero {
    padding: 3.4rem 1.8rem;
    border-radius: 2.4rem;
  }

  .home-title {
    font-size: clamp(3.4rem, 10vw, 4.4rem);
  }

  .home-lead {
    font-size: 1.6rem;
  }

  .service-page-hero h1 {
    font-size: clamp(3.4rem, 10vw, 4.2rem);
  }

  .service-hero-text,
  .service-block p,
  .service-panel p,
  .cta-banner p,
  .faq-answer p,
  .process-list li {
    font-size: 1.58rem;
  }

  .service-block,
  .cta-banner,
  .service-table-wrap {
    padding: 2.2rem 1.6rem;
    border-radius: 2rem;
  }

  .btn-contact,
  .btn-green,
  .btn-white {
    width: 100%;
  }

  .service-hero-actions {
    flex-direction: column;
  }

  .service-trust-strip li,
  .related-services a {
    width: 100%;
  }

  .cta-grid-actions {
    flex-direction: column;
  }

  body .footer .box-container {
    grid-template-columns: 1fr;
    width: calc(100vw - 3.2rem);
  }

  body .footer .credit {
    width: calc(100vw - 3.2rem);
  }

  .floating-whatsapp,
  #scroll-top {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 2.4rem;
  }
}

/* --- NEW SERVICE PAGE COMPONENTS --- */

.detailed-content {
  margin-top: 2rem;
}

.detailed-content p {
  margin-bottom: 1.8rem;
}

.process-timeline {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.process-step {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-sm);
  background: rgba(255, 255, 255, 0.7);
  transition: transform var(--site-transition);
}

.process-step:hover {
  transform: translateX(1rem);
  background: #fff;
  border-color: var(--site-blue);
}

.step-number {
  flex: 0 0 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--site-gradient);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.step-info h4 {
  color: var(--site-ink);
  font-family: "Outfit", sans-serif;
  font-size: 2.1rem;
  margin: 0;
}

.step-info p {
  margin-top: 0.5rem !important;
  font-size: 1.55rem !important;
}

.cta-banner {
  background: #fff;
  padding: 8rem 2rem;
  text-align: center;
  border-radius: var(--site-radius);
  margin: 6rem 0;
  border: 1px solid var(--site-line);
}

.cta-kicker {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: var(--site-ink);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.cta-banner h2 {
  font-family: "Outfit", sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
  color: var(--site-ink);
  max-width: 90rem;
  margin: 0 auto 2.5rem auto;
}

.cta-banner h2 span {
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-desc {
  font-size: 1.9rem;
  color: var(--site-body);
  max-width: 70rem;
  margin: 0 auto 5rem auto;
  line-height: 1.6;
}

.cta-grid-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.cta-text-link {
  font-size: 1.7rem;
  font-weight: 700;
  color: #a855f7;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform 0.3s ease;
}

.cta-text-link:hover {
  transform: translateX(0.5rem);
}

.cta-main-btn {
  padding: 2.2rem 4.5rem !important;
  font-size: 1.8rem !important;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.cta-outline-btn {
  padding: 2.2rem 4.5rem !important;
  font-size: 1.8rem !important;
  border: 1px solid var(--site-line) !important;
}

@media (max-width: 768px) {
  .cta-banner h2 {
    font-size: 3.8rem;
  }
  .cta-grid-actions {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.highlight-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.highlight-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--site-ink);
}

.highlight-list li i {
  color: var(--site-green);
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .service-split {
    grid-template-columns: 1fr;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .service-intro-grid {
    grid-template-columns: 1fr;
  }
  .related-services {
    grid-template-columns: 1fr;
  }
}

/* --- SUB FOOTER STYLES --- */

.sub-footer {
  width: 100%;
  background: #f8fafc;
  padding: 4.8rem 0;
  border-top: 1px solid var(--site-line);
  margin-top: 2.4rem;
}

.sub-footer-container {
  width: var(--site-container);
  margin: 0 auto;
}

.sub-footer-head {
  margin-bottom: 2.8rem;
  text-align: left;
}

.sub-footer-head h3 {
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  color: var(--site-ink);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.5rem;
}

.sub-footer-head h3 i {
  color: var(--site-blue);
  font-size: 2.2rem;
}

.sub-footer-head p {
  font-size: 1.6rem;
  color: var(--site-muted);
}

.sub-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.2rem;
}

.sub-footer-col h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: var(--site-ink);
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.sub-footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 0.3rem;
  background: var(--site-blue);
  border-radius: 999px;
}

.sub-footer-col a {
  display: block;
  font-size: 1.5rem;
  color: var(--site-body);
  text-decoration: none;
  margin-bottom: 1.2rem;
  transition: all var(--site-transition);
  padding-left: 0;
}

.sub-footer-col a:hover {
  color: var(--site-blue);
  padding-left: 0.5rem;
}

/* Blog index: match the black and gold homepage direction without changing ranked blog slugs. */
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) {
  --site-bg: #050505;
  --site-surface: rgba(255, 255, 255, 0.05);
  --site-surface-strong: #111111;
  --site-surface-soft: #151515;
  --site-ink: #ffffff;
  --site-body: #b8b8b8;
  --site-muted: #8d8d8d;
  --site-line: rgba(255, 255, 255, 0.12);
  --site-line-strong: rgba(248, 180, 0, 0.34);
  --site-blue: #f8b400;
  --site-blue-deep: #ffd166;
  --site-accent: #ffd166;
  --site-gradient: linear-gradient(135deg, #f8b400 0%, #ffd166 100%);
  --site-shadow-sm: 0 18px 46px rgba(0, 0, 0, 0.34);
  --site-shadow-md: 0 24px 60px rgba(0, 0, 0, 0.42);
  --site-shadow-lg: 0 34px 92px rgba(0, 0, 0, 0.56);
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 180, 0, 0.12), transparent 26rem),
    radial-gradient(circle at 90% 18%, rgba(255, 209, 102, 0.08), transparent 32rem),
    linear-gradient(180deg, #050505, #080808 48%, #030303);
  color: var(--site-body);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 84%);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header.elite-navbar {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 8, 0.76);
  box-shadow: 0 2.4rem 7rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(24px);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .logo,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .navbar-brand {
  gap: 1.2rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .logo-mark {
  color: #090909;
  border-radius: 50%;
  background: var(--site-gradient);
  box-shadow: 0 0 3rem rgba(248, 180, 0, 0.32);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .logo-text,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header .navbar a,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .navbar a {
  color: #ffffff;
  min-height: 4.4rem;
  padding: 0 1.25rem;
  line-height: 1.1;
  white-space: nowrap;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .logo-text span {
  color: #ffd166;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header .navbar ul,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .navbar ul {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header .navbar a:hover,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header .navbar a.active,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .navbar a:hover,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .navbar a.active {
  color: #ffd166;
  background: rgba(248, 180, 0, 0.1);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .btn-contact,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .btn-green {
  color: #070707 !important;
  border: 1px solid rgba(248, 180, 0, 0.46);
  background: var(--site-gradient);
  box-shadow: 0 1.8rem 4.2rem rgba(248, 180, 0, 0.24);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .btn-white {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-shell {
  padding-top: 12rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-breadcrumb {
  border-color: rgba(248, 180, 0, 0.26);
  background: rgba(248, 180, 0, 0.07);
  color: #d5d5d5;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-breadcrumb a {
  color: #ffd166;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero {
  border-color: rgba(248, 180, 0, 0.2);
  background:
    radial-gradient(circle at 82% 20%, rgba(248, 180, 0, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 2.4rem 7rem rgba(0, 0, 0, 0.44);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero::before {
  display: none;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero::after {
  background: radial-gradient(circle, rgba(248, 180, 0, 0.24), transparent 70%);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-kicker {
  color: #f8b400;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-kicker::before {
  background: linear-gradient(135deg, #f8b400, #ffd166);
  box-shadow: 0 0 0 0.4rem rgba(248, 180, 0, 0.12), 0 0 1.6rem rgba(248, 180, 0, 0.28);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero h1,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block h2,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel h2,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel h3,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-intro-highlights h3,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card h3,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-question span,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .author-block h4,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-head h3,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .footer h3 {
  color: #ffffff;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero h1 {
  text-shadow: 0 0 3.2rem rgba(248, 180, 0, 0.16);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero h1 span {
  color: #f8b400;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-hero-text,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-answer p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .author-block p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-head p {
  color: #b8b8b8;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-trust-strip li,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .highlight-list li,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .process-list li,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .related-services li a {
  color: #f4f4f4;
  border-color: rgba(248, 180, 0, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-item,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .author-block,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-side-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 2rem 5.4rem rgba(0, 0, 0, 0.34);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block::before,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel::before,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-item::before {
  background: linear-gradient(90deg, rgba(248, 180, 0, 0.9), rgba(255, 209, 102, 0.64), rgba(248, 180, 0, 0.2));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card::before {
  background: linear-gradient(180deg, rgba(248, 180, 0, 0.9), rgba(255, 209, 102, 0.34));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card::after {
  background: radial-gradient(circle, rgba(248, 180, 0, 0.14), transparent 70%);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card:hover,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel:hover,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-item:hover {
  border-color: rgba(248, 180, 0, 0.32);
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.42);
}

/* Premium Grid-Card Styling (V5 Redesign) */
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 28rem !important;
  padding: 3rem 2.4rem 2.6rem !important;
  border-radius: 2.4rem !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card::before {
  display: none !important; /* Remove the vertical left blue stripe */
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card::after {
  content: "" !important;
  position: absolute !important;
  right: -2rem !important;
  top: -2rem !important;
  width: 10rem !important;
  height: 10rem !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(248, 180, 0, 0.08), transparent 70%) !important;
  filter: blur(10px) !important;
  pointer-events: none !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card:hover {
  transform: translateY(-0.6rem) !important;
  border-color: rgba(248, 180, 0, 0.4) !important;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.55), 0 0 3rem rgba(248, 180, 0, 0.08) !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card > i,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card .card-icon {
  width: 5.2rem !important;
  height: 5.2rem !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #070707 !important;
  background: linear-gradient(135deg, #f8b400, #ffd166) !important;
  box-shadow: 0 0 2.2rem rgba(248, 180, 0, 0.22) !important;
  font-size: 2rem !important;
  margin-bottom: 2rem !important;
  transition: transform 0.3s ease !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card:hover > i,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card:hover .card-icon {
  transform: scale(1.05) rotate(5deg) !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 1.6rem 0 1.2rem !important;
  color: #ffffff !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card p {
  font-size: 1.42rem !important;
  line-height: 1.65 !important;
  color: #cbd5e1 !important;
  margin: 0 0 2.2rem !important;
  flex-grow: 1 !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card .btn-text {
  color: #ffd166 !important;
  font-weight: 800 !important;
  font-size: 1.35rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  margin-top: auto !important;
  transition: color 0.2s ease !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card .btn-text:hover {
  color: #f8b400 !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card .btn-text i {
  font-size: 1.2rem !important;
  color: inherit !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: transform 0.2s ease !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card:hover .btn-text i {
  transform: translateX(4px) !important;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .highlight-list i,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .faq-question i,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .related-services i {
  color: #f8b400;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .process-step {
  color: #f4f4f4;
  border-color: rgba(248, 180, 0, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .process-step:hover {
  border-color: rgba(248, 180, 0, 0.38);
  background: rgba(255, 255, 255, 0.075);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .step-number {
  color: #070707;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .step-info h4 {
  color: #ffffff;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .cta-banner {
  border-color: rgba(248, 180, 0, 0.28);
  background:
    radial-gradient(circle at 82% 20%, rgba(248,180,0,0.22), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer {
  border-color: rgba(255,255,255,0.1);
  background: #060606;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-col h4 {
  color: #ffffff;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-col h4::after {
  background: #f8b400;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-col a {
  color: #b8b8b8;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .sub-footer-col a:hover {
  color: #ffd166;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .footer {
  border-color: rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at top center, rgba(248, 180, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #090909 0%, #030303 100%);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .footer p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .footer a {
  color: #d5d5d5;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .footer a:hover {
  color: #ffd166;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub {
  display: grid;
  gap: 2.4rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .reveal-up,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .grid-card,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .cta-banner {
  opacity: 1;
  transform: none;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.46fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(2.4rem, 5vw, 5.4rem);
  border: 1px solid rgba(248, 180, 0, 0.22);
  border-radius: 3rem;
  background:
    radial-gradient(circle at 86% 18%, rgba(248, 180, 0, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 2.4rem 7rem rgba(0, 0, 0, 0.44);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4.4rem, 7vw, 8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-copy p:not(.service-kicker) {
  max-width: 72rem;
  margin: 1.8rem 0 0;
  color: #b8b8b8;
  font-size: clamp(1.7rem, 2vw, 2.05rem);
  line-height: 1.7;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-panel {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(248, 180, 0, 0.16);
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.035);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-panel span {
  display: flex;
  align-items: center;
  min-height: 4.6rem;
  padding: 0 1.4rem;
  border: 1px solid rgba(248, 180, 0, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.35rem;
  font-weight: 850;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-grid,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card-grid {
  display: grid;
  gap: 1.6rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 2rem 5.4rem rgba(0, 0, 0, 0.34);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card {
  min-height: 30rem;
  padding: clamp(2.2rem, 4vw, 3.4rem);
  border-radius: 2.8rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card::before,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card::before,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 0.42rem;
  background: linear-gradient(90deg, rgba(248, 180, 0, 0.9), rgba(255, 209, 102, 0.58), rgba(248, 180, 0, 0.12));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card-kicker,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1.2rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(248, 180, 0, 0.22);
  border-radius: 999px;
  color: #ffd166;
  background: rgba(248, 180, 0, 0.08);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card h2,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card h3,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-section-head h2,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.035em;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card h2 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.04;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card h2 a,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card p:not(.blog-card-kicker),
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card p,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta p {
  color: #b8b8b8;
  font-size: 1.58rem;
  line-height: 1.72;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-read-link,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card > a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  color: #ffd166;
  font-size: 1.38rem;
  font-weight: 900;
  text-decoration: none;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-section {
  display: grid;
  gap: 1.8rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-section-head h2,
body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.04;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card {
  min-height: 25rem;
  padding: 2.2rem;
  border-radius: 2.2rem;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card h3 {
  font-size: 2.15rem;
  line-height: 1.15;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-topic-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(248, 180, 0, 0.14);
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.035);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-topic-strip a {
  min-height: 4.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1.5rem;
  border: 1px solid rgba(248, 180, 0, 0.18);
  border-radius: 999px;
  color: #d5d5d5;
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.34rem;
  font-weight: 850;
  text-decoration: none;
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-topic-strip a:hover {
  color: #070707;
  background: linear-gradient(135deg, #f8b400, #ffd166);
}

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2.2rem, 4vw, 3.4rem);
  border-radius: 2.8rem;
}

@media (max-width: 991px) {
  .sub-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .site-main-header .navbar,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) header .navbar {
    background: #030303;
    border-color: rgba(248, 180, 0, 0.22);
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-hero,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-grid,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card-grid,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .sub-footer-grid {
    grid-template-columns: 1fr;
  }
  .sub-footer-head {
    text-align: center;
  }
  .sub-footer-head h3 {
    justify-content: center;
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-shell {
    padding-top: 10rem;
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-block,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-panel,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .cta-banner {
    border-radius: 2rem;
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-hero,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-featured-card,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-card,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta {
    border-radius: 2rem;
  }

  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-actions .btn-green,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-hub-actions .btn-white,
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .blog-cta .btn-green {
    width: 100%;
  }
}

/* --- PROJECT MINI GRID (PHASE 3) --- */
.project-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.project-mini-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-sm);
  transition: all var(--site-transition);
}

.project-mini-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--site-shadow);
  border-color: var(--site-blue);
}

.project-mini-card h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.7rem;
  margin: 0;
  color: var(--site-ink);
}

.project-mini-card p {
  font-size: 1.3rem !important;
  margin: 0.2rem 0 0.5rem 0 !important;
  color: var(--site-muted);
}

.project-mini-card a {
  font-size: 1.3rem;
  color: var(--site-blue);
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.project-mini-card a:hover {
  text-decoration: underline;
}

.trust-badges-footer {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--site-ink);
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--site-line);
}

.trust-badge-item i {
  color: var(--site-blue);
}

/* ==================================================
   SERVICES GRID & SERVICE CARD FOR SUBPAGES (DARK THEME)
   ================================================== */
body .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
  margin-top: 4rem;
}

body .service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(2.2rem, 3.4vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--site-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 2rem 5.4rem rgba(0, 0, 0, 0.34);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

body .service-card:hover {
  transform: translateY(-0.4rem);
  border-color: rgba(248, 180, 0, 0.32);
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.42);
}

body .service-card i {
  font-size: 3rem;
  color: #f8b400;
  margin-bottom: 1.6rem;
  display: inline-block;
}

body .service-card h3 {
  margin-top: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

body .service-card p {
  color: #b8b8b8;
  font-size: 1.58rem;
  line-height: 1.72;
}

@media (max-width: 900px) {
  body .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ==========================================================================
   SERVICE HERO TECH-WINDOW VISUAL
   ========================================================================== */

body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(28rem, 0.8fr) !important;
  align-items: center !important;
  gap: 3.6rem !important;
}

@media (max-width: 1024px) {
  body:is(.blog-index-page, .blog-theme-page, .root-theme-page, .service-page, .hub-page, .solutions-page, .entity-page, .amplification-page, .project-page, .contact-page) .service-page-hero {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
}

.service-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tech-window {
  width: 100%;
  max-width: 480px;
  background: rgba(10, 15, 30, 0.8);
  border: 1px solid rgba(248, 180, 0, 0.22);
  border-radius: 1.6rem;
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(248, 180, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  position: relative;
  font-family: 'Consolas', 'Fira Code', 'Courier New', monospace;
  animation: floatWindow 6s ease-in-out infinite;
}

@keyframes floatWindow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.window-dots {
  display: flex;
  gap: 0.6rem;
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.window-title {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.window-lang {
  font-size: 1.1rem;
  color: rgba(248, 180, 0, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.window-body {
  padding: 1.8rem 2rem;
  min-height: 220px;
  text-align: left;
}

.code-line {
  font-size: 1.24rem;
  line-height: 1.55;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
  word-break: break-word;
}

.c-prompt {
  color: #ffd166;
  font-weight: bold;
}

.c-output {
  color: rgba(255, 255, 255, 0.65);
}

.c-tick {
  color: #10b981;
  margin-right: 0.4rem;
}

.c-val {
  color: #f8b400;
  font-weight: bold;
}

.tech-metrics {
  display: flex;
  justify-content: space-around;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.metric-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.metric-circle {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-shadow: 0 0 15px rgba(248, 180, 0, 0.1);
}

.metric-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #090e1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.metric-label {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .window-body {
    padding: 1.4rem 1.6rem;
  }
  .code-line {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }
  .metric-circle {
    width: 4.6rem;
    height: 4.6rem;
  }
  .metric-circle-inner {
    font-size: 1.05rem;
  }
}

/* ==========================================================================
   HOMEPAGE PREMIUM NAVIGATION BAR & MENU SYSTEM ROLLOUT
   ========================================================================== */

body .mj-navbar {
    position: fixed !important;
    top: 2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(118rem, calc(100% - 3.2rem)) !important;
    height: auto !important;
    z-index: 1000 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    gap: 1.6rem !important;
    padding: 1rem 1.1rem 1rem 1.4rem !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(8, 8, 8, 0.68) !important;
    box-shadow: 0 2.4rem 7rem rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    animation: navDrop 0.8s cubic-bezier(.2,.8,.2,1) both !important;
}

@keyframes navDrop {
    from { opacity: 0; transform: translate(-50%, -2.4rem); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

body .mj-navbar .mj-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 1rem !important;
    width: auto !important;
    height: auto !important;
    color: #ffffff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body .mj-navbar .mj-logo-mark {
    flex-shrink: 0 !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: #090909 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.06em !important;
    background: linear-gradient(135deg, #f8b400, #ffd166) !important;
    box-shadow: 0 0 3rem rgba(248, 180, 0, 0.32) !important;
}

body .mj-navbar .mj-logo-text {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: clamp(1.5rem, 2vw, 1.9rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-transform: none !important;
}

body .mj-navbar .mj-logo-text span {
    color: #ffd166 !important;
}

body .mj-navbar .mj-nav-links {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    padding: 0.6rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-shadow: none !important;
}

body .mj-navbar .mj-nav-links a {
    padding: 1rem 1.25rem !important;
    border-radius: 999px !important;
    color: #a8a8a8 !important;
    font-size: 1.32rem !important;
    font-weight: 800 !important;
    transition: 220ms ease !important;
    background: transparent !important;
    border: none !important;
    text-transform: none !important;
    display: inline-block !important;
}

body .mj-navbar .mj-nav-links a::after {
    display: none !important;
}

body .mj-navbar .mj-nav-links a:hover,
body .mj-navbar .mj-nav-links a.active {
    color: #ffd166 !important;
    background: rgba(248, 180, 0, 0.1) !important;
}

body .mj-navbar .mj-nav-cta {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.9rem !important;
    min-height: 5.2rem !important;
    padding: 0 2.1rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease !important;
    color: #070707 !important;
    background: linear-gradient(135deg, #f8b400, #ffd166) !important;
    box-shadow: 0 1.8rem 4.2rem rgba(248, 180, 0, 0.24) !important;
    border-color: rgba(248, 180, 0, 0.46) !important;
    text-transform: none !important;
    width: auto !important;
}

body .mj-navbar .mj-nav-cta::after {
    content: '' !important;
    position: absolute !important;
    inset: -40% auto -40% -60% !important;
    width: 38% !important;
    transform: rotate(18deg) !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent) !important;
    transition: left 650ms ease !important;
}

body .mj-navbar .mj-nav-cta:hover::after {
    left: 125% !important;
}

body .mj-navbar .mj-nav-cta:hover {
    transform: translateY(-0.4rem) !important;
}

body .mj-navbar .mj-menu {
    display: none !important;
}

/* Responsive styles matching homepage */
@media (max-width: 991px) {
    body .mj-navbar {
        grid-template-columns: auto 1fr !important;
        position: fixed !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        top: 1.2rem !important;
        left: 1.6rem !important;
        right: 1.6rem !important;
        width: auto !important;
        min-height: 6.4rem !important;
        padding: 0.8rem 5.8rem 0.8rem 0.8rem !important;
        gap: 0.8rem !important;
        border-radius: 2rem !important;
        transform: none !important;
        box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.36) !important;
        background: rgba(8, 8, 8, 0.85) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        height: auto !important;
        backdrop-filter: blur(24px) !important;
        -webkit-backdrop-filter: blur(24px) !important;
    }
    body .mj-navbar .mj-nav-cta {
        display: none !important;
    }
    body .mj-navbar #mobile-menu-toggle.mj-menu {
        display: grid !important;
        place-items: center !important;
        position: absolute !important;
        top: 50% !important;
        right: 0.8rem !important;
        z-index: 2001 !important;
        width: 4.2rem !important;
        height: 4.2rem !important;
        flex-shrink: 0 !important;
        transform: translateY(-50%) !important;
        background: rgba(255, 255, 255, 0.075) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 50% !important;
        opacity: 1 !important;
        visibility: visible !important;
        cursor: pointer !important;
    }
    body .mj-navbar #mobile-menu-toggle.mj-menu span {
        display: block !important;
        grid-area: 1 / 1 !important;
        width: 1.8rem !important;
        height: 0.2rem !important;
        margin: 0 !important;
        background: #ffffff !important;
        border-radius: 999px !important;
        transition: transform 0.3s ease, background-color 0.3s ease !important;
    }
    body .mj-navbar #mobile-menu-toggle.mj-menu span:first-child {
        transform: translateY(-0.35rem) !important;
    }
    body .mj-navbar #mobile-menu-toggle.mj-menu span:last-child {
        transform: translateY(0.35rem) !important;
    }
    
    body.menu-open .mj-navbar #mobile-menu-toggle.mj-menu {
        color: #070707 !important;
        background: linear-gradient(135deg, #f8b400, #ffd166) !important;
        border-color: rgba(248, 180, 0, 0.62) !important;
    }
    body.menu-open .mj-navbar #mobile-menu-toggle.mj-menu span {
        background: #070707 !important;
    }
    body.menu-open .mj-navbar #mobile-menu-toggle.mj-menu span:first-child {
        transform: rotate(45deg) !important;
    }
    body.menu-open .mj-navbar #mobile-menu-toggle.mj-menu span:last-child {
        transform: rotate(-45deg) !important;
    }

    body .mj-navbar .mj-nav-links {
        position: absolute !important;
        top: calc(100% + 1rem) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-height: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.6rem !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 2rem !important;
        background: #030303 !important;
        box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.62) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease !important;
        z-index: 2000 !important;
    }
    body .mj-navbar .mj-nav-links.open {
        max-height: calc(100vh - 9rem) !important;
        padding: 1rem !important;
        border: 1px solid rgba(248, 180, 0, 0.2) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        overflow-y: auto !important;
    }
    
    body .mj-navbar .mj-nav-links a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 4.6rem !important;
        padding: 0 1.35rem !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 1.4rem !important;
        color: rgba(255, 255, 255, 0.78) !important;
        background: rgba(255, 255, 255, 0.035) !important;
        font-size: 1.35rem !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }
    body .mj-navbar .mj-nav-links a::after {
        content: '' !important;
        display: block !important;
        width: 0.62rem !important;
        height: 0.62rem !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.18) !important;
    }
    body .mj-navbar .mj-nav-links a.active,
    body .mj-navbar .mj-nav-links a:hover {
        color: #070707 !important;
        border-color: rgba(248, 180, 0, 0.72) !important;
        background: linear-gradient(135deg, #f8b400, #ffd166) !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 1rem 2.4rem rgba(248, 180, 0, 0.16) !important;
    }
    body .mj-navbar .mj-nav-links a.active::after,
    body .mj-navbar .mj-nav-links a:hover::after {
        background: #070707 !important;
    }
}

@media (max-width: 768px) {
    body .mj-navbar {
        position: fixed !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        top: 1rem !important;
        left: 1.2rem !important;
        right: 1.2rem !important;
        width: auto !important;
        min-height: 6.4rem !important;
        padding: 0.8rem 5.8rem 0.8rem 0.8rem !important;
        gap: 0.8rem !important;
        border-radius: 2rem !important;
        transform: none !important;
        box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.36) !important;
        background: rgba(8, 8, 8, 0.85) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        height: auto !important;
    }
    body .mj-navbar .mj-logo {
        flex: 1 1 auto !important;
        gap: 0.8rem !important;
        min-width: 0 !important;
    }
    body .mj-navbar .mj-logo-mark {
        width: 4rem !important;
        height: 4rem !important;
        font-size: 1.35rem !important;
    }
    body .mj-navbar .mj-logo-text {
        max-width: 15rem !important;
        overflow: hidden !important;
        font-size: 1.28rem !important;
        text-overflow: ellipsis !important;
        color: #ffffff !important;
    }
    body.menu-open {
        overflow: hidden !important;
    }
}

/* ═══════════════════════════════════════════════════════════
   HK TRUST CARD — Premium Hero Visual (replaces tech-window)
   ═══════════════════════════════════════════════════════════ */
.hk-trust-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.022));
  border: 1px solid rgba(248, 180, 0, 0.28);
  border-radius: 2.4rem;
  padding: 3rem 2.8rem 2.4rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 2.4rem 6rem rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 0 4rem rgba(248,180,0,0.06);
  overflow: hidden;
}
.hk-trust-card::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248,180,0,0.14), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}
.hk-trust-card::after {
  content: '';
  position: absolute;
  bottom: -4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.07), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

/* Header row */
.hk-trust-header {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hk-trust-avatar {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8b400, #ffd166);
  display: grid;
  place-items: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.9rem;
  color: #0a0a0a;
  flex-shrink: 0;
  box-shadow: 0 0 2.4rem rgba(248,180,0,0.35);
  letter-spacing: -0.03em;
}
.hk-trust-intro {
  flex-grow: 1;
  min-width: 0;
}
.hk-trust-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #ffffff;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hk-trust-role {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.48);
  margin-top: 0.25rem;
  white-space: nowrap;
}
.hk-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.2rem;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.32);
  border-radius: 10rem;
  color: #10b981;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

/* 4-stat metrics grid */
.hk-trust-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
.hk-metric {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 1.4rem;
  padding: 1.4rem 1.2rem 1.2rem;
  text-align: center;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.hk-metric:hover {
  border-color: rgba(248,180,0,0.22);
  background: rgba(248,180,0,0.04);
}
.hk-metric-num {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #f8b400;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.hk-metric-num sup {
  font-size: 1.35rem;
  color: #ffd166;
  vertical-align: super;
  font-weight: 700;
}
.hk-metric-label {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* Trust tags checklist */
.hk-trust-tags {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.hk-trust-tags span {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.32rem;
  color: rgba(255,255,255,0.68);
  font-weight: 500;
}
.hk-trust-tags span i {
  color: #f8b400;
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* Footer location line */
.hk-trust-footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.22rem;
  color: rgba(255,255,255,0.38);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.hk-trust-footer i {
  color: #f8b400;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 600px) {
  .hk-trust-card { padding: 2.2rem 1.8rem 2rem; }
  .hk-trust-metrics { gap: 1rem; }
  .hk-metric-num { font-size: 2.2rem; }
  .hk-trust-header { gap: 1rem; }
  .hk-trust-avatar { width: 4.6rem; height: 4.6rem; font-size: 1.6rem; }
}


/* ═══════════════════════════════════════════════════════════
   BLOG HUB PAGE — Premium Dark Card Grid (matches /barmer/)
   Overrides style.css light-mode hub-grid cards
   ═══════════════════════════════════════════════════════════ */

/* Grid layout — 4 columns desktop → 2 tablet → 1 mobile */
body.service-page.hub-page .hub-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.8rem !important;
  margin-top: 3.6rem !important;
}

/* Core dark card */
body.service-page.hub-page .hub-grid .grid-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 22rem !important;
  padding: 2.6rem 2.2rem 2rem !important;
  border-radius: 2.2rem !important;
  background: linear-gradient(160deg, rgba(255,255,255,0.07), rgba(255,255,255,0.022)) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 1.6rem 4.4rem rgba(0,0,0,0.42) !important;
  overflow: hidden !important;
  transition: transform 0.32s cubic-bezier(0.16,1,0.3,1), border-color 0.28s ease, box-shadow 0.28s ease !important;
}

/* Glow on hover */
body.service-page.hub-page .hub-grid .grid-card:hover {
  transform: translateY(-0.55rem) !important;
  border-color: rgba(248, 180, 0, 0.35) !important;
  box-shadow: 0 2rem 5rem rgba(0,0,0,0.54), 0 0 2.4rem rgba(248,180,0,0.08) !important;
}

/* Remove the old blue left-stripe */
body.service-page.hub-page .hub-grid .grid-card::before {
  display: none !important;
}

/* Subtle gold radial glow top-right */
body.service-page.hub-page .hub-grid .grid-card::after {
  content: '' !important;
  position: absolute !important;
  top: -2.4rem !important;
  right: -2.4rem !important;
  width: 11rem !important;
  height: 11rem !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(248,180,0,0.1), transparent 70%) !important;
  filter: blur(14px) !important;
  pointer-events: none !important;
}

/* Page number badge — dark gold pill */
body.service-page.hub-page .hub-grid .grid-card .client-card-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.38rem 1rem !important;
  border-radius: 10rem !important;
  background: rgba(248,180,0,0.12) !important;
  border: 1px solid rgba(248,180,0,0.24) !important;
  color: #f8b400 !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 1.4rem !important;
  width: fit-content !important;
  box-shadow: none !important;
}

/* Card heading */
body.service-page.hub-page .hub-grid .grid-card h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  margin: 0 0 1.1rem !important;
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
  flex-grow: 1 !important;
}

body.service-page.hub-page .hub-grid .grid-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

body.service-page.hub-page .hub-grid .grid-card h3 a:hover {
  color: #f8b400 !important;
}

/* Card body text */
body.service-page.hub-page .hub-grid .grid-card p {
  font-size: 1.32rem !important;
  line-height: 1.62 !important;
  color: rgba(255,255,255,0.5) !important;
  margin: 0 !important;
}

/* ── Tablet: 2 columns ── */
@media (max-width: 1100px) {
  body.service-page.hub-page .hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  body.service-page.hub-page .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.4rem !important;
  }
  body.service-page.hub-page .hub-grid .grid-card {
    min-height: 18rem !important;
    padding: 2rem 1.8rem 1.8rem !important;
  }
  body.service-page.hub-page .hub-grid .grid-card h3 {
    font-size: 1.68rem !important;
  }
}

@media (max-width: 480px) {
  body.service-page.hub-page .hub-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   PREMIUM UX FIXES — Resolving Overlapping & Text Readability Issues
   ═══════════════════════════════════════════════════════════ */

/* 1. Global Contrast Fix: Set all h3 tags inside service blocks to clear white */
body.service-page .service-block h3 {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
}

/* 2. Specific Contrast Fix: Service Cards and Spec Cards inside Service Blocks */
body.service-page .service-block .service-card h3 {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 2.2rem !important;
  margin-bottom: 1.2rem !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
}

body.service-page .service-block .spec-card h3 {
  color: #ffd166 !important; /* Elegant light-gold yellow for specs card readability */
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

/* 3. Hero Overlapping Layout Fix: Perfect margins & flex resets */
body.service-page .service-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 1.4rem !important;
  margin-top: 2.8rem !important;
  margin-bottom: 2.4rem !important; /* Safe separation margin below button group */
  position: relative !important;
  float: none !important;
  clear: both !important;
}

body.service-page .service-trust-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-top: 2.4rem !important; /* Clear vertical gap between actions and tags */
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: relative !important;
  align-self: flex-start !important; /* Overrides legacy grid align-self: end */
  float: none !important;
  clear: both !important;
  list-style: none !important;
}

@media (max-width: 900px) {
  body.service-page .service-hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.2rem !important;
  }
}

