/* ===========================================
   Custom CSS for RohitWebCo.com
   Bootstrap 5.3.2 + Custom Styling
   =========================================== */

/* ---------------------------------------------
   Google Fonts Import
   Body: Open Sans · Headings: Inter · Code: JetBrains Mono
   --------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap');

/* ---------------------------------------------
   CSS Variables (Custom Properties)
   --------------------------------------------- */
:root {
  /* Color Palette */
  --color-whisper: #f3f2f7;        /* White/Off-white */
  --color-mine-shaft: #292929;     /* Dark Gray/Black */
  --color-flamingo: #ff6600;       /* Brand orange */
  --color-dusty-gray: #949494;     /* Medium Gray */
  --color-rose-bud: #ffaa66;       /* Light orange */
  --color-spicy-mix: #cc5200;      /* Dark orange */
  --color-elm: #1b6c86;            /* Teal/Dark Cyan */
  
  /* Primary Colors - Using Palette */
  --primary-color: #ff6600;        /* Brand orange */
  --primary-color-light: #ffaa66;  /* Light accent */
  --primary-color-dark: #cc5200;   /* Dark accent */
  
  /* Secondary Colors */
  --secondary-color: #161616;      /* Mine Shaft - Dark background */
  --secondary-color-accent: #1b6c86; /* Elm - Teal accent */
  
  /* Text Colors */
  --text-dark: #292929;            /* Mine Shaft */
  --text-light: #ffffff;
  --text-gray: #949494;            /* Dusty Gray */
  --text-muted: #949494;           /* Dusty Gray */
  
  /* Background Colors */
  --bg-light: #f3f2f7;             /* Whisper */
  --bg-dark: #292929;              /* Mine Shaft */
  --bg-white: #ffffff;
  
  /* Typography */
  --font-primary: 'Open Sans', sans-serif;
  --font-heading: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Force Bootstrap to use the same type system */
  --bs-font-sans-serif: var(--font-primary);
  --bs-body-font-family: var(--font-primary);
  --bs-headings-font-family: var(--font-heading);
  
  /* Spacing */
  --section-padding: 80px 0;
  --container-max-width: 1200px;
  
  /* Transitions */
  --transition-fast: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Header — change --header-fixed-bg to swap the scrolled/fixed bar color */
  --header-fixed-bg: #161616;
  --header-fixed-border: rgba(255, 102, 0, 0.14);
  --header-hero-bg: #0f172a;
}

/* ---------------------------------------------
   Base Styles
   --------------------------------------------- */
.footer-rich .footer-top-two-rows { display:block; }
.footer-rich .footer-links li { margin-bottom: 8px; }
.footer-rich .footer-top-two-rows { display:block; }
.footer-rich .footer-links li { margin-bottom: 8px; }

.footer-rich .footer-subscribe .form-control { border-radius: 8px 0 0 8px; border: none; }
.footer-rich .footer-subscribe .btn { border-radius: 0 8px 8px 0; }

.footer-rich .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top:18px; margin-top:20px; }
.container {
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body input,
body select,
body textarea,
body button,
body .form-control,
body .form-select,
body .btn,
body .dropdown-menu,
body .nav,
body .navbar,
body .pagination,
body .list-group-item,
body .alert,
body .badge,
body .table {
  font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

code, kbd, pre, samp {
  font-family: var(--font-mono);
}

/* ---------------------------------------------
   Typography
   --------------------------------------------- */

p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/* Additional typography improvements */
.lead {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.005em;
  margin-bottom: 1.5rem;
}

.small {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* List typography */
ul, ol {
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

li {
  margin-bottom: 0.5rem;
  font-weight: 300;
}

/* Custom Typography Classes */
.font-display {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.font-heading {
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: -0.02em;
}

.font-body {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.font-mono {
  font-family: var(--font-mono);
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* ---------------------------------------------
   Utility Classes
   --------------------------------------------- */
.footer-rich {
  background: var(--footer-bg, #0b1220);
  color: var(--footer-color, #cbd5e1);
  padding: 40px 20px;
}
.about-hero .highlight {
  color: var(--primary-color) !important;
}

/* Ensure primary color overrides all text color rules */
.highlight, .highlight * {
  color: var(--primary-color) !important;
}

/* ---------------------------------------------
   Flat Icons Styling
   --------------------------------------------- */
.flaticon {
  font-size: 1.2rem;
  color: white;
  transition: var(--transition-fast);
}

.flaticon:hover {
  color: var(--primary-color);
  transform: scale(1.1);
}

/* Flat Icons in buttons */
.btn .flaticon {
  margin-right: 8px;
}

/* ---------------------------------------------
   Services Preview Icons Styling
   --------------------------------------------- */
.section__services-preview figure {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section__services-preview figure i {
  font-size: 2.5rem;
  color: var(--primary-color);
  display: block;
  position: relative;
  z-index: 2;
}

/* Icon background circle */
.section__services-preview figure::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(246, 117, 31, 0.1), rgba(246, 117, 31, 0.05));
  border-radius: 50%;
  z-index: 1;
}

/* Icon hover effects removed - keeping static design */

@keyframes iconPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

/* Enhanced card styling */
.section__services-preview .card-enhanced {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}


.section__services-preview .card-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(246, 117, 31, 0.1), transparent);
  transition: left 0.6s ease;
}

.section__services-preview .card-enhanced:hover::before {
  left: 100%;
}

.section__services-preview .card-enhanced:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

/* Footer styling using Bootstrap utilities for layout. Keep colors and small overrides here. */
.footer-rich .footer-logo {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

.footer-rich .footer-text {
  color: rgba(255,255,255,0.85);
}

.footer-rich .footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.footer-rich .footer-links a:hover {
  color: #fff;
}

.footer-rich .footer-social .btn {
  color: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.08);
}

.footer-rich .footer-subscribe .form-control {
  border-radius: 4px;
}

/* Small layout helpers when Bootstrap's spacing needs slight overrides */
.footer-rich .top-row { row-gap: 1.25rem; }
.footer-rich .second-row { row-gap: 1.25rem; }
/* Flat Icons in cards */
.card-custom .flaticon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

/* Flat Icons in navigation */
.nav .flaticon {
  font-size: 1rem;
  margin-right: 5px;
}

/* Social Media Buttons */
.social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
  border: none;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.social-btn i {
  font-size: 1.2rem;
  color: white !important;
  transition: var(--transition-fast);
}

.social-btn:hover i {
  color: var(--primary-color) !important;
  transform: scale(1.1);
}

.primary-header,
.primary__header {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  position: relative;
}

/* ---------------------------------------------
   Section Header Typography Classes
   --------------------------------------------- */
/* Reusable section eyebrow / kicker */
.section-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
}

.text-highlight {
  color: var(--primary-color);
  font-weight: 500;
}

.secondary__header {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--text-dark);
  margin-bottom: 1.25rem;
  position: relative;
}

.tertiary__header {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section__header {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  text-align: center;
}

.text-responsive-xl {
  font-size: 1.25rem;
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.text-responsive-lg {
  font-size: 1.125rem;
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.015em;
}


/* ---------------------------------------------
   Layout Components
   --------------------------------------------- */
/* .container-custom {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 15px;
} */

.section-padding {
  padding: var(--section-padding);
}

.section-padding-sm {
  padding: 40px 0;
}

.section-padding-lg {
  padding: 100px 0;
}

/* ---------------------------------------------
   Header Styles
   --------------------------------------------- */
.body__header {
  background: var(--header-fixed-bg);
  padding: 12px 0;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 999;
  transition:
    background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .body__header .header-animate {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--header-delay, 0ms);
  }

  .body__header.is-entered .header-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .body__header .header__logo.header-animate {
    transform: translate3d(0, -18px, 0) scale(0.94);
  }

  .body__header.is-entered .header__logo.header-animate {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .body__header .header__cta.header-animate {
    transform: translate3d(0, -14px, 0) scale(0.96);
  }

  .body__header.is-entered .header__cta.header-animate {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .body__header .header-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.is-home {
  background-color: var(--header-hero-bg);
}

.is-home .body__header {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.is-home .body__header.header--with-bg {
  background: rgba(15, 23, 42, 0.92);
  border-bottom: 1px solid var(--header-fixed-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header__inner {
  align-items: center;
  min-height: 52px;
  position: relative;
}

.header__end {
  gap: 0.75rem;
}

.header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  min-height: 44px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.header__logo-link:hover {
  opacity: 0.92;
}

/* Fixed box so icon + text share one vertical center line */
.header__logo-mark {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.header__logo-mark .header__logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
}

/* Header: orange logo mark */
.header__logo-mark .header__logo-img--color {
  display: block;
}

.header__logo-mark .header__logo-img--white {
  display: none;
}

.header__logo-text {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text-light);
  letter-spacing: 0.01em;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  align-self: center;
}

@media (max-width: 767.98px) {
  .header__logo-mark {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }

  .header__logo-mark .header__logo-img {
    width: 34px;
    height: 34px;
  }

  .header__logo-link {
    min-height: 38px;
    gap: 0.5rem;
  }

  .header__logo-text {
    font-size: 1.05rem;
  }
}

@media (max-width: 380px) {
  .header__logo-text {
    font-size: 0.95rem;
  }
}

.header__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0.15rem;
}

.header__nav-link {
  color: rgba(248, 250, 252, 0.88);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.85rem;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.header__nav-link:hover {
  color: #ffffff;
  background: rgba(248, 250, 252, 0.07);
  transform: translateY(-1px);
}

.header__nav-link.is-active {
  color: var(--primary-color);
  background: transparent;
}

.header__nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--primary-color);
  border-radius: 1px;
  transform-origin: center;
  animation: header-nav-underline 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes header-nav-underline {
  from {
    transform: scaleX(0);
    opacity: 0.4;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.header__nav-list.main__nav {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.header__nav-list.main__nav .sub__nav-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.15rem;
  transition: transform 0.2s ease;
}

.header__nav-list.main__nav .sub__nav-icon i {
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.7);
  transition: color 0.2s ease, transform 0.2s ease;
}

.header__nav-list.main__nav:hover .sub__nav-icon i,
.header__nav-list.main__nav:has(.sub__nav.is-open) .sub__nav-icon i {
  color: var(--primary-color);
  transform: rotate(180deg);
}

/* Header CTA — see buttons.css */

.sub__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub__nav {
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(248, 250, 252, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.45);
  z-index: 1000;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sub__nav::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.sub__nav.is-open,
.header__nav-list.main__nav:hover .sub__nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.sub__nav-link {
  color: rgba(248, 250, 252, 0.88);
  display: block;
  text-decoration: none;
  padding: 0.55rem 0.85rem;
  font-weight: 400;
  font-size: 0.88rem;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.sub__nav-link:hover {
  background: rgba(255, 102, 0, 0.1);
  color: var(--primary-color);
}

.header__nav li {
  margin-left: 0;
  margin-bottom: 0;
}

/* Hamburger */
.hamburger {
  color: var(--text-light);
  font-size: 1.35rem;
  cursor: pointer;
  background: rgba(248, 250, 252, 0.06);
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hamburger:hover {
  background: rgba(248, 250, 252, 0.1);
  border-color: rgba(248, 250, 252, 0.22);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.mobile-nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

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

@media (min-width: 768px) {
  .sub__nav {
    display: block;
  }
}


/* ---------------------------------------------
   Home Hero / Banner
   --------------------------------------------- */
.section__banner {
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 18% 42%, rgba(255, 102, 0, 0.16), transparent 52%),
    radial-gradient(circle at 82% 68%, rgba(27, 108, 134, 0.16), transparent 55%),
    var(--header-hero-bg);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-wave {
  display: block;
  line-height: 0;
  margin-top: 48px;
}

.hero-wave svg {
  display: block;
  width: 100%;
  height: 56px;
}

.is-home .section__banner {
  margin-top: -76px;
  padding-top: 124px;
}

.section__banner .primary__header {
  color: #ffffff;
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  line-height: 1.25;
}

.section__banner .secondary__header {
  color: rgba(255, 255, 255, 0.8);
}

.hero-kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(248, 250, 252, 0.8);
}

.hero-subtitle {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  font-size: 0.92rem;
}

.hero-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(248, 250, 252, 0.86);
}

.hero-highlights i {
  color: var(--primary-color);
  font-size: 0.95rem;
}

.hero-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 18px;
  padding: 1.5rem 1.4rem;
  border: 1px solid rgba(248, 250, 252, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(14px);
}

.hero-card-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(148, 163, 184, 0.9);
}

.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-card-list li {
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(30, 64, 175, 0.5);
}

.hero-card-label {
  display: block;
  font-weight: 500;
  color: #e5e7eb;
  font-size: 0.95rem;
}

.hero-card-meta {
  display: block;
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.9);
}

.hero-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.86rem;
  color: var(--primary-color-light);
  text-decoration: none;
  margin-top: 0.25rem;
}

.hero-card-link i {
  font-size: 0.85rem;
}

@media (max-width: 767.98px) {
  .section__banner {
    padding: 56px 0 0;
  }

  .hero-wave {
    margin-top: 32px;
  }

  .hero-wave svg {
    height: 40px;
  }

  .hero-card {
    margin-top: 1.25rem;
  }
}

/* ---------------------------------------------
   Home Intro Band (post-hero)
   --------------------------------------------- */
.section__intro-band {
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(255, 102, 0, 0.07), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 2.5rem 0 3rem;
  position: relative;
}

.intro-band__lead {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.85);
  max-width: 42rem;
  margin: 0 auto 1.75rem;
  letter-spacing: -0.01em;
}

.intro-band__pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
}

.intro-band__pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.75);
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.intro-band__pills li:hover {
  border-color: rgba(255, 102, 0, 0.35);
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.08);
}

.intro-band__pills i {
  color: var(--primary-color);
  font-size: 0.85rem;
}

/* ---------------------------------------------
   Home Services Preview
   --------------------------------------------- */
.section__services-preview {
  background:
    radial-gradient(ellipse 85% 70% at 100% 0%, rgba(255, 102, 0, 0.07), transparent 52%),
    radial-gradient(ellipse 60% 55% at 0% 100%, rgba(27, 108, 134, 0.06), transparent 48%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.section__services-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.2), transparent);
  pointer-events: none;
}

.section__services-preview .section__header {
  margin-bottom: 0.5rem;
}

.service-card--home {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.service-card--home .service-card-icon {
  margin-left: 0;
}

.service-card__desc {
  flex: 1;
  margin-bottom: 1.25rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
  font-size: 0.95rem;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease;
}

.service-card-link:hover {
  color: var(--primary-color-dark);
  gap: 0.6rem;
}

.service-card-link i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.service-card-link:hover i {
  transform: translateX(2px);
}

/* ---------------------------------------------
   Home Solutions Teaser (compact)
   --------------------------------------------- */
.section__solutions-teaser {
  padding: 2rem 0 2.25rem;
  background:
    radial-gradient(ellipse 55% 80% at 0% 50%, rgba(27, 108, 134, 0.06), transparent 50%),
    linear-gradient(90deg, #f1f5f9 0%, #f8fafc 50%, #f1f5f9 100%);
  border-top: 1px solid rgba(255, 102, 0, 0.1);
  border-bottom: 1px solid rgba(255, 102, 0, 0.1);
  position: relative;
}

.solutions-teaser__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  max-width: 960px;
  margin: 0 auto;
}

.solutions-teaser__eyebrow {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary-color);
  margin: 0 0 0.35rem;
}

.solutions-teaser__text {
  font-size: 0.925rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
  max-width: 36rem;
}

.solutions-teaser__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: 100%;
}

.solutions-teaser__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.75rem;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.solutions-teaser__link i {
  font-size: 0.85rem;
  color: var(--primary-color);
}

.solutions-teaser__link:hover {
  color: #0f172a;
  border-color: rgba(255, 102, 0, 0.35);
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.08);
}

.solutions-teaser__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.solutions-teaser__cta:hover {
  gap: 0.55rem;
  color: var(--primary-color-dark);
}

@media (min-width: 768px) {
  .solutions-teaser__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
  }

  .solutions-teaser__copy {
    flex: 1 1 220px;
    min-width: 0;
  }

  .solutions-teaser__links {
    flex: 2 1 320px;
    width: auto;
  }

  .solutions-teaser__cta {
    flex: 0 0 auto;
    margin-left: auto;
  }
}

/* ---------------------------------------------
   Home Portfolio Showcase (grid)
   --------------------------------------------- */
.section__portfolio-showcase {
  background:
    radial-gradient(ellipse 75% 65% at 0% 30%, rgba(255, 102, 0, 0.06), transparent 50%),
    radial-gradient(ellipse 50% 45% at 100% 70%, rgba(27, 108, 134, 0.05), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.section__portfolio-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.22), transparent);
}

.portfolio-showcase__layout {
  max-width: 920px;
  margin: 1.75rem auto 0;
}

.portfolio-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: stretch;
}

.portfolio-showcase__card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e8ecf1;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.portfolio-showcase__card:hover {
  border-color: rgba(255, 102, 0, 0.28);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.portfolio-showcase__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.portfolio-showcase__media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9eef3;
}

.portfolio-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-showcase__card:hover .portfolio-showcase__media img {
  transform: scale(1.04);
}

.portfolio-showcase__media--mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.5rem 0.35rem;
  background: linear-gradient(165deg, #eef2f7 0%, #e4eaf1 100%);
}

.portfolio-showcase__media--mockup .device-mockup-wrap--showcase {
  width: 100%;
}

.portfolio-showcase__media--mockup .device-mockup__screen img {
  transition: none;
}

.portfolio-showcase__card:hover .portfolio-showcase__media--mockup .device-mockup__screen img {
  transform: none;
}

.device-mockup-wrap--showcase {
  width: 100%;
}

.device-mockup__stage--showcase {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.device-mockup__stage--showcase .device-mockup--imac {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  z-index: 1;
}

.device-mockup__stage--showcase .device-mockup--macbook {
  position: absolute;
  top: 36%;
  left: 2%;
  width: 42%;
  z-index: 2;
}

.device-mockup__stage--showcase .device-mockup--iphone {
  position: absolute;
  top: 30%;
  right: 6%;
  width: 18%;
  max-width: 56px;
  z-index: 3;
}

.device-mockup__stage--showcase .device-mockup__imac-shell {
  padding: 3px 3px 0;
  border-radius: 8px;
}

.device-mockup__stage--showcase .device-mockup__imac-chin {
  height: 10px;
}

.device-mockup__stage--showcase .device-mockup__imac-logo {
  width: 6px;
  height: 6px;
}

.device-mockup__stage--showcase .device-mockup__imac-neck {
  height: 7px;
}

.device-mockup__stage--showcase .device-mockup__imac-stand {
  height: 3px;
}

.device-mockup__stage--showcase .device-mockup__macbook-lid {
  padding: 3px 3px 0;
  border-radius: 6px 6px 0 0;
}

.device-mockup__stage--showcase .device-mockup__macbook-base {
  height: 6px;
  border-radius: 0 0 6px 6px;
}

.device-mockup__stage--showcase .device-mockup__iphone {
  border-radius: 14px;
  padding: 2px;
}

.device-mockup__stage--showcase .device-mockup--iphone .device-mockup__screen {
  border-radius: 12px;
}

.device-mockup__stage--showcase .device-mockup__dynamic-island {
  top: 4px;
  height: 3px;
  width: 24%;
}

.device-mockup__stage--showcase .device-mockup--iphone .device-mockup__home-indicator {
  bottom: 3px;
  height: 2px;
  width: 28%;
}

.portfolio-showcase__tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.3rem 0.7rem;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 102, 0, 0.15);
  border-radius: 6px;
  backdrop-filter: blur(6px);
}

.portfolio-showcase__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-showcase__card:hover .portfolio-showcase__overlay {
  opacity: 1;
}

.portfolio-showcase__overlay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-color);
  font-size: 0.9rem;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.portfolio-showcase__card:hover .portfolio-showcase__overlay-btn {
  transform: scale(1);
}

.portfolio-showcase__body {
  padding: 1rem 1.1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  text-align: left;
}

.portfolio-showcase__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.portfolio-showcase__category {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

.portfolio-showcase__view {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: gap 0.2s ease;
}

.portfolio-showcase__card:hover .portfolio-showcase__view {
  gap: 0.55rem;
}

.portfolio-showcase__view i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.portfolio-showcase__card:hover .portfolio-showcase__view i {
  transform: translateX(2px);
}

@media (min-width: 768px) {
  .portfolio-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.6rem);
    justify-self: center;
  }
}

