@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*, ::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;
}

:root {
  --background: 0 0% 100%;
  --foreground: 220 13% 18%;
  --card: 0 0% 100%;
  --card-foreground: 220 13% 18%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 13% 18%;
  --primary: 233 50% 36%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 14% 96%;
  --secondary-foreground: 220 13% 18%;
  --muted: 220 14% 96%;
  --muted-foreground: 220 9% 46%;
  --accent: 142 71% 45%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 13% 91%;
  --input: 220 13% 91%;
  --ring: 233 50% 36%;
  --radius: 0.75rem;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 233 50% 36%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 233 50% 36%;
}

*{
  border-color: hsl(var(--border));
}

body{
  background-color: hsl(var(--background));
  font-family: Inter, system-ui, sans-serif;
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  letter-spacing: -0.025em;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-6{
  top: 1.5rem;
}

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

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

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

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[26px\]{
  height: 26px;
}

.h-full{
  height: 100%;
}

.max-h-\[85vh\]{
  max-height: 85vh;
}

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

.w-1\.5{
  width: 0.375rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[26px\]{
  width: 26px;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.grid-cols-2{
  grid-template-columns: 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;
}

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

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-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-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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;
}

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

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

.rounded-lg{
  border-radius: var(--radius);
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-border{
  border-color: hsl(var(--border));
}

.border-border\/50{
  border-color: hsl(var(--border) / 0.5);
}

.border-primary{
  border-color: hsl(var(--primary));
}

.border-primary-foreground\/10{
  border-color: hsl(var(--primary-foreground) / 0.1);
}

.bg-accent{
  background-color: hsl(var(--accent));
}

.bg-accent\/10{
  background-color: hsl(var(--accent) / 0.1);
}

.bg-background{
  background-color: hsl(var(--background));
}

.bg-background\/85{
  background-color: hsl(var(--background) / 0.85);
}

.bg-border{
  background-color: hsl(var(--border));
}

.bg-foreground{
  background-color: hsl(var(--foreground));
}

.bg-foreground\/90{
  background-color: hsl(var(--foreground) / 0.9);
}

.bg-primary{
  background-color: hsl(var(--primary));
}

.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}

.bg-secondary{
  background-color: hsl(var(--secondary));
}

.bg-secondary\/50{
  background-color: hsl(var(--secondary) / 0.5);
}

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

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

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

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

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

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

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

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

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

.text-accent{
  color: hsl(var(--accent));
}

.text-accent-foreground{
  color: hsl(var(--accent-foreground));
}

.text-foreground{
  color: hsl(var(--foreground));
}

.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}

.text-primary{
  color: hsl(var(--primary));
}

.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}

.text-primary-foreground\/70{
  color: hsl(var(--primary-foreground) / 0.7);
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.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-soft{
  --tw-shadow: 0 2px 20px -4px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 20px -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{
  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;
}

.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-opacity{
  transition-property: opacity;
  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-500{
  transition-duration: 500ms;
}

@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-500{
  animation-duration: 500ms;
}

.glass{
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.7);
  --tw-backdrop-blur: blur(16px);
  -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);
}

.glass-card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.8);
  --tw-shadow: 0 2px 20px -4px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 20px -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);
  --tw-backdrop-blur: blur(12px);
  -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);
}

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

