.hero-service-visual {
  border-radius: 28px;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.office-card {
  position: relative;
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

.office-card .city-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 128, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--raypan-orange);
  margin-bottom: 1rem;
  box-shadow: 0 12px 24px rgba(255, 128, 0, 0.2);
}
.why-section {
  position: relative;
  padding-block: 4.75rem;
  background: radial-gradient(circle at top right, rgba(255, 128, 0, 0.08), transparent 55%), var(--raypan-grey-50);
}

.why-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 128, 0, 0.1), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.why-card {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 28px;
  padding: 2.6rem 2.4rem;
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 128, 0, 0.18);
  overflow: hidden;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
  height: 100%;
}

.why-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -80px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.22), transparent 65%);
  opacity: 0.65;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 42px 75px rgba(15, 23, 42, 0.18);
  border-color: rgba(255, 128, 0, 0.35);
}

.why-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--raypan-grey-900);
}

.why-card p {
  color: var(--raypan-grey-600);
  margin-bottom: 1.5rem;
}

.why-card .btn-link {
  color: var(--raypan-orange);
  font-weight: 700;
  padding-left: 0;
}

.why-card .btn-link::after {
  height: 2px;
}

.why-intro p {
  color: var(--raypan-grey-600);
  font-size: 1.05rem;
}

.why-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.why-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(255, 128, 0, 0.12);
  color: var(--raypan-orange);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.why-badge i {
  font-size: 1rem;
}

.why-grid .why-card {
  backdrop-filter: blur(6px);
}

.icon-burst {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 128, 0, 0.22), rgba(212, 175, 55, 0.16));
  color: var(--raypan-orange);
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.why-cta-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2.2rem;
  background: rgba(5, 5, 8, 0.92);
  border-radius: 28px;
  border: 1px solid rgba(255, 128, 0, 0.28);
  box-shadow: 0 28px 65px rgba(10, 10, 12, 0.35);
}

.why-cta-card h4 {
  color: var(--raypan-white);
  font-weight: 700;
}

.why-cta-card p {
  color: rgba(255, 255, 255, 0.75);
}

.why-cta-content {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.icon-circle.soft {
  background: rgba(255, 128, 0, 0.15);
  color: var(--raypan-orange);
  box-shadow: none;
}

@media (min-width: 992px) {
  .why-cta-card {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .why-section {
    padding-block: 4rem;
  }

  .why-cta-card {
    padding: 1.6rem 1.8rem;
  }
}

/* --- Distribution Section --- */
.distribution-section {
  position: relative;
  background: linear-gradient(150deg, rgba(12, 14, 20, 0.96), rgba(18, 18, 20, 0.88));
  color: var(--raypan-white);
  overflow: hidden;
}

.distribution-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 128, 0, 0.22), transparent 55%),
    radial-gradient(circle at 82% 82%, rgba(212, 175, 55, 0.18), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

.distribution-intro {
  position: relative;
  z-index: 1;
}

.pill-inverse {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: var(--raypan-white);
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.distribution-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 128, 0, 0.24);
  min-width: 160px;
}

.stat-chip i {
  font-size: 1.4rem;
  color: var(--raypan-orange);
}

.stat-value {
  display: block;
  font-weight: 700;
  color: var(--raypan-white);
  font-size: 1.1rem;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.distribution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.distribution-map {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.distribution-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 128, 0, 0.15), transparent 55%);
  pointer-events: none;
}

.distribution-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.distribution-card {
  position: relative;
  background: rgba(10, 10, 14, 0.92);
  border-radius: 22px;
  padding: 1.9rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
  height: 100%;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
}

.distribution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 128, 0, 0.4);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.5);
}

.distribution-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--raypan-white);
}

.distribution-card p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1rem;
}

.distribution-card ul {
  padding-left: 1rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.distribution-card ul li {
  margin-bottom: 0.35rem;
}

.distribution-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .distribution-section {
    padding-block: 4.5rem;
  }
}

@media (max-width: 575.98px) {
  .distribution-stats {
    flex-direction: column;
  }

  .stat-chip {
    width: 100%;
    justify-content: flex-start;
  }
}

.team-section {
  position: relative;
  background: radial-gradient(circle at top left, rgba(255, 128, 0, 0.08), transparent 60%);
}

.team-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 128, 0, 0.18);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  height: 100%;
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card-hover);
}

.team-photo-frame {
  width: 80%;
  max-width: 240px;
  margin: 1.5rem auto 0;
  padding: 6px;
  border-radius: 28px;
  background: var(--raypan-gradient);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
}

.team-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.04);
  display: block;
}

.team-content {
  padding: 2.1rem;
  position: relative;
  text-align: center;
}

.team-social {
  display: inline-flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.team-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);
}

.team-social .social-link.linkedin {
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.35);
}