@media (min-width: 992px) {
  .portfolio-showcase__layout {
    max-width: 960px;
  }

  /* 5-card grid: 2 wide on top, 3 on bottom */
  .portfolio-showcase__grid--five {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__card:nth-child(5) {
    grid-column: 5 / 7;
    grid-row: 2;
    max-width: none;
    justify-self: stretch;
  }

  .portfolio-showcase__grid--five .portfolio-showcase__media {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 768px) {
  .section__banner .section__header {
    text-align: left;
  }

  .section__banner .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .section__banner .hero-highlights {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .header__inner {
    flex-wrap: nowrap;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: min(300px, 88vw);
    background:
      radial-gradient(circle at top left, rgba(255, 102, 0, 0.08), transparent 50%),
      rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 72px 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border-right: 1px solid rgba(248, 250, 252, 0.08);
    box-shadow: 8px 0 32px rgba(15, 23, 42, 0.35);
    overflow-y: auto;
  }

  .header__nav.is-open {
    transform: translateX(0);
  }

  .header__nav-link {
    display: flex;
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .header__nav-link.is-active {
    background: transparent;
  }

  .header__nav-close {
    position: absolute;
    top: 14px;
    right: 14px;
    list-style: none;
  }

  .mobile-nav-close {
    background: rgba(248, 250, 252, 0.06);
    border: 1px solid rgba(248, 250, 252, 0.12);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 1.15rem;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .mobile-nav-close:hover {
    background: rgba(248, 250, 252, 0.1);
  }

  .header__nav-list.main__nav .sub__nav {
    position: static;
    box-shadow: none;
    border: none;
    background: rgba(248, 250, 252, 0.04);
    width: 100%;
    margin: 0.25rem 0 0.5rem;
    padding: 4px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .header__nav-list.main__nav .sub__nav.is-open {
    display: block;
  }

  .header__nav-list.main__nav.is-services-open .sub__nav-icon i {
    transform: rotate(180deg);
    color: var(--primary-color);
  }

  .header__nav-list.main__nav .sub__nav-icon {
    margin-left: auto;
  }

  .header__nav-cta {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(248, 250, 252, 0.08);
  }
}



/* ---------------------------------------------
   Footer Styles
   --------------------------------------------- */
.body__footer {
  background-color: var(--secondary-color);
  color: var(--text-light);
  padding: 80px 0 20px;
}

.footer__brand {
  margin-bottom: 1.25rem;
}

.footer__logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer__logo-link:hover {
  opacity: 0.92;
  color: var(--text-light);
  transform: translateY(-1px);
}

.footer__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.footer__logo-img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center center;
}

.footer__logo-text {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary-color);
  letter-spacing: 0.08em;
  /* text-transform: lowercase; */
  white-space: nowrap;
}

.details-block .footer__content {
  padding-top: 0;
  max-width: 34rem;
}

.details-block .footer__text {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.footer__text, .footer__bottom p{
  color: #e7e7e7;
  margin-bottom: 30px;
}

.footer__links {
  list-style: none;
  padding: 0;
  color: var(--bg-light);
}

.footer__links li {
  margin-bottom: 8px;
}

.footer__links a {
  color: #caccd1;
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer__links a:hover {
  color: var(--text-light);
}

.footer__social {
  display: flex;
  gap: 15px;
}

.footer__social a {
  color: #e8e8e8;
  font-size: 1.5rem;
  transition: var(--transition-fast);
}

.footer__social a:hover {
  color: var(--text-light);
}

.footer__bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top:18px; margin-top:20px; }
.footer__bottom a { color: rgba(255,255,255,0.92); text-decoration:none; }



.disclamer__legal {
    border-top: 1px solid rgba(51, 51, 51, 0.8);
}

.disclamer__legal p {
    font-size: 13px;
    opacity: 0.8;
}

.disclamer__legal p span {
    font-weight: 600;
}
/* ---------------------------------------------
   Button Components
   --------------------------------------------- */
   a.button {
    text-decoration: none;
   }

   .button {
    margin: 20px;
   }

.custom-btn {
  color: #f6f6f6;
  border-radius: 5px;
  padding: 10px 35px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;  
  background: #2d2d2d;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


/* 16 */
.btn-16 {
  border: none;
  color: #ffffff;
  /* background: var(--primary-color); */

}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #ffffff;
background-color: var(--primary-color);

}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}

.btn-custom {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-primary {
  background-color: #2563eb;
  color: white;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.btn-secondary {
  background-color: #e5e7eb;
  color: var(--text-dark);
}

.btn-secondary:hover {
  background-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: white;
}

/* ---------------------------------------------
   About Page — Profile photo hover
   --------------------------------------------- */
.about-profile-wrap {
  margin: 0;
  padding-bottom: 2.75rem;
}

.about-profile {
  --profile-size: 300px;
  --profile-orbit-radius: calc(var(--profile-size) * 0.58);
  --profile-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  display: inline-grid;
  place-items: center;
  width: var(--profile-size);
  height: var(--profile-size);
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  perspective: 1000px;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  .about-profile:not(.is-entered) {
    opacity: 0;
  }

  .about-profile.is-entered:not(.is-zoom-done) {
    animation: about-profile-fade-in 0.55s ease-out forwards;
  }

  .about-profile:not(.is-entered) .about-profile__glow,
  .about-profile:not(.is-entered) .about-profile__ring--dash {
    opacity: 0;
  }

  .about-profile.is-entered .about-profile__glow {
    animation: about-profile-glow-fade 0.9s ease-out 0.25s forwards;
  }

  .about-profile.is-zoom-done .about-profile__ring--dash {
    opacity: 0.35;
    animation: about-profile-dash-spin 24s linear infinite;
  }

  .about-profile.is-entered:not(.is-zoom-done) .about-profile__ring--dash {
    animation: about-profile-dash-fade 0.7s ease-out 0.4s forwards;
  }
}

.about-profile__glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.2) 0%, rgba(27, 108, 134, 0.1) 42%, transparent 70%);
  opacity: 0;
  transform: scale(0.94);
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

.about-profile.is-zoom-done .about-profile__glow {
  opacity: 0.4;
  transition: opacity 0.6s var(--profile-ease), transform 0.6s var(--profile-ease), filter 0.6s var(--profile-ease);
}

.about-profile__halo {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg,
    transparent 0deg,
    rgba(255, 102, 0, 0.14) 80deg,
    rgba(27, 108, 134, 0.12) 160deg,
    transparent 240deg
  );
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.98);
  transition: opacity 0.55s var(--profile-ease), transform 0.55s var(--profile-ease);
  pointer-events: none;
  z-index: 0;
}

.about-profile__ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.about-profile__ring--spin {
  inset: -6px;
  background: conic-gradient(
    from 0deg,
    var(--primary-color) 0deg,
    var(--color-elm) 110deg,
    var(--primary-color-light) 210deg,
    #fff 280deg,
    var(--primary-color) 360deg
  );
  opacity: 0;
  transform: scale(0.97);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  transition: opacity 0.5s var(--profile-ease), transform 0.5s var(--profile-ease);
}

.about-profile__ring--dash {
  inset: -16px;
  border: 1.5px dashed rgba(255, 102, 0, 0.22);
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .about-profile__ring--dash {
    opacity: 0.35;
  }
}

.about-profile__orbit {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.5s var(--profile-ease), transform 0.5s var(--profile-ease);
}

.about-profile__chip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin: -1.05rem 0 0 -1.05rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 102, 0, 0.12);
  color: var(--primary-color);
  font-size: 0.74rem;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: rotate(var(--chip-angle)) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(calc(var(--chip-angle) * -1)) scale(0.6);
  transition:
    opacity 0.35s var(--profile-ease),
    transform 0.45s var(--profile-ease),
    box-shadow 0.35s var(--profile-ease);
}

.about-profile__chip--1 { --chip-angle: -10deg; transition-delay: 0.05s; }
.about-profile__chip--2 { --chip-angle: 118deg; color: var(--color-elm); transition-delay: 0.12s; }
.about-profile__chip--3 { --chip-angle: 246deg; transition-delay: 0.19s; }

.about-profile__frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.13),
    0 0 0 1px rgba(255, 102, 0, 0.07);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: box-shadow 0.55s var(--profile-ease);
  will-change: auto;
}

.about-profile.is-zoom-done .about-profile__frame {
  transition:
    transform 0.12s linear,
    box-shadow 0.55s var(--profile-ease);
  will-change: transform;
  animation: about-profile-idle-pulse 5s ease-in-out infinite;
}

@media (prefers-reduced-motion: no-preference) {
  .about-profile.is-entered:not(.is-zoom-done) .about-profile__frame {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-profile.is-entered .about-profile__frame {
    animation: about-profile-idle-pulse 5s ease-in-out infinite;
  }
}

.about-profile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) brightness(0.97);
  -webkit-filter: grayscale(100%) brightness(0.97);
  transform: scale(1.03);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: filter 0.65s var(--profile-ease);
}

.about-profile.is-zoom-done .about-profile__image {
  transition:
    filter 0.65s var(--profile-ease),
    transform 0.65s var(--profile-ease);
}

@media (prefers-reduced-motion: no-preference) {
  .about-profile:not(.is-entered) .about-profile__image {
    transform: scale(1.22);
  }

  .about-profile.is-entered:not(.is-zoom-done) .about-profile__image {
    animation: about-profile-image-zoom 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: none;
  }
}

.about-profile__vignette {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, transparent 48%, rgba(15, 23, 42, 0.18) 100%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.55s var(--profile-ease);
}

.about-profile__shine {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.about-profile__shine::after {
  content: '';
  position: absolute;
  top: -40%;
  left: -120%;
  width: 48%;
  height: 180%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 38%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0.06) 62%,
    transparent 100%
  );
  transform: skewX(-10deg);
  opacity: 0;
}

.about-profile__status {
  position: absolute;
  top: 10px;
  right: -4px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(27, 108, 134, 0.14);
  color: var(--color-elm);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  opacity: 0;
  transform: translateY(-6px) scale(0.92);
  transition: opacity 0.4s var(--profile-ease), transform 0.4s var(--profile-ease);
  pointer-events: none;
}

.about-profile__status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  animation: about-profile-status-pulse 2.2s ease-in-out infinite;
}

.about-profile__label {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 12px 28px rgba(255, 102, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateX(-50%) translateY(14px) scale(0.88);
  transition:
    opacity 0.45s var(--profile-ease),
    transform 0.45s var(--profile-ease);
  pointer-events: none;
}

.about-profile__label i {
  animation: none;
}

.about-profile__hint {
  position: absolute;
  bottom: -2.35rem;
  left: 50%;
  z-index: 7;
  margin: 0;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s var(--profile-ease),
    transform 0.45s var(--profile-ease),
    visibility 0.45s;
}

.about-profile__hint-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 102, 0, 0.22);
  color: var(--primary-color-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow:
    0 10px 28px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 102, 0, 0.06);
}

.about-profile__hint-icon {
  font-size: 0.82rem;
  animation: about-profile-hint-icon 1.8s ease-in-out infinite;
}

.about-profile.is-hint-visible .about-profile__hint {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.about-profile.has-discovered .about-profile__hint,
.about-profile.is-active .about-profile__hint,
.about-profile.is-tilted .about-profile__hint,
.about-profile.is-preview .about-profile__hint,
.about-profile:hover .about-profile__hint,
.about-profile:focus-visible .about-profile__hint {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(6px);
}

@media (hover: hover) and (pointer: fine) {
  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active):not(.is-tilted):not(.is-preview):not(:hover):not(:focus-visible) .about-profile__ring--spin {
    opacity: 0.45;
    animation: about-profile-ring-tease 2.6s ease-in-out infinite;
  }

  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active):not(.is-tilted):not(.is-preview):not(:hover):not(:focus-visible) .about-profile__image {
    animation: about-profile-color-tease 3.2s ease-in-out infinite;
  }
}

@media (hover: none), (pointer: coarse) {
  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active) .about-profile__ring--spin,
  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active) .about-profile__image {
    animation: none !important;
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__halo,
  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__orbit,
  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__chip,
  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__status,
  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__label {
    opacity: 0 !important;
    animation: none !important;
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__ring--spin {
    opacity: 0 !important;
    animation: none !important;
    transform: scale(0.97);
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__ring--dash {
    opacity: 0.35;
    animation: about-profile-dash-spin 24s linear infinite;
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__glow {
    opacity: 0.4;
    transform: scale(0.94);
    filter: blur(2px);
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__image {
    filter: grayscale(100%) brightness(0.97) !important;
    -webkit-filter: grayscale(100%) brightness(0.97) !important;
    transform: scale(1.03) !important;
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__vignette {
    opacity: 0.55;
  }

  .about-profile.is-touch:not(.is-active):not(.is-preview) .about-profile__frame {
    animation: about-profile-idle-pulse 5s ease-in-out infinite !important;
    box-shadow:
      0 16px 40px rgba(15, 23, 42, 0.13),
      0 0 0 1px rgba(255, 102, 0, 0.07) !important;
  }
}

/* Active states — hover, focus, tilt, touch, preview */
.about-profile:hover,
.about-profile:focus-visible,
.about-profile.is-active,
.about-profile.is-tilted,
.about-profile.is-preview {
  outline: none;
}

.about-profile:hover .about-profile__glow,
.about-profile:focus-visible .about-profile__glow,
.about-profile.is-active .about-profile__glow,
.about-profile.is-tilted .about-profile__glow,
.about-profile.is-preview .about-profile__glow {
  opacity: 1;
  transform: scale(1.1);
  filter: blur(6px);
}

.about-profile:hover .about-profile__halo,
.about-profile:focus-visible .about-profile__halo,
.about-profile.is-active .about-profile__halo,
.about-profile.is-preview .about-profile__halo,
.about-profile.is-tilted .about-profile__halo {
  opacity: 1;
  transform: scale(1.04);
  animation: about-profile-halo-spin 5s linear infinite;
}

.about-profile:hover .about-profile__ring--spin,
.about-profile:focus-visible .about-profile__ring--spin,
.about-profile.is-active .about-profile__ring--spin,
.about-profile.is-preview .about-profile__ring--spin,
.about-profile.is-tilted .about-profile__ring--spin {
  opacity: 1;
  transform: scale(1);
  animation: about-profile-ring-spin 3.2s linear infinite;
}

.about-profile:hover .about-profile__ring--dash,
.about-profile:focus-visible .about-profile__ring--dash,
.about-profile.is-active .about-profile__ring--dash,
.about-profile.is-preview .about-profile__ring--dash,
.about-profile.is-tilted .about-profile__ring--dash {
  opacity: 0.75;
  animation-duration: 8s;
}

.about-profile:hover .about-profile__orbit,
.about-profile:focus-visible .about-profile__orbit,
.about-profile.is-active .about-profile__orbit,
.about-profile.is-preview .about-profile__orbit,
.about-profile.is-tilted .about-profile__orbit {
  opacity: 1;
  transform: scale(1);
}

.about-profile:hover .about-profile__chip,
.about-profile:focus-visible .about-profile__chip,
.about-profile.is-active .about-profile__chip,
.about-profile.is-preview .about-profile__chip,
.about-profile.is-tilted .about-profile__chip {
  opacity: 1;
  transform: rotate(var(--chip-angle)) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(calc(var(--chip-angle) * -1)) scale(1);
}

.about-profile:hover .about-profile__chip--1,
.about-profile:focus-visible .about-profile__chip--1,
.about-profile.is-active .about-profile__chip--1,
.about-profile.is-preview .about-profile__chip--1,
.about-profile.is-tilted .about-profile__chip--1 {
  animation: about-profile-chip-orbit-1 14s linear infinite;
}

.about-profile:hover .about-profile__chip--2,
.about-profile:focus-visible .about-profile__chip--2,
.about-profile.is-active .about-profile__chip--2,
.about-profile.is-preview .about-profile__chip--2,
.about-profile.is-tilted .about-profile__chip--2 {
  animation: about-profile-chip-orbit-2 14s linear infinite;
}

.about-profile:hover .about-profile__chip--3,
.about-profile:focus-visible .about-profile__chip--3,
.about-profile.is-active .about-profile__chip--3,
.about-profile.is-preview .about-profile__chip--3,
.about-profile.is-tilted .about-profile__chip--3 {
  animation: about-profile-chip-orbit-3 14s linear infinite;
}

.about-profile:hover .about-profile__frame,
.about-profile:focus-visible .about-profile__frame,
.about-profile.is-active .about-profile__frame,
.about-profile.is-preview .about-profile__frame,
.about-profile.is-tilted .about-profile__frame {
  animation: none;
  box-shadow:
    0 24px 52px rgba(255, 102, 0, 0.2),
    0 0 0 2px rgba(255, 102, 0, 0.16);
}

.about-profile:hover .about-profile__image,
.about-profile:focus-visible .about-profile__image,
.about-profile.is-active .about-profile__image,
.about-profile.is-preview .about-profile__image,
.about-profile.is-tilted .about-profile__image {
  filter: grayscale(0%) brightness(1.04) contrast(1.03) saturate(1.08);
  -webkit-filter: grayscale(0%) brightness(1.04) contrast(1.03) saturate(1.08);
  transform: scale(1.07);
}

.about-profile:hover .about-profile__vignette,
.about-profile:focus-visible .about-profile__vignette,
.about-profile.is-active .about-profile__vignette,
.about-profile.is-preview .about-profile__vignette,
.about-profile.is-tilted .about-profile__vignette {
  opacity: 0.25;
}

.about-profile.is-shining .about-profile__shine::after {
  animation: about-profile-shine 0.9s var(--profile-ease) forwards;
}

.about-profile:hover .about-profile__status,
.about-profile:focus-visible .about-profile__status,
.about-profile.is-active .about-profile__status,
.about-profile.is-preview .about-profile__status,
.about-profile.is-tilted .about-profile__status {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.08s;
}

.about-profile:hover .about-profile__label,
.about-profile:focus-visible .about-profile__label,
.about-profile.is-active .about-profile__label,
.about-profile.is-preview .about-profile__label,
.about-profile.is-tilted .about-profile__label {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  transition-delay: 0.14s;
}

.about-profile:hover .about-profile__label i,
.about-profile:focus-visible .about-profile__label i,
.about-profile.is-active .about-profile__label i,
.about-profile.is-preview .about-profile__label i,
.about-profile.is-tilted .about-profile__label i {
  animation: about-profile-bolt 1.2s ease-in-out infinite;
}

.about-profile:focus-visible {
  outline: 2px solid rgba(255, 102, 0, 0.4);
  outline-offset: 8px;
}

@keyframes about-profile-hint-icon {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(-10deg); }
}

@keyframes about-profile-ring-tease {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.97);
  }
  50% {
    opacity: 0.52;
    transform: scale(1);
  }
}

@keyframes about-profile-color-tease {
  0%, 100% {
    filter: grayscale(100%) brightness(0.97);
    -webkit-filter: grayscale(100%) brightness(0.97);
  }
  50% {
    filter: grayscale(40%) brightness(1.02) saturate(1.04);
    -webkit-filter: grayscale(40%) brightness(1.02) saturate(1.04);
  }
}

@keyframes about-profile-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes about-profile-image-zoom {
  from { transform: scale(1.22); }
  to { transform: scale(1.03); }
}

@keyframes about-profile-glow-fade {
  from { opacity: 0; }
  to { opacity: 0.4; }
}

@keyframes about-profile-dash-fade {
  from { opacity: 0; }
  to { opacity: 0.35; }
}

@keyframes about-profile-ring-spin {
  to { transform: scale(1) rotate(360deg); }
}

@keyframes about-profile-dash-spin {
  to { transform: rotate(360deg); }
}

@keyframes about-profile-halo-spin {
  to { transform: scale(1.04) rotate(360deg); }
}

@keyframes about-profile-chip-orbit-1 {
  from { transform: rotate(-10deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(10deg) scale(1); }
  to { transform: rotate(350deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(-350deg) scale(1); }
}

@keyframes about-profile-chip-orbit-2 {
  from { transform: rotate(118deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(-118deg) scale(1); }
  to { transform: rotate(478deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(-478deg) scale(1); }
}

@keyframes about-profile-chip-orbit-3 {
  from { transform: rotate(246deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(-246deg) scale(1); }
  to { transform: rotate(606deg) translateY(calc(var(--profile-orbit-radius) * -1)) rotate(-606deg) scale(1); }
}

@keyframes about-profile-shine {
  0% { left: -120%; opacity: 0; }
  18% { opacity: 1; }
  100% { left: 140%; opacity: 0; }
}

@keyframes about-profile-idle-pulse {
  0%, 100% {
    box-shadow:
      0 16px 40px rgba(15, 23, 42, 0.13),
      0 0 0 1px rgba(255, 102, 0, 0.07);
  }
  50% {
    box-shadow:
      0 20px 44px rgba(255, 102, 0, 0.11),
      0 0 0 1px rgba(255, 102, 0, 0.12);
  }
}

@keyframes about-profile-status-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2); }
  50% { box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.08); }
}

@keyframes about-profile-bolt {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.85; }
}

@media (prefers-reduced-motion: reduce) {
  .about-profile:not(.is-entered) {
    opacity: 1;
  }

  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active):not(.is-tilted):not(.is-preview):not(:hover):not(:focus-visible) .about-profile__ring--spin,
  .about-profile.is-zoom-done:not(.has-discovered):not(.is-active):not(.is-tilted):not(.is-preview):not(:hover):not(:focus-visible) .about-profile__image,
  .about-profile__hint-icon,
  .about-profile__ring--dash,
  .about-profile__status-dot,
  .about-profile:hover .about-profile__ring--spin,
  .about-profile:focus-visible .about-profile__ring--spin,
  .about-profile.is-active .about-profile__ring--spin,
  .about-profile.is-tilted .about-profile__ring--spin,
  .about-profile:hover .about-profile__halo,
  .about-profile:focus-visible .about-profile__halo,
  .about-profile.is-active .about-profile__halo,
  .about-profile.is-tilted .about-profile__halo,
  .about-profile:hover .about-profile__chip--1,
  .about-profile:hover .about-profile__chip--2,
  .about-profile:hover .about-profile__chip--3,
  .about-profile.is-active .about-profile__chip--1,
  .about-profile.is-active .about-profile__chip--2,
  .about-profile.is-active .about-profile__chip--3 {
    animation: none !important;
  }

  .about-profile__image {
    filter: grayscale(0%) brightness(1);
    -webkit-filter: grayscale(0%) brightness(1);
  }

  .about-profile:hover .about-profile__image,
  .about-profile:focus-visible .about-profile__image,
  .about-profile.is-active .about-profile__image,
  .about-profile.is-tilted .about-profile__image {
    transform: scale(1.03);
  }
}

@media (max-width: 991.98px) {
  .about-profile {
    --profile-size: 260px;
  }

  .about-profile__status {
    right: 0;
    font-size: 0.58rem;
  }
}

/* Legacy alias — keep if referenced elsewhere */
.about__image {
  width: 100%;
  max-width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
}

.developer-designer {
  background-color: #ffffff;
  padding: 60px 0;
}

/* About — Frontend & Backend section
-------------------------------------------------- */
.section__about-skills {
    background:
        radial-gradient(ellipse 70% 60% at 0% 100%, rgba(27, 108, 134, 0.07), transparent 55%),
        radial-gradient(ellipse 70% 60% at 100% 0%, rgba(255, 102, 0, 0.07), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.section__about-skills::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.25), transparent);
}

.about-skills__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    margin: 2rem 0 0;
    align-items: center;
}

