* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
  line-height: 1.5;
  background-color: #ffffff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

body {
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
  line-height: 1.6;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0B2C6D;
}

p {
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.text-orange {
  color: #F37021;
}

.text-primary {
  color: #4FA3E3;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #2E2E2E;
}

.text-muted {
  color: #8A8F98;
}

.bg-light {
  background-color: #F2F4F7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue-teal {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
}

.bg-blue-dark {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
}

.prose {
  max-width: 65ch;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #2E2E2E;
}
.prose h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0B2C6D;
}
.prose p {
  margin-bottom: 1.25rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tags span {
  background-color: #F2F4F7;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.align-items-center {
  align-items: center;
}
.row.justify-content-center {
  justify-content: center;
}

[class*=col-], .col {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.g-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.g-4 > [class*=col-], .g-4 > .col {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-white {
  color: #ffffff !important;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-blue-400 {
  color: #60a5fa;
}

.text-dark-blue {
  color: #0B2C6D;
}

.text-orange {
  color: #F37021;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
}

.bg-gradient-brand {
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.text-white\/10 {
  color: rgba(255, 255, 255, 0.1);
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .d-mobile-hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
}
.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:text-4xl {
    font-size: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

.backdrop-blur-md {
  backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  backdrop-filter: blur(16px);
}

.rounded-lg {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .ps-md-5 {
    padding-left: 3rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
}
.tracking-widest-plus {
  letter-spacing: 0.2em;
}

.text-tiny {
  font-size: 0.625rem;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.brightness-0 {
  filter: brightness(0);
}

.invert {
  filter: invert(1);
}

.header {
  background-color: #0B2C6D;
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.header .top-bar {
  display: none;
}
@media (min-width: 1024px) {
  .header .top-bar {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0;
    font-size: 0.875rem;
  }
  .header .top-bar .top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .top-bar .top-bar-contacts {
    display: flex;
    gap: 1.5rem;
  }
  .header .top-bar a, .header .top-bar button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 0.875rem;
  }
  .header .top-bar a:hover, .header .top-bar button:hover {
    color: #F37021;
  }
}
.header .main-header {
  padding: 1rem 0;
}
.header .main-header .main-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main-header .logo-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
}
.header .main-header .logo-link img {
  max-width: 220px;
}
.header .main-header .logo-link .logo-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}
.header .main-header .logo-link .logo-subtitle {
  font-size: 0.75rem;
  color: #4FA3E3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
.header .nav-list {
  display: none;
}
@media (min-width: 1024px) {
  .header .nav-list {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .nav-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .header .nav-list a:hover {
    color: #F37021;
  }
  .header .nav-list .current-menu-item a,
  .header .nav-list .active a {
    color: #F37021;
  }
}
.header .menu-toggle {
  background: none;
  border: none;
  color: #ffffff;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .header .menu-toggle {
    display: none;
  }
}
.header .menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .mobile-menu {
  display: none;
  background-color: #081F4A;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}
.header .mobile-menu.active {
  display: block;
}
.header .mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .mobile-menu nav a {
  display: block;
  padding: 0.75rem 1rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}
.header .mobile-menu nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .mobile-menu nav a.active, .header .mobile-menu nav a.current-menu-item {
  background-color: #F37021;
}

/* Newsletter Section */
.newsletter-section {
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  padding: 4rem 0;
}
.newsletter-section .newsletter-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.newsletter-section .newsletter-icon svg {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.newsletter-section .newsletter-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.newsletter-section .newsletter-desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
.newsletter-section .newsletter-form-container {
  max-width: 500px;
  margin: 0 auto;
}

/* Footer */
.footer {
  background-color: #0A1628;
  color: #ffffff;
}
.footer .prr-logo-wrapper {
  max-width: 380px;
}
.footer .footer-main {
  padding: 4rem 0 3rem;
}
@media (min-width: 1024px) {
  .footer .footer-main {
    padding: 5rem 0 4rem;
  }
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 640px) {
  .footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer .footer-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}
.footer .footer-brand {
  margin-bottom: 1.5rem;
}
.footer .footer-brand .footer-logo {
  max-width: 180px;
  height: auto;
}
.footer .footer-brand .footer-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.footer .footer-brand .footer-subtitle {
  font-size: 0.875rem;
  color: #F37021;
  margin-bottom: 0;
}
.footer .footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.footer .footer-tagline {
  color: #F37021;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.footer .footer-heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 0.875rem;
}
.footer .footer-links li a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer .footer-links li a:hover {
  color: #ffffff;
  transform: translateX(4px);
}
.footer .footer-contacts .text-primary {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.footer .footer-contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer-contact-link svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #F37021;
  flex-shrink: 0;
}
.footer .footer-contact-link:hover {
  color: #ffffff;
  transform: translateX(4px);
}
.footer .footer-cta-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #F37021;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}
.footer .footer-cta-link svg {
  width: 1.125rem;
  height: 1.125rem;
}
.footer .footer-cta-link:hover {
  transform: translateX(4px);
}
.footer .footer-social-wrapper .text-primary {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.875rem;
}
.footer .footer-social-wrapper .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer .footer-social-wrapper .font-weight-medium {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
}
.footer .footer-social-icons {
  display: flex;
  gap: 0.75rem;
}
.footer .social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .social-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .social-icon:hover {
  background-color: #F37021;
  transform: translateY(-3px);
}
.footer .footer-prr {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-prr .prr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer .footer-prr .prr-content {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.footer .footer-prr .prr-logo-wrapper img {
  height: 3rem;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.footer .footer-prr .prr-logo-wrapper img:hover {
  opacity: 1;
}
.footer .footer-legal-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer .footer-legal-grid {
    justify-content: flex-end;
    gap: 2.5rem;
  }
}
.footer .footer-legal-grid li {
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-legal-grid li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }
}
.footer .footer-legal-grid a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer .footer-legal-grid a:hover {
  color: #F37021;
}
.footer .footer-bottom {
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-bottom .copyright-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  text-align: center;
}

.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 6rem 0;
  min-height: 600px;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 8rem 0;
    min-height: 700px;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(8, 31, 74, 0.7) 0%, rgba(8, 31, 74, 0.4) 50%, rgba(8, 31, 74, 0.2) 100%);
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-section .hero-content {
  max-width: 850px;
}
.hero-section .hero-title {
  font-family: "Outfit", sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 4.5rem;
  }
}
.hero-section .hero-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 650px;
}
@media (min-width: 768px) {
  .hero-section .hero-desc {
    font-size: 1.5rem;
  }
}
.hero-section .hero-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: -1rem; /* Adjust if needed to fit close to description */
  margin-bottom: 2rem;
}
.hero-section .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .hero-section .hero-actions {
    flex-direction: row;
  }
}
.hero-section .hero-actions .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
.hero-section .hero-actions .btn i {
  width: 1.25rem;
  height: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.btn-lg {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn-primary {
  background-color: #F37021;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #E31C2B;
}
.btn-outline {
  background-color: transparent;
  color: #F37021;
  border: 2px solid #F37021;
}
.btn-outline:hover {
  background-color: #F37021;
  color: #ffffff;
}
.btn-white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0B2C6D;
}
.btn-white:hover {
  background-color: #ffffff;
  color: #0B2C6D;
}
.btn.w-100, .btn-full {
  width: 100%;
}

.icon-badge {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #F37021 0%, #E31C2B 100%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.5rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: #2E2E2E;
}
.feature-list .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F37021;
  color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.contact-card {
  background-color: #F2F4F7;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
}
.contact-card .icon-circle {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to bottom right, #1E5BB8, #4FA3E3);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #ffffff;
  font-size: 2rem;
}
.contact-card h3 {
  color: #0B2C6D;
  margin-bottom: 1rem;
}
.contact-card a {
  display: block;
  margin-bottom: 0.5rem;
}
.contact-card a:hover {
  color: #F37021;
}

.bg-gradient-brand {
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
}

.cta-block-premium {
  background-color: #ffffff;
  padding: 3.5rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  text-align: center;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-block-premium {
    padding: 5rem 4rem;
  }
}
.cta-block-premium h2 {
  color: #0B2C6D;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .cta-block-premium h2 {
    font-size: 2.25rem;
  }
}

/* Newsletter Section Styling */
.newsletter-section {
  background-color: #F2F4F7; /* $bg-light equal */
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.newsletter-section .newsletter-icon {
  color: #F37021; /* $primary-orange equal */
  margin-bottom: 1rem;
}
.newsletter-section .newsletter-icon i, .newsletter-section .newsletter-icon svg {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}
.newsletter-section .newsletter-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0B2C6D; /* $dark-blue equal */
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .newsletter-section .newsletter-title {
    font-size: 1.75rem;
  }
}
.newsletter-section .newsletter-desc {
  color: #2E2E2E;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
.newsletter-section .newsletter-form-container {
  max-width: 448px;
  margin: 0 auto;
  /* Standard Newsletter Plugin Selectors */
  /* Generic catch-all for various plugin versions */
}
.newsletter-section .newsletter-form-container form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  /* Email field */
  /* Button field */
}
@media (min-width: 640px) {
  .newsletter-section .newsletter-form-container form {
    flex-direction: row;
  }
}
.newsletter-section .newsletter-form-container form .tnp-field-email, .newsletter-section .newsletter-form-container form .tnp-email-field {
  flex: 1;
  width: 100%;
}
.newsletter-section .newsletter-form-container form .tnp-field-email label, .newsletter-section .newsletter-form-container form .tnp-email-field label {
  display: none !important;
}
.newsletter-section .newsletter-form-container form .tnp-field-email input[type=email], .newsletter-section .newsletter-form-container form .tnp-field-email input[type=text], .newsletter-section .newsletter-form-container form .tnp-email-field input[type=email], .newsletter-section .newsletter-form-container form .tnp-email-field input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  outline: none;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.newsletter-section .newsletter-form-container form .tnp-field-email input[type=email]:focus, .newsletter-section .newsletter-form-container form .tnp-field-email input[type=text]:focus, .newsletter-section .newsletter-form-container form .tnp-email-field input[type=email]:focus, .newsletter-section .newsletter-form-container form .tnp-email-field input[type=text]:focus {
  border-color: #F37021;
  box-shadow: 0 0 0 2px rgba(243, 112, 33, 0.1);
}
.newsletter-section .newsletter-form-container form .tnp-field-button input[type=submit], .newsletter-section .newsletter-form-container form .tnp-field-button button, .newsletter-section .newsletter-form-container form .tnp-field-button .tnp-submit, .newsletter-section .newsletter-form-container form .tnp-submit-field input[type=submit], .newsletter-section .newsletter-form-container form .tnp-submit-field button, .newsletter-section .newsletter-form-container form .tnp-submit-field .tnp-submit {
  width: 100%;
  background-color: #F37021;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-section .newsletter-form-container form .tnp-field-button input[type=submit]:hover, .newsletter-section .newsletter-form-container form .tnp-field-button button:hover, .newsletter-section .newsletter-form-container form .tnp-field-button .tnp-submit:hover, .newsletter-section .newsletter-form-container form .tnp-submit-field input[type=submit]:hover, .newsletter-section .newsletter-form-container form .tnp-submit-field button:hover, .newsletter-section .newsletter-form-container form .tnp-submit-field .tnp-submit:hover {
  background-color: #E31C2B;
}
@media (min-width: 640px) {
  .newsletter-section .newsletter-form-container form .tnp-field-button input[type=submit], .newsletter-section .newsletter-form-container form .tnp-field-button button, .newsletter-section .newsletter-form-container form .tnp-field-button .tnp-submit, .newsletter-section .newsletter-form-container form .tnp-submit-field input[type=submit], .newsletter-section .newsletter-form-container form .tnp-submit-field button, .newsletter-section .newsletter-form-container form .tnp-submit-field .tnp-submit {
    width: auto;
  }
}
.newsletter-section .newsletter-form-container .tnp-subscription {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .newsletter-section .newsletter-form-container .tnp-subscription {
    flex-direction: row;
  }
}
.newsletter-section .newsletter-form-container .tnp-subscription .tnp-email {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  outline: none;
  background-color: #ffffff;
}
.newsletter-section .newsletter-form-container .tnp-subscription .tnp-submit {
  background-color: #F37021;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.home-page .quick-services {
  background-color: #ffffff;
  padding: 3rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.home-page .quick-services .services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .home-page .quick-services .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .home-page .quick-services .services-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.home-page .quick-services .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  text-decoration: none;
}
.home-page .quick-services .service-item:hover {
  background-color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(11, 44, 109, 0.08);
}
.home-page .quick-services .service-item:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.home-page .quick-services .service-item:hover .service-label {
  color: #F37021;
}
.home-page .quick-services .service-icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(243, 112, 33, 0.2);
}
.home-page .quick-services .service-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
}
.home-page .quick-services .service-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0B2C6D;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.home-page .content-section .img-fluid {
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-page .content-section .img-fluid:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.home-page .content-section .section-title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0B2C6D;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .home-page .content-section .section-title {
    font-size: 3rem;
  }
}
.home-page .content-section .section-desc {
  font-size: 1.125rem;
  color: #4B5563;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.home-page .content-section .feature-list {
  list-style: none;
  margin: 1.5rem 0 2.5rem;
  padding: 0;
}
.home-page .content-section .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: transform 0.2s ease;
}
.home-page .content-section .feature-list li:hover {
  transform: translateX(5px);
  color: #0B2C6D;
}
.home-page .content-section .feature-list .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F37021;
  color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
  box-shadow: 0 3px 6px rgba(243, 112, 33, 0.3);
}
.home-page .content-section .feature-list .check-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.home-page .content-section .feature-list .text-orange {
  color: #F37021;
}
.home-page .content-section .feature-list .text-blue {
  color: #4FA3E3;
}
.home-page .location-section {
  text-align: center;
}
.home-page .location-section .location-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 2.5rem 2rem;
  border-radius: 1.25rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-page .location-section .location-card:hover {
  transform: translateY(-10px) scale(1.02);
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.home-page .location-section .location-card:hover h3 {
  color: #F37021;
}
.home-page .location-section .location-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 800;
  transition: color 0.3s ease;
}
.home-page .location-section .location-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  line-height: 1.5;
}
.home-page .trust-indicators .indicator-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .home-page .trust-indicators .indicator-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.home-page .trust-indicators .indicator-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #ffffff;
  border-radius: 1.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}
