/* ============================================
   FLUANCE PRO - Native CSS Stylesheet
   ============================================ */

/* Variables CSS globales */
:root {
  /* Header */
  --header-bg-color: #0A6BCE;
  --header-text-color: #FFD700;
  --header-text-muted: #FFD70060;
  --header-hover-bg: #FFD7001A;
  --header-border-color: #FFD7004D;
  --header-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --header-max-width: 72rem;
  --header-padding-x: 1rem;
  --header-padding-y: 0.5rem;
  --header-transition: all 0.3s ease;
  --dropdown-width: 14rem;
  --dropdown-width-large: 16rem;

  /* Footer */
  --footer-bg-color: #0A6BCE;
  --footer-text-color: #FFD700;
  --footer-text-muted: #FFD700CC;
  --footer-border-color: #FFD70033;
  --footer-max-width: 72rem;
  --footer-padding-x: 1rem;
  --footer-padding-y: 2.5rem;
  --footer-section-spacing: 2rem;
  --footer-transition: all 0.2s ease;
  --social-icon-size: 3rem;

  /* Cookie Banner */
  --cookie-banner-bg-color: #0A6BCE;
  --cookie-banner-text-color: #ffffff;
  --cookie-banner-text-muted: #ffffffCC;
  --cookie-banner-button-primary-bg: #FFD700;
  --cookie-banner-button-primary-text: #0A6BCE;
  --cookie-banner-button-primary-hover: #FFE44D;
  --cookie-banner-button-secondary-border: #ffffff4D;
  --cookie-banner-button-secondary-hover: #ffffff1A;
  --cookie-banner-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --cookie-banner-border-radius: 0.5rem;
  --cookie-banner-padding: 1rem;
  --cookie-banner-max-width: 64rem;
  --cookie-banner-transition: all 0.2s ease;
  --cookie-banner-animation-duration: 0.5s;
}

/* ============================================
   RESET & BASE STYLES
   ============================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page-body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #fdfaf6;
  color: #1f1f1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.page-main {
  min-height: 100vh;
  padding-top: 7rem;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

p {
  margin: 0;
}

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

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

/* ============================================
   HEADER COMPONENT
   ============================================ */

.site-header,
#main-header {
  background-color: var(--header-bg-color);
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  box-shadow: var(--header-shadow);
  overflow: visible;
  transition: var(--header-transition);
}

.site-header.header-scrolled,
#main-header.header-scrolled {
  background-color: rgba(10, 107, 206, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.header-container {
  max-width: var(--header-max-width);
  margin-inline: auto;
  padding-inline: var(--header-padding-x);
  padding-block: var(--header-padding-y);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
  text-decoration: none;
}

.header-logo:hover {
  opacity: 0.8;
}

.header-logo img {
  height: 3rem;
  width: auto;
  display: block;
}

.header-slogan {
  font-size: 0.75rem;
  color: var(--header-text-color);
  opacity: 0.8;
  font-style: italic;
  margin-top: -0.25rem;
  transition: opacity 0.3s ease;
}

.site-header.header-scrolled .header-slogan,
#main-header.header-scrolled .header-slogan {
  opacity: 0;
}

.mobile-menu-toggle {
  display: none;
  color: var(--header-text-color);
  z-index: 50;
  position: relative;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.mobile-menu-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.header-navigation {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--header-text-color);
}

.nav-link {
  color: var(--header-text-color);
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  color: var(--header-text-color);
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}

.nav-dropdown-toggle:hover {
  opacity: 0.8;
}

.dropdown-arrow-icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background-color: var(--header-bg-color);
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  border: 1px solid var(--header-border-color);
  z-index: 60;
  min-width: var(--dropdown-width);
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown-menu.large {
  min-width: var(--dropdown-width-large);
}

.dropdown-content {
  padding-block: 0.5rem;
}

.dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--header-text-color);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.dropdown-link:hover {
  background-color: var(--header-hover-bg);
}

.nav-separator {
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--header-border-color);
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--header-border-color);
}