.about-skills__card {
    display: block;
    width: 100%;
    text-align: left;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 18px;
    padding: 1.5rem 1.45rem 1.35rem;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-skills__card[data-skill-focus] {
    cursor: pointer;
}

.about-skills__card--frontend:hover,
.about-skills-stack.is-focus-frontend .about-skills__card--frontend {
    transform: translateY(-4px);
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow:
        0 16px 40px rgba(255, 102, 0, 0.12),
        0 0 0 1px rgba(255, 102, 0, 0.08);
}

.about-skills__card--backend:hover,
.about-skills-stack.is-focus-backend .about-skills__card--backend {
    transform: translateY(-4px);
    border-color: rgba(27, 108, 134, 0.28);
    box-shadow:
        0 16px 40px rgba(27, 108, 134, 0.12),
        0 0 0 1px rgba(27, 108, 134, 0.08);
}

.about-skills-stack.is-focus-frontend .about-skills__card--backend,
.about-skills-stack.is-focus-backend .about-skills__card--frontend {
    opacity: 0.58;
    transform: scale(0.98);
}

.about-skills__card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.15rem;
}

.about-skills__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 12px;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    font-size: 1.05rem;
    flex-shrink: 0;
}

.about-skills__card-icon--backend {
    background: rgba(27, 108, 134, 0.12);
    color: #1b6c86;
}

.about-skills__card-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.2rem;
}

.about-skills__card-desc {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.45;
}

.about-skills__card-stat {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
}

.about-skills__card-stat strong {
    color: #0f172a;
    font-weight: 600;
}

.about-skills__skill-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
}

.about-skills__skill-link {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 102, 0, 0.08);
    color: var(--primary-color);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.about-skills__skill-link:hover,
.about-skills__skill-link:focus-visible {
    background: rgba(255, 102, 0, 0.16);
    outline: none;
    transform: translateY(-1px);
}

.about-skills__skill-link.is-active {
    background: var(--primary-color);
    color: #ffffff;
}

.about-skills__skill-link--backend {
    background: rgba(27, 108, 134, 0.1);
    color: #1b6c86;
}

.about-skills__skill-link--backend:hover,
.about-skills__skill-link--backend:focus-visible {
    background: rgba(27, 108, 134, 0.18);
}

.about-skills__skill-link--backend.is-active {
    background: #1b6c86;
    color: #ffffff;
}

.about-skills__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.about-skills__list li {
    position: relative;
    padding-left: 1.15rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #334155;
}

.about-skills__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
}

.about-skills__card--backend .about-skills__list li::before {
    background: #1b6c86;
}

.about-skills__split {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    padding: 0.5rem 0;
}

.about-skills__ring-wrap {
    position: relative;
    padding: 0.35rem;
}

.about-skills__ring {
    position: relative;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background: conic-gradient(
        var(--primary-color) 0deg 162deg,
        #1b6c86 162deg 360deg
    );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-skills__ring::before,
.about-skills__ring::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-skills__ring::before {
    background: conic-gradient(
        rgba(255, 102, 0, 0.55) 0deg 162deg,
        transparent 162deg 360deg
    );
}

.about-skills__ring::after {
    background: conic-gradient(
        transparent 0deg 162deg,
        rgba(27, 108, 134, 0.55) 162deg 360deg
    );
}

.about-skills-stack.is-focus-frontend .about-skills__ring::before {
    opacity: 1;
}

.about-skills-stack.is-focus-backend .about-skills__ring::after {
    opacity: 1;
}

.about-skills-stack.is-focus-frontend .about-skills__ring,
.about-skills-stack.is-focus-backend .about-skills__ring {
    transform: scale(1.06);
}

.about-skills-stack.is-focus-frontend .about-skills__ring {
    box-shadow:
        0 0 0 6px rgba(255, 102, 0, 0.12),
        0 18px 42px rgba(255, 102, 0, 0.18);
}

.about-skills-stack.is-focus-backend .about-skills__ring {
    box-shadow:
        0 0 0 6px rgba(27, 108, 134, 0.12),
        0 18px 42px rgba(27, 108, 134, 0.18);
}

.about-skills__ring-zone {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
}

.about-skills__ring-zone--frontend {
    -webkit-mask: conic-gradient(#000 0deg 162deg, transparent 162deg 360deg);
    mask: conic-gradient(#000 0deg 162deg, transparent 162deg 360deg);
}

.about-skills__ring-zone--backend {
    -webkit-mask: conic-gradient(transparent 0deg 162deg, #000 162deg 360deg);
    mask: conic-gradient(transparent 0deg 162deg, #000 162deg 360deg);
}

.about-skills__ring-zone:focus-visible {
    outline: 2px solid rgba(255, 102, 0, 0.45);
    outline-offset: 4px;
}

.about-skills__ring-inner {
    position: relative;
    z-index: 3;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.15rem;
    pointer-events: none;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-skills-stack.is-focus-frontend .about-skills__ring-inner,
.about-skills-stack.is-focus-backend .about-skills__ring-inner {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.about-skills__ring-label {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    transition: color 0.3s ease;
}

.about-skills-stack.is-focus-frontend .about-skills__ring-label {
    color: var(--primary-color);
}

.about-skills-stack.is-focus-backend .about-skills__ring-label {
    color: #1b6c86;
}

.about-skills__ring-ratio {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    transition:
        color 0.3s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-skills-stack.is-focus-frontend .about-skills__ring-ratio,
.about-skills-stack.is-focus-backend .about-skills__ring-ratio {
    transform: scale(1.08);
}

.about-skills-stack.is-focus-frontend .about-skills__ring-ratio {
    color: var(--primary-color-dark);
}

.about-skills-stack.is-focus-backend .about-skills__ring-ratio {
    color: #1b6c86;
}

.about-skills__ring-hint {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
    transition: opacity 0.25s ease;
}

.about-skills-stack.is-focus-frontend .about-skills__ring-hint,
.about-skills-stack.is-focus-backend .about-skills__ring-hint {
    opacity: 0;
}

.about-skills__split-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
}

.about-skills__split-item {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease;
}

.about-skills__split-item:focus-visible {
    outline: 2px solid rgba(255, 102, 0, 0.35);
    outline-offset: 2px;
}

.about-skills__split-item--frontend {
    color: var(--primary-color);
}

.about-skills__split-item--frontend::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-right: 0.35rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-skills__split-item--backend {
    color: #1b6c86;
}

.about-skills__split-item--backend::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1b6c86;
    margin-right: 0.35rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-skills__split-item--frontend:hover,
.about-skills-stack.is-focus-frontend .about-skills__split-item--frontend {
    background: rgba(255, 102, 0, 0.1);
    border-color: rgba(255, 102, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.12);
}

.about-skills__split-item--backend:hover,
.about-skills-stack.is-focus-backend .about-skills__split-item--backend {
    background: rgba(27, 108, 134, 0.1);
    border-color: rgba(27, 108, 134, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(27, 108, 134, 0.12);
}

.about-skills-stack.is-focus-frontend .about-skills__split-item--frontend::before,
.about-skills-stack.is-focus-backend .about-skills__split-item--backend::before {
    transform: scale(1.25);
    box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.15);
}

.about-skills-stack.is-focus-backend .about-skills__split-item--backend::before {
    box-shadow: 0 0 0 4px rgba(27, 108, 134, 0.15);
}

@media (prefers-reduced-motion: reduce) {
    .about-skills__card,
    .about-skills__ring,
    .about-skills__ring-inner,
    .about-skills__ring-ratio,
    .about-skills__split-item {
        transition: none;
    }

    .about-skills-stack.is-focus-frontend .about-skills__ring,
    .about-skills-stack.is-focus-backend .about-skills__ring,
    .about-skills__card--frontend:hover,
    .about-skills__card--backend:hover {
        transform: none;
    }
}

@media (min-width: 992px) {
    .about-skills__layout {
        grid-template-columns: 1fr auto 1fr;
        gap: 1.75rem;
    }

    .about-skills__card--frontend {
        text-align: right;
    }

    .about-skills__card--frontend .about-skills__card-head {
        flex-direction: row-reverse;
        text-align: right;
    }

    .about-skills__card--frontend .about-skills__list li {
        padding-left: 0;
        padding-right: 1.15rem;
    }

    .about-skills__card--frontend .about-skills__list li::before {
        left: auto;
        right: 0;
    }

    .about-skills__card--frontend .about-skills__card-stat,
    .about-skills__card--frontend .about-skills__skill-links {
        text-align: right;
        justify-content: flex-end;
    }
}

/* Linked Frontend/Backend + chart interaction */
.about-stack.is-group-frontend .about-skills__card--backend,
.about-stack.is-group-backend .about-skills__card--frontend {
    opacity: 0.55;
}

.about-stack.is-group-frontend .about-proficiency__bar-col[data-skill-group="backend"],
.about-stack.is-group-backend .about-proficiency__bar-col[data-skill-group="frontend"] {
    opacity: 0.35;
}

.about-stack.is-group-frontend .about-proficiency__bar-col[data-skill-group="frontend"],
.about-stack.is-group-backend .about-proficiency__bar-col[data-skill-group="backend"] {
    opacity: 1;
}

.about-stack.is-group-frontend .about-skills__ring {
    box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.15), 0 12px 32px rgba(15, 23, 42, 0.12);
}

.about-stack.is-group-backend .about-skills__ring {
    box-shadow: 0 0 0 4px rgba(27, 108, 134, 0.15), 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* About — Skill proficiency section
-------------------------------------------------- */
.section__about-proficiency {
    background:
        radial-gradient(ellipse 70% 55% at 100% 15%, rgba(255, 102, 0, 0.06), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.section__about-proficiency::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.22), transparent);
}

.about-proficiency__chart-wrap {
    width: 100%;
    max-width: 680px;
    margin: 1.5rem auto 0;
    padding: 1.15rem 1.15rem 1rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.about-proficiency__detail {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #fff8f2 0%, #f8fafc 100%);
    border: 1px solid rgba(255, 102, 0, 0.16);
    border-radius: 12px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.about-proficiency.is-interactive.is-group-backend .about-proficiency__detail {
    background: linear-gradient(135deg, #f0f9fb 0%, #f8fafc 100%);
    border-color: rgba(27, 108, 134, 0.2);
}

.about-proficiency__detail-badge {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
    min-height: 1.35rem;
    line-height: 1.2;
}

.about-proficiency__detail-badge.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.about-proficiency__detail-badge.is-frontend {
    background: rgba(255, 102, 0, 0.12);
    color: var(--primary-color);
}

.about-proficiency__detail-badge.is-backend {
    background: rgba(27, 108, 134, 0.12);
    color: #1b6c86;
}

.about-proficiency.is-interactive .about-proficiency__detail {
    border-color: rgba(255, 102, 0, 0.32);
}

.about-proficiency.is-interactive.is-group-backend .about-proficiency__detail {
    border-color: rgba(27, 108, 134, 0.32);
}

.about-proficiency__detail-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.about-proficiency__detail-label {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    transition: color 0.2s ease;
}

.about-proficiency__detail-value {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    min-width: 3rem;
    text-align: right;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.about-proficiency.is-interactive.is-group-backend .about-proficiency__detail-value {
    color: #1b6c86;
}

.about-proficiency__detail-desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
}

.about-proficiency__chart {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0.5rem;
    align-items: stretch;
}

.about-proficiency__y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    padding-bottom: 1.75rem;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 500;
    color: #94a3b8;
    text-align: right;
}

.about-proficiency__plot {
    position: relative;
    min-width: 0;
    overflow: visible;
}

.about-proficiency__grid {
    position: absolute;
    inset: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.about-proficiency__grid span {
    display: block;
    height: 1px;
    background: #e8ecf1;
}

.about-proficiency__group-divider {
    position: absolute;
    top: 0;
    bottom: 2.35rem;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, #e2e8f0 12%, #e2e8f0 88%, transparent);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.about-proficiency__bars {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 0.65rem;
    width: 100%;
    margin: 0;
    height: 220px;
    padding: 0;
    overflow: visible;
}

.about-proficiency__bar-col {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.25s ease;
}

.about-proficiency__bar-col:nth-child(2) {
    margin-right: 0;
}

.about-proficiency.has-focus .about-proficiency__bar-col {
    opacity: 0.42;
}

.about-proficiency.has-focus .about-proficiency__bar-col.is-active {
    opacity: 1;
}

.about-proficiency__bar-col:hover,
.about-proficiency__bar-col:focus-visible,
.about-proficiency__bar-col.is-active {
    opacity: 1;
    outline: none;
}

.about-proficiency__bar-col:focus-visible .about-proficiency__bar-label {
    color: var(--primary-color);
}

.about-proficiency__bar-track {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    flex: 1;
    min-height: 0;
}

.about-proficiency__bar-stack {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    height: 0;
    overflow: visible;
    transition: height 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-proficiency.is-visible .about-proficiency__bar-stack {
    height: calc(var(--level-num) * 1%);
}

.about-proficiency__bar-value {
    position: absolute;
    top: -1.15rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.about-proficiency.is-visible .about-proficiency__bar-value {
    opacity: 1;
}

.about-proficiency__bar-col:hover .about-proficiency__bar-value,
.about-proficiency__bar-col:focus-visible .about-proficiency__bar-value,
.about-proficiency__bar-col.is-active .about-proficiency__bar-value {
    color: var(--primary-color);
}

.about-proficiency__bar-col[data-skill-group="backend"] .about-proficiency__bar {
    background: #1b6c86;
}

.about-proficiency__bar-col[data-skill-group="backend"]:hover .about-proficiency__bar-value,
.about-proficiency__bar-col[data-skill-group="backend"]:focus-visible .about-proficiency__bar-value,
.about-proficiency__bar-col[data-skill-group="backend"].is-active .about-proficiency__bar-value {
    color: #1b6c86;
}

.about-proficiency__bar-col[data-skill-group="backend"]:hover .about-proficiency__bar-label,
.about-proficiency__bar-col[data-skill-group="backend"]:focus-visible .about-proficiency__bar-label,
.about-proficiency__bar-col[data-skill-group="backend"].is-active .about-proficiency__bar-label {
    color: #0f172a;
}

.about-proficiency__bar {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 2px;
    border-radius: 0;
    background: var(--primary-color);
    box-shadow: none;
    transition: filter 0.25s ease;
}

.about-proficiency__bar-col:hover .about-proficiency__bar,
.about-proficiency__bar-col:focus-visible .about-proficiency__bar,
.about-proficiency__bar-col.is-active .about-proficiency__bar {
    filter: brightness(1.08);
}

.about-proficiency__bar-label {
    flex-shrink: 0;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.3;
    color: #475569;
    text-align: center;
    min-height: 1.75rem;
    padding-top: 0.35rem;
    transition: color 0.25s ease;
}

.about-proficiency__bar-col:hover .about-proficiency__bar-label,
.about-proficiency__bar-col:focus-visible .about-proficiency__bar-label,
.about-proficiency__bar-col.is-active .about-proficiency__bar-label {
    color: #0f172a;
}

.random-facts {
  padding: 60px 0;
}

/* About — Applications & products section
-------------------------------------------------- */
.section__about-apps {
    background:
        radial-gradient(ellipse 70% 55% at 0% 30%, rgba(27, 108, 134, 0.06), transparent 55%),
        radial-gradient(ellipse 65% 50% at 100% 70%, rgba(255, 102, 0, 0.06), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.section__about-apps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(27, 108, 134, 0.2), transparent);
}

.about-apps__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    margin: 2rem 0 0;
}

.about-apps__card {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.25rem 1.15rem 1.1rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-apps__card:hover {
    border-color: rgba(255, 102, 0, 0.22);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.about-apps__card:nth-child(even):hover {
    border-color: rgba(27, 108, 134, 0.22);
}

.about-apps__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 11px;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.about-apps__card:nth-child(even) .about-apps__icon {
    background: rgba(27, 108, 134, 0.12);
    color: #1b6c86;
}

.about-apps__title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.35rem;
    line-height: 1.35;
}

.about-apps__desc {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #64748b;
}

@media (min-width: 576px) {
    .about-apps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .about-apps__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .about-apps__grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* About — Random Facts section
-------------------------------------------------- */
.section__about-facts {
    background:
        radial-gradient(ellipse 65% 55% at 15% 20%, rgba(255, 102, 0, 0.07), transparent 55%),
        radial-gradient(ellipse 60% 50% at 90% 80%, rgba(27, 108, 134, 0.08), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.section__about-facts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.22), transparent);
}

.about-facts__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    width: 100%;
    margin: 2rem 0 0;
}

.about-facts__visual-col {
    width: 100%;
}

.about-facts__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-radius: 28px;
    cursor: pointer;
    outline: none;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-facts__visual-glow {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.08), rgba(27, 108, 134, 0.08));
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.about-facts__visual:hover .about-facts__visual-glow,
.about-facts__visual:focus-visible .about-facts__visual-glow,
.about-facts__visual.is-active .about-facts__visual-glow {
    opacity: 1;
}

.about-facts__visual-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.about-facts__visual-blob--orange {
    width: 180px;
    height: 180px;
    top: 8%;
    left: 8%;
    background: rgba(255, 102, 0, 0.18);
    animation: about-facts-blob-float-a 7s ease-in-out infinite;
}

.about-facts__visual-blob--teal {
    width: 200px;
    height: 200px;
    bottom: 6%;
    right: 6%;
    background: rgba(27, 108, 134, 0.16);
    animation: about-facts-blob-float-b 8s ease-in-out infinite;
}

.about-facts__visual:hover .about-facts__visual-blob--orange,
.about-facts__visual.is-active .about-facts__visual-blob--orange {
    transform: translate(-6px, -8px) scale(1.08);
    opacity: 1;
}

.about-facts__visual:hover .about-facts__visual-blob--teal,
.about-facts__visual.is-active .about-facts__visual-blob--teal {
    transform: translate(8px, 6px) scale(1.1);
    opacity: 1;
}

.about-facts__sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.about-facts__spark {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.6);
    animation: about-facts-sparkle 3s ease-in-out infinite;
}

.about-facts__spark--1 { top: 12%; right: 18%; animation-delay: 0s; }
.about-facts__spark--2 { top: 42%; left: 6%; background: #1b6c86; box-shadow: 0 0 12px rgba(27, 108, 134, 0.5); animation-delay: 1s; }
.about-facts__spark--3 { bottom: 18%; right: 10%; animation-delay: 2s; }

.about-facts__visual:hover .about-facts__spark,
.about-facts__visual.is-active .about-facts__spark {
    opacity: 1;
}

.about-facts__figure {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 380px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-facts__visual:hover .about-facts__figure,
.about-facts__visual.is-active .about-facts__figure {
    transform: translateY(-6px) scale(1.02);
}

.about-facts__illustration,
.facts-illo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow:
        0 18px 48px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(255, 102, 0, 0.06);
    transition: box-shadow 0.45s ease;
}

.about-facts__visual:hover .facts-illo,
.about-facts__visual.is-active .facts-illo {
    box-shadow:
        0 28px 56px rgba(255, 102, 0, 0.14),
        0 0 0 1px rgba(255, 102, 0, 0.12);
}

/* SVG element animations */
.facts-illo__blob--a { animation: about-facts-illo-blob 6s ease-in-out infinite; transform-origin: 88px 92px; }
.facts-illo__blob--b { animation: about-facts-illo-blob 7.5s ease-in-out infinite 0.8s; transform-origin: 392px 420px; }
.facts-illo__blob--c { animation: about-facts-illo-blob 5s ease-in-out infinite 1.2s; transform-origin: 410px 110px; }

.facts-illo__rocket {
    animation: about-facts-rocket-float 4s ease-in-out infinite;
    transform-origin: center;
}

.facts-illo__plane {
    animation: about-facts-plane-drift 5s ease-in-out infinite;
    transform-origin: center;
}

.facts-illo__chess {
    animation: about-facts-chess-bob 4.5s ease-in-out infinite 0.5s;
    transform-origin: center;
}

.facts-illo__rocket-flame {
    animation: about-facts-flame 0.8s ease-in-out infinite;
}

.facts-illo__yoga {
    animation: about-facts-yoga-sway 3.5s ease-in-out infinite;
    transform-origin: 92px 340px;
}

.facts-illo__music {
    animation: about-facts-music-bounce 2.8s ease-in-out infinite;
    transform-origin: 80px 448px;
}

.facts-illo__bracket--left {
    animation: about-facts-bracket-left 3s ease-in-out infinite;
    transform-origin: 72px 222px;
}

.facts-illo__bracket--right {
    animation: about-facts-bracket-right 3s ease-in-out infinite 0.3s;
    transform-origin: 408px 222px;
}

.facts-illo__sparkle--1 { animation: about-facts-star-twinkle 2.2s ease-in-out infinite; transform-origin: 248px 98px; }
.facts-illo__sparkle--2 { animation: about-facts-star-twinkle 2.6s ease-in-out infinite 0.6s; transform-origin: 175px 414px; }
.facts-illo__sparkle--3 { animation: about-facts-star-twinkle 2s ease-in-out infinite 1.1s; transform-origin: 427px 258px; }

.facts-illo__code-line--1 { animation: about-facts-code-pulse 2.4s ease-in-out infinite; }
.facts-illo__code-line--2 { animation: about-facts-code-pulse 2.4s ease-in-out infinite 0.2s; }
.facts-illo__code-line--3 { animation: about-facts-code-pulse 2.4s ease-in-out infinite 0.4s; }
.facts-illo__code-line--4 { animation: about-facts-code-pulse 2.4s ease-in-out infinite 0.6s; }
.facts-illo__code-line--5 { animation: about-facts-code-pulse 2.4s ease-in-out infinite 0.8s; }

.facts-illo__steam--1 { animation: about-facts-steam 2s ease-in-out infinite; }
.facts-illo__steam--2 { animation: about-facts-steam 2s ease-in-out infinite 0.4s; }
.facts-illo__steam--3 { animation: about-facts-steam 2s ease-in-out infinite 0.8s; }

.about-facts__visual:hover .facts-illo__screen-glow,
.about-facts__visual.is-active .facts-illo__screen-glow {
    opacity: 1;
    animation: about-facts-screen-pulse 2s ease-in-out infinite;
}

.about-facts__visual:hover .facts-illo__rocket,
.about-facts__visual.is-active .facts-illo__rocket {
    animation: about-facts-rocket-hover 1.2s ease-in-out infinite;
}

.about-facts__visual-caption {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.15rem 0 0;
    padding: 0.45rem 0.9rem;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
    letter-spacing: 0.02em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 102, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.about-facts__visual-caption-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--primary-color);
    animation: about-facts-caption-pulse 2s ease-in-out infinite;
}

.about-facts__visual:hover .about-facts__visual-caption,
.about-facts__visual.is-active .about-facts__visual-caption {
    color: var(--primary-color-dark);
    border-color: rgba(255, 102, 0, 0.22);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.1);
    transform: translateY(-2px);
}

@keyframes about-facts-blob-float-a {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(8px, -10px); }
}

@keyframes about-facts-blob-float-b {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-10px, 8px); }
}

@keyframes about-facts-sparkle {
    0%, 100% { opacity: 0; transform: scale(0.6); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes about-facts-illo-blob {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.12); opacity: 0.85; }
}

@keyframes about-facts-rocket-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes about-facts-rocket-hover {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(-4deg); }
}

@keyframes about-facts-flame {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes about-facts-plane-drift {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(6px) translateY(-3px); }
}

@keyframes about-facts-yoga-sway {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(2deg); }
}

@keyframes about-facts-chess-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes about-facts-music-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes about-facts-bracket-left {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(-4px); opacity: 0.75; }
}

@keyframes about-facts-bracket-right {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(4px); opacity: 0.75; }
}