.home-page .trust-indicators .indicator-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(11, 44, 109, 0.1);
  border-color: rgba(243, 112, 33, 0.1);
}
.home-page .trust-indicators .indicator-card:hover .indicator-icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 24px rgba(243, 112, 33, 0.3);
}
.home-page .trust-indicators .indicator-card:hover .indicator-label {
  color: #F37021;
}
.home-page .trust-indicators .indicator-icon-wrapper {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 16px rgba(243, 112, 33, 0.2);
}
.home-page .trust-indicators .indicator-icon-wrapper img, .home-page .trust-indicators .indicator-icon-wrapper svg {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
.home-page .trust-indicators .indicator-label {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0B2C6D;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .home-page .trust-indicators .indicator-label {
    font-size: 1.75rem;
  }
}
.home-page .trust-indicators .indicator-sub {
  color: #6B7280;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.final-cta {
  text-align: center;
}
@media (max-width: 767px) {
  .final-cta .btnsCta {
    flex-direction: column;
  }
}

.services-page .overview-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .services-page .overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-page .overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-page .service-card-link {
  background-color: #F2F4F7;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: left;
  transition: all 0.3s ease;
  border: none;
  display: block;
  width: 100%;
  text-decoration: none;
}
.services-page .service-card-link:hover {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.services-page .service-card-link:hover .icon-wrapper {
  transform: scale(1.1);
}
.services-page .service-card-link .icon-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #ffffff;
  transition: transform 0.3s ease;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 0.75rem;
}
.services-page .service-card-link .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.services-page .service-card-link h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #0B2C6D;
}
.services-page .service-card-link p {
  color: #2E2E2E;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.services-page .service-card-link .learn-more {
  color: #F37021;
  font-weight: 600;
  font-size: 0.875rem;
}
.services-page .detailed-section.bg-light {
  background-color: #F2F4F7;
}
.services-page .detailed-section img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.services-page .benefit-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .services-page .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-page .benefit-item {
  background-color: #F2F4F7;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
}
.services-page .benefit-item .icon-wrapper {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #F37021;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-page .benefit-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* If icons should be orange */
  filter: brightness(0) saturate(100%) invert(56%) sepia(85%) animate-color-orange; /* This is a bit complex for CSS filter, let's keep it simple or use brightness if it's already colored */
}
.services-page .benefit-item h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.services-page .benefit-item p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.services-page .accent-section {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
  color: #ffffff;
  text-align: center;
}
.services-page .accent-section h2 {
  color: #ffffff;
}
.services-page .accent-section p {
  color: rgba(255, 255, 255, 0.8);
}
.services-page .accent-section .accent-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .services-page .accent-section .accent-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-page .accent-section .accent-grid h3 {
  color: white;
}
.services-page .accent-section .accent-item {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.services-page .accent-section .accent-item .icon-wrapper {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-page .accent-section .accent-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.overview-section {
  text-align: center;
}

#repsol-move {
  text-align: center;
}

.cta-block {
  text-align: center;
}
.cta-block .cta-actions {
  margin-top: 32px;
}

.about-page {
  text-align: center;
  /* History Section */
  /* Evolution Section */
  /* Services Section */
  /* Partnership Section */
  /* Regional Identity Section */
  /* Pillars Section */
}
.about-page .history-section .prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2E2E2E;
  max-width: 800px;
  margin: 0 auto;
}
.about-page .evolution-section .evolution-wrapper {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-page .evolution-section .evolution-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.about-page .evolution-section .evolution-image img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.about-page .evolution-section .evolution-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}
.about-page .evolution-section .evolution-content {
  text-align: left;
}
.about-page .evolution-section .evolution-content .section-title {
  margin-bottom: 1.5rem;
}
.about-page .evolution-section .evolution-content .section-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2E2E2E;
}
.about-page .services-section .services-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 640px) {
  .about-page .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-page .services-section .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-page .services-section .service-item {
  background-color: #F2F4F7;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.about-page .services-section .service-item:hover {
  background-color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.2);
}
.about-page .services-section .service-item:hover .icon-wrapper {
  transform: scale(1.15) rotate(-10deg);
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  color: #ffffff;
}
.about-page .services-section .service-item:hover .icon-wrapper img {
  filter: brightness(0) invert(1);
}
.about-page .services-section .service-item .icon-wrapper {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #F37021;
  font-size: 3rem;
  transition: all 0.4s ease;
}
.about-page .services-section .service-item .icon-wrapper img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.about-page .services-section .service-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0B2C6D;
}
.about-page .services-section .service-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2E2E2E;
  margin-bottom: 0;
}
.about-page .partnership-card {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 3rem;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.05) 0%, rgba(79, 163, 227, 0.05) 100%);
  border-radius: 2rem;
  border: 1px solid rgba(243, 112, 33, 0.1);
  transition: all 0.4s ease;
}
.about-page .partnership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.2);
}
.about-page .partnership-card .icon-badge {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: #ffffff;
  font-size: 3rem;
  box-shadow: 0 15px 30px -5px rgba(243, 112, 33, 0.4);
  transition: all 0.3s ease;
}
.about-page .partnership-card .icon-badge img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.about-page .partnership-card:hover .icon-badge {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 20px 40px -5px rgba(243, 112, 33, 0.5);
}
.about-page .partnership-card .section-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.about-page .partnership-card .section-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2E2E2E;
}
.about-page .regional-section .regional-wrapper {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-page .regional-section .regional-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.about-page .regional-section .regional-content {
  text-align: left;
}
.about-page .regional-section .regional-content .section-title {
  margin-bottom: 1.5rem;
}
.about-page .regional-section .regional-content .section-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2E2E2E;
}
.about-page .regional-section .regional-image img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.about-page .regional-section .regional-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}
.about-page .pillars-section {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
  border-radius: 2.5rem;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .about-page .pillars-section {
    border-radius: 0;
    margin: 2rem 0;
  }
}
.about-page .pillar-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .about-page .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-page .pillar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-page .pillar-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.about-page .pillar-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.about-page .pillar-item:hover .icon-circle {
  transform: scale(1.15) rotate(-10deg);
  background-color: rgba(255, 255, 255, 0.15);
}
.about-page .pillar-item .icon-circle {
  width: 5.5rem;
  height: 5.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  font-size: 3rem;
  transition: all 0.4s ease;
}
.about-page .pillar-item .icon-circle img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.about-page .pillar-item h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-page .pillar-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.contact-page {
  /* Direct Contact Section */
  /* Repsol Support Section */
  /* Form Section */
}
.contact-page .hero-section {
  position: relative;
  overflow: hidden;
}
.contact-page .hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(8, 31, 74, 0.75), rgba(8, 31, 74, 0.6));
  z-index: 1;
}
.contact-page .hero-section .container {
  position: relative;
  z-index: 2;
}
.contact-page .hero-section .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact-page .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
.contact-page .hero-section .hero-subtitle-v2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .contact-page .hero-section .hero-subtitle-v2 {
    font-size: 1.25rem;
  }
}
.contact-page .hero-section .hero-desc {
  max-width: 600px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.contact-page .direct-contact-section {
  background-color: #ffffff;
}
.contact-page .direct-contact-section .top-label {
  display: inline-block;
  color: #F37021;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.contact-page .direct-contact-section .contact-header-block .section-title {
  color: #0B2C6D;
  margin: 0;
}
.contact-page .direct-contact-section .contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.contact-page .direct-contact-section .contact-method-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: #F2F4F7;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.contact-page .direct-contact-section .contact-method-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.contact-page .direct-contact-section .contact-method-card .method-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(11, 44, 109, 0.05);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F37021;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.contact-page .direct-contact-section .contact-method-card .method-icon i {
  width: 1.75rem;
  height: 1.75rem;
}
.contact-page .direct-contact-section .contact-method-card .method-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #718096;
  margin-bottom: 0.5rem;
}
.contact-page .direct-contact-section .contact-method-card .method-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B2C6D;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-page .direct-contact-section .contact-method-card .method-link:hover {
  color: #F37021;
}
.contact-page .repsol-support-section {
  background-color: #ffffff;
}
.contact-page .repsol-support-section .repsol-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #0B2C6D 0%, #051940 100%);
  padding: 3rem;
  border-radius: 1.5rem;
  color: #ffffff;
  gap: 2rem;
  box-shadow: 0 20px 40px rgba(11, 44, 109, 0.15);
}
@media (max-width: 1024px) {
  .contact-page .repsol-support-section .repsol-support-card {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.5rem;
  }
}
.contact-page .repsol-support-section .support-content {
  flex: 1;
}
.contact-page .repsol-support-section .support-content .top-label {
  color: #F37021;
  opacity: 1;
}
.contact-page .repsol-support-section .support-content .support-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.contact-page .repsol-support-section .support-content .support-text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-page .repsol-support-section .support-content .support-text {
    margin: 0 auto;
  }
}
.contact-page .repsol-support-section .support-phone-btn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-page .repsol-support-section .support-phone-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contact-page .repsol-support-section .support-phone-btn:hover .btn-icon {
  background: #F37021;
  color: #ffffff;
}
.contact-page .repsol-support-section .support-phone-btn .btn-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(11, 44, 109, 0.05);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F37021;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.contact-page .repsol-support-section .support-phone-btn .btn-icon i {
  width: 1.75rem;
  height: 1.75rem;
}
.contact-page .repsol-support-section .support-phone-btn .btn-text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #718096;
  letter-spacing: 0.05em;
}
.contact-page .repsol-support-section .support-phone-btn .btn-text strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0B2C6D;
}
@media (max-width: 767px) {
  .contact-page .repsol-support-section .support-phone-btn .btn-text strong {
    font-size: 15px;
  }
}
.contact-page .form-section {
  background-color: #F2F4F7;
  padding: 6rem 0;
}
.contact-page .form-section .form-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 4rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .contact-page .form-section .form-container {
    padding: 2.5rem 1.5rem;
  }
}
.contact-page .form-section .section-title {
  color: #0B2C6D;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.contact-page .form-section .form-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(243, 112, 33, 0.05);
  border-left: 4px solid #F37021;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.contact-page .form-section .form-notice i {
  color: #F37021;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.contact-page .form-section .form-notice p {
  margin: 0;
  color: #2E2E2E;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.contact-page .form-section .form-notice p strong {
  color: #0B2C6D;
}
.contact-page .servirama-cf7 {
  /* CF7 Feedback */
}
.contact-page .servirama-cf7 .field-wrapper {
  margin-bottom: 1.5rem;
}
.contact-page .servirama-cf7 .field-wrapper label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
  margin-bottom: 0.5rem;
}
.contact-page .servirama-cf7 .field-wrapper input[type=text],
.contact-page .servirama-cf7 .field-wrapper input[type=email],
.contact-page .servirama-cf7 .field-wrapper input[type=tel],
.contact-page .servirama-cf7 .field-wrapper select,
.contact-page .servirama-cf7 .field-wrapper textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border: 2px solid #edf2f7;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: #0B2C6D;
  transition: all 0.3s ease;
  background: #f8fafc;
}
.contact-page .servirama-cf7 .field-wrapper input[type=text]:focus,
.contact-page .servirama-cf7 .field-wrapper input[type=email]:focus,
.contact-page .servirama-cf7 .field-wrapper input[type=tel]:focus,
.contact-page .servirama-cf7 .field-wrapper select:focus,
.contact-page .servirama-cf7 .field-wrapper textarea:focus {
  outline: none;
  border-color: #F37021;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.1);
}
.contact-page .servirama-cf7 .field-wrapper input[type=text]::placeholder,
.contact-page .servirama-cf7 .field-wrapper input[type=email]::placeholder,
.contact-page .servirama-cf7 .field-wrapper input[type=tel]::placeholder,
.contact-page .servirama-cf7 .field-wrapper select::placeholder,
.contact-page .servirama-cf7 .field-wrapper textarea::placeholder {
  color: #a0aec0;
}
.contact-page .servirama-cf7 .field-wrapper textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-page .servirama-cf7 .field-wrapper select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.25rem;
  padding-right: 3rem;
}
.contact-page .servirama-cf7 .submit-wrapper {
  margin-top: 2rem;
}
.contact-page .servirama-cf7 .submit-wrapper .btn {
  width: 100%;
  padding: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.contact-page .servirama-cf7 .wpcf7-response-output {
  margin: 2rem 0 0 !important;
  padding: 1rem 1.5rem !important;
  border-radius: 0.75rem !important;
  border: 2px solid transparent !important;
  font-weight: 600;
  text-align: center;
}
.contact-page .servirama-cf7 .wpcf7-mail-sent-ok {
  background: rgba(72, 187, 120, 0.1) !important;
  border-color: #48bb78 !important;
  color: #2f855a !important;
}
.contact-page .servirama-cf7 .wpcf7-validation-errors {
  background: rgba(245, 101, 101, 0.1) !important;
  border-color: #f56565 !important;
  color: #c53030 !important;
}
.contact-page .servirama-cf7 .wpcf7-not-valid-tip {
  display: block;
  color: #e53e3e;
  font-size: 0.8125rem;
  margin-top: 0.4rem;
  font-weight: 600;
}

.location-page {
  /* Hero Section */
  /* Filters Section */
  /* Map Section */
  /* Stations List Section */
  /* Repsol Integration Section */
  /* Trust Section */
  /* CTA Section */
  /* Map Info Window */
  /* Highlight Animation */
}
.location-page .hero-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.95);
}
.location-page .hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .location-page .hero-actions .btn {
    width: 100%;
  }
}
.location-page .filters-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 80px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .location-page .filters-section {
    top: 70px;
  }
}
.location-page .filters-wrapper {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.5rem 0;
  -webkit-overflow-scrolling: touch;
}
.location-page .filters-wrapper::-webkit-scrollbar {
  height: 4px;
}
.location-page .filters-wrapper::-webkit-scrollbar-thumb {
  background: rgba(243, 112, 33, 0.3);
  border-radius: 2px;
}
.location-page .filter-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(11, 44, 109, 0.2);
  border-radius: 2rem;
  color: #0B2C6D;
  font-size: 0.9375rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.location-page .filter-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