@media (min-width: 768px){
  .section-padding{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.animate-fade-up {
  animation: fadeUp 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

.selection\:bg-primary\/20 *::-moz-selection{
  background-color: hsl(var(--primary) / 0.2);
}

.selection\:bg-primary\/20 *::selection{
  background-color: hsl(var(--primary) / 0.2);
}

.selection\:text-primary *::-moz-selection{
  color: hsl(var(--primary));
}

.selection\:text-primary *::selection{
  color: hsl(var(--primary));
}

.selection\:bg-primary\/20::-moz-selection{
  background-color: hsl(var(--primary) / 0.2);
}

.selection\:bg-primary\/20::selection{
  background-color: hsl(var(--primary) / 0.2);
}

.selection\:text-primary::-moz-selection{
  color: hsl(var(--primary));
}

.selection\:text-primary::selection{
  color: hsl(var(--primary));
}

.hover\:gap-2:hover{
  gap: 0.5rem;
}

.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}

.hover\:bg-secondary:hover{
  background-color: hsl(var(--secondary));
}

.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}

.hover\:text-primary-foreground:hover{
  color: hsl(var(--primary-foreground));
}

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

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

.hover\:shadow-glow:hover{
  --tw-shadow: 0 0 40px -10px hsl(233 50% 36% / 0.15);
  --tw-shadow-colored: 0 0 40px -10px 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\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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\/20:focus{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:scale-110{
  --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));
}

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

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

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

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:hidden{
    display: none;
  }

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

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

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

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

/* Professional Hover Effect */
.professional-card { transition: all 0.3s ease-out; border: 1px solid rgba(255, 255, 255, 0.05); }
.professional-card:hover { transform: translateY(-4px); box-shadow: 0 15px 30px -5px rgba(0,0,0,0.15), 0 0 0 1px rgba(59, 130, 246, 0.2); }
.professional-card img { transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.professional-card:hover img { transform: scale(1.05); }

/* Missing Custom Tailwind Utilities introduced in Services update */
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-background\/40 { background-color: hsl(var(--background) / 0.4); }
.bg-accent\/5 { background-color: hsl(var(--accent) / 0.05); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-accent\/10 { border-color: hsl(var(--accent) / 0.1); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.drop-shadow-sm { filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)); }
.text-gradient {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================================================
   HERO SLIDER — Mechanical-themed Interactive Banner
   ======================================================================== */

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: hsl(var(--foreground));
}

/* Particle canvas */
.hero-slider__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  pointer-events: none;
}

/* ---- Animated Gears ---- */
.hero-slider__gears {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.gear {
  position: absolute;
  color: hsl(var(--accent) / 0.12);
  filter: drop-shadow(0 0 20px hsl(var(--accent) / 0.08));
}

.gear--lg {
  width: 220px;
  height: 220px;
  animation: gearSpin 25s linear infinite;
}
.gear--md {
  width: 160px;
  height: 160px;
  animation: gearSpinReverse 18s linear infinite;
}
.gear--sm {
  width: 110px;
  height: 110px;
  animation: gearSpin 14s linear infinite;
}

.gear--tl { top: -40px;  left: -40px; }
.gear--tr { top: 10%;    right: -30px; }
.gear--br { bottom: 5%;  right: 12%; }

@keyframes gearSpin {
  to { transform: rotate(360deg); }
}
@keyframes gearSpinReverse {
  to { transform: rotate(-360deg); }
}

/* ---- Slides ---- */
.hero-slider__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.hero-slide.active {
  opacity: 1;
}

.hero-slide__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: heroKenBurns 12s ease-out forwards;
  filter: saturate(1.1) brightness(0.95);
}

.hero-slide.active .hero-slide__media {
  animation: heroKenBurns 12s ease-out forwards;
}

@keyframes heroKenBurns {
  from { transform: scale(1.12); }
  to   { transform: scale(1.0); }
}

/* ---- Overlays ---- */
.hero-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(135deg,
      hsl(var(--foreground) / 0.5) 0%,
      hsl(var(--foreground) / 0.1) 40%,
      hsl(var(--primary)    / 0.25) 100%
    );
}

