.translate-y-0, .translate-y-2, .translate-y-\[-10px\], .rotate-180, .scale-105, .transform, .hover\:scale-105, .hover\:scale-\[1\.02\], .focus-visible\:scale-105, .group-hover\:rotate-180, .group-hover\:scale-125 {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:-translate-y-1 {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.from-\[\#059669\], .from-\[\#1a2962\], .from-\[\#1a2962\]\/20, .from-\[\#424ea8\], .from-\[\#ebb059\]\/10, .from-\[\#f4f5f7\], .from-black\/70, .from-green-200, .from-purple-200, .from-yellow-200, .via-black\/20, .to-\[\#10b981\], .to-\[\#424ea8\], .to-\[\#7bb4ff\], .to-\[\#ebb059\]\/5, .to-\[\#f4f5f7\]\/0, .to-blue-200, .to-orange-200, .to-pink-200, .to-transparent, .hover\:from-\[\#3a4397\], .hover\:from-\[\#3a4590\], .hover\:to-\[\#6aa0e0\], .hover\:to-\[\#6ba9ff\] {
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
}

.shadow, .shadow-2xl, .shadow-lg, .shadow-md, .shadow-sm, .shadow-xl, .hover\:shadow-lg, .hover\:shadow-md, .hover\:shadow-xl, .focus\:shadow-lg {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.ring-4, .focus\:ring-2, .focus-visible\:ring-2 {
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.blur, .drop-shadow-lg, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}

.backdrop-blur, .backdrop-blur-md, .backdrop-blur-sm {
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .container {
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container {
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
}
.btn-secondary {
  background-color: white;
  color: #2563eb;
  border: 2px solid #2563eb;
  font-weight: 600;
  padding: 0.875rem 1.875rem;
  border-radius: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  text-decoration: none;
}
.btn-secondary:hover {
  background-color: #eff6ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}
.card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.hero-title {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {

  .hero-title {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {

  .hero-title {
    font-size: 5rem;
  }
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .section-title {
    font-size: 2.5rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[calc\(1\.25rem\+3\.5rem\+0\.25rem\)\] {
  bottom: calc(1.25rem + 3.5rem + 0.25rem);
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[70\] {
  z-index: 70;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.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;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[5\%\] {
  width: 5%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes fadeInUp {

  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}
@keyframes scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.animate-scroll {
  animation: scroll 30s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1rem;
}
.rounded-4xl {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-5xl {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#1a2962\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 41 98 / var(--tw-border-opacity, 1));
}
.border-\[\#424ea8\] {
  --tw-border-opacity: 1;
  border-color: rgb(66 78 168 / var(--tw-border-opacity, 1));
}
.border-\[\#7bb4ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(123 180 255 / var(--tw-border-opacity, 1));
}
.border-\[\#95bd99\]\/20 {
  border-color: rgb(149 189 153 / 0.2);
}
.border-\[\#ad9cf1\]\/20 {
  border-color: rgb(173 156 241 / 0.2);
}
.border-\[\#ebb059\]\/20 {
  border-color: rgb(235 176 89 / 0.2);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#424ea8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 78 168 / var(--tw-bg-opacity, 1));
}
.bg-\[\#95bd99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 189 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#95bd99\]\/10 {
  background-color: rgb(149 189 153 / 0.1);
}
.bg-\[\#95bd99\]\/20 {
  background-color: rgb(149 189 153 / 0.2);
}
.bg-\[\#95bd99\]\/5 {
  background-color: rgb(149 189 153 / 0.05);
}
.bg-\[\#ad9cf1\]\/10 {
  background-color: rgb(173 156 241 / 0.1);
}
.bg-\[\#ad9cf1\]\/20 {
  background-color: rgb(173 156 241 / 0.2);
}
.bg-\[\#ad9cf1\]\/5 {
  background-color: rgb(173 156 241 / 0.05);
}
.bg-\[\#ebb059\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 176 89 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ebb059\]\/10 {
  background-color: rgb(235 176 89 / 0.1);
}
.bg-\[\#ebb059\]\/20 {
  background-color: rgb(235 176 89 / 0.2);
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#059669\] {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a2962\] {
  --tw-gradient-from: #1a2962 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 41 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a2962\]\/20 {
  --tw-gradient-from: rgb(26 41 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 41 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#424ea8\] {
  --tw-gradient-from: #424ea8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 78 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ebb059\]\/10 {
  --tw-gradient-from: rgb(235 176 89 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 176 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f4f5f7\] {
  --tw-gradient-from: #f4f5f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 245 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-200 {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#10b981\] {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-\[\#424ea8\] {
  --tw-gradient-to: #424ea8 var(--tw-gradient-to-position);
}
.to-\[\#7bb4ff\] {
  --tw-gradient-to: #7bb4ff var(--tw-gradient-to-position);
}
.to-\[\#ebb059\]\/5 {
  --tw-gradient-to: rgb(235 176 89 / 0.05) var(--tw-gradient-to-position);
}
.to-\[\#f4f5f7\]\/0 {
  --tw-gradient-to: rgb(244 245 247 / 0) var(--tw-gradient-to-position);
}
.to-blue-200 {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}
.to-orange-200 {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}
.to-pink-200 {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Lexend_Deca\'\] {
  font-family: 'Lexend Deca';
}
.font-body {
  font-family: Inter, system-ui, sans-serif;
}
.font-display {
  font-family: Poppins, Inter, system-ui, sans-serif;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#059669\] {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-\[\#424ea8\] {
  --tw-text-opacity: 1;
  color: rgb(66 78 168 / var(--tw-text-opacity, 1));
}
.text-\[\#7bb4ff\] {
  --tw-text-opacity: 1;
  color: rgb(123 180 255 / var(--tw-text-opacity, 1));
}
.text-\[\#95bd99\] {
  --tw-text-opacity: 1;
  color: rgb(149 189 153 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD700\] {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ad9cf1\] {
  --tw-text-opacity: 1;
  color: rgb(173 156 241 / var(--tw-text-opacity, 1));
}
.text-\[\#ebb059\] {
  --tw-text-opacity: 1;
  color: rgb(235 176 89 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  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;
}
.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;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.text-shadow-lg {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Custom CSS Variables */
:root {
    /* Brand palette */
    --color-bg: #f4f5f7;
    --color-navy: #1a2962;
    --color-blue: #424ea8;
    --color-alpha: #7bb4ff; 

    --color-year-3-6: #d1ebd3;
    --color-year-7-10: #d2c7ff;
    --color-year-11-12: #ffcb7d;

    /* Legacy semantic aliases (optional, for existing code) */
    --primary-blue: var(--color-blue);
    --bg-primary: var(--color-bg);
    --bg-secondary: #f4f5f7; /* can be a softer variant of bg if you want */
    --bg-tertiary: #f4f5f7;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;

    --shadow-light: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-heavy: 0 10px 15px -3px rgba(0, 0, 0, 0.1);

    /* Font tokens */
    --font-heading:
        "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    --font-body:
        "Canva Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    --font-nav:
        "Canva Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    --font-caption:
        "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
}

/* Base Styles */
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg);
    color: var(--text-primary);
}
/* Screen Reader Only */
.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;
}

.sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Focus Styles for Keyboard Navigation */
.keyboard-navigation *:focus {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
}

/* Prefer :focus-visible so mouse focus doesn't show keyboard-only styles */
*:focus:not(:focus-visible) {
    outline: none;
}

:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
}

/* Custom Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes bounce-gentle {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Animation Classes */
.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.8s ease-out forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.8s ease-out forwards;
}

.animate-scroll {
    animation: scroll 30s linear infinite;
}

.animate-draw {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 3s ease-in-out infinite alternate;
}

/* Hero Section Styles */
.hero-fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hero background - now using img element for better blur control */
#hero {
    position: relative;
}

/* Hero Display Font Styling */
.hero-title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: clamp(1.6rem, 5vw + 0.2rem, 1.9rem); /* Mobile: 26-30px */
    line-height: 1.1;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .hero-title {
        font-size: clamp(2rem, 3vw + 0.5rem, 2.25rem); /* Tablet */
        line-height: 1.15;
    }
}

@media (min-width: 1280px) {
    .hero-title {
        font-size: 3.75rem; /* Desktop: 44px */
        line-height: 1.2;
    }
}

/* Navbar Styles */
nav {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Only affect top-level nav items when scrolled (NOT dropdown panel links) */
#navbar.scrolled .nav-primary > a,
#navbar.scrolled .nav-primary > .group > a {
  color: white;
}

/* Keep hover behavior consistent for just the top-level items */
#navbar.scrolled .nav-primary > a:hover,
#navbar.scrolled .nav-primary > .group > a:hover {
  color: white;
}

/* Dropdown panels should always render dark text on white */
#navbar .services-dropdown,
#navbar .about-dropdown {
  color: #111827; /* gray-900 */
}

#navbar .services-dropdown a,
#navbar .about-dropdown a {
  color: #111827;
}

#navbar .services-dropdown a:hover,
#navbar .about-dropdown a:hover {
  color: #424ea8;
}

/* Keep CTA text colour stable even when navbar is scrolled */
#nav-cta {
  background: #ffffff;
  color: var(--color-blue) !important;
}

/* Mobile nav toggle and fullscreen menu */
.mobile-menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.mobile-menu-toggle:active {
    transform: scale(0.95);
}

#navbar .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.mobile-menu-icon {
    width: 1.2rem;
    height: 1rem;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-icon span {
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 9999px;
    transition:
        transform 0.28s ease,
        opacity 0.2s ease,
        width 0.2s ease;
    transform-origin: center;
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 90;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease;
}

.mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(7, 10, 25, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mobile-menu-sheet {
    position: absolute;
    inset: 0 auto 0 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    background: linear-gradient(
        160deg,
        rgba(16, 24, 63, 0.96) 0%,
        rgba(36, 52, 128, 0.95) 52%,
        rgba(70, 112, 187, 0.92) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    border: 0;
    transform: translateY(-10px) scale(0.99);
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
    outline: none;
}

.mobile-menu-overlay.is-open .mobile-menu-sheet {
    transform: translateY(0) scale(1);
}

.mobile-menu-sheet-inner {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: max(1.25rem, env(safe-area-inset-top));
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1.4rem, env(safe-area-inset-right));
}

.mobile-menu-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.mobile-menu-heading {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.mobile-menu-close-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close-btn:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    flex: 1 1 auto;
    overflow-y: auto;
    width: min(30rem, 100%);
    margin: 0 auto 0 0;
    min-height: 0;
}

.mobile-menu-link {
    display: block;
    padding: 1rem 1rem;
    border-radius: 0.85rem;
    color: #ffffff !important;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.34);
    transform: translateX(2px);
}

.mobile-menu-cta-wrap {
    width: min(30rem, 100%);
    margin: 0.75rem auto 0 0;
    padding-top: 0.25rem;
}

@supports (width: 100dvw) {
    .mobile-menu-overlay,
    .mobile-menu-sheet {
        width: 100dvw;
        max-width: 100dvw;
    }
}

@media (max-width: 430px) {
    #mobile-menu-btn.mobile-menu-toggle {
        right: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .mobile-menu-sheet-inner {
        padding-left: max(1.25rem, env(safe-area-inset-left));
        padding-right: max(1.25rem, env(safe-area-inset-right));
    }

    .mobile-menu-links {
        margin: 0 auto;
    }

    .mobile-menu-cta-wrap {
        margin: 0.75rem auto 0;
    }
}

.mobile-menu-cta {
    display: block;
    width: 100%;
    border-radius: 9999px;
    padding: 0.9rem 1rem;
    text-align: center;
    font-weight: 700;
    color: #2c3b86 !important;
    background: #ffffff;
}

@media (min-width: 900px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #navbar,
    .mobile-menu-overlay,
    .mobile-menu-sheet,
    .mobile-menu-toggle,
    .mobile-menu-icon span,
    .mobile-menu-link {
        transition: none !important;
        animation: none !important;
    }
}



/* Prevent hover from applying a box-shadow to simple nav links */
#navbar a,
#navbar button {
    box-shadow: none !important;
}

/* Dropdown Menu Styles */
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:translate-y-0 {
    transform: translateY(0);
}

/* Mega menu specific styling (CSS-only) */
.mega-menu-trigger > .fixed {
    pointer-events: none; /* avoid accidental mouse events on the fixed panel */
}

/* Backdrop: visible when any mega menu trigger is hovered */
#mega-menu-backdrop {
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.mega-menu-trigger:hover ~ #mega-menu-backdrop,
.mega-menu-trigger:focus-within ~ #mega-menu-backdrop,
nav .mega-menu-trigger:hover ~ #mega-menu-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Image panels: control via hover on the containing mega-menu-trigger */
.mega-menu-trigger .relative > [id^="image-"] {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(4px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        filter 0.45s ease;
}
.mega-menu-trigger:hover .relative > [id^="image-"] {
    opacity: 1;
    transform: scale(1);
    filter: none;
}

/* Show the intended image when the associated link is hovered */
.mega-menu-trigger
    .group\/item[data-image="story"]:hover
    ~ .relative
    #image-story,
.mega-menu-trigger
    .group\/item[data-image="team"]:hover
    ~ .relative
    #image-team,
.mega-menu-trigger
    .group\/item[data-image="values"]:hover
    ~ .relative
    #image-values,
.mega-menu-trigger
    .group\/item[data-image="locations"]:hover
    ~ .relative
    #image-locations {
    opacity: 1;
    transform: scale(1);
    filter: none;
}

/* For services */
.mega-menu-trigger
    .group\/item[data-image="year3-6"]:hover
    ~ .relative
    #image-year3-6,
.mega-menu-trigger
    .group\/item[data-image="year7-10"]:hover
    ~ .relative
    #image-year7-10,
.mega-menu-trigger
    .group\/item[data-image="year11-12"]:hover
    ~ .relative
    #image-year11-12,
.mega-menu-trigger
    .group\/item[data-image="atar"]:hover
    ~ .relative
    #image-atar {
    opacity: 1;
    transform: scale(1);
    filter: none;
}

/* Mega menu image crossfade (double-buffer) */
.mega-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-img__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 220ms ease;
  will-change: opacity;
  transform: translateZ(0);
}

.mega-img__layer.is-active {
  opacity: 1;
}

/* Prevent the small colored text peek by fully hiding the translated heading until hover */
.group\/item .absolute {
    transform: translateY(14px);
}
.group\/item:hover .absolute,
.group\/item:focus .absolute {
    transform: translateY(0);
}

/* Service Tiles Styles */
.service-tile {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.service-tile:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-tile.active {
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.service-content.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
}

/* Marquee Styles */
.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-item {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.marquee-item:hover {
    transform: scale(1.05);
}

.marquee-item:focus {
    transform: scale(1.05);
    outline: 2px solid var(--color-year-7-10);
    outline-offset: 4px;
}

/* Gradient Masks for Marquee */
.marquee-container::before,
.marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 10;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;

  background: linear-gradient(
      140deg,
      rgba(20, 31, 78, 0.72) 0%,
      rgba(42, 57, 136, 0.65) 55%,
      rgba(40, 62, 138, 0.63) 100%
  );
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(6, 12, 33, 0.22);
  will-change: top;
  transition:
      background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),
      border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1),
      top 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar.nav--home {
  background: linear-gradient(
      140deg,
      rgba(20, 31, 78, 0.52) 0%,
      rgba(42, 57, 136, 0.44) 55%,
      rgba(40, 62, 138, 0.42) 100%
  );
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 18px rgba(6, 12, 33, 0.16);
}

/* When scrolled, slightly more opaque */
#navbar.scrolled {
  background: linear-gradient(
      140deg,
      rgba(17, 27, 69, 0.84) 0%,
      rgba(36, 52, 128, 0.78) 55%,
      rgba(35, 56, 128, 0.76) 100%
  );
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 26px rgba(6, 12, 33, 0.26);
}

#navbar.nav-is-hidden {
  top: -7.5rem;
}

#navbar.nav-is-visible {
  top: 0;
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-secondary), transparent);
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-secondary), transparent);
}