.location-page .filter-btn:hover {
  border-color: #F37021;
  color: #F37021;
  transform: translateY(-2px);
}
.location-page .filter-btn.active {
  background: #F37021;
  border-color: #F37021;
  color: #ffffff;
}
.location-page .map-section {
  position: relative;
  height: 500px;
  background: #F2F4F7;
}
@media (min-width: 1024px) {
  .location-page .map-section {
    height: 600px;
  }
}
.location-page .google-map {
  width: 100%;
  height: 100%;
}
.location-page .stations-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .location-page .stations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .location-page .stations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.location-page .station-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.location-page .station-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.location-page .station-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F2F4F7;
}
.location-page .station-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.location-page .station-image:hover img {
  transform: scale(1.05);
}
.location-page .station-content {
  padding: 1.5rem;
}
.location-page .station-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0B2C6D;
  margin-bottom: 0.75rem;
}
.location-page .station-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #2E2E2E;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.location-page .station-address svg {
  width: 1rem;
  height: 1rem;
  color: #F37021;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.location-page .station-services {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.location-page .service-badge {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(243, 112, 33, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F37021;
  transition: all 0.3s ease;
}
.location-page .service-badge svg {
  width: 1.125rem;
  height: 1.125rem;
}
.location-page .service-badge:hover {
  background: #F37021;
  color: #ffffff;
  transform: scale(1.1);
}
.location-page .station-hours {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #2E2E2E;
  margin-bottom: 1.5rem;
}
.location-page .station-hours svg {
  width: 1rem;
  height: 1rem;
  color: #F37021;
}
.location-page .station-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.location-page .station-actions .btn {
  flex: 1;
  min-width: 140px;
}
.location-page .integration-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.05) 0%, rgba(79, 163, 227, 0.05) 100%);
  border-radius: 1.5rem;
  border: 1px solid rgba(243, 112, 33, 0.1);
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .location-page .integration-card {
    flex-wrap: nowrap;
  }
}
.location-page .integration-icon {
  width: 4rem;
  height: 4rem;
  background: #F37021;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.location-page .integration-icon svg {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.location-page .integration-content {
  flex: 1;
}
.location-page .integration-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0B2C6D;
  margin-bottom: 0.5rem;
}
.location-page .integration-content p {
  font-size: 1rem;
  color: #2E2E2E;
  margin-bottom: 0;
}
.location-page .trust-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .location-page .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .location-page .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.location-page .trust-item {
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.location-page .trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.location-page .trust-item:hover .trust-icon {
  transform: scale(1.1);
  background: #F37021;
}
.location-page .trust-item:hover .trust-icon svg {
  color: #ffffff;
}
.location-page .trust-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(243, 112, 33, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}
.location-page .trust-icon svg {
  width: 2rem;
  height: 2rem;
  color: #F37021;
  transition: color 0.3s ease;
}
.location-page .trust-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0B2C6D;
  margin-bottom: 0.5rem;
}
.location-page .trust-item p {
  font-size: 1rem;
  color: #2E2E2E;
  margin-bottom: 0;
}
.location-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .location-page .cta-actions .btn {
    width: 100%;
  }
}
.location-page .map-info-window {
  padding: 0.5rem;
  min-width: 250px;
}
.location-page .map-info-window .info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0B2C6D;
  margin-bottom: 0.5rem;
}
.location-page .map-info-window .info-address,
.location-page .map-info-window .info-hours {
  font-size: 0.875rem;
  color: #2E2E2E;
  margin-bottom: 0.5rem;
}
.location-page .map-info-window .info-actions {
  margin-top: 1rem;
}
.location-page .map-info-window .info-actions .btn {
  width: 100%;
}
.location-page .station-card.highlight {
  animation: highlight-pulse 2s ease;
  border: 2px solid #F37021;
}
@keyframes highlight-pulse {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  50% {
    box-shadow: 0 8px 24px rgba(243, 112, 33, 0.3);
  }
}

