:root {
  --bs-body-bg: #ffffff;
  --bs-body-color: #161616;
  --bs-primary: #47abff;
  --bs-secondary: #6c757d;
  --bs-link-color: #47abff;
  --bs-link-hover-color: darken($accent-blue, 10%);
  --bs-border-color: #e0e0e0;
}

body {
  background-color: #ffffff;
  color: #161616;
}

.bg-light-subtle {
  background-color: #f4f4f4 !important;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #47abff;
  border-color: #47abff;
  color: #fff;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: rgb(20, 147.7173913043, 255);
  border-color: rgb(20, 147.7173913043, 255);
  color: #fff;
}

.btn-outline-light {
  border-color: #e0e0e0;
  color: #161616;
}
.btn-outline-light:hover {
  background-color: #f4f4f4;
  border-color: #525252;
  color: #161616;
}

.btn-outline-primary {
  border-color: #47abff;
  color: #47abff;
}
.btn-outline-primary:hover {
  background-color: #47abff;
  border-color: #47abff;
  color: #fff;
}

.form-control {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #161616;
}
.form-control:focus {
  background-color: #ffffff;
  border-color: #47abff;
  color: #161616;
  box-shadow: 0 0 0 0.25rem rgba(71, 171, 255, 0.25);
}
.form-control::placeholder {
  color: #8d8d8d;
}

.form-label {
  color: #525252;
  font-weight: 500;
}

textarea.form-control {
  resize: vertical;
}

@font-face {
  font-family: "Jano Sans Pro";
  src: url("/fonts/Jano Sans Pro Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("/fonts/Jano Sans Pro Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("/fonts/Jano Sans Pro Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("/fonts/Jano Sans Pro SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jano Sans Pro";
  src: url("/fonts/Jano Sans Pro Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/LufgaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/LufgaRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/LufgaMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/LufgaSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("/fonts/LufgaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.page-bg-video {
  display: none;
}
@media (min-width: 992px) {
  .page-bg-video {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

.container {
  max-width: 1160px !important;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.site-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Jano Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  padding-top: 0;
}

.inline-slideshow .swiper-slide {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f8f9fa;
}
.inline-slideshow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inline-slideshow .swiper-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  text-align: center;
}

pre.mermaid,
.mermaid {
  background-color: transparent !important;
  border: none !important;
  font-family: "Jano Sans Pro", sans-serif !important;
}
pre.mermaid svg,
.mermaid svg {
  font-family: "Jano Sans Pro", sans-serif !important;
}
pre.mermaid text,
.mermaid text {
  font-family: "Jano Sans Pro", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.hero-section h1,
.services-heading,
.cta-heading,
.footer-heading,
.mega-menu-heading {
  font-family: "Lufga", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.accent-text {
  color: #47abff;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
}
.site-header .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 12px;
}
.site-header .site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header .desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
@media (max-width: 991px) {
  .site-header .desktop-nav {
    display: none;
  }
}
.site-header .header-cta {
  margin-left: auto;
  font-weight: 300;
  font-size: 1rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.site-header .header-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}
.site-header .header-cta i {
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
}
.site-header .header-cta:hover i {
  transform: translateX(4px);
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  30%, 100% {
    left: 100%;
  }
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  margin-left: auto;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background-color: #161616;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2000;
  display: none;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .mobile-menu-overlay {
    display: flex;
  }
}
.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #161616;
  padding: 0.5rem;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-nav {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 0;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  color: #161616;
  cursor: pointer;
  text-align: left;
}
.mobile-menu-trigger i {
  transition: transform 0.3s ease;
}
.mobile-menu-trigger[aria-expanded=true] i {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none;
  padding: 0 1.5rem 1rem;
}
.mobile-submenu.active {
  display: block;
}
.mobile-submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-submenu ul li {
  margin-bottom: 0.5rem;
}
.mobile-submenu ul a {
  color: #525252;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  padding: 0.5rem 0;
}
.mobile-submenu ul a:hover {
  color: #47abff;
}

.mobile-submenu-section {
  margin-bottom: 1.5rem;
}
.mobile-submenu-section h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #161616;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mobile-submenu-section h4 a {
  color: inherit;
  text-decoration: none;
}
.mobile-submenu-section h4 a:hover {
  color: #47abff;
}

.mobile-menu-footer {
  padding: 1.5rem;
  border-top: 1px solid #e0e0e0;
  flex-shrink: 0;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  display: flex;
  gap: 0;
  min-width: max-content;
}

.mega-menu-item {
  position: static;
}
.mega-menu-item:first-child .mega-menu-trigger {
  padding-left: 3px;
}
.mega-menu-item:hover > .mega-menu-trigger, .mega-menu-item.active > .mega-menu-trigger {
  color: #47abff;
}

.mega-menu-trigger,
.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  color: #161616;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  transition: all 0.2s;
  border: none;
  background: none;
  cursor: pointer;
}
.mega-menu-trigger i,
.mega-menu-link i {
  font-size: 0.7rem;
  transition: transform 0.2s;
}
.mega-menu-trigger:hover,
.mega-menu-link:hover {
  color: #47abff;
}

.mega-menu-item.active .mega-menu-trigger i {
  transform: rotate(180deg);
}

.mega-menu-dropdown {
  display: none;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1160px;
  background: radial-gradient(circle at 15% 50%, rgba(71, 171, 255, 0.25) 0%, transparent 60%), radial-gradient(circle at 85% 70%, rgba(4, 22, 53, 0.2) 0%, transparent 65%), radial-gradient(circle at 50% 20%, rgba(71, 171, 255, 0.15) 0%, transparent 55%), #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 2px solid #47abff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  z-index: 999;
}
.mega-menu-dropdown > .container {
  max-width: 100% !important;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mega-menu-dropdown > .container > .row {
  width: 100%;
  margin: 0;
}
.mega-menu-dropdown > .container > .row > [class*=col-] {
  flex: 1;
}
.mega-menu-dropdown [class*=col-] {
  padding-left: 0;
  padding-right: 2rem;
}

.mega-menu-item.active .mega-menu-dropdown {
  display: block;
}

.mega-menu-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.mega-menu-heading a {
  color: #161616;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.mega-menu-heading a i {
  font-size: 0.9rem;
  color: #47abff;
}
.mega-menu-heading a:hover {
  color: #47abff;
}

.mega-menu-icon svg {
  color: #47abff;
  stroke: #47abff;
}

.mega-menu-desc {
  color: #525252;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.mega-menu-cta {
  color: #47abff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
}
.mega-menu-cta i {
  margin-left: 0.5rem;
  font-size: 0.85em;
}
.mega-menu-cta:hover {
  color: rgb(20, 147.7173913043, 255);
}

.mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-links li {
  margin-bottom: 0.75rem;
}
.mega-menu-links a {
  color: #161616;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
  display: inline-block;
}
.mega-menu-links a:hover {
  color: #47abff;
  padding-left: 0.5rem;
}

.hero-section {
  display: flex;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 500px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.hero-section .container {
  padding-left: 3rem;
}
.hero-section .hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero-section .hero-carousel .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation: slowZoom 20s ease-in-out infinite alternate;
}
.hero-section .hero-carousel .hero-slide.active {
  opacity: 1;
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  bottom: 0;
  background: radial-gradient(ellipse at 0% 50%, rgba(4, 22, 53, 0.8) 0%, transparent 70%), radial-gradient(ellipse at 20% 80%, rgba(0, 0, 0, 0.6) 0%, transparent 60%), linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 1;
}
.hero-section .hero-nav {
  position: absolute;
  bottom: calc(2rem - 14px);
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  opacity: 0.7;
}
.hero-section .hero-nav:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.hero-section .hero-nav i {
  font-size: 0.875rem;
}
.hero-section .hero-nav-prev {
  left: 2rem;
}
.hero-section .hero-nav-next {
  right: 2rem;
}
.hero-section .hero-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  transition: opacity 0.3s ease;
}
.hero-section .hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.hero-section .hero-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}
.hero-section .hero-dot.active {
  background-color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.2);
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.hero-section h1 .cursor {
  display: inline-block;
  animation: blink 1s step-end infinite;
  margin-left: 2px;
}
.hero-section .lead {
  font-size: 1.125rem;
  font-weight: 300;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.hero-section .lead.show {
  opacity: 1;
  transform: translateY(0);
}
.hero-section .hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-section .hero-cta .btn {
  font-weight: 300;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-cta .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}
.hero-section .hero-cta .btn i {
  margin-left: 0.5rem;
  font-size: 0.9em;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
}
.hero-section .hero-cta .btn:hover i {
  transform: translateX(4px);
}
.hero-section .hero-cta.show .btn {
  opacity: 1;
  transform: translateY(0);
}
.hero-section .hero-cta.show .btn:first-child {
  transition-delay: 0s;
}
.hero-section .hero-cta.show .btn:nth-child(2) {
  transition-delay: 0.15s;
}
.hero-section .hero-cta .btn-outline-primary {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  will-change: background-color, border-color;
}
.hero-section .hero-cta .btn-outline-primary:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#services {
  position: relative;
}
#services::before, #services::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  #services::before, #services::after {
    display: none;
  }
}
#services::before {
  left: 0;
}
#services::after {
  right: 0;
}
#services {
  background-color: #fff;
}
#services .services-heading {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #161616;
}
#services .services-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #161616;
}
#services .services-tagline {
  font-size: 1rem;
  line-height: 1.6;
  color: #161616;
}