@keyframes about-facts-star-twinkle {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.35); opacity: 1; }
}

@keyframes about-facts-code-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

@keyframes about-facts-steam {
    0%, 100% { transform: translateY(0); opacity: 0.3; }
    50% { transform: translateY(-6px); opacity: 0.7; }
}

@keyframes about-facts-screen-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes about-facts-caption-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.35); }
    50% { box-shadow: 0 0 0 5px rgba(255, 102, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .about-facts__visual-blob,
    .about-facts__spark,
    .facts-illo [class*="facts-illo__"],
    .about-facts__visual-caption-dot {
        animation: none !important;
    }

    .about-facts__visual:hover .about-facts__figure,
    .about-facts__visual.is-active .about-facts__figure {
        transform: none;
    }
}

.about-facts__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.about-facts__card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.05rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-facts__card:hover {
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.about-facts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 10px;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.about-facts__card:nth-child(even) .about-facts__icon {
    background: rgba(27, 108, 134, 0.12);
    color: #1b6c86;
}

.about-facts__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #334155;
}

@media (min-width: 768px) {
    .about-facts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .about-facts__layout {
        grid-template-columns: minmax(280px, 380px) 1fr;
        gap: 2.5rem;
    }

    .about-facts__visual-col {
        position: sticky;
        top: 6rem;
        align-self: start;
    }
}

.facts-list {
  list-style: none;
  padding: 0;
}

.facts-list li {
  padding: 8px 0;
  font-size: 1.1rem;
  color: var(--text-dark);
}

/* Portfolio Section - Enhanced Modern Design
-------------------------------------------------- */
.section__clients {
    position: relative;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(27, 108, 134, 0.07), transparent 50%),
        linear-gradient(180deg, #f3f2f7 0%, #f8fafc 100%) !important;
}

.section__clients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.section__clients-bod {
    padding: 1.5rem 0;
}

.section__clients-bod .swiper-slide {
    height: auto;
    padding: 0.5rem;
}

/* Portfolio Grid Section */
.section__portfolio {
    position: relative;
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__portfolio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.section__portfolio .row {
    margin-top: 2rem;
}

.section__portfolio .portfolio-card {
    margin-bottom: 0;
}

/* Portfolio List View Styles */
.portfolio-list {
    margin-top: 0;
}

.portfolio-list-item {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1.75rem;
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    border: 1px solid #e8ecf1;
    position: relative;
}

.portfolio-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), rgba(255, 102, 0, 0.4));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 3;
}

.portfolio-list-item:hover::before {
    opacity: 1;
}

.portfolio-list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.09);
    border-color: rgba(255, 102, 0, 0.18);
}

.portfolio-list-image {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, var(--bg-light) 0%, #e9ecef 100%);
}

.portfolio-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.96) contrast(1.02);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.portfolio-list-image--mockup {
    overflow: visible;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 0;
    padding: 1rem 1.25rem 0.5rem;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(255, 102, 0, 0.07), transparent 55%),
        linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
}

.portfolio-list-item--mockup > .row {
    align-items: flex-start;
}

.portfolio-list-item--mockup .portfolio-list-content {
    height: auto;
    justify-content: flex-start;
}

figure.portfolio-list-image.portfolio-list-image--mockup {
    height: auto;
    min-height: 0;
}

.portfolio-list-image--mockup .device-mockup-wrap--portfolio {
    width: 100%;
}

.portfolio-list-image--mockup .device-mockup__screen img {
    filter: none;
    transition: none;
}

.portfolio-list-item:hover .portfolio-list-image--mockup .device-mockup__screen img {
    transform: none;
    filter: none;
}

.portfolio-list-item:hover .portfolio-list-image img {
    filter: grayscale(0%) brightness(1.05) contrast(1.08);
    transform: scale(1.08);
}

.portfolio-list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.75) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(3px);
}

.portfolio-list-item:hover .portfolio-list-overlay {
    opacity: 1;
}

.portfolio-list-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.75rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 50px;
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(25px) scale(0.95);
    opacity: 0;
}

.portfolio-list-item:hover .portfolio-list-link {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.portfolio-list-link:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 32px rgba(255, 102, 0, 0.4);
}

.portfolio-list-content {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px) {
    .portfolio-list-content {
        padding: 2rem 2.25rem;
    }
}

.portfolio-list-badge {
    display: inline-block;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.25rem;
    width: fit-content;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.portfolio-list-item:hover .portfolio-list-badge {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px);
}

.portfolio-list-category {
    color: var(--text-gray);
    font-size: 1rem;
    margin: 0;
    font-family: var(--font-primary);
}

.portfolio-list-description {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
    font-family: var(--font-primary);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-list-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.tech-tag {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: #f1f5f9;
    color: #475569;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: var(--font-primary);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.tech-tag:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.portfolio-list-btn {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: 0.5rem;
}

.portfolio-list-btn:hover {
    color: var(--primary-color-dark);
    transform: translateX(5px);
}

.portfolio-list-btn i {
    transition: transform 0.3s ease;
}

.portfolio-list-btn:hover i {
    transform: translateX(5px);
}

/* Responsive adjustments for list view */
@media (max-width: 767.98px) {
    .portfolio-list-item {
        margin-bottom: 2rem;
    }
    
    .portfolio-list-image {
        min-height: 250px;
    }
    
    .portfolio-list-image--mockup {
        min-height: 0;
    }

    .portfolio-list-content {
        padding: 1.5rem;
    }
    
    .portfolio-list-content .tertiary__header {
        font-size: 1.5rem;
    }
}

/* Project Detail Page Styles */
.section__project-hero {
    background:
        radial-gradient(circle at top right, rgba(255, 102, 0, 0.08), transparent 50%),
        radial-gradient(circle at bottom left, rgba(27, 108, 134, 0.06), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 2.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__project-hero .section__header {
    max-width: 52rem;
}

.section__project-hero .primary__header {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    line-height: 1.18;
    margin-bottom: 0.85rem;
}

.section__project-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

/* Standalone page breadcrumb bar (top of page, below header) */
.page-breadcrumb {
    background: #f8fafc;
    border-bottom: 1px solid #eef2f6;
    font-size: 0.85rem;
    padding: 0.8rem 0;
}

.page-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    flex-wrap: wrap;
}

.page-breadcrumb .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-color-dark);
}

.page-breadcrumb .breadcrumb-item.active {
    color: var(--text-gray);
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: var(--text-gray);
    padding: 0 0.5rem;
}

/* The breadcrumb bar's bottom border is the single divider. Hide a hero's
   decorative top accent line when it directly follows the breadcrumb so we
   don't get a doubled border line. */
.page-breadcrumb + section::before {
    display: none !important;
}

.project-breadcrumb {
    font-size: 0.875rem;
}

.project-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.project-breadcrumb .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-color-dark);
}

.project-breadcrumb .breadcrumb-item.active {
    color: var(--text-gray);
}

.project-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: var(--text-gray);
    padding: 0 0.5rem;
}

.project-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    padding: 0.4rem 0.9rem;
    border: 1px solid rgba(255, 102, 0, 0.18);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: var(--font-primary);
}

/* Project detail v2 — hero preview, facts bar, narrow content */
.section__project-hero-v2 .project-breadcrumb {
    position: relative;
    z-index: 1;
}

.project-hero__preview {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.project-hero__preview--mockup {
    background: linear-gradient(165deg, #eef2f7 0%, #e4eaf1 100%);
    padding: 1.25rem 1rem 0.75rem;
}

.project-hero__preview > img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.project-hero__preview .device-mockup-wrap--showcase {
    width: 100%;
}

.section__project-facts {
    background: #ffffff;
    padding: 2.25rem 0 0.5rem;
}

.project-facts__grid {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

@media (min-width: 768px) {
    .project-facts__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .project-facts__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.project-facts__item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.project-facts__label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}

.project-facts__label i {
    color: #94a3b8;
    font-size: 0.8rem;
}

.project-facts__value {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.5;
}

.project-facts__value a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.project-facts__value a:hover {
    color: var(--primary-color-dark);
    text-decoration: underline;
}

.project-content-narrow {
    max-width: 820px;
    margin: 0 auto;
}

.section__project-content {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.project-section {
    margin-bottom: 3rem;
}

.project-section:last-child {
    margin-bottom: 0;
}

.project-section-title {
    font-family: var(--font-primary);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e8ecf1;
    position: relative;
}

.project-section-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    opacity: 0.7;
}

.project-text {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

/* In-content links on project detail pages (Bootstrap default is blue) */
.section__project-content .project-text a,
.section__project-content .project-list-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.section__project-content .project-text a:hover,
.section__project-content .project-list-item a:hover {
    color: var(--primary-color-dark);
    text-decoration: underline;
}

/* HTML sitemap page */
.sitemap-links a {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sitemap-links a:hover {
    color: var(--primary-color-dark);
    text-decoration: underline;
}

.section__solutions-hero .solutions-hero__lead a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.section__solutions-hero .solutions-hero__lead a:hover {
    color: var(--primary-color-dark);
    text-decoration: underline;
}

/* Service Detail / Web Development Page
-------------------------------------------------- */
.section__service-hero {
    background: 
        radial-gradient(circle at top right, rgba(255, 102, 0, 0.08), transparent 50%),
        radial-gradient(circle at bottom left, rgba(27, 108, 134, 0.06), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
}

.service-hero .section__header {
    text-align: left;
    margin-bottom: 0;
}

.service-hero__eyebrow {
    margin-bottom: 0.65rem;
}

.service-hero__title {
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    line-height: 1.2;
    color: var(--text-dark);
}

.service-hero__subtitle {
    font-size: 1.05rem;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.65;
    max-width: 36rem;
}

.service-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: 0.88rem;
    color: #475569;
}

.service-hero__highlights li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.service-hero__highlights i {
    color: var(--primary-color);
    font-size: 0.8rem;
}

.service-hero__panel {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    border: 1px solid #e8ecf1;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.service-hero__panel-title {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #94a3b8;
    margin-bottom: 0.85rem;
}

.service-hero__panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.service-hero__panel-list li {
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
}

.service-hero__panel-label {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.92rem;
    color: #0f172a;
    line-height: 1.35;
}

.service-hero__panel-meta {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 0.1rem;
}

.service-hero__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
}

.service-hero__visual-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(36px);
    pointer-events: none;
}

.service-hero__visual-blob--orange {
    width: 140px;
    height: 140px;
    top: 4%;
    left: 6%;
    background: rgba(255, 102, 0, 0.16);
}

.service-hero__visual-blob--teal {
    width: 160px;
    height: 160px;
    bottom: 8%;
    right: 4%;
    background: rgba(27, 108, 134, 0.14);
}

.service-hero__figure {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 420px;
}

.service-hero__illustration {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
}

.service-hero__badges {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0.85rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    max-width: 420px;
}

.service-hero__badges li {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    color: #475569;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.service-hero__wave {
    display: block;
    line-height: 0;
    margin-top: 2.5rem;
}

.service-hero__wave svg {
    display: block;
    width: 100%;
    height: 48px;
}

.section__service-highlights {
    background: #ffffff;
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.service-highlights__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .service-highlights__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .service-highlights__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.15rem;
    }
}

.service-card--detail {
    padding: 1.35rem 1.25rem;
}

.service-card--detail .service-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}

.service-card__title {
    font-size: 1.02rem;
    margin-bottom: 0.45rem;
}

.service-card__desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

.section__service-process {
    background:
        radial-gradient(ellipse 70% 55% at 0% 50%, rgba(27, 108, 134, 0.05), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.service-process__grid {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    counter-reset: process-step;
}

.service-process__step {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 1.15rem 1.1rem 1.1rem 3.25rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-process__step:hover {
    border-color: rgba(255, 102, 0, 0.25);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.service-process__num {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.12);
    color: var(--primary-color);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.service-process__title {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.3rem;
    line-height: 1.35;
}

.service-process__desc {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #64748b;
}

@media (min-width: 768px) {
    .service-process__grid--4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-process__grid--5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .service-process__grid {
        gap: 0.75rem;
    }

    .service-process__step {
        padding: 1.35rem 0.85rem 1.1rem;
        text-align: center;
    }

    .service-process__num {
        position: static;
        display: flex;
        margin: 0 auto 0.65rem;
    }
}

.section__service-types {
    background: #ffffff;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.section__service-types .page-type-card {
    height: 100%;
}

.section__service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 0.3), rgba(255, 102, 0, 0.5), transparent);
}

.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.06), transparent);
    transition: left 0.6s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    border-color: rgba(255, 102, 0, 0.5);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.12);
    transform: translateY(-6px);
}

.service-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.06);
    color: var(--primary-color);
    font-size: 1.75rem;
}

.service-card-icon i {
    color: var(--primary-color);
}

.section__service-highlights p {
    margin-bottom: 0;
}

/* Generic section top border accent (orange line)
-------------------------------------------------- */
.section--top-border {
    position: relative;
}

.section--top-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

/* Slightly stronger top border for page types section so it is clearly visible */
#page-types.section--top-border::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.5), transparent);
}

/* Stronger top border for Technologies I Use section */
#tech-stack.section--top-border {
    border-top: 2px solid rgba(255, 102, 0, 0.4);
}

/* Page Types (Types of Websites I Build)
-------------------------------------------------- */
.page-type-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem 1.75rem 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-type-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 102, 0, 0.06), transparent 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.page-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    border-color: rgba(255, 102, 0, 0.25);
}

.page-type-card:hover::before {
    opacity: 1;
}

.page-type-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 102, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-bottom: 1.25rem;
    font-size: 1.6rem;
}

.page-type-text {
    font-size: 0.9375rem;
    color: var(--text-dark);
    opacity: 0.9;
    margin-bottom: 0.75rem;
}

.page-type-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-gray);
}

.page-type-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.page-type-list li::before {
    content: '•';
    color: var(--primary-color);
    font-size: 0.9rem;
}

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

.project-list-item {
    padding: 1rem 0;
    padding-left: 2rem;
    position: relative;
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
    opacity: 0.9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-list-item:last-child {
    border-bottom: none;
}

.project-list-item::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1.15rem;
    font-size: 0.7rem;
    color: #94a3b8;
}

.project-list-item strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* Project Sidebar */
.project-sidebar {
    position: sticky;
    top: 2rem;
}

.project-image-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    border: 1px solid #e8ecf1;
}

.project-featured-image {
    margin: 0;
    overflow: hidden;
}

.project-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.project-image-card:hover .project-featured-image img {
    transform: scale(1.05);
}

.project-image-card--mockup {
    overflow: visible;
    padding: 1.25rem 0.75rem 0.5rem;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 102, 0, 0.06), transparent 60%),
        #ffffff;
}

/* Device Mockup (project sidebar & optional full-width)
-------------------------------------------------- */
.device-mockup-wrap--inline {
    width: 100%;
}

.device-mockup-wrap--portfolio {
    width: 100%;
}

.device-mockup__stage--inline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.25rem 0.5rem;
}

.device-mockup__stage--inline .device-mockup--imac {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 92%;
    margin: 0 auto;
    z-index: 1;
}

.device-mockup__stage--inline .device-mockup--macbook {
    bottom: auto;
    top: 40%;
    left: -2%;
    width: 50%;
    z-index: 2;
}

.device-mockup__stage--inline .device-mockup--iphone {
    bottom: auto;
    top: 34%;
    right: 6%;
    width: 18%;
    max-width: 68px;
    z-index: 3;
}

.device-mockup__stage--inline .device-mockup__imac-shell {
    padding: 4px 4px 0;
    border-radius: 10px;
}

.device-mockup__stage--inline .device-mockup__imac-chin {
    height: 14px;
}

.device-mockup__stage--inline .device-mockup__imac-logo {
    width: 7px;
    height: 7px;
}

.device-mockup__stage--inline .device-mockup__imac-neck {
    height: 10px;
}

.device-mockup__stage--inline .device-mockup__imac-stand {
    height: 4px;
}

.device-mockup__stage--inline .device-mockup__macbook-lid {
    padding: 4px 4px 0;
    border-radius: 7px 7px 0 0;
}

.device-mockup__stage--inline .device-mockup__macbook-base {
    height: 8px;
    border-radius: 0 0 8px 8px;
}

.device-mockup__stage--inline .device-mockup__iphone {
    border-radius: 18px;
    padding: 3px;
}

.device-mockup__stage--inline .device-mockup--iphone .device-mockup__screen {
    border-radius: 16px;
}

.device-mockup__stage--inline .device-mockup__dynamic-island,
.device-mockup__stage--portfolio .device-mockup__dynamic-island {
    top: 6px;
    height: 4px;
    width: 24%;
}

.device-mockup__stage--inline .device-mockup--iphone .device-mockup__home-indicator,
.device-mockup__stage--portfolio .device-mockup--iphone .device-mockup__home-indicator {
    bottom: 4px;
    height: 3px;
    width: 28%;
}

.device-mockup__stage--portfolio {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.5rem 0;
}

.device-mockup__stage--portfolio .device-mockup--imac {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.device-mockup__stage--portfolio .device-mockup--macbook {
    bottom: auto;
    top: 38%;
    left: 0;
    width: 46%;
    z-index: 2;
}

.device-mockup__stage--portfolio .device-mockup--iphone {
    bottom: auto;
    top: 32%;
    right: 4%;
    width: 20%;
    max-width: 82px;
    z-index: 3;
}

.device-mockup__stage--portfolio .device-mockup__imac-shell {
    padding: 5px 5px 0;
    border-radius: 12px;
}

.device-mockup__stage--portfolio .device-mockup__imac-chin {
    height: 16px;
}

.device-mockup__stage--portfolio .device-mockup__imac-logo {
    width: 8px;
    height: 8px;
}

.device-mockup__stage--portfolio .device-mockup__imac-neck {
    height: 11px;
}

.device-mockup__stage--portfolio .device-mockup__imac-stand {
    height: 4px;
}

.device-mockup__stage--portfolio .device-mockup__macbook-lid {
    padding: 5px 5px 0;
    border-radius: 8px 8px 0 0;
}

.device-mockup__stage--portfolio .device-mockup__macbook-base {
    height: 10px;
}

.device-mockup__stage--portfolio .device-mockup__iphone {
    border-radius: 20px;
    padding: 3px;
}

.device-mockup__stage--portfolio .device-mockup--iphone .device-mockup__screen {
    border-radius: 17px;
}

@media (max-width: 991.98px) {
    .device-mockup__stage--inline {
        max-width: 480px;
    }
}

@media (max-width: 767.98px) {
    .portfolio-list-image--mockup {
        min-height: 0;
        padding: 1rem 1rem 0.5rem;
    }

    .portfolio-list-image--mockup .device-mockup-wrap--portfolio {
        padding: 0;
    }

    .device-mockup__stage--inline {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        min-height: auto;
        max-width: 100%;
        padding: 0;
    }

    .device-mockup__stage--inline .device-mockup {
        position: static;
        transform: none;
        width: 100% !important;
        max-width: 100%;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .device-mockup__stage--inline .device-mockup--macbook {
        max-width: 75%;
    }

    .device-mockup__stage--inline .device-mockup--iphone {
        max-width: 26%;
    }

    .device-mockup__stage--portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        min-height: auto;
        padding: 0;
    }

    .device-mockup__stage--portfolio .device-mockup {
        position: static;
        transform: none;
        width: 100% !important;
        max-width: 100%;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .device-mockup__stage--portfolio .device-mockup--macbook {
        max-width: 78%;
    }

    .device-mockup__stage--portfolio .device-mockup--iphone {
        max-width: 32%;
    }
}

.project-details-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    border: 1px solid #e8ecf1;
}

.project-details-title {
    font-family: var(--font-primary);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eef2f6;
}

.project-detail-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-detail-label {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.project-detail-label i {
    color: var(--primary-color);
    width: 20px;
}

.project-detail-value {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.project-detail-value a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-detail-value a:hover {
    color: var(--primary-color-dark);
    text-decoration: underline;
}

.project-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    background: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 8px;
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-color);
}

.project-cta-btn:hover {
    background: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    color: var(--text-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.3);
}

.project-cta-btn i {
    transition: transform 0.3s ease;
}

.project-cta-btn:hover i {
    transform: translateX(5px);
}

/* Related Projects Section */
.section__related-projects {
    background:
        radial-gradient(ellipse 70% 55% at 100% 20%, rgba(255, 102, 0, 0.05), transparent 50%),
        radial-gradient(ellipse 50% 40% at 0% 90%, rgba(27, 108, 134, 0.04), transparent 45%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__related-projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.22), transparent);
}

.related-projects__grid {
    margin-top: 2.25rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.project-back-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 1.75rem;
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 8px;
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.project-back-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateX(-5px);
}

.project-back-btn i {
    transition: transform 0.3s ease;
}

.project-back-btn:hover i {
    transform: translateX(-5px);
}

/* Device Mockup — shared device frame styles
-------------------------------------------------- */
.device-mockup__header {
    margin-bottom: 2.5rem;
}

.device-mockup__title {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.device-mockup__subtitle {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--text-gray);
    max-width: 38rem;
    margin: 0 auto;
    line-height: 1.6;
}

.device-mockup__stage {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem 1rem;
}

.device-mockup__stage:not(.device-mockup__stage--inline) {
    max-width: 1100px;
}

.device-mockup {
    position: absolute;
    margin: 0;
}

.device-mockup__label {
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-gray);
    text-align: center;
    margin-top: 0.65rem;
}

