:root {
  /* ═══════════════════════════════════════════════════════════
     ÖZGÜR BOBİNAJ - ULTRA PREMIUM COLORFUL THEME
     Sophisticated colors with premium feel
     ═══════════════════════════════════════════════════════════ */

  /* Core */
  --white: #ffffff;
  --black: #000000;

  /* Warm Cream Palette - Premium Background */
  --cream-50: #F4F8FF;
  --cream-100: #ECF4FF;
  --cream-200: #E2EEFF;
  --cream-300: #D8E8FF;
  --ivory: #F8FBFF;

  /* Premium Teal - Primary Brand */
  --teal-50: #ECFCFA;
  --teal-100: #CFF8F4;
  --teal-200: #A5EFE6;
  --teal-300: #7DE7DB;
  --teal-400: #4FD8CF;
  --teal-500: #26B9AA;
  --teal-600: #1F9E94;
  --teal-700: #1A807A;

  /* Warm Coral - Accent */
  --coral-50: #FFF3F5;
  --coral-100: #FFE5EA;
  --coral-200: #FFC7D1;
  --coral-300: #FFB0BD;
  --coral-400: #FF8897;
  --coral-500: #FF6F84;
  --coral-600: #F35E77;

  /* Soft Purple - Premium Touch */
  --purple-50: #FAF5FF;
  --purple-100: #F3E8FF;
  --purple-200: #E9D5FF;
  --purple-300: #D8B4FE;
  --purple-400: #C084FC;
  --purple-500: #A855F7;

  /* Warm Gold - Industrial Accent */
  --gold-50: #FFF9ED;
  --gold-100: #FEECCB;
  --gold-200: #FCDFA0;
  --gold-300: #F9CF79;
  --gold-400: #F3BF59;
  --gold-500: #E6AA37;
  --copper: #D9AA6A;
  --bronze: #CFA06C;

  /* Sky Blue - Fresh Accent */
  --sky-50: #F0F9FF;
  --sky-100: #E0F2FE;
  --sky-200: #BAE6FD;
  --sky-300: #7DD3FC;
  --sky-400: #38BDF8;
  --sky-500: #0EA5E9;

  /* Neutral - Soft Warm Grays */
  --gray-50: #F4F7FC;
  --gray-100: #EBF1F8;
  --gray-200: #D9E3EF;
  --gray-300: #C3D2E4;
  --gray-400: #95ABC5;
  --gray-500: #6F87A5;
  --gray-600: #546D8D;
  --gray-700: #3E5675;
  --gray-800: #2D4260;
  --gray-900: #20344F;

  /* Navy - Dark sections */
  --navy-950: #1F4496;
  --navy-900: #2F6FB8;
  --navy-800: #2F86C9;

  /* Legacy Support */
  --slate-100: var(--cream-100);
  --slate-300: var(--gray-300);
  --indigo-500: var(--purple-500);
  --warning: var(--gold-500);

  /* Semantic */
  --text: var(--gray-900);
  --text-secondary: var(--gray-600);
  --text-muted: var(--gray-500);
  --text-invert: var(--white);

  --bg-base: var(--cream-50);
  --bg-subtle: var(--cream-100);
  --bg-muted: var(--cream-200);

  --border-subtle: rgba(212, 165, 116, 0.12);
  --border-default: rgba(212, 165, 116, 0.18);
  --border-strong: rgba(212, 165, 116, 0.25);

  /* Design Tokens */
  --dark: var(--gray-900);
  --dark-soft: var(--gray-800);
  --light: var(--cream-100);
  --surface: var(--white);
  --accent: var(--sky-500);
  --accent-soft: rgba(47, 134, 201, 0.12);
  --muted: var(--gray-500);
  --line: var(--border-default);

  /* Premium Color Gradients */
  --gradient-warm: linear-gradient(135deg, var(--coral-100) 0%, var(--gold-100) 52%, var(--cream-100) 100%);
  --gradient-fresh: linear-gradient(135deg, var(--teal-50) 0%, var(--sky-100) 48%, var(--cream-50) 100%);
  --gradient-sunset: linear-gradient(135deg, var(--coral-200) 0%, var(--gold-200) 52%, var(--cream-100) 100%);
  --gradient-premium: linear-gradient(135deg, var(--cream-100) 0%, var(--sky-50) 34%, var(--teal-50) 72%, var(--cream-50) 100%);
  --gradient-hero: linear-gradient(128deg, #2950B6 0%, #2F86C9 34%, #26B9AA 68%, #EFB55A 100%);

  /* Premium Shadows */
  --shadow-xs: 0 1px 2px rgba(28, 25, 23, 0.03);
  --shadow-sm: 0 1px 3px rgba(28, 25, 23, 0.04), 0 1px 2px rgba(28, 25, 23, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(28, 25, 23, 0.05), 0 2px 4px -1px rgba(28, 25, 23, 0.03);
  --shadow-lg: 0 10px 15px -3px rgba(28, 25, 23, 0.06), 0 4px 6px -2px rgba(28, 25, 23, 0.03);
  --shadow-xl: 0 20px 25px -5px rgba(28, 25, 23, 0.07), 0 10px 10px -5px rgba(28, 25, 23, 0.03);
  --shadow-color: 0 20px 40px rgba(47, 134, 201, 0.18);
  --shadow: var(--shadow-lg);

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius: 16px;

  /* Typography */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout */
  --header-total-height: 72px;
  --hero-height: 100vh;
}

/* =====================================================
   PAGE TUNING - Bold/Soft Hero Contrast + Button Tones
   ===================================================== */
:root {
  --brand-hero-grad: linear-gradient(128deg, #2950b6 0%, #2f86c9 34%, #26b9aa 68%, #efb55a 100%);
  --brand-hero-soft-grad: linear-gradient(132deg, #2f6fb8 0%, #3a8fd2 38%, #2cb8ad 72%, #f3bf59 100%);
  --brand-btn-grad: linear-gradient(135deg, #2f86c9 0%, #26b9aa 58%, #4f6ef2 100%);
  --brand-btn-warm-grad: linear-gradient(135deg, #ff8897 0%, #f3bf59 100%);
}

body.activity-premium-page .ap-hero,
body.services-premium-page .sp-hero,
body.service-page .srv-hero,
body.about-page .about-hero,
body.policy-page .policy-hero,
body.ethics-page .ethics-hero,
body.mission-page .mission-hero,
body.scope-page .scope-hero,
body.certificates-page .cert-hero,
body.infra-page .ip-hero,
body.contact-pro-page .contact-hero {
  background: var(--brand-hero-grad) !important;
  box-shadow: 0 18px 42px rgba(41, 80, 182, 0.2) !important;
}

body.activity-premium-page .ap-hero::before,
body.services-premium-page .sp-hero::before,
body.service-page .srv-hero::before,
body.about-page .about-hero::before,
body.policy-page .policy-hero::before,
body.ethics-page .ethics-hero::before,
body.mission-page .mission-hero::before,
body.scope-page .scope-hero::before,
body.certificates-page .cert-hero::before,
body.infra-page .ip-hero::before,
body.contact-pro-page .contact-hero::before {
  background-image:
    radial-gradient(circle at 16% 78%, rgba(255, 136, 151, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 84% 16%, rgba(125, 231, 219, 0.22) 0%, transparent 46%) !important;
}

body.activity-premium-page .ap-btn-primary,
body.services-premium-page .sp-btn-primary,
body.service-page .srv-btn-primary,
body.infra-page .ip-btn-primary,
body.contact-pro-page .contact-btn-primary,
body.certificates-page .cert-download-btn,
body.ethics-page .ethics-reporting-btn {
  background: var(--brand-btn-grad) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(47, 134, 201, 0.32) !important;
}

body.activity-premium-page .ap-btn-primary:hover,
body.services-premium-page .sp-btn-primary:hover,
body.service-page .srv-btn-primary:hover,
body.infra-page .ip-btn-primary:hover,
body.contact-pro-page .contact-btn-primary:hover,
body.certificates-page .cert-download-btn:hover,
body.ethics-page .ethics-reporting-btn:hover {
  background: linear-gradient(135deg, #4f6ef2 0%, #2f86c9 52%, #26b9aa 100%) !important;
  box-shadow: 0 14px 32px rgba(41, 80, 182, 0.34) !important;
}

body.activity-premium-page .ap-btn-secondary,
body.services-premium-page .sp-btn-secondary,
body.service-page .srv-btn-outline,
body.infra-page .ip-btn-outline,
body.contact-pro-page .contact-btn-outline {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
  color: #ffffff !important;
  backdrop-filter: blur(10px);
}

body.certificates-page .cert-cta-btn,
body.about-page .about-cta-btn,
body.policy-page .policy-cta-btn,
body.ethics-page .ethics-cta-btn,
body.mission-page .mission-cta-btn,
body.scope-page .scope-cta-btn {
  background: var(--brand-btn-grad) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(47, 134, 201, 0.32) !important;
}

body.activity-premium-page .ap-btn-secondary:hover,
body.services-premium-page .sp-btn-secondary:hover,
body.service-page .srv-btn-outline:hover,
body.infra-page .ip-btn-outline:hover,
body.contact-pro-page .contact-btn-outline:hover,
body.certificates-page .cert-cta-btn:hover,
body.about-page .about-cta-btn:hover,
body.policy-page .policy-cta-btn:hover,
body.ethics-page .ethics-cta-btn:hover,
body.mission-page .mission-cta-btn:hover,
body.scope-page .scope-cta-btn:hover {
  background: var(--brand-btn-warm-grad) !important;
  border-color: rgba(255, 255, 255, 0.54) !important;
  color: #ffffff !important;
}

/* Corporate and related pages: stronger red buttons, red text accents stay unchanged */
body.activity-premium-page .ap-btn-primary,
body.services-premium-page .sp-btn-primary,
body.service-page .srv-btn-primary,
body.certificates-page .cert-download-btn,
body.ethics-page .ethics-reporting-btn,
body.certificates-page .cert-cta-btn,
body.about-page .about-cta-btn,
body.policy-page .policy-cta-btn,
body.ethics-page .ethics-cta-btn,
body.mission-page .mission-cta-btn,
body.scope-page .scope-cta-btn {
  background: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(74, 144, 226, 0.34) !important;
}

body.activity-premium-page .ap-btn-primary:hover,
body.services-premium-page .sp-btn-primary:hover,
body.service-page .srv-btn-primary:hover,
body.certificates-page .cert-download-btn:hover,
body.ethics-page .ethics-reporting-btn:hover,
body.certificates-page .cert-cta-btn:hover,
body.about-page .about-cta-btn:hover,
body.policy-page .policy-cta-btn:hover,
body.ethics-page .ethics-cta-btn:hover,
body.mission-page .mission-cta-btn:hover,
body.scope-page .scope-cta-btn:hover,
body.activity-premium-page .ap-btn-primary:focus,
body.services-premium-page .sp-btn-primary:focus,
body.service-page .srv-btn-primary:focus,
body.certificates-page .cert-download-btn:focus,
body.ethics-page .ethics-reporting-btn:focus,
body.certificates-page .cert-cta-btn:focus,
body.about-page .about-cta-btn:focus,
body.policy-page .policy-cta-btn:focus,
body.ethics-page .ethics-cta-btn:focus,
body.mission-page .mission-cta-btn:focus,
body.scope-page .scope-cta-btn:focus {
  background: #2f6fb8 !important;
  border-color: #2f6fb8 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(47, 111, 184, 0.36) !important;
}

body.gallery-premium-page .page-hero {
  background: var(--brand-hero-soft-grad) !important;
}

body.gallery-premium-page .page-hero h1,
body.gallery-premium-page .page-hero p,
body.gallery-premium-page .breadcrumb-item,
body.gallery-premium-page .breadcrumb-item a {
  color: #ffffff !important;
}

/* Infrastructure Modules - Colorful Premium System */
:root {
  --infra-bg: var(--cream-100);
  --infra-surface: #ffffff;
  --infra-border: rgba(212, 165, 116, 0.2);
  --infra-text: var(--gray-900);
  --infra-muted: var(--gray-500);
  --infra-accent-1: var(--teal-300);
  --infra-accent-2: var(--coral-200);
  --infra-accent-3: var(--gold-200);
  --infra-icon: var(--teal-600);
  --infra-icon-fg: var(--teal-700);
  --infra-icon-fg-strong: var(--teal-600);
  --infra-icon-bg: var(--teal-100);
  --infra-icon-ring: var(--teal-200);
  --infra-icon-shadow: 0 8px 18px rgba(20, 184, 166, 0.2);
  --infra-icon-success-fg: var(--teal-700);
  --infra-icon-success-bg: var(--teal-100);
  --infra-icon-success-ring: var(--teal-200);
  --infra-shadow-1: 0 14px 34px rgba(28, 25, 23, 0.06);
  --infra-shadow-2: 0 24px 52px rgba(20, 184, 166, 0.12);
}

.infra-modules {
  counter-reset: infraModule;
  padding: 88px 0;
  display: grid;
  gap: 40px;
}

.infra-modules--compact {
  padding: 28px 0 8px;
  gap: 28px;
}

.infra-module {
  position: relative;
  counter-increment: infraModule;
  scroll-margin-top: 150px;
}

.infra-module:last-child {
  margin-bottom: 0;
}

.infra-module-card,
.infra-module-surface {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border: 1px solid var(--infra-border);
  border-radius: 30px;
  box-shadow: var(--infra-shadow-1);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.infra-module-card::before,
.infra-module-surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-300), var(--gold-300));
}

.infra-module-card:hover,
.infra-module-surface:hover {
  transform: translateY(-2px);
  box-shadow: var(--infra-shadow-2);
}

.infra-module-grid,
.infra-module-layout {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: 34px;
  padding: 34px;
  align-items: start;
}

.infra-module:nth-child(even) .infra-media {
  order: 2;
}

.infra-module:nth-child(even) .infra-body {
  order: 1;
}

.infra-media {
  position: relative;
  min-height: 390px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--teal-200);
  background: linear-gradient(160deg, var(--teal-50) 0%, var(--cream-100) 50%, var(--coral-50) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.infra-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 10%, rgba(28, 25, 23, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

.infra-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}

.infra-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.infra-module-card:hover .infra-media img,
.infra-module-surface:hover .infra-media img {
  transform: scale(1.03);
}

.infra-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.9) 100%);
  border: 1px solid var(--teal-200);
  color: var(--teal-700);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(20, 184, 166, 0.18);
}

.infra-badge i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border: none;
  box-shadow: 0 4px 12px rgba(20, 184, 166, 0.3);
}

.infra-badge strong {
  font-size: 0.78rem;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral-100), var(--gold-100));
  border: 1px solid var(--coral-200);
  color: var(--coral-600);
}

.infra-chips {
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  width: min(176px, 48%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
}

.infra-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--teal-200);
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, var(--teal-50) 100%);
  color: var(--teal-700);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(20, 184, 166, 0.12);
}