.language-current {
  font-weight: 700;
  color: var(--header-text-color);
}

.language-link {
  color: var(--header-text-muted);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.language-link:hover {
  color: var(--header-text-color);
  opacity: 1;
}

.mobile-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--header-bg-color);
  flex-direction: column;
  gap: 0;
  padding-inline: 1rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--header-text-color);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.mobile-navigation.expanded {
  display: flex;
}

.mobile-nav-section {
  border-bottom: 1px solid var(--header-border-color);
}

.mobile-dropdown-toggle {
  width: 100%;
  text-align: left;
  padding-block: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  color: var(--header-text-color);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}

.mobile-dropdown-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.mobile-dropdown-toggle[data-expanded="true"] .mobile-dropdown-arrow {
  transform: rotate(180deg);
}

.mobile-dropdown-content {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  display: none;
}

.mobile-dropdown-content.expanded {
  display: block;
}

.mobile-nav-link {
  display: block;
  padding-block: 0.5rem;
  color: var(--header-text-color);
  text-decoration: none;
  border-bottom: 1px solid var(--header-border-color);
  font-size: 1rem;
  font-weight: 500;
}

.mobile-nav-link:last-child {
  border-bottom: none;
}

.mobile-nav-separator {
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--header-border-color);
}

.mobile-language-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
}

.mobile-language-separator {
  color: var(--header-text-muted);
  opacity: 0.4;
}

/* Header Responsive */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }

  .header-navigation {
    display: none !important;
  }

  .mobile-navigation {
    display: none;
  }

  .mobile-navigation.expanded {
    display: flex;
  }

  .nav-separator,
  .language-selector {
    display: none;
  }
}

@media (min-width: 769px) {
  .header-navigation {
    display: flex;
  }

  .mobile-navigation {
    display: none !important;
  }
}

/* ============================================
   FOOTER COMPONENT
   ============================================ */

.site-footer {
  background-color: var(--footer-bg-color);
  color: white;
  margin-top: 3rem;
  position: relative;
}

.footer-container {
  max-width: var(--footer-max-width);
  margin-inline: auto;
  padding-inline: var(--footer-padding-x);
  padding-block: var(--footer-padding-y);
}