.metrics-dashboard {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .metrics-dashboard {
    background: transparent;
  }
}
.metrics-dashboard .metrics-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.metrics-dashboard .metrics-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0;
}
.metrics-dashboard .metrics-subheading {
  font-size: 1rem;
  color: #525252;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .metrics-dashboard .metrics-row-2 {
    margin-top: -60px;
    padding-left: calc(12.5% + 12px);
    padding-right: calc(12.5% + 12px);
  }
}

.metric-card-wrapper {
  position: relative;
  aspect-ratio: 1/1.1;
  filter: drop-shadow(0 4px 12px rgba(0, 102, 255, 0.2));
  opacity: 0;
  transform: translateY(20px);
  transition: filter 0.3s ease, transform 0.5s ease, opacity 0.5s ease;
  perspective: 1000px;
  cursor: pointer;
}
.metric-card-wrapper.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.metric-card-wrapper:hover {
  filter: drop-shadow(0 8px 24px rgba(0, 102, 255, 0.35));
}
.metric-card-wrapper:hover .metric-inner {
  transform: rotateY(180deg);
}
.col-lg-3:nth-child(1) .metric-card-wrapper, .col-md-6:nth-child(1) .metric-card-wrapper {
  transition-delay: 0s;
}
.col-lg-3:nth-child(2) .metric-card-wrapper, .col-md-6:nth-child(2) .metric-card-wrapper {
  transition-delay: 0.1s;
}
.col-lg-3:nth-child(3) .metric-card-wrapper, .col-md-6:nth-child(3) .metric-card-wrapper {
  transition-delay: 0.2s;
}
.col-lg-3:nth-child(4) .metric-card-wrapper, .col-md-6:nth-child(4) .metric-card-wrapper {
  transition-delay: 0.3s;
}

.metric-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.metric-front,
.metric-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}
.metric-front::before,
.metric-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
}

.metric-front {
  z-index: 2;
}

.metric-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.metric-back::before {
  display: none;
}
.metric-back .metric-blurb {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 400;
}
.metric-back .metric-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #47abff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.metric-back .metric-cta:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(4px);
}
.metric-back .metric-cta i {
  font-size: 0.75rem;
}

.metric-card {
  background: #ffffff;
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 4px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}

.metric-icon {
  color: #47abff;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 1.5s;
}
.metric-icon svg {
  width: 32px;
  height: 32px;
}

.metric-card-wrapper.animate-in .metric-icon {
  opacity: 1;
  transform: scale(1);
}

.metric-gauge {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
}
.metric-gauge svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.metric-gauge defs linearGradient stop:first-child {
  stop-color: #47abff;
}
.metric-gauge defs linearGradient stop:last-child {
  stop-color: #0052cc;
}
.metric-gauge .gauge-bg {
  fill: none;
  stroke: #e5e7eb;
  stroke-width: 8;
}
.metric-gauge .gauge-fill {
  fill: none;
  stroke: url(#gaugeGradient);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 1.5s ease-out;
}
.metric-gauge .gauge-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #161616;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
.metric-gauge.animate-in .gauge-fill {
  stroke-dashoffset: 101.7876;
}
.metric-gauge.animate-in .gauge-value {
  opacity: 1;
}

.metric-number {
  margin-bottom: 0.75rem;
}
.metric-number .number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #161616;
  line-height: 1;
  display: inline-block;
}
.metric-number .unit {
  font-size: 1rem;
  color: #525252;
  margin-left: 0.25rem;
}
.metric-number.large .number {
  font-size: 3rem;
  background: linear-gradient(90deg, #47abff, #0052cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metric-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.metric-bar .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #47abff, #0052cc);
  border-radius: 3px;
  width: 0;
  transition: width 1.5s ease-out;
}

.metric-card-wrapper.animate-in .metric-bar .bar-fill {
  width: 75%;
}

.metric-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.metric-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e5e7eb;
  transition: background 0.3s ease, transform 0.3s ease;
}
.metric-dots .dot.active {
  background: #47abff;
}

.metric-card-wrapper.animate-in .metric-dots .dot.active {
  animation: dotPulse 0.5s ease-out forwards;
}
.metric-card-wrapper.animate-in .metric-dots .dot.active:nth-child(1) {
  animation-delay: 0.15s;
}
.metric-card-wrapper.animate-in .metric-dots .dot.active:nth-child(2) {
  animation-delay: 0.3s;
}
.metric-card-wrapper.animate-in .metric-dots .dot.active:nth-child(3) {
  animation-delay: 0.45s;
}
.metric-card-wrapper.animate-in .metric-dots .dot.active:nth-child(4) {
  animation-delay: 0.6s;
}
.metric-card-wrapper.animate-in .metric-dots .dot.active:nth-child(5) {
  animation-delay: 0.75s;
}

@keyframes dotPulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.metric-mini-chart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  height: 40px;
  margin-bottom: 1rem;
}
.metric-mini-chart .mini-bar {
  width: 12px;
  background: linear-gradient(180deg, #47abff, #0052cc);
  border-radius: 2px 2px 0 0;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.5s ease-out;
}

.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar {
  transform: scaleY(1);
}
.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar:nth-child(1) {
  transition-delay: 0.1s;
}
.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar:nth-child(2) {
  transition-delay: 0.2s;
}
.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar:nth-child(3) {
  transition-delay: 0.3s;
}
.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar:nth-child(4) {
  transition-delay: 0.4s;
}
.metric-card-wrapper.animate-in .metric-mini-chart .mini-bar:nth-child(5) {
  transition-delay: 0.5s;
}

.metric-label {
  font-size: 1rem;
  font-weight: 600;
  color: #161616;
  margin-bottom: 0.25rem;
}

.metric-description {
  font-size: 0.85rem;
  color: #525252;
}

.services-hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scaleX(-1);
}

.service-box {
  border: 1px solid #e0e0e0;
  border-right: none;
  border-bottom: none;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease, opacity 0.6s ease;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  transform-style: preserve-3d;
  perspective: 1000px;
}
.service-box.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.col-md-6:nth-child(1) .service-box {
  transition-delay: 0s;
}
.col-md-6:nth-child(2) .service-box {
  transition-delay: 0.1s;
}
.col-md-6:nth-child(3) .service-box {
  transition-delay: 0.2s;
}
.col-md-6:nth-child(4) .service-box {
  transition-delay: 0.3s;
}
.service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
}
.service-box:nth-child(1)::before {
  background: radial-gradient(circle at 20% 30%, rgba(71, 171, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(88, 86, 214, 0.12) 0%, transparent 60%), radial-gradient(circle at 50% 50%, rgba(71, 171, 255, 0.08) 0%, transparent 70%), #ffffff;
  animation-delay: 0s;
}
.service-box:nth-child(2)::before {
  background: radial-gradient(circle at 70% 20%, rgba(88, 86, 214, 0.15) 0%, transparent 50%), radial-gradient(circle at 30% 80%, rgba(71, 171, 255, 0.12) 0%, transparent 60%), radial-gradient(circle at 50% 50%, rgba(88, 86, 214, 0.08) 0%, transparent 70%), #ffffff;
  animation-delay: 1s;
}
.service-box:nth-child(3)::before {
  background: radial-gradient(circle at 80% 80%, rgba(71, 171, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 20% 20%, rgba(88, 86, 214, 0.12) 0%, transparent 60%), radial-gradient(circle at 50% 50%, rgba(71, 171, 255, 0.08) 0%, transparent 70%), #ffffff;
  animation-delay: 2s;
}
.service-box:nth-child(4)::before {
  background: radial-gradient(circle at 30% 70%, rgba(88, 86, 214, 0.15) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(71, 171, 255, 0.12) 0%, transparent 60%), radial-gradient(circle at 50% 50%, rgba(88, 86, 214, 0.08) 0%, transparent 70%), #ffffff;
  animation-delay: 3s;
}
.service-box > * {
  position: relative;
  z-index: 1;
}
.service-box:hover {
  border-color: rgba(71, 171, 255, 0.3);
  box-shadow: 0 15px 35px rgba(71, 171, 255, 0.2);
  transform: rotateX(5deg) rotateY(-5deg) translateY(-4px);
}
.service-box:hover::before {
  opacity: 0.9;
}
.service-box:hover .service-icon {
  transform: scale(1.1) translateZ(20px);
}
.service-box:hover .service-link {
  transform: translateX(6px);
}
.col-md-6:nth-child(2) .service-box:hover, .col-md-6:nth-child(3) .service-box:hover {
  transform: rotateX(5deg) rotateY(5deg) translateY(-4px);
}
.service-box .service-icon-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.service-box .service-icon {
  transition: transform 0.3s ease;
}
.service-box .service-icon svg {
  width: 48px;
  height: 48px;
  stroke: #0052cc;
}
.service-box .service-impact-word {
  font-family: "Lufga", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #161616;
  letter-spacing: 0.02em;
}
.service-box .service-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #525252;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.service-box .service-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #161616;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.service-box .service-link {
  color: #47abff;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.row.g-0 .col-md-6:nth-child(even) .service-box {
  border-right: 1px solid #e0e0e0;
}
.row.g-0 .col-md-6:nth-last-child(-n+2) .service-box {
  border-bottom: 1px solid #e0e0e0;
}

#customer-successes {
  position: relative;
}
#customer-successes::before, #customer-successes::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  #customer-successes::before, #customer-successes::after {
    display: none;
  }
}
#customer-successes::before {
  left: 0;
}
#customer-successes::after {
  right: 0;
}
#customer-successes {
  background-color: #fff;
}
#customer-successes h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
#customer-successes .col-lg-3 {
  position: relative;
}
#customer-successes .col-lg-3:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
}
@media (max-width: 991px) {
  #customer-successes .col-lg-3:not(:last-child)::after {
    display: none;
  }
}