.team-social .social-link.linkedin:hover {
  background: #0a66c2;
  color: #ffffff;
  transform: translateY(-3px);
}

.team-social .social-link.instagram {
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.35);
}

.team-social .social-link.instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  color: #ffffff;
  transform: translateY(-3px);
}

.team-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -50px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.18), transparent 65%);
  opacity: 0.7;
}

.team-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.15rem;
  /* border-radius: 999px; */
  background: var(--raypan-gradient);
  border: none;
  color: var(--raypan-white);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14rem;
  box-shadow: 0 14px 28px rgba(255, 128, 0, 0.28);
}

.vision-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  padding: 2.25rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.16);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vision-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -60px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.15), transparent 65%);
  opacity: 0.7;
}

.vision-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--raypan-grey-900);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.vision-card p,
.vision-card ul {
  position: relative;
  z-index: 1;
  color: var(--raypan-grey-600);
  margin-bottom: 0;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.focus-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--raypan-grey-600);
}

.focus-list li::before {
  content: "•";
  color: var(--raypan-orange);
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.focus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255, 128, 0, 0.12);
  color: var(--raypan-orange);
  font-size: 1.35rem;
}

.metrics-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.metrics-row .metric-card {
  flex: 1 1 180px;
  max-width: 220px;
  padding: 1.4rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.metrics-row .metric-card h3 {
  margin: 0;
  color: var(--raypan-white);
  font-weight: 800;
}

.metrics-row .metric-card p {
  color: rgba(255, 255, 255, 0.75);
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
}

.about-feature i {
  font-size: 2.2rem;
  color: var(--raypan-orange);
}

.about-feature p {
  margin: 0;
  color: var(--raypan-grey-600);
}

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* --- Design Tokens --- */
:root {
  --raypan-orange: #ff8000;
  --raypan-orange-soft: #ffb066;
  --raypan-black: #0e0e10;
  --raypan-white: #ffffff;
  --raypan-grey-50: #f9fafc;
  --raypan-grey-100: #f3f4f6;
  --raypan-grey-200: #e5e7eb;
  --raypan-grey-400: #9ca3af;
  --raypan-grey-600: #6b7280;
  --raypan-grey-900: #111827;
  --raypan-gradient: linear-gradient(135deg, rgba(255, 128, 0, 0.92) 0%, rgba(17, 17, 17, 0.95) 100%);
  --raypan-card-glass: rgba(255, 255, 255, 0.08);
  --raypan-card-solid: rgba(255, 255, 255, 0.92);
  --raypan-gold: #d4af37;
  --shadow-card: 0 18px 46px rgba(17, 24, 39, 0.12);
  --shadow-card-hover: 0 26px 60px rgba(17, 24, 39, 0.18);
  --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.14);
  --blur: 18px;
  --radius-lg: 28px;
  --transition-fast: 0.22s ease;
  --transition-medium: 0.32s ease;
  --bs-body-bg: var(--raypan-grey-50);
  --bs-body-color: var(--raypan-grey-900);
  --nav-offset: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 128, 0, 0.14), transparent 45%) fixed,
    radial-gradient(circle at 80% 0%, rgba(255, 128, 0, 0.1), transparent 42%) fixed,
    var(--raypan-grey-50);
  color: var(--raypan-grey-900);
  line-height: 1.65;
}