.hero-slider__grain {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* ---- Content ---- */
.hero-slider__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-slide-content {
  display: none;
  max-width: 640px;
}
.hero-slide-content.active {
  display: block;
  animation: heroContentIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(40px) translateX(-10px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0);
    filter: blur(0);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.18);
  border: 1px solid hsl(var(--primary) / 0.25);
  color: hsl(var(--accent));
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-badge__icon {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.035em;
}

.hero-title .text-gradient {
  background: linear-gradient(135deg, hsl(var(--accent)), hsl(142 80% 58%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin-bottom: 0;
}

/* ---- CTA Buttons ---- */
.hero-cta {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 2rem;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  margin-top: 220px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.hero-btn__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.hero-btn--primary {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
  box-shadow: 0 6px 30px -8px hsl(var(--accent) / 0.45);
}
.hero-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px -8px hsl(var(--accent) / 0.6);
}

.hero-btn--outline {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hero-btn--outline:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-3px);
}

/* Shimmer on primary btn */
.hero-btn--primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { left: -100%; }
  50%      { left: 100%; }
}

/* ---- Navigation Arrows ---- */
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider__arrow:hover {
  background: hsl(var(--accent) / 0.25);
  border-color: hsl(var(--accent) / 0.5);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 25px hsl(var(--accent) / 0.2);
}

.hero-slider__arrow--prev { left: 24px; }
.hero-slider__arrow--next { right: 24px; }

.hero-slider__arrow svg,
.hero-slider__arrow i {
  width: 22px;
  height: 22px;
}

/* ---- Dot Navigation ---- */
.hero-slider__nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: none;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
}
.hero-dot span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.4s ease;
}

.hero-dot.active {
  border-color: hsl(var(--accent));
  width: 38px;
  border-radius: 10px;
  box-shadow: 0 0 14px hsl(var(--accent) / 0.3);
}
.hero-dot.active span {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: hsl(var(--accent));
}

.hero-dot:hover:not(.active) {
  border-color: rgba(255,255,255,0.6);
}

/* ---- Slide Counter ---- */
.hero-slider__counter {
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 12;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: 'Inter', monospace;
}
.hero-counter__current {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.hero-counter__sep {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.3);
  margin: 0 2px;
}
.hero-counter__total {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
}

/* ---- Progress Bar ---- */
.hero-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255,255,255,0.08);
  z-index: 12;
}
.hero-slider__progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));
  transition: width 0.08s linear;
  box-shadow: 0 0 12px hsl(var(--accent) / 0.5);
}

/* ---- Scroll Indicator ---- */
.hero-slider__scroll {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: heroScrollFloat 2.5s ease-in-out infinite;
}

.hero-scroll__mouse {
  width: 24px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.25);
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.hero-scroll__wheel {
  width: 3px;
  height: 8px;
  border-radius: 3px;
  background: hsl(var(--accent));
  animation: heroScrollWheel 2s ease-in-out infinite;
}

.hero-scroll__text {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}

@keyframes heroScrollFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}

@keyframes heroScrollWheel {
  0%   { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(10px); }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .hero-slider { min-height: 100vh; }
  .hero-slider__content { padding: 0 1.25rem; }
  .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-desc { font-size: 0.92rem; }
  .hero-cta {
    margin-top: 180px;
    padding: 0 1.25rem;
    gap: 0.75rem;
  }
  .hero-btn { padding: 12px 24px; font-size: 0.875rem; }
  .hero-slider__arrow { width: 40px; height: 40px; }
  .hero-slider__arrow--prev { left: 12px; }
  .hero-slider__arrow--next { right: 12px; }
  .hero-slider__counter { right: 20px; bottom: 85px; }
  .hero-counter__current { font-size: 1.6rem; }
  .hero-slider__scroll { display: none; }
  .gear--lg { width: 140px; height: 140px; }
  .gear--md { width: 100px; height: 100px; }
  .gear--sm { width: 70px; height: 70px; }
}

/* ========================================================================
   SCROLL ANIMATION SYSTEM
   ======================================================================== */

[data-anim] {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              filter  0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-anim="fade-up"] {
  transform: translateY(40px);
}

[data-anim="fade-in"] {
  transform: none;
}

[data-anim].animated {
  opacity: 1;
  transform: translateY(0) translateX(0);
  filter: blur(0);
}