.success-story {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
}
.success-story .success-logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.success-story .success-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.success-story .success-logo img[src*=grindr] {
  max-height: 35px;
}
.success-story .success-logo img[src*=roto-rooter] {
  max-height: 45px;
}
.success-story .success-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #161616;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.success-story .success-link {
  color: #47abff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: gap 0.2s ease;
}
.success-story .success-link i {
  margin-left: 0.5rem;
  font-size: 0.85em;
  transition: transform 0.2s ease;
}
.success-story .success-link:hover {
  color: rgb(20, 147.7173913043, 255);
}
.success-story .success-link:hover i {
  transform: translateX(4px);
}

#insights {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 991.98px) {
  #insights {
    border-left: none;
    border-right: none;
  }
}
#insights::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  height: 200%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(71, 171, 255, 0.2) 39px, rgba(71, 171, 255, 0.2) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(71, 171, 255, 0.2) 39px, rgba(71, 171, 255, 0.2) 40px);
  transform: perspective(1000px) rotateX(60deg);
  transform-origin: center top;
  animation: gridMove 20s linear infinite;
  z-index: 0;
  opacity: 0.5;
}
#insights::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(71, 171, 255, 0.15) 0%, transparent 60%), radial-gradient(ellipse at 20% 100%, rgba(88, 86, 214, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 80% 100%, rgba(71, 171, 255, 0.1) 0%, transparent 50%);
  animation: pulseGlow 8s ease-in-out infinite;
  z-index: 0;
}
#insights .container {
  position: relative;
  z-index: 1;
}
#insights h2 {
  font-size: 2.5rem;
  font-weight: 300;
}
#insights .insights-link {
  color: #47abff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
#insights .insights-link i {
  margin-left: 0.5rem;
  transition: transform 0.2s;
}
#insights .insights-link:hover {
  color: rgb(20, 147.7173913043, 255);
}
#insights .insights-link:hover i {
  transform: translateX(4px);
}

@keyframes gridMove {
  0% {
    transform: perspective(1000px) rotateX(60deg) translateY(0);
  }
  100% {
    transform: perspective(1000px) rotateX(60deg) translateY(40px);
  }
}
@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}
@keyframes floatSphere {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
.insights-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.insight-tag {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #161616;
  transition: all 0.2s;
  cursor: pointer;
}
.insight-tag:hover {
  background-color: rgba(71, 171, 255, 0.1);
  border-color: #47abff;
  color: #47abff;
}

.insight-card {
  background-color: #ffffff;
  padding: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}
.insight-card:hover {
  border-color: rgba(71, 171, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.insight-card .insight-label {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #525252;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.insight-card .insight-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #161616;
  margin-bottom: 0.75rem;
}
.insight-card .insight-excerpt {
  font-size: 0.95rem;
  color: #525252;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.insight-card .insight-author {
  font-size: 0.875rem;
  color: #525252;
  margin-bottom: 1rem;
}
.insight-card .insight-link {
  color: #47abff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
.insight-card .insight-link:hover {
  text-decoration: underline;
}
.insight-card .insight-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-top: auto;
}
.insight-card .insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-card.insight-card-featured {
  background: radial-gradient(circle at 20% 30%, rgba(71, 171, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(88, 86, 214, 0.06) 0%, transparent 60%), #f8f9fa;
}

section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
section#cta {
  border-bottom: none;
}

@keyframes ctaGradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#cta {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: url("/images/cta-bokeh.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, rgba(217, 119, 6, 0.75), rgba(234, 88, 12, 0.75), rgba(220, 38, 38, 0.7), rgba(245, 158, 11, 0.75));
  background-size: 400% 400%;
  animation: ctaGradientShift 15s ease infinite;
  z-index: 1;
}
#cta .cta-ben-video {
  position: absolute;
  bottom: 0;
  left: 50px;
  height: 95%;
  width: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  #cta .cta-ben-video {
    display: none;
  }
}
#cta .cta-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 0;
}
#cta .cta-heading {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
#cta .cta-blurb {
  font-size: 1.15rem;
  font-weight: 400;
  color: #ffffff;
  max-width: 450px;
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
#cta .typewriter {
  display: inline;
  border-right: 2px solid #ffffff;
  animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #ffffff;
  }
}
#cta .btn-light {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(135deg, #47abff, #0052cc);
  box-shadow: 0 4px 15px rgba(0, 82, 204, 0.3);
}
#cta .btn-light::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 60%;
  height: 200%;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.3) 50%, transparent 80%);
  transform: skewX(-20deg);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
#cta .btn-light i {
  margin-left: 0.5rem;
  font-size: 0.9em;
  transition: transform 0.2s ease;
}
#cta .btn-light:hover {
  background: linear-gradient(135deg, rgb(96.5, 182.6413043478, 255), rgb(0, 92.25, 229.5));
  box-shadow: 0 6px 20px rgba(0, 82, 204, 0.4);
  transform: translateY(-2px);
}
#cta .btn-light:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  #cta .cta-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  #cta .col-lg-4 {
    text-align: center !important;
  }
}