/* Small captions: Poppins */
small,
.caption,
.caption-text {
    font-family: var(--font-caption);
    font-weight: 400;
}

.body-long {
    font-family: var(--font-body);
    font-weight: 300;
}

.body-short {
    font-family: var(--font-body);
    font-weight: 400;
}

/**


        ".btn-primary": {
          background: "linear-gradient(135deg, #424ea8, #7bb4ff)",
          color: "white",
          fontWeight: "600",
          padding: "1rem 2rem",
          borderRadius: "0.5rem",
          transition: "all 0.3s cubic-bezier(0.4, 0, 0.2, 1)",
          display: "inline-block",
          textDecoration: "none",
          "&:hover": {
            background: "linear-gradient(135deg, #7bb4ff, #424ea8)",
            transform: "translateY(-2px)",
          },
          "&:focus": {
            outline: "2px solid #3b82f6",
            outlineOffset: "2px",
          },
          "&:active": {
            transform: "scale(0.98)",
          },
        },

*/

/* Button Hover Effects */
.btn-primary {
    background: linear-gradient(135deg, #424ea8, #7bb4ff);
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* 🔽 layout fixes */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    text-decoration: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #323c8e, #7bb4ff);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(8, 106, 234, 0.3);
}

.btn-primary:focus {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
}

.btn-primary:active {
    transform: scale(0.98);
}

/* Card Styles */
.card {
    background: var(--color-bg);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: var(--shadow-light);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
    box-shadow: var(--shadow-heavy);
    transform: translateY(-5px);
}

/* Logo Styles */
.logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.logo-icon {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #eab308, #f59e0b);
    border-radius: 50%;
    flex-shrink: 0;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.logo-subtext {
    font-size: 0.875rem;
    opacity: 0.7;
    margin-left: 0.25rem;
}

.color-alpha-blue {
    color: var(--color-alpha);
}

/* Section Spacing */
.section-padding {
    padding: 5rem 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 3rem 0;
    }
}

/* Responsive Text Sizes */

.section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

#navbar .container {
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  #navbar .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}



/* Container Utilities */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Sticky Services Section */
.services-sticky .service-content {
    position: sticky;
    top: 8rem;
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .animate-scroll {
        animation: none;
    }

    .hero-fade-in {
        opacity: 1;
        transform: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --shadow-light: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        --shadow-medium: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
        --shadow-heavy: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    }

    .card {
        background: #fefdf8;
        border: 2px solid var(--text-primary);
    }

    .btn-primary {
        border: 2px solid #000;
    }
}

/* Print Styles */
@media print {
    .no-print {
        display: none !important;
    }

    .print-break {
        page-break-after: always;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: #fefdf8;
    }

    a {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
        color: #666;
    }
}

/* Utility Classes */
.backdrop-blur-10 {
    backdrop-filter: blur(10px);
}

.text-shadow {
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 1px 2px rgba(0, 0, 0, 0.6);
}

.text-shadow-lg {
    text-shadow:
        0 4px 8px rgba(0, 0, 0, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.6),
        0 1px 2px rgba(0, 0, 0, 0.4);
}

.drop-shadow-lg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8))
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.gradient-text {
    background: linear-gradient(135deg, var(--color-blue), var(--color-navy));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg {
    background: linear-gradient(135deg, var(--color-blue), var(--color-navy));
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Firefox Scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Focus trap for modals */
.focus-trap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Error States */
.error {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.error-message {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Success States */
.success {
    border-color: #10b981;
    background-color: #f0fdf4;
}

.success-message {
    color: #059669;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Interactive Elements */
.interactive {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.interactive:hover {
    opacity: 0.9;
}

.interactive:active {
    transform: scale(0.98);
}

/* Layout Improvements */
.section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .section-container {
        padding: 0 2rem;
    }
}

@media (min-width: 1280px) {
    .section-container {
        padding: 0;
    }
}

/* Performance Optimizations */
.gpu-accelerated {
    transform: translateZ(0);
    will-change: transform;
}

.contain-layout {
    contain: layout;
}

.contain-paint {
    contain: paint;
}

/* Dark mode support (for future implementation) */
@media (prefers-color-scheme: dark) {
    .dark-mode {
        --text-primary: #f9fafb;
        --text-secondary: #d1d5db;
        --bg-primary: #111827;
        --bg-secondary: #1f2937;
    }
}

/* === FAQ Accordion Animation === */
.faq-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition:
        height 300ms cubic-bezier(0.2, 0.6, 0.2, 1),
        opacity 200ms ease-out;
}
.faq-content.is-open {
    opacity: 1;
}

/* FAQ Item Reveal Animations */
.faq-item {
    transition:
        opacity 300ms ease-out,
        transform 300ms ease-out,
        box-shadow 200ms ease-out;
}

.faq-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Staggered entrance animation keyframes */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.animate-in {
    animation: fadeSlideIn 400ms ease-out forwards;
}

/* Enhanced button states */
.faq-button {
    position: relative;
    overflow: hidden;
}

.faq-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(66, 78, 168, 0.05),
        transparent
    );
    transition: left 600ms ease;
}

.faq-button:hover::before {
    left: 100%;
}

.faq-button:focus-visible {
    outline: 2px solid #424ea8;
    outline-offset: 2px;
}

/* Icon rotation enhancement */
.faq-icon {
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Accessibility and reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .faq-content,
    .faq-item,
    .faq-icon,
    .faq-button::before {
        transition: none !important;
        animation: none !important;
    }

    .faq-item {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

/* Focus management for keyboard navigation */
.faq-button:focus-within {
    background-color: rgba(66, 78, 168, 0.05);
}

/* Content reveal animation refinement */
.faq-content {
    transform: translateY(-4px);
    transition:
        height 300ms cubic-bezier(0.2, 0.6, 0.2, 1),
        opacity 200ms ease-out,
        transform 200ms ease-out;
}

.faq-content.is-open {
    opacity: 1;
    transform: translateY(0);
}

/* === Pricing Cards === */
.pricing-card {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.02) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.pricing-card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.pricing-card .bg-gradient-to-br {
    position: relative;
    z-index: 2;
}

.pricing-card .p-8 {
    position: relative;
    z-index: 2;
}

/* Popular badge animation */
.pricing-card .absolute.top-0.right-0 {
    animation: gentle-pulse 3s ease-in-out infinite;
}

@keyframes gentle-pulse {
    0%,
    100% {
        transform: rotate(12deg) translate(16px, 16px) scale(1);
    }
    50% {
        transform: rotate(12deg) translate(16px, 16px) scale(1.05);
    }
}

/* Button hover effects for pricing cards */
.pricing-card button {
    position: relative;
    overflow: hidden;
}

.pricing-card button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.6s ease;
}

.pricing-card button:hover::before {
    left: 100%;
}

/* Enhanced card shadows on mobile */
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 2rem;
    }

    .pricing-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }
}