.infra-chip:nth-child(even) {
  border-color: var(--coral-200);
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, var(--coral-50) 100%);
  color: var(--coral-600);
}

.infra-chip:nth-child(3n) {
  border-color: var(--gold-300);
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, var(--gold-50) 100%);
  color: var(--gold-500);
}

.infra-body {
  min-height: 390px;
  padding: 4px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.infra-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid var(--teal-200);
  background: linear-gradient(135deg, var(--teal-50), var(--cream-50));
  color: var(--teal-700);
  font-weight: 700;
  font-size: 0.82rem;
  box-shadow: 0 8px 18px rgba(20, 184, 166, 0.1);
}

.infra-kicker i {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border: none;
  box-shadow: 0 4px 10px rgba(20, 184, 166, 0.25);
}

.infra-title {
  margin: 0 0 14px;
  font-size: clamp(1.32rem, 2vw, 1.85rem);
  color: var(--gray-900);
  line-height: 1.24;
}

.infra-desc {
  margin: 0 0 20px;
  color: var(--gray-500);
  font-size: 0.98rem;
  line-height: 1.72;
}

.infra-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.infra-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--teal-100);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, var(--teal-50) 100%);
  color: var(--gray-800);
  font-size: 0.9rem;
  line-height: 1.55;
}

.infra-list li i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border: none;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  color: var(--white);
  font-size: 0.68rem;
  opacity: 1;
  filter: none;
}