.page-header {
  padding: 6rem 0 3rem;
  background: linear-gradient(135deg, #f4f4f4 0%, #ffffff 100%);
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.contact-calendly-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.calendly-container-full {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  min-height: 1100px;
}

.portfolio-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.portfolio-card:hover {
  transform: translateY(-5px);
  border-color: #47abff;
  box-shadow: 0 10px 30px rgba(71, 171, 255, 0.1);
}
.portfolio-card .portfolio-image {
  background-color: #f4f4f4;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-card .portfolio-image .placeholder-image {
  color: #47abff;
  opacity: 0.3;
}
.portfolio-card .portfolio-content {
  padding: 1.5rem;
}
.portfolio-card .portfolio-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.portfolio-card .portfolio-content p {
  color: #525252;
  margin-bottom: 1rem;
}
.portfolio-card .portfolio-content .portfolio-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.portfolio-card .portfolio-content .portfolio-tags .tag {
  background-color: rgba(71, 171, 255, 0.08);
  color: #47abff;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.value-card {
  text-align: center;
  padding: 2rem;
}
.value-card .value-icon {
  font-size: 3rem;
  color: #47abff;
  margin-bottom: 1rem;
}
.value-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.value-card p {
  color: #525252;
  margin-bottom: 0;
}

.approach-list {
  list-style: none;
  padding: 0;
}
.approach-list li {
  padding: 0.75rem 0;
  font-size: 1.1rem;
}
.approach-list li i {
  margin-right: 0.75rem;
}

.contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.contact-info .contact-item .contact-icon {
  font-size: 2rem;
  color: #47abff;
  min-width: 50px;
  text-align: center;
}
.contact-info .contact-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-info .contact-item a {
  color: #525252;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info .contact-item a:hover {
  color: #47abff;
}

.footer {
  background-color: #161616;
  border-top: 1px solid #e0e0e0;
  color: #f4f4f4;
}
.footer .social-link {
  color: #525252;
  font-size: 1.5rem;
  margin-left: 1rem;
  transition: color 0.2s;
}
.footer .social-link:hover {
  color: #47abff;
}

.footer-dark {
  background-color: #2b2b2b;
  color: #999;
  font-family: "Jano Sans Pro", sans-serif;
  position: relative;
  overflow: hidden;
}
.footer-dark .footer-links {
  text-align: left;
}
.footer-dark .footer-ben-video {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 60px);
  max-height: 350px;
  width: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .footer-dark .footer-ben-video {
    height: calc(100% - 80px);
    max-height: 280px;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-ben-video {
    display: none;
  }
}
.footer-dark .container {
  position: relative;
  z-index: 2;
}
.footer-dark .footer-cta-box {
  text-align: right;
  padding-right: 180px;
}
@media (max-width: 1200px) {
  .footer-dark .footer-cta-box {
    padding-right: 140px;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-cta-box {
    padding-right: 0;
  }
}
.footer-dark .footer-cta-box .footer-cta-heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footer-dark .footer-cta-box .footer-cta-heading {
    font-size: 1.25rem;
  }
}
.footer-dark .footer-cta-box .footer-cta-blurb {
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.footer-dark .footer-cta-box .btn {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}
.footer-dark .footer-mission {
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.footer-dark .footer-contact p {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer-dark .footer-contact p i {
  color: #999;
  width: 20px;
}
.footer-dark .footer-phone {
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-dark .footer-phone:hover {
  color: #fff;
}
.footer-dark .footer-cta {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-dark .footer-cta:hover {
  color: #47abff;
}
.footer-dark .footer-heading {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.footer-dark .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-dark .footer-links li {
  margin-bottom: 0.5rem;
}
.footer-dark .footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
  transition: color 0.2s;
}
.footer-dark .footer-links a:hover {
  color: #fff;
}
.footer-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}
.footer-dark .footer-social {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.footer-dark .footer-social a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.footer-dark .footer-social a i {
  font-size: 1.5rem;
}
.footer-dark .footer-social a:hover {
  color: #47abff;
}
.footer-dark .footer-copyright {
  color: #999;
  font-size: 0.85rem;
  font-weight: 300;
}
.footer-dark .footer-copyright span {
  color: #999;
}

#tech-stack {
  background-color: transparent;
  overflow: visible;
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
#tech-stack .partnerships-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
#tech-stack .partnerships-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0;
}
#tech-stack .partnerships-subheading {
  font-size: 1rem;
  color: #525252;
  margin-bottom: 0;
}
#tech-stack .beehive-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1rem 0;
  position: relative;
}
#tech-stack .beehive-row {
  display: flex;
  gap: 8px;
  width: max-content;
  margin-top: 10px;
}
#tech-stack .beehive-row:first-child {
  margin-top: 0;
}
#tech-stack .beehive-row[data-direction=left] {
  animation: scrollLeft 20s linear infinite;
}
#tech-stack .beehive-row:first-child[data-direction=left] {
  animation: scrollLeft 15s linear infinite;
}
#tech-stack .beehive-row:last-child[data-direction=left] {
  animation: scrollLeft 25s linear infinite;
}
#tech-stack .beehive-row.offset {
  margin-left: 45px;
}
#tech-stack .beehive-row[data-direction=right] {
  animation: scrollRight 18s linear infinite;
}
#tech-stack .beehive-row:hover {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-33.333% - 3px));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(calc(-33.333% - 3px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hexWave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
#tech-stack .hex-logo {
  width: 90px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  animation: hexWave 2s ease-in-out infinite;
  text-decoration: none;
  display: block;
}
#tech-stack .hex-logo:nth-child(1) {
  animation-delay: 0.1s;
}
#tech-stack .hex-logo:nth-child(2) {
  animation-delay: 0.2s;
}
#tech-stack .hex-logo:nth-child(3) {
  animation-delay: 0.3s;
}
#tech-stack .hex-logo:nth-child(4) {
  animation-delay: 0.4s;
}
#tech-stack .hex-logo:nth-child(5) {
  animation-delay: 0.5s;
}
#tech-stack .hex-logo:nth-child(6) {
  animation-delay: 0.6s;
}
#tech-stack .hex-logo:nth-child(7) {
  animation-delay: 0.7s;
}
#tech-stack .hex-logo:nth-child(8) {
  animation-delay: 0.8s;
}
#tech-stack .hex-logo:nth-child(9) {
  animation-delay: 0.9s;
}
#tech-stack .hex-logo:nth-child(10) {
  animation-delay: 1s;
}
#tech-stack .hex-logo:nth-child(11) {
  animation-delay: 1.1s;
}
#tech-stack .hex-logo:nth-child(12) {
  animation-delay: 1.2s;
}
#tech-stack .hex-logo:nth-child(13) {
  animation-delay: 1.3s;
}
#tech-stack .hex-logo:nth-child(14) {
  animation-delay: 1.4s;
}
#tech-stack .hex-logo:nth-child(15) {
  animation-delay: 1.5s;
}
#tech-stack .hex-logo:nth-child(16) {
  animation-delay: 1.6s;
}
#tech-stack .hex-logo:nth-child(17) {
  animation-delay: 1.7s;
}
#tech-stack .hex-logo:nth-child(18) {
  animation-delay: 1.8s;
}
#tech-stack .hex-logo:nth-child(19) {
  animation-delay: 1.9s;
}
#tech-stack .hex-logo:nth-child(20) {
  animation-delay: 2s;
}
#tech-stack .hex-logo:nth-child(21) {
  animation-delay: 2.1s;
}
#tech-stack .hex-logo:nth-child(22) {
  animation-delay: 2.2s;
}
#tech-stack .hex-logo:nth-child(23) {
  animation-delay: 2.3s;
}
#tech-stack .hex-logo:nth-child(24) {
  animation-delay: 2.4s;
}
#tech-stack .hex-logo:nth-child(25) {
  animation-delay: 2.5s;
}
#tech-stack .hex-logo:nth-child(26) {
  animation-delay: 2.6s;
}
#tech-stack .hex-logo:nth-child(27) {
  animation-delay: 2.7s;
}
#tech-stack .hex-logo:nth-child(28) {
  animation-delay: 2.8s;
}
#tech-stack .hex-logo:nth-child(29) {
  animation-delay: 2.9s;
}
#tech-stack .hex-logo:nth-child(30) {
  animation-delay: 3s;
}
#tech-stack .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
#tech-stack .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tech-stack .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #47abff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
}
#tech-stack .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
#tech-stack .hex-logo .hex-front img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
#tech-stack .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
#tech-stack .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
  line-height: 1.2;
}
#tech-stack .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}

#portfolio-river .partnerships-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
#portfolio-river .partnerships-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0;
}
#portfolio-river .partnerships-subheading {
  font-size: 1rem;
  color: #525252;
  margin-bottom: 0;
}
#portfolio-river .portfolio-river-container {
  position: relative;
  padding: 1rem 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