.device-mockup__screen {
    overflow: hidden;
    background: #0f172a;
    line-height: 0;
}

.device-mockup__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* iMac */
.device-mockup--imac {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(78%, 820px);
    z-index: 1;
}

.device-mockup__imac {
    filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.18));
}

.device-mockup__imac-shell {
    background: linear-gradient(165deg, #f0f0f2 0%, #d9d9de 42%, #c8c8ce 100%);
    border-radius: 16px;
    padding: 7px 7px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 2px 8px rgba(0, 0, 0, 0.08);
}

.device-mockup--imac .device-mockup__screen {
    aspect-ratio: 16 / 10;
    border-radius: 5px;
    border: 2px solid #1d1d1f;
    background: #000;
}

.device-mockup__imac-chin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    background: linear-gradient(180deg, #d0d0d5 0%, #bcbcc2 100%);
    border-radius: 0 0 12px 12px;
}

.device-mockup__imac-logo {
    color: #6e6e73;
    display: block;
}

.device-mockup__imac-neck {
    width: 16%;
    height: 14px;
    margin: 0 auto;
    background: linear-gradient(90deg, #a1a1a6, #d2d2d7 50%, #a1a1a6);
    border-radius: 0 0 2px 2px;
}

.device-mockup__imac-stand {
    width: 26%;
    height: 5px;
    margin: 0 auto;
    background: linear-gradient(180deg, #c7c7cc, #8e8e93);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
}

/* MacBook */
.device-mockup--macbook {
    bottom: 0;
    left: 0;
    width: min(42%, 380px);
    z-index: 2;
}

.device-mockup__macbook {
    filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.2));
}

.device-mockup__macbook-lid {
    background: linear-gradient(165deg, #ececef 0%, #c8c8cd 100%);
    border-radius: 10px 10px 0 0;
    padding: 6px 6px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.device-mockup__macbook-camera {
    width: 4px;
    height: 4px;
    margin: 0 auto 3px;
    border-radius: 50%;
    background: #3a3a3c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.device-mockup--macbook .device-mockup__screen {
    aspect-ratio: 16 / 10;
    border-radius: 3px 3px 0 0;
    border: 2px solid #1d1d1f;
    background: #000;
}

.device-mockup__macbook-base {
    height: 12px;
    background: linear-gradient(180deg, #d1d1d6, #aeaeb2);
    border-radius: 0 0 12px 12px;
    position: relative;
    margin-top: -1px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.device-mockup__macbook-base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16%;
    height: 3px;
    background: #86868b;
    border-radius: 0 0 5px 5px;
}

/* iPhone */
.device-mockup--iphone {
    bottom: 8px;
    right: 0;
    width: min(22%, 150px);
    z-index: 3;
}

.device-mockup__iphone {
    position: relative;
    background: linear-gradient(145deg, #3a3a3c 0%, #1c1c1e 45%, #2c2c2e 100%);
    border-radius: 28px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.device-mockup__iphone-btn {
    position: absolute;
    background: linear-gradient(90deg, #4a4a4c, #2c2c2e);
    border-radius: 2px;
    z-index: 2;
}

.device-mockup__iphone-btn--silent {
    left: -2px;
    top: 18%;
    width: 2px;
    height: 14px;
}

.device-mockup__iphone-btn--volume-up {
    left: -2px;
    top: 26%;
    width: 2px;
    height: 22px;
}

.device-mockup__iphone-btn--volume-down {
    left: -2px;
    top: 36%;
    width: 2px;
    height: 22px;
}

.device-mockup__iphone-btn--power {
    right: -2px;
    top: 28%;
    width: 2px;
    height: 32px;
}

.device-mockup--iphone .device-mockup__screen {
    position: relative;
    aspect-ratio: 9 / 19.5;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

.device-mockup__dynamic-island {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
    height: 4px;
    background: #000;
    border-radius: 999px;
    z-index: 2;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.device-mockup--iphone .device-mockup__home-indicator {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 32%;
    height: 4px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    z-index: 2;
    margin: 0;
}

@media (max-width: 991.98px) {
    .device-mockup__stage:not(.device-mockup__stage--inline) {
        max-width: 700px;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--imac {
        width: 88%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--macbook {
        width: 46%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--iphone {
        width: 26%;
    }
}

@media (max-width: 767.98px) {
    .device-mockup__stage:not(.device-mockup__stage--inline) {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 0;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup {
        position: static;
        transform: none;
        width: 100% !important;
        max-width: 100%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--imac {
        max-width: 100%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--macbook {
        max-width: 85%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup--iphone {
        max-width: 42%;
    }

    .device-mockup__stage:not(.device-mockup__stage--inline) .device-mockup__label {
        margin-top: 0.5rem;
    }
}

/* Responsive adjustments for project detail page */
@media (max-width: 991.98px) {
    .project-sidebar {
        position: static;
        margin-top: 3rem;
    }
    
    .project-section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .project-section {
        margin-bottom: 2rem;
    }
    
    .project-section-title {
        font-size: 1.375rem;
    }
    
    .project-text,
    .project-list-item {
        font-size: 0.9375rem;
    }
    
    .project-details-card {
        padding: 1.5rem;
    }
}

/* Portfolio Card Container - Refined Modern Style */
.portfolio-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 102, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
}

.portfolio-card:hover::before {
    transform: scaleX(1);
}

.portfolio-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 48px rgba(255, 102, 0, 0.15);
    border-color: rgba(255, 102, 0, 0.2);
}

/* Portfolio Badge - Refined Design */
.portfolio-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    padding: 8px 16px;
    border-radius: 24px;
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 102, 0, 0.15);
}

.portfolio-card:hover .portfolio-badge {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.35);
    border-color: rgba(255, 102, 0, 0.3);
}

/* Portfolio Image Wrapper with Overlay */
.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, var(--bg-light) 0%, #e9ecef 100%);
    aspect-ratio: 16 / 10;
}

.portfolio-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.96) contrast(1.02);
    -webkit-filter: grayscale(20%) brightness(0.96) contrast(1.02);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.portfolio-card:hover .portfolio-image-wrapper img {
    filter: grayscale(0%) brightness(1.05) contrast(1.08);
    -webkit-filter: grayscale(0%) brightness(1.05) contrast(1.08);
    transform: scale(1.08);
}

/* Portfolio Overlay - Enhanced Glassmorphism */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.75) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 24px 24px 0 0;
    backdrop-filter: blur(3px);
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay-content {
    transform: translateY(25px) scale(0.95);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
}

.portfolio-card:hover .portfolio-overlay-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Portfolio Link Button - Refined Design */
.portfolio-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 12px;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    letter-spacing: 0.3px;
}

.portfolio-link-btn i {
    font-size: 0.9rem;
    transition: transform 0.4s ease;
}

.portfolio-link-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255, 102, 0, 0.4);
    border-color: rgba(255, 102, 0, 0.3);
}

.portfolio-link-btn:hover i {
    transform: translateX(3px);
}

/* Portfolio link - icon only (home section overlay, minimal footprint) */
.portfolio-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 50%;
    font-size: 1rem;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.portfolio-link-icon:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

.portfolio-link-icon i {
    font-size: 0.95rem;
}

/* Portfolio Content - Enhanced Typography */
.portfolio-content {
    padding: 2rem 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.portfolio-content header {
    transition: all 0.4s ease;
}

.portfolio-card:hover .portfolio-content header {
    transform: translateY(-4px);
}

/* Use base tertiary__header class - no custom styles needed */
.portfolio-card:hover .tertiary__header {
    color: var(--primary-color);
    transition: color 0.4s ease;
}

/* Portfolio Category - Enhanced Typography */
.portfolio-category {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: var(--text-gray);
    margin: 0;
    transition: all 0.4s ease;
}

.portfolio-card:hover .portfolio-category {
    color: var(--text-dark);
    font-weight: 400;
}

/* Swiper slide entrance animation */
.section__clients-bod .swiper-slide {
    animation: slideInUp 0.6s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Skills / Technologies Section (home)
-------------------------------------------------- */
.section__skills {
    background:
        radial-gradient(ellipse 80% 70% at 100% 85%, rgba(255, 102, 0, 0.065), transparent 52%),
        linear-gradient(180deg, #ffffff 0%, #f3f2f7 100%);
    position: relative;
}

.section__skills::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.22), transparent);
}

.skills-stack__header {
    margin-bottom: 0.5rem;
}

.skills-stack__core {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    max-width: 720px;
    margin: 1.5rem auto 1.75rem;
}

.skills-stack__core-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1rem;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0f172a;
    background: linear-gradient(135deg, #fff7f0 0%, #ffffff 100%);
    border: 1px solid rgba(255, 102, 0, 0.22);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.06);
}

.skills-stack__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    max-width: 900px;
    margin: 0 auto;
}

.skills-stack__card {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.35rem 1.4rem 1.4rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.skills-stack__card:hover {
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
}

.skills-stack__card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.1rem;
}

.skills-stack__card-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    font-size: 1.15rem;
}

.skills-stack__card-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.2rem;
    line-height: 1.3;
}

.skills-stack__card-desc {
    font-size: 0.84rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.skills-stack__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skills-stack__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.8rem;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 500;
    color: #334155;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.skills-stack__chip i {
    font-size: 0.95rem;
    color: var(--primary-color);
    width: 1rem;
    text-align: center;
}

.skills-stack__chip:hover {
    border-color: rgba(255, 102, 0, 0.35);
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.1);
}

@media (min-width: 768px) {
    .skills-stack__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (min-width: 992px) {
    .skills-stack__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .skills-stack__grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .skills-stack__grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .skills-stack__grid--4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Legacy skills card classes (about / other pages) */
.skills-category-modern {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 102, 0, 0.1);
    overflow: hidden;
}

.skills-category-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.skills-category-modern:hover::before {
    transform: scaleX(1);
}

.skills-category-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(255, 102, 0, 0.15);
    border-color: rgba(255, 102, 0, 0.3);
}

.skills-category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.category-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 102, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.5rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.skills-category-modern:hover .category-icon-wrapper {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color-light));
    color: #ffffff;
    transform: rotate(5deg) scale(1.1);
}

.skills-grid-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.skill-item-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.75rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.skill-item-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.skill-item-modern:hover::before {
    left: 100%;
}

.skill-item-modern:hover {
    background: #ffffff;
    border-color: var(--primary-color);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.2);
}

.skill-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 102, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 1;
}

.skill-item-modern:hover .skill-icon-wrapper {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color-light));
    transform: rotateY(360deg) scale(1.1);
}

.skill-icon-wrapper i {
    font-size: 1.75rem;
    color: var(--primary-color);
    transition: all 0.4s ease;
}

.skill-item-modern:hover .skill-icon-wrapper i {
    color: #ffffff;
    transform: scale(1.15);
}

.skill-name {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.skill-item-modern:hover .skill-name {
    color: var(--primary-color);
    font-weight: 600;
}


/* Swiper pagination - Enhanced Styling */
.section__clients-bod .swiper-pagination {
    margin-top: 3rem;
    position: relative;
    bottom: auto;
}

.section__clients-bod .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e5e7eb;
    opacity: 1;
    margin: 0 8px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    border: 2px solid transparent;
}

.section__clients-bod .swiper-pagination .swiper-pagination-bullet:hover {
    background: #d1d5db;
    transform: scale(1.2);
}

.section__clients-bod .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    transform: scale(1.4);
    box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.15), 0 4px 12px rgba(255, 102, 0, 0.3);
    border-color: rgba(255, 102, 0, 0.2);
    width: 32px;
    border-radius: 16px;
}

/* Testimonials Section
-------------------------------------------------- */
.section__testimonials {
    background:
        radial-gradient(ellipse 70% 60% at 50% 0%, rgba(255, 102, 0, 0.08), transparent 55%),
        linear-gradient(135deg, #f8f9fa 0%, #ffffff 55%, #f3f2f7 100%);
    position: relative;
    overflow: hidden;
}

.section__testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.testimonials-showcase {
    max-width: 820px;
    margin: 1.75rem auto 0;
}

.testimonials-showcase__header {
    margin-bottom: 0.25rem;
}

.testimonials-showcase .testimonial__slider.swiper {
    overflow: hidden;
    padding-bottom: 0.25rem;
    min-height: 0;
}

.testimonial__slider .swiper-slide {
    display: flex;
    height: auto;
    box-sizing: border-box;
}

.testimonials-showcase .swiper-slide .testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 18px;
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.07);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.testimonials-showcase .swiper-slide .testimonial-card:hover {
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
}

.testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.testimonial-card__stars {
    display: flex;
    gap: 0.2rem;
}

.testimonial-card__stars i {
    color: #f59e0b;
    font-size: 0.9rem;
}

.testimonial-card__quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: rgba(255, 102, 0, 0.1);
    color: var(--primary-color);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.testimonial-card__text {
    margin: 0 0 1.35rem;
    flex: 1;
    min-height: 9.5rem;
}

.testimonial-card__text p {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.75;
    color: #334155;
}

.testimonial-card__text.is-expanded .testimonial-card__excerpt {
    display: none;
}

.testimonial-card__full {
    display: none;
}

.testimonial-card__text.is-expanded .testimonial-card__full {
    display: block;
}

.testimonial-card__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--primary-color);
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: color 0.2s ease, gap 0.2s ease;
}

.testimonial-card__toggle:hover {
    color: var(--primary-color-dark);
}

.testimonial-card__toggle::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}

.testimonial-card__text.is-expanded .testimonial-card__toggle::after {
    transform: rotate(180deg);
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding-top: 1.15rem;
    border-top: 1px solid #eef2f6;
    margin-top: auto;
}

.testimonial-card__avatar,
.testimonial-card__avatar-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.testimonial-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color-dark));
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonial-card__avatar-img {
    object-fit: cover;
    border: 2px solid rgba(255, 102, 0, 0.2);
}

.testimonial-card__meta {
    min-width: 0;
}

.testimonial-card__name {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    color: #0f172a;
    margin-bottom: 0.15rem;
}

.testimonial-card__role {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #64748b;
}

.testimonials-showcase__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.testimonials-showcase__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.testimonials-showcase__arrow:hover {
    border-color: rgba(255, 102, 0, 0.35);
    color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.12);
}

.testimonials-showcase__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
}

.testimonial__slider-pagination {
    position: relative !important;
    bottom: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.testimonial__slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #cbd5e1;
    opacity: 1;
    transition: transform 0.2s ease, background 0.2s ease;
}

.testimonial__slider-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Legacy premium testimonial cards (kept for reference) */
.testimonial-card-premium {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 102, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}

.testimonial-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    border-radius: 24px 24px 0 0;
}

.testimonial-card-premium:hover::before {
    transform: scaleX(1);
}

.testimonial-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 102, 0, 0.3);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.testimonial-stars {
    display: flex;
    gap: 4px;
}

.testimonial-stars i {
    color: #ffc107;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.testimonial-card-premium:hover .testimonial-stars i {
    transform: scale(1.1);
    animation: starPulse 0.6s ease;
}

@keyframes starPulse {
    0%, 100% { transform: scale(1.1); }
    50% { transform: scale(1.3); }
}

.testimonial-quote-large {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(246, 117, 31, 0.1), rgba(246, 117, 31, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.8rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.testimonial-card-premium:hover .testimonial-quote-large {
    opacity: 1;
    transform: rotate(15deg) scale(1.1);
    background: linear-gradient(135deg, rgba(246, 117, 31, 0.2), rgba(246, 117, 31, 0.1));
}

.testimonial-content-premium {
    flex-grow: 1;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.testimonial-text-premium {
    font-family: var(--font-primary);
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: 0.01em;
    position: relative;
}

.testimonial-text-premium::first-letter {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--primary-color);
    float: left;
    line-height: 1;
    margin-right: 8px;
    margin-top: 4px;
    font-family: var(--font-heading);
}

.testimonial-author-premium {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), rgba(246, 117, 31, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(246, 117, 31, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card-premium:hover .author-avatar {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(246, 117, 31, 0.4);
}

.author-info-premium {
    flex-grow: 1;
}

.author-name-premium {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0 0 0.25rem 0;
    letter-spacing: -0.01em;
}

.author-role-premium {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0 0 0.15rem 0;
    letter-spacing: 0.01em;
}

.author-company {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--text-gray);
    margin: 0;
    letter-spacing: 0.01em;
}

/* Happy Clients Section - Infinite Sliding Animation
-------------------------------------------------- */
.section__clients {
    position: relative;
}

.section__clients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.section__clients-body {
    padding: 1.5rem 0;
    overflow: hidden;
    position: relative;
}

.clients-logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.clients-logo-track {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    animation: slideLogos 35s linear infinite;
    width: fit-content;
}

.clients-logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.5rem;
    transition: transform 0.3s ease;
    cursor: default;
}

.clients-logo-item:hover {
    transform: translateY(-4px);
}

.clients-logo-item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 108px;
    height: 68px;
}

.clients-logo-item img {
    width: 100%;
    max-width: 108px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.clients-logo-item:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.clients-logo-item img.py-3 {
    padding: 0.75rem 0;
}

@keyframes slideLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.clients-logo-slider:hover .clients-logo-track {
    animation-play-state: paused;
}

/* About Section Social Media Icons - Simple Black
-------------------------------------------------- */
.about-social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-social-link {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 102, 0, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-social-link:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* Why Choose Section - Apply What I Do Card Design
-------------------------------------------------- */
.why-choose .col {
    padding: 1rem;
}

/* Only apply card design to content cards, not header */
.why-choose .row .col article {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.why-choose .row .col article::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(246, 117, 31, 0.1), transparent);
    transition: left 0.6s ease;
}

.why-choose .row .col article:hover::before {
    left: 100%;
}

.why-choose .row .col article:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.why-choose figure {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.why-choose figure i {
    font-size: 2.5rem;
    color: var(--primary-color);
    display: block;
    position: relative;
    z-index: 2;
}

/* Icon background circle */
.why-choose figure::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(246, 117, 31, 0.1), rgba(246, 117, 31, 0.05));
    border-radius: 50%;
    z-index: 1;
}

/* Page Types Section - Modern Redesign
-------------------------------------------------- */
#page-types {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

#page-types::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23f6751f" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

#page-types .container {
    position: relative;
    z-index: 2;
}

#page-types .card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#page-types .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(246, 117, 31, 0.1), transparent);
    transition: left 0.6s ease;
}

#page-types .card:hover::before {
    left: 100%;
}

#page-types .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(246, 117, 31, 0.15);
    border-color: var(--primary-color);
}

#page-types .card-body {
    padding: 2.5rem;
    position: relative;
    z-index: 2;
}

#page-types .card-body span {
    font-size: 3rem;
    display: block;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

#page-types .card:hover .card-body span {
    transform: scale(1.1);
}

#page-types .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

#page-types .card-text {
    color: #6b7280;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Header styling for page-types */
#page-types .text-center h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

#page-types .text-center p {
    font-size: 1.2rem;
    color: #6b7280;
    font-weight: 300;
}


/* ---------------------------------------------
   Customer Reviews (Modern Slider)
   --------------------------------------------- */
.customer-reviews {
  padding: 80px 0;
  background-color: #ffffff;
}

/* ---------------------------------------------
   Owl Carousel Testimonial Styles (for about page)
   --------------------------------------------- */
.testimonial-carousel {
  padding: 20px 0;
  min-height: 400px;
}

.testimonial-carousel .owl-stage {
  display: flex;
}

.testimonial-item {
  padding: 0 10px;
  display: block;
  width: 100%;
  visibility: visible !important;
}

.testimonial-carousel .testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  display: block !important;
}

.testimonial-carousel .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
  text-align: left;
}

.quote-icon {
  color: #646464;
  font-size: 2rem;
  margin-bottom: 20px;
}

/* SVG quote icon sizing to match Font Awesome icons */
.quote-icon svg {
  width: 2rem;
  height: 2rem;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* left align author info */
  gap: 15px;
}

.author-info h5 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
}


/* Owl Carousel Navigation */

.owl-nav {
  text-align: center;
  margin-top: 30px;
}

/* Make Owl nav buttons visually match the custom testimonial buttons */
.owl-nav button {
  background: #e7e7e7 !important; /* light grey like .t-btn */
  color: #111827 !important;
  border: none !important;
  width: 44px;
  height: 44px;
  border-radius: 8px !important; /* match .t-btn */
  margin: 0 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
  display: inline-grid !important;
  place-items: center !important;
}

.owl-nav button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12) !important;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db !important;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: var(--primary-color) !important;
  transform: scale(1.2);
}

/* Override dots to match custom testimonial dot colors */
.testimonial-carousel .owl-dots .owl-dot {
  background: #e5e7eb !important; /* light grey */
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  background: #111827 !important; /* dark active dot */
  transform: scale(1.15) !important;
}

/* -------------------------------------------------------

    Service pages

----------------------------------------------------------*/

.why-choose figure i{
    font-size: 2.3rem;
    font-weight: 500;
    color: var(--primary-color);

}


/* ---------------------------------------------
   Animation Classes
   --------------------------------------------- */
.animate-fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

.animate-slide-up {
  animation: slideUp 0.6s ease-out;
}

.animate-bounce-in {
  animation: bounceIn 0.6s ease-out;
}

.hover-lift {
  transition: var(--transition-fast);
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* ---------------------------------------------
   Keyframe Animations
   --------------------------------------------- */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { 
    opacity: 0; 
    transform: translateY(30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes bounceIn {
  0% { 
    opacity: 0; 
    transform: scale(0.3); 
  }
  50% { 
    opacity: 1; 
    transform: scale(1.05); 
  }
  70% { 
    transform: scale(0.9); 
  }
  100% { 
    opacity: 1; 
    transform: scale(1); 
  }
}

/* CTA Section - Consistent Design
-------------------------------------------------- */
.section__cta {
    background:
        radial-gradient(ellipse 90% 80% at 50% 100%, rgba(255, 102, 0, 0.1), transparent 58%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f3f2f7 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

/* Contact Page - Consistent Design
-------------------------------------------------- */
.section__contact-hero {
    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 0.3), rgba(255, 102, 0, 0.5), transparent);
}

.section__contact {
    background: linear-gradient(135deg, #ffffff 0%, var(--bg-light) 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__contact::before {
    content: none;
}

/* Contact Form Card */
.contact-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf1f5;
    transition: box-shadow 0.3s ease;
}

.contact-form-card:hover {
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

/* Form card header */
.contact-form-card__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eef2f6;
}

.contact-form-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color-dark));
    color: #ffffff;
    font-size: 1.15rem;
    box-shadow: 0 10px 22px rgba(255, 102, 0, 0.28);
}