/* Accessibility improvements for pricing cards */
.pricing-card:focus-within {
    outline: 2px solid #424ea8;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .pricing-card,
    .pricing-card button,
    .pricing-card .absolute {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
}

/* === Film Reel Services === */
#services-section {
    position: relative;
    z-index: 10;
}

.service-film-reel-item {
    cursor: pointer;
    padding: 1.5rem;
    /* border-radius: 0.75rem; */
    border-left-width: 4px;
    transition-property: all;
    transition-duration: 300ms;
}

.border-green {
    border-color: #d1ebd3;
}

.border-purple {
    border-color: #d2c7ff;
}

.border-orange {
    border-color: #ffcb7d;
}

.service-film-reel-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Service text options */
.service-text-option {
    position: relative;
    transition: all 300ms ease-out;
    transform-origin: center;
    border-left-width: 6px;
    /* background-color: var(--color-navy) !important; */
    color: white !important;
}

.service-text-option h3,
.service-text-option p,
.service-text-option div,
.service-text-option span {
    color: white !important;
}

.service-text-option:hover {
    transform: translateX(8px) scale(1.02);
    background-color: var(--color-bg) !important;
    color: var(--text-primary) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-text-option.active {
    transform: translateX(12px) scale(1.05);
    border-left-width: 6px;
    background-color: var(--color-bg) !important;
    color: var(--text-primary) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-text-option:focus {
    outline: 2px solid #424ea8;
    outline-offset: 4px;
    color: var(white);
}

.service-text-option:hover h3,
.service-text-option:hover p,
.service-text-option:hover div,
.service-text-option:hover span,
.service-text-option.active h3,
.service-text-option.active p,
.service-text-option.active div,
.service-text-option.active span {
    color: var(--text-primary) !important;
}

/* Film reel container */
#film-reel-container {
    position: relative;
    background: linear-gradient(
        135deg,
        var(--color-bg) 0%,
        var(--bg-secondary) 100%
    );
    border: 2px solid rgba(255, 215, 0, 0.2);
    aspect-ratio: 4/3;
    overflow: hidden;
}

.film-reel-track {
    height: 300%;
    position: relative;
    width: 100%;
}

.film-reel-slide {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
}

.film-reel-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* Film reel animations */
.film-reel-track {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Film reel slide hover effects */
.film-reel-slide {
    transition: all 300ms ease-out;
}

.film-reel-slide:hover {
    transform: scale(1.02);
}

.film-reel-slide:hover img {
    filter: brightness(1.1) contrast(1.05);
}

.film-reel-slide:active {
    transform: scale(0.98);
}

/* Actionable film reel indicators */
.film-reel-slide .absolute.bottom-4 {
    transition: all 300ms ease-out;
}

.film-reel-slide:hover .absolute.bottom-4 {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    backdrop-filter: blur(15px);
}

/* Prevent scroll conflicts with cards below */
#services-section {
    margin-bottom: 4rem;
    isolation: isolate;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
    #services-section {
        z-index: 5;
    }

    #film-reel-container {
        height: 250px;
        margin-top: 2rem;
    }

    .service-text-option {
        margin-bottom: 1rem;
    }

    .service-text-option:last-child {
        margin-bottom: 0;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .service-text-option,
    .film-reel-track {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .service-text-option.active {
        background-color: var(--color-bg);
        color: var(--text-primary);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
}

/* Service section background */
#services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(66, 78, 168, 0.02) 0%,
        rgba(255, 215, 0, 0.02) 50%,
        rgba(66, 78, 168, 0.02) 100%
    );
    pointer-events: none;
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

.font-display {
    font-family: var(--font-heading);
}

/* Override for specific components */
.hero-title,
.section-title,
.pricing-card h3 {
    font-family: var(--font-heading);
}

.faq-button span {
    font-family: var(--font-caption);
}

/* Navigation improvements */
nav a,
nav button {
    font-family: var(--font-nav);
    font-weight: 500;
}

/* Button improvements */
button,
.btn-primary,
.pricing-card button {
    font-family: var(--font-nav);
    font-weight: 600;
}

/* === Font Loading States === */
/* Google Fonts with display=swap handles loading automatically */
.fonts-loaded .hero-title,
.fonts-loaded .section-title,
.fonts-loaded .pricing-card h3 {
    font-family: var(--font-heading);
}

/* Font loading performance optimizations */
/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        transition-duration: 0.01ms !important;
    }
}