#portfolio-river .portfolio-river-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
#portfolio-river .portfolio-river-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #47abff;
}
#portfolio-river .portfolio-river-nav svg {
  width: 24px;
  height: 24px;
}
#portfolio-river .portfolio-river-nav.portfolio-river-nav-prev {
  left: 20px;
}
#portfolio-river .portfolio-river-nav.portfolio-river-nav-next {
  right: 20px;
}
@media (max-width: 992px) {
  #portfolio-river .portfolio-river-nav {
    width: 40px;
    height: 40px;
  }
  #portfolio-river .portfolio-river-nav svg {
    width: 20px;
    height: 20px;
  }
  #portfolio-river .portfolio-river-nav.portfolio-river-nav-prev {
    left: 10px;
  }
  #portfolio-river .portfolio-river-nav.portfolio-river-nav-next {
    right: 10px;
  }
}
@media (max-width: 576px) {
  #portfolio-river .portfolio-river-nav {
    display: none;
  }
}
#portfolio-river .portfolio-river-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: portfolioScrollPause 60s ease-in-out infinite;
}
#portfolio-river .portfolio-river-track:hover {
  animation-play-state: paused;
}
@keyframes portfolioScrollPause {
  0% {
    transform: translateX(0);
  }
  4% {
    transform: translateX(-5%);
  }
  8%, 12% {
    transform: translateX(-5%);
  }
  16% {
    transform: translateX(-10%);
  }
  20%, 24% {
    transform: translateX(-10%);
  }
  28% {
    transform: translateX(-15%);
  }
  32%, 36% {
    transform: translateX(-15%);
  }
  40% {
    transform: translateX(-20%);
  }
  44%, 48% {
    transform: translateX(-20%);
  }
  52% {
    transform: translateX(-25%);
  }
  56%, 60% {
    transform: translateX(-25%);
  }
  64% {
    transform: translateX(-30%);
  }
  68%, 72% {
    transform: translateX(-30%);
  }
  76% {
    transform: translateX(-35%);
  }
  80%, 84% {
    transform: translateX(-35%);
  }
  88% {
    transform: translateX(-40%);
  }
  92%, 96% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#portfolio-river .portfolio-river-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  flex-shrink: 0;
  width: 320px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #47abff, #0052cc) 1;
}
#portfolio-river .portfolio-river-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
#portfolio-river .portfolio-river-logo {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
#portfolio-river .portfolio-river-logo img {
  max-height: 100%;
  max-width: 120px;
  object-fit: contain;
}
#portfolio-river .portfolio-river-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #161616;
  margin: 0 0 0.75rem 0;
}
#portfolio-river .portfolio-river-blurb {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #161616;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#portfolio-river .portfolio-river-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #47abff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s ease;
}
#portfolio-river .portfolio-river-link:hover {
  gap: 0.75rem;
}
#portfolio-river .portfolio-river-link i {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .hero-section {
    height: 500px;
    max-height: 500px;
    padding: 2rem 0;
  }
  .hero-section h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .hero-section .lead {
    font-size: 0.95rem;
  }
  .hero-section .hero-logo {
    max-width: 200px;
    margin-top: 1rem;
  }
  .hero-section .hero-cta {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .hero-section .hero-cta .btn {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .tech-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.article-page .article-content > .container > .row {
  align-items: flex-start !important;
}
.article-page .article-toc-sidebar {
  position: sticky;
  top: 100px;
  padding: 0;
  margin-left: 0;
  max-height: calc(100vh - 120px);
}
.article-page .article-toc-wrapper {
  border-left: none;
  padding-left: 0;
}
.article-page .article-toc-title {
  display: none;
}
.article-page .article-toc-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.article-page .article-toc-item {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  list-style: none;
}
.article-page .article-toc-item.article-toc-item-h3 {
  padding-left: 1rem;
  font-size: 0.9em;
}
.article-page .article-toc-link {
  display: block;
  color: #161616 !important;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  margin: 0 !important;
  transition: all 0.2s ease;
  border-left: 3px solid #e0e0e0;
  border-bottom: none !important;
  font-weight: 400;
}
.article-page .article-toc-link:hover {
  color: #161616 !important;
  text-decoration: none;
  border-bottom: none !important;
  border-left-color: #0f62fe;
}
.article-page .article-toc-link.active {
  color: #161616 !important;
  font-weight: 500;
  border-left-color: #0f62fe;
  border-bottom: none !important;
}
.article-page .article-toc a.article-toc-link,
.article-page a.article-toc-link {
  color: #161616 !important;
}
.article-page .article-toc a.article-toc-link:hover, .article-page .article-toc a.article-toc-link:focus, .article-page .article-toc a.article-toc-link:visited,
.article-page a.article-toc-link:hover,
.article-page a.article-toc-link:focus,
.article-page a.article-toc-link:visited {
  color: #161616 !important;
}
.article-page .article-sidebar-right {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
}
.article-page .sidebar-sticky-box {
  background: #f4f4f4;
  padding: 2rem;
  border-left: 3px solid #47abff;
  margin-bottom: 2rem;
}
.article-page .sidebar-sticky-box .sidebar-box-title {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-weight: 600;
}
.article-page .sidebar-sticky-box .sidebar-box-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #161616;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.article-page .sidebar-sticky-box .sidebar-box-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.article-page .sidebar-sticky-box .sidebar-box-link {
  color: #47abff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
.article-page .sidebar-sticky-box .sidebar-box-link i {
  transition: transform 0.2s;
}
.article-page .sidebar-sticky-box .sidebar-box-link:hover i {
  transform: translateX(4px);
}
.article-page .portfolio-header-image {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.article-page .portfolio-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  margin: 2rem 0;
}
.article-page .portfolio-showcase .phone-mockup-container {
  position: relative;
  flex-shrink: 0;
  transform: translateX(-12.7%);
}
.article-page .portfolio-showcase .phone-hand {
  height: 700px;
}
@media (max-width: 575px) {
  .article-page .portfolio-showcase .phone-hand {
    height: 500px;
  }
}
.article-page .portfolio-showcase .phone-screen {
  border-radius: 24px;
}
.article-page .portfolio-showcase .showcase-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.article-page .portfolio-showcase .showcase-nav:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.article-page .portfolio-showcase .showcase-nav.showcase-nav-prev {
  left: 0;
}
.article-page .portfolio-showcase .showcase-nav.showcase-nav-next {
  right: 0;
}
.article-page .portfolio-showcase .showcase-nav i {
  color: #333;
  font-size: 12px;
}
.article-page .industry-leaders {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0;
}
.article-page .leader-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: radial-gradient(circle at 20% 30%, rgba(71, 171, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 82, 204, 0.12) 0%, transparent 60%), radial-gradient(circle at 50% 50%, rgba(71, 171, 255, 0.08) 0%, transparent 70%), #ffffff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  flex: 1 1 300px;
  max-width: 100%;
  position: relative;
}
.article-page .leader-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(71, 171, 255, 0.2);
}
.article-page .leader-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
  border: none;
}
.article-page .leader-info {
  flex: 1;
  min-width: 0;
}
.article-page .leader-name {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.article-page .leader-blurb {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}
.article-page .leader-linkedin-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.25rem;
  color: #0077b5;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.leader-card:hover .article-page .leader-linkedin-icon {
  opacity: 1;
}
.article-page .portfolio-prev-next-section {
  padding: 2rem 0;
}
.article-page .portfolio-prev-next-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #161616;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-page .portfolio-prev-next-link:hover {
  border-color: #47abff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.article-page .portfolio-prev-next-link:hover svg {
  color: #47abff;
}
.article-page .portfolio-prev-next-link:hover .portfolio-prev-next-title {
  color: #47abff;
}
.article-page .portfolio-prev-next-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #666;
  transition: color 0.3s ease;
}
.article-page .portfolio-prev-next-link.portfolio-prev-next-prev {
  justify-content: flex-start;
}
.article-page .portfolio-prev-next-link.portfolio-prev-next-next {
  justify-content: flex-end;
  text-align: right;
}
.article-page .portfolio-prev-next-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.article-page .portfolio-prev-next-label {
  font-size: 0.7rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-page .portfolio-prev-next-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #161616;
  transition: color 0.3s ease;
}
.article-page .sidebar-newsletter-box {
  background: #ffffff;
  padding: 2rem;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #47abff;
}
.article-page .sidebar-newsletter-box .sidebar-box-title {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-weight: 600;
}
.article-page .sidebar-newsletter-box .sidebar-box-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #161616;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.article-page .sidebar-newsletter-box .sidebar-box-description {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.article-page .sidebar-newsletter-box .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.article-page .sidebar-newsletter-box .newsletter-input {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}
.article-page .sidebar-newsletter-box .newsletter-input:focus {
  outline: none;
  border-color: #47abff;
}
.article-page .sidebar-newsletter-box .newsletter-input::placeholder {
  color: #999;
}
.article-page .sidebar-newsletter-box .newsletter-button {
  padding: 0.75rem 1.5rem;
  background-color: #47abff;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.article-page .sidebar-newsletter-box .newsletter-button:hover {
  background-color: rgb(20, 147.7173913043, 255);
}
.article-page .article-header {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(71, 171, 255, 0.05) 0%, transparent 100%);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  max-height: 500px;
  display: flex;
  align-items: center;
}
.article-page .article-header .article-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(22, 22, 22, 0.65) 0%, rgba(22, 22, 22, 0.45) 100%);
  z-index: 1;
}
.article-page .article-header .container {
  position: relative;
  z-index: 2;
}
.article-page .article-header .header-portrait {
  position: absolute;
  bottom: 0;
  left: 3rem;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  z-index: 2;
}
.article-page .article-header .article-category {
  margin-bottom: 1rem;
}
.article-page .article-header .article-category .badge {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0;
}
.article-page .article-header .article-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .article-page .article-header .article-title {
    font-size: 2rem;
  }
}
.article-page .article-header .article-excerpt {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  min-height: 3.68rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.article-page .article-header .article-excerpt.show {
  opacity: 1;
  transform: translateY(0);
}
.article-page .article-header .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.article-page .article-header .article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.article-page .article-header .article-meta i {
  color: #47abff;
}
.article-page .article-header .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.article-page .article-header .article-tags .tag {
  background: rgba(71, 171, 255, 0.1);
  color: #47abff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.article-page .article-header .article-tags .tag:hover {
  background: rgba(71, 171, 255, 0.2);
}
.article-page .capability-header .article-title {
  color: #ffffff;
}
.article-page .capability-header .article-excerpt {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.article-page .capability-header .article-excerpt.show {
  opacity: 1;
  transform: translateY(0);
}
.article-page .capability-header .tech-stack-list {
  --hex-w: 85px;
  --hex-h: 98px;
  --gap: 4px;
  --step-x: calc(var(--hex-w) + var(--gap));
  --step-y: calc(var(--hex-h) * 0.75 + var(--gap));
  --offset-x: calc(var(--step-x) / 2);
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  position: relative;
  width: calc(var(--step-x) * 4 + var(--offset-x));
  height: calc(var(--step-y) + var(--hex-h));
}
@media (max-width: 768px) {
  .article-page .capability-header .tech-stack-list {
    --hex-w: 70px;
    --hex-h: 81px;
  }
}
.article-page .capability-header .tech-stack-item {
  position: absolute;
  width: var(--hex-w);
  height: var(--hex-h);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  transition: all 0.2s ease;
}
.article-page .capability-header .tech-stack-item::before {
  content: "";
  position: absolute;
  inset: 2px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: -1;
}
.article-page .capability-header .tech-stack-item:hover {
  transform: scale(1.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 10;
}
.article-page .capability-header .tech-stack-item .tech-stack-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.article-page .capability-header .tech-stack-item .tech-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.article-page .capability-header .tech-stack-item .tech-name {
  font-size: 0.62rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  max-width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-page .capability-header .cursor {
  display: inline-block;
  animation: blink 1s step-end infinite;
  margin-left: 2px;
}
.article-page .capability-header .tech-stack-item {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.article-page .capability-header .tech-stack-item.show {
  opacity: 1;
}
.article-page.technology-page .technology-header {
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: url("/images/technology-hero-bg.webp") center center/cover no-repeat;
  position: relative;
  overflow: visible;
}
.article-page.technology-page .technology-header .article-header-overlay {
  background: linear-gradient(to right, rgba(4, 22, 53, 0.85) 0%, rgba(4, 22, 53, 0.6) 100%);
}
.article-page.technology-page .portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-page.technology-page .portfolio-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #47abff;
  color: #47abff;
  transform: translateY(-50%) scale(1.1);
}
.article-page.technology-page .portfolio-nav svg {
  width: 24px;
  height: 24px;
}
.article-page.technology-page .portfolio-nav.portfolio-nav-prev {
  left: 20px;
}
.article-page.technology-page .portfolio-nav.portfolio-nav-next {
  right: 20px;
}
@media (max-width: 1400px) {
  .article-page.technology-page .portfolio-nav.portfolio-nav-next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .article-page.technology-page .portfolio-nav {
    display: none;
  }
}
.article-page.technology-page .technology-hero {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .article-page.technology-page .technology-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.article-page.technology-page .technology-icon-large {
  flex-shrink: 0;
  width: 130px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .article-page.technology-page .technology-icon-large {
    width: 90px;
    height: 104px;
  }
}
.article-page.technology-page .technology-icon-large .tech-hero-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .article-page.technology-page .technology-icon-large .tech-hero-icon {
    width: 56px;
    height: 56px;
  }
}
.article-page.technology-page .technology-hero-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .article-page.technology-page .technology-hero-content {
    padding-right: 0;
  }
}
.article-page.technology-page .technology-hero-content .article-title {
  margin-bottom: 1rem;
}
.article-page.technology-page .technology-hero-content .article-excerpt {
  opacity: 0.9;
  margin-bottom: 0;
}
.article-page.technology-page .technology-hero-content .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.article-page.technology-page .technology-hero-content .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.article-page.technology-page .technology-header-portfolio {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1.5rem;
  margin-left: -10px;
}
.article-page.technology-page .technology-header-portfolio .hex-logo {
  width: 70px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  text-decoration: none;
  display: block;
  animation: none;
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
  backdrop-filter: blur(10px);
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-front img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.article-page.technology-page .technology-header-portfolio .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  padding: 0 6px;
  line-height: 1.2;
}
.article-page.technology-page .technology-header-portfolio .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}
.article-page.technology-page .technology-header-portfolio .hex-logo:nth-child(even) {
  margin-top: 40px;
}
.article-page.technology-page .technology-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
}
.article-page.technology-page .stat-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-page.technology-page .stat-value {
  font-family: "Caveat", cursive;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
}
.article-page.technology-page .stat-label {
  font-family: "Caveat", cursive;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.article-page.technology-page .stat-separator {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #47abff;
  line-height: 1;
  opacity: 0.8;
}
.article-page.portfolio-page .portfolio-header {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("/images/technology-hero-bg.webp") center center/cover no-repeat;
  position: relative;
  overflow: visible;
}
.article-page.portfolio-page .portfolio-header .article-header-overlay {
  background: linear-gradient(to right, rgba(4, 22, 53, 0.85) 0%, rgba(4, 22, 53, 0.6) 100%);
}
.article-page.portfolio-page .portfolio-header > .container {
  flex: 1;
  display: flex;
  align-items: center;
}
.article-page.portfolio-page .portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-page.portfolio-page .portfolio-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #47abff;
  color: #47abff;
  transform: translateY(-50%) scale(1.1);
}
.article-page.portfolio-page .portfolio-nav svg {
  width: 24px;
  height: 24px;
}
.article-page.portfolio-page .portfolio-nav.portfolio-nav-prev {
  left: 20px;
}
.article-page.portfolio-page .portfolio-nav.portfolio-nav-next {
  right: 20px;
}
@media (max-width: 1400px) {
  .article-page.portfolio-page .portfolio-nav.portfolio-nav-next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .article-page.portfolio-page .portfolio-nav {
    display: none;
  }
}
.article-page.portfolio-page .portfolio-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
}
.article-page.portfolio-page .stat-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-page.portfolio-page .stat-value {
  font-family: "Caveat", cursive;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
}
.article-page.portfolio-page .stat-label {
  font-family: "Caveat", cursive;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.article-page.portfolio-page .stat-separator {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #47abff;
  line-height: 1;
  opacity: 0.8;
}
.article-page.portfolio-page .portfolio-hero {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .article-page.portfolio-page .portfolio-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.article-page.portfolio-page .portfolio-logo-large {
  flex-shrink: 0;
  width: 130px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .article-page.portfolio-page .portfolio-logo-large {
    width: 90px;
    height: 104px;
  }
}
.article-page.portfolio-page .portfolio-logo-large .portfolio-hero-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .article-page.portfolio-page .portfolio-logo-large .portfolio-hero-logo {
    width: 56px;
    height: 56px;
  }
}
.article-page.portfolio-page .portfolio-hero-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .article-page.portfolio-page .portfolio-hero-content {
    padding-right: 0;
  }
}
.article-page.portfolio-page .portfolio-hero-content .article-title {
  margin-bottom: 1rem;
}
.article-page.portfolio-page .portfolio-hero-content .article-excerpt {
  opacity: 0.9;
  margin-bottom: 0;
}
.article-page.portfolio-page .portfolio-hero-content .portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
.article-page.portfolio-page .portfolio-hero-content .portfolio-meta .meta-item {
  display: inline-flex;
  align-items: center;
}
.article-page.portfolio-page .portfolio-hero-content .portfolio-meta .meta-item .meta-icon {
  width: 18px;
  height: 18px;
  stroke: #47abff;
}
.article-page.portfolio-page .portfolio-header-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1.5rem;
  margin-left: -10px;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo {
  width: 70px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  text-decoration: none;
  display: block;
  animation: none;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
  backdrop-filter: blur(10px);
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-front img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  padding: 0 6px;
  line-height: 1.2;
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}
.article-page.portfolio-page .portfolio-header-tech .hex-logo:nth-child(even) {
  margin-top: 40px;
}
.article-page.difference-page .difference-header {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("/images/technology-hero-bg.webp") center center/cover no-repeat;
  position: relative;
  overflow: visible;
}
.article-page.difference-page .difference-header .article-header-overlay {
  background: linear-gradient(to right, rgba(4, 22, 53, 0.85) 0%, rgba(4, 22, 53, 0.6) 100%);
}
.article-page.difference-page .difference-header > .container {
  flex: 1;
  display: flex;
  align-items: center;
}
.article-page.difference-page .portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-page.difference-page .portfolio-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #47abff;
  color: #47abff;
  transform: translateY(-50%) scale(1.1);
}
.article-page.difference-page .portfolio-nav svg {
  width: 24px;
  height: 24px;
}
.article-page.difference-page .portfolio-nav.portfolio-nav-prev {
  left: 20px;
}
.article-page.difference-page .portfolio-nav.portfolio-nav-next {
  right: 20px;
}
@media (max-width: 1400px) {
  .article-page.difference-page .portfolio-nav.portfolio-nav-next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .article-page.difference-page .portfolio-nav {
    display: none;
  }
}
.article-page.difference-page .difference-hero {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .article-page.difference-page .difference-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.article-page.difference-page .difference-icon {
  flex-shrink: 0;
  width: 130px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .article-page.difference-page .difference-icon {
    width: 90px;
    height: 104px;
  }
}
.article-page.difference-page .difference-icon svg, .article-page.difference-page .difference-icon i {
  width: 64px;
  height: 64px;
  color: #47abff;
}
@media (max-width: 768px) {
  .article-page.difference-page .difference-icon svg, .article-page.difference-page .difference-icon i {
    width: 44px;
    height: 44px;
  }
}
.article-page.difference-page .difference-hero-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .article-page.difference-page .difference-hero-content {
    padding-right: 0;
  }
}
.article-page.difference-page .difference-hero-content .article-title {
  margin-bottom: 1rem;
}
.article-page.difference-page .difference-hero-content .article-excerpt {
  opacity: 0.9;
  margin-bottom: 0;
}
.article-page.difference-page .difference-category {
  margin-bottom: 1rem;
}
.article-page.difference-page .difference-category .badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.article-page.difference-page .portfolio-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
}
.article-page.difference-page .stat-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-page.difference-page .stat-value {
  font-family: "Caveat", cursive;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
}
.article-page.difference-page .stat-label {
  font-family: "Caveat", cursive;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.article-page.difference-page .stat-separator {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #47abff;
  line-height: 1;
  opacity: 0.8;
}
.article-page.difference-page .portfolio-header-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1.5rem;
  margin-left: -10px;
}
.article-page.difference-page .portfolio-header-tech .hex-logo {
  width: 70px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  text-decoration: none;
  display: block;
  animation: none;
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
  backdrop-filter: blur(10px);
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-front img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.article-page.difference-page .portfolio-header-tech .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  padding: 0 6px;
  line-height: 1.2;
}
.article-page.difference-page .portfolio-header-tech .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}
.article-page.difference-page .portfolio-header-tech .hex-logo:nth-child(even) {
  margin-top: 40px;
}
.article-page.capability-page .capability-header {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: visible;
}
.article-page.capability-page .capability-header .article-header-overlay {
  background: linear-gradient(to right, rgba(4, 22, 53, 0.85) 0%, rgba(4, 22, 53, 0.6) 100%);
}
.article-page.capability-page .capability-header > .container {
  flex: 1;
  display: flex;
  align-items: center;
}
.article-page.capability-page .portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-page.capability-page .portfolio-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #47abff;
  color: #47abff;
  transform: translateY(-50%) scale(1.1);
}
.article-page.capability-page .portfolio-nav svg {
  width: 24px;
  height: 24px;
}
.article-page.capability-page .portfolio-nav.portfolio-nav-prev {
  left: 20px;
}
.article-page.capability-page .portfolio-nav.portfolio-nav-next {
  right: 20px;
}
@media (max-width: 1400px) {
  .article-page.capability-page .portfolio-nav.portfolio-nav-next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .article-page.capability-page .portfolio-nav {
    display: none;
  }
}
.article-page.capability-page .capability-hero {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .article-page.capability-page .capability-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.article-page.capability-page .capability-icon {
  flex-shrink: 0;
  width: 130px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .article-page.capability-page .capability-icon {
    width: 90px;
    height: 104px;
  }
}
.article-page.capability-page .capability-icon svg, .article-page.capability-page .capability-icon i {
  width: 64px;
  height: 64px;
  color: #47abff;
}
@media (max-width: 768px) {
  .article-page.capability-page .capability-icon svg, .article-page.capability-page .capability-icon i {
    width: 44px;
    height: 44px;
  }
}
.article-page.capability-page .capability-hero-content {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .article-page.capability-page .capability-hero-content {
    padding-right: 0;
  }
}
.article-page.capability-page .capability-hero-content .article-title {
  margin-bottom: 1rem;
}
.article-page.capability-page .capability-hero-content .article-excerpt {
  opacity: 0.9;
  margin-bottom: 0;
}
.article-page.capability-page .capability-category {
  margin-bottom: 1rem;
}
.article-page.capability-page .capability-category .badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.article-page.capability-page .portfolio-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
}
.article-page.capability-page .stat-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.article-page.capability-page .stat-value {
  font-family: "Caveat", cursive;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
}
.article-page.capability-page .stat-label {
  font-family: "Caveat", cursive;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.article-page.capability-page .stat-separator {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #47abff;
  line-height: 1;
  opacity: 0.8;
}
.article-page.capability-page .portfolio-header-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1.5rem;
  margin-left: -10px;
}
.article-page.capability-page .portfolio-header-tech .hex-logo {
  width: 70px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  text-decoration: none;
  display: block;
  animation: none;
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
  backdrop-filter: blur(10px);
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-front img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.article-page.capability-page .portfolio-header-tech .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  padding: 0 6px;
  line-height: 1.2;
}
.article-page.capability-page .portfolio-header-tech .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}
.article-page.capability-page .portfolio-header-tech .hex-logo:nth-child(even) {
  margin-top: 40px;
}
.article-page .process-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.article-page .process-steps .process-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 102, 255, 0.03);
  border-left: 3px solid #47abff;
  border-radius: 0 8px 8px 0;
  transition: all 0.2s ease;
}
.article-page .process-steps .process-step:hover {
  background: rgba(0, 102, 255, 0.06);
  transform: translateX(4px);
}
.article-page .process-steps .process-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #47abff;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 50%;
}
.article-page .process-steps .process-content {
  flex: 1;
}
.article-page .process-steps .process-content h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #161616;
}
.article-page .process-steps .process-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #525252;
  line-height: 1.5;
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.article-page .article-featured-image {
  margin: 2rem 0;
}
.article-page .article-featured-image img {
  border-radius: 0;
  width: 100%;
  height: auto;
}
.article-page .article-content {
  padding: 3rem 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #161616;
  background: radial-gradient(at 27% 37%, rgba(71, 171, 255, 0.08) 0px, transparent 50%), radial-gradient(at 97% 21%, rgba(71, 171, 255, 0.05) 0px, transparent 50%), radial-gradient(at 52% 99%, rgba(71, 171, 255, 0.06) 0px, transparent 50%), radial-gradient(at 10% 29%, rgba(71, 171, 255, 0.07) 0px, transparent 50%), radial-gradient(at 97% 96%, rgba(71, 171, 255, 0.05) 0px, transparent 50%), radial-gradient(at 33% 50%, rgba(71, 171, 255, 0.04) 0px, transparent 50%), radial-gradient(at 79% 53%, rgba(71, 171, 255, 0.06) 0px, transparent 50%);
}
.article-page .article-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #161616;
}
.article-page .article-content h2:first-child {
  margin-top: 0;
}
.article-page .article-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #161616;
}
.article-page .article-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #161616;
}
.article-page .article-content p {
  margin-bottom: 1.5rem;
}
.article-page .article-content p:last-child {
  margin-bottom: 0;
}
.article-page .article-content ul, .article-page .article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.article-page .article-content ul li, .article-page .article-content ol li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
.article-page .article-content ul li:last-child, .article-page .article-content ol li:last-child {
  margin-bottom: 0;
}
.article-page .article-content ul {
  list-style-type: disc;
}
.article-page .article-content ol {
  list-style-type: decimal;
}
.article-page .article-content blockquote {
  border-left: 4px solid #47abff;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #525252;
  font-size: 1.15rem;
}
.article-page .article-content code {
  background: rgba(71, 171, 255, 0.1);
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #161616;
}
.article-page .article-content pre {
  background: #f4f4f4;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 2rem 0;
  border: 1px solid #e0e0e0;
}
.article-page .article-content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.9rem;
  display: block;
}
.article-page .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
.article-page .article-content a {
  color: #47abff;
  text-decoration: none;
  border-bottom: 1px solid rgba(71, 171, 255, 0.3);
  transition: all 0.2s;
}
.article-page .article-content a:hover {
  border-bottom-color: #47abff;
}
.article-page .article-content strong {
  font-weight: 600;
  color: #161616;
}
.article-page .article-content em {
  font-style: italic;
}
.article-page .article-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 3rem 0;
}
.article-page .article-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
.article-page .article-content table th, .article-page .article-content table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.article-page .article-content table th {
  font-weight: 600;
  background: #f4f4f4;
}
.article-page .article-content table tr:hover {
  background: rgba(71, 171, 255, 0.05);
}
.article-page .related-articles {
  background: #f5f5f5;
  padding: 4rem 0;
}
.article-page .related-articles h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 3rem;
}
.article-page .related-articles .related-article-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.article-page .related-articles .related-article-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.article-page .related-articles .related-article-card .card-badge {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.article-page .related-articles .related-article-card .card-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  min-height: 3.5em;
}
.article-page .related-articles .related-article-card .card-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.article-page .related-articles .related-article-card .card-link {
  color: #47abff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
.article-page .related-articles .related-article-card .card-link i {
  transition: transform 0.2s;
}
.article-page .related-articles .related-article-card .card-link:hover i {
  transform: translateX(4px);
}
.article-page .article-cta {
  background-image: url("/images/article-cta-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.article-page .article-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(4, 22, 53, 0.7) 0%, rgba(4, 22, 53, 0.6) 50%, rgba(4, 22, 53, 0.5) 100%);
  z-index: 1;
}
.article-page .article-cta .container {
  position: relative;
  z-index: 2;
  padding: 3.5rem 0;
}
.article-page .article-cta h3 {
  margin-bottom: 1rem;
  font-size: 1.85rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.article-page .article-cta .lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
.article-page .article-cta .btn-primary {
  font-size: 1rem;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.25rem;
}
.article-page .article-cta .btn-primary i {
  transition: transform 0.2s ease;
}
.article-page .article-cta .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.article-page .article-cta .btn-primary:hover i {
  transform: translateX(4px);
}

.article-card {
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #e0e0e0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 10px 30px rgba(71, 171, 255, 0.15);
  border-color: rgba(71, 171, 255, 0.3);
}
.article-card .article-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.article-card .article-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article-card .article-card-content .badge {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: 0;
  align-self: flex-start;
}
.article-card .article-card-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  color: #161616;
  line-height: 1.4;
}
.article-card .article-card-content p {
  color: #525252;
  margin-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.95rem;
}
.article-card .article-card-content .article-card-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #525252;
}
.article-card .article-card-content .article-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.article-card .article-card-content .article-card-meta i {
  color: #47abff;
}

.featured-article {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid #e0e0e0;
}
.featured-article img {
  border-radius: 0.5rem;
}
.featured-article .badge {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0;
}
.featured-article h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #161616;
}
.featured-article .lead {
  color: #525252;
  margin-bottom: 1.5rem;
}
.featured-article .article-meta {
  display: flex;
  gap: 1.5rem;
  color: #525252;
  font-size: 0.9rem;
}
.featured-article .article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.featured-article .article-meta i {
  color: #47abff;
}