a {
  color: var(--raypan-orange);
  text-decoration: none;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

a:hover,
a:focus {
  color: #ff9c33;
  text-decoration: none;
}

/* --- Navigation --- */
.theme-navbar {
  background: linear-gradient(135deg, rgba(12, 12, 16, 0.96), rgba(12, 12, 22, 0.9));
  border-bottom: 1px solid rgba(255, 128, 0, 0.28);
  padding: 0.85rem 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  z-index: 1030;
}

.theme-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-navbar .navbar-brand {
  color: var(--raypan-orange);
  letter-spacing: 0.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.theme-navbar .navbar-brand span {
    font-size:larger;
  font-weight: 800;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff9a3c, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.brand-logo {
  height: 42px;
  width: auto;
  display: inline-block;
}

@media (max-width: 575.98px) {
  :root {
    --nav-offset: 4.5rem;
    --nav-height: 4.5rem;
  }

  .brand-logo {
    height: 36px;
  }

  .page-hero {
    padding-top: 4.5rem;
  }

  .page-content {
    padding-top: var(--nav-offset);
  }
  
  /* Solid header background & consistent height on small mobiles */
  .theme-navbar {
    background: #0c0c16;
    min-height: var(--nav-height, 4.5rem);
  }
  .theme-navbar .navbar-collapse {
    background: #0c0c16;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 128, 0, 0.28);
  }
  .theme-navbar .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  
  /* Remove extra top padding inside hero on mobile to avoid blank gap */
  .page-hero,
  .hero-section {
    padding-top: 0;
  }
  
  /* Home banner buttons: reduce font size and padding slightly on mobile */
  .hero-section .btn,
  .hero-section .btn-theme,
  .hero-section .btn-outline-theme {
    font-size: calc(1rem - 4px);
    padding: 0.45rem 0.7rem;
  }
  
  /* Reduce button width on mobile */
  .hero-actions .btn {
    min-width: 140px;
  }
  
  /* Reduce hero heading size by 2px on mobile */
  .hero-section .hero-heading.display-4 {
    font-size: calc(2.5rem - 2px);
  }
  
  /* Make 'with Raypan' appear on the same line on mobile */
  .hero-heading .hero-with,
  .hero-heading .brand-raypan {
    display: inline;
  }
  .hero-heading .hero-with::after {
    content: "\00a0";
  }
}

.theme-navbar .navbar-nav .nav-link {
  color: rgba(255, 128, 0, 0.9);
  font-weight: 600;
  letter-spacing: 0.06rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  position: relative;
  transition: background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.theme-navbar .navbar-nav .nav-link:hover,
.theme-navbar .navbar-nav .nav-link:focus,
.theme-navbar .navbar-nav .nav-link.active {
  color: var(--raypan-white);
  background: rgba(255, 128, 0, 0.16);
  box-shadow: 0 12px 25px rgba(255, 128, 0, 0.22);
}

.navbar-nav {
  gap: 0.35rem;
}

.btn-nav {
  border: 1px solid rgba(255, 128, 0, 0.55);
  background: rgba(255, 128, 0, 0.12);
  color: var(--raypan-orange) !important;
  font-weight: 700;
  letter-spacing: 0.08rem;
  box-shadow: 0 10px 24px rgba(255, 128, 0, 0.15);
}

.btn-nav:hover,
.btn-nav:focus {
  background: var(--raypan-orange);
  color: var(--raypan-white) !important;
}

.theme-navbar .navbar-collapse {
  justify-content: flex-end;
}

.theme-navbar .navbar-toggler {
  border: 0;
}

.theme-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.theme-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  :root {
    --nav-offset: 4.2rem;
    --nav-height: 4.2rem;
  }

  

  .navbar-nav {
    gap: 0;
  }

  .theme-navbar .navbar-nav .nav-link {
    border-radius: 12px;
    margin: 0.2rem 0;
  }
  
  /* Solid header background & consistent height on tablets/smaller laptops */
  .theme-navbar {
    background: #0c0c16;
    min-height: var(--nav-height, 4.2rem);
  }
  .theme-navbar .navbar-collapse {
    background: #0c0c16;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 128, 0, 0.28);
  }

  .event-meta {
    max-width: 100%;
  }

  .event-meta-item {
    padding: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .event-meta {
    gap: 0.85rem;
  }

  .event-meta-item {
    padding: 1rem;
  }

  .event-meta-item .meta-row {
    font-size: 0.95rem;
    padding: 0.55rem 0.75rem;
  }

  .events-teaser .event-card {
    text-align: center;
  }

  .events-teaser .event-card img {
    max-height: 320px;
    object-fit: cover;
  }
  
  /* Hero buttons: reduce size across all small devices (<= 768px) */
  .hero-section .btn,
  .hero-section .btn-theme,
  .hero-section .btn-outline-theme {
    font-size: calc(1rem - 4px);
    padding: 0.45rem 0.7rem;
  }

  /* Center hero actions and keep buttons compact on small devices */
  .hero-actions {
    align-items: center;
  }

  .hero-actions .btn-wrapper {
    width: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .hero-actions .btn {
    min-width: 140px;
  }

  /* Reduce hero heading size by 2px on small screens */
  .hero-section .hero-heading.display-4 {
    font-size: calc(2.5rem - 2px);
  }
}

/* Fine-tune for narrow devices (e.g., iPhone 14 widths) */
@media (max-width: 430px) {
  .hero-heading .hero-tail {
    white-space: nowrap;
  }
  .hero-section .btn,
  .hero-section .btn-theme,
  .hero-section .btn-outline-theme {
    font-size: 0.875rem;
    padding: 0.4rem 0.65rem;
  }
  .hero-actions .btn {
    min-width: 120px;
  }
}

/* --- Layout Helpers --- */
.brand-accent {
  color: var(--raypan-orange);
}

.page-hero {
  padding-top: 6rem;
  margin-top: 0;
}

.page-content {
  padding-top: var(--nav-offset);
}

.page-content section {
  scroll-margin-top: calc(var(--nav-offset) + 1rem);
}

.page-content section > .container {
  padding-inline: clamp(1rem, 2.5vw, 1.75rem);
}

.page-content .page-hero {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .page-content section > .container {
    padding-inline: clamp(1.25rem, 2vw, 2rem);
  }
}

.py-6 {
  padding-block: 4rem;
}

.py-7 {
  padding-block: 5rem;
}

.py-8 {
  padding-block: 6rem;
}

.bg-light {
  background-color: var(--raypan-grey-100) !important;
}

.bg-soft-dark {
  background: linear-gradient(155deg, rgba(15, 17, 25, 0.96), rgba(25, 25, 20, 0.85));
  color: var(--raypan-white);
}

.section-title {
  font-size: clamp(1.8rem, 1.2rem + 1.75vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--raypan-grey-900);
}

.subheading {
  color: var(--raypan-grey-600);
  font-size: 1rem;
  max-width: 680px;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--raypan-white);
}

.tagline i {
  color: var(--raypan-orange);
}

.badge-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 128, 0, 0.35);
  background: rgba(255, 128, 0, 0.12);
  color: var(--raypan-orange);
  font-weight: 600;
}

.pill-muted {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
  color: var(--raypan-grey-600);
  font-weight: 600;
  letter-spacing: 0.08rem;
  font-size: 0.75rem;
}

.gradient-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 128, 0, 0.6), transparent);
  margin: 2rem 0;
}