.btn-infra {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-600) 100%);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: auto;
  align-self: flex-start;
}

.btn-infra::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.btn-infra:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 30px rgba(20, 184, 166, 0.35);
  color: var(--white);
}

.btn-infra i {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--teal-600);
  background: rgba(255,255,255,0.9);
  border: none;
}

.infra-badge i,
.infra-list i,
.btn-infra i,
.infra-module i.bi,
.infra-module svg {
  opacity: 1 !important;
  filter: none !important;
}

.infra-module svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8px;
}

.infra-module::before {
  content: counter(infraModule, decimal-leading-zero);
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--teal-100);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 991px) {
  .infra-modules {
    gap: 24px;
    padding: 56px 0;
  }

  .infra-module-grid,
  .infra-module-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .infra-module:nth-child(even) .infra-media,
  .infra-module:nth-child(even) .infra-body {
    order: initial;
  }

  .infra-media {
    min-height: 270px;
  }

  .infra-module::before {
    top: 8px;
    right: 14px;
    font-size: 2.1rem;
  }

  .infra-body {
    min-height: 0;
  }

  .infra-list {
    grid-template-columns: 1fr;
  }

  .infra-chips {
    width: auto;
    flex-direction: row;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    gap: 6px;
  }
}

@media (max-width: 575px) {
  .infra-modules {
    padding: 44px 0;
  }

  .infra-media {
    min-height: 224px;
    border-radius: 18px;
  }

  .infra-module-grid,
  .infra-module-layout {
    padding: 16px;
  }

  .infra-chips {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 6px;
  }

  .infra-chip {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.74rem;
  }

  .infra-badge {
    left: 10px;
    bottom: 10px;
    padding: 8px 10px;
  }

  .infra-module::before {
    top: 6px;
    right: 10px;
    font-size: 1.75rem;
  }
}

