/* Akethya service subpages, service dropdown and social icon upgrade */
:root {
  --ak-gold: #d9a85c;
  --ak-gold-soft: rgba(217,168,92,.18);
  --ak-blue-deep: #03152b;
  --ak-glow: rgba(217,168,92,.38);
}

.ak-services-menu-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 80;
}
.ak-services-menu-wrap > a {
  cursor: pointer;
}
.ak-services-dropdown {
  position: absolute;
  top: calc(100% + .75rem);
  left: 50%;
  width: min(92vw, 820px);
  max-height: min(72vh, 680px);
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgba(217,168,92,.34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 0%, rgba(217,168,92,.22), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(47,145,255,.20), transparent 32%),
    rgba(3, 12, 28, .94);
  box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 34px rgba(217,168,92,.18), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  transform: translate3d(-50%, 10px, 0) scale(.985);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}
.ak-services-menu-wrap.is-open .ak-services-dropdown,
.ak-services-menu-wrap:hover .ak-services-dropdown,
.ak-services-menu-wrap:focus-within .ak-services-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}
.ak-services-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid rgba(217,168,92,.34);
  border-top: 1px solid rgba(217,168,92,.34);
  background: rgba(3, 12, 28, .94);
}
.ak-services-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .25rem .25rem .95rem;
  border-bottom: 1px solid rgba(217,168,92,.18);
  margin-bottom: .8rem;
}
.ak-services-dropdown-head strong {
  display: block;
  color: #fff3d5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}
.ak-services-dropdown-head span {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}
.ak-services-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.ak-services-dropdown-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: .7rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: .64rem;
  background: rgba(255,255,255,.045);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.ak-services-dropdown-item:hover,
.ak-services-dropdown-item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(217,168,92,.55);
  background: rgba(217,168,92,.10);
  box-shadow: 0 18px 40px rgba(0,0,0,.28), 0 0 24px rgba(217,168,92,.14);
  outline: none;
}
.ak-services-dropdown-item img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.ak-services-dropdown-item b {
  display: block;
  color: #fff6df;
  font-size: .84rem;
  line-height: 1.18;
}
.ak-services-dropdown-item small {
  display: block;
  color: rgba(255,255,255,.62);
  line-height: 1.35;
  margin-top: .18rem;
}
.ak-services-dropdown-all {
  margin-top: .8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(217,168,92,.25), rgba(47,145,255,.18));
  border: 1px solid rgba(217,168,92,.34);
  color: #fff3d5;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .04em;
}