/* Staggered delays via data-delay attribute */
[data-delay="0"] { transition-delay: 0s; }
[data-delay="1"] { transition-delay: 0.08s; }
[data-delay="2"] { transition-delay: 0.16s; }
[data-delay="3"] { transition-delay: 0.24s; }
[data-delay="4"] { transition-delay: 0.32s; }
[data-delay="5"] { transition-delay: 0.40s; }
[data-delay="6"] { transition-delay: 0.48s; }

/* ========================================================================
   SECTION ENHANCED — Shared styles
   ======================================================================== */

.section-enhanced {
  position: relative;
  overflow: hidden;
  background: hsl(var(--background));
}

.section-enhanced::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(hsl(var(--primary) / 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

.section-enhanced:nth-of-type(even) {
  background: linear-gradient(145deg, hsl(var(--secondary) / 0.6) 0%, hsl(var(--primary) / 0.05) 100%);
}

.section-enhanced:nth-of-type(even)::before {
  background-image: radial-gradient(hsl(var(--accent) / 0.04) 1.5px, transparent 1.5px);
  background-size: 40px 40px;
}

.section-enhanced > .container {
  position: relative;
  z-index: 1;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.08);
  color: hsl(var(--primary));
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: hsl(var(--foreground));
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

/* ---- Floating Decorative Shapes ---- */
.section-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  animation: floatShape 20s ease-in-out infinite alternate;
}

.floating-shape.shape--circle {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, hsl(var(--primary) / 0.06), transparent 70%);
}

.floating-shape.shape--square {
  width: 200px;
  height: 200px;
  border-radius: 30%;
  background: radial-gradient(circle, hsl(var(--accent) / 0.06), transparent 70%);
  animation-delay: -8s;
}

.floating-shape.shape--dots {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, hsl(var(--accent) / 0.05), transparent 70%);
  animation-delay: -12s;
}

.shape--tl { top: -100px; left: -100px; }
.shape--tr { top: -50px; right: -80px; }
.shape--br { bottom: -80px; right: -60px; }

@keyframes floatShape {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(30px, 20px) scale(1.08); }
  100% { transform: translate(-20px, -10px) scale(0.95); }
}

/* ---- CTA Link ---- */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--primary));
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.cta-link:hover {
  gap: 12px;
  border-bottom-color: hsl(var(--primary));
}

/* ========================================================================
   PARALLAX DIVIDERS
   ======================================================================== */

.parallax-divider {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-divider__img {
  position: absolute;
  inset: -40px 0;
  width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
  filter: brightness(0.4) saturate(1.2);
  will-change: transform;
}

.parallax-divider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    hsl(var(--foreground) / 0.6) 0%,
    hsl(var(--primary) / 0.4) 100%
  );
}

.parallax-divider__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.parallax-divider__stat {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.parallax-divider__label {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ========================================================================
   INDUSTRY CARDS
   ======================================================================== */

.industry-card {
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 1rem;
  background: rgba(255,255,255,0.9);
  border: 1px solid hsl(var(--border));
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px -8px hsl(var(--primary) / 0.15);
  border-color: hsl(var(--primary) / 0.3);
}

.industry-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: hsl(var(--primary));
  transition: all 0.4s ease;
}

.industry-card:hover .industry-card__icon {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px hsl(var(--primary) / 0.3);
}

.industry-card__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

/* ========================================================================
   CAPABILITY CARDS
   ======================================================================== */

.capability-card {
  position: relative;
  padding: 2rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid hsl(var(--border));
  box-shadow: 0 2px 16px -4px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px -10px hsl(var(--primary) / 0.18);
  border-color: hsl(var(--accent) / 0.4);
}

.capability-card__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, hsl(var(--accent) / 0.12), hsl(var(--primary) / 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: hsl(var(--accent));
  transition: all 0.4s ease;
}

.capability-card:hover .capability-card__icon-wrap {
  background: linear-gradient(135deg, hsl(var(--accent)), hsl(142 80% 55%));
  color: #fff;
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 8px 24px hsl(var(--accent) / 0.35);
}

.capability-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 0.5rem;
}

.capability-card__desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
}

.capability-card__shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60%);
  transition: left 0.6s ease;
  pointer-events: none;
}