/* --- Hero & Page Headers --- */
.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  box-shadow: inset 0 -60px 120px rgba(0, 0, 0, 0.22);
}

.hero-section {
  min-height: 82vh;
  display: flex;
  align-items: center;
  padding-top: 6.5rem;
  margin-top: -4rem;
  background:
    linear-gradient(135deg, rgba(10, 10, 12, 0.6), rgba(10, 10, 12, 0.28)),
    url("../img/hero-banner.jpg") center center / cover no-repeat;
  color: var(--raypan-white);
}

.page-hero {
  min-height: 64vh;
  background: linear-gradient(140deg, rgba(10, 10, 12, 0.95), rgba(255, 128, 0, 0.4));
  color: var(--raypan-white);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero-section::before,
.page-hero::before,
.hero-section::after,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::before,
.page-hero::before {
  width: 460px;
  height: 460px;
  top: -160px;
  right: -80px;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.4), transparent 60%);
  opacity: 0.55;
}

.hero-section::after,
.page-hero::after {
  width: 320px;
  height: 320px;
  bottom: -160px;
  left: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 65%);
  opacity: 0.25;
}

.floating-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 60%);
  opacity: 0.35;
  animation: float 16s ease-in-out infinite;
}

.floating-bubble:nth-child(1) {
  width: 240px;
  height: 240px;
  top: 12%;
  left: 22%;
}

.floating-bubble:nth-child(2) {
  width: 160px;
  height: 160px;
  top: 42%;
  right: 12%;
  animation-delay: 3s;
}

.floating-bubble:nth-child(3) {
  width: 120px;
  height: 120px;
  bottom: 10%;
  left: 42%;
  animation-delay: 6s;
}

.hero-media img {
  border-radius: 26px;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}


.hero-visual-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 34px 70px rgba(10, 10, 14, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(255, 128, 0, 0.2), transparent 55%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-meta {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  max-width: min(100%, 26rem);
}

#events-hero .event-meta {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#events-hero .event-meta-item {
  align-items: center;
}

#events-hero .event-meta-item .meta-row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.events-teaser .event-meta {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.events-teaser .event-meta-item .meta-row {
  justify-content: center;
}

.event-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
}

.event-meta-item .meta-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.65rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.event-meta-item .meta-row i {
  color: var(--raypan-orange);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.event-detail-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  padding: 2.4rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.event-stats {
  margin-top: 0.5rem;
}

.event-stat {
  background: rgba(255, 128, 0, 0.08);
  border-radius: 20px;
  padding: 1.2rem 1.1rem;
  text-align: center;
  border: 1px solid rgba(255, 128, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.event-stat h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--raypan-orange);
}

.event-stat p {
  margin: 0.35rem 0 0;
  font-weight: 600;
  color: var(--raypan-grey-600);
  font-size: 0.95rem;
}

.event-cta a {
  color: var(--raypan-orange);
}

@media (max-width: 575.98px) {
  .event-meta-item {
    padding: 0.85rem;
  }

  .event-meta-item .meta-row {
    font-size: 0.92rem;
    padding: 0.5rem 0.7rem;
  }
}

.floorplan-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  padding: 2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.floorplan-card img {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.event-gallery {
  position: relative;
}

.event-gallery-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 128, 0, 0.5) transparent;
}

.event-gallery-scroll::-webkit-scrollbar {
  height: 8px;
}

.event-gallery-scroll::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.1);
  border-radius: 10px;
}

.event-gallery-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 128, 0, 0.5);
  border-radius: 10px;
}

.event-gallery-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 128, 0, 0.7);
}

.event-gallery .gallery-media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: calc(85vw - 2rem);
  max-width: calc(85vw - 2rem);
}