/* Service navigation image transitions */
#service-nav-image {
    transition: opacity 0.3s ease-in-out;
}

#service-nav-image:hover {
    transform: scale(1.02);
}

/* About navigation image transitions */
#about-nav-image {
    transition: opacity 0.3s ease-in-out;
}

#about-nav-image:hover {
    transform: scale(1.02);
}

/* Replace white backgrounds globally */
.bg-white {
    background-color: var(--color-bg) !important;
}

/* Gray backgrounds to light gold */
.bg-gray-50 {
    background-color: var(--bg-secondary) !important;
}

.bg-navy-blue {
    background-color: var(--color-navy) !important;
}

.bg-gray-100 {
    background-color: var(
        --bg-tertiary
    ) !important; /* or another token if you define it */
}

.stat-numbers {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-families-helped {
    color: #95bd99 !important;
}

.stat-students-improve {
    color: #ad9cf1 !important;
}

.stat-years-experience {
    color: #ebb059 !important;
}

/* Card and component backgrounds */
.card,
.service-card,
.tutor-card,
.pricing-card {
    background-color: var(--color-bg) !important;
}

/* Modal and dropdown backgrounds */
.modal,
.dropdown,
.tooltip {
    background-color: var(--color-bg) !important;
}

/* Button hover states */
.btn:hover,
button:hover {
    background-color: var(--bg-secondary) !important;
}

/* Input and form elements */
input,
textarea,
select {
    background-color: var(--color-bg) !important;
    border-color: rgba(
        123,
        180,
        255,
        0.2
    ) !important; /* soft alpha border from brand blue */
}

/* Override any remaining whites */
[style*="background-color: white"],
[style*="background-color: #ffffff"],
[style*="background-color: #fff"] {
    background-color: var(--color-bg) !important;
}

.pricing-toggle {
    background: #f3f3f3;
    color: #333;
    font-weight: 600;
    border: none;
    padding: 0.75rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-toggle:hover {
    background: #ddd;
}

.pricing-toggle.active {
    background: linear-gradient(to right, var(--color-blue), var(--color-alpha));
    color: white;
    transform: scale(1.05);
}

.pricing-cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap; /* makes it responsive */
}

/* Container for all pricing cards */
.pricing-card-grid {
    display: flex;
    justify-content: center;
    align-items: stretch; /* ensures same height */
    gap: 3rem; /* equal spacing between cards */
    flex-wrap: wrap; /* allows stacking on small screens */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Each individual card */
.pricing-card {
    flex: 1 1 400px; /* grow/shrink evenly, min width 320px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--color-bg);
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    max-width: 350px;
}

/* Year-level background helpers */
.badge-year-3-6 {
    background-color: var(--color-year-3-6);
}

.badge-year-7-10 {
    background-color: var(--color-year-7-10);
}

.badge-year-11-12 {
    background-color: var(--color-year-11-12);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/*.pricing-card {
  height: 100%;
}*/

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #424ea8;
    color: white;
    padding: 8px 16px;
    z-index: 100;
    transition: top 0.3s;
}
.skip-link:focus {
    top: 0;
}

@media (prefers-reduced-motion: reduce) {
    .hero-fade-in,
    .animate-bounce {
        animation: none !important;
        transition: none !important;
    }
}

/* ============================
   What's New Section
   ============================ */

.whats-new-section {
    background: transparent; /* let page bg show */
}

/* Header row: title + CTA button */
.whats-new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Title uses global heading font token */
.whats-new-title {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.1;
}

/* Gold → blue gradient for "What's New" */
.whats-new-title-gradient {
    background: linear-gradient(
        90deg,
        #eab308,
        var(--color-alpha)
    ); /* gold → Alpha blue */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CTA pill – reuse btn-primary but tweak shape/spacing */
.whats-new-cta {
    border-radius: 9999px;
    padding: 0.75rem 1.75rem;
    font-family: var(--font-nav);
    font-weight: 600;
    white-space: nowrap;
}

/* Underline divider */
.whats-new-divider {
    height: 3px;
    width: 100%;
    margin-bottom: 2.5rem;
    background: linear-gradient(
        90deg,
        transparent,
        var(--color-alpha),
        var(--color-year-11-12),
        transparent
    );
}

/* Cards grid – whatever JS injects becomes cards */
.whats-new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

/* Style direct children of #wn-cards as cards */
.whats-new-grid > * {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-light);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Image at top of card if present */
.whats-new-grid > * img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Card body */
.whats-new-grid > * .card-body,
.whats-new-grid > * > div {
    padding: 1.5rem 1.75rem 1.75rem;
}

/* Meta chips row (author, read time, etc) */
.whats-new-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Meta chip pill */
.whats-new-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1.2;
    font-family: var(--font-nav);
}

/* Example chip colors using tokens */
.whats-new-chip--author {
    background-color: var(--color-blue);
    color: #ffffff;
}

.whats-new-chip--time {
    background-color: var(--color-year-11-12);
    color: var(--text-primary);
}

/* Card title / body text */
.whats-new-grid h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.whats-new-grid p {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .whats-new-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .whats-new-cta {
        align-self: flex-start;
    }
}

/* ============================
   About Us - Values Section Mobile Fix
   ============================ */

/* Remove height constraints on mobile */
@media (max-width: 1023px) {
    #values .flex {
        height: auto !important;
    }

    #values .flex > div {
        min-height: 300px !important;
    }
}

/* Fix for small mobile screens */
@media (max-width: 640px) {
    #values .flex > div {
        min-height: auto !important;
        padding: 2rem 1.5rem !important;
    }

    #values .flex > div span.text-6xl {
        font-size: 2.5rem !important;
    }

    #values .flex > div h3 {
        font-size: 1.5rem !important;
    }
}