.article-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.article-filters .btn {
  border-radius: 2rem;
  font-weight: 500;
}
.article-filters .btn.active {
  background: #47abff;
  border-color: #47abff;
  color: white;
}

.inline-slideshow {
  margin-bottom: 3rem !important;
  margin-top: 0 !important;
}
.inline-slideshow .swiper {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.inline-slideshow .swiper-slide {
  position: relative;
}
.inline-slideshow .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.inline-slideshow .swiper-caption {
  position: relative;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(255, 255, 255, 0.75);
  color: #161616;
  padding: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 0;
}
.inline-slideshow .swiper-button-next,
.inline-slideshow .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0.9;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.inline-slideshow .swiper-button-next:after,
.inline-slideshow .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.inline-slideshow .swiper-button-next:hover,
.inline-slideshow .swiper-button-prev:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.inline-slideshow .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.inline-slideshow .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
.inline-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}
.inline-slideshow .swiper-wrapper {
  position: relative;
}

#showcase {
  background: transparent;
  overflow: hidden;
  padding-bottom: 0 !important;
}
#showcase .container {
  position: relative;
}

#showcase > .container {
  padding-bottom: 0;
}

.showcase-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  padding-bottom: 0;
  margin-bottom: 0;
  gap: 2rem;
}
@media (max-width: 991px) {
  .showcase-layout {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    min-height: auto;
    padding-bottom: 2rem;
  }
}

