*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! 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%;
}

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

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

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

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

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

.btn-primary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.section-padding {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-padding {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-padding {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Gallery Styles */

.gallery-grid {
  display: grid;
  grid-auto-rows: max-content;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gallery-item {
  position: relative;
  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));
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gallery-item: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));
  --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);
}

.gallery-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.gallery-item::before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.6) 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);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: '';
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.gallery-item:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.gallery-item.lazy img {
  opacity: 0.5;
  --tw-blur: blur(4px);
  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);
}

/* Modal Styles */

.gallery-modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 50;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gallery-modal.active {
  pointer-events: auto;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.9);
  --tw-backdrop-blur: blur(4px);
  -webkit-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-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);
}

.modal-container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-image {
  max-height: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 20;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.modal-close:hover {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}

.modal-prev,
  .modal-next {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  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));
  border-radius: 9999px;
  padding: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.modal-prev:hover,
  .modal-next:hover {
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}

.modal-prev {
  left: 1rem;
}

.modal-next {
  right: 1rem;
}

.modal-counter {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  --tw-translate-x: -50%;
  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));
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Responsive adjustments */

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

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

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-2 {
  top: -0.5rem;
}

.left-4 {
  left: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

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

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

.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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.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));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.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\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

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

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

.from-gray-300 {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: #1E40AF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 69 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-gray-500 {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.to-secondary {
  --tw-gradient-to: #2563EB var(--tw-gradient-to-position);
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

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

.font-serif {
  font-family: Playfair Display, 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-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;
}

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

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

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

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

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 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-primary {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.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);
}

.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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-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-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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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\:border-transparent:focus {
  border-color: transparent;
}

.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-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .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;
  }
}

@media (min-width: 1024px) {
  .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\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

/* ================================
   LUXURY DESIGN SYSTEM
   ================================ */

/* Global Luxury Styles */
.luxury-body {
  background: linear-gradient(135deg, #f8f4f0 0%, #e8e0d6 50%, #d4c4b0 100%);
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 0.5rem;
}

.luxury-body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><g fill-opacity="0.02"><circle r="1" cx="30" cy="30"/><circle r="1" cx="5" cy="5"/><circle r="1" cx="55" cy="55"/></g></svg>');
  pointer-events: none;
  z-index: 1;
}

/* Luxury Navigation */
.luxury-nav {
  background: rgba(14, 99, 173, 0.4);
  backdrop-filter: blur(20px);
  box-shadow: 
    0 10px 30px rgba(14, 99, 173, 0.1),
    0 0 0 1px rgba(14, 99, 173, 0.2) inset;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, #0e63ad, transparent) 1;
  overflow: visible;
}

.luxury-nav-link {
  color: white;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  padding: 12px 24px;
  border-radius: 16px;
  background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.25) 0%, 
    rgba(255, 255, 255, 0.1) 50%, 
    rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.luxury-nav-link::before {
  display: none;
}

.luxury-nav-link:hover {
  color: white;
  background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.35) 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    rgba(255, 255, 255, 0.1) 100%);
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.15),
    0 6px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.luxury-nav-link:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08),
    inset 0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}

/* Mobile Navigation Logo */
.mobile-nav-logo {
  height: 40px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s ease;
}

.mobile-nav-logo:hover {
  transform: scale(1.05);
}


