/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    
    --color-qblue: #1A5395;
    --color-qred: #A82025;
    --color-qgrey: #6B7280;

    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: #1e3a8a;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cbd5e1;
    --color-slate-500: #64748b;
    --color-slate-600: #475569;
    --color-slate-700: #334155;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-gray-200: #e5e7eb;
    --color-gray-700: #374151;
    --color-gray-800: #1f2937;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
  }
}
@layer base {
	/* Force font-display swap on FontAwesome webfonts to eliminate render-blocking text delays */
  @font-face {
    font-family: "Font Awesome 6 Free";
    font-display: swap;
  }
  @font-face {
    font-family: "Font Awesome 6 Brands";
    font-display: swap;
  }
  *, ::after, ::before, ::backdrop { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
  html { scroll-behavior: smooth; }
  body { 
    line-height: 1.6; 
    font-family: var(--font-sans); 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  img, svg { display: block; vertical-align: middle; max-width: 100%; height: auto; }
  ul { list-style: none; }
  a { color: inherit; text-decoration: none; }
}
@layer utilities {
  .absolute { position: absolute; }
  .relative { position: relative; }
  .sticky { position: sticky; }
  .inset-0 { inset: 0px; }
  .-top-4 { top: -1rem; }
  .top-0 { top: 0px; }
  .-left-4 { left: -1rem; }
  .z-10 { z-index: 10; }
  .z-50 { z-index: 50; }
  .mx-auto { margin-inline: auto; }
  .mt-1 { margin-top: 0.25rem; }
  .mt-2 { margin-top: 0.5rem; }
  .mt-3 { margin-top: 0.75rem; }
  .mt-8 { margin-top: 2rem; }
  .mt-10 { margin-top: 2.5rem; }
  .mt-12 { margin-top: 3rem; }
  .mr-2 { margin-right: 0.5rem; }
  .mr-3 { margin-right: 0.75rem; }
  .mb-0\.5 { margin-bottom: 0.125rem; }
  .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; }
  .mb-14 { margin-bottom: 3.5rem; }
  .mb-16 { margin-bottom: 4rem; }
  .mb-20 { margin-bottom: 5rem; }
  .ml-2 { margin-left: 0.5rem; }
  .block { display: block; }
  .flex { display: flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  .inline-flex { display: inline-flex; }
  .h-10 { height: 2.5rem; }
  .h-12 { height: 3rem; }
  .h-14 { height: 3.5rem; }
  .h-16 { height: 4rem; }
  .h-24 { height: 6rem; }
  .min-h-\[320px\] { min-height: 320px; }
  .w-10 { width: 2.5rem; }
  .w-12 { width: 3rem; }
  .w-14 { width: 3.5rem; }
  .w-auto { width: auto; }
  .w-full { width: 100%; }
  .max-w-3xl { max-width: 48rem; }
  .max-w-4xl { max-width: 56rem; }
  .max-w-5xl { max-width: 64rem; }
  .max-w-7xl { max-width: 80rem; }
  .flex-shrink-0 { flex-shrink: 0; }
  .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .flex-col { flex-direction: column; }
  .items-center { align-items: center; }
  .justify-between { justify-content: space-between; }
  .justify-center { justify-content: center; }
  .gap-1 { gap: 0.25rem; }
  .gap-3 { gap: 0.75rem; }
  .gap-4 { gap: 1rem; }
  .gap-5 { gap: 1.25rem; }
  .gap-6 { gap: 1.5rem; }
  .gap-8 { gap: 2rem; }
  .gap-12 { gap: 3rem; }
  
  /* Brand Color Utilities */
  .bg-qblue { background-color: #1A5395 !important; }
  .bg-qred { background-color: #A82025 !important; }
  .bg-qgrey { background-color: #6B7280 !important; }
  .text-qblue { color: #1A5395 !important; }
  .text-qred { color: #A82025 !important; }
  .text-qgrey { color: #6B7280 !important; }
  .border-qblue { border-color: #1A5395 !important; }
  .border-qred { border-color: #A82025 !important; }
  .hover\:border-qblue:hover { border-color: #1A5395 !important; }
  .hover\:border-qred:hover { border-color: #A82025 !important; }

  /* Gradient Fixes */
  .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, #1A5395, #1e3a8a, #0f172a) !important;
  }

  /* Luxury Cinematic Motion & Scroll Animations */
  @keyframes luxuryFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.01); }
  }

  @keyframes pulseGlow {
    0%, 100% { opacity: 1; filter: brightness(1); }
    50% { opacity: 0.85; filter: brightness(1.15); }
  }

  .animate-float {
    animation: luxuryFloat 6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }

  .animate-pulse-glow {
    animation: pulseGlow 4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }

  /* Cinematic Scroll Reveal Initial States */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform; /* Offloads animation rendering to the GPU */
  }

  .reveal-on-scroll.is-revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .space-y-2 > :not(:last-child) { margin-bottom: 0.5rem; }
  .space-y-3 > :not(:last-child) { margin-bottom: 0.75rem; }
  .space-y-4 > :not(:last-child) { margin-bottom: 1rem; }
  .space-x-4 > :not(:last-child) { margin-right: 1rem; }
  .space-x-6 > :not(:last-child) { margin-right: 1.5rem; }
  .space-x-8 > :not(:last-child) { margin-right: 2rem; }

  .overflow-hidden { overflow: hidden; }
  .rounded { border-radius: 0.25rem; }
  .rounded-2xl { border-radius: 1rem; }
  .rounded-3xl { border-radius: 1.5rem; }
  .rounded-full { border-radius: 9999px; }
  .rounded-lg { border-radius: 0.5rem; }
  .rounded-xl { border-radius: 0.75rem; }
  .border { border-style: solid; border-width: 1px; }
  .border-y { border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; }
  .border-t { border-top-style: solid; border-top-width: 1px; }
  .border-b { border-bottom-style: solid; border-bottom-width: 1px; }
  .border-gray-200 { border-color: #e5e7eb; }
  .border-slate-100 { border-color: #f1f5f9; }
  .border-slate-200 { border-color: #e2e8f0; }
  .border-slate-300 { border-color: #cbd5e1; }
  .border-slate-700 { border-color: #334155; }
  .bg-slate-50 { background-color: #f8fafc; }
  .bg-slate-100 { background-color: #f1f5f9; }
  .bg-slate-800 { background-color: #1e293b; }
  .bg-slate-900 { background-color: #0f172a; }
  .bg-white { background-color: #fff; }

  .p-2 { padding: 0.5rem; }
  .p-3\.5 { padding: 0.875rem; }
  .p-4 { padding: 1rem; }
  .p-5 { padding: 1.25rem; }
  .p-6 { padding: 1.5rem; }
  .p-8 { padding: 2rem; }
  .p-10 { padding: 2.5rem; }
  .px-4 { padding-left: 1rem; padding-right: 1rem; }
  .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
  .px-8 { padding-left: 2rem; padding-right: 2rem; }
  .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
  .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .pt-1 { padding-top: 0.25rem; }
  .pt-6 { padding-top: 1.5rem; }
  .pt-16 { padding-top: 4rem; }
  .pr-0 { padding-right: 0px; }
  .pb-2 { padding-bottom: 0.5rem; }
  .pb-3 { padding-bottom: 0.75rem; }
  .pb-5 { padding-bottom: 1.25rem; }
  .pb-8 { padding-bottom: 2rem; }
  .text-center { text-align: center; }
  .text-left { text-align: left; }
  .font-sans { font-family: var(--font-sans); }
  .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-6xl { font-size: 3.75rem; line-height: 1; }
  .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .text-xs { font-size: 0.75rem; line-height: 1rem; }
  .leading-relaxed { line-height: 1.625; }
  .leading-tight { line-height: 1.25; }
  .font-bold { font-weight: 700; }
  .font-extrabold { font-weight: 800; }
  .font-medium { font-weight: 500; }
  .font-semibold { font-weight: 600; }
  .tracking-wider { letter-spacing: 0.08em; }
  .tracking-widest { letter-spacing: 0.15em; }
  .text-blue-100 { color: #f0fdfa; }
  .text-blue-300 { color: #93c5fd; }
  .text-gray-700 { color: #374151; }
  .text-gray-800 { color: #1f2937; }
  .text-red-300 { color: #fca5a5; }
  .text-slate-300 { color: #cbd5e1; }
  .text-slate-500 { color: #64748b; }
  .text-slate-600 { color: #475569; }
  .text-slate-700 { color: #334155; }
  .text-slate-800 { color: #1e293b; }
  .text-slate-900 { color: #0f172a; }
  .text-white { color: #fff; }
  .uppercase { text-transform: uppercase; }
  .antialiased { -webkit-font-smoothing: antialiased; }
  .opacity-5 { opacity: 0.05; }
  .shadow { box-shadow: 0 4px 20px -2px rgb(0 0 0 / 0.06); }
  .shadow-2xl { box-shadow: 0 30px 60px -15px rgb(0 0 0 / 0.2); }
  .shadow-lg { box-shadow: 0 15px 30px -5px rgb(0 0 0 / 0.08); }
  .shadow-md { box-shadow: 0 8px 16px -2px rgb(0 0 0 / 0.06); }
  .shadow-sm { box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.04); }
  .shadow-xl { box-shadow: 0 20px 40px -10px rgb(0 0 0 / 0.12); }
  .transition { transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

  @media (hover: hover) {
    .hover\:bg-blue-800:hover { background-color: #164276 !important; transform: translateY(-3px) scale(1.01); }
    .hover\:bg-red-800:hover { background-color: #8c1a1e !important; transform: translateY(-3px) scale(1.01); }
    .hover\:bg-slate-50:hover { background-color: #f8fafc !important; }
    .hover\:shadow-md:hover { box-shadow: 0 22px 45px -10px rgb(0 0 0 / 0.15); transform: translateY(-5px); }
  }
  @media (min-width: 40rem) {
    .sm\:mt-0 { margin-top: 0px; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:flex-row { flex-direction: row; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  }
  @media (min-width: 48rem) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }
  @media (min-width: 64rem) {
    .lg\:mt-0 { margin-top: 0px; }
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:w-1\/2 { width: 50%; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lg\:flex-row { flex-direction: row; }
    .lg\:p-10 { padding: 2.5rem; }
    .lg\:p-12 { padding: 3rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .lg\:pr-12 { padding-right: 3rem; }
    .lg\:text-3xl { font-size: 1.875rem; }
    .lg\:text-4xl { font-size: 2.25rem; }
    .lg\:text-5xl { font-size: 3rem; }
  }
}