.capability-card:hover .capability-card__shine {
  left: 100%;
}

/* ========================================================================
   STRENGTH CARDS
   ======================================================================== */

.strength-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.strength-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: hsl(var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.strength-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px -5px rgba(0,0,0,0.06);
  border-color: #ffffff;
}

.strength-card:hover::before {
  transform: scaleX(1);
}

.strength-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: hsl(var(--primary));
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #f1f5f9;
}

.strength-card:hover .strength-card__icon {
  background-color: hsl(var(--primary));
  color: #ffffff;
  border-radius: 50%;
  transform: translateY(-6px);
  box-shadow: 0 8px 25px hsl(var(--primary) / 0.25);
  border-color: hsl(var(--primary));
}

.strength-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.strength-card:hover .strength-card__title {
  color: hsl(var(--primary));
}

.strength-card__desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
}

/* ========================================================================
   ANIMATED HORIZONTAL ACCORDION (Unique Modern Layout)
   ======================================================================== */

.anim-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .anim-accordion-container {
    flex-direction: row;
    height: 500px;
    gap: 1rem;
  }
}

.anim-accordion-card {
  position: relative;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.05);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (min-width: 1024px) {
  .anim-accordion-card {
    flex: 1;
    min-width: 110px;
  }
  
  .anim-accordion-card:hover {
    flex: 4.5;
    background-color: hsl(var(--primary));
    transform: translateY(-8px);
    box-shadow: 0 30px 50px -15px hsl(var(--primary)/0.3);
    border-color: transparent;
  }
}

.anim-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .anim-card-inner {
    width: 400px; /* Lock width so text doesn't jiggle when flex expands */
  }
}

.anim-accordion-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary));
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 2rem;
}
.anim-accordion-icon svg {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 1024px) {
  .anim-accordion-card:hover .anim-accordion-icon {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-10px) scale(1.1);
  }
}

.anim-accordion-click-indicator {
  display: none; /* Hide on mobile where hover expansion doesn't apply */
}

@media (min-width: 1024px) {
  .anim-accordion-click-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--primary));
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    opacity: 0.7;
    transition: all 0.4s ease;
    white-space: nowrap;
  }
  
  .anim-accordion-click-indicator::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: hsl(var(--primary) / 0.5);
  }

  .anim-accordion-card:hover .anim-accordion-click-indicator {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-bottom: -0.5rem;
  }
}

.anim-accordion-content {
  opacity: 1;
  transition: all 0.5s ease;
}

@media (min-width: 1024px) {
  .anim-accordion-content {
    opacity: 0;
    transform: translateX(30px);
    visibility: hidden;
  }
  
  .anim-accordion-card:hover .anim-accordion-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0.15s;
  }
}

.anim-accordion-content h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
  transition: color 0.4s ease;
  line-height: 1.2;
}

.anim-accordion-card:hover .anim-accordion-content h3 {
  color: #ffffff;
}

.anim-accordion-content p {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  transition: color 0.4s ease;
}

.anim-accordion-card:hover .anim-accordion-content p {
  color: rgba(255, 255, 255, 0.85);
}

.ghost-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  color: hsl(var(--primary));
  opacity: 0.02;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  pointer-events: none;
}
.ghost-icon svg {
  width: 300px;
  height: 300px;
}
.anim-accordion-card:hover .ghost-icon {
  opacity: 0.08;
  transform: rotate(-15deg) scale(1.2);
  color: #ffffff;
}

/* ========================================================================
   CTA SECTION
   ======================================================================== */

.cta-section {
  position: relative;
  padding: 6rem 1rem;
  overflow: hidden;
}

.cta-section__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(233 55% 28%) 60%, hsl(var(--accent) / 0.8) 100%);
  z-index: 1;
}

.cta-section__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.03;
}

.cta-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: hsl(var(--accent));
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.cta-section__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.cta-section__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin: 0 auto 2rem;
}

.cta-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, hsl(var(--accent)), hsl(142 80% 55%));
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 30px -6px hsl(var(--accent) / 0.5);
}