.luxury-cta-btn {
  background: linear-gradient(145deg, 
    rgba(59, 130, 246, 0.4) 0%, 
    rgba(30, 64, 175, 0.6) 50%, 
    rgba(25, 118, 210, 0.8) 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 16px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 
    0 8px 32px rgba(30, 64, 175, 0.25),
    0 4px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.luxury-cta-btn::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 cubic-bezier(0.4, 0, 0.2, 1);
}

.luxury-cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(145deg, 
    rgba(59, 130, 246, 0.6) 0%, 
    rgba(30, 64, 175, 0.8) 50%, 
    rgba(25, 118, 210, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 
    0 16px 48px rgba(30, 64, 175, 0.35),
    0 8px 24px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.luxury-cta-btn:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 
    0 8px 24px rgba(30, 64, 175, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}

.luxury-cta-btn:hover::before {
  left: 100%;
}

/* Luxury Mobile Menu */
.luxury-mobile-menu {
  display: none;
  background: rgba(14, 99, 173, 0.4);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(14, 99, 173, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media (max-width: 768px) {
  .luxury-mobile-menu {
    position: relative;
    z-index: 100;
  }
}

.luxury-mobile-link {
  display: block;
  padding: 12px 16px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
  margin: 2px 8px;
  background: rgba(25, 123, 184, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.luxury-mobile-link:hover {
  background: rgba(25, 123, 184, 0.7);
  color: white;
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  padding: 8px;
  color: #1978b8;
  background: rgba(25, 123, 184, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid rgba(25, 123, 184, 0.2);
}

.mobile-menu-toggle:hover {
  background: rgba(25, 123, 184, 0.1);
  transform: scale(1.05);
}

.mobile-menu-toggle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  /* Reduce nav padding on mobile */
  .luxury-nav {
    padding: 0.5rem 0;
  }
  
  /* Smaller logo on mobile */
  .luxury-nav img {
    height: 60px !important;
    top: 2px !important;
  }
  
  /* Mobile menu display handled by JavaScript */
  
  /* Reduce hero padding significantly */
  .luxury-hero {
    padding: 20px 15px 20px !important;
    min-height: auto;
  }
  
  .luxury-hero h1 {
    font-size: 1.8rem !important;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  
  .luxury-hero p {
    font-size: 1rem !important;
    margin-bottom: 15px;
  }
  
  .luxury-divider {
    margin: 10px auto;
    width: 80px;
    height: 3px;
  }
  
  /* Optimize benefits card */
  .luxury-benefits-card {
    margin-top: 20px;
    padding: 15px;
  }
  
  /* Reduce content section padding */
  .luxury-content-section {
    padding: 20px 15px;
    margin-top: -10px;
  }
  
  /* Stack buttons vertically on mobile */
  .luxury-hero-content .flex {
    flex-direction: column !important;
  }
  
  .luxury-cta-btn, .luxury-secondary-btn {
    width: 100%;
    margin: 5px 0;
    padding: 12px 20px;
  }
}

/* Luxury Footer */
.luxury-footer {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
  color: white;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.luxury-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(96, 165, 250, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="luxgrain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23luxgrain)"/></svg>');
  pointer-events: none;
}

.luxury-footer h3 {
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  color: #60A5FA;
  margin-bottom: 1rem;
}

.luxury-footer h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #3B82F6;
}

.luxury-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.luxury-footer a:hover {
  color: #60A5FA;
  transform: translateX(2px);
}

/* Footer Chair Image */
.footer-chair-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-chair-image {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.footer-chair-image:hover {
  opacity: 1;
  transform: scale(1.05);
  filter: drop-shadow(0 6px 12px rgba(255, 215, 0, 0.2));
}

@media (max-width: 768px) {
  .footer-chair-image {
    max-width: 120px;
    max-height: 120px;
  }
}

/* Luxury Page Containers */
.luxury-page {
  background: url('/static/images/isu-bg-cloud.png') no-repeat center center fixed;
  background-size: cover;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  width: 100%;
}

.luxury-hero {
  position: relative;
  background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 50%, #60A5FA 100%);
  padding: 40px 20px 25px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
}

.luxury-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.luxury-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}

.luxury-hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.luxury-hero h1 {
  font-size: 3.2rem;
  font-family: 'Georgia', serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  letter-spacing: 1px;
  animation: luxFadeInUp 1s ease-out;
  line-height: 1.1;
}

.luxury-divider {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #60A5FA, transparent);
  margin: 20px auto;
  border-radius: 2px;
  animation: luxFadeIn 1.5s ease-out;
}

.luxury-hero p {
  font-size: 1.4rem;
  font-style: italic;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  animation: luxFadeInUp 1.2s ease-out;
}

/* Hero Background Image */
.hero-background {
  width: 100%;
  height: 100vh;
  background-image: url('/static/images/isu-bg-cloud.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  position: relative;
}

/* Hero Logo */
.hero-logo-container {
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

.hero-logo {
  max-width: 600px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.hero-tagline {
  text-align: center;
  font-size: 1.2rem;
  color: black;
  font-family: 'Georgia', serif;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .luxury-page {
    background: #E6F3FF !important;
    display: flex;
    flex-direction: column;
  }
  
  .hero-background {
    background-image: none;
    background-color: #E6F3FF;
    background-attachment: scroll;
    height: auto;
    min-height: 300px;
    padding-bottom: 20px;
    order: 1;
  }
  
  .thumbnail-gallery-hero {
    order: 2;
    margin-top: 0;
    padding-top: 20px;
  }
  
  .luxury-content-section {
    order: 3;
  }
  
  .luxury-process-section {
    order: 4;
  }
  
  .reviews-section {
    order: 5;
  }
  
  .supplier-logos-section {
    order: 6;
  }
  
  .hero-logo-container {
    top: 12vh;
  }
  
  /* Mobile-friendly service cards */
  .luxury-content-section {
    padding: 30px 15px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    margin: 20px 10px !important;
    border-radius: 20px !important;
  }
  
  .luxury-card {
    padding: 25px 20px !important;
    margin-bottom: 25px !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
  }
  
  .luxury-card h3 {
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
    text-align: center !important;
  }
  
  .luxury-card p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }
  
  .service-icon {
    margin: 0 auto 15px auto !important;
    width: 50px !important;
    height: 50px !important;
  }
  
  .hero-logo {
    max-width: 95vw !important;
    width: 95vw !important;
  }
  
  .hero-tagline {
    font-size: 1rem;
    margin: 15px 0 0 0;
  }
}
  
  .polaroid-frame {
    width: 280px;
    height: 260px;
    border-width: 15px;
    border-bottom-width: 45px;
  }
  
  .showcase-item {
    width: 250px;
    height: 200px;
  }
  
  .carousel-nav {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .carousel-dots {
    margin-top: 15px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  
  .polaroid-frame::after {
    bottom: -35px;
    width: 200px;
    height: 65px;
  }
}

.luxury-content-section {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  background: transparent;
  margin-top: -15px;
  overflow: hidden;
}

.luxury-content-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(25, 118, 210, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(33, 150, 243, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.luxury-content-section::after {
  display: none;
    rgba(255, 165, 0, 0.03) 75%,
    rgba(160, 82, 45, 0.05) 100%);
  z-index: -1;
  border-radius: 30px 30px 0 0;
  animation: subtleShimmer 20s ease-in-out infinite;
}

@keyframes subtleShimmer {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.luxury-section-title {
  text-align: center;
  margin-bottom: 30px;
}

/* Center all section headers by default */
section h1,
section h2,
section h3 {
  text-align: center;
}

/* Exceptions for headers inside cards or specific containers */
.bg-white h2,
.luxury-card h2,
.prose h2 {
  text-align: left;
}

/* ISD Logo Background for Hero Sections */
.luxury-hero,
.gallery-hero,
.bg-gradient-to-r.from-primary.to-secondary {
  position: relative;
}

.luxury-hero::before,
.gallery-hero::before,
.bg-gradient-to-r.from-primary.to-secondary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/logo/ISD-transparent-cropped.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.08;
  width: 300px;
  height: 300px;
  z-index: 0;
}

/* Ensure content stays above the logo background */
.luxury-hero > *,
.gallery-hero > *,
.bg-gradient-to-r.from-primary.to-secondary > * {
  position: relative;
  z-index: 1;
}

/* Responsive sizing for logo background */
@media (max-width: 768px) {
  .luxury-hero::before,
  .gallery-hero::before,
  .bg-gradient-to-r.from-primary.to-secondary::before {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .luxury-hero::before,
  .gallery-hero::before,
  .bg-gradient-to-r.from-primary.to-secondary::before {
    width: 150px;
    height: 150px;
  }
}

.luxury-section-title h2 {
  font-size: 2.8rem;
  font-family: 'Georgia', serif;
  color: #8B4513;
  margin-bottom: 20px;
  position: relative;
}

.luxury-title-decoration {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #1E40AF, #60A5FA, #1E40AF);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.luxury-title-decoration::before,
.luxury-title-decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #60A5FA;
  border-radius: 50%;
  transform: translateY(-50%);
}

.luxury-title-decoration::before {
  left: -20px;
}

.luxury-title-decoration::after {
  right: -20px;
}

.luxury-card {
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 
    0 20px 40px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.8) inset;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.luxury-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.15),
    0 0 0 1px rgba(255,255,255,0.9) inset;
}

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

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

/* Luxury Responsive */
@media (max-width: 950px) {
  .luxury-hero h1 {
    font-size: 2.5rem;
    white-space: nowrap;
  }
  
  .luxury-section-title h2 {
    font-size: 2.2rem;
  }
  
  .luxury-content-section {
    padding: 25px 20px;
  }
}

@media (max-width: 600px) {
  /* Even smaller adjustments for smaller phones */
  .luxury-nav img {
    height: 50px !important;
  }
  
  .luxury-hero {
    padding: 15px 10px !important;
  }
  
  .luxury-hero h1 {
    font-size: 1.5rem !important;
    white-space: normal;
    letter-spacing: 0.5px;
  }
  
  .luxury-section-title h2 {
    font-size: 2rem;
  }
  
  .luxury-content-section {
    padding: 20px 10px;
  }
  
  .luxury-card {
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .luxury-hero h1 {
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 0px;
  }
  
  .polaroid-frame {
    width: 240px;
    height: 220px;
    border-width: 12px;
    border-bottom-width: 35px;
  }
  
  .showcase-item {
    width: 216px;
    height: 170px;
  }
  
  .carousel-nav {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .polaroid-frame::after {
    bottom: -25px;
    width: 150px;
    height: 50px;
  }
  
  .portfolio-showcase {
    padding: 20px 10px;
  }
}

/* Additional Luxury Components */

/* Secondary Button */
.luxury-secondary-btn {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  padding: 10px 24px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.luxury-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #60A5FA;
  color: #60A5FA;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(96, 165, 250, 0.2);
}

/* Benefits Card */
.luxury-benefits-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  width: 365px;
  margin: 0 auto;
}

.luxury-benefits-card h3 {
  font-size: 1.5rem;
  font-family: 'Georgia', serif;
  color: #FFD700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.luxury-benefit-item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #FFD700;
  flex-shrink: 0;
}

/* Service Icons */
.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.1), rgba(59, 130, 246, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #1E40AF;
  border: 2px solid rgba(30, 64, 175, 0.2);
  transition: all 0.3s ease;
}

.service-icon svg {
  width: 32px;
  height: 32px;
}

.luxury-card:hover .service-icon {
  background: linear-gradient(135deg, #1E40AF, #3B82F6);
  color: white;
  border-color: #60A5FA;
  transform: scale(1.1);
}

.luxury-card h3 {
  font-size: 1.4rem;
  font-family: 'Georgia', serif;
  color: #1E40AF;
  margin-bottom: 16px;
  font-weight: 600;
}

.luxury-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Process Section */
.luxury-process-section {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #e0f2fe 0%, #b3e5fc 100%);
  overflow: hidden;
}

.luxury-process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(30, 64, 175, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.process-step {
  text-align: center;
  position: relative;
}

.process-number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Georgia', serif;
  box-shadow: 
    0 15px 30px rgba(30, 64, 175, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.process-step:hover .process-number {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 
    0 20px 40px rgba(30, 64, 175, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.process-step h3 {
  font-size: 1.3rem;
  font-family: 'Georgia', serif;
  color: #1E40AF;
  margin-bottom: 12px;
  font-weight: 600;
}

.process-step p {
  color: #666;
  font-size: 0.95rem;
  max-width: 200px;
  margin: 0 auto;
}

/* Final CTA Section */
.luxury-final-cta {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #0F172A 0%, #1E40AF 50%, #3B82F6 100%);
  overflow: hidden;
}

.luxury-final-cta .cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 20%, rgba(96,165,250,0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,0.05) 0%, transparent 50%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="finalgrain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23finalgrain)"/></svg>');
}

.luxury-final-cta .cta-content {
  position: relative;
  z-index: 2;
  color: white;
}

.luxury-final-cta h2 {
  font-size: 3.2rem;
  font-family: 'Georgia', serif;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  animation: luxFadeInUp 1s ease-out;
}

.luxury-final-cta p {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
  font-style: italic;
  animation: luxFadeInUp 1.1s ease-out;
}

/* Enhanced CTA Button Styles */
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #F4C430 30%, #DAA520 70%, #B8860B 100%);
  color: #2c1810;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 
    0 8px 25px rgba(255, 215, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 215, 0, 0.3);
  animation: luxFadeInUp 1.2s ease-out, pulse-glow 2s ease-in-out infinite;
}

.cta-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #F4C430 0%, #DAA520 40%, #B8860B 80%, #8B7355 100%);
  box-shadow: 
    0 15px 35px rgba(255, 140, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 140, 0, 0.5);
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

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

.cta-button:active {
  transform: translateY(-1px) scale(1.02);
  transition: transform 0.1s ease;
}

.cta-button span {
  position: relative;
  z-index: 2;
}

/* Pulse glow animation */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 
      0 8px 25px rgba(255, 215, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 
      0 8px 25px rgba(255, 215, 0, 0.5),
      0 0 20px rgba(255, 215, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
}

.cta-button-container {
  animation: luxFadeInUp 1.3s ease-out;
}

.cta-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  margin: 20px auto;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
  animation: luxFadeInUp 1.1s ease-out;
}

/* Reviews Section */
.reviews-section {
  padding: 80px 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.reviews-section::before {
  display: none;
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.review-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 
    0 10px 30px rgba(30, 64, 175, 0.08),
    0 0 0 1px rgba(30, 64, 175, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1E40AF, #3B82F6, #60A5FA);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 20px 40px rgba(30, 64, 175, 0.12),
    0 0 0 1px rgba(30, 64, 175, 0.1);
}

.review-card:hover::before {
  opacity: 1;
}

.review-stars {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}

.review-stars .star {
  color: #1E40AF;
  text-shadow: 0 1px 2px rgba(30, 64, 175, 0.2);
  display: inline-block;
  margin-right: 2px;
  animation: starPulse 2s ease-in-out infinite;
  animation-delay: calc(var(--star-index) * 0.1s);
}

.review-stars .star:nth-child(1) { --star-index: 0; }
.review-stars .star:nth-child(2) { --star-index: 1; }
.review-stars .star:nth-child(3) { --star-index: 2; }
.review-stars .star:nth-child(4) { --star-index: 3; }
.review-stars .star:nth-child(5) { --star-index: 4; }

@keyframes starPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.review-content {
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  align-items: center;
}

.review-text {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.review-text::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
  color: #CD853F;
  opacity: 0.3;
  font-family: Georgia, serif;
}

.review-author {
  border-top: 1px solid rgba(30, 64, 175, 0.1);
  padding-top: 12px;
  margin-top: auto;
}

.author-name {
  font-weight: 600;
  color: #1E40AF;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.author-badge {
  color: #999;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Google Reviews Button */
.google-reviews-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: white;
  color: #4285f4;
  border: 2px solid #4285f4;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(66, 133, 244, 0.2);
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.google-reviews-btn:hover {
  background: #4285f4;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
}

.google-reviews-btn .google-icon {
  transition: transform 0.3s ease;
}

.google-reviews-btn:hover .google-icon {
  transform: scale(1.1);
}

.google-reviews-btn .arrow-icon {
  transition: transform 0.3s ease;
}

.google-reviews-btn:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.google-reviews-btn::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;
}

.google-reviews-btn:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 60px 15px;
  }
  
  .reviews-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .review-card {
    padding: 20px;
  }
  
  .google-reviews-btn {
    font-size: 0.95rem;
    padding: 14px 24px;
  }
}

/* Portfolio Showcase Section */
.portfolio-showcase {
  padding: 20px 20px 80px 20px;
  background: transparent;
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}

.portfolio-showcase::before {
  display: none;
}

/* Hide polaroid gallery on mobile */
@media screen and (max-width: 768px) {
  .portfolio-showcase {
    display: none !important;
  }
  
  .hero-logo {
    max-width: 90vw !important;
    width: 90vw !important;
  }
}



/* Clean mobile logo sizing */
@media screen and (max-width: 768px) {
  .hero-logo {
    max-width: 80vw !important;
    width: auto !important;
    height: auto !important;
    max-height: 150px !important;
  }
  
  .hero-tagline {
    font-size: 0.9rem !important;
    margin: 10px 0 0 0 !important;
    color: #333 !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9) !important;
  }
}

/* Polaroid Frame */
.polaroid-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 450px;
  background: transparent;
  border: 30px solid #B0E0E6;
  border-bottom-width: 80px;
  border-radius: 15px;
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.3),
    0 0 0 3px black inset,
    0 0 0 2px black;
  z-index: 25;
  pointer-events: none;
}

/* Mobile Polaroid Frame - Medium Screens */
@media screen and (min-width: 601px) and (max-width: 768px) {
  .polaroid-frame {
    width: 380px !important;
    height: 340px !important;
    border: 25px solid #B0E0E6 !important;
    border-bottom-width: 60px !important;
    border-radius: 12px !important;
  }
  
  .polaroid-frame::after {
    bottom: -70px !important;
    width: 220px !important;
    height: 70px !important;
  }
  
  .showcase-item {
    width: 330px !important;
    height: 250px !important;
  }
  
  .showcase-item.prev {
    transform: translate(-50%, -50%) translateX(-400px) !important;
  }
  
  .showcase-item.next {
    transform: translate(-50%, -50%) translateX(400px) !important;
  }
}

.polaroid-frame::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 100px;
  background-image: url('/static/images/logo/infinity-cropped-transparent.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 26;
}

.polaroid-inner {
  display: none;
}

.polaroid-photo-area {
  display: none;
}

.polaroid-caption {
  display: none;
}

.polaroid-logo {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
}

/* Image Modal Styles */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-out;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.modal-content img:hover {
  transform: scale(1.02);
}

.modal-tooltip {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.8;
  font-weight: 500;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: color 0.3s ease;
}

.close-button:hover {
  color: #ccc;
}

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

.showcase-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Thumbnail Gallery Hero Section */
.thumbnail-gallery-hero {
  position: relative;
  background: transparent;
  padding: 0px 20px 100px 20px;
  margin-top: -50px;
  z-index: 2;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
}

.thumbnail-item {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(30, 64, 175, 0.05);
  aspect-ratio: 1;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.thumbnail-item:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(30, 64, 175, 0.1);
}

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

.thumbnail-item:active {
  transform: translateY(-2px) scale(0.98);
}

@media (max-width: 768px) {
  .thumbnail-grid {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 8px;
  }
  
  .thumbnail-gallery-hero {
    padding: 60px 15px;
  }
}

@media (max-width: 480px) {
  .thumbnail-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
}

.showcase-header {
  text-align: center;
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out;
}

.showcase-title {
  font-size: 3rem;
  font-family: 'Georgia', serif;
  color: white;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #FFD700, #FFA500);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  font-style: italic;
}

/* 3D Carousel Effect */
.showcase-carousel {
  position: relative;
  height: 500px;
  perspective: 1200px;
  margin-bottom: 40px;
  overflow: visible;
}

.carousel-track {
  position: relative;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
}

.showcase-item {
  position: absolute;
  width: 440px;
  height: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(600px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
}

.showcase-item.active {
  opacity: 1;
  transform: translate(-50%, -50%) translateX(0);
  z-index: 15;
}

.showcase-item.prev {
  opacity: 0.3;
  transform: translate(-50%, -50%) translateX(-550px);
  z-index: 15;
}

.showcase-item.next {
  opacity: 0.3;
  transform: translate(-50%, -50%) translateX(550px);
  z-index: 15;
}

.showcase-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.showcase-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-item.active .showcase-image-wrapper img:hover {
  transform: scale(1.05);
}

/* Overlay Effect */
.showcase-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 30px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.showcase-item.active .showcase-overlay {
  transform: translateY(0);
}

.overlay-content h3 {
  color: #FFD700;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}

.overlay-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin-bottom: 15px;
}

.view-more {
  color: #FFA500;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.showcase-item.active:hover .view-more {
  transform: translateX(5px);
}

/* Navigation Buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(30, 64, 175, 0.8);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(59, 130, 246, 0.3);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 20;
}

.carousel-nav:hover {
  background: rgba(59, 130, 246, 0.9);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.carousel-nav.prev {
  left: 2%;
}

.carousel-nav.next {
  right: 2%;
}

/* Mobile Navigation - Extra Small */
@media screen and (max-width: 480px) {
  .carousel-nav {
    width: 35px !important;
    height: 35px !important;
    font-size: 14px !important;
  }
  
  .carousel-nav.prev {
    left: 5px !important;
  }
  
  .carousel-nav.next {
    right: 5px !important;
  }
  
  .carousel-dots .dot {
    width: 8px !important;
    height: 8px !important;
  }
  
  .carousel-dots {
    bottom: -20px !important;
    gap: 6px !important;
  }
}

/* Mobile Navigation - Small Phones */
@media screen and (min-width: 481px) and (max-width: 600px) {
  .carousel-nav {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  
  .carousel-nav.prev {
    left: 8px !important;
  }
  
  .carousel-nav.next {
    right: 8px !important;
  }
  
  .carousel-dots .dot {
    width: 10px !important;
    height: 10px !important;
  }
  
  .carousel-dots {
    bottom: -25px !important;
    gap: 8px !important;
  }
}

/* Dots Indicator */
.carousel-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(59, 130, 246, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dots .dot.active {
  background: #3B82F6;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}

/* View Gallery Button */
.showcase-cta {
  text-align: center;
  margin-top: 60px;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.view-gallery-btn {
  display: inline-block;
  position: relative;
  padding: 18px 40px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 10px 30px rgba(255, 215, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.view-gallery-btn:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(255, 215, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}

.view-gallery-btn:hover .btn-shimmer {
  left: 100%;
}

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

/* Mobile Responsive - Extra Small */
@media screen and (max-width: 480px) {
  .portfolio-showcase {
    padding: 40px 10px 60px 10px !important;
    top: 25vh !important;
  }
  
  .showcase-title {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
  }
  
  .showcase-carousel {
    height: 250px !important;
    perspective: 800px !important;
  }
}

/* Mobile Responsive - Small Phones */
@media screen and (min-width: 481px) and (max-width: 600px) {
  .portfolio-showcase {
    padding: 45px 15px 70px 15px !important;
    top: 28vh !important;
  }
  
  .showcase-title {
    font-size: 1.75rem !important;
    margin-bottom: 25px !important;
  }
  
  .showcase-carousel {
    height: 300px !important;
    perspective: 900px !important;
  }
}

/* Mobile Responsive - Medium */
@media screen and (min-width: 601px) and (max-width: 768px) {
  .portfolio-showcase {
    padding: 50px 20px 80px 20px !important;
    top: 30vh !important;
  }
  
  .showcase-title {
    font-size: 2rem !important;
  }
  
  .showcase-carousel {
    height: 350px !important;
    perspective: 1000px !important;
  }
}

/* Supplier Logos Section */
.supplier-logos-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid rgba(30, 64, 175, 0.1);
}

.supplier-logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.supplier-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 120px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.supplier-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.supplier-logo img {
  max-height: 60px;
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.supplier-logo:hover img {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .supplier-logos-container {
    gap: 20px;
  }
  
  .supplier-logo {
    height: 70px;
    width: 100px;
  }
  
  .supplier-logo img {
    max-height: 50px;
    max-width: 80px;
  }
  
  /* Mobile Process Section Optimizations */
  .luxury-process-section {
    padding: 40px 15px !important;
  }
  
  .luxury-process-section .max-w-7xl {
    padding: 0;
  }
  
  .luxury-process-section .text-center.mb-12 {
    margin-bottom: 30px !important;
  }
  
  .luxury-process-section .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 20px !important;
    max-width: 350px;
    margin: 0 auto;
  }
  
  .process-number {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 16px !important;
    font-size: 1.5rem !important;
  }
  
  .process-step h3 {
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
  }
  
  .process-step p {
    font-size: 0.875rem !important;
    max-width: 140px !important;
    line-height: 1.4;
  }
  
  .luxury-process-section .text-center.mt-8 {
    margin-top: 25px !important;
  }
  
  .luxury-process-section .text-center.mt-8 p {
    font-size: 0.95rem !important;
    padding: 0 20px;
  }
}

/* Extra Mobile Process Section Optimizations for smaller phones */
@media (max-width: 480px) {
  .luxury-process-section {
    padding: 30px 10px !important;
  }
  
  .luxury-process-section .text-center.mb-12 h2 {
    font-size: 1.75rem !important;
    margin-bottom: 15px !important;
  }
  
  .luxury-process-section .text-center.mb-12 {
    margin-bottom: 25px !important;
  }
  
  .luxury-process-section .grid {
    max-width: 300px;
    gap: 25px 15px !important;
  }
  
  .process-number {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 12px !important;
    font-size: 1.3rem !important;
  }
  
  .process-step h3 {
    font-size: 1rem !important;
    margin-bottom: 6px !important;
  }
  
  .process-step p {
    font-size: 0.8rem !important;
    max-width: 120px !important;
    line-height: 1.3;
  }
  
  .luxury-process-section .text-center.mt-8 {
    margin-top: 20px !important;
  }
  
  .luxury-process-section .text-center.mt-8 p {
    font-size: 0.9rem !important;
    padding: 0 15px;
  }
}

/* Call to Action Button integrated into Process Section */

/* 3D Glassmorphism Button */
.glassmorphism-cta-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 48px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.05),
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  text-decoration: none;
  transform: translateY(0) scale(1);
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}

.glassmorphism-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.glassmorphism-cta-button:hover {
  transform: translateY(-8px) scale(1.05);
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 
    0 32px 64px rgba(0, 0, 0, 0.15),
    0 16px 48px rgba(59, 130, 246, 0.1),
    inset 0 2px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.glassmorphism-cta-button:active {
  transform: translateY(-4px) scale(1.02);
  transition: transform 0.1s ease;
}

.cta-icon {
  font-size: 2rem;
  margin-bottom: 8px;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.cta-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 4px;
  font-family: 'Georgia', serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  letter-spacing: -0.02em;
}

.cta-subtext {
  font-size: 0.95rem;
  color: #64748B;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

/* Mobile CTA Button */
@media (max-width: 768px) {
  
  .glassmorphism-cta-button {
    padding: 28px 36px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  
  .cta-text {
    font-size: 1.3rem;
  }
  
  .cta-subtext {
    font-size: 0.9rem;
  }
  
  .cta-icon {
    font-size: 1.8rem;
  }
}