.showcase-client {
  position: absolute;
  right: calc(50% + 220px);
  top: calc(3% + 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
  width: 280px;
}
@media (max-width: 1200px) {
  .showcase-client {
    right: calc(50% + 180px);
    width: 220px;
  }
}
@media (max-width: 991px) {
  .showcase-client {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    align-items: center;
    width: 100%;
    order: 2;
  }
}

.showcase-client-logo {
  display: none;
  height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin-bottom: 1rem;
}
.showcase-client-logo.active {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .showcase-client-logo {
    height: 45px;
  }
}

.showcase-blurb-container {
  position: absolute;
  left: calc(50% + 220px);
  top: calc(3% + 40px);
  width: 280px;
  text-align: left;
}
@media (max-width: 1200px) {
  .showcase-blurb-container {
    left: calc(50% + 180px);
    width: 220px;
  }
}
@media (max-width: 991px) {
  .showcase-blurb-container {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    order: 3;
  }
}

.showcase-client-name {
  display: none;
  font-size: 1.75rem;
  font-weight: 700;
  color: #161616;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.showcase-client-name.active {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .showcase-client-name {
    font-size: 1.5rem;
  }
}

.showcase-project-name {
  display: none;
  font-size: 1rem;
  color: #47abff;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.showcase-project-name.active {
  display: block;
  opacity: 1;
}