.footer-main {
  padding-bottom: var(--footer-section-spacing);
  margin-bottom: var(--footer-section-spacing);
  border-bottom: 1px solid var(--footer-border-color);
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.footer-nav-section {
  flex: 1;
}

.footer-nav-section+.footer-nav-section {
  margin-top: 0;
}

.footer-nav-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

.footer-nav-item {
  margin-bottom: 0.25rem;
}

.footer-nav-link {
  color: var(--footer-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  transition: var(--footer-transition);
}

.footer-nav-link:hover {
  color: var(--footer-text-color);
}

.footer-nav-subsection {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.footer-nav-subsection:first-of-type {
  border-top: none;
  margin-top: 0.25rem;
  padding-top: 0;
}

.footer-nav-subsection+.footer-nav-subsection {
  border-top: none;
}

.footer-nav-subsection-title {
  font-weight: 600;
  color: var(--footer-text-color);
  margin-bottom: 0.5rem;
}

.footer-nav-subsection .footer-nav-list {
  margin-left: 1rem;
}

.footer-nav-separator {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
}

.footer-nav-separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 75%;
  height: 1px;
  background-color: var(--footer-border-color);
}

.footer-language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-language-current {
  font-weight: 600;
  color: var(--footer-text-color);
}

.footer-language-separator {
  color: var(--footer-border-color);
}

.footer-language-link {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: var(--footer-transition);
}

.footer-language-link:hover {
  color: var(--footer-text-color);
}

.footer-legal-section {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

@media (max-width: 768px) {
  .footer-legal-section {
    text-align: left;
  }

  .footer-legal-title {
    margin-bottom: 0.5rem;
  }
}

.footer-legal-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-end;
}

.footer-legal-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-legal-link {
  color: var(--footer-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  transition: var(--footer-transition);
}

.footer-legal-link:hover {
  color: var(--footer-text-color);
}

.footer-social-section {
  margin-top: 1rem;
  text-align: center;
}

.footer-social-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.h-card {
  display: none;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.footer-social-link {
  transition: opacity 0.2s ease;
  display: block;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.footer-social-icon {
  width: var(--social-icon-size);
  height: var(--social-icon-size);
  display: block;
}

.footer-contact-info {
  font-size: 0.875rem;
  color: var(--footer-text-muted);
  margin-bottom: 0.5rem;
}

.footer-contact-link {
  color: var(--footer-text-color);
  transition: var(--footer-transition);
}

.footer-contact-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 0.875rem;
  color: var(--footer-text-muted);
  padding-top: 0.5rem;
}

.footer-copyright {
  margin: 0;
}

@media (min-width: 769px) {
  .footer-content {
    flex-direction: row;
  }

  .footer-legal-content {
    align-items: flex-end;
    text-align: right;
  }

  .footer-legal-list {
    align-items: flex-end;
  }
}

/* ============================================
   COOKIE BANNER COMPONENT
   ============================================ */

#cookie-banner {
  container-type: inline-size;
  container-name: cookie-banner;
}

.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  background-color: var(--cookie-banner-bg-color);
  color: var(--cookie-banner-text-color);
  box-shadow: var(--cookie-banner-shadow);
  border-block-start: 4px solid #FFD700;
  opacity: 1;
  transform: translateY(0);
  transition: var(--cookie-banner-transition);
}

.cookie-banner.hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.cookie-banner.animate-slide-up {
  animation: slideUp var(--cookie-banner-animation-duration) ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-banner-container {
  max-width: var(--cookie-banner-max-width);
  margin-inline: auto;
  padding: var(--cookie-banner-padding);
}

.cookie-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-banner-text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cookie-banner-title {
  font-weight: 600;
  font-size: 1.125rem;
}

.cookie-banner-description {
  font-size: 0.875rem;
  color: var(--cookie-banner-text-color);
}

.cookie-banner-link {
  font-size: 0.875rem;
  color: #FFD700;
  text-decoration: none;
  transition: var(--cookie-banner-transition);
}

.cookie-banner-link:hover {
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.cookie-banner-button-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.cookie-banner-button {
  padding: 0.625rem 1.5rem;
  font-weight: 600;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: var(--cookie-banner-transition);
  font-size: 0.875rem;
  text-align: center;
}

.cookie-banner-button:focus {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}

.cookie-banner-button-accept {
  background-color: var(--cookie-banner-button-primary-bg);
  color: var(--cookie-banner-button-primary-text);
}

.cookie-banner-button-accept:hover {
  background-color: var(--cookie-banner-button-primary-hover);
}

.cookie-banner-button-reject {
  background-color: transparent;
  color: var(--cookie-banner-text-color);
  border: 2px solid var(--cookie-banner-button-secondary-border);
}

.cookie-banner-button-reject:hover {
  background-color: var(--cookie-banner-button-secondary-hover);
}

@media (min-width: 640px) {
  .cookie-banner-content {
    flex-direction: row;
    align-items: center;
  }

  .cookie-banner-actions {
    flex-direction: row;
    width: auto;
    gap: 0.75rem;
  }

  .cookie-banner-button-group {
    flex-direction: row;
    gap: 0.75rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  .cookie-banner-title {
    font-size: 1.25rem;
  }

  .cookie-banner-description {
    font-size: 1rem;
  }
}

/* ============================================
   TESTIMONIALS COMPONENT
   ============================================ */

.testimonials-container {
  width: 100%;
  margin: 0 auto;
}

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

.testimonial-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition: box-shadow 0.2s ease;
}

.testimonial-card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.testimonial-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-avatar-placeholder {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  flex-shrink: 0;
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.testimonial-author-name {
  font-weight: 600;
  font-size: 1rem;
  color: #1f1f1f;
  line-height: 1.5;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.star-icon {
  width: 1rem;
  height: 1rem;
  color: #FFD700;
  flex-shrink: 0;
}

.testimonial-google-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.testimonial-google-link:hover {
  opacity: 0.8;
}

.testimonial-google-link svg {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-content {
  margin-top: 1rem;
}

.testimonial-text {
  color: #1f1f1f;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0;
}

.testimonial-text+.testimonial-text {
  margin-top: 1rem;
}

.testimonial-text strong {
  font-weight: 600;
  color: #0A6BCE;
}

.testimonial-text mark {
  background-color: #ffce2d;
  color: inherit;
  padding: 0 0.2rem;
  border-radius: 2px;
}

/* Responsive testimonials grid */
@media (min-width: 640px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* ============================================
   UTILITY CLASSES
   ============================================ */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

.flex {
  display: flex;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-inline: 1rem;
}

.py-4 {
  padding-block: 1rem;
}

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

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

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

/* ============================================
   CONTENT STYLES - Section Cards & Buttons
   ============================================ */

.section-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  padding: 1.5rem;
}

.cta-pill {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 107, 206, 0.1);
  color: #0A6BCE;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  /* text-lg - 18px */
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  background-color: #ffce2d;
  color: #0f172a;
}

.btn-primary:hover {
  background-color: #ffd84d;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.left-1\/2 {
  left: 50%;
}

.transform {
  transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x, -50%), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

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

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

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

/* ============================================
   SPACING UTILITIES
   ============================================ */

.space-y-4>*+* {
  margin-top: 1rem;
}

.space-y-8>*+* {
  margin-top: 2rem;
}

.space-y-12>*+* {
  margin-top: 3rem;
}

.space-y-2>*+* {
  margin-top: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

.-mt-28 {
  margin-top: -7rem;
}

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

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

/* ============================================
   TYPOGRAPHY UTILITIES
   ============================================ */

.text-left {
  text-align: left;
}

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

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

.font-normal {
  font-weight: 400;
}

.leading-tight {
  line-height: 1.25;
}

/* ============================================
   COLOR UTILITIES
   ============================================ */

.text-white {
  color: white;
}

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

.text-\[\#0f172a\] {
  color: #0f172a;
}

.text-\[\#0f172a\]\/75 {
  color: rgba(15, 23, 42, 0.75);
}

.text-\[\#0A6BCE\] {
  color: #0A6BCE;
}

.text-gray-600 {
  color: #4b5563;
}

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

.bg-\[\#0A6BCE\] {
  background-color: #0A6BCE;
}

.bg-\[\#ffce2d\] {
  background-color: #ffce2d;
}

.bg-\[\#ffd84d\] {
  background-color: #ffd84d;
}

.hover\:bg-\[\#ffd84d\]:hover {
  background-color: #ffd84d;
}

.bg-\[\#648ED8\]\/80 {
  background-color: rgba(100, 142, 216, 0.8);
}

.bg-\[\#0A6BCE\]\/5 {
  background-color: rgba(10, 107, 206, 0.05);
}

.bg-\[\#ffce2d\]\/5 {
  background-color: rgba(255, 206, 45, 0.05);
}

/* ============================================
   FLEXBOX UTILITIES
   ============================================ */

.inline-flex {
  display: inline-flex;
}

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

.justify-end {
  justify-content: flex-end;
}

.shrink-0 {
  flex-shrink: 0;
}

/* ============================================
   GRID UTILITIES
   ============================================ */

.grid {
  display: grid;
}

.gap-8 {
  gap: 2rem;
}

/* ============================================
   BORDER & SHADOW UTILITIES
   ============================================ */

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-white {
  border-color: white;
}

.border-\[\#0A6BCE\] {
  border-color: #0A6BCE;
}

.border-\[\#ffce2d\] {
  border-color: #ffce2d;
}

.border-l-4 {
  border-left-width: 4px;
  border-left-style: solid;
}

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* ============================================
   EFFECTS UTILITIES
   ============================================ */

.opacity-90 {
  opacity: 0.9;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

/* ============================================
   OBJECT UTILITIES
   ============================================ */

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

.object-center {
  object-position: center;
}

.object-right {
  object-position: right;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
  /* 40px */
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
  /* 40px */
}

.h-auto {
  height: auto;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.overflow-hidden {
  overflow: hidden;
}

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

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

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

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

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-\[\#0A6BCE\]\/20 {
  border-color: rgba(10, 107, 206, 0.2);
}

.bg-\[\#0f172a\]\/5 {
  background-color: rgba(15, 23, 42, 0.05);
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.gap-1 {
  gap: 0.25rem;
}

.hover\:bg-\[\#0A6BCE\]:hover {
  background-color: #0A6BCE;
}

.hover\:text-white:hover {
  color: white;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* List styles */
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

/* Audio and video elements */
audio {
  width: 100%;
  margin: 1rem 0;
}

audio::-webkit-media-controls-panel {
  background-color: #f3f4f6;
}

iframe {
  border: none;
  display: block;
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }
}

/* ============================================
   GRADIENT UTILITIES
   ============================================ */

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#648ED8\]\/70 {
  --tw-gradient-to: rgba(100, 142, 216, 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(100, 142, 216, 0.7), var(--tw-gradient-to);
}

.to-\[\#648ED8\]\/90 {
  --tw-gradient-to: rgba(100, 142, 216, 0.9);
}

/* ============================================
   ADDITIONAL UTILITIES
   ============================================ */

.cursor-help {
  cursor: help;
}

.inline-block {
  display: inline-block;
}

.w-fit {
  width: fit-content;
}

.list-decimal {
  list-style-type: decimal;
}

.list-inside {
  list-style-position: inside;
}

.border-dotted {
  border-style: dotted;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#0A6BCE\]\/50 {
  border-color: rgba(10, 107, 206, 0.5);
}

.border-\[\#0A6BCE\]\/10 {
  border-color: rgba(10, 107, 206, 0.1);
}

.animate-fadeIn {
  animation: fadeIn 0.4s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom Tooltip System */
[data-tooltip] {
  position: relative;
  cursor: help;
  display: inline-block;
  border-bottom: 1px dotted rgba(10, 107, 206, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
}

[data-tooltip]:hover {
  border-bottom-color: rgba(10, 107, 206, 1);
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  padding: 8px 12px;
  background: #1e293b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 6px;
  width: 240px;
  max-width: 80vw;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  will-change: opacity, transform;
}

[data-tooltip]::before {
  content: '';
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  border-width: 6px;
  border-style: solid;
  border-color: #1e293b transparent transparent transparent;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: opacity, transform;
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before,
[data-tooltip]:focus::after,
[data-tooltip]:focus::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
}

@media (max-width: 640px) {
  .tooltip-left-mobile::after {
    left: 0 !important;
    right: auto !important;
    transform: translateX(0) translateY(10px) !important;
    text-align: left !important;
  }

  .tooltip-left-mobile::before {
    left: 15px !important;
    right: auto !important;
    transform: translateX(0) translateY(10px) !important;
  }

  .tooltip-left-mobile:hover::after,
  .tooltip-left-mobile:focus::after {
    transform: translateX(0) translateY(0) !important;
  }

  .tooltip-left-mobile:hover::before,
  .tooltip-left-mobile:focus::before {
    transform: translateX(0) translateY(0) !important;
  }

  .tooltip-right-mobile::after {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0) translateY(10px) !important;
    text-align: right !important;
  }

  .tooltip-right-mobile::before {
    left: auto !important;
    right: 15px !important;
    transform: translateX(0) translateY(10px) !important;
  }

  .tooltip-right-mobile:hover::after,
  .tooltip-right-mobile:focus::after {
    transform: translateX(0) translateY(0) !important;
  }

  .tooltip-right-mobile:hover::before,
  .tooltip-right-mobile:focus::before {
    transform: translateX(0) translateY(0) !important;
  }
}