/* Infra Stabilize v2 */
.infra-modules {
  padding: 72px 0;
  gap: 28px;
}

.infra-module::before {
  display: none;
}

.infra-module-grid,
.infra-module-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  align-items: stretch;
}

.infra-media {
  min-height: 320px;
  border-radius: 20px;
}

.infra-badge {
  top: 14px;
  left: 14px;
  bottom: auto;
}

.infra-chips {
  top: auto;
  right: 14px;
  left: 14px;
  bottom: 14px;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.infra-body {
  min-height: 320px;
}

.infra-list {
  grid-template-columns: 1fr;
}

@media (max-width: 991px) {
  .infra-module-grid,
  .infra-module-layout {
    grid-template-columns: 1fr;
  }

  .infra-body,
  .infra-media {
    min-height: 0;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream-50);
  line-height: 1.6;
  overflow-x: hidden;
}

body.is-loaded .page-wrap {
  opacity: 1;
  transform: none;
}

.page-wrap {
  min-height: 100vh;
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.glightbox-open {
  overflow: hidden;
}

.text-muted {
  color: var(--muted) !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

/* Topbar - Premium Gradient */
.topbar {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 58%, #26B9AA 100%);
  color: var(--text-invert);
  font-size: 0.85rem;
  padding: 10px 0;
  border-bottom: 2px solid var(--teal-500);
}

.topbar a {
  color: var(--text-invert);
  font-weight: 500;
}

.topbar i {
  color: var(--teal-400);
  margin-right: 6px;
}

.topbar-lang {
  color: var(--text-invert);
}

/* Site Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Navigation - Premium Light with Color */
.site-nav {
  background: linear-gradient(180deg, rgba(255, 252, 249, 0.98) 0%, rgba(255, 248, 243, 0.96) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 165, 116, 0.15);
  position: relative;
}

.site-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-400), var(--gold-400), var(--teal-400));
  background-size: 200% 100%;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.site-nav.is-scrolled {
  box-shadow: 0 12px 40px rgba(28, 25, 23, 0.08);
}

.navbar .nav-link {
  color: var(--gray-700);
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal-500), var(--coral-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--teal-600);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 20px rgba(20, 184, 166, 0.3);
}