.event-gallery img,
.event-gallery video {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  max-height: 320px;
}

.event-gallery video {
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.gallery-media img {
  min-height: 240px;
}

/* Tablet and above - wider gallery items */
@media (min-width: 768px) {
  .event-gallery .gallery-media {
    min-width: calc(40vw - 2rem);
    max-width: calc(40vw - 2rem);
  }
}

/* Desktop - keep slider with larger items */
@media (min-width: 992px) {
  .event-gallery .gallery-media {
    min-width: calc(35vw - 2rem);
    max-width: calc(35vw - 2rem);
  }
}

@media (min-width: 1200px) {
  .event-gallery .gallery-media {
    min-width: calc(30vw - 2rem);
    max-width: calc(30vw - 2rem);
  }
}

@media (max-width: 575.98px) {
  .event-detail-card,
  .floorplan-card {
    padding: 1.75rem;
  }
  .event-meta-item {
    width: 100%;
    justify-content: center;
  }

  .event-gallery .gallery-media {
    min-width: calc(85vw - 2rem);
    max-width: calc(85vw - 2rem);
  }

  .event-gallery-scroll {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    padding-top: 5.5rem;
    margin-top: -3rem;
  }

  .page-hero {
    padding-top: 6rem;
    margin-top: 0;
  }
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-stat {
  display: flex;
  flex-direction: column;
.hero-heading span {
  display: block;
  line-height: 1.1;
  padding-top: 0.15rem;
}

.hero-heading span:nth-child(1) {
  color: rgba(255, 255, 255, 0.86);
}

.hero-heading span:nth-child(2) {
  color: var(--raypan-orange);
}

.hero-heading span:nth-child(3) {
  color: rgba(255, 255, 255, 0.86);
}

.hero-heading span:nth-child(4) {
  color: rgba(255, 255, 255, 0.86);
}

/* Keep 'with Raypan' together across all viewport widths */
.hero-heading .hero-with,
.hero-heading .brand-raypan {
  display: inline;
}
.hero-heading .hero-with::after {
  content: "\00a0";
}
.hero-heading .brand-raypan {
  white-space: nowrap;
}

/* Keep 'with Raypan' glued as a unit */
.hero-heading .hero-tail {
  display: inline-block;
  white-space: nowrap;
}

.hero-subheading {
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.35rem);
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.hero-actions .btn {
  min-width: 200px;
}

.hero-actions .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hero-bullet {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.hero-bullet i {
  color: var(--raypan-orange);
}

.hero-bullet span {
  font-size: 0.85rem;
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.hero-highlight i {
  color: var(--raypan-orange);
}

.hero-highlight span {
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero-content {
  background: rgba(10, 14, 20, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 2.8rem 2.4rem 2.4rem;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .hero-content {
    padding: 2.1rem 1.6rem 1.6rem;
    border-radius: 22px;
  }
}

@media (min-width: 576px) {
  .hero-actions .btn-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

  gap: 0.3rem;
}

.hero-stat h3 {
  margin: 0;
  font-size: clamp(1.8rem, 1.5rem + 1vw, 2.6rem);
  color: var(--raypan-orange);
  font-weight: 700;
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
}

/* --- Cards & Components --- */
.glass-panel {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.stat-card {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  padding: 2.3rem 2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
}

.stat-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -40px;
  right: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.18), transparent 65%);
  opacity: 0.7;
  pointer-events: none;
}

.stats-grid {
  position: relative;
  z-index: 1;
}

.stats-grid::before {
  content: "";
  position: absolute;
  inset: 8%;
  background: radial-gradient(circle at top left, rgba(255, 128, 0, 0.1), transparent 60%);
  z-index: -1;
}

.stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 128, 0, 0.45);
  box-shadow: var(--shadow-card-hover);
}

.stat-card .icon-circle {
  margin-bottom: 1rem;
}

.stat-card p {
  margin: 0;
  color: var(--raypan-grey-600);
  font-weight: 500;
}

.media-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  padding: 2.25rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.18);
  height: 100%;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
  position: relative;
}

.media-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 128, 0, 0.35);
  box-shadow: var(--shadow-card-hover);
}

.media-card .badge {
  margin-bottom: 1rem;
  letter-spacing: 0.08rem;
}

.media-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.media-card p {
  color: var(--raypan-grey-600);
}

.media-card ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.media-card ul li {
  margin-bottom: 0.4rem;
  color: var(--raypan-grey-600);
}

.map-thumb {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.map-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-compact {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.16);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.card-compact:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
}

.contact-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
  border-radius: 32px;
  padding: 2.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.contact-item {
  padding: 1.6rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.2);
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.contact-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 128, 0, 0.35);
  box-shadow: var(--shadow-card-hover);
}