.ak-service-page-hero {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem) 0 0;
  overflow: hidden;
}
.ak-service-page-hero::before,
.ak-service-detail-section::before,
.ak-bottom-social::before {
  content: "";
  position: absolute;
  inset: -12% -8% auto;
  min-height: 560px;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 25%, rgba(217,168,92,.20), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(0,120,255,.19), transparent 36%),
    radial-gradient(circle at 52% 76%, rgba(255,255,255,.06), transparent 35%);
  filter: blur(10px);
}
.ak-service-hero-shell {
  position: relative;
  min-height: clamp(420px, 58vw, 680px);
  border: 1px solid rgba(217,168,92,.34);
  border-radius: clamp(22px, 4vw, 42px);
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(0,0,0,.56), 0 0 54px rgba(217,168,92,.19);
  background: #030c1c;
}
.ak-service-hero-shell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.ak-service-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1,8,20,.92), rgba(1,8,20,.68) 42%, rgba(1,8,20,.26)),
    linear-gradient(0deg, rgba(1,8,20,.82), rgba(1,8,20,.18) 48%, rgba(1,8,20,.12));
}
.ak-service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: clamp(1.4rem, 6vw, 4.4rem);
  min-height: clamp(420px, 58vw, 680px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ak-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.68);
  font-size: .84rem;
}
.ak-breadcrumb a {
  color: #f6c979;
  text-decoration: none;
}
.ak-service-page-kicker,
.ak-section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(217,168,92,.42);
  border-radius: 999px;
  padding: .44rem .8rem;
  background: rgba(217,168,92,.10);
  color: #ffd98e;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
}
.ak-service-hero-content h1 {
  margin: .95rem 0 .8rem;
  max-width: 720px;
  font-size: clamp(2.35rem, 7vw, 6.2rem);
  line-height: .95;
  letter-spacing: -.055em;
  color: #fff4d6;
  text-shadow: 0 0 26px rgba(217,168,92,.32), 0 18px 50px rgba(0,0,0,.55);
}
.ak-service-hero-content p {
  color: rgba(255,255,255,.78);
  line-height: 1.72;
  font-size: clamp(.98rem, 1.6vw, 1.16rem);
  max-width: 680px;
}
.ak-service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}
.ak-service-hero-actions a,
.ak-detail-cta a,
.ak-service-card-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ak-service-hero-actions a:first-child,
.ak-detail-cta a:first-child,
.ak-service-card-detail-link {
  color: #071324;
  background: linear-gradient(135deg, #ffe3a5, #d9a85c);
  box-shadow: 0 16px 38px rgba(217,168,92,.26);
}
.ak-service-hero-actions a:last-child,
.ak-detail-cta a:last-child {
  color: #fff1cf;
  border: 1px solid rgba(217,168,92,.34);
  background: rgba(255,255,255,.07);
}
.ak-service-hero-actions a:hover,
.ak-detail-cta a:hover,
.ak-service-card-detail-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0,0,0,.34), 0 0 28px rgba(217,168,92,.22);
}
.ak-service-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 1.4rem;
  max-width: 720px;
}
.ak-service-quick-stats div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: .85rem .9rem;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(12px);
}
.ak-service-quick-stats strong {
  display: block;
  color: #ffe4a8;
  font-size: 1.05rem;
}
.ak-service-quick-stats span {
  display: block;
  margin-top: .18rem;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
}
.ak-service-detail-section {
  position: relative;
  padding: clamp(2rem, 6vw, 5rem) 0;
  isolation: isolate;
}
.ak-service-detail-head {
  max-width: 920px;
  margin-bottom: 1.6rem;
}
.ak-service-detail-head h2 {
  margin: .75rem 0 .7rem;
  color: #fff3d4;
  font-size: clamp(1.8rem, 4vw, 3.35rem);
  line-height: 1.06;
}
.ak-service-detail-head p {
  color: rgba(255,255,255,.70);
  line-height: 1.78;
}
.ak-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.ak-detail-card {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  padding: 1.15rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032)),
    radial-gradient(circle at 100% 0%, rgba(217,168,92,.16), transparent 36%);
  box-shadow: 0 24px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.ak-detail-card:hover {
  transform: translateY(-6px) perspective(900px) rotateX(1.5deg);
  border-color: rgba(217,168,92,.42);
  box-shadow: 0 34px 88px rgba(0,0,0,.42), 0 0 34px rgba(217,168,92,.14);
}
.ak-detail-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(217,168,92,.14);
  color: #ffd68d;
  border: 1px solid rgba(217,168,92,.26);
  font-weight: 900;
  margin-bottom: .9rem;
}
.ak-detail-card h3 {
  color: #fff6df;
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: .55rem;
}
.ak-detail-card p {
  color: rgba(255,255,255,.66);
  line-height: 1.64;
  font-size: .92rem;
}
.ak-detail-panel {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
}
.ak-detail-panel article {
  border: 1px solid rgba(217,168,92,.18);
  border-radius: 26px;
  padding: clamp(1.1rem, 3vw, 1.65rem);
  background: rgba(255,255,255,.055);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}
.ak-detail-panel h3 {
  color: #fff2d1;
  font-size: 1.25rem;
  margin-bottom: .7rem;
}
.ak-detail-panel ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ak-detail-panel li {
  color: rgba(255,255,255,.70);
  line-height: 1.55;
  padding-left: 1.5rem;
  position: relative;
}
.ak-detail-panel li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #ffd68d;
}
.ak-detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}
.ak-service-card-detail-link {
  margin-top: 1rem;
  min-height: 40px;
  padding: .65rem .95rem;
  font-size: .86rem;
}