.brand-text {
  font-weight: 700;
  color: var(--gray-800);
  letter-spacing: 0.3px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--gray-500);
}

.lang-switch a {
  color: inherit;
}

.lang-switch a.active {
  color: var(--teal-600);
  font-weight: 600;
}

/* Dropdown - Premium Style */
.dropdown-menu {
  border-radius: 16px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  box-shadow: 0 20px 50px rgba(28, 25, 23, 0.1);
  padding: 10px;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  background: rgba(255, 252, 249, 0.98);
  backdrop-filter: blur(20px);
}

.dropdown-menu .dropdown-item {
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--gray-700);
}

.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(135deg, var(--teal-50), var(--cream-100));
  color: var(--teal-700);
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Mega Menu - Premium Colorful */
.dropdown-mega {
  min-width: 820px;
  max-width: min(900px, calc(100vw - 2rem));
  border-radius: 24px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  box-shadow: 0 30px 80px rgba(28, 25, 23, 0.12);
  padding: 0;
  overflow: hidden;
  background: rgba(255, 252, 249, 0.98);
  backdrop-filter: blur(20px);
}

.navbar-nav .dropdown-menu.dropdown-mega {
  margin-top: 12px;
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.mega-list {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream-50) 100%);
}

.mega-link {
  display: flex;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--gray-800);
  align-items: flex-start;
  transition: all 0.2s ease;
}