/* ============================
   Call to Action section
   ============================ */

/* ============================
   Call to Action section
   ============================ */

.call-to-action {
    position: relative;
    background-color: var(--bg-secondary);
    color: var(--text-primary);
    padding-top: 5rem;   /* py-20 */
    padding-bottom: 8rem; /* pb-32 */
}

.cta-word {
    opacity: 0;
    display: inline-block;
    transform: translateY(10px);
    will-change: transform, opacity;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        opacity: 1;
        transform: translateY(-4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fade-up 0.5s ease-out forwards;
}

/* Optional: tighten on mobile */
@media (max-width: 768px) {
    .call-to-action {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    #closing-cta-heading {
        text-wrap: balance;
    }
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-brand-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-\[\#1a2962\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 41 98 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#424ea8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 78 168 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ebb059\]\/90:hover {
  background-color: rgb(235 176 89 / 0.9);
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.hover\:from-\[\#3a4397\]:hover {
  --tw-gradient-from: #3a4397 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 67 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-\[\#3a4590\]:hover {
  --tw-gradient-from: #3a4590 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 69 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#6aa0e0\]:hover {
  --tw-gradient-to: #6aa0e0 var(--tw-gradient-to-position);
}
.hover\:to-\[\#6ba9ff\]:hover {
  --tw-gradient-to: #6ba9ff var(--tw-gradient-to-position);
}
.hover\:text-\[\#424ea8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(66 78 168 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:left-4:focus {
  left: 1rem;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:border-brand-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-brand-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus-visible\:scale-105:focus-visible {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-blue-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (max-width: 900px) {

  .max-\[900px\]\:fixed {
    position: fixed;
  }

  .max-\[900px\]\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 640px) {

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-auto {
    right: auto;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[45\%\] {
    max-width: 45%;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

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

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

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 800px) {

  .min-\[800px\]\:flex {
    display: flex;
  }
}
@media (min-width: 900px) {

  .min-\[900px\]\:flex {
    display: flex;
  }

  .min-\[900px\]\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:max-h-\[340px\] {
    max-height: 340px;
  }

  .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-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }
}

.outer-stack-area {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f4f5f7 0%, #eceff4 100%);
}

.stack-area {
    width: 100%;
    position: relative;
    background: transparent;
}

.card-container {
    height: 100vh;
    position: sticky;
    top: 0;
}

.stack-card {
    width: 480px;
    height: 520px;
    border-radius: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: calc(50% - 260px);
    left: calc(50% - 240px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 8px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.stack-card:nth-child(1) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
.stack-card:nth-child(2) {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}
.stack-card:nth-child(3) {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stack-card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stack-card-img {
    width: 100%;
    height: 200px;
    margin: 0 0 24px 0;
    border-radius: 12px;
    overflow: hidden;
}

.stack-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease;
}

.stack-card:hover .stack-card-img img {
    transform: scale(1.05);
}

.stack-card-content {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.stack-card {
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

@media (max-width: 1067px) {
    .outer-stack-area {
        padding: 2rem 0;
    }

    .stack-area {
        height: 250vh;
        width: 100%;
        justify-content: center;
    }

    .card-container {

    }

    .card-container::-webkit-scrollbar {
        display: none; /* hide scrollbar on Chrome/Safari */
    }

    .stack-card {
        width: min(88vw, 360px);
        left: 50%;
        min-height: 460px;
        margin-left: 0;
    }

    .stack-card-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .stack-card-img {
        height: 160px;
        margin-bottom: 20px;
    }

    .stack-card-content {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 640px) {
    .stack-card {
        width: min(90vw, 340px);
        padding: 1.25rem;
        z-index: 1000;
    }

    .stack-card-title {
        font-size: 23px;
    }

    .stack-card-img {
        height: 180px;
    }

    .stack-card-content {
        font-size: 1rem;
    }
}

.everythingwn {
    background: linear-gradient(135deg, #fefdf8 0%, #f7f5eb 100%);
    padding: 80px 0;
    min-height: auto;
}

.wn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wn-heading {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    color: #2d3748;
    letter-spacing: -0.02em;
    line-height: 1.1;
    background: linear-gradient(135deg, #424ea8 0%, #7bb4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wn-btn {
    background: linear-gradient(135deg, #424ea8 0%, #7bb4ff 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(66, 78, 168, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 78, 168, 0.4);
    background: linear-gradient(135deg, #1a2962 0%, #7bb4ff 100%);
}

.wn-btn:active {
    transform: translateY(0);
}

.wn-line {
    height: 3px;
    background: linear-gradient(135deg, #1a2962 0%, #7bb4ff 100%);
    margin: 0 40px 40px 40px;
    border-radius: 2px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.whatsnew {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.whatsnewcards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.wncard {
    position: relative;
    background: #fefdf8;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.2);
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

.wncard:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.wnimg-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 240px;
}

.wnimg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wncard:hover .wnimg {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.05);
}

.wnimg-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(66, 78, 168, 0.1) 0%,
        rgba(255, 215, 0, 0.1) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.wncard:hover .wnimg-wrapper::before {
    opacity: 1;
}

.wncard-content {
  padding: 24px 28px;   
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;            
  flex-grow: 1;
  box-sizing: border-box;
}

.wncard-title {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.3;
    margin: 0;
    overflow-wrap: anywhere;   /* or: break-word */
    word-break: break-word;    /* belt + suspenders for older engines */
    hyphens: auto;
}

.wncard-excerpt {
    font-size: 15px;
    font-weight: 400;
    color: #4a5568;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: anywhere;   /* or: break-word */
    word-break: break-word;    /* belt + suspenders for older engines */
    hyphens: auto;
}

.wncard-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.author-name {
    background: linear-gradient(135deg, #424ea8 0%, #7bb4ff 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
}

.time {
    display: flex;
    align-items: center;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: #2d3748;
    font-weight: 500;
}

.time-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    opacity: 0.7;
}

.time2read {
    margin: 0;
}

/* Loading state */
.wncard.loading {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.wncard.loading:nth-child(1) {
    animation-delay: 0.1s;
}

.wncard.loading:nth-child(2) {
    animation-delay: 0.2s;
}

.wncard.loading:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet styles */
@media (max-width: 1024px) {
    .everythingwn {
        padding: 60px 0;
    }

    .wn-header {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .wn-heading {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }

    .wn-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .wn-line {
        margin: 0 30px 30px 30px;
    }

    .whatsnewcards {
        gap: 20px;
        padding: 0 10px;
    }

    .wncard {
        min-width: 280px;
        max-width: 320px;
    }

    .wncard-content {
        padding: 20px 22px;
    }

    .wncard-title {
        font-size: 20px;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .everythingwn {
        padding: 40px 0;
    }

    .wn-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .wn-heading {
        font-size: clamp(1.8rem, 8vw, 3rem);
    }

    .wn-line {
        margin: 0 20px 30px 20px;
    }

    .whatsnew {
        padding: 0 10px;
    }

    .whatsnewcards {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 10px 20px 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .whatsnewcards::-webkit-scrollbar {
        display: none;
    }

    .wncard {
        flex: 0 0 85%;
        max-width: 300px;
        min-width: 280px;
        scroll-snap-align: center;
    }

    .wnimg-wrapper {
        border-radius: 24px 24px 0 0; /* match .wncard border radius */
        height: 260px;                /* optional: a touch taller */
    }

    .wncard-content {
        padding: 18px 20px;
        gap: 14px;
    }

    .wncard-title {
        font-size: 18px;
    }

    .wncard-excerpt {
        font-size: 14px;
    }

    .wncard-info {
        gap: 10px;
        padding-top: 12px;
    }

    .author-name {
        font-size: 12px;
        padding: 5px 14px;
    }

    .time {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    
    .wncard {
        flex: 0 0 90%;
        min-width: 260px;
    }

    .wncard-content {
        padding: 16px 18px;
    }

    .wncard-title {
        font-size: 17px;
    }

    .wncard-excerpt {
        font-size: 13px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .wncard,
    .wnimg,
    .wnimg-wrapper::before {
        transition: none !important;
        animation: none !important;
    }

    .wncard:hover {
        transform: none;
    }

    .wncard:hover .wnimg {
        transform: scale(1.05);
        filter: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .wncard {
        border: 2px solid #2d3748;
    }

    .wn-heading {
        -webkit-text-fill-color: #2d3748;
        background: none;
    }
}