.contact-form-card__title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.15rem;
}

.contact-form-card__subtitle {
    font-family: var(--font-primary);
    font-size: 0.925rem;
    color: var(--text-gray);
    margin: 0;
}

.contact-form__note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-primary);
    font-size: 0.85rem;
    color: var(--text-gray);
    margin: 1.1rem 0 0;
}

.contact-form__note i {
    color: var(--primary-color);
}


.contact-form .form-label {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    font-family: var(--font-primary);
    font-size: 1rem;
    padding: 0.8rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--text-dark);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form .form-control::placeholder {
    color: #9aa5b1;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1);
    outline: none;
}

/* Contact submit — see buttons.css */

/* Contact Information */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
}

/* Contact hero (v2) */
.section__contact-hero-v2 {
    padding-top: 3.25rem !important;
    padding-bottom: 0 !important;
}

.contact-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.contact-hero__inner .service-hero__subtitle {
    max-width: 620px;
}

.contact-hero__badges {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 0.85rem;
}

.contact-hero__badges li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-dark);
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.contact-hero__badges i {
    color: var(--primary-color);
    font-size: 0.85rem;
}

/* Availability pill */
.contact-availability {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    align-self: flex-start;
    font-family: var(--font-primary);
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f7b3f;
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.22);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
}

.contact-availability__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5);
    animation: contactPulse 2s infinite;
}

@keyframes contactPulse {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* Contact method cards */
.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 1rem 1.15rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a.contact-method:hover {
    border-color: rgba(255, 102, 0, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.contact-method__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.12), rgba(255, 102, 0, 0.05));
    color: var(--primary-color);
    font-size: 1.15rem;
    line-height: 1;
}

.contact-method__icon i {
    line-height: 1;
}

.contact-method__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.contact-method__label {
    font-family: var(--font-primary);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: var(--text-gray);
}

.contact-method__value {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    word-break: break-word;
}

.contact-method__sub {
    font-family: var(--font-primary);
    font-size: 0.82rem;
    color: var(--text-gray);
}

.contact-method__arrow {
    margin-left: auto;
    color: var(--primary-color);
    font-size: 0.85rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

a.contact-method:hover .contact-method__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Side card (social, etc.) */
.contact-side-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.contact-side-card__title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 1rem;
}

.contact-response-card__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.85rem;
}

.contact-response-card__title i {
    color: var(--primary-color);
}

.contact-info-section {
    margin-bottom: 1.5rem;
}


.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 0.875rem;
    align-items: center;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
    align-self: center;
}

.contact-info-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.12), rgba(255, 102, 0, 0.05));
    border-radius: 50%;
    z-index: 1;
}

.contact-info-icon i {
    font-size: 1.125rem;
    color: var(--primary-color);
    position: relative;
    z-index: 2;
    line-height: 1;
    display: block;
}

.contact-info-icon i::before {
    display: block;
    line-height: 1;
}

.contact-info-content {
    min-width: 0;
}

.contact-info-content > :first-child {
    margin-top: 0;
}

.contact-info-content > :last-child {
    margin-bottom: 0;
}

.contact-info-label {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.contact-info-text {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--text-gray);
    margin-bottom: 0.25rem;
}

.contact-info-subtext {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    color: var(--text-gray);
}

.contact-info-link {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-link:hover {
    color: var(--primary-color-dark);
}

/* Social Links */
.contact-social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-social-link {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 102, 0, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-social-link:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* Response Time Card */
.contact-response-card {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05) 0%, rgba(255, 102, 0, 0.02) 100%);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 102, 0, 0.1);
}


.contact-response-text {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    margin-bottom: 1rem;
}

.contact-response-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-response-list li {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

.contact-response-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* FAQ Section */
.section__faq {
    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.faq-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 102, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.faq-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: rgba(255, 102, 0, 0.2);
}

.faq-question {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.faq-answer {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Form Validation Styles */
.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact-form .form-control.is-valid,
.contact-form .form-select.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact-form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.contact-form .form-control.is-invalid ~ .invalid-feedback,
.contact-form .form-select.is-invalid ~ .invalid-feedback {
    display: block;
}

.contact-form .form-label .text-danger {
    color: var(--primary-color) !important;
}

.recaptcha-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

#formMessage {
    border-radius: 8px;
    padding: 1rem;
}

#formMessage.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

#formMessage.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}

.contact-submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Solutions Page - Consistent Design
-------------------------------------------------- */
.section__solutions-hero {
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
}

.solutions-hero__visual {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

/* Solutions hub — bento ecosystem (no device mocks) */
.solutions-ecosystem {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 1.1rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 102, 0, 0.09), transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(27, 108, 134, 0.1), transparent 45%),
        linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(232, 236, 241, 0.95);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.solutions-ecosystem__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 18%, transparent);
    filter: blur(48px);
    opacity: 0.55;
    pointer-events: none;
    transition: background 0.5s ease, opacity 0.5s ease;
}

.solutions-ecosystem__mosaic {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 92px 1fr 92px;
    gap: 0.55rem;
    align-items: stretch;
}

.solutions-ecosystem__tiles {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.solutions-ecosystem__tile {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 72px;
    padding: 0.55rem 0.4rem;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    color: #475569;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.solutions-ecosystem__tile:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--solution-accent, #ff6600) 35%, #e8ecf1);
}

.solutions-ecosystem__tile.is-active {
    border-color: color-mix(in srgb, var(--solution-accent, #ff6600) 55%, #e8ecf1);
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 10%, #ffffff);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--solution-accent, #ff6600) 18%, transparent);
    color: #0f172a;
}

.solutions-ecosystem__tile-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 14%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    font-size: 0.82rem;
}

.solutions-ecosystem__tile-name {
    font-size: 0.58rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
}

.solutions-ecosystem__spotlight {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid color-mix(in srgb, var(--solution-accent, #ff6600) 16%, #e8ecf1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    min-height: 100%;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.solutions-ecosystem__spotlight.is-updating {
    animation: solutions-ecosystem-pulse 0.45s ease;
}

@keyframes solutions-ecosystem-pulse {
    0% { transform: scale(1); }
    40% { transform: scale(1.012); }
    100% { transform: scale(1); }
}

.solutions-ecosystem__spotlight-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.solutions-ecosystem__spotlight-brand {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.solutions-ecosystem__spotlight-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 14%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    font-size: 0.95rem;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--solution-accent, #ff6600) 14%, transparent);
}

.solutions-ecosystem__spotlight-title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.solutions-ecosystem__spotlight-tagline {
    margin: 0.12rem 0 0;
    font-size: 0.68rem;
    font-weight: 500;
    color: #64748b;
}

.solutions-ecosystem__spotlight-live {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.58rem;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
}

.solutions-ecosystem__spotlight-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    animation: solutions-live-pulse 2s ease-in-out infinite;
}

@keyframes solutions-live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.solutions-ecosystem__spotlight-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.solutions-ecosystem__stat {
    text-align: center;
    padding: 0.4rem 0.3rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
}

.solutions-ecosystem__stat i {
    display: block;
    font-size: 0.62rem;
    color: var(--solution-accent, var(--primary-color));
    margin-bottom: 0.15rem;
}

.solutions-ecosystem__stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
}

.solutions-ecosystem__stat-label {
    display: block;
    font-size: 0.5rem;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 0.08rem;
}

.solutions-ecosystem__spotlight-body {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.45rem;
    flex: 1;
}

.solutions-ecosystem__chart-panel {
    padding: 0.45rem 0.5rem 0.35rem;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
}

.solutions-ecosystem__chart-title {
    display: block;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.solutions-ecosystem__chart {
    display: flex;
    align-items: flex-end;
    gap: 0.28rem;
    height: 64px;
}

.solutions-ecosystem__chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    height: 100%;
    justify-content: flex-end;
}

.solutions-ecosystem__chart-bar {
    width: 100%;
    max-width: 16px;
    height: var(--bar-height, 50%);
    border-radius: 4px 4px 2px 2px;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--solution-accent, #ff6600) 75%, #ffffff),
        var(--solution-accent, var(--primary-color))
    );
    transform-origin: bottom;
    animation: solutions-ecosystem-bar-grow 0.7s ease forwards;
}

@keyframes solutions-ecosystem-bar-grow {
    from { transform: scaleY(0.15); }
    to { transform: scaleY(1); }
}

.solutions-ecosystem__chart-label {
    font-size: 0.44rem;
    font-weight: 600;
    color: #94a3b8;
}

.solutions-ecosystem__feed {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
}

.solutions-ecosystem__feed-item {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.38rem 0.42rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    font-size: 0.5rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.35;
}

.solutions-ecosystem__feed-item i {
    font-size: 0.54rem;
    margin-top: 0.05rem;
    flex-shrink: 0;
    color: #94a3b8;
}

.solutions-ecosystem__feed-item--success i {
    color: #15803d;
}

.solutions-ecosystem__feed-item--info i {
    color: var(--solution-accent, var(--primary-color));
}

.solutions-ecosystem__hint {
    position: relative;
    z-index: 1;
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 500;
    color: #94a3b8;
}

.solutions-ecosystem__hint i {
    margin-right: 0.3rem;
    font-size: 0.62rem;
}

@media (max-width: 1199.98px) {
    .solutions-ecosystem__mosaic {
        grid-template-columns: 76px 1fr 76px;
    }

    .solutions-ecosystem__tile-name {
        font-size: 0.52rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .solutions-ecosystem__spotlight.is-updating,
    .solutions-ecosystem__chart-bar,
    .solutions-ecosystem__spotlight-live-dot {
        animation: none !important;
    }

    .solutions-ecosystem__tile {
        transition: none;
    }
}

.section__solutions {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.solutions-hero__lead,
.solutions-section__subtitle {
    max-width: 42rem;
}

.solutions-section__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 0.75rem;
}

.solutions-section__subtitle {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text-gray);
}

.solutions-grid-wrap {
    margin-top: 2.5rem;
}

@media (min-width: 992px) {
    .solutions-grid-wrap {
        margin-top: 3rem;
    }
}

/* Solutions hub — uniform product grid */
.solutions-hub__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.25rem;
}

@media (min-width: 576px) {
    .solutions-hub__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem;
    }
}

@media (min-width: 992px) {
    .solutions-hub__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.15rem;
        margin-top: 2.5rem;
    }
}

.solution-hub-card {
    --solution-accent: #ff6600;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.25rem 0 1.2rem;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

.solution-hub-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 102, 0, 0.2);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.solution-hub-card__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--solution-accent), color-mix(in srgb, var(--solution-accent) 40%, transparent));
}

.solution-hub-card--urbanest { --solution-accent: #1b6c86; }
.solution-hub-card--school-management { --solution-accent: #7c3aed; }
.solution-hub-card--hotel-management { --solution-accent: #2563eb; }
.solution-hub-card--restaurant-management { --solution-accent: #d97706; }
.solution-hub-card--sales-tantra { --solution-accent: #059669; }
.solution-hub-card--qr-code-generator { --solution-accent: #ff6600; }

.solution-hub-card__header {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
    padding: 0 1.25rem;
}

.solution-hub-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--solution-accent) 12%, #ffffff);
    color: var(--solution-accent);
    font-size: 1.15rem;
}

.solution-hub-card__meta {
    min-width: 0;
    flex: 1;
}

.solution-hub-card__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.solution-hub-card__featured,
.solution-hub-card__badge {
    display: inline-block;
    font-family: var(--font-primary);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
}

.solution-hub-card__featured {
    color: #1b6c86;
    background: rgba(27, 108, 134, 0.1);
}

.solution-hub-card__badge {
    color: var(--solution-accent);
    background: color-mix(in srgb, var(--solution-accent) 12%, #ffffff);
}

.solution-hub-card__title {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.solution-hub-card__type {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0.15rem 0 0;
    line-height: 1.4;
}

.solution-hub-card__desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 0.85rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 1.25rem;
}

.solution-hub-card__tags {
    list-style: none;
    padding: 0 1.25rem;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.solution-hub-card__tags li {
    font-size: 0.72rem;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    line-height: 1.35;
}

.solution-hub-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--solution-accent);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.solution-hub-card__link i {
    font-size: 0.78rem;
    transition: transform 0.2s ease;
}

.solution-hub-card:hover .solution-hub-card__link {
    gap: 0.6rem;
}

.solution-hub-card:hover .solution-hub-card__link i {
    transform: translateX(2px);
}

.section__solutions-benefits {
    background:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(27, 108, 134, 0.05), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Solution Cards */
.solution-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.05);
    border: 1px solid #e8ecf1;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .solution-card {
        padding: 2rem 2.1rem;
    }
}

.solution-card--grid {
    padding-top: 1.85rem;
}

.solution-card__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--solution-accent, #ff6600), rgba(255, 102, 0, 0.35));
    opacity: 0.85;
    transition: height 0.25s ease, opacity 0.25s ease;
}

.solution-card--grid:hover .solution-card__accent {
    height: 4px;
    opacity: 1;
}

.solution-card--urbanest { --solution-accent: #1b6c86; }
.solution-card--school-management { --solution-accent: #7c3aed; }
.solution-card--hotel-management { --solution-accent: #2563eb; }
.solution-card--restaurant-management { --solution-accent: #d97706; }
.solution-card--sales-tantra { --solution-accent: #059669; }
.solution-card--qr-code-generator { --solution-accent: #ff6600; }

.solution-card--featured {
    padding: 2rem;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(27, 108, 134, 0.07), transparent 55%),
        linear-gradient(135deg, #ffffff 0%, rgba(255, 102, 0, 0.03) 100%);
    border-color: rgba(27, 108, 134, 0.14);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
}

@media (min-width: 992px) {
    .solution-card--featured {
        padding: 2.5rem 3rem;
    }
}

.solution-card__aside {
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.35rem 1.25rem;
}

.solution-card__aside-label {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.85rem;
}

.solution-card__subtitle {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0.2rem 0 0;
    line-height: 1.4;
}

.solution-card__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.solution-card__head-text {
    flex: 1;
    min-width: 0;
}

.solution-card__badge {
    display: inline-block;
    font-family: var(--font-primary);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color);
    background: rgba(255, 102, 0, 0.1);
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.45rem;
}

.solution-card--featured .solution-card__badge {
    background: rgba(27, 108, 134, 0.1);
    color: #1b6c86;
}

.solution-card__footer {
    margin-top: auto;
    padding-top: 1.15rem;
}

.solution-card--featured .solution-card__footer {
    padding-top: 1.35rem;
}

.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(255, 102, 0, 0.18);
}

.solution-card--featured:hover {
    border-color: rgba(27, 108, 134, 0.22);
}

.solution-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon-wrapper--sm {
    width: 52px;
    height: 52px;
}

.solution-icon-wrapper--lg {
    width: 68px;
    height: 68px;
}

.solution-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.12), rgba(255, 102, 0, 0.04));
    border-radius: 16px;
    z-index: 1;
    transition: transform 0.25s ease;
}

.solution-card--urbanest .solution-icon-wrapper::before { background: linear-gradient(135deg, rgba(27, 108, 134, 0.14), rgba(27, 108, 134, 0.05)); }
.solution-card--school-management .solution-icon-wrapper::before { background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(124, 58, 237, 0.05)); }
.solution-card--hotel-management .solution-icon-wrapper::before { background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.05)); }
.solution-card--restaurant-management .solution-icon-wrapper::before { background: linear-gradient(135deg, rgba(217, 119, 6, 0.14), rgba(217, 119, 6, 0.05)); }
.solution-card--sales-tantra .solution-icon-wrapper::before { background: linear-gradient(135deg, rgba(5, 150, 105, 0.14), rgba(5, 150, 105, 0.05)); }

.solution-card:hover .solution-icon-wrapper::before {
    transform: translate(-50%, -50%) scale(1.06);
}

.solution-icon-wrapper i {
    font-size: 1.65rem;
    color: var(--primary-color);
    display: block;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.solution-card--urbanest .solution-icon-wrapper i { color: #1b6c86; }
.solution-card--school-management .solution-icon-wrapper i { color: #7c3aed; }
.solution-card--hotel-management .solution-icon-wrapper i { color: #2563eb; }
.solution-card--restaurant-management .solution-icon-wrapper i { color: #d97706; }
.solution-card--sales-tantra .solution-icon-wrapper i { color: #059669; }

.solution-card--featured .solution-icon-wrapper i {
    font-size: 1.85rem;
}

.solution-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.35;
}

.solution-card--featured .solution-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.solution-description {
    font-family: var(--font-primary);
    font-size: 0.94rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 1.1rem;
    max-width: 52ch;
}

.solution-card--featured .solution-description {
    max-width: none;
    font-size: 1.02rem;
}

/* Feature tags */
.solution-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.solution-tags li {
    font-family: var(--font-primary);
    font-size: 0.78rem;
    font-weight: 500;
    color: #334155;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    line-height: 1.4;
}

.solution-card--grid .solution-tags li {
    background: #f8fafc;
}

.solution-tags--featured {
    gap: 0.5rem;
}

.solution-tags--featured li {
    font-size: 0.82rem;
    padding: 0.45rem 0.9rem;
    background: #ffffff;
}

.solution-card-link {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-primary);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.solution-card-link:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

/* Legacy list style (kept for compatibility) */
.solution-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.solution-features li {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    padding: 0.35rem 0;
    padding-left: 1.35rem;
    position: relative;
}

.solution-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.section__portfolio-hero {
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
}

.portfolio-page__header .secondary__header {
    max-width: 42rem;
}

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.75rem 0 2rem;
}

.portfolio-filter__btn {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-filter__btn:hover {
    color: var(--primary-color);
    border-color: rgba(255, 102, 0, 0.25);
}

.portfolio-filter__btn.is-active {
    color: #ffffff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 14px rgba(255, 102, 0, 0.28);
}

.portfolio-filter__empty {
    text-align: center;
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 1.5rem;
}

.portfolio-filter__empty.is-hidden {
    display: none;
}

.portfolio-list-item.is-hidden {
    display: none;
}

.portfolio-page__card.is-hidden {
    display: none;
}

/* ---------------------------------------------
   Portfolio Page — stats, grid, cards
   --------------------------------------------- */
.portfolio-stats {
    background: #ffffff;
    border-bottom: 1px solid #e8ecf1;
    padding: 1.5rem 0;
}

.portfolio-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .portfolio-stats__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.portfolio-stats__value {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
}

.portfolio-stats__label {
    display: block;
    font-size: 0.82rem;
    color: #64748b;
    margin-top: 0.2rem;
}

.section__portfolio-page {
    position: relative;
    background:
        radial-gradient(ellipse 70% 55% at 0% 20%, rgba(255, 102, 0, 0.05), transparent 50%),
        radial-gradient(ellipse 50% 40% at 100% 80%, rgba(27, 108, 134, 0.04), transparent 45%),
        #ffffff;
}

.section__portfolio-page--solo {
    padding-top: 5rem !important;
}

.section__portfolio-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.2), transparent);
}

.portfolio-filter__count {
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
    margin: -0.75rem 0 1.5rem;
}

.portfolio-filter__count strong {
    color: #0f172a;
    font-weight: 600;
}

.portfolio-page__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .portfolio-page__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.35rem;
    }
}

@media (min-width: 1200px) {
    .portfolio-page__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.portfolio-page__card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.portfolio-page__card:hover {
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    transform: translateY(-4px);
}

.portfolio-page__card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.portfolio-page__card-media {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9eef3;
}

.portfolio-page__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-page__card:hover .portfolio-page__card-media img {
    transform: scale(1.04);
}

.portfolio-page__card-media--mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.5rem 0.35rem;
    background: linear-gradient(165deg, #eef2f7 0%, #e4eaf1 100%);
}

.portfolio-page__card-media--mockup .device-mockup-wrap--showcase {
    width: 100%;
}

.portfolio-page__card:hover .portfolio-page__card-media--mockup .device-mockup__screen img {
    transform: none;
}

.portfolio-page__card-tag {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    padding: 0.3rem 0.7rem;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 102, 0, 0.15);
    border-radius: 6px;
    backdrop-filter: blur(6px);
}

.portfolio-page__card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-page__card:hover .portfolio-page__card-overlay {
    opacity: 1;
}

.portfolio-page__card-overlay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #ffffff;
    color: var(--primary-color);
    font-size: 0.9rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.portfolio-page__card:hover .portfolio-page__card-overlay-btn {
    transform: scale(1);
}

.portfolio-page__card-body {
    padding: 1.1rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.portfolio-page__card-title {
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.3rem;
    line-height: 1.3;
}

.portfolio-page__card-category {
    font-size: 0.84rem;
    color: #64748b;
    margin: 0 0 0.65rem;
    line-height: 1.4;
}

.portfolio-page__card-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.55;
    margin: 0 0 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
}

.portfolio-page__card-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
}

.portfolio-page__card-tech li {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

.portfolio-page__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: auto;
    transition: gap 0.2s ease;
}

.portfolio-page__card-cta i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.portfolio-page__card:hover .portfolio-page__card-cta {
    gap: 0.55rem;
}

.portfolio-page__card:hover .portfolio-page__card-cta i {
    transform: translateX(2px);
}

.section__portfolio-capabilities {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.service-highlights__grid--4 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .service-highlights__grid--4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.section__about {
    position: relative;
    overflow: hidden;
}

.section__about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 0.3), rgba(255, 102, 0, 0.5), transparent);
}

/* Process Section */
.section__process {
    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.process-item {
    text-align: center;
    padding: 1.5rem;
}

.process-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.3);
    transition: all 0.3s ease;
}

.process-item:hover .process-number {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.4);
}

.process-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.process-description {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Benefits Section */
.section__benefits {
    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section__benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.3), transparent);
}

.benefit-item {
    text-align: center;
    padding: 1.5rem;
}

.benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 102, 0, 0.05));
    border-radius: 50%;
    z-index: 1;
}

.benefit-icon-wrapper i {
    font-size: 1.75rem;
    color: var(--primary-color);
    display: block;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.benefit-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.benefit-description {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    color: var(--text-gray);
    line-height: 1.6;
}

/* ---------------------------------------------
   Back to Top Button
   --------------------------------------------- */
.back-to-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem;
}