.mega-link + .mega-link {
  border-top: 1px solid rgba(212, 165, 116, 0.1);
  margin-top: 6px;
  padding-top: 18px;
}

.mega-link:hover {
  background: linear-gradient(135deg, var(--teal-50) 0%, var(--coral-50) 100%);
  color: var(--teal-700);
  transform: translateX(4px);
}

.mega-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  display: grid;
  place-items: center;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(20, 184, 166, 0.25);
}

.mega-title {
  display: block;
  font-weight: 600;
  color: var(--gray-800);
}

.mega-desc {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-500);
}

.mega-aside {
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--coral-50) 100%);
  padding: 24px;
  border-left: 1px solid rgba(212, 165, 116, 0.15);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mega-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.9) 100%);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(212, 165, 116, 0.12);
  box-shadow: 0 12px 30px rgba(28, 25, 23, 0.06);
}

.mega-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--teal-100), var(--teal-50));
  color: var(--teal-700);
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.8rem;
  border: 1px solid var(--teal-200);
}

.mega-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, var(--cream-50) 100%);
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(212, 165, 116, 0.12);
}

.mega-stack {
  display: grid;
  gap: 12px;
  margin: 12px 0 6px;
}

.mega-stack .mega-card {
  padding: 12px;
}

.mega-stack .mega-badge {
  font-size: 0.75rem;
}

.mega-highlight i {
  color: var(--teal-500);
  font-size: 1.2rem;
}

.offcanvas .nav-link {
  padding: 0.5rem 0;
}

.offcanvas .collapse .nav-link {
  font-size: 0.95rem;
  color: var(--gray-500);
}

/* Buttons - Premium Colorful */
.btn-primary {
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border: none;
  color: #fff;
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.3);
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--teal-600), var(--teal-700));
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.4);
  transform: translateY(-2px);
}

.btn-ghost {
  border: 1px solid var(--teal-200);
  color: var(--teal-700);
  background: transparent;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: linear-gradient(135deg, var(--teal-50), var(--cream-50));
  border-color: var(--teal-400);
  color: var(--teal-600);
}

.btn-outline-dark {
  border-color: var(--gray-300);
  color: var(--gray-800);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: var(--gray-800);
  color: #fff;
  border-color: var(--gray-800);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: #fff;
  color: var(--teal-700);
}

/* Sections - Premium Backgrounds */
.section {
  padding: 100px 0;
  scroll-margin-top: 120px;
}

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

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.4vw + 1rem, 3.1rem);
  color: var(--gray-900);
  margin-bottom: 1rem;
}

.section-lead {
  color: var(--gray-500);
  max-width: 680px;
}

/* Hero Carousel - Premium Colorful */
.hero-carousel {
  position: relative;
  background: linear-gradient(128deg, #2950B6 0%, #2F86C9 34%, #26B9AA 68%, #EFB55A 100%);
  height: calc(100svh - var(--header-total-height));
  height: calc(100dvh - var(--header-total-height));
  height: var(--hero-height, calc(100vh - var(--header-total-height)));
  overflow: hidden;
}

.hero-carousel .carousel {
  height: 100%;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
  min-height: 100%;
}

.hero-slide {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--text-invert);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(26, 45, 69, 0.95) 0%, rgba(42, 90, 110, 0.85) 45%, rgba(59, 122, 122, 0.6) 70%, rgba(74, 139, 122, 0.3) 85%, transparent 100%);
  z-index: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/noise.svg");
  background-size: 320px 320px;
  background-repeat: repeat;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 2;
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(120% 120% at 88% 50%, rgba(20, 184, 166, 0.15) 0%, transparent 50%),
    linear-gradient(90deg, rgba(26, 45, 69, 0.5) 0%, transparent 50%),
    var(--hero-bg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: saturate(1.15) contrast(1.05);
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  clip-path: polygon(46% -4%, 104% -4%, 104% 104%, 60% 104%, 40% 56%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.85) 72%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.85) 72%, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-slide.slide-1 .hero-bg-media {
  background-position: 78% center;
}

.hero-slide.slide-2 .hero-bg-media {
  background-position: 80% center;
}

.hero-slide.slide-3 .hero-bg-media {
  background-position: right 28% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide .container,
.hero-slide .row {
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 560px;
  min-height: clamp(320px, 42vh, 520px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 10vh, 96px) 0 clamp(32px, 8vh, 84px);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw + 1rem, 4.6rem);
  line-height: 1.05;
  color: var(--text-invert);
}