.cta-section__btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 40px -6px hsl(var(--accent) / 0.6);
}

/* ========================================================================
   RESPONSIVE - Page Sections
   ======================================================================== */

@media (max-width: 768px) {
  .parallax-divider { height: 200px; }
  .parallax-divider__stat { font-size: 3rem; }
  .parallax-divider__label { font-size: 0.85rem; }
  .cta-section { padding: 4rem 1rem; }
  .cta-section__btn { padding: 14px 28px; font-size: 0.9rem; }
}

/* ========================================================================
   PAGE HERO — Gradient banner for inner pages
   ======================================================================== */

.page-hero {
  position: relative;
  padding: 5rem 1rem 4rem;
  overflow: hidden;
  text-align: center;
  -webkit-mask-image: linear-gradient(black, black), url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 60' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L1440,0 L1440,60 C1080,0 360,0 0,60 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% calc(100% - 59px), 100% 60px;
  -webkit-mask-position: top, bottom;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(black, black), url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 60' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L1440,0 L1440,60 C1080,0 360,0 0,60 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% calc(100% - 59px), 100% 60px;
  mask-position: top, bottom;
  mask-repeat: no-repeat;
}

.page-hero + * {
  margin-top: -59px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-hero { padding: 6rem 1rem 5rem; }
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(233 55% 28%) 50%, hsl(var(--accent) / 0.7) 100%);
  z-index: 0;
}

.page-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.04;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.page-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: hsl(var(--accent));
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.page-hero__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.page-hero__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Decorative bottom wave (Hidden globally as we now use mask-image) */
.page-hero__wave {
  display: none !important;
}

/* ========================================================================
   ENHANCED TIMELINE — About page
   ======================================================================== */

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, hsl(var(--primary)), hsl(var(--accent)));
  border-radius: 4px;
}

.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item__dot {
  position: absolute;
  left: -33px;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 5px hsl(var(--background)), 0 4px 16px hsl(var(--primary) / 0.25);
  z-index: 2;
}

.timeline-item__dot span {
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

.timeline-item__card {
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-item__card:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 24px -6px hsl(var(--primary) / 0.15);
  border-color: hsl(var(--primary) / 0.3);
}

.timeline-item__card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.timeline-item__card p {
  font-size: 0.85rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.25rem;
}

/* ========================================================================
   GALLERY CARDS — Works page
   ======================================================================== */

.gallery-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255,255,255,0.95);
  border: 1px solid hsl(var(--border));
  box-shadow: 0 2px 16px -4px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px -10px hsl(var(--primary) / 0.2);
  border-color: hsl(var(--accent) / 0.4);
}

.gallery-card__img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.gallery-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover .gallery-card__img-wrap img {
  transform: scale(1.08);
}

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, hsl(var(--foreground) / 0.6) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}

.gallery-card:hover .gallery-card__overlay {
  opacity: 1;
}

.gallery-card__overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.gallery-card__info {
  padding: 1rem 1.25rem;
}

.gallery-card__info p {
  font-size: 0.88rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

/* ========================================================================
   STAT CARD — Infrastructure page counters
   ======================================================================== */

.stat-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid hsl(var(--border));
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px -6px hsl(var(--primary) / 0.15);
  border-color: hsl(var(--primary) / 0.3);
}

.stat-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: hsl(var(--primary));
  transition: all 0.4s ease;
}

.stat-card:hover .stat-card__icon {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px hsl(var(--primary) / 0.3);
}

.stat-card__number {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-card__unit {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 0.25rem;
}

.stat-card__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

/* ========================================================================
   CONTACT FORM — Enhanced styling
   ======================================================================== */

.contact-form-card {
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid hsl(var(--border));
  box-shadow: 0 4px 24px -6px rgba(0,0,0,0.08);
}

.contact-form-card input,
.contact-form-card textarea {
  border-radius: 0.875rem;
  border: 1.5px solid hsl(var(--border));
  padding: 0.875rem 1.15rem;
  font-size: 0.92rem;
  transition: all 0.3s ease;
  background: hsl(var(--background));
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 4px hsl(var(--primary) / 0.1);
  outline: none;
}

.contact-form-card .form-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 24px -6px hsl(var(--accent) / 0.4);
}