.back-to-top-btn.show {
    display: flex;
    opacity: 1;
}

.back-to-top-btn:hover {
    background: rgba(255, 102, 0, 0.9);
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(255, 102, 0, 0.4);
}

.back-to-top-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.3);
}

.back-to-top-btn i {
    color: #ffffff;
    transition: transform 0.3s ease;
}

.back-to-top-btn:hover i {
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .back-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
}

/* Solution detail pages */
.section__solution-detail-hero {
    padding-top: 3.5rem !important;
    padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .solution-detail-hero__visual--preview {
        display: none !important;
    }
}

.solution-detail-hero--urbanest { --solution-accent: #1b6c86; }
.solution-detail-hero--school-management { --solution-accent: #7c3aed; }
.solution-detail-hero--hotel-management { --solution-accent: #2563eb; }
.solution-detail-hero--restaurant-management { --solution-accent: #d97706; }
.solution-detail-hero--sales-tantra { --solution-accent: #059669; }
.solution-detail-hero--qr-code-generator { --solution-accent: #ff6600; }

.solution-breadcrumb {
    margin-bottom: 1.25rem;
}

.solution-breadcrumb .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
    font-size: 0.82rem;
}

@media (min-width: 992px) {
    .solution-breadcrumb .breadcrumb {
        justify-content: flex-start;
    }
}

.solution-detail-hero__subtitle {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--solution-accent, var(--primary-color));
    margin: 0;
    line-height: 1.4;
}

.solution-detail-hero__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

/* Interactive solution hero preview */
.solution-hero-preview {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    perspective: 900px;
}

.solution-hero-preview--dashboard {
    max-width: 540px;
}

.solution-hero-preview--with-phone {
    max-width: 640px;
}

.solution-hero-preview__showcase {
    position: relative;
    width: 100%;
    padding-right: 0;
    min-height: 300px;
}

.solution-hero-preview--with-phone .solution-hero-preview__showcase {
    padding-right: 68px;
    padding-bottom: 8px;
}

.solution-hero-preview__desktop-screen {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    background: #f8fafc;
}

.solution-hero-preview__simple-dash {
    position: relative;
    z-index: 1;
    padding: 0.65rem 0.7rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 240px;
}

.solution-hero-preview__simple-dash-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.solution-hero-preview__simple-dash-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    color: #0f172a;
}

.solution-hero-preview__simple-dash-brand i {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--solution-accent, #1b6c86) 14%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
}

.solution-hero-preview__simple-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.solution-hero-preview__simple-dash-stat {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 9px;
    padding: 0.4rem 0.35rem;
    text-align: center;
}

.solution-hero-preview__simple-dash-stat i {
    display: block;
    font-size: 0.58rem;
    color: var(--solution-accent, var(--primary-color));
    margin-bottom: 0.15rem;
}

.solution-hero-preview__simple-dash-stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
}

.solution-hero-preview__simple-dash-stat-label {
    display: block;
    font-size: 0.48rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 0.1rem;
}

.solution-hero-preview__simple-dash-body {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
}

.solution-hero-preview__simple-dash-chart {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 9px;
    padding: 0.4rem 0.45rem 0.35rem;
}

.solution-hero-preview__simple-dash-chart-title {
    display: block;
    font-size: 0.52rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.solution-hero-preview__bar-chart--compact {
    height: 58px;
    padding-top: 0;
}

.solution-hero-preview__bar-chart--compact .solution-hero-preview__bar {
    max-width: 14px;
}

.solution-hero-preview__bar-chart--compact .solution-hero-preview__bar-label {
    font-size: 0.42rem;
}

.solution-hero-preview__simple-dash-feed {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.solution-hero-preview__simple-dash-feed-item {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    padding: 0.38rem 0.42rem;
    font-size: 0.48rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.3;
}

.solution-hero-preview__simple-dash-feed-item i {
    font-size: 0.52rem;
    margin-top: 0.05rem;
    flex-shrink: 0;
    color: #94a3b8;
}

.solution-hero-preview__simple-dash-feed-item--success i {
    color: #15803d;
}

.solution-hero-preview__simple-dash-feed-item--info i {
    color: var(--solution-accent, var(--primary-color));
}

/* Desktop monitor mock */
.solution-hero-preview__desktop {
    width: 100%;
    filter: drop-shadow(0 24px 40px rgba(15, 23, 42, 0.14));
}

.solution-hero-preview__desktop-bezel {
    position: relative;
    background: linear-gradient(180deg, #3d3d3f 0%, #2b2b2d 55%, #1f1f21 100%);
    border-radius: 16px 16px 10px 10px;
    padding: 10px 10px 12px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.solution-hero-preview__desktop-camera {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111827;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
    z-index: 2;
}

.solution-hero-preview__desktop-stand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
}

.solution-hero-preview__desktop-neck {
    width: 52px;
    height: 28px;
    background: linear-gradient(180deg, #2b2b2d 0%, #3a3a3c 100%);
    clip-path: polygon(18% 0%, 82% 0%, 100% 100%, 0% 100%);
}

.solution-hero-preview__desktop-base {
    width: 108px;
    height: 8px;
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, #3a3a3c 0%, #252527 100%);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.solution-hero-preview--with-phone .solution-hero-preview__frame {
    width: 100%;
}

/* iPhone mock */
.solution-hero-preview__iphone {
    position: absolute;
    right: -4px;
    bottom: 28px;
    width: 148px;
    z-index: 6;
    pointer-events: auto;
    animation: solution-hero-phone-float 5s ease-in-out infinite;
}

@keyframes solution-hero-phone-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.solution-hero-preview__iphone-shell {
    position: relative;
    background: linear-gradient(145deg, #3a3a3c 0%, #1c1c1e 45%, #2c2c2e 100%);
    border-radius: 32px;
    padding: 3px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 22px 48px rgba(15, 23, 42, 0.28),
        0 8px 18px rgba(15, 23, 42, 0.16);
}

.solution-hero-preview__iphone-btn {
    position: absolute;
    background: #48484a;
    border-radius: 2px;
    z-index: 2;
}

.solution-hero-preview__iphone-btn--silent {
    left: -2px;
    top: 72px;
    width: 3px;
    height: 18px;
}

.solution-hero-preview__iphone-btn--volume-up {
    left: -2px;
    top: 102px;
    width: 3px;
    height: 28px;
}

.solution-hero-preview__iphone-btn--volume-down {
    left: -2px;
    top: 138px;
    width: 3px;
    height: 28px;
}

.solution-hero-preview__iphone-btn--power {
    right: -2px;
    top: 108px;
    width: 3px;
    height: 44px;
}

.solution-hero-preview__iphone-screen {
    position: relative;
    background: #f8fafc;
    border-radius: 29px;
    overflow: hidden;
    min-height: 302px;
    display: flex;
    flex-direction: column;
}

.solution-hero-preview__iphone-island {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 16px;
    background: #000000;
    border-radius: 999px;
    z-index: 4;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.solution-hero-preview__iphone-status {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 4px;
    font-size: 0.52rem;
    font-weight: 700;
    color: #0f172a;
}

.solution-hero-preview__iphone-signal {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    font-size: 0.48rem;
    color: #0f172a;
}

.solution-hero-preview__iphone-app {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 8px 6px;
    min-height: 0;
}

.solution-hero-preview__iphone-appbar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.solution-hero-preview__iphone-appicon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: color-mix(in srgb, var(--solution-accent, #1b6c86) 16%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.52rem;
}

.solution-hero-preview__iphone-appname {
    font-family: var(--font-heading);
    font-size: 0.58rem;
    font-weight: 700;
    color: #0f172a;
}

.solution-hero-preview__iphone-screens {
    position: relative;
    flex: 1;
    min-height: 168px;
}

.solution-hero-preview__iphone-panel {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.solution-hero-preview__iphone-panel.is-active {
    opacity: 1;
    transform: translateY(0);
}

.solution-hero-preview__iphone-panel[hidden] {
    display: none;
}

.solution-hero-preview__iphone-greeting {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.62rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.solution-hero-preview__iphone-meta {
    margin: 0.12rem 0 0.45rem;
    font-size: 0.48rem;
    font-weight: 600;
    color: #64748b;
}

.solution-hero-preview__iphone-card {
    background: linear-gradient(135deg, var(--solution-accent, #1b6c86), color-mix(in srgb, var(--solution-accent, #1b6c86) 70%, #0f172a));
    border-radius: 10px;
    padding: 0.45rem 0.5rem;
    color: #ffffff;
    margin-bottom: 0.45rem;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--solution-accent, #1b6c86) 28%, transparent);
}

.solution-hero-preview__iphone-card-label {
    display: block;
    font-size: 0.46rem;
    font-weight: 600;
    opacity: 0.88;
}

.solution-hero-preview__iphone-card-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 0.08rem;
    line-height: 1.15;
}

.solution-hero-preview__iphone-card-cta {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.46rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
}

.solution-hero-preview__iphone-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.solution-hero-preview__iphone-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    padding: 0.32rem 0.38rem;
}

.solution-hero-preview__iphone-list-icon {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--solution-accent, #1b6c86) 12%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.48rem;
    flex-shrink: 0;
}

.solution-hero-preview__iphone-list-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
}

.solution-hero-preview__iphone-list-title {
    font-size: 0.48rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.25;
    display: block;
}

.solution-hero-preview__iphone-list-sub {
    font-size: 0.42rem;
    font-weight: 600;
    color: #94a3b8;
    display: block;
}

.solution-hero-preview__iphone-tabbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.15rem;
    margin-top: auto;
    padding: 0.35rem 0.15rem 0.15rem;
    border-top: 1px solid #e8ecf1;
    background: rgba(255, 255, 255, 0.92);
}

.solution-hero-preview__iphone-tab {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    font-size: 0.58rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.solution-hero-preview__iphone-tab.is-active {
    color: var(--solution-accent, var(--primary-color));
    background: color-mix(in srgb, var(--solution-accent, #1b6c86) 12%, #ffffff);
}

.solution-hero-preview__iphone-home {
    width: 36%;
    height: 3px;
    background: #0f172a;
    border-radius: 999px;
    margin: 4px auto 7px;
    opacity: 0.85;
}

.solution-detail-hero--urbanest .solution-detail-hero__visual {
    overflow: visible;
}

.solution-hero-preview__frame {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s ease;
    transform-style: preserve-3d;
}

.solution-hero-preview--dashboard:hover .solution-hero-preview__desktop,
.solution-hero-preview--dashboard.is-tilted .solution-hero-preview__desktop {
    filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.18));
}

.solution-hero-preview--with-phone.is-tilted .solution-hero-preview__desktop {
    transition: transform 0.35s ease;
    transform-style: preserve-3d;
}

.solution-hero-preview__titlebar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    background: #eceff3;
    border-bottom: 1px solid #dde3ea;
}

.solution-hero-preview__browser-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #94a3b8;
    font-size: 0.52rem;
    flex-shrink: 0;
}

.solution-hero-preview__url {
    font-size: 0.58rem;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    border: 1px solid #d8dee6;
    border-radius: 6px;
    padding: 0.22rem 0.55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.solution-hero-preview__url i {
    font-size: 0.48rem;
    color: #059669;
    flex-shrink: 0;
}

.solution-hero-preview__dots {
    display: inline-flex;
    gap: 0.28rem;
    flex-shrink: 0;
}

.solution-hero-preview__dots i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.solution-hero-preview__dots i:nth-child(1) { background: #f87171; }
.solution-hero-preview__dots i:nth-child(2) { background: #fbbf24; }
.solution-hero-preview__dots i:nth-child(3) { background: #34d399; }

.solution-hero-preview__dashboard {
    display: flex;
    min-height: 340px;
}

.solution-hero-preview__sidebar {
    width: 46px;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--solution-accent, #1b6c86) 88%, #0f172a);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.65rem 0;
    gap: 0.35rem;
}

.solution-hero-preview__sidebar-logo {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.solution-hero-preview__sidebar-nav {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 9px;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.solution-hero-preview__sidebar-nav:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: scale(1.06);
}

.solution-hero-preview__sidebar-nav.is-active {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.solution-hero-preview__workspace {
    flex: 1;
    min-width: 0;
    background: #f8fafc;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.solution-hero-preview__workspace-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.solution-hero-preview__workspace-eyebrow {
    margin: 0;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.solution-hero-preview__workspace-title {
    margin: 0.12rem 0 0;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.solution-hero-preview__workspace-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.solution-hero-preview__avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 18%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    font-size: 0.58rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--solution-accent, #ff6600) 25%, #e2e8f0);
}

.solution-hero-preview__kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.solution-hero-preview__kpi {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 11px;
    padding: 0.5rem 0.55rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.solution-hero-preview--dashboard:hover .solution-hero-preview__kpi:nth-child(2) {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.solution-hero-preview__kpi-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 12%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.solution-hero-preview__kpi-body {
    min-width: 0;
    flex: 1;
}

.solution-hero-preview__kpi-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
}

.solution-hero-preview__kpi-label {
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 0.08rem;
}

.solution-hero-preview__kpi-trend {
    position: absolute;
    top: 0.4rem;
    right: 0.45rem;
    font-size: 0.52rem;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    padding: 0.12rem 0.32rem;
    border-radius: 999px;
}

.solution-hero-preview__dashboard-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.45rem;
    min-height: 118px;
}

.solution-hero-preview__chart-card,
.solution-hero-preview__feed-card,
.solution-hero-preview__table-card {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 11px;
    padding: 0.55rem 0.6rem;
}

.solution-hero-preview__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.solution-hero-preview__card-title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 700;
    color: #0f172a;
}

.solution-hero-preview__card-badge {
    font-size: 0.52rem;
    font-weight: 700;
    color: var(--solution-accent, var(--primary-color));
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 10%, #ffffff);
    padding: 0.14rem 0.38rem;
    border-radius: 999px;
}

.solution-hero-preview__bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.22rem;
    height: 72px;
    padding-top: 0.15rem;
}

.solution-hero-preview__bar-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.22rem;
    height: 100%;
    justify-content: flex-end;
}

.solution-hero-preview__bar {
    width: 100%;
    max-width: 18px;
    height: 0;
    border-radius: 4px 4px 2px 2px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--solution-accent, #ff6600) 75%, #ffffff), var(--solution-accent, var(--primary-color)));
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-hero-preview.is-chart-ready .solution-hero-preview__bar {
    height: var(--bar-height, 50%);
}

.solution-hero-preview__bar-label {
    font-size: 0.48rem;
    font-weight: 600;
    color: #94a3b8;
}

.solution-hero-preview__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.58rem;
}

.solution-hero-preview__table th {
    text-align: left;
    font-weight: 700;
    color: #64748b;
    padding: 0.28rem 0.35rem 0.35rem;
    border-bottom: 1px solid #eef2f6;
}

.solution-hero-preview__table td {
    padding: 0.32rem 0.35rem;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.solution-hero-preview__table tr:last-child td {
    border-bottom: none;
}

.solution-hero-preview__status {
    display: inline-block;
    font-size: 0.52rem;
    font-weight: 700;
    padding: 0.12rem 0.38rem;
    border-radius: 999px;
}

.solution-hero-preview__status--paid {
    color: #15803d;
    background: #dcfce7;
}

.solution-hero-preview__status--pending {
    color: #b45309;
    background: #fef3c7;
}

.solution-hero-preview__chrome {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 1.15rem 1.15rem 1.25rem;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    transform-style: preserve-3d;
}

.solution-hero-preview:hover .solution-hero-preview__chrome,
.solution-hero-preview.is-tilted .solution-hero-preview__chrome {
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.solution-hero-preview__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.95rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #eef2f6;
}

.solution-hero-preview__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.solution-hero-preview__brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 12%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    font-size: 0.95rem;
    flex-shrink: 0;
}

.solution-hero-preview__brand-name {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-hero-preview__live {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.solution-hero-preview__live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
    animation: solution-hero-live-pulse 2s ease-out infinite;
}

@keyframes solution-hero-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.solution-hero-preview__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.95rem;
}

.solution-hero-preview__stat {
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 0.55rem 0.45rem;
    text-align: center;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.solution-hero-preview:hover .solution-hero-preview__stat:nth-child(2) {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--solution-accent, #ff6600) 25%, #eef2f6);
}

.solution-hero-preview__stat-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--solution-accent, var(--primary-color));
    line-height: 1.2;
}

.solution-hero-preview__stat-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 0.15rem;
    line-height: 1.25;
}

.solution-hero-preview__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}

.solution-hero-preview__tab {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.solution-hero-preview__tab i {
    font-size: 0.72rem;
}

.solution-hero-preview__tab:hover {
    color: var(--solution-accent, var(--primary-color));
    border-color: color-mix(in srgb, var(--solution-accent, #ff6600) 35%, #e2e8f0);
    transform: translateY(-1px);
}

.solution-hero-preview__tab.is-active {
    color: #ffffff;
    background: var(--solution-accent, var(--primary-color));
    border-color: var(--solution-accent, var(--primary-color));
    box-shadow: 0 6px 16px color-mix(in srgb, var(--solution-accent, #ff6600) 28%, transparent);
}

.solution-hero-preview__panels {
    position: relative;
    min-height: 108px;
}

.solution-hero-preview--dashboard .solution-hero-preview__panels {
    min-height: 96px;
}

.solution-hero-preview__panel {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.solution-hero-preview__panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.solution-hero-preview__panel[hidden] {
    display: none;
}

.solution-hero-preview__headline {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.65rem;
}

.solution-hero-preview__activity {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.solution-hero-preview__activity-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.55rem 0.6rem;
    border-radius: 11px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    opacity: 0;
    transform: translateX(-6px);
    animation: solution-hero-activity-in 0.45s ease forwards;
}

.solution-hero-preview__activity-item:nth-child(1) { animation-delay: 0.05s; }
.solution-hero-preview__activity-item:nth-child(2) { animation-delay: 0.12s; }
.solution-hero-preview__activity-item:nth-child(3) { animation-delay: 0.19s; }

@keyframes solution-hero-activity-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.solution-hero-preview__activity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 0.72rem;
    flex-shrink: 0;
    background: #e2e8f0;
    color: #475569;
}

.solution-hero-preview__activity-item--success .solution-hero-preview__activity-icon {
    background: #dcfce7;
    color: #15803d;
}

.solution-hero-preview__activity-item--info .solution-hero-preview__activity-icon {
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 14%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
}

.solution-hero-preview__activity-item--warning .solution-hero-preview__activity-icon {
    background: #fef3c7;
    color: #b45309;
}

.solution-hero-preview__activity-body {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.solution-hero-preview__activity-text {
    font-size: 0.72rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.35;
}

.solution-hero-preview__activity-time {
    font-size: 0.62rem;
    font-weight: 600;
    color: #94a3b8;
}

/* QR Code Generator hero preview */
.solution-hero-preview--qr {
    max-width: 440px;
}

.solution-hero-preview--qr .qrg-hero-preview__chrome {
    padding-bottom: 0.85rem;
}

.qrg-hero-preview__types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.qrg-hero-preview__type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    font-size: 0.58rem;
    font-weight: 600;
    padding: 0.42rem 0.25rem;
    border-radius: 12px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.qrg-hero-preview__type i {
    font-size: 0.78rem;
}

.qrg-hero-preview__type:hover {
    color: var(--qr-type-accent, var(--solution-accent, #ff6600));
    border-color: color-mix(in srgb, var(--qr-type-accent, #ff6600) 35%, #e2e8f0);
    transform: translateY(-1px);
}

.qrg-hero-preview__type.is-active {
    color: #ffffff;
    background: var(--qr-type-accent, var(--solution-accent, #ff6600));
    border-color: var(--qr-type-accent, var(--solution-accent, #ff6600));
    box-shadow: 0 6px 16px color-mix(in srgb, var(--qr-type-accent, #ff6600) 30%, transparent);
}

.qrg-hero-preview__workspace {
    position: relative;
    min-height: 148px;
}

.qrg-hero-preview__panels {
    position: relative;
}

.qrg-hero-preview__panel {
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 0.65rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.qrg-hero-preview__panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.qrg-hero-preview__panel[hidden] {
    display: none;
}

.qrg-hero-preview__form {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 0.55rem 0.6rem;
}

.qrg-hero-preview__form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.qrg-hero-preview__form-label {
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 600;
    color: #0f172a;
}

.qrg-hero-preview__chip {
    font-size: 0.52rem;
    font-weight: 600;
    color: var(--qr-type-accent, #ff6600);
    background: color-mix(in srgb, var(--qr-type-accent, #ff6600) 12%, #ffffff);
    border-radius: 999px;
    padding: 0.15rem 0.4rem;
    white-space: nowrap;
}

.qrg-hero-preview__field {
    margin-bottom: 0.35rem;
}

.qrg-hero-preview__field:last-of-type {
    margin-bottom: 0.5rem;
}

.qrg-hero-preview__field-label {
    display: block;
    font-size: 0.52rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.12rem;
}

.qrg-hero-preview__field-value {
    display: block;
    font-size: 0.62rem;
    font-weight: 500;
    color: #334155;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.28rem 0.4rem;
    line-height: 1.3;
}

.qrg-hero-preview__field-value--masked {
    letter-spacing: 0.12em;
}

.qrg-hero-preview__swatches {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.qrg-hero-preview__swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #e2e8f0;
    flex-shrink: 0;
}

.qrg-hero-preview__swatch.is-active {
    box-shadow: 0 0 0 2px var(--qr-type-accent, #ff6600);
}

.qrg-hero-preview__swatch--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #94a3b8;
    font-size: 0.45rem;
}

.qrg-hero-preview__qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.qrg-hero-preview__qr-card {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    animation: qrg-hero-qr-float 4s ease-in-out infinite;
}

.qrg-hero-preview__qr {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.qrg-hero-preview__qr.is-pulse {
    animation: qrg-hero-qr-pulse 0.45s ease;
}

.qrg-hero-preview__scan {
    position: absolute;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--qr-type-accent, #ff6600), transparent);
    box-shadow: 0 0 8px color-mix(in srgb, var(--qr-type-accent, #ff6600) 60%, transparent);
    animation: qrg-hero-scan 2.8s ease-in-out infinite;
    opacity: 0.85;
}

.qrg-hero-preview__qr-hint {
    font-size: 0.52rem;
    font-weight: 600;
    color: #94a3b8;
}

.qrg-hero-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.7rem;
    padding-top: 0.65rem;
    border-top: 1px solid #eef2f6;
}

.qrg-hero-preview__formats {
    display: flex;
    gap: 0.3rem;
}

.qrg-hero-preview__format {
    font-size: 0.58rem;
    font-weight: 600;
    color: #94a3b8;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    border-radius: 999px;
    padding: 0.22rem 0.45rem;
}

.qrg-hero-preview__format.is-active {
    color: var(--solution-accent, #ff6600);
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 10%, #ffffff);
    border-color: color-mix(in srgb, var(--solution-accent, #ff6600) 25%, #e8ecf1);
}

.qrg-hero-preview__download {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.62rem;
    font-weight: 600;
    color: #ffffff;
    background: var(--solution-accent, #ff6600);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    box-shadow: 0 6px 14px color-mix(in srgb, var(--solution-accent, #ff6600) 30%, transparent);
    animation: qrg-hero-download-pulse 3s ease-in-out infinite;
}

.qrg-hero-preview__float {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: var(--solution-accent, #ff6600);
    pointer-events: none;
}

.qrg-hero-preview__float--a {
    top: -10px;
    right: -8px;
    animation: qrg-hero-float-a 5s ease-in-out infinite;
}

.qrg-hero-preview__float--b {
    bottom: 18px;
    left: -12px;
    color: #1b6c86;
    animation: qrg-hero-float-b 6s ease-in-out infinite 0.6s;
}

@keyframes qrg-hero-qr-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes qrg-hero-qr-pulse {
    0% { transform: scale(1); }
    40% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

@keyframes qrg-hero-scan {
    0%, 100% { top: 12%; opacity: 0; }
    10% { opacity: 0.85; }
    50% { top: 82%; opacity: 0.85; }
    60% { opacity: 0; }
}

@keyframes qrg-hero-download-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

@keyframes qrg-hero-float-a {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-3px, 4px) rotate(-6deg); }
}

@keyframes qrg-hero-float-b {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(4px, -3px) rotate(5deg); }
}

.solution-hero-preview--qr:hover .qrg-hero-preview__qr-card {
    box-shadow: 0 12px 28px color-mix(in srgb, var(--solution-accent, #ff6600) 18%, rgba(15, 23, 42, 0.12));
}

@media (prefers-reduced-motion: reduce) {
    .solution-hero-preview__iphone {
        animation: none !important;
    }

    .solution-hero-preview__frame,
    .solution-hero-preview__chrome,
    .solution-hero-preview__tab,
    .solution-hero-preview__stat,
    .solution-hero-preview__kpi,
    .solution-hero-preview__sidebar-nav,
    .solution-hero-preview__bar,
    .solution-hero-preview__panel,
    .solution-hero-preview__iphone-panel,
    .solution-hero-preview__iphone-tab,
    .solution-hero-preview__activity-item {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .qrg-hero-preview__type,
    .qrg-hero-preview__panel,
    .qrg-hero-preview__qr-card,
    .qrg-hero-preview__scan,
    .qrg-hero-preview__download,
    .qrg-hero-preview__float {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .solution-hero-preview.is-chart-ready .solution-hero-preview__bar,
    .solution-hero-preview__bar {
        height: var(--bar-height, 50%) !important;
    }

    .solution-hero-preview__live-dot {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .solution-hero-preview--with-phone {
        max-width: 100%;
    }

    .solution-hero-preview__simple-dash-body {
        grid-template-columns: 1fr;
    }

    .solution-hero-preview--with-phone .solution-hero-preview__showcase {
        padding-right: 0;
        padding-bottom: 200px;
    }

    .solution-hero-preview__iphone {
        right: 50%;
        bottom: 4px;
        transform: translateX(50%);
        animation: none;
    }

    .solution-hero-preview--dashboard {
        max-width: 100%;
    }

    .solution-hero-preview__dashboard-grid {
        grid-template-columns: 1fr;
    }

    .solution-hero-preview__table-card {
        overflow-x: auto;
    }

    .solution-hero-preview__tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-hero-preview__tab {
        justify-content: center;
    }
}

.solution-detail-hero__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background: color-mix(in srgb, var(--solution-accent, #ff6600) 12%, #ffffff);
    color: var(--solution-accent, var(--primary-color));
    font-size: 2.25rem;
    margin-bottom: 0;
}

.solution-detail-hero__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
}

.solution-detail-hero__tags li {
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    line-height: 1.35;
}

.section__solution-detail-content {
    background: #ffffff;
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
}

.section__solution-detail-section {
    position: relative;
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.section__solution-detail-section .container {
    max-width: 1140px;
}

.solution-detail-section__header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.solution-detail-section__header .section-eyebrow {
    margin-bottom: 0.5rem;
}

.solution-detail-section__header .solution-detail-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.section__solution-detail-overview {
    background: #ffffff;
}

.section__solution-detail-features {
    background:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(27, 108, 134, 0.05), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.section__solution-detail-faq-wrap {
    background: #ffffff;
}

.solution-detail-block {
    margin-bottom: 0;
}

.solution-detail-block__title {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    margin-bottom: 0;
}

.solution-detail-overview__panel {
    --solution-accent: #ff6600;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    border-top: 3px solid var(--solution-accent);
}

@media (min-width: 768px) {
    .solution-detail-overview__panel {
        padding: 1.75rem 2rem;
    }
}

.solution-detail-overview__panel--urbanest { --solution-accent: #1b6c86; }
.solution-detail-overview__panel--school-management { --solution-accent: #7c3aed; }
.solution-detail-overview__panel--hotel-management { --solution-accent: #2563eb; }
.solution-detail-overview__panel--restaurant-management { --solution-accent: #d97706; }
.solution-detail-overview__panel--sales-tantra { --solution-accent: #059669; }
.solution-detail-overview__panel--qr-code-generator { --solution-accent: #ff6600; }

.solution-detail-text {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.7;
    margin: 0 0 0.85rem;
}

.solution-detail-text--lead {
    font-size: 1.05rem;
    color: #0f172a;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.solution-detail-overview__tags {
    list-style: none;
    padding: 0.85rem 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    border-top: 1px solid #e2e8f0;
}

.solution-detail-overview__tags li {
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    line-height: 1.35;
}

.solution-detail-audience__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

@media (min-width: 768px) {
    .solution-detail-audience__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

.solution-detail-audience {
    position: relative;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 1.25rem 1.15rem;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.solution-detail-audience:hover {
    border-color: rgba(255, 102, 0, 0.18);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.solution-detail-audience__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.12);
    color: var(--primary-color);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.solution-detail-audience__title {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.35rem;
    line-height: 1.35;
}

.solution-detail-audience__text {
    font-size: 0.86rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

.solution-detail-features__grid {
    margin-top: 1.75rem;
}

.solution-detail-faq {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1.75rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.solution-detail-faq__item {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 0 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.solution-detail-faq__item[open] {
    border-color: rgba(255, 102, 0, 0.22);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.solution-detail-faq__item[open] .solution-detail-faq__icon {
    transform: rotate(45deg);
}

.solution-detail-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    padding: 1rem 0;
    list-style: none;
}

.solution-detail-faq__question::-webkit-details-marker {
    display: none;
}

.solution-detail-faq__icon {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: var(--primary-color);
    transition: transform 0.2s ease;
}

.solution-detail-faq__answer {
    font-family: var(--font-primary);
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 1rem;
    padding-top: 0;
}

.solution-detail-sidebar {
    position: sticky;
    top: 6rem;
}

.solution-detail-sidebar-card {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    margin-bottom: 1rem;
}

.solution-detail-sidebar-card__title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.65rem;
}

.solution-detail-sidebar-card__text {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    color: var(--text-gray);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.solution-detail-sidebar-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.solution-detail-sidebar-tags li {
    font-size: 0.78rem;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    line-height: 1.35;
}

.solution-detail-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.25rem;
    font-family: var(--font-primary);
    font-size: 0.88rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.solution-detail-back-link:hover {
    color: var(--primary-color);
    gap: 0.6rem;
}

.section__solution-related {
    background:
        radial-gradient(ellipse 70% 55% at 0% 50%, rgba(255, 102, 0, 0.04), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.solutions-hub__grid--related {
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .solution-detail-sidebar {
        position: static;
    }
}

/* Blog */
.section__blog-article {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.section__blog-page {
    position: relative;
    background:
        radial-gradient(ellipse 70% 55% at 0% 20%, rgba(255, 102, 0, 0.05), transparent 50%),
        radial-gradient(ellipse 50% 40% at 100% 80%, rgba(27, 108, 134, 0.04), transparent 45%),
        #ffffff;
}

.section__blog-page--solo {
    padding-top: 5rem !important;
}

.section__blog-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.2), transparent);
}

.blog-page__header .secondary__header {
    max-width: 42rem;
}

.blog-search {
    max-width: 420px;
    margin: 0 auto 1.5rem;
}

.blog-search__field {
    position: relative;
}

.blog-search__field i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.blog-search__field input {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 2.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.92rem;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-search__field input:focus {
    outline: none;
    border-color: rgba(255, 102, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1);
}

.blog-search__clear {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    text-decoration: none;
}

.blog-search__clear:hover {
    color: var(--primary-color);
}

.blog-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.75rem;
}

.blog-filter__btn {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.blog-filter__btn:hover {
    color: var(--primary-color);
    border-color: rgba(255, 102, 0, 0.25);
}

.blog-filter__btn.is-active {
    color: #ffffff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 14px rgba(255, 102, 0, 0.28);
}

.blog-filter__count {
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
    margin: -0.75rem 0 1.5rem;
}

.blog-filter__count strong {
    color: #0f172a;
    font-weight: 600;
}

.blog-page__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .blog-page__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.35rem;
    }
}

@media (min-width: 992px) {
    .blog-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

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

.blog-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
    height: 100%;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8ecf1;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-card:hover {
    border-color: rgba(255, 102, 0, 0.28);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    transform: translateY(-4px);
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.blog-card__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #e9eef3;
}

.blog-card__media img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.35s ease;
}

.blog-card:hover .blog-card__media img {
    opacity: 0.92;
}

.blog-card__placeholder {
    width: 100%;
    min-height: 180px;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 2rem;
    opacity: 0.55;
}

.blog-card__tag {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    padding: 0.3rem 0.7rem;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 102, 0, 0.15);
    border-radius: 6px;
}

.blog-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card__overlay {
    opacity: 1;
}

.blog-card__overlay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #ffffff;
    color: var(--primary-color);
    font-size: 0.9rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card__overlay-btn {
    transform: scale(1);
}

.blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.15rem 1.2rem 1.25rem;
}

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.blog-card__meta time {
    color: var(--primary-color);
}

.blog-card__title {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a;
    margin: 0 0 0.55rem;
}

.blog-card__excerpt {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0 0 0.85rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary-color);
}

.blog-card__cta i {
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.blog-card:hover .blog-card__cta i {
    transform: translateX(3px);
}

.blog-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 18px;
    background: color-mix(in srgb, var(--primary-color) 10%, #ffffff);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.blog-empty {
    padding: 3rem 1rem;
    border: 1px dashed #dbe3ec;
    border-radius: 18px;
    background: #ffffff;
}

.blog-pagination {
    margin-top: 2.5rem;
}

.blog-pagination__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.blog-pagination__pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-pagination__page,
.blog-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #475569;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-pagination__page.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.blog-pagination__page:not(.is-active):hover,
.blog-pagination__btn:not(.is-disabled):hover {
    border-color: color-mix(in srgb, var(--primary-color) 35%, #e2e8f0);
    color: var(--primary-color);
}

.blog-pagination__btn--arrow {
    min-width: auto;
    padding: 0 1rem;
}

.blog-pagination__btn.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.blog-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    color: #94a3b8;
    font-weight: 600;
}

.blog-pagination__info {
    margin: 0.85rem 0 0;
    text-align: center;
    font-size: 0.84rem;
    color: #94a3b8;
}

.blog-article__header {
    margin-bottom: 2rem;
}

.blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    font-size: 0.88rem;
    color: #94a3b8;
}

.blog-article__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.blog-article__cover {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
}

.blog-article__cover img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-article__content {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #334155;
}

.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
    font-family: var(--font-heading);
    color: #0f172a;
    margin: 1.75rem 0 0.85rem;
}

.blog-article__bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8ecf1;
}

/* Blog author card */
.blog-author {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 1.25rem 1.5rem;
    align-items: start;
    margin-top: 2.5rem;
    padding: 1.5rem;
    border: 1px solid #e8ecf1;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.blog-author__media {
    flex-shrink: 0;
}

.blog-author__avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px rgba(255, 102, 0, 0.18), 0 8px 20px rgba(15, 23, 42, 0.1);
}

.blog-author__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.blog-author__name {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.blog-author__name a {
    color: inherit;
    text-decoration: none;
}

.blog-author__name a:hover {
    color: var(--primary-color);
}

.blog-author__role {
    margin: 0.2rem 0 0.65rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--primary-color);
}

.blog-author__bio {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
}

.blog-author__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.blog-author__social {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 102, 0, 0.08);
    color: var(--primary-color);
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-author__social:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.blog-author__more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.blog-author__more:hover {
    text-decoration: underline;
}

.blog-author__more i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.blog-author__more:hover i {
    transform: translateX(3px);
}

@media (max-width: 575.98px) {
    .blog-author {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.25rem;
    }

    .blog-author__media {
        justify-self: center;
    }

    .blog-author__socials {
        justify-content: center;
    }

    .blog-author__more {
        justify-content: center;
    }
}

.blog-article__bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.blog-article__bottom-row + .blog-article__bottom-row {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.blog-article__bottom-label {
    flex-shrink: 0;
    min-width: 3.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
}

.blog-article__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-article__topic {
    font-size: 0.88rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-article__topic:hover {
    color: var(--primary-color);
}

.blog-article__content p {
    margin-bottom: 1.1rem;
}

.blog-article__content ul,
.blog-article__content ol {
    margin-bottom: 1.1rem;
    padding-left: 1.25rem;
}

.blog-article__content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.blog-article__content blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 0.5rem 0 0.5rem 1rem;
    margin: 1.25rem 0;
    color: #475569;
    background: #f8fafc;
    border-radius: 0 12px 12px 0;
}

.blog-article__content--rich pre {
    margin: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.blog-code-block {
    margin: 1.5rem 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #1e293b;
    background: #282c34;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.blog-code-block__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.85rem;
    background: linear-gradient(180deg, #21252b 0%, #1e2228 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-code-block__dots {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.blog-code-block__dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.blog-code-block__dots span:nth-child(1) { background: #ff5f57; }
.blog-code-block__dots span:nth-child(2) { background: #febc2e; }
.blog-code-block__dots span:nth-child(3) { background: #28c840; }

.blog-code-block__lang {
    flex: 1;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.blog-code-block__copy {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.55rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-code-block__copy:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.blog-code-block__copy.is-copied {
    background: rgba(40, 200, 64, 0.15);
    border-color: rgba(40, 200, 64, 0.35);
    color: #86efac;
}

.blog-code-block__copy i {
    font-size: 0.7rem;
}

.blog-code-block__body {
    overflow-x: auto;
    background: #282c34;
}

.blog-code-block__body pre {
    margin: 0;
    padding: 0;
    background: transparent;
}

.blog-article__content--rich pre code,
.blog-article__content--rich .blog-code-block__body code {
    display: block;
    padding: 1rem 1.15rem;
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: 0.86rem;
    line-height: 1.6;
    color: #abb2bf;
    background: transparent;
    tab-size: 4;
}

.blog-article__content--rich pre code.hljs {
    padding: 1rem 1.15rem;
}

.blog-article__content--rich .hljs {
    background: #282c34;
    color: #abb2bf;
}

.blog-article__content :not(pre) > code {
    font-family: var(--font-mono);
    font-size: 0.88em;
    background: #f1f5f9;
    color: #c2410c;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
}

.blog-article__content--rich img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.blog-article__content--rich figure {
    margin: 1.5rem 0;
}

.blog-article__content--rich figcaption {
    margin-top: 0.5rem;
    font-size: 0.88rem;
    color: #64748b;
    text-align: center;
}

.blog-article__content--rich table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.blog-article__content--rich th,
.blog-article__content--rich td {
    border: 1px solid #e8ecf1;
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: top;
}

.blog-article__content--rich th {
    background: #f8fafc;
    font-weight: 600;
    color: #0f172a;
}

.blog-article__content--rich tr:nth-child(even) td {
    background: #fcfdfe;
}

.blog-article__content--rich .blog-embed,
.blog-article__content--rich iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    margin: 1.5rem 0;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.blog-article__content--rich hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 2rem 0;
}

.blog-share {
    margin-top: 2.5rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.blog-share--embedded,
.blog-share--inline {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.blog-article__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 760px;
    margin: 0 auto;
}

.blog-article__main {
    min-width: 0;
}

.blog-article__share-rail {
    display: none;
}

@media (min-width: 992px) {
    .blog-article__shell {
        grid-template-columns: minmax(0, 760px) 3.25rem;
        gap: 1.25rem;
        max-width: calc(760px + 3.25rem + 1.25rem);
    }

    .blog-article__share-rail {
        display: block;
        justify-self: start;
    }
}

.blog-share--sticky {
    position: sticky;
    top: 6.5rem;
    display: flex;
    width: fit-content;
    margin: 0;
    padding: 0.55rem;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    flex-direction: column;
    align-items: center;
}

.blog-share--sticky .blog-share__label {
    margin: 0 0 0.5rem;
    justify-content: center;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    white-space: nowrap;
}

.blog-share--sticky .blog-share__label i {
    display: none;
}

.blog-share--sticky .blog-share__buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
}

.blog-share--sticky .blog-share__btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.blog-share--sticky .blog-share__feedback {
    position: absolute;
    right: calc(100% + 0.65rem);
    left: auto;
    top: 50%;
    margin: 0;
    padding: 0.35rem 0.6rem;
    white-space: nowrap;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.blog-share--embedded .blog-share__buttons {
    justify-content: center;
}

.blog-share--inline .blog-share__buttons {
    gap: 0.5rem;
}

.blog-share--inline .blog-share__btn,
.blog-share--inline .blog-share__btn--linkedin,
.blog-share--inline .blog-share__btn--twitter,
.blog-share--inline .blog-share__btn--facebook,
.blog-share--inline .blog-share__btn--whatsapp,
.blog-share--inline .blog-share__btn--copy,
.blog-share--inline .blog-share__btn--native {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 0.92rem;
    background: #f8fafc;
    color: #64748b;
    box-shadow: none;
}

.blog-share--inline .blog-share__btn:hover,
.blog-share--inline .blog-share__btn:focus-visible,
.blog-share--inline .blog-share__btn--linkedin:hover,
.blog-share--inline .blog-share__btn--twitter:hover,
.blog-share--inline .blog-share__btn--facebook:hover,
.blog-share--inline .blog-share__btn--whatsapp:hover,
.blog-share--inline .blog-share__btn--copy:hover,
.blog-share--inline .blog-share__btn--native:hover {
    background: #f1f5f9;
    color: var(--primary-color);
    transform: none;
    box-shadow: none;
}

.blog-post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8ecf1;
}

.blog-post-nav--single {
    grid-template-columns: 1fr;
}

.blog-post-nav__link {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.blog-post-nav__link:hover .blog-post-nav__title {
    color: var(--primary-color);
}

.blog-post-nav__link--next {
    text-align: right;
    align-items: flex-end;
}

.blog-post-nav__label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.blog-post-nav__title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    color: #0f172a;
    transition: color 0.2s ease;
}

.blog-share__label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.blog-share__label i {
    color: var(--primary-color);
}

.blog-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.blog-share__btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blog-share__icon--x {
    width: 1rem;
    height: 1rem;
    display: block;
}

.blog-share__btn:hover,
.blog-share__btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.blog-share__btn--linkedin {
    background: rgba(10, 102, 194, 0.1);
    color: #0a66c2;
}

.blog-share__btn--linkedin:hover,
.blog-share__btn--linkedin:focus-visible {
    background: #0a66c2;
    color: #fff;
}

.blog-share__btn--twitter {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.blog-share__btn--twitter:hover,
.blog-share__btn--twitter:focus-visible {
    background: #0f172a;
    color: #fff;
}

.blog-share__btn--facebook {
    background: rgba(24, 119, 242, 0.1);
    color: #1877f2;
}

.blog-share__btn--facebook:hover,
.blog-share__btn--facebook:focus-visible {
    background: #1877f2;
    color: #fff;
}

.blog-share__btn--whatsapp {
    background: rgba(37, 211, 102, 0.12);
    color: #128c7e;
}

.blog-share__btn--whatsapp:hover,
.blog-share__btn--whatsapp:focus-visible {
    background: #25d366;
    color: #fff;
}

.blog-share__btn--copy,
.blog-share__btn--native {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.12) 0%, rgba(255, 102, 0, 0.06) 100%);
    color: var(--primary-color);
}

.blog-share__btn--copy:hover,
.blog-share__btn--copy:focus-visible,
.blog-share__btn--native:hover,
.blog-share__btn--native:focus-visible {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: #fff;
}

.blog-share__feedback {
    margin: 0.85rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #15803d;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.blog-share__feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section__blog-related {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background: #f8fafc;
    border-top: 1px solid #e8ecf1;
}

.section__blog-related::before {
    content: none;
}

.blog-related__grid {
    margin-top: 2.25rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.blog-related__footer {
    margin-top: 2.5rem;
    padding-top: 0.5rem;
}

.blog-related__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.875rem 1.75rem;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.blog-related__view-all:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateX(4px);
}

.blog-related__view-all i {
    font-size: 0.8rem;
    transition: transform 0.25s ease;
}

.blog-related__view-all:hover i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .blog-post-nav {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .blog-post-nav__link--next {
        text-align: left;
        align-items: flex-start;
    }

    .blog-article__bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-share--embedded .blog-share__buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .blog-grid,
    .blog-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .blog-search {
        max-width: 100%;
    }

    .blog-grid,
    .blog-grid--compact {
        grid-template-columns: 1fr;
    }
}