.ak-bottom-social {
  position: relative;
  isolation: isolate;
  padding: clamp(1.6rem, 4vw, 3rem) 0;
}
.ak-bottom-social-card,
.ak-footer-social-inner {
  border: 1px solid rgba(217,168,92,.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(217,168,92,.20), transparent 34%),
    rgba(255,255,255,.05);
  box-shadow: 0 26px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
  padding: clamp(1.05rem, 3vw, 1.65rem);
}
.ak-bottom-social-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.ak-bottom-social-head h2 {
  color: #fff4d7;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  margin: .35rem 0 0;
}
.ak-bottom-social-head p {
  color: rgba(255,255,255,.66);
  max-width: 580px;
  line-height: 1.6;
}
.ak-social-icon-grid,
.ak-footer-social-links.ak-icon-socials,
.ak-social-buttons.ak-icon-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
}
.ak-social-icon-link,
.ak-footer-social-links.ak-icon-socials a,
.ak-social-buttons.ak-icon-socials a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217,168,92,.26);
  border-radius: 16px;
  background: rgba(255,255,255,.065);
  color: #fff1cf;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.ak-social-icon-link:hover,
.ak-footer-social-links.ak-icon-socials a:hover,
.ak-social-buttons.ak-icon-socials a:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(217,168,92,.58);
  background: rgba(217,168,92,.14);
  box-shadow: 0 18px 38px rgba(0,0,0,.28), 0 0 24px rgba(217,168,92,.16);
}
.ak-social-icon-link svg,
.ak-footer-social-links.ak-icon-socials a svg,
.ak-social-buttons.ak-icon-socials a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}
.ak-social-icon-link span,
.ak-footer-social-links.ak-icon-socials a span,
.ak-social-buttons.ak-icon-socials a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ak-services-inline-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.25rem 0;
}
.ak-services-inline-list a {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: .7rem;
  border-radius: 20px;
  padding: .75rem;
  text-decoration: none;
  color: #fff1cf;
  border: 1px solid rgba(217,168,92,.22);
  background: rgba(255,255,255,.045);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.ak-services-inline-list a:hover {
  transform: translateY(-4px);
  border-color: rgba(217,168,92,.50);
  background: rgba(217,168,92,.10);
}
.ak-services-inline-list img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 14px;
}
.ak-services-inline-list span {
  font-weight: 800;
  font-size: .88rem;
  line-height: 1.22;
}

@media (max-width: 1024px) {
  .ak-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ak-detail-panel { grid-template-columns: 1fr; }
  .ak-services-inline-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .ak-services-menu-wrap {
    width: 100%;
    display: block;
  }
  .ak-services-menu-wrap > a {
    display: flex;
    width: 100%;
  }
  .ak-services-dropdown {
    position: static;
    width: 100%;
    max-height: 62vh;
    margin-top: .65rem;
    transform: translateY(0) scale(.99);
  }
  .ak-services-menu-wrap.is-open .ak-services-dropdown,
  .ak-services-menu-wrap:hover .ak-services-dropdown,
  .ak-services-menu-wrap:focus-within .ak-services-dropdown {
    transform: translateY(0) scale(1);
  }
  .ak-services-dropdown::before { display: none; }
  .ak-services-dropdown-grid { grid-template-columns: 1fr; }
  .ak-service-quick-stats { grid-template-columns: 1fr; }
  .ak-detail-grid { grid-template-columns: 1fr; }
  .ak-service-hero-shell,
  .ak-service-hero-content { min-height: 520px; }
  .ak-services-inline-list { grid-template-columns: 1fr; }
  .ak-bottom-social-head { align-items: flex-start; }
}


/* Service menu final fix: click Services to show 12 submenu; keep dropdown above page content */
.ak-services-menu-wrap { z-index: 9999; }
.ak-services-menu-wrap > a[aria-haspopup="true"] { cursor: pointer; }
.ak-services-dropdown { z-index: 10000; }
@media (max-width: 768px) {
  .ak-services-dropdown {
    max-height: min(70vh, 620px);
    overflow-y: auto;
  }
}