.cafeteria-page {
  text-align: center;
  /* Global Image Hover */
}
.cafeteria-page img.rounded {
  transition: all 0.3s ease;
}
.cafeteria-page img.rounded:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
}
.cafeteria-page .feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-align: left;
}
.cafeteria-page .feature-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.1);
}
.cafeteria-page .feature-card:hover .icon-circle {
  transform: scale(1.1);
  background-color: rgba(243, 112, 33, 0.05);
}
.cafeteria-page .feature-card .icon-circle {
  width: 3rem;
  height: 3rem;
  color: #F37021;
  flex-shrink: 0;
  font-size: 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cafeteria-page .feature-card .icon-circle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cafeteria-page .feature-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #0B2C6D;
}
.cafeteria-page .feature-card p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #2E2E2E;
  line-height: 1.5;
}
.cafeteria-page .sprint-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cafeteria-page .sprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cafeteria-page .sprint-item {
  background-color: #F2F4F7;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-align: center;
}
.cafeteria-page .sprint-item:hover {
  background-color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.1);
}
.cafeteria-page .sprint-item h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #0B2C6D;
}
.cafeteria-page .sprint-item p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #2E2E2E;
}
.cafeteria-page .comfort-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .cafeteria-page .comfort-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cafeteria-page .comfort-item {
  background-color: #F2F4F7;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.cafeteria-page .comfort-item:hover {
  background-color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 25px 30px -10px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.1);
}
.cafeteria-page .comfort-item:hover .icon-wrapper {
  transform: scale(1.15) rotate(5deg);
}
.cafeteria-page .comfort-item .icon-wrapper {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  color: #F37021;
  font-size: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cafeteria-page .comfort-item .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cafeteria-page .comfort-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0B2C6D;
}
.cafeteria-page .comfort-item p {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: #2E2E2E;
  line-height: 1.5;
}
.cafeteria-page .repsol-move-section {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
  color: #ffffff;
  border-radius: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .cafeteria-page .repsol-move-section {
    border-radius: 0;
    margin: 2rem 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cafeteria-page .repsol-move-section .accent-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .cafeteria-page .repsol-move-section .accent-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cafeteria-page .repsol-move-section .accent-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3.5rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  height: 100%;
}
.cafeteria-page .repsol-move-section .accent-item:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4);
}
.cafeteria-page .repsol-move-section .accent-item:hover .icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 15px 30px -5px rgba(243, 112, 33, 0.6);
}
.cafeteria-page .repsol-move-section .accent-item .icon-wrapper {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #ffffff;
  box-shadow: 0 10px 20px -5px rgba(243, 112, 33, 0.4);
  transition: all 0.4s ease;
}
.cafeteria-page .repsol-move-section .accent-item .icon-wrapper img {
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.carwash-page {
  text-align: center;
  /* Wash Types Section */
  /* Programs Section */
  /* Complementary Services */
  /* Technology Section */
}
.carwash-page .wash-type-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carwash-page .wash-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.carwash-page .wash-type-card {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid transparent;
  text-align: left;
}
.carwash-page .wash-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(243, 112, 33, 0.2);
}
.carwash-page .wash-type-card:hover .icon-btn-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 15px 30px -5px rgba(243, 112, 33, 0.5);
}
.carwash-page .wash-type-card .icon-btn-wrapper {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 2.5rem;
  box-shadow: 0 10px 20px -5px rgba(243, 112, 33, 0.3);
  transition: all 0.4s ease;
}
.carwash-page .wash-type-card .icon-btn-wrapper img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.carwash-page .wash-type-card h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #0B2C6D;
}
.carwash-page .wash-type-card ul {
  list-style: none;
  padding: 0;
}
.carwash-page .wash-type-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #2E2E2E;
}
.carwash-page .wash-type-card ul li .check-icon {
  color: #F37021;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.carwash-page .program-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carwash-page .program-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.carwash-page .program-card {
  background-color: #F2F4F7;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
}
.carwash-page .program-card:hover {
  background-color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  border-color: #4FA3E3;
}
.carwash-page .program-card:hover .icon-wrapper {
  transform: scale(1.15) rotate(5deg);
}
.carwash-page .program-card.popular {
  border-color: #F37021;
  background-color: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(243, 112, 33, 0.2);
}
.carwash-page .program-card.popular:hover {
  box-shadow: 0 25px 50px -12px rgba(243, 112, 33, 0.3);
}
.carwash-page .program-card.popular .badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(243, 112, 33, 0.3);
}
.carwash-page .program-card.popular .icon-wrapper {
  color: #F37021;
}
.carwash-page .program-card .icon-wrapper {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #4FA3E3;
  transition: all 0.3s ease;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carwash-page .program-card .icon-wrapper img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.carwash-page .program-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #0B2C6D;
}
.carwash-page .program-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.carwash-page .program-card ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  color: #2E2E2E;
  line-height: 1.5;
}
.carwash-page .program-card ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F37021;
  border-radius: 9999px;
  flex-shrink: 0;
}
.carwash-page .complementary-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .carwash-page .complementary-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.carwash-page .complementary-item {
  background-color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.carwash-page .complementary-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 112, 33, 0.15);
}
.carwash-page .complementary-item:hover .icon-wrapper {
  transform: scale(1.2) rotate(-10deg);
}
.carwash-page .complementary-item .icon-wrapper {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.carwash-page .complementary-item .icon-wrapper img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.carwash-page .complementary-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0B2C6D;
}
.carwash-page .complementary-item p {
  font-size: 1rem;
  color: #2E2E2E;
  margin-bottom: 0;
}
.carwash-page .technology-section {
  background: linear-gradient(135deg, #0B2C6D 0%, #1E5BB8 100%);
  color: #ffffff;
  border-radius: 2.5rem;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .carwash-page .technology-section {
    border-radius: 0;
    margin: 2rem 0;
  }
}
.carwash-page .technology-section .tech-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .carwash-page .technology-section .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.carwash-page .technology-section .tech-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3.5rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.carwash-page .technology-section .tech-item:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4);
}
.carwash-page .technology-section .tech-item:hover .icon-wrapper {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 15px 30px -5px rgba(243, 112, 33, 0.6);
}
.carwash-page .technology-section .tech-item .icon-wrapper {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #ffffff;
  box-shadow: 0 10px 20px -5px rgba(243, 112, 33, 0.4);
  transition: all 0.4s ease;
}
.carwash-page .technology-section .tech-item .icon-wrapper img {
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.carwash-page .technology-section .tech-item h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.carwash-page .technology-section .tech-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.legal-page .content-section {
  background-color: #ffffff;
}
.legal-page .content-section .prose {
  color: #2E2E2E;
  max-width: 800px;
}
.legal-page .content-section .prose h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
}
.legal-page .content-section .prose p {
  margin-bottom: 1.5rem;
}
.legal-page .content-section .prose ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.legal-page .content-section .prose ul li {
  margin-bottom: 0.5rem;
}