.showcase-blurb {
  display: none;
  transform: rotate(-3deg);
  transform-origin: left top;
  margin-top: 0.5rem;
}
.showcase-blurb.active {
  display: block;
}
.showcase-blurb p {
  font-family: "Caveat", cursive;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2563eb;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .showcase-blurb p {
    font-size: 1.3rem;
  }
}

.showcase-blurb-right {
  display: none;
  transform: rotate(-2deg);
  transform-origin: left top;
  padding-top: 80px;
}
.showcase-blurb-right.active {
  display: block;
}
.showcase-blurb-right p {
  font-family: "Caveat", cursive;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2563eb;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .showcase-blurb-right p {
    font-size: 1.3rem;
  }
}

.showcase-link {
  color: #2563eb;
  text-decoration: underline;
  font-family: inherit;
  transition: color 0.2s ease;
}
.showcase-link:hover {
  color: rgb(16.4285714286, 67.3571428571, 179.0714285714);
}

.showcase-tech-stack {
  position: absolute;
  bottom: 80px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(2, 90px);
  gap: 5px;
  z-index: 10;
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 991px) {
  .showcase-tech-stack {
    display: none;
  }
}
.showcase-tech-stack .hex-logo {
  width: 90px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  perspective: 500px;
  text-decoration: none;
  display: block;
  transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.showcase-tech-stack .hex-logo:nth-child(2) {
  margin-top: 50px;
}
.showcase-tech-stack .hex-logo:nth-child(3) {
  margin-top: -50px;
}
.showcase-tech-stack .hex-logo .hex-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.showcase-tech-stack .hex-logo .hex-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-tech-stack .hex-logo .hex-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #47abff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
}
.showcase-tech-stack .hex-logo .hex-front::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}
.showcase-tech-stack .hex-logo .hex-front img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.showcase-tech-stack .hex-logo .hex-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #47abff, #0052cc);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.showcase-tech-stack .hex-logo .hex-back .hex-name {
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
  line-height: 1.2;
}
.showcase-tech-stack .hex-logo:hover .hex-inner {
  transform: rotateY(180deg);
}

.showcase-ben {
  position: absolute;
  bottom: 0;
  right: -100px;
  height: 280px;
  width: auto;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.showcase-ben.visible {
  opacity: 1;
}
@media (max-width: 1200px) {
  .showcase-ben {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .showcase-ben {
    display: none;
  }
}

.showcase-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(22, 22, 22, 0.2);
  background: white;
  color: #161616;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 10;
}
.showcase-nav:hover {
  border-color: #47abff;
  color: #47abff;
  transform: scale(1.05);
}
.showcase-nav i {
  font-size: 1rem;
}
@media (max-width: 575px) {
  .showcase-nav {
    width: 40px;
    height: 40px;
  }
}

.showcase-nav-prev {
  margin-right: 1rem;
}

.showcase-nav-next {
  margin-left: 1rem;
}

.phone-mockup-container {
  position: relative;
  flex-shrink: 0;
  transform: translateX(-12.7%);
}
@media (max-width: 991px) {
  .phone-mockup-container {
    order: 1;
  }
}

.phone-mockup {
  position: relative;
  height: 100%;
}

.phone-hand {
  display: block;
  height: 850px;
  width: auto;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .phone-hand {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .phone-hand {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .phone-hand {
    height: 420px;
  }
}

.phone-screen {
  position: absolute;
  top: 3.07%;
  left: 36.86%;
  width: 51.67%;
  height: 90.93%;
  border-radius: 28px;
  overflow: hidden;
  z-index: 1;
  background: #1a1a1a;
}
@media (max-width: 991px) {
  .phone-screen {
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .phone-screen {
    border-radius: 20px;
  }
}

.phone-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.phone-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.phone-slide.active {
  opacity: 1;
}

.phone-notch {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 28px;
  background: #000;
  border-radius: 0 0 18px 18px;
  z-index: 4;
}
@media (max-width: 991px) {
  .phone-notch {
    width: 75px;
    height: 24px;
    border-radius: 0 0 14px 14px;
  }
}
@media (max-width: 575px) {
  .phone-notch {
    width: 65px;
    height: 20px;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 768px) {
  .article-page.technology-page .technology-header-portfolio,
  .article-page.portfolio-page .portfolio-header-tech,
  .article-page.capability-page .portfolio-header-tech,
  .article-page.difference-page .portfolio-header-tech,
  .portfolio-stats-row,
  .technology-stats-row {
    display: none !important;
  }
  .partnerships-header {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}