.cta-banner {
  border-radius: 32px;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(255, 128, 0, 0.94), rgba(17, 17, 17, 0.92));
  color: var(--raypan-white);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.cta-banner::before,
.cta-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cta-banner::before {
  width: 320px;
  height: 320px;
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 60%);
}

.cta-banner::after {
  width: 260px;
  height: 260px;
  bottom: -160px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.28), transparent 60%);
}

/* --- Buttons --- */
.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--raypan-orange);
  color: var(--raypan-white);
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 0;
  box-shadow: 0 16px 30px rgba(255, 128, 0, 0.25);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-theme:hover,
.btn-theme:focus {
  color: var(--raypan-white);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(255, 128, 0, 0.28);
}

.btn-outline-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  font-weight: 700;
  border: 2px solid rgba(255, 128, 0, 0.8);
  color: var(--raypan-orange);
  background: rgba(255, 128, 0, 0.08);
  transition: transform var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.btn-outline-theme:hover,
.btn-outline-theme:focus {
  background: var(--raypan-orange);
  color: var(--raypan-white);
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 128, 0, 0.24);
}

.btn-link {
  font-weight: 700;
  position: relative;
  padding-left: 0;
}

.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform var(--transition-fast);
}

.btn-link:hover::after,
.btn-link:focus::after {
  transform: scaleX(1);
}

/* --- Icons --- */
.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: var(--raypan-orange);
  background: rgba(255, 128, 0, 0.16);
}

.icon-circle.inverse {
  background: rgba(255, 255, 255, 0.18);
  color: var(--raypan-white);
}

.feature-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(255, 128, 0, 0.16);
  color: var(--raypan-orange);
}

.feature-check {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--raypan-grey-600);
}

.feature-check i {
  color: var(--raypan-orange);
}

.page-hero .feature-check {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.6rem 0.9rem;
  border-radius: 14px;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-hero .feature-check i {
  color: var(--raypan-orange);
}

/* --- Forms --- */
.form-control,
.form-select {
  border-radius: 0.9rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(255, 255, 255, 0.96);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(255, 128, 0, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(255, 128, 0, 0.18);
}

.form-label {
  font-weight: 600;
  color: var(--raypan-grey-600);
}

/* --- Footer --- */
.theme-footer {
  background: var(--raypan-black);
  color: rgba(255, 128, 0, 0.85);
  border-top: 1px solid rgba(255, 128, 0, 0.28);
  position: relative;
  overflow: hidden;
  padding: 2.25rem 0 0.75rem;
}

.theme-footer h5,
.theme-footer h6 {
  color: var(--raypan-orange);
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.theme-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.theme-footer li {
  color: rgba(255, 255, 255, 0.68);
}

.theme-footer a {
  color:  rgb(255, 255, 255);
}

.theme-footer .footer-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(255, 128, 0, 0.22), transparent 55%),
    radial-gradient(circle at 80% 40%, rgba(255, 128, 0, 0.16), transparent 60%);
  opacity: 0.45;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  transition: background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast),
    border-color var(--transition-fast);
}

.footer-social .social-link.linkedin {
  border-color: rgba(10, 102, 194, 0.5);
  color: #0a66c2;
}