.page-default {
  background-color: #ffffff;
  min-height: 50vh;
}
.page-default .container-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.page-default .page-header {
  position: relative;
}
.page-default .page-header .page-title {
  color: #0B2C6D;
  line-height: 1.2;
}
.page-default .page-header::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #1E5BB8 0%, #4FA3E3 100%);
  margin: 2rem auto 0;
  border-radius: 3px;
}
.page-default .page-content {
  color: rgba(10, 22, 40, 0.8);
  line-height: 1.8;
  font-size: 1.1rem;
}
.page-default .page-content h2, .page-default .page-content h3, .page-default .page-content h4, .page-default .page-content h5, .page-default .page-content h6 {
  color: #0B2C6D;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.page-default .page-content h2 {
  font-size: 1.875rem;
}
.page-default .page-content h3 {
  font-size: 1.5rem;
}
.page-default .page-content p {
  margin-bottom: 2rem;
}
.page-default .page-content p:last-child {
  margin-bottom: 0;
}
.page-default .page-content ul, .page-default .page-content ol {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.page-default .page-content ul li, .page-default .page-content ol li {
  margin-bottom: 0.75rem;
  position: relative;
}
.page-default .page-content ul li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #F37021;
  border-radius: 50%;
}
.page-default .page-content strong, .page-default .page-content b {
  color: #0B2C6D;
  font-weight: 600;
}
.page-default .page-content blockquote {
  border-left: 4px solid #F37021;
  background-color: rgba(243, 112, 33, 0.05);
  padding: 2rem;
  margin: 3rem 0;
  font-style: italic;
  font-size: 1.25rem;
  color: #0B2C6D;
  border-radius: 0 8px 8px 0;
}
.page-default .page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 3rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.page-default .page-content hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 4rem 0;
}
.page-default .page-content table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.page-default .page-content table th, .page-default .page-content table td {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}
.page-default .page-content table th {
  background-color: rgba(0, 0, 0, 0.02);
  font-weight: 600;
  color: #0B2C6D;
}

/*# sourceMappingURL=main.css.map */