/* FINAL SERVICE MENU + SUBPAGE FIX */
.ak-service-card-detail-link,
.ak-services-inline-list { display: none !important; }

.ak-final-services-menu {
  position: fixed;
  top: var(--ak-final-menu-top, 86px);
  left: 50%;
  width: min(94vw, 940px);
  max-height: min(76vh, 720px);
  overflow-y: auto;
  z-index: 2147483000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 14px) scale(.985);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  border: 1px solid rgba(217,168,92,.42);
  border-radius: 26px;
  padding: 1rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(217,168,92,.26), transparent 36%),
    radial-gradient(circle at 88% 10%, rgba(0,120,255,.24), transparent 32%),
    rgba(3, 12, 28, .97);
  box-shadow: 0 34px 110px rgba(0,0,0,.68), 0 0 44px rgba(217,168,92,.22), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.ak-final-services-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}
.ak-final-services-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(217,168,92,.18);
  padding: .2rem .25rem .9rem;
  margin-bottom: .9rem;
}
.ak-final-services-menu-head strong {
  display: block;
  color: #fff1cf;
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ak-final-services-menu-head span,
.ak-final-services-menu-head p {
  margin: .2rem 0 0;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}
.ak-final-services-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(217,168,92,.34);
  background: rgba(255,255,255,.07);
  color: #fff1cf;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}
.ak-final-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .78rem;
}
.ak-final-services-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: .76rem;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 19px;
  padding: .68rem;
  background: rgba(255,255,255,.05);
  color: #fff1cf;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.ak-final-services-item:hover,