.hero-subtitle {
  color: rgba(245, 247, 251, 0.85);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-media {
  position: relative;
  z-index: 3;
  min-height: clamp(320px, 42vh, 520px);
  display: flex;
  align-items: center;
}

.hero-media img {
  display: none;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--text-invert);
  font-weight: 600;
  font-size: 0.88rem;
  backdrop-filter: blur(8px);
}

.hero-tag i {
  color: var(--teal-300);
}

.proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-invert);
  font-size: 0.88rem;
  backdrop-filter: blur(8px);
}

.proof-chip i {
  color: var(--teal-300);
}

.carousel-indicators {
  bottom: 24px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background: linear-gradient(135deg, var(--teal-400), var(--coral-400));
  transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border-color: var(--teal-500);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 5;
}

.hero-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-400));
}

/* Service Cards - Premium Colorful */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.service-card {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-400));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(20, 184, 166, 0.15);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.25);
}

/* Capacity Band - Colorful */
.capacity-band {
  background: linear-gradient(135deg, var(--cream-100) 0%, var(--teal-50) 50%, var(--cream-100) 100%);
  border-top: 1px solid rgba(20, 184, 166, 0.15);
  border-bottom: 1px solid rgba(20, 184, 166, 0.15);
}

.stat-card {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border-radius: 20px;
  padding: 26px 30px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.12);
}

.stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--teal-600), var(--coral-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  color: var(--gray-500);
}

/* Capability Cards - Colorful */
.capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.capability-card {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--teal-400), var(--coral-400));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.capability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(20, 184, 166, 0.15);
}

.capability-card:hover::before {
  opacity: 1;
}

/* Process Steps - Premium */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.process-card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  position: relative;
  overflow: hidden;
}

.process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-400), var(--gold-400));
}

.split-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.1);
}

/* Logo Band - Premium */
.logo-band {
  background: linear-gradient(135deg, var(--cream-100) 0%, var(--teal-50) 50%, var(--cream-100) 100%);
  padding: 40px 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}

.logo-tile {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  color: var(--gray-600);
  font-weight: 600;
  border: 1px solid rgba(212, 165, 116, 0.15);
  transition: all 0.3s ease;
}

.logo-tile:hover {
  border-color: var(--teal-300);
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.12);
  transform: translateY(-3px);
}

/* CTA Band - Premium Gradient */
.cta-band {
  background: linear-gradient(135deg, #2950B6 0%, #2F86C9 52%, #26B9AA 100%);
  color: var(--text-invert);
  border-radius: 32px;
  padding: 56px;
  border: 1px solid rgba(20, 184, 166, 0.25);
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(20, 184, 166, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.cta-band h3 {
  color: #fff;
}

/* Gallery Teaser */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.teaser-item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 165, 116, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  transition: all 0.3s ease;
}

.teaser-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(20, 184, 166, 0.15);
}

.teaser-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* Page Hero - Colorful */
.page-hero {
  padding: 140px 0 70px;
  background: linear-gradient(135deg, var(--cream-100) 0%, var(--teal-50) 50%, var(--coral-50) 100%);
  border-bottom: 1px solid rgba(20, 184, 166, 0.15);
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal-400), var(--coral-400), var(--gold-400));
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw + 1rem, 3.2rem);
  color: var(--gray-900);
}

.breadcrumb {
  font-size: 0.9rem;
}

/* Cards - Premium */
.card-lift {
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: 22px;
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  transition: all 0.3s ease;
  height: 100%;
}

.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(20, 184, 166, 0.15);
}

.service-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal-100), var(--teal-50));
  color: var(--teal-700);
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid var(--teal-200);
}

.info-strip {
  background: linear-gradient(135deg, #2950B6 0%, #2F86C9 58%, #26B9AA 100%);
  color: var(--text-invert);
  padding: 24px 28px;
  border-radius: 20px;
}

/* Feature List - Colorful */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
  color: var(--gray-600);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-400), var(--teal-500));
  box-shadow: 0 4px 10px rgba(20, 184, 166, 0.25);
}

/* Contact Cards */
.reference-card,
.contact-card {
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  padding: 28px;
  border: 1px solid rgba(212, 165, 116, 0.15);
  height: 100%;
}