.footer-social .social-link.linkedin:hover,
.footer-social .social-link.linkedin:focus {
  background: #0a66c2;
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-social .social-link.instagram {
  border-color: rgba(225, 48, 108, 0.5);
  color: #e1306c;
}

.footer-social .social-link.instagram:hover,
.footer-social .social-link.instagram:focus {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-social .social-link.twitter {
  border-color: rgba(29, 161, 242, 0.5);
  color: #1da1f2;
}

.footer-social .social-link.twitter:hover,
.footer-social .social-link.twitter:focus {
  background: #1da1f2;
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-social .social-link.whatsapp {
  border-color: rgba(37, 211, 102, 0.5);
  color: #25d366;
}

.footer-social .social-link.whatsapp:hover,
.footer-social .social-link.whatsapp:focus {
  background: #25d366;
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.65rem;
}

.footer-links a {
  font-weight: 600;
  color: rgba(255, 203, 150, 0.85);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--raypan-orange);
}

.footer-note {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
  margin-top: 1.25rem;
  padding: 0.4rem 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.footer-bottom .footer-note {
  margin: 0;
}

@media (max-width: 767.98px) {
  .theme-footer {
    padding: 2rem 0 0.6rem;
  }

  .footer-bottom {
    margin-top: 1rem;
    padding: 0.35rem 0.75rem 0.2rem;
  }

  .footer-cta {
    margin-bottom: 2rem;
  }

  .footer-cta .btn-wrapper {
    align-items: stretch;
  }
}

.footer-credit {
  color: var(--raypan-orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.footer-credit:hover,
.footer-credit:focus {
  color: var(--raypan-gold);
}

.footer-cta {
  background: linear-gradient(135deg, rgba(255, 128, 0, 0.22), rgba(212, 175, 55, 0.18));
  border: 1px solid rgba(255, 128, 0, 0.35);
  border-radius: 24px;
  padding: 2.25rem 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.footer-cta::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -120px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 60%);
  opacity: 0.6;
}

.footer-cta h4 {
  color: var(--raypan-white);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.footer-logo {
  height: 54px;
  width: auto;
  margin-bottom: 1.25rem;
  display: inline-block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

.theme-footer .footer-logo + h5 {
  background: linear-gradient(90deg, #ff9a3c, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.footer-cta .btn-outline-theme {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--raypan-white);
  background: transparent;
}

.footer-cta .btn-outline-theme:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--raypan-black);
}

.footer-cta .btn + .btn {
  margin-left: 0;
}

.footer-cta .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .footer-cta .btn-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin: 2.5rem 0 2rem;
  background: linear-gradient(90deg, transparent, rgba(255, 128, 0, 0.55), transparent);
}

.footer-address {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.footer-address span {
  font-weight: 700;
  color: var(--raypan-orange);
}

.footer-address p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

/* --- Utilities --- */
.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-italic{
    font-style:italic;
}

.text-white-85 {
  color: rgba(255, 255, 255, 0.85) !important;
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.12) !important;
}

.bg-gradient {
  background: var(--raypan-gradient);
  color: var(--raypan-white);
}

.glow-border {
  position: relative;
  border-radius: 24px;
}

.glow-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 128, 0, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--raypan-white);
  box-shadow: 0 12px 25px rgba(17, 17, 17, 0.25);
  margin-left: -14px;
}

.avatar-stack img:first-child {
  margin-left: 0;
}

.avatar-stack span {
  margin-left: 0.75rem;
  font-weight: 600;
  color: var(--raypan-grey-900);
}

.event-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: var(--raypan-grey-600);
}

.timeline-card {
  position: relative;
  padding-left: 3rem;
}

.timeline-card::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.6rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--raypan-orange);
  border: 3px solid rgba(255, 128, 0, 0.24);
  box-shadow: 0 0 0 6px rgba(255, 128, 0, 0.12);
}

.timeline-line {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 128, 0, 0.45), rgba(255, 128, 0, 0));
}

/* --- Animations --- */
@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-22px) translateX(16px);
  }
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
  .hero-section,
  .page-hero {
    min-height: auto;
    padding-block: 6rem 4.5rem;
    text-align: center;
    border-radius: 0 0 36px 36px;
  }

  .hero-section::before,
  .hero-section::after,
  .page-hero::before,
  .page-hero::after {
    opacity: 0.4;
  }

  .hero-cta,
  .hero-stats {
    text-align: left;
  }

  .cta-banner {
    padding: 2.5rem;
  }

  .contact-card {
    padding: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .stat-card {
    padding: 1.9rem 1.6rem;
  }

  .media-card {
    padding: 1.8rem;
  }

  .glass-panel {
    padding: 2.1rem;
  }

  .btn-theme,
  .btn-outline-theme {
    width: 100%;
    margin-top: 5px;
  }

  .hero-actions {
    align-items: center;
    gap: 0.75rem;
  }

  .hero-actions .btn-wrapper {
    gap: 0.65rem;
    width: auto;
    margin: 0 auto;
    justify-content: center;
  }

  .hero-actions .btn-theme,
  .hero-actions .btn-outline-theme {
    min-width: auto;
    width: auto;
  }

  .hero-bullet span {
    font-size: 0.8rem;
  }

  .hero-stats {
    text-align: center;
    justify-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stat {
    align-items: center;
    text-align: center;
  }

  .hero-stat span {
    text-align: center;
  }

  .hero-stat:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

.service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  padding: 2.4rem;
  box-shadow: 0 35px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 128, 0, 0.22);
  overflow: hidden;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  height: 100%;
}

.service-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: -70px;
  right: -50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.18), transparent 65%);
  opacity: 0.75;
  pointer-events: none;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: var(--raypan-grey-900);
  position: relative;
  z-index: 1;
}

.service-card p {
  color: var(--raypan-grey-600);
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 45px 80px rgba(15, 23, 42, 0.18);
}

.services-gallery img {
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  width: 100%;
}

.stats-preview .stat-card {
  padding: 2rem 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.stats-preview .icon-circle {
  margin-bottom: 1.1rem;
}

.stats-preview .stat-card p {
  margin-bottom: 0;
  text-align: center;
}

.service-highlight {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  padding: 1.6rem;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  position: relative;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.service-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: var(--raypan-orange);
  background: rgba(255, 128, 0, 0.16);
}

.service-highlight:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.service-highlight h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.service-overview-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .service-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  height: 100%;
}