.contact-form-card .form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -6px hsl(var(--accent) / 0.5);
}

/* Contact info card */
.contact-info-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,0.9);
  border: 1px solid hsl(var(--border) / 0.5);
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px -4px hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary) / 0.2);
}

.contact-info-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: hsl(var(--primary));
  transition: all 0.4s ease;
}

.contact-info-item:hover .contact-info-item__icon {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
}

/* Team role pill tags */
.role-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: hsl(var(--primary) / 0.08);
  color: hsl(var(--primary));
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.role-tag:hover {
  background: hsl(var(--primary));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px hsl(var(--primary) / 0.25);
}

/* ========================================================================
   ALTERNATING SECTION BACKGROUNDS
   ======================================================================== */

/* Subtle blue-tinted gradient — use on every other section */
.section-alt {
  background: linear-gradient(135deg, 
    hsl(var(--primary) / 0.03) 0%, 
    hsl(var(--accent) / 0.04) 50%, 
    hsl(var(--primary) / 0.02) 100%);
}

/* Mesh pattern with diagonal lines */
.section-mesh {
  position: relative;
  background: hsl(var(--secondary) / 0.5);
}

.section-mesh::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(30deg, hsl(var(--primary) / 0.03) 12%, transparent 12.5%, transparent 87%, hsl(var(--primary) / 0.03) 87.5%),
    linear-gradient(150deg, hsl(var(--primary) / 0.03) 12%, transparent 12.5%, transparent 87%, hsl(var(--primary) / 0.03) 87.5%),
    linear-gradient(30deg, hsl(var(--primary) / 0.03) 12%, transparent 12.5%, transparent 87%, hsl(var(--primary) / 0.03) 87.5%),
    linear-gradient(150deg, hsl(var(--primary) / 0.03) 12%, transparent 12.5%, transparent 87%, hsl(var(--primary) / 0.03) 87.5%);
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px;
  pointer-events: none;
  z-index: 0;
}

.section-mesh > * {
  position: relative;
  z-index: 1;
}

/* Dot pattern */
.section-dots {
  position: relative;
  background: linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--secondary) / 0.3) 100%);
}

.section-dots::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, hsl(var(--primary) / 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

.section-dots > * {
  position: relative;
  z-index: 1;
}

/* Gradient sweep — gentle left-to-right tinted wash */
.section-sweep {
  background: linear-gradient(90deg, 
    hsl(var(--primary) / 0.04) 0%, 
    hsl(var(--background)) 40%, 
    hsl(var(--accent) / 0.04) 100%);
}

/* Transparent Nav on Banner */
.nav-transparent {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}
.nav-transparent .text-foreground {
  color: #ffffff !important;
}
.nav-transparent .text-muted-foreground {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nav-transparent .text-muted-foreground:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* ========================================================================
   MODERN 2x2 GRID CAPABILITIES SECTION (LIGHT THEME)
   ======================================================================== */
.cap-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .cap-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
  }
}

.cap-grid-item {
  position: relative;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.cap-grid__image {
  width: 100%;
  height: 320px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.15);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
}

.cap-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cap-grid-item:hover .cap-grid__image {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px -15px rgba(0,0,0,0.2);
}
.cap-grid-item:hover .cap-grid__image img {
  transform: scale(1.08);
}

.cap-grid__content {
  width: 90%;
  margin: -4rem auto 0;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 20;
  box-shadow: 0 15px 35px -10px rgba(0,0,0,0.08);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.cap-grid-item:hover .cap-grid__content {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.12);
  border-color: hsl(var(--primary) / 0.2);
}

.cap-grid__icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary));
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.cap-grid-item:hover .cap-grid__icon-wrap {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 20px hsl(var(--primary) / 0.25);
}