.map-placeholder {
  border-radius: 28px;
  background: linear-gradient(135deg, var(--teal-100) 0%, var(--cream-100) 50%, var(--coral-50) 100%);
  padding: 48px;
  min-height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--gray-800);
}

/* Forms - Premium */
.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(212, 165, 116, 0.2);
  padding: 0.85rem 1.1rem;
  background: var(--white);
  transition: all 0.2s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--teal-400);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

/* Gallery - Premium */
.gallery-filter {
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-filter .nav-link {
  border-radius: 999px;
  color: var(--gray-600);
  border: 1px solid rgba(212, 165, 116, 0.2);
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.gallery-filter .nav-link:hover {
  background: var(--teal-50);
  border-color: var(--teal-300);
  color: var(--teal-700);
}

.gallery-filter .nav-link.active {
  background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
  border-color: var(--teal-500);
  color: #fff;
  box-shadow: 0 8px 20px rgba(20, 184, 166, 0.25);
}

.gallery-card {
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-50) 100%);
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(20, 184, 166, 0.15);
}

.gallery-card img {
  width: 100%;
  height: var(--h, 240px);
  object-fit: cover;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26, 45, 69, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.zoom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  color: var(--teal-600);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.15);
}

.gallery-card .gallery-caption {
  padding: 18px 20px;
  color: var(--gray-800);
  font-weight: 600;
}

.gallery-card.is-hidden {
  display: none;
}

/* Footer CTA - Premium Gradient */
.footer-cta {
  background: linear-gradient(135deg, #2950B6 0%, #2F86C9 52%, #26B9AA 100%);
  padding: 50px 0;
}

.footer-cta-inner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 28px;
  padding: 38px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--text-invert);
  backdrop-filter: blur(10px);
}

.footer-cta-inner h3 {
  margin-bottom: 10px;
  color: #fff;
}

/* Site Footer - Premium */
.site-footer {
  background: linear-gradient(160deg, #1F4496 0%, #2F6FB8 45%, #1F8F98 100%);
  color: #e6effc;
  padding: 70px 0 28px;
}

.site-footer .row {
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-brand .brand-inline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  margin-bottom: 2px;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  min-height: 76px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
  border: 1px solid rgba(212, 165, 116, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.footer-logo {
  display: block;
  width: 100%;
  max-width: 178px;
  height: auto;
}

.footer-brand p {
  margin-bottom: 0.25rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 136, 151, 0.24), rgba(243, 191, 89, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff8e9;
  font-size: 0.82rem;
  font-weight: 500;
}

.footer-highlights {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
  display: grid;
  gap: 10px;
}

.footer-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #d8e1eb;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-highlights i {
  color: #ffd98a;
  margin-top: 2px;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: #c9d4e0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a:hover {
  color: #ffd98a;
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #c9d4e0;
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact strong {
  color: #fff;
  font-weight: 600;
}

.footer-contact a {
  color: inherit;
}

.footer-contact span {
  display: block;
  line-height: 1.45;
}

@media (min-width: 992px) {
  .footer-contact li:not(:first-child) span {
    white-space: nowrap;
  }
}

.footer-contact i {
  color: #ffd98a;
  margin-top: 2px;
  line-height: 1;
  flex-shrink: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 136, 151, 0.24), rgba(243, 191, 89, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.34);
  display: grid;
  place-items: center;
  color: #fff6df;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: linear-gradient(135deg, #FF8897, #F3BF59);
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255, 136, 151, 0.36);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.9rem;
  color: #dbe6f8;
  padding-top: 20px;
  margin-top: 28px;
}

.footer-bottom a {
  color: #b8c9da;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: #ffd98a;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-slide {
    padding: 0;
  }

  .hero-slide::before {
    clip-path: none;
    background: linear-gradient(180deg, rgba(26, 45, 69, 0.95) 0%, rgba(42, 90, 110, 0.85) 50%, rgba(59, 122, 122, 0.7) 100%);
  }

  .hero-bg-media {
    clip-path: none;
    mask-image: none;
    -webkit-mask-image: none;
    background-position: center;
    opacity: 0.45;
  }

  .hero-content {
    padding: clamp(28px, 8vh, 56px) 0;
  }

  .cta-band {
    padding: 40px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 48px;
    height: 48px;
  }

  .dropdown-mega {
    min-width: 100%;
  }

  .footer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand .brand-inline {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-wrap {
    width: 190px;
    min-height: 70px;
  }
}