.article-card-horizontal {
  flex-direction: row;
  height: auto;
  min-height: 300px;
}

.article-card-horizontal .row {
  height: 100%;
  align-items: stretch;
}

.article-card-horizontal .article-card-body {
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.article-card-horizontal .article-excerpt {
  flex-grow: 1;
}

.article-card-horizontal .article-card-image {
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: stretch;
}

.article-card-horizontal .article-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.article-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: rgba(148, 163, 184, 0.08);
  position: relative;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-medium);
}

.article-card:hover .article-card-image img {
  transform: scale(1.05);
}

.article-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.article-publication {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: var(--raypan-orange);
  margin-bottom: 0.75rem;
}

.article-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: var(--raypan-grey-900);
}

.article-excerpt {
  color: var(--raypan-grey-600);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 0;
}

.article-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--raypan-orange);
  text-decoration: none;
  transition: gap var(--transition-fast), color var(--transition-fast);
  font-size: 0.95rem;
  margin-top: auto;
}

.article-read-more:hover {
  color: var(--raypan-orange);
  gap: 0.75rem;
}

.article-read-more i {
  transition: transform var(--transition-fast);
}

.article-read-more:hover i {
  transform: translateX(4px);
}

.service-overview-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  height: 100%;
}

.service-overview-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.service-overview-thumb {
  width: 100%;
  /* height: 220px; */
  /* object-fit: contain; */
  /* padding: 0.75rem; */
  background: rgba(148, 163, 184, 0.08);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.service-overview-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-overview-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.service-overview-body p {
  margin: 0;
  color: var(--raypan-grey-600);
}

.service-visual-stack {
  display: grid;
  gap: 1.5rem;
}

.service-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-visual.secondary {
  max-width: 80%;
  justify-self: end;
  box-shadow: var(--shadow-soft);
}

.milestone-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  padding: 2.2rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--raypan-grey-600);
  font-weight: 600;
}

.feature-list i {
  color: var(--raypan-orange);
}

.events-teaser {
  position: relative;
  overflow: hidden;
}

.events-teaser .event-card {
  background: rgba(10, 10, 14, 0.82);
  border-radius: 26px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.glow-panel img,
.events-teaser .event-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .stats-preview .stat-card {
    padding: 1.6rem 1.4rem;
  }

  .service-highlight {
    padding: 1.4rem;
  }

  .metrics-row {
    gap: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .stats-preview .stat-card {
    padding: 1.4rem 1.1rem;
  }

  .page-content {
    text-align: center;
  }

  .events-teaser .event-card {
    padding: 1.6rem;
  }

  .events-teaser .row {
    justify-content: center;
    text-align: center;
  }

  .events-teaser .col-lg-6 {
    text-align: center;
  }

  .events-teaser .event-card h3,
  .events-teaser .event-card p {
    text-align: center;
  }

  .events-teaser .event-meta {
    margin-left: auto;
    margin-right: auto;
  }

  .events-teaser .event-meta-item {
    align-items: center;
  }

  .events-teaser .event-meta-item .meta-row {
    justify-content: center;
    text-align: center;
  }

  .team-photo-frame {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 26px 26px 0 0;
    padding: 0;
    box-shadow: none;
  }

  .team-photo {
    width: 100%;
    border-radius: 26px 26px 0 0;
  }

  .article-card-body {
    padding: 1.5rem;
  }

  .article-card-image {
    height: 200px;
  }

  .article-card-horizontal .article-card-image {
    height: 250px;
    min-height: 250px;
  }

  .article-card-horizontal .row {
    flex-direction: row;
  }

  .article-title {
    font-size: 1.1rem;
  }

  .article-excerpt {
    font-size: 0.9rem;
  }

  #media-hero h1 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
}

@media (max-width: 767.98px) {
  .article-card-image {
    height: 220px;
  }

  .article-card-body {
    padding: 1.4rem;
  }

  .article-card-horizontal {
    min-height: 250px;
  }

  .article-card-horizontal .article-card-image {
    height: 250px;
    min-height: 250px;
  }

  .article-card-horizontal .article-card-body {
    padding: 1.2rem;
    min-height: 250px;
    justify-content: flex-start;
    height: 100%;
  }

  .article-card-horizontal .article-excerpt {
    flex-grow: 1;
  }

  .article-card-horizontal .row {
    flex-direction: row;
    align-items: stretch;
  }

  .article-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }

  .article-excerpt {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .article-publication {
    margin-bottom: 0.5rem;
  }

  .article-read-more {
    margin-top: 0.5rem;
  }

  #media-coverage .section-title {
    text-align: center;
  }

  #media-coverage .subheading {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  #media-contact .section-title {
    text-align: center;
  }

  #media-contact .row {
    text-align: center;
  }

  #media-contact .d-flex {
    justify-content: center;
  }
}