.cap-grid__title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #0f172a;
  transition: color 0.4s ease;
}
.cap-grid-item:hover .cap-grid__title {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cap-grid__desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.cap-grid__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.cap-grid__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #334155;
}
.cap-grid__feature i {
  color: hsl(var(--accent));
  flex-shrink: 0;
}

/* ========================================================================
   INDUSTRY BENTO GRID
   ======================================================================== */
.industry-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .industry-bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
  }
}
@media (min-width: 1024px) {
  .industry-bento-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bento-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.bento-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.8s ease;
  opacity: 1;
}

.bento-card:hover .bento-bg-img {
  transform: scale(1.08);
  opacity: 1;
}

@media (min-width: 768px) {
  .bento-wide { grid-column: span 2; }
  .bento-tall { grid-row: span 2; }
}

.bento-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--accent) / 0.1));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}

.bento-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px -10px hsl(var(--primary)/0.15);
}

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

.bento-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  margin-top: 1rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.bento-card:hover .bento-content {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.95);
}

.bento-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.2rem;
  transition: color 0.3s ease;
}

.bento-card:hover .bento-title {
  color: hsl(var(--primary));
}

.bento-desc {
  color: #475569;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.bento-card:hover .bento-desc {
  color: #0f172a;
}

.bento-icon {
  position: relative;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary));
  margin-bottom: auto;
  transition: all 0.5s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.bento-card:hover .bento-icon {
  background: hsl(var(--primary));
  color: #fff;
  border-color: hsl(var(--primary));
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px hsl(var(--primary)/0.2);
}

/* Background floating elements in bento */
.bento-graphic {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 8rem !important;
  color: hsl(var(--primary));
  transition: all 0.7s ease;
  z-index: -1;
  opacity: 0.05;
}

.bento-graphic svg {
  width: 160px;
  height: 160px;
  opacity: 1;
  transition: all 0.7s ease;
}

.bento-card:hover .bento-graphic {
  opacity: 0.1;
}

.bento-card:hover .bento-graphic svg {
  transform: rotate(15deg) scale(1.2);
}

/* Modern About Section */
.about-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 960px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.about-visual-wrapper {
  position: relative;
  z-index: 2;
  margin: 2rem 0;
}

.about-visual {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid hsl(var(--border) / 0.5);
}

.about-visual:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
}

.about-visual__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-visual:hover .about-visual__img {
  transform: scale(1.05);
}

.about-floating-card {
  position: absolute;
  background: hsl(var(--card) / 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
  animation: float 6s ease-in-out infinite;
  transition: transform 0.3s ease;
  z-index: 10;
}

.about-floating-card:hover {
  transform: translateY(-5px);
}

.about-floating-card--1 {
  bottom: -2rem;
  left: -1rem;
}

.about-floating-card--2 {
  top: -2rem;
  right: -1rem;
  animation-delay: 2s;
}

@media (min-width: 768px) {
  .about-floating-card--1 { left: -2.5rem; }
  .about-floating-card--2 { right: -2.5rem; }
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.about-text-content {
  position: relative;
  z-index: 2;
}

.about-feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.3s ease;
}

.about-feature-item:hover {
  transform: translateX(8px);
}

.about-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  flex-shrink: 0;
  margin-top: 0.125rem;
  transition: all 0.3s ease;
}

.about-feature-item:hover .about-feature-icon {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.about-feature-text {
  font-weight: 500;
  color: hsl(var(--foreground));
  font-size: 1.05rem;
}

.about-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.about-blob--1 {
  top: -10%;
  right: -10%;
  width: 50vw;
  height: 50vw;
  max-width: 500px;
  max-height: 500px;
  background: hsl(var(--primary) / 0.15);
}

.about-blob--2 {
  bottom: -10%;
  left: -10%;
  width: 40vw;
  height: 40vw;
  max-width: 400px;
  max-height: 400px;
  background: hsl(var(--accent) / 0.1);
}