.ak-final-services-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(217,168,92,.60);
  background: rgba(217,168,92,.12);
  box-shadow: 0 22px 48px rgba(0,0,0,.34), 0 0 26px rgba(217,168,92,.15);
  outline: none;
}
.ak-final-services-item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(0,0,0,.38);
}
.ak-final-services-item b {
  display: block;
  color: #fff7df;
  font-size: .88rem;
  line-height: 1.16;
}
.ak-final-services-item small {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  line-height: 1.33;
  margin-top: .18rem;
}
.ak-final-service-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(217,168,92,.14), transparent 36%),
    radial-gradient(circle at 85% 20%, rgba(0,120,255,.16), transparent 32%),
    #020b1a;
  color: rgba(255,255,255,.78);
}
.ak-final-static-header {
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(217,168,92,.18);
  background: rgba(3, 12, 28, .72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.ak-final-static-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ak-final-static-brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  color: #fff2d4;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .03em;
}
.ak-final-static-brand img { width: 50px; height: 50px; object-fit: contain; }
.ak-final-static-links { display: flex; align-items: center; gap: .35rem; flex-wrap: wrap; justify-content: flex-end; }
.ak-final-static-links a,
.ak-final-static-links button {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  padding: .65rem .8rem;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.ak-final-static-links a:hover,
.ak-final-static-links button:hover { background: rgba(217,168,92,.12); color: #ffe1a1; }
.ak-final-static-hero { padding: clamp(1.2rem, 4vw, 3rem) 0 0; }
.ak-final-static-hero-shell {
  position: relative;
  min-height: clamp(420px, 56vw, 650px);
  border-radius: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(217,168,92,.36);
  background: #020b1a;
  box-shadow: 0 34px 110px rgba(0,0,0,.58), 0 0 58px rgba(217,168,92,.20);
}
.ak-final-static-hero-shell > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ak-final-static-hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1,8,20,.92), rgba(1,8,20,.66) 42%, rgba(1,8,20,.18)), linear-gradient(0deg, rgba(1,8,20,.84), rgba(1,8,20,.14));
}
.ak-final-static-hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(420px, 56vw, 650px);
  max-width: 850px;
  padding: clamp(1.4rem, 6vw, 4.2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ak-final-static-kicker {
  width: fit-content;
  border: 1px solid rgba(217,168,92,.42);
  border-radius: 999px;
  padding: .45rem .78rem;
  background: rgba(217,168,92,.10);
  color: #ffd98e;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 900;
}
.ak-final-static-hero-content h1 {
  margin: .9rem 0 .75rem;
  font-size: clamp(2.35rem, 7vw, 6rem);
  line-height: .95;
  letter-spacing: -.055em;
  color: #fff4d6;
  text-shadow: 0 0 30px rgba(217,168,92,.34), 0 18px 52px rgba(0,0,0,.58);
}
.ak-final-static-hero-content p { max-width: 690px; line-height: 1.72; color: rgba(255,255,255,.78); font-size: clamp(.98rem, 1.5vw, 1.16rem); }
.ak-final-static-section { padding: clamp(2rem, 6vw, 5rem) 0; }
.ak-final-static-head { max-width: 920px; margin-bottom: 1.45rem; }
.ak-final-static-head h2 { color: #fff3d4; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.06; margin: .7rem 0; }
.ak-final-static-head p { line-height: 1.75; color: rgba(255,255,255,.68); }
.ak-final-static-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.ak-final-static-card {
  min-height: 215px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  padding: 1.15rem;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.032)), radial-gradient(circle at 100% 0%, rgba(217,168,92,.16), transparent 36%);
  box-shadow: 0 24px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
}
.ak-final-static-card span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(217,168,92,.14); color: #ffd68d; border: 1px solid rgba(217,168,92,.26); font-weight: 900; margin-bottom: .85rem; }
.ak-final-static-card h3 { color: #fff6df; font-size: 1.05rem; line-height: 1.25; margin: 0 0 .55rem; }
.ak-final-static-card p { color: rgba(255,255,255,.66); line-height: 1.64; font-size: .92rem; margin: 0; }
.ak-final-static-results { margin-top: 1.2rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.ak-final-static-results article { border: 1px solid rgba(217,168,92,.18); border-radius: 26px; padding: clamp(1.05rem, 3vw, 1.6rem); background: rgba(255,255,255,.055); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.ak-final-static-results h3 { color: #fff2d1; font-size: 1.25rem; margin: 0 0 .75rem; }
.ak-final-static-results ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.ak-final-static-results li { position: relative; padding-left: 1.45rem; color: rgba(255,255,255,.70); line-height: 1.55; }
.ak-final-static-results li::before { content: "✦"; position: absolute; left: 0; color: #ffd68d; }
.ak-final-service-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.ak-final-service-list-card { border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.05); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.ak-final-service-list-card img { width: 100%; aspect-ratio: 16/8.2; object-fit: cover; display: block; }
.ak-final-service-list-card div { padding: 1rem; }
.ak-final-service-list-card h3 { margin: 0 0 .45rem; color: #fff6df; font-size: 1.05rem; }
.ak-final-service-list-card p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.58; font-size: .9rem; }
.ak-final-static-footer { padding: 1rem 0 2.4rem; }
.ak-final-static-copy { text-align: center; color: rgba(255,255,255,.45); font-size: .84rem; margin-top: 1rem; }
@media (max-width: 1024px) {
  .ak-final-services-grid,
  .ak-final-static-grid,
  .ak-final-service-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ak-final-static-results { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ak-final-services-menu { top: var(--ak-final-menu-top, 74px); width: min(96vw, 520px); padding: .85rem; }
  .ak-final-services-grid,
  .ak-final-static-grid,
  .ak-final-service-list-grid { grid-template-columns: 1fr; }
  .ak-final-services-item { min-height: 76px; grid-template-columns: 46px 1fr; }
  .ak-final-services-item img { width: 46px; height: 46px; }
  .ak-final-services-menu-head { align-items: flex-start; }
  .ak-final-static-nav { align-items: flex-start; flex-direction: column; padding: .75rem 0; }
  .ak-final-static-links { justify-content: flex-start; gap: .15rem; }
  .ak-final-static-links a, .ak-final-static-links button { padding: .5rem .56rem; font-size: .9rem; }
  .ak-final-static-hero-shell, .ak-final-static-hero-content { min-height: 520px; }
}

/* Hide the earlier injected dropdown so the final click-based 12-item submenu is the only Services menu shown. */
.ak-services-dropdown { display: none !important; }

/* Hide removed duplicate bottom social strip */
.ak-bottom-social{display:none!important;}
